html {
    scroll-behavior: smooth;
}
html .tst-preloader {
    opacity: 0;
    transition: 0.4s;
    transform: translateY(0px) scale(0.4);
}

html .tst-dynamic-menu {
    opacity: 1;
    transition: 0.6s ease-in-out;
}

html .tst-dynamic-menu li.current-menu-item::after {
    transition: 0.6s;
    content: "";
    width: 80%;
}

html .tst-dynamic-banner {
    opacity: 1;
    transition: 0.6s ease-in-out 0.6s;
    position: relative;
    z-index: 1;
}

html .tst-dynamic-banner .tst-banner .tst-cover-frame {
    opacity: 1;
    transform: scale(1);
    transition: 0.8s ease-in-out;
}

html .tst-dynamic-banner .tst-banner .tst-main-title-frame {
    opacity: 1;
    transform: translateY(0px) scale(1);
    transition: 0.6s ease-in-out;
}

html .tst-dynamic-banner .tst-main-slider-navigation {
    opacity: 1;
    transform: translateY(0px) scale(1);
    transition: 0.6s ease-in-out;
}

html .tst-dynamic-content {
    opacity: 1;
    transform: translateY(0px);
    transition: 0.6s ease-in-out;
    position: relative;
    z-index: 2;
}

html .tst-dynamic-content .tst-scroll-hint-frame {
}

html footer .container {
    opacity: 1;
    transform: scale(1);
    transition: 0.6s ease-in-out;
}

html.is-animating {
}

html.is-animating .tst-preloader {
    opacity: 1;
    transform: translateY(-200px) scale(0.6);
    transition: 0.4s 0.2s;
}

html.is-animating .tst-dynamic-menu {
    opacity: 0.999;
}

html.is-animating .tst-dynamic-menu li.current-menu-item::after {
    content: "";
    width: 0px;
}

html.is-animating .tst-dynamic-menu li ul {
    opacity: 0 !important;
    transform: translateY(20px) !important;
}

html.is-animating .tst-dynamic-menu nav.tst-active {
    opacity: 0 !important;
    transform: translateY(20px) !important;
}

html.is-animating .tst-dynamic-banner {
    opacity: 0.999;
}

html.is-animating .tst-dynamic-banner .tst-banner .tst-cover-frame {
    opacity: 0;
    transform: scale(1.3);
}

html.is-animating .tst-dynamic-banner .tst-banner .tst-main-title-frame {
    opacity: 0;
    transform: translateY(-200px) scale(0.8);
}

html.is-animating .tst-dynamic-banner .tst-main-slider-navigation {
    opacity: 0;
    transform: translateY(100px) scale(0.8);
}

html.is-animating .tst-dynamic-content {
    opacity: 0;
    transform: translateY(100px);
}

html.is-animating .tst-dynamic-content .tst-scroll-hint-frame {
    transform: scale(0);
    transition-delay: 0.4s;
}

html.is-animating footer .container {
    opacity: 0;
    transform: scale(0.8);
}

::-webkit-scrollbar {
    width: 4px;
}

::-webkit-scrollbar-track {
    background: black;
}

::-webkit-scrollbar-thumb {
    background: rgb(243, 156, 18);
    border-radius: 2px;
}

::-webkit-scrollbar-thumb:hover {
    filter: brightness(108%);
}

* {
    box-sizing: border-box;
}

body {
    color: rgb(26, 47, 51);
    font-size: 18px;
    font-weight: 300;
    font-family: "Josefin Sans", sans-serif;
    background-size: 100%;
    background-attachment: fixed;
}

body .tst-main-overlay {
    position: fixed;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(rgba(4, 25, 29, 0.7) 0%, rgba(4, 25, 29, 0.7) 20%);
}

*, :focus {
    outline: inherit;
}

a, a:hover {
    color: inherit;
    text-decoration: none;
}

a.tst-color:hover, a:hover.tst-color:hover {
    color: rgb(243, 156, 18);
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-family: "Playfair Display", serif;
    font-weight: 900;
    margin: 0px;
    overflow-wrap: break-word;
}

.h1, h1 {
    font-size: 80px;
}

.h2, h2 {
    font-size: 68px;
}

.h3, h3 {
    font-size: 48px;
}

.h4, h4 {
    font-size: 40px;
}

.h5, h5 {
    font-size: 24px;
}

.h6, h6 {
    padding-top: 4px;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 2px;
    font-family: "Josefin Sans", sans-serif;
    margin: 0px;
}

.tst-text {
    opacity: 0.7;
    font-size: 17px;
    font-weight: 300;
    font-family: "Josefin Sans", sans-serif;
    margin: 0px;
}

.tst-text p:last-child {
    margin-bottom: 0px;
}

.tst-text.tst-text-lg {
    font-size: 18px;
}

.tst-label {
    display: inline-block;
    white-space: nowrap;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 2px;
    font-family: "Josefin Sans", sans-serif;
    margin: 0px;
    transition: 0.3s ease-in-out;
}

.tst-el-more .tst-label {
    font-size: 12px;
}

.tst-icon-link {
    font-size: 14px;
    letter-spacing: 2px;
    font-family: "Josefin Sans", sans-serif;
    margin: 0px 5px;
    transition: 0.3s ease-in-out;
}

.tst-icon-link:hover {
    opacity: 1;
    color: rgb(243, 156, 18);
}

.pizza_grill-widget-tastyc-about-us-wide .tst-icon-link {
    display: none;
}

.tst-suptitle {
    position: relative;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 2px;
    font-weight: 800;
    font-family: "Josefin Sans", sans-serif;
    margin: 0px;
    padding-left: 45px;
}

.tst-suptitle::before {
    content: "";
    height: 4px;
    border-radius: 2px;
    width: 30px;
    position: absolute;
    left: 0px;
    top: 4px;
    background-color: rgb(243, 156, 18);
}

.tst-suptitle.tst-suptitle-center {
    text-align: center;
    padding-left: 0px;
    padding-top: 20px;
}

.tst-suptitle.tst-suptitle-center::before {
    top: 0px;
    left: 50%;
    margin-left: -15px;
}

.tst-spacer {
    height: 0px;
    margin: 60px 0px;
    border-bottom: 4px dotted rgba(26, 47, 51, 0.7);
    opacity: 0.3;
}

.tst-spacer.tst-spacer-only-bottom-space {
    margin-top: 0px;
}

.tst-spacer.tst-spacer-only-top-space {
    margin-bottom: 0px;
}

.tst-spacer.tst-white {
    border-bottom: 4px dotted rgba(242, 246, 247, 0.3);
}

.tst-spacer-sm {
    height: 1px;
    margin: 15px 0px;
    border-bottom: 2px dotted rgba(26, 47, 51, 0.7);
    opacity: 0.3;
}

.tst-text-shadow {
    text-shadow: rgba(26, 47, 51, 0.95) 0px 5px 20px;
}

.tst-white {
    color: rgb(242, 246, 247);
}

a.tst-white {
    color: rgb(242, 246, 247);
    opacity: 0.8;
}

a.tst-white:hover {
    color: rgb(242, 246, 247);
    opacity: 1;
}

.tst-white-2 {
    color: rgb(229, 235, 239);
}

a.tst-white-2 {
    color: rgb(229, 235, 239);
}

a.tst-white-2:hover {
    color: rgb(229, 235, 239);
}

.tst-white-2 {
    opacity: 1;
}

.tst-white-2:hover {
    opacity: 1;
}

.tst-color {
    color: rgb(243, 156, 18);
}

.tst-right {
    float: right;
}

@media (max-width: 992px) {
    .h1, h1 {
        font-size: 64px;
    }

    .h2, h2 {
        font-size: 48px;
    }

    .h3, h3 {
        font-size: 32px;
    }

    .h4, h4 {
        font-size: 24px;
    }

    .h5, h5 {
        font-size: 20px;
    }

    .tst-text .tst-text-lg {
        font-size: 16px;
    }

    .col__sedebar {
        margin-top: 60px;
    }
}

@media (max-width: 992px) {
    .tst-suptitle.tst-suptitle-mobile-md-center {
        text-align: center;
        padding-left: 0px;
        padding-top: 20px;
    }

    .tst-suptitle.tst-suptitle-mobile-md-center::before {
        top: 0px;
        left: 50%;
        margin-left: -15px;
    }
}

@media (max-width: 790px) {
    .h1, h1 {
        font-size: 54px;
    }

    .h2, h2 {
        font-size: 38px;
    }

    .h3, h3 {
        font-size: 28px;
    }

    .h4, h4 {
        font-size: 24px;
    }

    .h5, h5 {
        font-size: 20px;
    }

    .tst-suptitle.tst-suptitle-mobile-center {
        text-align: center;
        padding-left: 0px;
        padding-top: 20px;
    }

    .tst-suptitle.tst-suptitle-mobile-center::before {
        top: 0px;
        left: 50%;
        margin-left: -15px;
    }

    .tst-btn-mobile {
        display: flex;
        -webkit-box-pack: justify;
        justify-content: space-between;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
    }

    .tst-btn-mobile a {
        margin: 0px 0px 30px;
    }

    .tst-btn-mobile a:last-child {
        margin-bottom: 0px;
    }
}

.tst-btn {
    position: relative;
    padding: 0px 30px;
    background-color: rgb(243, 156, 18);
    display: inline-block;
    height: 50px;
    line-height: 54px;
    cursor: pointer;
    font-family: "Josefin Sans", sans-serif;
    margin-right: 5px;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 2px;
    font-weight: 800;
    border: none;
    transition: 0.3s ease-in-out;
    border-radius: 5px;
    white-space: nowrap;
}

.tst-btn.tst-btn-shadow {
    box-shadow: rgba(26, 47, 51, 0.3) 0px 3px 5px 0px;
}

.tst-btn::before {
    content: "";
    height: 7px;
    width: calc(100% - 20px);
    position: absolute;
    bottom: -7px;
    border-radius: 0px 0px 5px 5px;
    background-color: rgb(242, 246, 247);
    opacity: 0.15;
    transition: 0.3s ease-in-out;
    left: 10px;
}

.tst-btn:last-child {
    margin-right: 0px;
}

.tst-btn:hover {
    filter: brightness(108%);
    transform: scale(1.015);
}

.tst-btn:hover::before {
    bottom: -5px;
    transform: scale(0.95);
}

.tst-btn.tst-btn-lg {
    padding: 0px 40px;
    height: 60px;
    line-height: 64px;
}

.tst-btn i {
    margin-right: 5px;
    font-size: 18px;
    transform: translateY(3px);
}

.tst-btn.tst-cart-btn {
    margin: 0px;
    padding: 0px;
    width: 60px;
    text-align: center;
}

.tst-btn.tst-cart-btn svg {
    width: 18px;
    transform: translateY(-3px);
}

form input {
    border: none;
    border-radius: 5px;
    width: 100%;
    height: 50px;
    margin-bottom: 20px;
    padding: 0px 20px;
    box-shadow: rgba(26, 47, 51, 0.11) 0px 2px 5px 0px;
    opacity: 1;
    font-size: 17px;
    font-weight: 400;
    color: rgb(26, 47, 51) !important;
}

form input:focus {
    outline: inherit;
}

form input::-webkit-input-placeholder {
    opacity: 1;
    font-weight: 400;
    color: rgb(26, 47, 51) !important;
}

form input::placeholder {
    opacity: 1;
    font-weight: 400;
    color: rgb(26, 47, 51) !important;
}

textarea {
    border: none;
    border-radius: 5px;
    width: 100%;
    height: 140px;
    margin-bottom: 15px;
    padding: 15px 20px;
    box-shadow: rgba(26, 47, 51, 0.11) 0px 2px 5px 0px;
    opacity: 1;
    font-size: 17px;
    font-weight: 400;
    color: rgb(26, 47, 51) !important;
}

textarea:focus {
    outline: inherit;
}

textarea::-webkit-input-placeholder {
    opacity: 1;
    font-weight: 400;
    color: rgb(26, 47, 51) !important;
}

textarea::placeholder {
    opacity: 1;
    font-weight: 400;
    color: rgb(26, 47, 51) !important;
}

.tst-mb-15 {
    margin-bottom: 15px;
}

.tst-mb-30 {
    margin-bottom: 30px;
}

.tst-mb-60 {
    margin-bottom: 60px;
}

.tst-mb-70 {
    margin-bottom: 70px;
}

.tst-mr-30 {
    margin-right: 30px;
}

.tst-ml-30 {
    margin-left: 30px;
}

.tst-mt-30 {
    margin-top: 30px;
}

.tst-p-60-60 {
    padding-top: 60px;
    padding-bottom: 60px;
}

.tst-p-60-0 {
    padding-top: 60px;
}

.tst-p-0-60 {
    padding-bottom: 60px;
}

.tst-preloader-frame {
    position: fixed;
    z-index: 99999;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
}

.tst-preloader-frame .tst-preloader {
    position: absolute;
    transform: scale(0.5);
    width: 80px;
    height: 80px;
    top: 75%;
    left: calc(50% - 40px);
    margin: 0px auto;
}

.tst-preloader-frame .tst-preloader span {
    position: absolute;
    border-width: 6px;
    border-style: solid;
    border-color: transparent rgb(243, 156, 18) rgb(243, 156, 18);
    border-image: initial;
    border-radius: 999px;
}

.tst-preloader-frame .tst-preloader span:nth-child(1) {
    width: 80px;
    height: 80px;
    animation: 2s linear 0s infinite normal none running spin-1;
}

.tst-preloader-frame .tst-preloader span:nth-child(2) {
    top: 20px;
    left: 20px;
    width: 40px;
    height: 40px;
    animation: 1s linear 0s infinite normal none running spin-2;
}

@-webkit-keyframes spin-1 {
    0% {
        transform: rotate(360deg);
        opacity: 1;
    }

    50% {
        transform: rotate(180deg);
        opacity: 0.5;
    }

    100% {
        transform: rotate(0deg);
        opacity: 1;
    }
}

@keyframes spin-1 {
    0% {
        transform: rotate(360deg);
        opacity: 1;
    }

    50% {
        transform: rotate(180deg);
        opacity: 0.5;
    }

    100% {
        transform: rotate(0deg);
        opacity: 1;
    }
}

@-webkit-keyframes spin-2 {
    0% {
        transform: rotate(0deg);
        opacity: 0.5;
    }

    50% {
        transform: rotate(180deg);
        opacity: 1;
    }

    100% {
        transform: rotate(360deg);
        opacity: 0.5;
    }
}

@keyframes spin-2 {
    0% {
        transform: rotate(0deg);
        opacity: 0.5;
    }

    50% {
        transform: rotate(180deg);
        opacity: 1;
    }

    100% {
        transform: rotate(360deg);
        opacity: 0.5;
    }
}

.tst-app {
    width: 100%;
    position: relative;
    overflow: hidden;
    opacity: 0;
    z-index: 1;
}

.tst-content-frame {
    position: relative;
    border-radius: 10px;
}

.tst-content-frame--start {
    position: relative;
    background-color: rgb(252, 252, 252);
    border-radius: 10px 10px 0px 0px;
}

.tst-content-frame--container {
    background-color: rgb(252, 252, 252);
}

.pizza_grill-page .tst-content-frame--container {
    background-color: transparent;
}

.tst-content-frame--end {
    position: relative;
    background-color: rgb(252, 252, 252);
    border-radius: 0px 0px 10px 10px;
}

.tst-content-frame .pizza_grill-section {
    background-color: rgb(252, 252, 252);
}

.tst-content-frame .pizza_grill-section:first-child .tst-content-frame--end {
    display: none;
}

.tst-content-frame .pizza_grill-section:last-child .tst-content-frame--start {
    display: none;
}

.tst-content-frame--start::before {
    height: 10px;
    width: calc(100% - 30px);
    position: absolute;
    z-index: 999;
    top: -10px;
    border-radius: 5px 5px 0px 0px;
    background-color: rgb(242, 246, 247);
    opacity: 0.2;
    left: 15px;
}

.tst-content-frame--end::after {
    content: "";
    height: 10px;
    width: calc(100% - 30px);
    position: absolute;
    bottom: -10px;
    border-radius: 0px 0px 5px 5px;
    background-color: rgb(242, 246, 247);
    opacity: 0.2;
    left: 15px;
}

@media (max-width: 790px) {
    .tst-content-frame {
        margin-left: 10px;
        margin-right: 10px;
    }
}

.tst-menu-frame {
    height: auto;
    position: fixed;
    z-index: 9999999;
    width: 100%;
    padding: 0px 15px;
}

.tst-menu {
    transform: translateY(15px);
    position: relative;
    width: 100%;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
    height: 80px;
    padding: 0px 30px;
    border-radius: 10px;
    background-color: white;
    box-shadow: rgba(26, 47, 51, 0.2) 0px 5px 10px 0px;
    transition: 0.4s ease-in-out;
}

.tst-menu::after {
    content: "";
    height: 10px;
    width: calc(100% - 30px);
    position: absolute;
    bottom: -10px;
    border-radius: 0px 0px 5px 5px;
    background-color: rgb(242, 246, 247);
    opacity: 0.15;
    left: 15px;
}

.tst-menu > .pizza_grill {
    width: 100%;
}

.tst-menu .tst-logo {
    width: 100px;
}

.tst-menu-nav ul {
    padding: 0px;
    margin: 0px;
    display: flex;
    justify-content: center;
}

.tst-menu-nav ul li {
    height: 80px;
    position: relative;
    display: flex;
    align-items: center;
    list-style-type: none;
}

.tst-menu-nav ul li a {
    position: relative;
    padding: 0px;
    display: flex;
    align-items: center;
    width: auto;
    height: 100%;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 1px;
    font-weight: 800;
    font-family: "Josefin Sans", sans-serif;
    margin: 0px 20px;
    transition: 0.3s ease-in-out;
    white-space: nowrap;
}

.tst-menu-nav ul li li {
    white-space: normal;
}

.tst-menu-nav .top-menu-nav > ul > li:hover > a {
    color: rgb(243, 156, 18);
}

.tst-menu-nav ul li ul li a::before, .tst-menu-nav ul li ul li.current-menu-item a::before {
    content: "";
    display: none;
    position: absolute;
    left: 0px;
    bottom: -2px;
    width: 0px;
    height: 2px;
    background: rgb(27, 47, 51);
    transition: 0.3s;
}

.tst-menu-nav ul li.current-menu-item::after {
    content: "";
    background-color: rgb(243, 156, 18);
    position: absolute;
    bottom: 0px;
    height: 4px;
    left: 10%;
    border-radius: 2px 2px 0px 0px;
}

.tst-menu-nav ul li.menu-item-has-children {
    position: relative;
}

.tst-menu-nav ul li.menu-item-has-children > a::after {
    display: inline;
    vertical-align: middle;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "ï¸";
    margin-left: 5px;
    position: relative;
    top: -1px;
}

.tst-menu-nav ul li ul {
    pointer-events: none;
    opacity: 0;
    transform: translateY(20px);
    padding: 25px 0px;
    min-width: 160px;
    position: absolute;
    z-index: 1;
    top: 90px;
    left: 0px;
    text-align: left;
    border-radius: 5px;
    background-color: rgb(243, 156, 18);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    box-shadow: rgba(26, 47, 51, 0.2) 0px 3px 5px 0px;
    transition: 0.3s ease-in-out;
}

.tst-menu-nav ul li ul::before {
    height: 10px;
    width: 100%;
    left: 0px;
    background-color: transparent;
    content: "";
    position: absolute;
    top: -10px;
    z-index: 999;
}

.tst-menu-nav ul li ul::after {
    content: "";
    height: 7px;
    width: calc(100% - 20px);
    position: absolute;
    bottom: -7px;
    border-radius: 0px 0px 5px 5px;
    background-color: rgb(242, 246, 247);
    opacity: 0.15;
    left: 10px;
}

.tst-menu-nav ul li ul li {
    padding: 0px 30px;
    margin-bottom: 15px;
    height: auto;
}

.tst-menu-nav ul li ul li a {
    white-space: nowrap;
    display: block;
    line-height: 20px;
    padding: 0px;
    margin: 0px;
}

.tst-menu-nav ul li ul li ul {
    pointer-events: none;
    opacity: 0;
    transform: translateY(20px);
    top: -25px;
    background: rgb(255, 178, 56);
    left: calc(95%) !important;
}

.tst-menu-nav ul li ul li ul::before {
    height: 100%;
    width: 10px;
    left: -10px;
    background-color: transparent;
    content: "";
    position: absolute;
    top: 0px;
}

.tst-menu-nav ul li ul li.menu-item-has-children {
    position: relative;
}

@media (min-width: 992px) {
    .tst-menu-nav ul li:hover ul {
        opacity: 1;
        pointer-events: all;
        transform: translateY(0px);
    }

    .tst-menu-nav ul li:hover ul li ul {
        opacity: 0;
        transform: translateY(20px);
    }

    .tst-menu-nav ul li ul li a::after {
        transition: 0.3s;
    }

    .tst-menu-nav ul li:hover ul li:hover a::after {
        transform: rotate(-90deg);
        display: inline-block;
        top: -2px;
    }

    .tst-menu-nav ul li:hover ul li:hover ul {
        opacity: 1;
        pointer-events: all;
        transform: translateY(0px);
    }

    .tst-menu-nav ul li:hover ul {
        max-height: 300px;
    }

    .tst-menu-nav ul li ul li:hover > a::before, .tst-menu-nav ul li ul li.current-menu-item > a::before {
        width: 100%;
    }
}

@media (max-width: 992px) {
    .tst-menu-nav ul li a {
        margin-left: 30px;
        margin-right: 30px;
    }

    .tst-menu-nav li.dropdown-active > ul {
        opacity: 1;
        pointer-events: all;
        transform: translateY(0px);
        margin-top: 10px;
    }

    .tst-menu-nav li.menu-item-has-children > a > span::after {
        transition: 0.2s;
    }

    .tst-menu-nav li.menu-item-has-children.dropdown-active > a > span::after {
        transform: rotate(180deg);
    }

    .tst-menu-nav ul li ul li ul {
        margin-left: -30px;
        margin-right: -30px;
        top: 0px;
        background: rgba(0, 0, 0, 0.1);
        left: 0px !important;
    }

    .tst-menu-nav ul li ul li a {
        white-space: normal;
    }
}

.tst-menu-right {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    justify-content: flex-end;
}

.tst-menu-right .tst-cart {
    transform: translateY(-2px);
    margin-left: 20px;
    position: relative;
    top: -2px;
    cursor: pointer;
}

.tst-menu-right .tst-cart svg {
    width: 25px;
}

.tst-menu-right .tst-cart .tst-cart-number {
    line-height: 19px;
    position: absolute;
    top: -4px;
    right: -4px;
    font-weight: 600;
    background-color: rgb(46, 204, 113);
    color: rgb(242, 246, 247);
    height: 17px;
    width: 17px;
    font-size: 12px;
    text-align: center;
    border-radius: 50%;
}

.tst-menu-right .tst-menu-button-frame {
    display: none;
    margin-left: 15px;
    height: 80px;
    width: 30px;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
}

.tst-menu-right .tst-menu-button-frame .tst-menu-btn {
    padding-top: 2px;
    width: 25px;
    position: relative;
    cursor: pointer;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
}

.tst-menu-right .tst-menu-button-frame .tst-menu-btn .tst-burger {
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    padding-top: 1px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
}

.tst-menu-right .tst-menu-button-frame .tst-menu-btn .tst-burger span, .tst-menu-right .tst-menu-button-frame .tst-menu-btn .tst-burger span::after, .tst-menu-right .tst-menu-button-frame .tst-menu-btn .tst-burger span::before {
    content: "";
    display: block;
    width: 19px;
    height: 0.1em;
    border-radius: 3px;
    background: rgb(26, 47, 51);
    transition: 0.4s ease-in-out;
    backface-visibility: hidden;
}

.tst-menu-right .tst-menu-button-frame .tst-menu-btn .tst-burger span {
    position: relative;
    margin: 7px 0px 0px;
}

.tst-menu-right .tst-menu-button-frame .tst-menu-btn .tst-burger span::after, .tst-menu-right .tst-menu-button-frame .tst-menu-btn .tst-burger span::before {
    position: absolute;
}

.tst-menu-right .tst-menu-button-frame .tst-menu-btn .tst-burger span::before {
    top: -7px;
}

.tst-menu-right .tst-menu-button-frame .tst-menu-btn .tst-burger span::after {
    top: 7px;
}

.tst-menu-right .tst-menu-button-frame .tst-menu-btn.tst-active .tst-burger span {
    transform: rotate(45deg);
}

.tst-menu-right .tst-menu-button-frame .tst-menu-btn.tst-active .tst-burger span::before {
    transform: translate(0px, 7px) rotate(-90deg);
}

.tst-menu-right .tst-menu-button-frame .tst-menu-btn.tst-active .tst-burger span::after {
    transform: translate(0px, -7px) rotate(-90deg);
}

.tst-menu-frame.tst-active .tst-menu {
    transform: translateY(0px);
    border-radius: 0px 0px 10px 10px;
}

@media (max-width: 992px) {
    .tst-menu-frame {
        width: 100%;
        padding: 0px;
    }

    .tst-menu-overlay {
        display: none;
    }

    .tst-menu {
        width: 100%;
        transform: translateY(0px);
        border-radius: 0px 0px 10px 10px;
    }

    .tst-menu-nav {
        opacity: 0;
        pointer-events: none;
        transform: translateY(20px);
        box-shadow: rgba(26, 47, 51, 0.2) 0px 5px 10px 0px;
        padding: 15px 0px;
        text-align: center;
        position: fixed;
        left: 10px;
        top: 90px;
        background-color: white;
        width: calc(100% - 20px);
        border-radius: 5px;
        transition: 0.4s ease-in-out;
    }

    .tst-menu-nav.tst-active {
        opacity: 1;
        pointer-events: all;
        transform: translateY(0px);
    }

    .tst-menu-nav::after {
        content: "";
        height: 10px;
        width: calc(100% - 30px);
        position: absolute;
        bottom: -10px;
        border-radius: 0px 0px 5px 5px;
        background-color: white;
        opacity: 0.15;
        left: 15px;
    }

    .tst-menu-nav ul {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
    }

    .tst-menu-nav ul li {
        height: auto;
        padding: 15px 30px 0px;
        display: block;
    }

    .tst-menu-nav ul li a {
        padding: 0px;
        margin-bottom: 10px;
    }

    .tst-menu-nav ul li.current-menu-item::after {
        display: none;
    }

    .tst-menu-nav ul li ul {
        opacity: 1;
        top: auto;
        padding: 0px;
        max-height: 0px;
        transform: none;
        position: relative;
        overflow: hidden;
        box-shadow: none;
        height: auto;
        transition: 0.6s ease-in-out;
    }

    .tst-menu-nav li.dropdown-active > ul {
        max-height: 1000px;
    }

    .tst-menu-right {
        width: auto;
    }

    .tst-menu-right .tst-btn {
        display: none;
    }

    .tst-menu-right .tst-menu-button-frame {
        display: flex !important;
    }
}

.tst-scroll-hint-frame {
    height: 74px;
    width: 74px;
    border-radius: 50%;
    position: absolute;
    top: -40px;
    left: calc(50% - 37px);
    z-index: 9999;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
}

.tst-scroll-hint-frame::after {
    width: 74px;
    height: 37px;
    opacity: 0.15;
    border-radius: 1000px 1000px 0px 0px;
    position: absolute;
    top: -11.6%;
    background-color: rgb(242, 246, 247);
    z-index: -2;
}

.tst-scroll-hint-frame .tst-scroll-hint {
    transform: scale(0.8);
    top: -5px;
    position: relative;
    height: 40px;
    width: 25px;
    border: 2px solid rgb(26, 47, 51);
    border-radius: 20px;
}

.tst-scroll-hint-frame .tst-scroll-hint::before {
    content: "";
    height: 4px;
    width: 4px;
    border-radius: 50%;
    background-color: rgb(26, 47, 51);
    position: absolute;
    top: 7px;
    left: 50%;
    animation: 1s ease 0s infinite normal none running scroll;
}

@-webkit-keyframes scroll {
    0% {
        transform: translateY(0px) translateX(-50%);
    }

    50% {
        transform: translateY(6px) translateX(-50%);
    }

    100% {
        transform: translateY(0px) translateX(-50%);
    }
}

@keyframes scroll {
    0% {
        transform: translateY(0px) translateX(-50%);
    }

    50% {
        transform: translateY(6px) translateX(-50%);
    }

    100% {
        transform: translateY(0px) translateX(-50%);
    }
}

.tst-fade-up {
    opacity: 0;
    transform: translateY(90px) scale(0.97);
    transition: 0.6s ease-in-out;
}

.tst-fade-up.tst-active {
    opacity: 1;
    transform: translateY(0px) scale(1);
}

.tst-fade-down {
    opacity: 0;
    transform: translateY(-90px) scale(0.97);
    transition: 0.6s ease-in-out;
}

.tst-fade-down.tst-active {
    opacity: 1;
    transform: translateY(0px) scale(1);
}

.tst-banner {
    position: relative;
    z-index: 0;
    width: 100%;
    height: calc(-30px + 100vh);
}

.tst-banner .tst-cover-frame {
    width: 100%;
    height: 100vh;
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
}

.tst-banner .tst-cover-frame .tst-cover {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: left center;
}

.tst-banner .tst-cover-frame .tst-map-frame {
    position: relative;
    overflow: hidden;
    height: 100%;
    width: 100%;
}

.tst-banner .tst-cover-frame .tst-map-frame .tst-map {
    transform: scale(1.4);
    position: absolute;
    top: 20px;
    height: 100%;
    width: 150%;
    transition: 0.4s ease-in-out;
}

.tst-banner .tst-cover-frame .tst-map-frame .tst-map.tst-active {
    transform: scale(1.5);
}

.tst-banner .tst-cover-frame .tst-overlay {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    background-image: linear-gradient(270deg, rgba(4, 25, 29, 0.1) 0%, rgba(4, 25, 29, 0.7) 70%);
    width: 100%;
    height: 100%;
    transition: 0.4s ease-in-out;
}

.tst-banner .tst-cover-frame .tst-overlay.tst-with-map {
    pointer-events: all;
    background-image: linear-gradient(270deg, rgba(4, 25, 29, 0) 0%, rgba(4, 25, 29, 0.7) 80%);
}

.tst-banner .tst-cover-frame .tst-overlay.tst-with-map.tst-active {
    pointer-events: none;
}

.tst-banner .tst-cover-frame .tst-lock {
    cursor: pointer;
    position: absolute;
    top: 120px;
    right: 45px;
    height: 35px;
    width: 35px;
    border-radius: 50%;
    font-size: 14px;
    background-color: rgba(242, 246, 247, 0.3);
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    transition: 0.3s ease-in-out;
}

.tst-banner .tst-cover-frame .tst-lock.tst-active {
    background-color: rgb(243, 156, 18);
}

.tst-banner .tst-cover-frame .tst-overlay-2 {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    background-image: linear-gradient(270deg, rgba(4, 25, 29, 0.3) 0%, rgba(4, 25, 29, 0.8) 70%);
    width: 100%;
    height: 100%;
}

.tst-banner .tst-banner-content-frame {
    position: relative;
}

.tst-banner .tst-banner-content-frame.tst-with-map {
    pointer-events: none;
}

.tst-banner .tst-banner-content-frame .tst-main-title-frame {
    height: 100vh;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
}

.tst-banner .tst-banner-content-frame .tst-main-title-frame .tst-main-title {
    margin-top: 60px;
    width: 100%;
}

.tst-banner.tst-small-banner {
    height: 70vh;
}

.tst-banner.tst-small-banner .tst-cover-frame {
    height: calc(60px + 70vh);
}

.tst-banner.tst-small-banner .tst-banner-content-frame .tst-main-title-frame {
    height: 70vh;
}

.tst-banner.tst-small-banner .tst-banner-content-frame .tst-main-title-frame .tst-main-title {
    margin-top: 45px;
}

.tst-main-slider .swiper-wrapper {
    z-index: 0;
}

.tst-main-slider .tst-main-title {
    margin-top: 0px !important;
}

@media (max-width: 790px) {
    .tst-banner {
        height: auto;
    }

    .tst-banner .tst-banner-content-frame {
        padding: 90px 0px;
    }

    .tst-banner .tst-banner-content-frame .tst-main-title-frame {
        height: auto;
    }

    .tst-banner .tst-banner-content-frame .tst-main-title-frame .tst-main-title {
        text-align: center;
    }

    .tst-banner .tst-cover-frame {
        height: 100%;
    }

    .tst-banner .tst-cover-frame .tst-lock {
        display: none;
        pointer-events: none;
    }

    .tst-banner .tst-cover-frame .tst-map-frame .tst-map {
        width: 100%;
    }

    .tst-banner.tst-small-banner {
        height: auto;
    }

    .tst-banner.tst-small-banner .tst-cover-frame {
        height: 100%;
    }

    .tst-banner.tst-small-banner .tst-banner-content-frame {
        padding: 90px 0px;
    }

    .tst-banner.tst-small-banner .tst-banner-content-frame .tst-main-title-frame {
        height: auto;
    }

    .tst-main-slider .swiper-wrapper {
        z-index: 0;
    }

    .tst-main-slider .tst-main-title {
        margin-top: 45px !important;
    }
}

.tst-dynamic-banner-empty {
    min-height: 80px;
}

.tst-call-to-action {
    position: relative;
}

.tst-call-to-action .tst-cover-frame {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
}

.tst-call-to-action .tst-cover-frame .tst-map-frame {
    position: relative;
    overflow: hidden;
    height: 100%;
    width: 100%;
}

.tst-call-to-action .tst-cover-frame .tst-map-frame .tst-map {
    transform: scale(1.4);
    position: absolute;
    top: 20px;
    height: 100%;
    width: 150%;
    transition: 0.4s ease-in-out;
}

.tst-call-to-action .tst-cover-frame .tst-map-frame .tst-map.tst-active {
    transform: scale(1.5);
}

.tst-call-to-action .tst-cover-frame .tst-overlay {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    background-image: linear-gradient(270deg, rgba(4, 25, 29, 0.1) 0%, rgba(4, 25, 29, 0.7) 70%);
    width: 100%;
    height: 100%;
    transition: 0.4s ease-in-out;
}

.tst-call-to-action .tst-cover-frame .tst-overlay.tst-with-map {
    pointer-events: all;
    background-image: linear-gradient(270deg, rgba(4, 25, 29, 0) 0%, rgba(4, 25, 29, 0.7) 80%);
}

.tst-call-to-action .tst-cover-frame .tst-overlay.tst-with-map.tst-active {
    pointer-events: none;
}

.tst-call-to-action .tst-cover-frame .tst-lock {
    cursor: pointer;
    position: absolute;
    top: 40px;
    right: 45px;
    height: 35px;
    width: 35px;
    border-radius: 50%;
    font-size: 14px;
    background-color: rgba(242, 246, 247, 0.3);
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    transition: 0.3s ease-in-out;
}

.tst-call-to-action .tst-cover-frame .tst-lock.tst-active {
    background-color: rgb(243, 156, 18);
}

.tst-call-to-action .tst-cta-frame {
    width: 100%;
    height: 550px;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
}

.tst-call-to-action .tst-cta-frame .tst-cta {
    width: 100%;
}

.tst-call-to-action .tst-cta-image {
    width: 104%;
    max-width: 104%;
    height: 100%;
    margin-left: -2%;
    object-fit: cover;
    object-position: center center;
}

@media (max-width: 992px) {
    .tst-call-to-action .tst-cta-frame {
        text-align: center;
        height: auto;
        padding: 60px 0px;
    }
}

.tst-about-cover {
    position: relative;
    overflow: hidden;
    padding-bottom: 100%;
    border-radius: 5px;
    box-shadow: rgba(26, 47, 51, 0.11) 0px 5px 10px 0px;
}

.tst-about-cover.tst-video-cover {
    padding-bottom: 60%;
}

.tst-about-cover .tst-cover {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    border-radius: 5px;
    object-fit: cover;
    object-position: center center;
}

.tst-about-cover .tst-overlay {
    border-radius: 5px;
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    background-color: rgba(4, 25, 29, 0.3);
    width: 100%;
    height: 100%;
}

.tst-about-cover .tst-play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    border-radius: 50%;
    height: 70px;
    width: 70px;
    margin-left: -35px;
    margin-top: -35px;
    background-color: rgb(243, 156, 18);
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    box-shadow: rgba(26, 47, 51, 0.11) 0px 5px 10px 0px;
    font-size: 18px;
    padding-left: 3px;
    transition: 0.3s ease-in-out;
}

.tst-about-cover .tst-play-button:hover {
    filter: brightness(108%);
    transform: scale(1.015);
}

.tst-about-cover .tst-play-button:focus {
    outline: inherit;
}

.tst-about-cover .tst-btn-animation {
    position: absolute;
    top: 50%;
    left: 50%;
    border-radius: 50%;
    height: 90px;
    width: 90px;
    margin-left: -45px;
    margin-top: -45px;
    background-color: white;
    box-shadow: rgba(26, 47, 51, 0.11) 0px 5px 10px 0px;
    animation: 1s ease 0s infinite normal none running customPulse;
}

@-webkit-keyframes customPulse {
    0% {
        transform: scale(0.7);
        opacity: 0.7;
    }

    100% {
        transform: scale(1);
        opacity: 0;
    }
}

@keyframes customPulse {
    0% {
        transform: scale(0.7);
        opacity: 0.7;
    }

    100% {
        transform: scale(1);
        opacity: 0;
    }
}

.tst-awards {
    width: 100%;
    text-align: center;
    opacity: 0.3;
    margin-bottom: 60px;
    transition: 0.3s ease-in-out;
}

.tst-awards img {
    margin: 0px auto;
    display: block;
    width: 40%;
}

.tst-awards .tst-text {
    width: 100%;
    text-align: center;
}

.tst-awards:hover {
    opacity: 1;
}

.tst-icon-box img {
    width: 70px;
}

.tst-banner-sm {
    position: relative;
    overflow: hidden;
    width: 100%;
    border-radius: 5px;
    background-size: 100%;
    box-shadow: rgba(26, 47, 51, 0.11) 0px 5px 10px 0px;
}

.tst-banner-sm .tst-cover-frame {
    position: absolute;
    overflow: hidden;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}

.tst-banner-sm .tst-cover-frame .tst-cover {
    border-radius: 5px;
    object-fit: cover;
    object-position: center bottom;
    width: 100%;
    height: 100%;
}

.tst-banner-sm .tst-cover-frame .tst-overlay {
    border-radius: 5px;
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    background-color: rgba(4, 25, 29, 0.5);
    width: 100%;
    height: 100%;
}

.tst-banner-sm .tst-text-frame {
    padding: 60px;
}

.tst-banner-sm .tst-wh-frame {
    display: flex;
    justify-content: space-around;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    width: 100%;
    height: 370px;
    text-align: center;
    background-color: white;
    padding: 60px 0px;
    border-radius: 0px 5px 5px 0px;
}

.tst-banner-sm form {
    width: 100%;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-wrap: nowrap;
}

.tst-banner-sm form input {
    width: 100%;
    position: relative;
    padding: 0px 30px;
    height: 50px;
    border-radius: 5px;
    border: none;
    background-color: white;
}

.tst-banner-sm form input::-webkit-input-placeholder {
    opacity: 0.8;
    font-size: 16px;
    font-weight: 300;
}

.tst-banner-sm form input::placeholder {
    opacity: 0.8;
    font-size: 16px;
    font-weight: 300;
}

.tst-banner-sm form button {
    margin-left: 15px;
}

@media (max-width: 790px) {
    .tst-banner-sm .tst-text-frame {
        text-align: center;
        padding: 30px;
    }

    .tst-banner-sm .tst-wh-frame {
        border-radius: 0px 0px 5px 5px;
    }

    .tst-banner-sm form {
        flex-wrap: wrap;
        -webkit-box-pack: center;
        justify-content: center;
    }

    .tst-banner-sm form input {
        margin: 0px 0px 15px;
    }

    .tst-banner-sm form button {
        margin-left: 0px;
    }
}

.tst-count {
    text-align: center;
}

.tst-count sup {
    font-size: 26px;
    display: inline-block;
    transform: translateY(5px) translateX(3px);
}

.tst-team-member {
    position: relative;
    overflow: hidden;
    width: 100%;
    margin-bottom: 60px;
    background-color: white;
    box-shadow: rgba(26, 47, 51, 0.15) 0px 5px 10px 0px;
    border-radius: 5px;
}

.tst-team-member .tst-member-portrait-frame {
    display: block;
    width: 100%;
    position: relative;
    overflow: hidden;
    padding-bottom: 110%;
}

.tst-team-member .tst-member-portrait-frame img {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
    transition: 0.4s ease-in-out;
}

.tst-team-member .tst-member-descr {
    text-align: center;
    padding: 30px;
}

.tst-team-member .tst-member-descr .tst-member-social {
    margin-top: 15px;
}

.tst-team-member:hover .tst-member-portrait-frame img {
    transform: scale(1.05);
}

.tst-testimonials-slider {
    padding-top: 60px;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: -15px;
    margin-right: -15px;
}

.tst-testimonial-card {
    position: relative;
    border-radius: 5px;
    padding: 30px;
    border: 2px dotted rgba(26, 47, 51, 0.2);
    margin-bottom: 60px;
    cursor: default;
    transition: 0.4s ease-in-out;
}

.tst-testimonial-card .tst-quote {
    width: 100px;
    color: rgb(243, 156, 18);
    line-height: 100px;
    position: absolute;
    top: -90px;
    opacity: 0;
    right: -20px;
    font-family: "Playfair Display", serif;
    font-size: 220px;
    font-style: italic;
    text-shadow: rgba(26, 47, 51, 0.15) 0px 2px 7px;
    transition: 0.6s ease-in-out;
}

.tst-testimonial-card .tst-testimonial-bottom {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
}

.tst-testimonial-card .tst-testimonial-bottom .tst-visitor {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
}

.tst-testimonial-card .tst-testimonial-bottom .tst-visitor img {
    margin-right: 15px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    object-fit: cover;
    object-position: center top;
}

.tst-testimonial-card .tst-testimonial-bottom .tst-date {
    opacity: 0.6;
    background-color: rgba(26, 47, 51, 0.2);
    padding: 3px 10px 1px;
    border-radius: 10px;
    font-size: 12px;
    line-height: 18px;
}

.swiper-slide-active .tst-testimonial-card {
    background-color: white;
    box-shadow: rgba(26, 47, 51, 0.11) 0px 5px 10px 0px;
    border-color: transparent;
}

.swiper-slide-active .tst-testimonial-card .tst-quote {
    top: 0px;
    opacity: 1;
}

.tst-slider {
    padding: 60px 15px 0px;
    margin-left: -15px !important;
    margin-right: -15px !important;
}

.tst-read-more {
    width: 100%;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
}

.tst-blog-card {
    background-color: white;
    box-shadow: rgba(26, 47, 51, 0.11) 0px 5px 10px 0px;
    border-radius: 5px;
}

.tst-blog-card .tst-cover-frame {
    display: block;
    position: relative;
    overflow: hidden;
    border-radius: 5px 5px 0px 0px;
    width: 100%;
    padding-bottom: 65%;
}

.tst-blog-card .tst-cover-frame img {
    border-radius: 5px 5px 0px 0px;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    transition: 0.4s ease-in-out;
}

.tst-blog-card .tst-cover-frame .tst-card-badge {
    padding: 5px 10px 3px;
    border-radius: 3px;
    background-color: rgb(243, 156, 18);
    position: absolute;
    font-weight: 800;
    top: 30px;
    left: 30px;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 2px;
}

.tst-blog-card .tst-descr {
    padding: 30px;
}

.tst-blog-card:hover .tst-cover-frame img {
    transform: scale(1.05);
}

.tst-post-bottom {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
}

.tst-post-bottom .tst-post-author {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
}

.tst-post-bottom .tst-post-author img {
    margin-right: 15px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    object-fit: cover;
    object-position: center top;
}

.tst-date {
    display: inline-block;
    opacity: 0.6;
    background-color: rgba(26, 47, 51, 0.2);
    padding: 3px 10px 1px;
    border-radius: 10px;
    font-size: 12px;
    line-height: 18px;
}

.tst-date.tst-date-m {
    margin-bottom: 10px;
    display: none;
}

@media (max-width: 790px) {
    .tst-read-more {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
        -webkit-box-pack: center;
        justify-content: center;
        text-align: center;
    }

    .tst-read-more .tst-text {
        margin-bottom: 30px;
    }
}

.tst-comments-list {
    padding: 0px;
    margin-top: 30px;
    position: relative;
}

.tst-comments-list::before {
    content: "";
    width: 1px;
    height: 100%;
    background-color: rgb(228, 233, 234);
    position: absolute;
    left: 32px;
    top: 0px;
}

.tst-comments-list > li {
    list-style-type: none;
    position: relative;
}

.tst-comments-list > li::after {
    content: "";
    display: block;
    clear: both;
    height: 0px;
    width: 0px;
}

.tst-comments-list .tst-comment-avatar {
    width: 65px;
    height: 65px;
    position: relative;
    z-index: 99;
    float: left;
    border-radius: 50%;
    overflow: hidden;
    box-shadow: rgba(26, 47, 51, 0.11) 0px 2px 5px 0px;
}

.tst-comments-list .tst-comment-avatar img {
    width: 100%;
    height: 100%;
}

.tst-comments-list .children {
    padding-left: 88px;
    clear: both;
    margin-top: 15px;
    list-style: none;
}

.tst-comments-list .comment {
    list-style: none;
}

.comment::after {
    content: "";
    position: relative;
    display: block;
    clear: both;
}

.comment-reply {
    margin-top: 15px;
}

.tst-comment-box {
    width: calc(100% - 90px);
    float: right;
    position: relative;
    background-color: white;
    border-radius: 5px;
    padding: 30px;
    margin-bottom: 30px;
    box-shadow: rgba(26, 47, 51, 0.11) 0px 2px 5px 0px;
}

.tst-comment-box .tst-comment-head {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
    margin-bottom: 30px;
}

.tst-comment-box .tst-comment-head .tst-date {
    opacity: 0.6;
    background-color: rgba(26, 47, 51, 0.2);
    padding: 3px 10px 1px;
    border-radius: 10px;
    font-size: 12px;
    line-height: 18px;
}

.tst-comments-list.tst-reply-list > li:last-child .tst-comment-box {
    margin-bottom: 30px !important;
}

@media (max-width: 790px) {
    .tst-comments-list::before {
        left: 17px;
    }

    .tst-comments-list .tst-comment-avatar {
        width: 35px;
        height: 35px;
    }

    .tst-reply-list {
        padding-left: 50px;
    }

    .tst-reply-list > li::before {
        top: 17px;
        left: -33px;
    }

    .tst-comment-box {
        width: calc(100% - 50px);
    }
}

footer {
    padding: 70px 0px 40px;
    width: 100%;
}

footer .pizza_grill-section > .pizza_grill-container, .pizza_grill-section > .pizza_grill-container > .pizza_grill-column > .pizza_grill-widget-wrap {
    padding-top: 0px;
    padding-bottom: 0px;
}

footer .tst-footer-top {
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
}

footer .tst-footer-top .tst-logo {
    width: 120px;
    z-index: 1;
}

footer .tst-footer-contact {
    padding: 0px;
}

footer .tst-footer-contact li {
    list-style-type: none;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    margin-bottom: 13px;
}

footer .tst-footer-contact li .tst-label {
    line-height: 26px;
}

footer .tst-footer-gallery {
    width: 100%;
    position: relative;
}

footer .tst-footer-gallery .tst-footer-gal-item {
    padding-bottom: 100%;
    width: 100%;
    position: relative;
    overflow: hidden;
    border-radius: 5px;
    margin-bottom: 40px;
    box-shadow: rgba(26, 47, 51, 0.11) 0px 5px 10px 0px;
}

footer .tst-footer-gallery .tst-footer-gal-item img {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    object-fit: cover;
    object-position: center center;
    transition: 0.4s ease-in-out;
}

footer .tst-footer-gallery .tst-footer-gal-item .tst-overlay {
    width: 100%;
    height: 100%;
    background-image: none;
    background-color: rgba(4, 25, 29, 0.7);
    position: absolute;
    top: 0px;
    left: 0px;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    color: rgb(242, 246, 247);
    opacity: 0;
    transition: 0.3s ease-in-out;
}

footer .tst-footer-gallery .tst-footer-gal-item .tst-overlay i {
    transform: scale(0.6);
    transition: 0.4s ease-in-out;
}

footer .tst-footer-gallery .tst-footer-gal-item:hover img {
    transform: scale(1.05);
}

footer .tst-footer-gallery .tst-footer-gal-item:hover .tst-overlay {
    opacity: 1;
}

footer .tst-footer-gallery .tst-footer-gal-item:hover .tst-overlay i {
    transform: scale(1);
}

footer .tst-gallery-nav {
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
}

footer .tst-gallery-nav .tst-fg-nav {
    display: flex;
}

footer .tst-gallery-nav .tst-fg-nav .tst-slider-btn {
    font-size: 13px;
    margin-left: 30px;
    cursor: pointer;
}

footer .tst-gallery-nav .tst-fg-nav .tst-slider-btn:focus {
    outline: inherit;
}

footer .tst-footer-bottom {
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
}

footer .tst-footer-bottom a {
    z-index: 1;
}

footer .tst-footer-bottom .tst-text {
    opacity: 0.4;
}

footer .pizza_grill-column .tst-mb-60 {
    padding-right: 30px;
}

footer .pizza_grill-column:last-child .tst-mb-60 {
    padding-right: 0px;
}

.tst-popup-bg {
    opacity: 0;
    pointer-events: none;
    background-image: linear-gradient(270deg, rgba(4, 25, 29, 0.9) 0%, rgba(4, 25, 29, 0.9) 70%);
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    transition: 0.4s ease-in-out;
}

.tst-popup-bg .tst-popup-frame {
    position: relative;
    margin-top: 60px;
    transform: translateY(60px);
    text-align: center;
    width: 50%;
    padding: 60px 30px 30px;
    background-color: rgb(242, 246, 247);
    box-shadow: rgba(26, 47, 51, 0.15) 0px 5px 10px 0px;
    border-radius: 10px;
    transition: 0.4s ease-in-out;
}

.tst-popup-bg .tst-popup-frame::before {
    content: "";
    height: 10px;
    width: calc(100% - 30px);
    position: absolute;
    z-index: 999;
    top: -10px;
    border-radius: 5px 5px 0px 0px;
    background-color: rgb(242, 246, 247);
    opacity: 0.2;
    left: 15px;
}

.tst-popup-bg .tst-popup-frame::after {
    content: "";
    height: 10px;
    width: calc(100% - 30px);
    position: absolute;
    bottom: -10px;
    border-radius: 0px 0px 5px 5px;
    background-color: rgb(242, 246, 247);
    opacity: 0.2;
    left: 15px;
}

.tst-popup-bg .tst-popup-frame .tst-close-popup {
    position: absolute;
    top: 30px;
    cursor: pointer;
    right: 30px;
    transition: 0.3s ease-in-out;
}

.tst-popup-bg .tst-popup-frame .tst-close-popup:hover {
    color: rgb(231, 76, 60);
    transform: scale(1.2);
}

.tst-popup-bg.tst-active {
    opacity: 1;
    pointer-events: all;
}

.tst-popup-bg.tst-active .tst-popup-frame {
    transform: translateY(0px);
}

@media (max-width: 992px) {
    .tst-popup-bg {
        padding: 0px 45px;
    }

    .tst-popup-bg .tst-popup-frame {
        width: 100%;
    }
}

@media (max-width: 790px) {
    .tst-popup-bg {
        padding: 10px;
    }
}

.tst-breadcrumbs {
    position: relative;
    display: inline-flex;
    background-color: rgb(243, 156, 18);
    margin: 0px;
    padding: 0px 30px;
    height: 50px;
    border-radius: 5px;
    -webkit-box-align: center;
    align-items: center;
}

.tst-breadcrumbs::before {
    content: "";
    height: 7px;
    width: calc(100% - 20px);
    position: absolute;
    bottom: -7px;
    border-radius: 0px 0px 5px 5px;
    background-color: rgb(242, 246, 247);
    opacity: 0.15;
    transition: 0.3s ease-in-out;
    left: 10px;
}

.tst-breadcrumbs li {
    list-style-type: none;
    margin-right: 15px;
    text-transform: uppercase;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 2px;
    font-family: "Josefin Sans", sans-serif;
}

.tst-breadcrumbs li::after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "ï”";
    font-size: 12px;
    margin-left: 15px;
}

.tst-breadcrumbs li a {
    margin: 0px;
    transition: 0.3s ease-in-out;
}

.tst-breadcrumbs li.tst-active, .tst-breadcrumbs li:last-child {
    pointer-events: none;
    opacity: 0.5;
}

.tst-breadcrumbs li.tst-active::after, .tst-breadcrumbs li:last-child::after {
    display: none;
}

.tst-breadcrumbs li:last-child {
    margin: 0px;
}

.tst-breadcrumbs li {
    display: flex;
    align-items: center;
}

.tst-menu-book-item {
    background-color: white;
    box-shadow: rgba(26, 47, 51, 0.15) 0px 5px 10px 0px;
    border-radius: 5px;
    margin-bottom: 60px;
}

.tst-menu-book-item .tst-item-cover-frame {
    display: block;
    border-radius: 5px 5px 0px 0px;
    position: relative;
    overflow: hidden;
    padding-bottom: 65%;
}

.tst-menu-book-item .tst-item-cover-frame img {
    border-radius: 5px 5px 0px 0px;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    transition: 0.4s ease-in-out;
}

.tst-menu-book-item .tst-item-cover-frame:focus {
    outline: inherit;
}

.tst-menu-book-item .tst-item-cover-frame:hover img {
    transform: scale(1.05);
}

.tst-menu-book-item .tst-menu-book-descr {
    padding: 30px;
    position: relative;
}

.tst-menu-book-item .tst-menu-book-descr .tst-menu-book-bottom {
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    align-items: flex-end;
}

.tst-menu-book-item .tst-menu-book-descr .tst-menu-book-bottom .tst-menu-book-price .tst-price {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 0px;
}

.tst-menu-book-item .tst-menu-book-descr .tst-menu-book-bottom .tst-menu-book-price .tst-price .woocommerce-Price-currencySymbol {
    margin-right: 5px;
    display: inline-block;
    font-weight: 400;
    font-size: 12px;
    opacity: 0.6;
}

.tst-menu-book-item .tst-menu-book-descr .tst-menu-book-bottom .tst-menu-book-price .tst-price.tst-old-price {
    font-size: 12px;
    font-weight: 200;
    opacity: 0.6;
    margin-bottom: 5px;
}

.tst-menu-book-item .tst-menu-book-descr .tst-menu-book-bottom .tst-menu-book-price .tst-price.tst-old-price .woocommerce-Price-currencySymbol {
    font-size: 6px;
}

.tst-menu-book-item.tst-mbi-2 {
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
}

.tst-menu-book-item.tst-mbi-2 .tst-item-cover-frame {
    width: 30%;
    padding-bottom: 1%;
    border-radius: 5px 0px 0px 5px;
}

.tst-menu-book-item.tst-mbi-2 .tst-item-cover-frame img {
    border-radius: 5px 0px 0px 5px;
}

.tst-menu-book-item.tst-mbi-2 .tst-menu-book-descr {
    padding: 30px;
    width: 70%;
}

.tst-menu-book-item.tst-mbi-3 {
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
    box-shadow: none;
    background-color: transparent;
    margin-bottom: 60px;
}

.tst-menu-book-item.tst-mbi-3 .tst-item-cover-frame {
    height: 90px;
    width: 130px;
    border-radius: 5px;
    padding-bottom: 0px;
    box-shadow: rgba(26, 47, 51, 0.15) 0px 5px 10px 0px;
}

.tst-menu-book-item.tst-mbi-3 .tst-menu-book-descr {
    width: calc(100% - 130px);
    padding: 0px 0px 0px 30px;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
}

.tst-menu-book-item.tst-mbi-3 .tst-menu-book-descr .tst-spacer-sm {
    display: none;
}

.tst-menu-book-item.tst-mbi-3 .tst-menu-book-descr .tst-menu-book-bottom {
    width: 140px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    justify-content: space-around;
}

.tst-menu-book-item.tst-mbi-3 .tst-menu-book-descr .tst-menu-book-bottom .tst-menu-book-price .tst-price {
    font-size: 18px;
}

.tst-menu-book-item.tst-mbi-3 .tst-menu-book-descr .tst-menu-book-bottom .tst-cart-btn {
    border-radius: 50%;
    padding: 0px;
    margin: 0px;
    height: 35px;
    width: 35px;
    transform: scale(1) !important;
}

.tst-menu-book-item .tst-btn, .woocommerce ul.products li.product .button.add_to_cart_button {
    transform: scale(1) !important;
}

.tst-menu-book-item.tst-mbi-3 .tst-menu-book-descr .tst-menu-book-bottom .tst-cart-btn svg {
    margin-bottom: 15px;
}

.tst-menu-book-item .tst-menu-book-descr .tst-menu-book-bottom .tst-cart-btn.added {
    background-color: rgb(46, 204, 113) !important;
}

.tst-menu-book-item .tst-menu-book-descr .tst-menu-book-bottom .added_to_cart {
    padding: 8px 8px 5px;
    position: absolute;
    bottom: -30px;
    right: 0px;
    background: rgb(229, 231, 231);
    border-radius: 2px;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 800;
    letter-spacing: 2px;
}

.tst-menu-book-item .tst-menu-book-descr .tst-menu-book-bottom .added_to_cart::before {
    content: "";
    position: absolute;
    right: 10px;
    top: -13px;
    border-width: 8px 8px 6px;
    border-style: solid;
    border-color: transparent transparent rgb(229, 231, 231);
    border-image: initial;
}

.tst-slider .tst-menu-book-item .tst-menu-book-descr .tst-menu-book-bottom .added_to_cart {
    bottom: 37px;
    right: 107px;
}

.tst-slider .tst-menu-book-item .tst-menu-book-descr .tst-menu-book-bottom .added_to_cart::before {
    right: -12px;
    top: 9px;
    border-width: 6px;
    border-style: solid;
    border-color: transparent transparent rgb(229, 231, 231);
    border-image: initial;
    transform: rotate(90deg);
}

.tst-menu-rows .tst-spacer:last-child {
    display: none;
}

.swiper-menu-nav {
    text-align: center;
    position: static;
    margin: 0px 0px 60px;
    width: auto !important;
    left: auto !important;
}

.swiper-menu-nav .swiper-pagination-bullet {
    opacity: 1;
    position: relative;
    padding: 0px 30px;
    background-color: transparent;
    display: inline-block;
    height: 50px;
    color: rgb(26, 47, 51);
    line-height: 54px;
    cursor: pointer;
    font-family: "Josefin Sans", sans-serif;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 2px;
    font-weight: 800;
    transition: 0.3s ease-in-out;
    border-radius: 5px;
    width: auto;
    transform: scale(1) !important;
    border: none !important;
}

.swiper-menu-nav .swiper-pagination-bullet-active {
    color: rgb(26, 47, 51);
    background-color: rgb(243, 156, 18);
    transform: scale(1) !important;
    border: none !important;
}

.swiper-menu {
    overflow: visible !important;
}

.swiper-menu .swiper-slide {
    background-color: rgb(252, 252, 252);
}

@media (max-width: 500px) {
    .tst-menu-book-item.tst-mbi-3 .tst-item-cover-frame {
        display: none;
    }

    .tst-menu-book-item.tst-mbi-3 .tst-menu-book-descr {
        width: 100%;
        padding: 0px;
    }
}

.tst-minicart-window {
    pointer-events: none;
    opacity: 0;
    transform: translateY(20px);
    border-radius: 10px;
    position: absolute;
    top: 90px;
    right: 0px;
    min-width: 250px;
    background-color: white;
    box-shadow: rgba(26, 47, 51, 0.11) 0px 5px 10px 0px;
    transition: 0.3s ease-in-out;
}

.tst-minicart-window.tst-active {
    pointer-events: all;
    opacity: 1;
    transform: translateY(0px);
}

.tst-minicart-window::after {
    content: "";
    height: 10px;
    width: calc(100% - 30px);
    position: absolute;
    bottom: -10px;
    border-radius: 0px 0px 5px 5px;
    background-color: rgb(252, 252, 252);
    opacity: 0.15;
    left: 15px;
}

.tst-minicart-window .tst-minicart-header {
    text-align: center;
    padding: 30px;
    background-color: white;
    border-radius: 10px 10px 0px 0px;
    border-bottom: 1px solid rgba(26, 47, 51, 0.05);
}

.tst-minicart-window .woocommerce-mini-cart {
    margin: 0px;
    padding: 30px 26px 15px 30px;
    width: 415px;
    background-color: rgb(252, 252, 252);
    overflow: hidden scroll;
    height: 100%;
    max-height: 400px;
    box-shadow: rgba(26, 47, 51, 0.05) 0px 5px 5px 0px inset;
}

.tst-minicart-window .woocommerce-mini-cart .woocommerce-mini-cart-item {
    width: 100%;
    display: flex;
    background-color: white;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-pack: center;
    justify-content: center;
    padding: 0px 50px 0px 160px;
    min-height: 90px;
    border-radius: 5px;
    box-shadow: rgba(26, 47, 51, 0.11) 0px 5px 10px 0px;
    position: relative;
    overflow: hidden;
    list-style-type: none;
    margin-bottom: 15px;
}

.tst-minicart-window .woocommerce-mini-cart .woocommerce-mini-cart-item a {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 1px;
    font-family: "Josefin Sans", sans-serif;
    margin: 0px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.tst-minicart-window .woocommerce-mini-cart .woocommerce-mini-cart-item .quantity {
    font-size: 13px;
    opacity: 0.8;
}

.tst-minicart-window .woocommerce-mini-cart .woocommerce-mini-cart-item .remove_from_cart_button {
    line-height: 12px;
    padding-left: 0px;
    display: block;
    transform: scale(0);
    border-radius: 50%;
    font-weight: 300;
    text-align: center;
    position: absolute;
    height: 18px;
    width: 18px;
    background-color: rgb(231, 76, 60);
    font-size: 30px;
    margin-top: -9px;
    top: 50%;
    right: 20px;
    transition: 0.3s ease-in-out;
    border: none;
    text-transform: uppercase;
    color: rgb(255, 255, 255) !important;
}

.tst-minicart-window .woocommerce-mini-cart .woocommerce-mini-cart-item .attachment-woocommerce_thumbnail {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    width: 140px;
    border-radius: 5px 0px 0px 5px;
}

.tst-minicart-window .woocommerce-mini-cart .woocommerce-mini-cart-item:hover .remove_from_cart_button {
    transform: scale(1);
}

.tst-minicart-window .woocommerce-mini-cart__total {
    border-top: 1px solid rgba(26, 47, 51, 0.05);
    padding: 20px;
    margin: 0px;
    text-align: center;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
}

.tst-minicart-window .woocommerce-mini-cart__total strong {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 1px;
    font-family: "Josefin Sans", sans-serif;
}

.tst-minicart-window .woocommerce-mini-cart__total .woocommerce-Price-amount {
    font-weight: 600;
    font-size: 22px;
}

.tst-minicart-window .woocommerce-mini-cart__total .woocommerce-Price-amount .woocommerce-Price-currencySymbol {
    margin-right: 5px;
    display: inline-block;
    font-weight: 400;
    font-size: 13px;
    opacity: 0.6;
}

.tst-minicart-window .woocommerce-mini-cart__buttons {
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    padding: 0px 20px 10px;
}

.tst-minicart-window .woocommerce-mini-cart__buttons a {
    position: relative;
    padding: 0px 30px;
    background-color: rgb(243, 156, 18);
    display: inline-block;
    height: 50px;
    line-height: 54px;
    cursor: pointer;
    font-family: "Josefin Sans", sans-serif;
    margin-right: 5px;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 2px;
    font-weight: 800;
    border: none;
    transition: 0.3s ease-in-out;
    border-radius: 5px;
}

.tst-minicart-window .woocommerce-mini-cart__buttons a:hover {
    filter: brightness(108%);
    transform: scale(1.015);
}

.tst-minicart-window .woocommerce-mini-cart__buttons a:last-child {
    margin: 0px 0px 0px 4%;
    float: right;
}

@media (max-width: 500px) {
    .tst-minicart-window {
        width: calc(100% - 30px);
        left: 15px;
    }

    .tst-minicart-window .woocommerce-mini-cart {
        max-height: 45vh;
        width: 100%;
        padding: 15px 15px 0px;
    }
}

p.tst-text {
    color: rgb(0, 0, 0);
    font-size: 28px;
    font-weight: bold;
}

.tst-title--h {
    color: rgb(250, 194, 45);
}

.tst-shop-list-header {
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
}

.tst-shop-list-header .woocommerce-result-count {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 2px;
    font-family: "Josefin Sans", sans-serif;
    margin: 0px;
}

@media (max-width: 790px) {
    .tst-shop-list-header {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
    }

    .tst-shop-list-header .woocommerce-result-count {
        margin-bottom: 30px;
    }
}

.tst-product-card {
    position: relative;
    overflow: hidden;
    border-radius: 5px;
    background-color: white;
    box-shadow: rgba(26, 47, 51, 0.2) 0px 5px 10px 0px;
    margin-bottom: 60px;
}

.tst-product-card .woocommerce-LoopProduct-link {
    display: block;
    text-decoration: none !important;
}

.tst-product-card .woocommerce-LoopProduct-link .tst-cover-frame {
    position: relative;
    overflow: hidden;
    padding-bottom: 65%;
}

.tst-product-card .woocommerce-LoopProduct-link .tst-cover-frame .attachment-woocommerce_thumbnail {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    display: block;
    transition: 0.4s ease-in-out;
}

.tst-product-card .woocommerce-LoopProduct-link h2 {
    display: block;
    padding: 30px 0px 15px;
    margin: 0px 30px;
    font-size: 24px;
    line-height: 26px;
}

.tst-product-card .woocommerce-LoopProduct-link .tst-product-descr {
    display: block;
    padding-bottom: 15px;
    margin: 0px 30px;
    border-bottom: 2px dotted rgba(26, 47, 51, 0.4);
}

.tst-product-card .woocommerce-LoopProduct-link .price {
    position: absolute;
    bottom: 0px;
    margin: 0px 30px;
    padding-bottom: 30px;
    display: block;
}

.tst-product-card .woocommerce-LoopProduct-link .price .woocommerce-Price-amount {
    font-weight: 600;
    font-size: 22px;
}

.tst-product-card .woocommerce-LoopProduct-link .price .woocommerce-Price-amount .woocommerce-Price-currencySymbol {
    margin-right: 5px;
    display: inline-block;
    font-weight: 400;
    font-size: 13px;
    opacity: 0.6;
}

.tst-product-card .woocommerce-LoopProduct-link .price del .woocommerce-Price-amount {
    text-decoration: line-through;
    margin-right: 15px;
    font-weight: 200;
    font-size: 12px;
    position: absolute;
    top: -25px;
}

.tst-product-card .woocommerce-LoopProduct-link .price del .woocommerce-Price-amount .woocommerce-Price-currencySymbol {
    margin-right: 5px;
    display: inline-block;
    font-weight: 400;
    font-size: 9px;
    opacity: 0.6;
}

.tst-product-card .tst-btn {
    margin: 15px 30px 30px;
    float: right;
}

.tst-product-card:hover .tst-cover-frame .attachment-woocommerce_thumbnail {
    transform: scale(1.05);
}

.widget-area {
    padding-left: 15px;
}

.widget-area .widget-title {
    display: block;
    font-size: 24px;
    line-height: 26px;
    margin-bottom: 60px;
}

.widget-area ul {
    padding: 0px;
    margin: 0px;
}

.widget-area ul li {
    list-style-type: none;
}

.widget-area .widget_product_categories ul li {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 2px;
    font-family: "Josefin Sans", sans-serif;
    margin: 0px 0px 15px;
    transition: 0.3s ease-in-out;
}

.widget-area .widget_product_categories ul li .count {
    display: inline-block;
    line-height: 17px;
    margin-left: 10px;
    padding: 1px 10px 0px;
    border-radius: 10px;
    font-weight: 600;
    text-align: center;
    height: 15px;
    width: auto;
    color: rgb(252, 252, 252);
    background-color: rgb(46, 204, 113);
    font-size: 12px;
    transition: 0.3s ease-in-out;
}

.widget-area .product_list_widget li {
    width: 100%;
    display: flex;
    background-color: white;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-pack: center;
    justify-content: center;
    min-height: 90px;
    border-radius: 5px;
    box-shadow: rgba(26, 47, 51, 0.2) 0px 5px 10px 0px;
    position: relative;
    overflow: hidden;
    list-style-type: none;
    padding: 0px 10px 0px 100px !important;
    margin-bottom: 15px !important;
}

.widget-area .product_list_widget li a {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 2px;
    font-family: "Josefin Sans", sans-serif;
    margin: 0px 0px 10px;
}

.widget-area .product_list_widget li a .product-title {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.widget-area .product_list_widget li .attachment-woocommerce_thumbnail {
    position: absolute;
    top: 0px;
    left: -10px;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    width: 90px;
    border-radius: 5px 0px 0px 5px;
}

.widget-area .product_list_widget li .woocommerce-Price-amount {
    font-weight: 600;
    font-size: 16px;
}

.widget-area .product_list_widget li .woocommerce-Price-amount .woocommerce-Price-currencySymbol {
    margin-right: 5px;
    display: inline-block;
    font-weight: 400;
    font-size: 13px;
    opacity: 0.6;
}

.widget-area .product_list_widget li del .woocommerce-Price-amount {
    text-decoration: line-through;
    margin-right: 15px;
    font-weight: 200;
    font-size: 12px;
}

.widget-area .product_list_widget li del .woocommerce-Price-amount .woocommerce-Price-currencySymbol {
    margin-right: 5px;
    display: inline-block;
    font-weight: 400;
    font-size: 9px;
    opacity: 0.6;
}

@media (max-width: 992px) {
    .widget-area {
        padding-left: 0px;
    }
}

.woocommerce-ordering {
    margin: 0px 0px 15px;
    float: right;
}

.woocommerce .woocommerce-ordering {
    margin: -30px 0px 30px;
}

.woocommerce-ordering .nice-select {
    margin-top: 0px;
    margin-bottom: 0px;
}

.woocommerce-ordering select {
    background-color: transparent;
    appearance: none;
    width: 240px;
    height: 50px;
    border: none;
    font-size: 16px;
    font-weight: 300;
    cursor: pointer;
}

.woocommerce-ordering select:focus {
    outline: inherit;
}

.woocommerce-product-search {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-wrap: nowrap;
}

.woocommerce-product-search input, .woocommerce .woocommerce-product-search input {
    width: 100%;
    margin-bottom: 0px;
    margin-right: 10px;
    position: relative;
    padding: 0px 10px;
    height: 50px;
    box-shadow: rgba(26, 47, 51, 0.1) 0px 5px 10px 0px;
    border-radius: 5px;
    background-color: rgb(255, 255, 255);
    border: none;
}

.woocommerce-product-search input::-webkit-input-placeholder {
    font-size: 16px;
    font-weight: 300;
    color: rgb(26, 47, 51);
}

.woocommerce-product-search input::placeholder {
    font-size: 16px;
    font-weight: 300;
    color: rgb(26, 47, 51);
}

.woocommerce-product-search input:focus {
    outline: inherit;
}

.woocommerce-product-search button {
    position: relative;
    padding: 0px 20px;
    background-color: rgb(243, 156, 18);
    display: inline-block;
    height: 50px;
    line-height: 54px;
    cursor: pointer;
    font-family: "Josefin Sans", sans-serif;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 2px;
    font-weight: 800;
    border: none;
    transition: 0.3s ease-in-out;
    border-radius: 5px;
}

.woocommerce-product-search button i {
    font-size: 14px;
    transform: translateY(1px);
}

.woocommerce-product-search button:hover {
    filter: brightness(108%);
    transform: scale(1.015);
}

.woocommerce button {
    position: relative;
    padding: 0px 15px;
    display: inline-block;
    cursor: pointer;
    font-family: "Josefin Sans", sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 800;
    border: none;
    transition: 0.3s ease-in-out;
    text-align: center;
    background-color: rgb(243, 156, 18) !important;
    height: 50px !important;
    line-height: 54px !important;
    color: rgb(26, 47, 51) !important;
    font-size: 12px !important;
    border-radius: 5px !important;
}

.woocommerce button:hover {
    filter: brightness(108%);
    transform: scale(1.015);
}

.woocommerce input {
    margin-bottom: 0px;
    height: 50px;
    border-radius: 5px;
    padding: 0px 30px;
    background-color: rgb(255, 255, 255);
}

.woocommerce input::-webkit-input-placeholder {
    font-size: 16px;
    font-weight: 300;
    color: rgb(26, 47, 51);
}

.woocommerce input::placeholder {
    font-size: 16px;
    font-weight: 300;
    color: rgb(26, 47, 51);
}

.woocommerce input:focus {
    outline: inherit;
}

table {
    background-color: white;
    width: 100%;
    box-shadow: rgba(26, 47, 51, 0.1) 0px 5px 10px 0px;
    padding: 40px 30px;
    border: none !important;
}

table * {
    border: none;
}

table thead tr th {
    padding: 10px 0px;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 2px;
    font-family: "Josefin Sans", sans-serif;
}

.quantity input {
    height: 50px;
    min-width: 90px;
    padding: 0px 10px 0px 0px;
    background-color: rgb(255, 255, 255);
}

.actions {
    position: relative;
    background-color: transparent !important;
    padding: 20px !important;
}

.actions .tst-uc {
    top: 30px;
    right: 0px;
    position: absolute !important;
}

.coupon {
    padding-bottom: 0px !important;
}

.coupon button {
    margin-left: 15px !important;
}

@media (max-width: 992px) {
    .actions {
        position: relative;
        padding: 30px 0px 0px !important;
    }

    .actions .tst-uc {
        margin-top: 30px !important;
        position: static !important;
    }
}

.cart_item {
    position: relative;
}

.cart_item td {
    border-top: none;
    background-color: transparent !important;
    padding: 15px 20px !important;
}

.cart_item td::before {
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 2px;
    font-family: "Josefin Sans", sans-serif;
    padding: 0px 0px 30px !important;
    text-transform: uppercase !important;
}

.cart_item td.product-remove {
    width: 15px;
}

.cart_item td.product-remove a.remove {
    transform: scale(0.8);
    transition: 0.3s ease-in-out;
    line-height: 12px;
    width: 20px;
    height: 20px;
    font-size: 40px;
    font-weight: 300;
    background-color: rgb(231, 76, 60);
    opacity: 1;
    color: rgb(252, 252, 252) !important;
}

.cart_item td.product-remove a.remove:hover {
    transform: scale(1);
}

.cart_item td.product-thumbnail {
    width: 200px;
    height: 100px;
}

.cart_item td.product-thumbnail a {
    display: block;
    padding-bottom: 65%;
    position: relative;
}

.cart_item td.product-thumbnail a img {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    border-radius: 5px;
    object-fit: cover;
}

.cart_item .product-price .woocommerce-Price-amount, .cart_item .product-subtotal .woocommerce-Price-amount {
    font-size: 18px;
}

.cart_item .product-price .woocommerce-Price-amount .woocommerce-Price-currencySymbol, .cart_item .product-subtotal .woocommerce-Price-amount .woocommerce-Price-currencySymbol {
    font-size: 16px;
}

.cart_totals h2 {
    display: block;
    margin: 0px 0px 30px;
    font-size: 24px;
    line-height: 26px;
}

.cart_totals table {
    padding: 30px 30px 25px;
}

.cart_totals table tbody tr.cart-subtotal td {
    font-size: 16px;
    font-weight: 400;
    background-color: transparent !important;
    padding: 20px !important;
}

.cart_totals table tbody tr.cart-subtotal td::before {
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 2px;
    font-family: "Josefin Sans", sans-serif;
    text-transform: uppercase !important;
}

.cart_totals table tbody tr.cart-subtotal td .woocommerce-Price-currencySymbol {
    margin-right: 5px;
    display: inline-block;
    font-weight: 400;
    font-size: 12px;
    opacity: 0.6;
}

.cart_totals table tbody tr.cart-subtotal th {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 2px;
    padding: 20px;
}

.cart_totals table tbody tr.order-total td {
    padding: 20px;
    font-size: 22px;
    font-weight: 300;
    background-color: transparent !important;
}

.cart_totals table tbody tr.order-total td::before {
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 2px;
    font-family: "Josefin Sans", sans-serif;
    text-transform: uppercase !important;
}

.cart_totals table tbody tr.order-total td .woocommerce-Price-currencySymbol {
    margin-right: 5px;
    display: inline-block;
    font-weight: 400;
    font-size: 13px;
    opacity: 0.6;
}

.cart_totals table tbody tr.order-total th {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 2px;
    padding-top: 30px;
}

.checkout-button {
    position: relative;
    display: inline-block;
    cursor: pointer;
    font-family: "Josefin Sans", sans-serif;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 800;
    border: none;
    transition: 0.3s ease-in-out;
    padding: 0px 30px !important;
    background-color: rgb(243, 156, 18) !important;
    height: 50px !important;
    line-height: 54px !important;
    color: rgb(26, 47, 51) !important;
    font-size: 12px !important;
    border-radius: 5px !important;
}

.checkout-button:hover {
    filter: brightness(108%);
    transform: scale(1.015);
}

.product-name a {
    font-weight: 600;
    font-size: 18px;
    font-family: "Playfair Display", serif !important;
}

.product-price .woocommerce-Price-amount, .product-subtotal .woocommerce-Price-amount {
    font-size: 16px;
    font-weight: 400;
}

.product-price .woocommerce-Price-amount .woocommerce-Price-currencySymbol, .product-subtotal .woocommerce-Price-amount .woocommerce-Price-currencySymbol {
    margin-right: 5px;
    display: inline-block;
    font-weight: 400;
    font-size: 12px;
    opacity: 0.6;
}

.tst-slider-pagination {
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    width: 400px;
    position: absolute;
    left: 50%;
    margin-left: -200px;
}

.swiper-pagination-bullet {
    height: 8px;
    width: 8px;
    margin: 0px 3px;
    opacity: 0.2;
    background-color: rgb(26, 47, 51);
    border: 3px solid transparent;
    transition: 0.3s ease-in-out;
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
    transform: scale(1.6);
    opacity: 1;
    margin: 0px 5px;
    border: 3px solid rgb(243, 156, 18);
}

.swiper-pagination-bullet:focus {
    outline: inherit;
}

.tst-slider-navigation {
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
    width: 100%;
}

.tst-slider-navigation .tst-nav {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
}

.tst-slider-navigation .tst-nav .tst-slider-btn {
    padding-top: 1px;
    margin-left: 15px;
    background-color: rgb(243, 156, 18);
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    height: 35px;
    width: 35px;
    cursor: pointer;
    border-radius: 50%;
    font-size: 14px;
    transition: 0.3s ease-in-out;
}

.tst-slider-navigation .tst-nav .tst-slider-btn:hover {
    filter: brightness(108%);
    transform: scale(1.015);
}

.tst-slider-navigation .tst-nav .tst-slider-btn.swiper-button-disabled {
    pointer-events: none;
    opacity: 0.3;
    background-color: rgba(26, 47, 51, 0.1);
}

.tst-slider-navigation .tst-nav .tst-slider-btn.swiper-button-disabled:hover {
    background-color: rgba(26, 47, 51, 0.1);
    opacity: 0.1;
}

.tst-slider-navigation .tst-nav .tst-slider-btn .tst-label {
    margin-right: 15px;
}

.tst-slider-navigation .tst-nav .tst-slider-btn:focus {
    outline: inherit;
}

.tst-main-slider-navigation {
    padding-left: 10px;
    position: absolute;
    z-index: 1;
    border-radius: 10px;
    bottom: 30px;
    left: calc(10% + 15px);
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
}

.tst-main-slider-nav {
    display: flex;
}

.tst-main-slider-nav .tst-slider-btn {
    cursor: pointer;
    color: rgb(242, 246, 247);
    height: 40px;
    width: 40px;
    font-size: 18px;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    transition: 0.3s ease-in-out;
}

.tst-main-slider-nav .tst-slider-btn.swiper-button-disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

.tst-main-slider-nav .tst-slider-btn i {
    text-shadow: rgba(26, 47, 51, 0.95) 0px 5px 20px;
}

.tst-main-slider-nav .tst-slider-btn:focus {
    outline: inherit;
}

.tst-main-slider-nav .tst-slider-btn:hover {
    transform: scale(1.3);
}

.tst-main-pagination {
    display: flex;
    margin-bottom: 0px;
    padding-bottom: 0px;
    margin-right: 30px;
}

.tst-main-pagination .swiper-pagination-bullet {
    height: 10px;
    width: 10px;
    margin: 0px 20px 0px 0px;
    opacity: 1;
    border: 3px solid rgb(242, 246, 247);
    box-shadow: rgba(26, 47, 51, 0.9) 0px 5px 10px 0px;
    transition: 0.3s ease-in-out;
}

.tst-main-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    transform: scale(1.5);
    margin: 0px 20px 0px 0px;
    border: 2px solid rgb(243, 156, 18);
}

.tst-main-pagination .swiper-pagination-bullet:focus {
    outline: inherit;
}

.tst-main-pagination .swiper-pagination-bullet:hover {
    transform: scale(1.3);
}

@media (max-width: 790px) {
    .tst-slider-navigation {
        display: flex;
        -webkit-box-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        align-items: center;
        width: 100%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        flex-direction: column-reverse;
    }

    .tst-slider-navigation .tst-nav {
        margin-bottom: 30px;
    }

    .tst-slider-navigation .tst-nav .tst-label {
        display: none;
    }

    .tst-slider-navigation .tst-nav .tst-slider-btn {
        margin: 5px;
    }

    .tst-slider-pagination {
        width: 100%;
        position: static;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 35px;
    }

    .tst-main-slider-navigation {
        width: calc(100% - 20px);
        left: 10px;
        bottom: 15px;
    }
}

.datepicker {
    z-index: 2147483647;
    border: none;
    font-weight: 400;
    font-family: "Josefin Sans", sans-serif;
    box-shadow: rgba(26, 47, 51, 0.11) 0px 2px 5px 0px;
}

.datepicker .datepicker--nav {
    padding-top: 10px;
    opacity: 1;
    font-size: 14px;
    color: rgb(26, 47, 51) !important;
}

.datepicker .datepicker--cell.-current- {
    background-color: rgba(26, 47, 51, 0.2);
    color: rgb(26, 47, 51);
}

.datepicker .datepicker--cell.-selected-, .datepicker .datepicker--cell.-selected-.-current- {
    background: rgb(243, 156, 18);
    color: rgb(255, 255, 255);
}

.datepicker .datepicker--cell.-selected-:hover, .datepicker .datepicker--cell.-selected-.-current-:hover {
    background: rgb(243, 156, 18);
}

.datepicker--pointer {
    display: none;
}

.nice-select {
    border: none;
    height: 50px;
    padding: 0px 40px 0px 20px;
    margin-bottom: 30px;
    box-shadow: rgba(26, 47, 51, 0.11) 0px 2px 5px 0px;
}

.nice-select::after {
    margin-top: -3px;
    right: 16px;
}

.wpcf7-form .nice-select {
    width: 100%;
}

.nice-select span {
    line-height: 53px;
    color: rgb(26, 47, 51) !important;
}

.nice-select .list {
    max-height: 200px;
    overflow-y: scroll;
    box-shadow: rgba(26, 47, 51, 0.11) 0px 2px 5px 0px;
    margin: 10px 0px 0px;
    padding: 0px;
    width: 100%;
}

.wpcf7-form .nice-select .list {
    width: 100%;
}

.nice-select .list::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0);
}

.nice-select .list li {
    height: 30px;
    padding: 0px 20px;
    margin: 0px;
}

.fancybox-slide--video .fancybox-content {
    width: 80% !important;
}

.mapboxgl-marker svg {
    animation: 1s ease-in-out 0s infinite normal none running marker;
}

.mapboxgl-marker svg g {
    fill: rgb(243, 156, 18);
}

.mapboxgl-marker svg circle {
    fill: rgb(40, 41, 44);
}

.mapboxgl-marker svg ellipse {
    fill: rgb(0, 0, 0);
}

@-webkit-keyframes marker {
    0% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(-10px);
    }

    0% {
        transform: translateY(0px);
    }
}

@keyframes marker {
    0% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(-10px);
    }

    0% {
        transform: translateY(0px);
    }
}

@media (max-width: 790px) {
    .mapboxgl-marker {
        display: none;
    }
}

.content-sidebar img {
    max-width: 100%;
    height: auto;
}

table {
    width: 100%;
    margin: 0px;
    padding: 0px;
    border-collapse: collapse;
    background: rgb(255, 255, 255);
    border: 1px solid rgb(48, 48, 57);
}

.content-sidebar table caption {
    padding: 5px;
    font-weight: 600;
    font-size: 13px;
    border-bottom: none;
    background: rgb(48, 48, 57);
    text-align: center;
    color: rgb(238, 238, 238);
}

.content-sidebar th {
    padding: 5px 0px;
    font-size: 13px;
    font-weight: 700;
    text-align: center;
    border: none;
    text-transform: uppercase;
}

.content-sidebar td {
    padding: 5px 0px;
    font-size: 13px;
    background: none;
    text-align: center;
    border: none;
}

.content-sidebar tfoot td {
    border: none;
}

.content-sidebar td.pad {
    background: none;
}

.content-sidebar td#today {
    background: rgb(243, 156, 18);
    color: rgb(0, 0, 0) !important;
}

.single-post-text > :first-child, .tst-comment-content > :first-child {
    margin-top: 0px;
}

.single-post-text > :last-child, .tst-comment-content > :last-child {
    margin-bottom: 0px;
}

.single-post-text img, .tst-comment-content img {
    max-width: 100%;
}

.single-post-text img + figure, .tst-comment-content img + figure {
    margin-top: 20px;
}

.single-post-text table, .tst-comment-content table {
    width: 100%;
    margin: 0px;
    padding: 0px;
    border-collapse: collapse;
    background: none;
    border: 1px solid rgba(0, 0, 0, 0.3);
}

.single-post-text table th, .tst-comment-content table th {
    padding: 10px;
    font-size: 14px;
    font-weight: 700;
    background: rgb(238, 238, 238);
    border: 1px solid rgb(238, 238, 238);
    text-align: left;
}

.single-post-text table td, .tst-comment-content table td {
    padding: 10px;
    font-size: 14px;
    background: none;
    border: 1px solid rgb(238, 238, 238);
}

.single-post-text table td#today, .tst-comment-content table td#today {
    background: rgba(0, 0, 0, 0.3);
    font-weight: 700;
}

.single-post-text table caption, .tst-comment-content table caption {
    margin: 0px 0px 10px;
    padding: 0px;
    font-size: 13px;
    font-weight: 600;
}

dt {
    margin-bottom: 5px;
    font-weight: 700;
}

dd {
    margin-top: 0px;
    margin-bottom: 20px;
    margin-left: 20px;
}

@media screen and (max-width: 720px) {
    .single-post-text th, .tst-comment-content th {
        padding: 10px;
        font-size: 13px;
    }

    .single-post-text td, .tst-comment-content td {
        padding: 10px;
        font-size: 13px;
    }
}

.align-center {
    text-align: center !important;
}

.align-right {
    text-align: right !important;
}

.align-left {
    text-align: left !important;
}

.pull-right {
    float: right !important;
}

.pull-left {
    float: left !important;
}

.pull-none {
    float: none !important;
}

.alignright {
    margin-left: 20px !important;
    margin-bottom: 10px !important;
    float: right !important;
    max-width: 50% !important;
}

.alignleft {
    margin-right: 20px !important;
    margin-bottom: 10px !important;
    float: left !important;
    max-width: 50% !important;
}

.aligncenter {
    display: block;
    margin-left: auto !important;
    margin-right: auto !important;
}

.full-width {
    max-width: 100%;
    width: 100%;
}

.full-max-width {
    max-width: 100%;
    width: auto;
}

.centrize {
    top: 0px;
    left: 0px;
    z-index: 2;
    display: table !important;
    table-layout: fixed !important;
    height: 100% !important;
    position: relative !important;
}

.vertical-center {
    display: table-cell !important;
    vertical-align: middle !important;
}

.wp-caption-text, .wp-block-image figcaption, .wp-block-video figcaption, .wp-block-embed figcaption {
    max-width: 100%;
    margin: 0px;
    padding: 5px 10px 0px;
    text-align: center;
    font-size: 17px;
    font-style: italic;
    opacity: 0.9;
}

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    width: 1px;
    overflow: hidden;
    position: absolute !important;
}

.single-post-text figure .wp-caption-text, .tst-comment-content figure .wp-caption-text, .gallery-caption, .bypostauthor {
    font-style: italic;
}

.single-post-text, .tst-comment-content {
    overflow-wrap: break-word;
}

.tst-comment-content {
    display: flex;
    flex-direction: column;
}

.single-post-text > :first-child, .tst-comment-content > :first-child {
    margin-top: 0px;
}

.single-post-text > :last-child, .tst-comment-content > :last-child {
    margin-bottom: 0px;
}

.single-post-text::after {
    content: "";
    position: relative;
    clear: both;
    display: block;
}

.single-post-text .content-box *, .tst-comment-content .content-box * {
    margin-top: 0px;
}

.single-post-text img, .tst-comment-content img {
    max-width: 100%;
    height: auto;
}

.single-post-text p a:hover, .tst-comment-content p a:hover {
    text-decoration: underline;
}

iframe, object {
    max-width: 100%;
}

.wp-block-gallery .blocks-gallery-image, .wp-block-gallery .blocks-gallery-item {
    padding: 0px;
}

.wp-block-gallery .blocks-gallery-image::before, .wp-block-gallery .blocks-gallery-item::before {
    display: none;
}

.single-post-text figure, .tst-comment-content figure {
    margin: 0px 0px 20px;
    max-width: 100%;
    overflow: auto;
}

.single-post-text figure .wp-caption-text, .tst-comment-content figure .wp-caption-text, .gallery-caption, .bypostauthor {
    font-style: italic;
}

.gallery {
    margin: 30px -10px;
}

.single-post-text .gallery {
    margin-bottom: 0px;
}

.gallery .gallery-item {
    margin: 0px;
    padding: 10px;
    display: inline-block;
    vertical-align: top;
    width: 100%;
    text-align: center;
}

.gallery .gallery-item img {
    max-width: 100%;
    height: auto;
}

.gallery.gallery-columns-1 .gallery-item {
    width: 100%;
}

.gallery.gallery-columns-2 .gallery-item {
    width: 50%;
}

.gallery.gallery-columns-3 .gallery-item {
    width: 33.333%;
}

.gallery.gallery-columns-4 .gallery-item {
    width: 25%;
}

.gallery.gallery-columns-5 .gallery-item {
    width: 20%;
}

.gallery.gallery-columns-6 .gallery-item {
    width: 16.666%;
}

.gallery.gallery-columns-7 .gallery-item {
    width: 14.28%;
}

.gallery.gallery-columns-8 .gallery-item {
    width: 12.5%;
}

.gallery.gallery-columns-9 .gallery-item {
    width: 11.111%;
}

form.post-password-form label input {
    margin-top: 10px;
    border-left: none;
}

.comment-form {
}

.comment-info {
    padding: 15px 0px 0px;
    color: rgb(202, 202, 206);
}

.tst-comment-box .tst-comment-head h6 {
    font-size: 13px;
    line-height: 1.5;
}

.comment-info span.comment-reply {
    position: absolute;
    top: 0px;
    right: 0px;
}

.comment-reply-link {
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
}

.comment-reply-link::after {
    margin-left: 8px;
    content: "ï¥";
    display: inline-block;
    vertical-align: middle;
    font-family: "Font Awesome 5 Free";
    font-size: 12px;
    line-height: 14px;
    opacity: 0.8;
}

.post-comments .title h5 {
    margin-bottom: 30px;
}

.comment-respond {
    position: relative;
    margin-top: 0px;
    margin-bottom: 40px;
    margin-left: 90px;
}

.form-comment .comment-respond {
    margin-top: 0px;
    margin-left: 0px;
}

.trackback .tst-comment-avatar, .pingback .tst-comment-avatar {
    display: none;
}

.comment-respond .small, .comment-respond small {
    font-size: 14px;
}

.comment-respond .title_inner small {
    position: absolute;
    top: 10px;
    left: auto;
    right: 0px;
    display: block;
    font-size: 14px;
    white-space: nowrap;
}

.comment-respond .title_inner small a {
    text-decoration: none;
    opacity: 0.8;
}

.comment-respond .title_inner small a:hover {
    opacity: 1;
}

.post-text-bottom {
    margin: 35px 0px 0px;
}

.post-text-bottom .share-btn {
    position: relative;
    display: inline-block;
    top: 1px;
    margin-left: 7px;
    margin-right: 7px;
    font-size: 16px;
}

.social-share strong {
    font-weight: 300;
}

.social-share a {
    margin-right: 15px;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    color: rgb(26, 47, 51);
    transition: 0.7s cubic-bezier(0.165, 0.85, 0.45, 1);
}

.social-share a .icon {
    color: rgb(26, 47, 51);
}

.social-share a:hover, .social-share a:hover .icon {
    color: rgb(243, 156, 18);
}

.social-share a:last-child {
    margin-right: 0px;
}

.social-share a .icon {
    font-size: 16px;
}

.post-text-bottom span.cat-links a {
    color: rgb(243, 156, 18);
}

.post-text-bottom span.cat-links a:hover {
    text-decoration: none;
}

.post-text-bottom .tags-links {
    margin: 15px 0px;
    display: block;
}

.social-share span {
    line-height: 28px;
}

.post-text-bottom .tags-links :nth-child(1) {
    margin-left: 5px;
}

.post-text-bottom .tags-links a, .post-text-bottom .tags-links span, .content-sidebar .tagcloud a, .wp-block-tag-cloud .tag-cloud-link {
    margin: 0px 7px 8px 0px;
    display: inline-block;
    vertical-align: top;
    padding: 0px 7px;
    height: 22px;
    line-height: 23px;
    font-weight: 500;
    color: rgb(243, 156, 18);
    text-decoration: none;
    text-transform: uppercase;
    border: 1px solid rgb(243, 156, 18);
    font-size: 13px !important;
}

.content-sidebar .tagcloud a {
    margin: 0px 5px 5px 0px;
    font-size: 13px !important;
}

@media (max-width: 480px) {
    .comment-respond .title_inner small {
        position: relative;
        top: 0px;
        left: 0px;
    }

    .section .content .description-col .details-list li {
        width: 100%;
    }
}

@media (max-width: 1160px) {
    .post-comments .post-comment .image {
        width: 60px;
        height: 60px;
    }

    .post-comments .post-comment .desc {
        margin-left: 80px;
    }

    .post-comments .post-comment.pingback .desc {
        margin-left: 0px;
    }

    .post-comments ul.children {
        padding: 20px 20px 0px 80px;
    }

    .post-comments ul.children ul.children {
        padding: 20px 0px 0px 20px;
    }

    .post-comments ul.children ul.children ul.children ul.children {
        padding: 20px 0px 0px 10px;
    }
}

@media (max-width: 840px) {
    .post-comments ul.children {
        padding: 20px 20px 0px;
    }

    .post-comments ul.children ul.children {
        padding: 20px 0px 0px 20px;
    }

    .post-comments ul.children ul.children ul.children {
        padding: 20px 0px 0px 20px;
    }

    .post-comments ul.children ul.children ul.children ul.children {
        padding: 20px 0px 0px 10px;
    }
}

@media (max-width: 480px) {
    .section .content .comment-respond .title.comment-reply-title {
        text-align: left;
    }

    .post-comments ul.children {
        padding: 15px;
    }

    .post-comments ul.children ul.children {
        padding: 15px 0px 0px 10px;
    }

    .post-comments ul.children ul.children ul.children {
        padding: 15px 0px 0px 5px;
    }

    .post-comments ul.children ul.children ul.children ul.children {
        padding: 15px 0px 0px 5px;
    }

    .post-comments .post-comment .image {
        width: 40px;
        height: 40px;
    }

    .post-comments .post-comment .desc {
        margin-left: 55px;
    }

    .post-comments .post-comment.pingback .desc {
        margin-left: 0px;
    }

    .gallery .gallery-item {
        width: 100%;
    }

    .gallery.gallery-columns-1 .gallery-item {
        width: 100%;
    }

    .gallery.gallery-columns-2 .gallery-item {
        width: 100%;
    }

    .gallery.gallery-columns-3 .gallery-item {
        width: 100%;
    }

    .gallery.gallery-columns-4 .gallery-item {
        width: 100%;
    }

    .gallery.gallery-columns-5 .gallery-item {
        width: 100%;
    }

    .gallery.gallery-columns-6 .gallery-item {
        width: 100%;
    }

    .gallery.gallery-columns-7 .gallery-item {
        width: 100%;
    }

    .gallery.gallery-columns-8 .gallery-item {
        width: 100%;
    }

    .gallery.gallery-columns-9 .gallery-item {
        width: 100%;
    }
}

.content-sidebar {
    position: relative;
}

.shop-page .content-sidebar {
    padding-top: 60px;
}

.content-sidebar .widget {
    margin-bottom: 50px;
}

.content-sidebar .search-form, .wp-block-search {
    position: relative;
}

.wp-block-search {
    max-width: 230px;
}

.content-sidebar .search-form label {
    display: block;
}

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    width: 1px;
    overflow: hidden;
    position: absolute !important;
}

.comment-form-cookies-consent label {
    display: inline;
}

.content-sidebar .search-form input[type="text"], .content-sidebar .search-form input[type="email"], .content-sidebar .search-form input[type="password"], .content-sidebar .search-form input[type="datetime"], .content-sidebar .search-form input[type="date"], .content-sidebar .search-form input[type="month"], .content-sidebar .search-form input[type="time"], .content-sidebar .search-form input[type="week"], .content-sidebar .search-form input[type="search"], .content-sidebar .search-form textarea, .content-sidebar .search-form textarea.form-control, .wp-block-search input[type="text"], .wp-block-search input[type="email"], .wp-block-search input[type="password"], .wp-block-search input[type="datetime"], .wp-block-search input[type="date"], .wp-block-search input[type="month"], .wp-block-search input[type="time"], .wp-block-search input[type="week"], .wp-block-search input[type="search"], .wp-block-search textarea, .wp-block-search textarea.form-control {
    margin-bottom: 0px;
    padding: 0px 15px;
    width: 100%;
    height: 50px;
    outline: none;
    border: none;
    background: rgb(255, 255, 255);
    border-radius: 0px !important;
}

.content-sidebar .search-form .btn_search, .search-submit, .wp-block-search__button {
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -25px;
    margin-bottom: 0px;
    background-color: transparent;
    border: 0px;
    z-index: 2;
}

.search-submit, .wp-block-search__button {
    padding: 0px;
    width: 20px;
    height: 50px;
    font-size: 0px;
    opacity: 0.8;
    box-shadow: none;
    background: url("assets/images/search.svg") center center / contain no-repeat !important;
}

.content-sidebar .widget-title, .content-sidebar h2 {
    font-size: 20px;
    margin-bottom: 20px;
    font-weight: 900;
}

.content-sidebar .widget-title a, .content-sidebar h2 a {
    font-weight: 900;
}

.content-sidebar .widget-title a img, .content-sidebar h2 a img {
    position: relative;
    top: -2px;
}

.content-sidebar ul {
    padding-left: 0px;
    margin-top: 10px;
    margin-bottom: 10px;
    list-style: none;
}

.content-sidebar ul ul {
    margin-left: 0px;
}

.content-sidebar ul li {
    margin-bottom: 10px;
    position: relative;
}

.wp-block-categories-list li ul, .wp-block-archives-list li ul {
    margin-left: 0px;
}

.wp-block-categories-list li, .wp-block-archives-list li, .widget.widget_nav_menu ul li, .widget.widget_pages ul li, .widget_categories ul li {
    margin-bottom: 10px;
    padding-left: 9px;
    position: relative;
}

.wp-block-categories-list li ul li::before, .wp-block-archives-list li ul li::before, .widget.widget_nav_menu ul li ul li::before, .widget.widget_pages ul li ul li::before, .widget_categories ul li ul li::before {
    content: "";
    position: absolute;
    top: 12px;
    left: 0px;
    width: 5px;
    height: 1px;
    background: rgb(153, 153, 153);
    opacity: 0.8;
}

a.rsswidget {
    margin-right: 3px;
    display: inline-block;
    font-weight: 600;
    text-decoration: none;
}

.rss-date, .widget_rss cite {
    margin: 5px 0px 10px;
    display: block;
    font-size: 13px;
    font-weight: 400;
    opacity: 0.8;
}

.widget_rss cite {
    margin: 5px 0px 20px;
    font-style: normal;
}

.post-edit-link {
    text-decoration: underline;
}

.post-edit-link:hover {
    text-decoration: none;
}

.edit-link {
    margin-top: 30px;
    display: block;
}

.sticky {
    position: relative;
}

.sticky::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    bottom: 0px;
    width: 6px;
    height: 100%;
    background: rgb(243, 156, 18);
    z-index: 3;
}

.title.comment-reply-title, .post-comments .title {
    margin: 0px 0px 30px;
    font-size: 17px;
    font-weight: 600;
}

.wp-block-cover, .wp-block-cover-image {
    margin: 30px 0px;
}

.wp-block-cover.alignleft, .wp-block-cover-image.alignleft, .wp-block-cover.alignright, .wp-block-cover-image.alignright {
    margin-bottom: 30px !important;
}

.wp-block-cover p a:hover, .wp-block-cover-image p a:hover {
    text-decoration: underline;
}

blockquote p {
    font-style: normal;
    font-weight: 600;
    margin-bottom: 0.5rem !important;
}

blockquote p:first-child {
    margin-top: 0px;
}

blockquote cite {
    font-size: 16px;
    font-style: normal;
}

blockquote cite::before {
    margin-right: 5px;
    content: "-";
}

blockquote cite br {
    display: none;
}

blockquote.has-text-align-right cite::before {
    display: none;
}

blockquote.has-text-align-right cite::after {
    margin-left: 5px;
    content: "-";
}

.wp-block-quote.is-large, .wp-block-quote.is-style-large {
    padding: 30px 40px;
}

.wp-block-pullquote {
    padding-top: 0px;
    padding-bottom: 0px;
}

.wp-block-pullquote blockquote {
    padding-bottom: 30px;
    border-left: none;
    border-bottom: 2px solid rgb(243, 156, 18);
}

.wp-block-pullquote.is-style-solid-color {
    background-color: transparent;
    border: none;
}

.wp-block-pullquote.is-style-solid-color blockquote {
    border: none;
}

.wp-block-calendar, .wp-block-archives, .wp-block-categories {
    margin: 1.2rem 0px;
    max-width: 480px;
}

.wp-block-search .wp-block-search__label {
    display: none;
}

.wp-block-group.has-background {
    padding: 20px;
    color: rgb(16, 16, 16);
}

.wp-block-group.has-background p:first-child {
    margin-top: 0px;
}

.wp-block-group.has-background p:last-child {
    margin-bottom: 0px;
}

.wp-block-media-text.has-background {
    color: rgb(16, 16, 16);
}

.wp-block-media-text.has-background .has-large-font-size {
    line-height: 1.7;
}

hr.wp-block-separator {
    margin: 30px 0px;
    border-top: none;
    border-right: none;
    border-left: none;
    border-image: initial;
    border-bottom: 1px solid rgb(88, 93, 101);
    max-width: 50px;
}

hr.wp-block-separator.is-style-wide {
    max-width: 100%;
}

.wp-block-separator.is-style-dots::before {
    color: rgb(204, 204, 204);
}

.single-post-text h1, .single-post-text h2, .single-post-text h3, .single-post-text h4, .single-post-text h5, .single-post-text h6 {
    margin-top: 20px;
    margin-bottom: 20px;
}

.tst-comment-content.tst-text {
    opacity: 1;
}

.tst-comment-content.tst-text h1, .tst-comment-content.tst-text h2, .tst-comment-content.tst-text h3, .tst-comment-content.tst-text h4, .tst-comment-content.tst-text h5, .tst-comment-content.tst-text h6 {
    margin-top: 30px;
    margin-bottom: 20px;
}

.single-post-text h1 + h2, .single-post-text h2 + h3, .single-post-text h3 + h4, .single-post-text h4 + h5, .single-post-text h5 + h6, .single-post-text h6 {
    margin-top: 1.25rem;
}

.single-post-text > :first-child, .single-post-text > div > :first-child {
    margin-top: 0px;
}

.single-post-text p {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
}

.single-post-text table tbody th {
    background: transparent;
}

.wp-block-button {
    margin-bottom: 1.25rem;
}

.wp-block-button a.wp-block-button__link {
    padding: 13px 35px;
    background: rgb(243, 156, 18);
    color: rgb(32, 32, 42);
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    border-radius: 46px;
}

.wp-block-button a.wp-block-button__link:hover {
    color: rgb(32, 32, 42);
}

.wp-block-button.is-style-outline a.wp-block-button__link {
    padding-top: 11px;
    padding-bottom: 11px;
    border: 2px solid rgb(243, 156, 18);
    color: rgb(243, 156, 18);
    background: none;
}

.wp-block-button.is-style-squared a.wp-block-button__link {
    border-radius: 0px;
}

.wp-block-columns {
    margin-bottom: 0px;
}

.single-post-text table caption {
    margin: 0px 0px 10px;
    padding: 0px;
    caption-side: top;
}

.wp-calendar-nav::after {
    content: "";
    position: relative;
    display: block;
    clear: both;
}

.wp-calendar-nav span.wp-calendar-nav-prev {
    float: left;
}

.wp-calendar-nav span.wp-calendar-nav-next {
    float: right;
}

.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-excerpt, .has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta {
    padding: 0px;
}

.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-excerpt a, .has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta a {
    font-weight: 600;
}

.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-excerpt {
    margin-top: 8px;
    margin-bottom: 22px;
}

.wp-block-latest-comments__comment {
    margin: 30px 0px !important;
}

.wp-block-latest-comments__comment a {
    font-weight: 600;
}

pre.wp-block-code, pre {
    padding: 20px;
    overflow: auto;
    white-space: pre-wrap;
    background: -webkit-linear-gradient(159deg, rgb(37, 37, 50) 0%, rgb(35, 35, 45) 100%);
    color: rgb(233, 237, 237);
    font-size: 13px;
}

.wp-block-table.is-style-stripes tbody tr:nth-child(2n+1) {
    background: rgb(238, 238, 238);
}

@media (max-width: 992px) {
    .content-sidebar {
        padding: 0px 35px;
        width: 31.5%;
    }

    .sticky::before {
        left: 0px;
        top: 0px;
        bottom: 0px;
    }
}

@media (max-width: 720px) {
    .content-sidebar {
        padding: 0px;
        float: none;
        width: 100%;
    }

    .single-post-text table th {
        padding: 8px;
    }

    .single-post-text table td {
        padding: 8px;
    }

    .post-comments ul.children ul.children ul.children {
        padding: 15px 0px 0px 10px;
    }
}

.parallax-container {
    overflow: hidden;
}

.error-page {
    height: calc(-82px + 100vh);
    text-align: center;
    align-items: center;
    justify-content: center;
    display: flex;
}

.error-page .description {
    margin-bottom: 0px;
}

.mask-object {
    filter: drop-shadow(rgba(25, 25, 27, 0.1) 0px 20px 30px);
    margin-bottom: 2rem;
    width: 30vw;
    transition: 0.8s cubic-bezier(0.2, 1, 0.8, 1);
}

.error-page__num {
    color: rgb(243, 156, 18);
    font-size: 220px;
    display: block;
    height: auto;
    line-height: 220px;
    font-weight: 700;
}

@media only screen and (max-width: 992px) {
    .mask-object {
        width: 50vw;
    }

    .error-page__num {
        font-size: 160px;
        line-height: 160px;
    }
}

@media only screen and (max-width: 580px) {
    .mask-object {
        width: 80vw;
    }

    .error-page__num {
        font-size: 120px;
        line-height: 120px;
    }
}

section.pizza_grill-element:last-child .section {
    border-bottom: none;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.sent .wpcf7-response-output {
    padding: 10px;
    margin: 20px 0px 0px;
}

.wpcf7 form.sent .wpcf7-response-output {
    border-color: rgb(70, 180, 80);
}

ul.blocks-gallery-grid {
    margin: 0px !important;
}

.default--scrolling .tst-scroll-frame {
    overflow: auto;
    transform: translate3d(0px, 0px, 0px);
}

.default--scrolling #scrollbar2 {
    padding: 240px 0px 50px;
}

.default--scrolling .tst-sidebar #scrollbar2 {
    padding: 125px 0px 30px;
}

@media (max-width: 768px) {
    .blocks-gallery-grid.alignleft, .blocks-gallery-grid.alignright, .wp-block-gallery.alignleft, .wp-block-gallery.alignright {
        width: 100% !important;
        max-width: 100% !important;
        margin-right: 0px !important;
        float: none !important;
    }
}

.page-links {
    margin: 1.2rem 0px;
    clear: both;
}

.content-box p:last-child {
    margin-bottom: 0px;
}

.description-search {
    margin-bottom: 0px;
}

.content-sidebar .widget > ul > li {
    padding-left: 0px;
}

.content-sidebar .widget {
    font-size: 17px;
}

.content-sidebar .widget ul li a {
    text-decoration: none;
}

.content-sidebar .widget ul li a:hover {
    text-decoration: underline;
}

.content-sidebar .nice-select .list {
    width: 100%;
}

.content-sidebar select {
    margin-bottom: 0px;
}

.wpcf7 form.sent .wpcf7-response-output {
    color: green;
}

.pizza_grill-lightbox .pizza_grill-swiper-button-next, .pizza_grill-lightbox .pizza_grill-swiper-button-prev {
    outline: none !important;
}

.woocommerce .woocommerce-breadcrumb {
    margin: 0px 0px 15px;
    padding: 0px;
    position: relative;
}

.woocommerce-products-header {
    margin: 0px 0px 30px;
    position: relative;
}

.woocommerce-products-header__title {
    font-size: 22px;
    font-weight: 700;
}

.woocommerce ul.cart_list, .woocommerce ul.product_list_widget, ul.cart_list li, ul.product_list_widget {
    margin: 0px;
    padding: 20px 15px 10px 20px;
    list-style: none;
    text-align: left;
}

.woocommerce ul.cart_list li a, .woocommerce ul.product_list_widget li a, ul.cart_list li a, ul.product_list_widget li a {
    display: block;
    font-weight: 700;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0px;
    text-transform: none;
}

.woocommerce ul.cart_list li img, .woocommerce ul.product_list_widget li img, ul.cart_list li img, ul.product_list_widget li img {
    float: right;
    margin-left: 0px;
    width: 60px;
    height: auto;
}

ul.cart_list li::after, ul.cart_list li::before, ul.product_list_widget li::after, ul.product_list_widget li::before {
    content: " ";
    clear: both;
    display: table;
}

ul.cart_list li, ul.product_list_widget li {
    padding: 4px 0px;
}

.product_list_widget ins {
    text-decoration: none;
    line-height: 1;
}

.woocommerce #review_form #respond .form-submit input {
    max-width: 220px;
}

.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button .woocommerce-mini-cart__buttons #respond input#submit, .woocommerce-mini-cart__buttons a.button, .woocommerce-mini-cart__buttons button.button, .woocommerce-mini-cart__buttons input.button {
    margin: 0px 15px 10px 0px;
    padding: 0px 30px;
    position: relative;
    overflow: hidden;
    text-transform: uppercase;
    font-size: 12px;
    display: inline-block;
    letter-spacing: 2px;
    font-weight: 800;
    background: rgb(243, 156, 18);
    color: rgb(32, 32, 42);
    height: 50px;
    line-height: 54px;
    text-align: center;
    transition: 0.4s ease-in-out;
    border: none;
    outline: none;
    cursor: pointer;
    border-radius: 5px;
}

.woocommerce-mini-cart__buttons #respond input#submit, .woocommerce-mini-cart__buttons a.button, .woocommerce-mini-cart__buttons button.button, .woocommerce-mini-cart__buttons input.button {
    margin: 0px;
    padding: 0px;
    float: left;
    width: 48%;
}

.woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover .woocommerce-mini-cart__buttons #respond input#submit:hover, .woocommerce-mini-cart__buttons a.button:hover, .woocommerce-mini-cart__buttons button.button:hover, .woocommerce-mini-cart__buttons input.button:hover {
    background: rgb(243, 156, 18);
    color: rgb(32, 32, 42);
}

.cart-widget a.remove.remove_from_cart_button {
    margin-bottom: 10px;
    display: block;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    width: 100%;
    border-bottom: 1px solid rgb(51, 51, 51);
    border-radius: 0px;
    text-align: right;
}

.woocommerce-mini-cart__buttons.buttons::after {
    content: "";
    position: relative;
    display: block;
    clear: both;
}

.woocommerce-error, .woocommerce-info, .woocommerce-message {
    padding: 0px 0px 0px 30px;
    margin: 0px 0px 30px;
    background-color: transparent;
    color: inherit;
    border-top: none;
}

.woocommerce .woocommerce-result-count {
    margin: 0px 0px 15px;
    font-size: 14px;
    line-height: 30px;
}

.woocommerce .products ul, .woocommerce ul.products {
    margin: -1px -15px 0px;
}

.woocommerce .products ul li.product, .woocommerce ul.products li.product {
    margin: 0px 0px 30px;
    padding: 0px 15px;
    width: 100%;
}

.woocommerce span.onsale {
    padding: 5px 10px 3px;
    position: absolute;
    top: 0px;
    min-height: auto;
    min-width: auto;
    font-size: 10px;
    font-weight: 800;
    text-transform: uppercase;
    color: rgb(32, 32, 42);
    text-align: center;
    height: auto;
    line-height: 1.5;
    letter-spacing: 2px;
    background-color: rgb(243, 156, 18);
    border-radius: 3px;
    margin: 0px !important;
    left: 15px !important;
    right: auto !important;
}

.woocommerce ul.products li.product .onsale {
    top: 15px;
}

.woocommerce ul.products li.product a img {
    margin: 0px 0px 15px;
    height: 220px;
    object-fit: cover;
    border-radius: 5px 5px 0px 0px;
}

.woocommerce ul.products li.product .woocommerce-loop-category__title, .woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product h3 {
    padding: 0px;
    margin: 0px 30px;
    font-size: 24px;
    font-weight: 900;
    min-height: 60px;
}

.woocommerce ul.products li.product .price {
    position: relative;
    margin: 0px 30px;
    padding-top: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    color: rgb(33, 37, 41);
    min-height: 80px;
}

.woocommerce ul.products li.product .price::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    border-bottom: 2px dotted rgba(26, 47, 51, 0.7);
    opacity: 0.3;
}

.woocommerce ul.products li.product .price ins {
    display: inline-block;
    font-weight: 400;
    text-decoration: none;
}

.woocommerce ul.products li.product .price > span {
    margin-left: 0px;
    font-weight: 400;
}

.woocommerce ul.products li.product .price del {
    font-size: 0.8em;
}

.woocommerce ul.products li.product a.added_to_cart {
    display: block;
    position: absolute;
    right: 108px;
    bottom: 40px;
    border-bottom: 1px solid rgb(153, 153, 153);
    transition: 0.3s;
}

.woocommerce ul.products li.product a.added_to_cart:hover {
    border-bottom: 1px solid transparent;
}

.woocommerce ul.products li.product .star-rating {
    margin: 0px;
    font-size: 16px;
    position: absolute;
    right: 15px;
    top: 15px;
}

.woocommerce ul.products li.product.product-type-variable .price, .woocommerce ul.products li.product.product-type-grouped .price {
    flex-direction: row;
    justify-content: start;
    align-items: center;
}

.woocommerce .star-rating {
    color: rgb(243, 156, 18);
}

.woocommerce a.remove:hover {
    background: none;
}

.woocommerce ul.products li.product .button.add_to_cart_button {
    padding: 0px;
    margin: -50px 30px 0px 0px;
    float: right;
    font-size: 0px;
    position: relative;
    background-color: rgb(243, 156, 18);
    display: inline-block;
    width: 60px;
    height: 50px;
    line-height: 50px;
    cursor: pointer;
    text-transform: uppercase;
    border: none;
    transition: 0.3s ease-in-out;
    border-radius: 5px;
    white-space: nowrap;
    text-align: center;
}

.woocommerce ul.products li.product .button.add_to_cart_button::before {
    content: "ïº";
    position: absolute;
    left: 0px;
    top: 0px;
    display: block;
    width: 100%;
    height: auto;
    font-family: "Font Awesome 5 Free";
    font-size: 17px;
    background: none;
    text-align: center;
}

.woocommerce #respond input#submit.loading::after, .woocommerce a.button.loading::after, .woocommerce button.button.loading::after, .woocommerce input.button.loading::after {
    top: 0px;
}

.woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images {
    float: left;
    width: 44%;
}

.woocommerce div.product div.images {
    margin-bottom: 30px;
}

.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
    padding-left: 30px;
    float: right;
    width: 56%;
    clear: none;
}

.woocommerce div.product div.summary {
    margin-bottom: 30px;
}

.woocommerce .product span.onsale {
    left: 15px;
    top: 15px;
}

.related.products ul.products li.product {
    flex: 0 0 33%;
    max-width: 33%;
}

.woocommerce div.product .product_title {
    font-size: 50px;
    line-height: 1.2;
    margin-bottom: 30px;
}

.woocommerce .quantity .qty {
    display: inline-block;
    margin: 0px 10px 0px 0px;
    height: 50px;
}

.woocommerce div.product p.price, .woocommerce div.product span.price {
    font-size: 2em;
    line-height: 1;
    color: rgb(26, 47, 51);
}

.woocommerce div.product p.price ins, .woocommerce div.product span.price ins {
    text-decoration: none;
}

.woocommerce div.product p.price del, .woocommerce div.product span.price del {
    opacity: 0.5;
    margin-right: 5px;
    display: inline-block;
    font-size: 16px;
}

.woocommerce .quantity .qty {
    padding: 0px;
    width: 3.631em;
    height: 50px;
    font-size: 14px;
    text-align: center;
    background: rgb(255, 255, 255);
    border: 2px solid rgba(255, 255, 255, 0.4);
}

.woocommerce div.product form.cart table {
    margin-bottom: 30px;
    box-shadow: none;
    background: none;
}

.woocommerce div.product form.cart table td {
    vertical-align: middle;
    padding: 10px 0px;
    font-weight: 400;
}

.woocommerce div.product form.cart table td .nice-select {
    margin-bottom: 0px;
}

.woocommerce div.product form.cart .variations label {
    font-weight: 700;
    font-size: 14px;
    margin-bottom: 0px;
    margin-top: 5px;
}

.woocommerce div.product form.cart table td.woocommerce-grouped-product-list-item__label {
    padding: 10px;
    vertical-align: middle;
}

.woocommerce div.product form.cart table td.woocommerce-grouped-product-list-item__label label {
    padding-bottom: 0px;
    margin-bottom: 0px;
}

.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
    padding: 0px 35px;
    background: rgb(243, 156, 18);
    color: rgb(32, 32, 42);
    height: 45px;
}

.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover {
}

#add_payment_method table.cart td.actions .coupon .input-text, .woocommerce-cart table.cart td.actions .coupon .input-text, .woocommerce-checkout table.cart td.actions .coupon .input-text {
    margin: 0px;
    padding: 0px 20px;
    height: 50px;
    width: 140px;
    font-size: 13px;
}

.woocommerce-error, .woocommerce-info, .woocommerce-message {
    padding: 22px 20% 22px 22px;
    background: rgba(0, 0, 0, 0.05);
}

.woocommerce .woocommerce-error .button, .woocommerce .woocommerce-info .button, .woocommerce .woocommerce-message .button, .woocommerce-page .woocommerce-error .button, .woocommerce-page .woocommerce-info .button, .woocommerce-page .woocommerce-message .button {
    position: absolute;
    top: 10px;
    right: 10px;
}

.woocommerce-error .showcoupon, .woocommerce-info .showcoupon, .woocommerce-message .showcoupon {
    border-bottom: 2px dotted rgba(26, 47, 51, 0.7);
}

.woocommerce-error::before, .woocommerce-info::before, .woocommerce-message::before {
    display: none;
}

.woocommerce-error .button, .woocommerce-info .button, .woocommerce-message .button {
    margin-right: 0px !important;
    margin-bottom: 0px !important;
}

.product_meta .posted_in, .product_meta .tagged_as {
    display: block;
}

.woocommerce .woocommerce-product-rating {
    font-size: 14px;
    line-height: 20px;
}

.woocommerce div.product .woocommerce-product-rating {
    margin-bottom: 30px;
    margin-top: -15px;
}

.woocommerce .star-rating {
    height: 20px;
    line-height: 18px;
    font-size: 16px;
    width: 85px;
}

.woocommerce .woocommerce-product-rating .star-rating {
    margin: 0px 5px 0px 0px;
}

.woocommerce div.product form.cart {
    margin-bottom: 25px;
}

.woocommerce #content div.product .woocommerce-tabs, .woocommerce div.product .woocommerce-tabs, .woocommerce-page #content div.product .woocommerce-tabs, .woocommerce-page div.product .woocommerce-tabs {
    padding: 60px 0px 0px;
    position: relative;
    border-bottom: 2px dotted rgba(26, 47, 51, 0.2);
}

.woocommerce #review_form #respond .form-submit {
    margin-bottom: 0px;
}

.woocommerce-MyAccount-navigation {
    padding: 0px 0px 30px;
    position: relative;
}

.woocommerce div.product .woocommerce-tabs ul.tabs, .woocommerce-MyAccount-navigation ul {
    margin: 0px 0px 40px;
    padding: 0px 0px 30px;
    overflow: visible;
    position: relative;
}

.woocommerce-MyAccount-navigation ul {
    margin: 0px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs::before, .woocommerce-MyAccount-navigation ul::before {
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    content: "";
    border-bottom: 2px dotted rgba(26, 47, 51, 0.7);
    opacity: 0.3;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li, .woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link {
    margin: 0px;
    padding: 0px;
    border: none;
    background: none;
    display: inline-block;
    vertical-align: top;
    line-height: 1;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active, .woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link.is-active {
    background: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li::before, .woocommerce div.product .woocommerce-tabs ul.tabs li::after, .woocommerce-MyAccount-navigation li::before, .woocommerce-MyAccount-navigation li::after {
    display: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a, .woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link a {
    margin: 0px 15px;
    padding: 0px;
    position: relative;
    overflow: hidden;
    text-transform: uppercase;
    font-size: 12px;
    display: inline-block;
    font-weight: 600;
    background: transparent;
    height: 28px;
    line-height: 28px;
    text-align: center;
    transition: 0.4s ease-in-out;
    border: none;
    outline: none;
    letter-spacing: 2px;
    cursor: pointer;
    opacity: 0.7;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li:first-child a, .woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link:first-child a {
    margin-left: 0px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active a, .woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link.is-active a {
    color: rgb(33, 37, 41);
    opacity: 1;
}

.woocommerce-MyAccount-navigation, .woocommerce-account .woocommerce-MyAccount-navigation {
    position: relative;
    margin-bottom: 30px;
    float: none;
    width: auto;
}

.woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link::before {
    display: none;
}

.woocommerce #review_form #respond p.comment-form-author {
    margin-right: 4%;
    width: 48%;
    float: left;
}

.woocommerce #review_form #respond p.comment-form-email {
    display: inline-block;
    width: 48%;
}

.woocommerce-Reviews .title, .woocommerce-Reviews .woocommerce-Reviews-title, .woocommerce-Tabs-panel h2 {
    margin-bottom: 30px;
}

.woocommerce #reviews #comments ol.commentlist {
    padding: 0px;
}

.woocommerce #reviews #comments ol.commentlist li {
    padding: 20px 0px 0px;
    margin: 20px 0px 0px;
}

.woocommerce #reviews #comments ol.commentlist li:first-child {
    padding: 0px;
    margin: 0px;
}

.woocommerce #reviews #comments ol.commentlist li:first-child::before {
    display: none;
}

.woocommerce #reviews #comments ol.commentlist li img.avatar {
    position: relative;
    padding: 0px;
    width: 50px;
    border: none;
    margin: 0px;
    border-radius: 100%;
}

.woocommerce #reviews #comments ol.commentlist li .tst-comment-content {
    margin: 0px 0px 0px 66px;
    border: none;
    padding: 0px;
}

.woocommerce #reviews #comments ol.commentlist li .tst-comment-content p {
    margin: 0px 0px 7px;
}

.woocommerce #reviews #comments ol.commentlist li .tst-comment-content .woocommerce-review__author {
    padding: 0px;
    margin: 0px 0px 15px;
    font-size: 14px;
    font-weight: 600;
}

.woocommerce #reviews #comments ol.commentlist li .tst-comment-content .woocommerce-review__published-date {
    display: inline-block;
    padding: 0px;
    font-size: 13px;
}

.comment_container {
    position: relative;
}

.comment_container .star-rating {
    position: absolute;
    right: 0px;
    top: 0px;
}

.woocommerce p.stars a {
    color: rgb(243, 156, 18);
    font-size: 16px;
}

.woocommerce-Reviews .title, .woocommerce-Reviews .woocommerce-Reviews-title, .woocommerce-Tabs-panel h2 {
    font-size: 30px;
    line-height: 30px;
    font-weight: 900;
}

.woocommerce-Reviews .title {
    margin: 60px 0px 30px;
}

.woocommerce-Reviews .comment-form label {
    display: block;
}

.comment-form-rating {
    margin-top: 30px;
    margin-bottom: 30px;
}

.woocommerce #review_form #respond .comment-notes {
    background: rgb(238, 238, 238);
    padding: 5px;
    font-size: 16px;
    font-style: italic;
    display: inline;
}

.comment-form-rating .nice-select {
    display: none;
}

.woocommerce #review_form #respond p {
    margin: 0px 0px 30px;
    line-height: 1;
}

.woocommerce #review_form #respond textarea {
    margin-bottom: 0px;
}

.woocommerce #review_form #respond {
    max-width: 680px;
    margin-top: 30px;
}

.woocommerce #review_form .comment-reply-title {
    font-size: 25px;
    font-weight: 900;
    font-family: "Playfair Display", serif;
}

.woocommerce div.product div.images .flex-control-thumbs {
    margin: 0px -5px;
}

.woocommerce div.product div.images .flex-control-thumbs li {
    width: 33.333%;
    margin: 0px;
    padding: 10px 5px 0px;
}

.woocommerce table.shop_table {
    margin: 0px 0px 20px;
    width: 100%;
    border-radius: 5px;
    background: rgb(255, 255, 255);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-collapse: collapse;
}

.woocommerce table.shop_table th {
    font-weight: 600;
    padding: 20px;
    border-top: none;
    border-right: none;
    border-left: none;
    border-image: initial;
    border-bottom: 2px dotted rgba(26, 47, 51, 0.1);
}

.woocommerce table.shop_table td {
    padding: 20px;
    background: none;
    border-right: none;
    border-bottom: none;
    border-left: none;
    border-image: initial;
    border-top: 2px dotted rgba(26, 47, 51, 0.1);
}

.woocommerce .woocommerce-customer-details address {
    padding: 20px;
}

.woocommerce-notice.woocommerce-notice--success {
    margin-top: 0px;
}

#add_payment_method .cart-collaterals .cart_totals tr td, #add_payment_method .cart-collaterals .cart_totals tr th, .woocommerce-cart .cart-collaterals .cart_totals tr td, .woocommerce-cart .cart-collaterals .cart_totals tr th, .woocommerce-checkout .cart-collaterals .cart_totals tr td, .woocommerce-checkout .cart-collaterals .cart_totals tr th {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.woocommerce #respond input#submit.disabled, .woocommerce #respond input#submit:disabled, .woocommerce #respond input#submit:disabled[disabled], .woocommerce a.button.disabled, .woocommerce a.button:disabled, .woocommerce a.button:disabled[disabled], .woocommerce button.button.disabled, .woocommerce button.button:disabled, .woocommerce button.button:disabled[disabled], .woocommerce input.button.disabled, .woocommerce input.button:disabled, .woocommerce input.button:disabled[disabled] {
    padding-top: 0px;
    padding-bottom: 0px;
}

.woocommerce a.remove {
    margin: 0px auto;
    display: block;
    font-size: 20px;
    height: 20px;
    width: 20px;
    border: none;
    color: rgb(153, 153, 153) !important;
    text-decoration: none !important;
}

.woocommerce a.remove:hover {
    color: rgb(255, 255, 255) !important;
}

.woocommerce .cart .button, .woocommerce .cart input.button {
    margin-right: 0px;
}

#add_payment_method table.cart img, .woocommerce-cart table.cart img, .woocommerce-checkout table.cart img {
    width: 70px;
}

.woocommerce-cart-form {
    margin-bottom: 30px;
}

.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
    float: none;
    width: auto;
}

#add_payment_method .wc-proceed-to-checkout a.checkout-button, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button, .woocommerce-checkout .wc-proceed-to-checkout a.checkout-button {
    margin-bottom: 20px;
    font-size: 1em;
    padding: 0px;
}

.woocommerce-notices-wrapper p:last-child {
    margin-bottom: 30px;
}

.woocommerce ul.products li.product .button.add_to_cart_button.added {
    background: rgb(120, 204, 109);
    color: rgb(255, 255, 255);
}

.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1, .woocommerce .col-1, .woocommerce-page .col-1, .woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2, .woocommerce .col-2, .woocommerce-page .col-2 {
    padding: 0px;
    float: none;
    width: 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1, .woocommerce .col-1, .woocommerce-page .col-1 {
    padding: 0px;
    margin-bottom: 30px;
}

.woocommerce table.shop_table tbody th, .woocommerce table.shop_table tfoot td, .woocommerce table.shop_table tfoot th {
    font-weight: 700;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: transparent;
}

.woocommerce-additional-fields {
    margin-bottom: 30px;
}

.woocommerce form .form-row label, .woocommerce-page form .form-row label {
    display: block;
    width: 100%;
}

.woocommerce-input-wrapper {
    display: block;
    width: 100%;
}

.select2-container--default .select2-selection--single {
    background-color: rgb(36, 36, 48);
    border: 1px solid rgb(37, 37, 47);
    border-radius: 4px;
    height: 50px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: rgb(255, 255, 255);
    line-height: 50px;
}

.woocommerce form .form-row {
    padding: 0px;
    margin: 0px 0px 20px;
    float: none;
    width: 100%;
}

.woocommerce-MyAccount-content a {
    border-bottom: 2px dotted rgba(26, 47, 51, 0.3);
    transition: 0.2s;
}

.woocommerce-MyAccount-content a:hover {
    border-bottom-color: rgba(26, 47, 51, 0.6);
    text-decoration: none !important;
}

.woocommerce-error li::before, .woocommerce-info li::before, .woocommerce-message li::before {
    display: none;
}

.woocommerce ul.order_details li::before {
    display: none;
}

#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {
    background: rgb(255, 255, 255);
    border-radius: 5px;
    box-shadow: rgba(26, 47, 51, 0.1) 0px 5px 10px 0px;
}

#add_payment_method #payment ul.payment_methods, .woocommerce-cart #payment ul.payment_methods, .woocommerce-checkout #payment ul.payment_methods {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.woocommerce-privacy-policy-text {
    margin-bottom: 1.25rem;
}

.woocommerce form .form-row textarea.input-text, .woocommerce-page form .form-row textarea.input-text {
    padding: 20px 30px;
    height: 120px;
    box-shadow: rgba(26, 47, 51, 0.1) 0px 5px 10px 0px;
}

.woocommerce ul.order_details li {
    margin: 0px 2em 0px 0px;
}

.woocommerce-MyAccount-content, .woocommerce-account .woocommerce-MyAccount-content {
    float: none;
    width: auto;
}

.content .woocommerce-Address-title.title::after {
    position: relative;
    clear: both;
    display: block;
    margin: 0px;
    padding: 0px;
    width: auto;
    height: auto;
    background: none;
}

.woocommerce-account .addresses .title h3, .addresses .title h3 {
    margin-top: 0px;
    margin-bottom: 10px;
    float: left;
    font-size: 20px;
}

.woocommerce-form-row span em {
    opacity: 0.65;
    padding-top: 10px;
    display: block;
    font-size: 16px;
}

.addresses .title .edit, .woocommerce-account .addresses .title .edit {
    border-bottom: 2px dotted rgba(26, 47, 51, 0.3);
}

.addresses .title .edit, .woocommerce-account .addresses .title .edit {
    float: right;
    font-size: 16px;
}

.woocommerce-Reviews .comment-form-cookies-consent label {
    display: inline;
}

.woocommerce nav.woocommerce-pagination {
    margin-top: 30px;
    clear: both;
}

.woocommerce .quantity .qty {
    display: inline-block;
}

.bts.bts-center {
    margin-top: 30px;
    text-align: center;
}

.content-sidebar .widget_shopping_cart .cart_list li, .content-sidebar .woocommerce.widget_shopping_cart .cart_list li {
    padding-left: 0px;
    padding-top: 10px;
}

.woocommerce table.shop_attributes {
    border: none;
    margin: 25px 0px;
    width: 100%;
    background: none;
}

.woocommerce table.shop_attributes th {
    border: none;
    margin: 0px;
    background: none;
}

.woocommerce table.shop_attributes td {
    font-style: normal;
    padding: 0px;
    margin: 0px;
    background: none;
    border: none;
}

.woocommerce div.product .woocommerce-tabs .panel {
    margin: 0px 0px 40px;
}

.related.products, .upsells.products {
    margin-top: 40px;
}

.related.products h2, .upsells.products h2 {
    margin-bottom: 30px;
    font-size: 30px;
}

.woocommerce .cart-collaterals .cross-sells, .woocommerce-page .cart-collaterals .cross-sells {
    margin-bottom: 30px;
    width: auto;
    float: none;
}

.woocommerce .cart-collaterals .cross-sells li::before, .woocommerce-page .cart-collaterals .cross-sells li::before {
    display: none;
}

.woocommerce form .password-input, .woocommerce-page form .password-input {
    width: 100%;
}

#add_payment_method #payment ul.payment_methods li::before, .woocommerce-cart #payment ul.payment_methods li::before, .woocommerce-checkout #payment ul.payment_methods li::before {
    display: none !important;
}

#add_payment_method #payment ul.payment_methods li input, .woocommerce-cart #payment ul.payment_methods li input, .woocommerce-checkout #payment ul.payment_methods li input {
    width: auto;
    height: auto;
    margin-right: 5px;
}

#add_payment_method #payment div.payment_box::before, .woocommerce-cart #payment div.payment_box::before, .woocommerce-checkout #payment div.payment_box::before {
    border-bottom-color: rgb(238, 238, 238);
}

#add_payment_method #payment div.payment_box, .woocommerce-cart #payment div.payment_box, .woocommerce-checkout #payment div.payment_box {
    background-color: rgb(238, 238, 238);
}

#add_payment_method #payment div.payment_box p:last-child, .woocommerce-cart #payment div.payment_box p:last-child, .woocommerce-checkout #payment div.payment_box p:last-child {
    margin-bottom: 0px;
    margin-top: 0px;
}

.payment_box.payment_method_bacs {
    margin-top: 5px !important;
}

.woocommerce-privacy-policy-text p {
    margin-top: 0px;
}

#add_payment_method #payment ul.payment_methods li, .woocommerce-cart #payment ul.payment_methods li, .woocommerce-checkout #payment ul.payment_methods li {
    line-height: 1.4;
}

.select2-dropdown {
    background-color: rgb(255, 255, 255);
    border: none;
    padding: 22px;
    box-shadow: rgba(26, 47, 51, 0.11) 0px 2px 5px 0px;
}

.select2-search--dropdown {
    padding: 4px;
    margin-bottom: 10px;
}

.select2-search--dropdown .select2-search__field {
    padding: 10px 15px;
}

@media (max-width: 767px) {
    .woocommerce .woocommerce-result-count {
        margin: 0px 0px 10px;
    }

    .woocommerce .woocommerce-ordering, .woocommerce-page .woocommerce-ordering {
        float: none;
    }

    .woocommerce ul.products li.product, .woocommerce-page ul.products li.product, .woocommerce ul.products.columns-2 li.product, .woocommerce-page ul.products.columns-2 li.product, .woocommerce ul.products.columns-3 li.product, .woocommerce-page ul.products.columns-3 li.product, .woocommerce ul.products.columns-4 li.product, .woocommerce-page ul.products.columns-4 li.product {
        width: 100%;
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 30px;
    }

    .woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images {
        float: none;
        width: 100%;
    }

    .woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
        padding-left: 0px;
        float: none;
        width: 100%;
    }

    .woocommerce ul.order_details li {
        float: none;
        margin-bottom: 2em;
        padding-right: 0px;
        border: none;
    }

    .woocommerce ul.order_details li:last-child {
        margin-bottom: 0px;
    }

    .tst-pagination .tst-pagination-center {
        display: none;
    }
}

span.logotype__title {
    font-family: "Playfair Display", serif;
    font-size: 22px;
    font-weight: 900;
}

span.logotype__sub {
    display: none;
}

.content-sidebar .widget .nice-select {
    float: none;
    margin-bottom: 0px;
}

.tst-pagination a, .tst-pagination span, .tst-blog-pagination a, .tst-blog-pagination span, .page-links a, .page-links span {
    display: inline-block;
    vertical-align: middle;
    width: 40px;
    height: 40px;
    font-size: 16px;
    line-height: 40px;
    margin: 0px;
    font-weight: 400;
    cursor: pointer;
    text-align: center;
    color: rgb(66, 66, 66);
    transition: 0.4s ease-in-out;
}

.tst-pagination a.current, .tst-pagination span.current, .tst-blog-pagination a.current, .tst-blog-pagination span.current, .page-links a.current, .page-links span.current {
    color: rgb(1, 13, 13);
    background: rgb(243, 156, 18);
}

form input[type="checkbox"] {
    display: inline-block;
    width: auto;
    height: auto;
}

.tst-portfolio-pagination a, .tst-portfolio-pagination span {
    padding: 0px 5px;
    font-size: 12px;
    letter-spacing: 2px;
    font-weight: 800;
}

.tst-portfolio-pagination a, .tst-portfolio-pagination span {
    transition: 0.4s ease-in-out;
    padding: 0px 5px;
    text-transform: uppercase;
    font-size: 12px;
    display: inline-block;
    letter-spacing: 2px;
    font-weight: 800;
}

.tst-pagination {
    margin-top: 50px;
    display: flex;
    position: relative;
}

.pizza_grill-widget-tastyc-blog-grid .tst-pagination {
    margin-top: 0px;
}

.tst-pagination .tst-link, .tst-pagination .tst-link span {
    transition: 0.4s ease-in-out;
    padding: 0px 5px;
    text-transform: uppercase;
    font-size: 12px;
    display: inline-block;
    letter-spacing: 2px;
    font-weight: 800;
    width: auto;
}

.tst-pagination .tst-pagination-center + .tst-link, .tst-pagination .tst-link.tst-left-link {
    z-index: 3;
}

.tst-pagination .tst-pagination-center + .tst-link {
    left: auto;
    right: 0px;
    margin-left: auto;
}

.tst-pagination .tst-link.tst-left-link::before {
    content: "ï ";
    margin-left: 0px;
    margin-right: 8px;
    right: auto;
    left: 0px;
    display: inline-block;
    transform: scaleX(1);
    font-family: "Font Awesome 5 Free";
    position: relative;
    font-size: 16px;
    font-weight: 900;
    transition: 0.3s;
}

.tst-pagination .tst-pagination-center + .tst-link::after {
    content: "ï ";
    margin-left: 8px;
    margin-right: 0px;
    right: 0px;
    left: auto;
    display: inline-block;
    transform: scaleX(-1);
    font-family: "Font Awesome 5 Free";
    position: relative;
    font-size: 16px;
    font-weight: 900;
    transition: 0.3s;
}

.tst-pagination .tst-pagination-center {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    text-align: center;
}

body .wp-block-cover-image-text, body .wp-block-cover-image-text a, body .wp-block-cover-image-text a:active, body .wp-block-cover-image-text a:focus, body .wp-block-cover-image-text a:hover, body .wp-block-cover-text, body .wp-block-cover-text a, body .wp-block-cover-text a:active, body .wp-block-cover-text a:focus, body .wp-block-cover-text a:hover, body section.wp-block-cover-image h2, body section.wp-block-cover-image h2 a, body section.wp-block-cover-image h2 a:active, body section.wp-block-cover-image h2 a:focus, body section.wp-block-cover-image h2 a:hover {
    color: rgb(255, 255, 255) !important;
}

blockquote {
    margin: 40px 0px;
    color: rgb(1, 13, 13);
    background: transparent;
    padding: 30px 40px 30px 50px;
    font-style: italic;
    position: relative;
}

blockquote::before {
    position: absolute;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "ï„";
    font-size: 16px;
    opacity: 0.3;
    color: rgb(1, 13, 13);
    top: 13px;
    left: 13px;
}

blockquote::after {
    position: absolute;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "ï„";
    font-size: 16px;
    opacity: 0.3;
    color: rgb(1, 13, 13);
    bottom: 13px;
    right: 13px;
    transform: rotate(180deg);
}

.wp-block-archives-dropdown .nice-select, .wp-block-categories-dropdown .nice-select {
    max-width: 390px;
    float: none;
    display: block;
}

.wp-block-calendar, .wp-block-archives, .wp-block-categories {
    max-width: 390px;
}

.wp-block-calendar table {
    background: rgb(255, 255, 255);
}

.single-post-text table th {
    background: transparent;
    border: none;
}

.single-post-text table td {
    padding: 15px 20px;
    font-size: 16px;
    background: none;
    border-right: none;
    border-bottom: none;
    border-left: none;
    border-image: initial;
    border-top: 1px solid rgb(238, 238, 238);
}

.single-post-text table caption {
    text-align: center;
}

footer.wp-block-latest-comments__comment-meta {
    padding: 0px;
}

body .wp-block-latest-posts li {
    margin: 20px 0px;
}

.wp-block-search {
    max-width: 390px;
}

body .wp-block-search input[type="search"] {
    padding: 0px 15px;
    background: rgb(255, 255, 255);
}

.search-submit, .wp-block-search__button, .wp-block-search .wp-block-search__button {
    right: 15px;
    padding: 0px;
    width: 20px;
    height: 50px;
    opacity: 0.8;
    filter: none;
    border: none;
}

.wp-block-latest-comments__comment-excerpt p {
    margin: 0px !important;
}

.single-post-text table {
    background: rgb(255, 255, 255);
}

.single-post-text table th {
    padding: 15px 20px;
    text-align: left;
}

.single-post-text table tbody th {
    text-align: left;
}

.wp-calendar-table tr th {
    padding-left: 5px;
    padding-right: 5px;
    text-align: center !important;
}

.post-password-form label {
    margin-bottom: 0px;
    display: inline-block;
    vertical-align: bottom;
}

.post-password-form label input {
    margin-bottom: 0px;
}

.post-password-form input[type="submit"] {
    margin-bottom: 0px;
    display: inline-block;
    vertical-align: bottom;
    width: 220px;
    background: rgb(243, 156, 18);
    text-transform: uppercase;
}

.single-post-text footer {
    width: auto;
}

.woocommerce ul.products.columns-3 li.product, .woocommerce-page ul.products.columns-3 li.product {
    width: 30.333%;
}

.woocommerce .products ul, .woocommerce ul.products {
    margin: -1px -1.5% 0px;
    font-size: 0px;
}

.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    display: inline-block;
    vertical-align: top;
    float: none;
    margin: 0px 1.5% 30px;
    padding: 0px 0px 30px;
    position: relative;
    width: 30.333%;
    min-height: 410px;
    font-size: 17px;
    background-color: white;
    box-shadow: rgba(26, 47, 51, 0.15) 0px 5px 10px 0px;
    border-radius: 5px;
}

.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
    background-color: rgb(243, 156, 18);
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-range {
    background-color: rgb(243, 156, 18);
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
    background-color: rgb(243, 156, 18);
    border: 5px solid rgb(255, 255, 255);
    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px;
}

.woocommerce .widget_price_filter .price_slider_amount .button {
    margin-bottom: 0px;
}

.woocommerce-mini-cart__empty-message {
    padding: 30px;
    margin: 0px;
    text-align: center;
}

.woocommerce-product-details__short-description {
    margin: 30px 0px;
}

.woocommerce div.product p.price ins, .woocommerce div.product span.price ins {
    font-weight: 400;
}

.woocommerce-EditAccountForm fieldset {
    margin-top: 40px;
}

footer.tst-default {
    padding-top: 15px;
}

.tst-menu-nav ul ul li.current-menu-item > a {
    opacity: 0.65;
}

.tst-minicart-window .woocommerce-mini-cart__total {
    align-items: center;
}

.wpcf7-not-valid-tip {
    position: relative;
    margin: -10px 0px 20px;
    font-size: 14px;
    text-align: left;
}

button:focus {
    outline: none;
}

.wpcf7-form .nice-select {
    margin-bottom: 20px;
    width: 100%;
    float: none;
}

.tst-banner-sm .wpcf7 form .wpcf7-response-output {
    position: absolute;
    bottom: 20px;
    color: rgb(255, 255, 255);
}

.tst-menu-right {
}

.tst-menu-nav {
    padding-right: 54px;
}

.pizza_grill .tst-menu-right {
    position: relative;
    right: auto;
}

.pizza_grill .tst-menu-nav {
    padding-right: 0px;
}

@media (max-width: 992px) {
    .tst-menu-nav {
        padding-right: 0px;
    }

    .tst-menu-right {
        right: 0px;
    }
}

.woocommerce ul.products li.product .button {
    margin-top: 0px;
    margin-left: 30px;
    margin-right: 30px;
    float: none;
    display: block;
}

.woocommerce ul.products li.product .button {
    margin: -50px 30px 0px 0px;
    float: right;
    display: block;
    width: 100px;
}

.woocommerce nav.woocommerce-pagination ul {
    border: none;
    margin: 0px;
}

.woocommerce nav.woocommerce-pagination ul li {
    border: none;
}

.woocommerce nav.woocommerce-pagination ul li a, .woocommerce nav.woocommerce-pagination ul li span {
    text-decoration: none;
    margin: 0px 1px;
    padding: 0px 0.5em;
    min-width: 40px;
    display: inline-block;
    vertical-align: middle;
    width: 40px;
    height: 40px;
    font-size: 16px;
    line-height: 40px;
    font-weight: 400;
    cursor: pointer;
    text-align: center;
    color: rgb(66, 66, 66);
    transition: 0.4s ease-in-out;
    border: none;
}

.woocommerce nav.woocommerce-pagination ul li a:focus, .woocommerce nav.woocommerce-pagination ul li a:hover, .woocommerce nav.woocommerce-pagination ul li span.current {
    color: rgb(1, 13, 13);
    background: rgb(243, 156, 18);
}

.tst-el-more a {
    text-decoration: underline;
}

.tst-el-more a:hover {
    text-decoration: underline;
}

.tst-main-slider-navigation {
    left: 50%;
    justify-content: normal;
}

.shop-page .page-title {
    font-size: 50px;
    line-height: 1.6;
}

.pswp__caption__center {
    text-align: center;
}

.pswp__button {
    margin-right: 10px !important;
    max-height: 44px !important;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text {
    border: none;
    padding-top: 0px;
}

.select2-container--default .select2-selection--single {
    background-color: rgb(255, 255, 255);
    border: none;
    box-shadow: rgba(26, 47, 51, 0.11) 0px 2px 5px 0px;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 30px;
    padding-right: 30px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: rgb(26, 47, 51);
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 11px;
    right: 20px;
}

.tst-minicart-window .woocommerce-mini-cart .woocommerce-mini-cart-item .attachment-woocommerce_thumbnail {
    width: 100px;
}

.tst-minicart-window .woocommerce-mini-cart .woocommerce-mini-cart-item {
    padding: 0px 30px 0px 120px;
}

.tst-minicart-window .woocommerce-mini-cart .woocommerce-mini-cart-item .remove_from_cart_button {
    right: 10px;
}

.tst-menu-nav ul li ul li:last-child {
    margin-bottom: 0px;
}

.tst-menu-nav ul li ul li:last-child a {
    margin-bottom: 0px;
}

.tst-menu-nav ul li ul li:first-child a {
    margin-top: 0px;
}

@media (max-width: 992px) {
    .tst-menu-nav ul li ul li:first-child {
        margin-top: 25px;
    }

    .tst-menu-nav ul li ul li:last-child {
        margin-bottom: 25px;
    }
}

.content-sidebar .widget a {
    font-weight: 400;
}

.widget_recent_comments ul li .comment-author-link {
    font-weight: 700;
}

.woocommerce .woocommerce-ordering, .woocommerce-page .woocommerce-ordering {
    position: relative;
    z-index: 11;
}

.woocommerce div.product form.cart .group_table td {
    vertical-align: middle;
    padding-bottom: 10px;
}

.woocommerce div.product form.cart table td.woocommerce-grouped-product-list-item__price del {
    opacity: 0.65;
    font-size: 16px;
}

.content-sidebar .widget:last-child {
    margin-bottom: 0px;
}

.post-comments > .form-comment > .comment-respond {
    margin-bottom: 0px;
}

.filter.gallery-filter {
    text-align: center;
    position: static;
    margin: 0px 0px 60px;
    width: auto !important;
    left: auto !important;
}

.filter.gallery-filter ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.filter.gallery-filter ul li {
    opacity: 1;
    position: relative;
    padding: 0px 30px;
    background-color: transparent;
    display: inline-block;
    height: 50px;
    color: rgb(26, 47, 51);
    line-height: 54px;
    cursor: pointer;
    font-family: "Josefin Sans", sans-serif;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 2px;
    font-weight: 800;
    transition: 0.3s ease-in-out;
    border-radius: 5px;
    width: auto;
    margin: 0px 5px;
    transform: scale(1) !important;
    border: none !important;
}

.filter.gallery-filter ul li.active {
    color: rgb(26, 47, 51);
    background-color: rgb(243, 156, 18);
}

.itemGallery__box {
    margin-bottom: 30px;
    position: relative;
    background-color: white;
    box-shadow: rgba(26, 47, 51, 0.15) 0px 5px 10px 0px;
    border-radius: 5px;
}

.itemGallery__box a {
    position: relative;
    overflow: hidden;
    display: block;
}

.itemGallery__box a::after {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 100%);
    opacity: 0;
    transition: 0.4s ease-in-out;
}

.itemGallery__box img.cover {
    width: 100%;
    height: 300px;
    object-fit: cover;
    border-radius: 5px;
    transition: 0.4s ease-in-out;
}

.itemGallery__details {
    padding: 30px;
    pointer-events: none;
    position: absolute;
    left: 0px;
    bottom: 0px;
    color: rgb(255, 255, 255);
    opacity: 0;
    transition: 0.6s ease-in-out;
}

.itemGallery__box:hover a::after {
    opacity: 1;
}

.itemGallery__box:hover img.cover {
    transform: scale(1.05);
}

.itemGallery__box:hover .itemGallery__details {
    opacity: 1;
}

.tst-about-cover .tst-cover.p-top {
    object-position: center top;
}

.socials-inline, .tst-lnk-inline {
    display: inline-block;
    vertical-align: middle;
}

.tst-lnk-inline {
    margin-right: 15px;
}

.tst-dynamic-banner {
    min-height: 80px;
}

@media (max-width: 767px) {
    .tst-dynamic-banner {
        min-height: 80px;
    }
}

@media (min-width: 768px) {
    .tst-main-slider-navigation {
        margin-left: -360px;
        width: 720px;
    }
}

@media (min-width: 992px) {
    .tst-main-slider-navigation {
        margin-left: -480px;
        width: 960px;
    }
}

@media (min-width: 1200px) {
    .tst-main-slider-navigation {
        margin-left: -562px;
        width: 1140px;
    }
}

@media (max-width: 767px) {
    blockquote {
        margin: 20px 0px;
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .wp-block-quote.is-large p, .wp-block-quote.is-style-large p {
        font-size: 1.2em;
        font-style: italic;
        line-height: 1.4;
    }

    .wp-block-pullquote.is-style-solid-color blockquote {
        max-width: 100%;
    }

    .wp-block-pullquote p {
        font-size: 1.75em;
        line-height: 1.4;
    }

    .single-post-text table th, .tst-comment-content table th {
        font-size: 12px;
    }

    form.post-password-form label input {
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .post-password-form label {
        display: block;
    }

    .post-password-form input[type="submit"] {
        width: 100%;
    }

    .tst-comment-box .tst-comment-head {
        display: block;
    }

    .tst-comment-box .tst-comment-head .tst-date {
        display: inline-block;
        margin-top: 10px;
    }

    .tst-comment-box {
        padding: 20px;
    }

    .comment-respond {
        margin-left: 50px;
    }

    .woocommerce ul.products.columns-3 li.product, .woocommerce-page ul.products.columns-3 li.product {
        width: 100%;
        margin-bottom: 30px;
    }

    .woocommerce .woocommerce-ordering, .woocommerce-page .woocommerce-ordering {
        float: none;
        margin-top: 0px;
    }

    .woocommerce-ordering .nice-select {
        margin-top: 0px;
        margin-bottom: 0px;
        float: none;
    }

    .tst-menu .pizza_grill-container .pizza_grill-column {
        width: auto;
    }

    .tst-menu .pizza_grill-container .pizza_grill-column:last-child {
        margin-left: auto;
    }

    .tst-minicart-window {
        width: 320px;
        left: auto;
        right: 0px;
    }

    .tst-menu-nav ul li.menu-item-has-children > a::after {
        display: none;
    }

    .tst-menu-nav ul li.menu-item-has-children > a > span::after {
        display: inline-block;
        vertical-align: middle;
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        content: "ï¸";
        margin-left: 5px;
        position: relative;
        top: -1px;
    }

    .tst-minicart-window .woocommerce-mini-cart .woocommerce-mini-cart-item .remove_from_cart_button {
        transform: scale(1);
    }

    .woocommerce #content div.product .woocommerce-tabs, .woocommerce div.product .woocommerce-tabs, .woocommerce-page #content div.product .woocommerce-tabs, .woocommerce-page div.product .woocommerce-tabs {
        padding-bottom: 0px;
    }

    .woocommerce ul.products li.product:last-child, .woocommerce-page ul.products li.product:last-child, .woocommerce ul.products.columns-2 li.product:last-child, .woocommerce-page ul.products.columns-2 li.product:last-child, .woocommerce ul.products.columns-3 li.product:last-child, .woocommerce-page ul.products.columns-3 li.product:last-child, .woocommerce ul.products.columns-4 li.product:last-child, .woocommerce-page ul.products.columns-4 li.product:last-child {
        margin-bottom: 10px;
    }

    .actions {
        padding: 20px 20px 10px !important;
    }

    #add_payment_method table.cart td.actions .coupon .input-text, .woocommerce-cart table.cart td.actions .coupon .input-text, .woocommerce-checkout table.cart td.actions .coupon .input-text {
        width: 135px;
    }

    .woocommerce-page table.cart td.actions .coupon .input-text + .button {
        width: 135px;
    }

    .h1.tst-mb-60, .h2.tst-mb-60 {
        margin-bottom: 40px !important;
    }

    .woocommerce-MyAccount-navigation ul {
        padding-bottom: 10px;
        white-space: nowrap;
        overflow: auto;
    }

    footer .pizza_grill-section:first-child .pizza_grill-container .pizza_grill-column {
        width: auto;
    }

    footer .pizza_grill-section:first-child .pizza_grill-container .pizza_grill-column:last-child {
        margin-left: auto;
    }

    .tst-menu-nav ul li a {
        text-align: left;
    }

    .tst-menu-right {
        position: relative;
    }

    .woocommerce-error, .woocommerce-info, .woocommerce-message {
        padding: 22px;
    }

    .woocommerce .woocommerce-error .button, .woocommerce .woocommerce-info .button, .woocommerce .woocommerce-message .button, .woocommerce-page .woocommerce-error .button, .woocommerce-page .woocommerce-info .button, .woocommerce-page .woocommerce-message .button {
        position: relative;
        top: 0px;
        right: auto;
        left: 0px;
        width: 100%;
        margin-bottom: 10px !important;
    }

    .tst-main-slider-navigation {
        margin-left: -150px;
        width: 300px;
        justify-content: space-between;
    }

    .tst-menu-frame {
        transition: 0.3s;
    }

    .tst-menu-frame.tst-active {
        top: 0px;
    }

    footer .pizza_grill-widget-tastyc-footer-copyright {
        margin-bottom: 20px;
    }

    body .pizza_grill-69 .pizza_grill-element.pizza_grill-element-4a4831f {
        text-align: left;
    }

    .tst-btn {
        padding: 0px 25px;
    }

    .tst-btn.tst-btn-lg {
        padding: 0px 25px;
    }

    .pizza_grill-widget-tastyc-menu .tst-menu-book-item.tst-mbi-3 {
        align-items: start;
    }

    .pizza_grill-widget-tastyc-menu .tst-menu-book-item.tst-mbi-3 .tst-item-cover-frame {
        display: block;
    }

    .pizza_grill-widget-tastyc-menu .tst-menu-book-item.tst-mbi-3 .tst-item-cover-frame {
        width: 100px;
    }

    .pizza_grill-widget-tastyc-menu .tst-menu-book-item.tst-mbi-3 .tst-menu-book-descr {
        width: calc(100% - 100px);
        padding-left: 15px;
    }

    .pizza_grill-widget-tastyc-menu .tst-menu-book-item.tst-mbi-3 .tst-menu-book-descr .tst-menu-book-bottom {
        justify-content: space-between;
    }

    .pizza_grill-widget-tastyc-menu .tst-menu-book-price {
        line-height: 1.8;
    }

    .woocommerce div.product .product_title {
        font-size: 34px;
    }

    .woocommerce div.product p.price, .woocommerce div.product span.price {
        font-size: 28px;
    }

    .cart_item td.product-remove {
        width: 100%;
    }

    .woocommerce #respond input#submit:last-child, .woocommerce a.button:last-child, .woocommerce button.button:last-child, .woocommerce input.button .woocommerce-mini-cart__buttons #respond input#submit:last-child, .woocommerce-mini-cart__buttons a.button:last-child, .woocommerce-mini-cart__buttons button.button:last-child, .woocommerce-mini-cart__buttons input.button:last-child {
        margin-right: 0px;
    }

    .single-post-text table th, .tst-comment-content table th {
        font-size: 12px;
        text-transform: uppercase;
        letter-spacing: 2px;
    }

    .tst-post-bottom {
        margin-bottom: 30px;
    }

    .tst-menu-book-item .tst-menu-book-descr .tst-menu-book-bottom .added_to_cart {
        bottom: -40px;
    }

    .tst-blog-card .tst-descr .tst-post-bottom {
        margin-bottom: 0px;
    }

    .tst-blog-card {
        margin-bottom: 40px !important;
    }

    .tst-dynamic-banner-empty {
        min-height: 80px;
    }

    .tst-blog-card .tst-descr h5 {
        margin-bottom: 10px !important;
    }

    .tst-blog-card .tst-date {
        display: none;
    }

    .tst-date.tst-date-m {
        margin-bottom: 15px;
        display: inline-block;
    }

    .tst-content-frame--start.tst-p-60-0 {
        padding-top: 40px;
    }

    .tst-content-frame--end.tst-p-0-60 {
        padding-bottom: 40px;
    }

    nav.wp-calendar-nav {
        margin-top: 10px;
    }

    .wp-block-categories-list li:last-child, .wp-block-archives-list li:last-child, .widget.widget_nav_menu ul li:last-child, .widget.widget_pages ul li:last-child, .widget_categories ul li:last-child {
        margin-bottom: 0px;
    }

    .content-sidebar ul:last-child {
        margin-bottom: 0px;
    }

    .error-page {
        height: 400px;
    }

    .tst-icon-box {
        text-align: center;
    }

    .tst-banner-sm .tst-cover-frame .tst-overlay {
        background-color: rgba(4, 25, 29, 0.7);
    }

    .tst-banner-sm .tst-wh-frame {
        height: auto;
        padding: 40px 0px;
    }

    .tst-banner-sm .tst-wh-frame > div:last-child {
        margin-bottom: 0px !important;
    }

    .tst-spacer {
        margin: 40px 0px;
    }

    .tst-mb-60 {
        margin-bottom: 40px;
    }

    .tst-mb-70 {
        margin-bottom: 40px;
    }

    .pizza_grill-widget-tastyc-numbers .row .col-lg-3:last-child .tst-mb-70 {
        margin-bottom: 0px;
    }

    .tst-testimonial-card {
        margin-bottom: 40px;
    }

    .tst-testimonial-card .tst-date {
        display: none;
    }

    footer.tst-white {
        padding-top: 40px;
    }

    .tst-team-member {
        margin-bottom: 40px;
    }

    .tst-awards {
        margin-bottom: 40px;
    }

    .swiper-menu-nav {
        margin-bottom: 40px;
    }

    .tst-menu-book-item.tst-mbi-3 {
        margin-bottom: 40px;
    }

    .swiper-slide .col-lg-6:last-child .tst-menu-book-item.tst-mbi-3 {
        margin-bottom: 0px;
    }

    .row:nth-last-child(2) .col-lg-6:last-child .tst-menu-book-item.tst-mbi-3 {
        margin-bottom: 0px;
    }

    .tst-slider {
        padding-top: 40px;
    }

    .tst-menu-book-item {
        margin-bottom: 40px;
    }

    .pizza_grill-widget-tastyc-products-carousel .tst-slider-pagination {
        margin-bottom: 0px;
    }

    .tst-pagination {
        margin-top: 40px;
    }

    .shop-page .page-title {
        line-height: normal;
        margin-bottom: 10px;
    }

    .woocommerce #content div.product .woocommerce-tabs, .woocommerce div.product .woocommerce-tabs, .woocommerce-page #content div.product .woocommerce-tabs, .woocommerce-page div.product .woocommerce-tabs {
        padding-top: 40px;
    }

    .tst-breadcrumbs li {
        margin-right: 8px;
    }

    .tst-breadcrumbs li::after {
        margin-left: 8px;
    }

    .tst-lnk-inline {
        margin-right: 0px;
        margin-bottom: 20px;
        display: block;
        text-align: center;
    }

    .socials-inline {
        display: block;
        text-align: center;
    }
}

.tst-menu .pizza_grill-column:nth-child(2) {
    z-index: 2;
}

.tst-banner {
    overflow: hidden;
}

.swiper-slide a.tst-btn, .swiper-slide .tst-btn {
    display: inline-block;
}

.woocommerce ul.products li.product a img {
    object-fit: contain;
    object-position: center center;
    height: auto;
}

.tst-pricing-box {
    position: relative;
    border-radius: 5px;
    padding: 30px;
    background: transparent;
    border: 2px dotted rgba(26, 47, 51, 0.2);
    text-align: center;
}

.tst-pricing-box.marked {
    background: rgb(255, 255, 255);
    border-color: transparent;
    box-shadow: rgba(26, 47, 51, 0.11) 0px 5px 10px 0px;
}

.tst-pricing-box.marked::before {
    content: "\"";
    width: 100px;
    color: rgb(243, 156, 18);
    position: absolute;
    top: -70px;
    right: 0px;
    font-family: "Playfair Display", serif;
    font-size: 220px;
    line-height: 1;
    font-style: italic;
    text-shadow: rgba(26, 47, 51, 0.15) 0px 2px 7px;
    transition: 0.6s ease-in-out;
}

.tst-pricing-box > img {
    width: 70px;
}

.tst-pricing-box .tst-hours-price {
    font-size: 49px;
    font-weight: 900;
}

.tst-pricing-box .tst-text ul {
    margin: 0px;
    padding: 10px 0px;
    list-style: none;
}

.tst-pricing-box .tst-text ul li {
    padding: 15px 0px;
    border-bottom: 2px dotted rgba(26, 47, 51, 0.2);
}

.tst-pricing-box .tst-text ul li em {
    font-style: normal;
    opacity: 0.6;
    text-decoration: line-through;
}

span.tst-price-pre, span.tst-price-after, span.tst-price-val {
    display: inline-block;
    vertical-align: middle;
}

span.tst-price-pre, span.tst-price-after {
    font-size: 0.4em;
    position: relative;
    top: 5px;
}

.tst-skills-box {
    position: relative;
}

.tst-skills-box:last-child {
    padding-bottom: 0px;
}

.tst-skills-box .name {
    margin: 0px 0px 10px;
    position: relative;
    font-size: 12px;
    letter-spacing: 1px;
    font-weight: 800;
    font-family: "Josefin Sans", sans-serif;
    text-transform: uppercase;
}

.tst-skills-box .progress {
    display: block;
    height: 12px;
    position: relative;
    overflow: visible;
    width: 100%;
    background: transparent;
    border-bottom: 4px dotted rgba(26, 47, 51, 0.3);
}

.tst-skills-box .progress .percentage {
    left: 0px;
    top: 4px;
    position: absolute;
    height: 12px;
    width: 0%;
    background: rgb(243, 156, 18);
    transition: 0.3s;
    border-radius: 0.25rem;
}

.tst-skills-box .progress .percentage .percent {
    position: absolute;
    top: -34px;
    right: 0px;
    font-size: 14px;
    font-weight: 800;
}

.tst-skills-box.list {
    padding: 0px;
    margin-bottom: 60px !important;
}

.tst-skills-box.list .name {
    padding-left: 30px;
    position: relative;
}

.tst-skills-box.list .name::before {
    content: "ï€Œ";
    position: absolute;
    left: 0px;
    top: 3px;
    color: rgb(243, 156, 18);
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
}

.tst-skills-box.list .progress {
    display: none;
}

.tst-services-box {
    position: relative;
}

.tst-services-box::after {
    content: "";
    position: relative;
    display: block;
    clear: both;
}

.tst-services-box .image {
    float: left;
    width: 50%;
}

.tst-services-box .image img {
    width: 100%;
    height: 500px;
    object-fit: cover;
    border-radius: 12px 0px 0px 12px;
}

.tst-services-box .desc {
    position: absolute;
    margin-right: 5%;
    margin-left: 55%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}

.pizza_grill-widget-tastyc-services-grid .col-lg-12:nth-child(2n+1) .tst-services-box .image {
    float: right;
}

.pizza_grill-widget-tastyc-services-grid .col-lg-12:nth-child(2n+1) .tst-services-box .image img {
    border-radius: 0px 12px 12px 0px;
}

.pizza_grill-widget-tastyc-services-grid .col-lg-12:nth-child(2n+1) .tst-services-box .desc {
    margin-left: 5%;
    margin-right: 55%;
}

.pizza_grill-widget-tastyc-menu-simple .tst-menu-book-item .tst-menu-book-name h5 span {
    position: relative;
    z-index: 2;
    background: rgb(252, 252, 252);
    padding-right: 5px;
}

.pizza_grill-widget-tastyc-menu-simple .tst-menu-book-item .tst-menu-book-descr .tst-menu-book-bottom {
    justify-content: flex-start;
}

.pizza_grill-widget-tastyc-menu-simple .tst-menu-book-item .tst-menu-book-descr .tst-menu-book-bottom .tst-menu-book-price {
    border-bottom: 2px dotted rgba(26, 47, 51, 0.7);
    width: 300px;
    text-align: right;
}

.pizza_grill-widget-tastyc-menu-simple .tst-menu-book-item .tst-menu-book-descr .tst-menu-book-bottom .tst-menu-book-price .tst-price {
    height: 20px;
    margin-top: 4px;
}

.pizza_grill-widget-tastyc-menu-simple .tst-menu-book-item .tst-menu-book-descr .tst-menu-book-bottom .tst-menu-book-price .tst-price span {
    position: relative;
    z-index: 2;
    background: rgb(252, 252, 252);
    padding-left: 5px;
}

.divider-hide .tst-spacer {
    display: none;
}

.divider-hide .tst-spacer {
    border-bottom: none;
    margin-bottom: 0px;
}

.divider-hide .tst-spacer {
    border-bottom: none;
    margin-bottom: 0px;
    margin-top: 20px;
}

.col-12 > .nice-select {
    min-width: 100%;
}

.tst-p-15-0 {
    padding-top: 15px;
}

.tst-powered img {
    vertical-align: middle;
    max-width: 110px;
}

.tst-faq-item-box {
    position: relative;
    margin-bottom: 30px;
    padding: 0px 30px;
    background: transparent;
    border: 2px dotted rgba(26, 47, 51, 0.2);
    border-radius: 5px;
    transition: 0.3s;
}

.tst-faq-item-box .name {
    margin: 0px -30px;
    padding: 20px 30px;
    position: relative;
    border-radius: 5px;
    background: transparent;
    font-size: 24px;
    font-family: "Playfair Display", serif;
    font-weight: 900;
    transition: 0.3s;
    cursor: pointer;
}

.tst-faq-item-box .name::before {
    margin-top: -12px;
    position: absolute;
    right: 30px;
    top: 50%;
    transition: 0.2s;
    display: inline;
    vertical-align: middle;
    font-family: "Font Awesome 5 Free";
    font-size: 18px;
    line-height: 24px;
    font-weight: 900;
    content: "ï¸";
}

.tst-faq-item-box .text {
    padding: 0px;
    transition: padding 0.3s;
}

.tst-faq-item-box.active {
    background: rgb(255, 255, 255);
    border-color: transparent;
    box-shadow: rgba(26, 47, 51, 0.11) 0px 5px 10px 0px;
}

.tst-faq-item-box.active .name::before {
    transform: rotate(180deg);
}

.tst-faq-item-box.active .text {
    padding: 0px 0px 30px;
}

.white-header .tst-menu {
    background: transparent;
}

.white-header .tst-menu-frame.tst-active .tst-menu {
    background: rgb(255, 255, 255);
}

.white-header .tst-menu::after {
    display: none;
}

.white-header .tst-menu-right .tst-cart svg path {
    fill: rgb(255, 255, 255);
}

.white-header .tst-menu img {
    width: 265px;
}

.white-header .tst-menu-frame.tst-active .tst-menu img {
    filter: none;
}

.white-header .tst-menu-frame.tst-active .tst-menu-right .tst-cart svg path {
    fill: rgb(26, 47, 51);
}

.white-header .tst-menu-frame .tst-menu.tst-menu-transparent {
    box-shadow: none;
}

.white-header .tst-menu-frame.tst-active .tst-menu.tst-menu-transparent {
    box-shadow: rgba(26, 47, 51, 0.2) 0px 5px 10px 0px;
}

footer.white-footer {
    background: rgb(252, 252, 252);
}

footer.white-footer .tst-text-shadow {
    text-shadow: none;
}

footer.white-footer .tst-spacer.tst-white {
    border-bottom-color: rgba(0, 0, 0, 0.3);
}

.white-header .tst-menu-right .tst-menu-button-frame .tst-menu-btn .tst-burger span, .white-header .tst-menu-right .tst-menu-button-frame .tst-menu-btn .tst-burger span::after, .white-header .tst-menu-right .tst-menu-button-frame .tst-menu-btn .tst-burger span::before {
    background: rgb(255, 255, 255);
}

.white-header .tst-menu-frame.tst-active .tst-menu-right .tst-menu-button-frame .tst-menu-btn .tst-burger span, .white-header .tst-menu-frame.tst-active .tst-menu-right .tst-menu-button-frame .tst-menu-btn .tst-burger span::after, .white-header .tst-menu-frame.tst-active .tst-menu-right .tst-menu-button-frame .tst-menu-btn .tst-burger span::before {
    background: rgb(26, 47, 51);
}

@media (min-width: 992px) {
    .white-header .tst-menu .tst-menu-nav > nav > ul > li > a {
        color: rgb(255, 255, 255) !important;
    }

    .white-header .tst-menu-frame.tst-active .tst-menu-nav > nav > ul > li > a {
        color: rgb(26, 47, 51) !important;
    }
}

.full-layout .tst-content-frame {
    margin-left: 0px;
    margin-right: 0px;
}

.full-layout .tst-content-frame--start {
    border-radius: 0px;
}

.full-layout .tst-content-frame--start::before {
    display: none;
}

.full-layout .tst-content-frame--end {
    border-radius: 0px;
}

.full-layout .tst-content-frame--end::after {
    display: none;
}

.full-layout .tst-scroll-hint-frame .tst-scroll-hint {
    filter: invert(1);
}

.full-layout .tst-scroll-hint-frame {
    top: -80px;
    background-color: transparent;
}

.full-layout .tst-scroll-hint-frame::after {
    display: none;
}

.full-layout .tst-menu-frame {
    padding: 0px;
}

.full-layout .tst-menu {
    transform: translateY(0px);
    border-radius: 0px;
}

.full-layout .tst-menu::after {
    display: none;
}

.full-layout .tst-menu-frame.tst-active .tst-menu {
    border-radius: 0px;
}

.tst-powered {
    font-size: 12px;
}

.tst-powered img {
    max-height: 24px;
}

.tst-wh-frame--add .tst-wh-time h5 {
    display: inline-block;
}

.tst-wh-frame--add .tst-wh-time .tst-label {
    display: block;
}

.tst-wh-frame--add .tst-wh-time h5:last-child {
    position: relative;
    margin-left: 20px;
}

.tst-wh-frame--add .tst-wh-time h5:last-child::before {
    position: absolute;
    width: 10px;
    height: 2px;
    top: 10px;
    left: -15px;
    background: rgb(26, 47, 51);
}

.page-template-default.pizza_grill-page .tst-content-frame--container, .post-template-default.pizza_grill-page .tst-content-frame--container {
    background: rgb(252, 252, 252);
}

.tst-menu .pizza_grill-section .pizza_grill-container {
    justify-content: space-between;
}

.tst-menu .pizza_grill-container .pizza_grill-column {
    width: auto !important;
}

.swiper-container-fade .swiper-slide {
    opacity: 0 !important;
}

.swiper-container-fade .swiper-slide-active {
    opacity: 1 !important;
}

.woocommerce-cart .pizza_grill-page .tst-content-frame--container {
    background-color: rgb(252, 252, 252);
}

h3#ship-to-different-address {
    font-size: 20px;
}

h3#ship-to-different-address input {
    margin-right: 8px;
}

@media (min-width: 992px) {
    #add_payment_method #payment div.payment_box .wc-credit-card-form, .woocommerce-cart #payment div.payment_box .wc-credit-card-form, .woocommerce-checkout #payment div.payment_box .wc-credit-card-form {
        margin: 0px -1em;
        display: flex;
    }
}

#add_payment_method #payment div.payment_box .form-row, .woocommerce-cart #payment div.payment_box .form-row, .woocommerce-checkout #payment div.payment_box .form-row {
    margin: 0px;
    display: block;
}

.swiper-menu .swiper-slide {
    height: 0px !important;
}

.swiper-menu .swiper-slide.swiper-slide-active {
    height: auto !important;
}

.swiper-menu-nav .swiper-pagination-bullet {
    padding: 11px 30px;
    height: auto;
    line-height: 1.4;
}

@media (max-width: 767px) {
    .swiper-menu-nav .swiper-pagination-bullet {
        margin-bottom: 10px;
        display: block;
    }
}

.tst-timeline {
    position: relative;
    display: flex;
    flex-wrap: wrap;
}

.tst-timeline::after {
    content: "";
    border-radius: 3px;
    position: absolute;
    left: 50%;
    margin-left: -2px;
    height: 100%;
    width: 4px;
    background-color: rgb(243, 156, 18);
}

.tst-timeline .tst-timeline-item {
    width: 50%;
    padding-right: 60px;
    text-align: right;
}

.tst-timeline .tst-timeline-item .tst-tl-content {
    position: relative;
    display: flex;
    -webkit-box-align: stretch;
    align-items: stretch;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    flex-direction: row-reverse;
}

.tst-timeline .tst-timeline-item .tst-tl-content .tst-ilust {
    position: relative;
    width: 20%;
    filter: brightness(80%);
    transition: 0.4s ease-in-out;
}

.tst-timeline .tst-timeline-item .tst-tl-content .tst-ilust img {
    border-radius: 10px;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    box-shadow: rgba(26, 47, 51, 0.11) 0px 5px 10px 0px;
}

.tst-timeline .tst-timeline-item .tst-tl-content .tst-tl-text-frame {
    width: 80%;
    padding-right: 30px;
}

.tst-timeline .tst-timeline-item .tst-year {
    position: relative;
    font-size: 18px;
    font-weight: 500;
}

.tst-timeline .tst-timeline-item .tst-year::before {
    content: "";
    position: absolute;
    z-index: 1;
    right: -60px;
    top: 9px;
    height: 4px;
    width: 50px;
    border-radius: 3px;
    background-color: rgb(243, 156, 18);
}

.tst-timeline .tst-timeline-item .tst-year::after {
    content: "";
    position: absolute;
    z-index: 2;
    right: -70px;
    top: 0px;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    box-shadow: rgb(252, 252, 252) 0px 0px 0px 4px;
    border: 4px solid rgb(243, 156, 18);
    background-color: rgb(252, 252, 252);
}

.tst-timeline .tst-timeline-item:nth-child(2n) {
    margin-top: 60px;
    text-align: left;
    padding-left: 60px;
    padding-right: 0px;
}

.tst-timeline .tst-timeline-item:nth-child(2n) .tst-tl-content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
}

.tst-timeline .tst-timeline-item:nth-child(2n) .tst-tl-content .tst-tl-text-frame {
    padding-right: 0px;
    padding-left: 30px;
}

.tst-timeline .tst-timeline-item:nth-child(2n) .tst-year::before {
    right: auto;
    left: -60px;
}

.tst-timeline .tst-timeline-item:nth-child(2n) .tst-year::after {
    right: auto;
    left: -70px;
}

.tst-timeline .tst-timeline-item:hover .tst-tl-content .tst-ilust {
    filter: brightness(110%);
}

@media (max-width: 790px) {
    .tst-timeline::after {
        left: 0px;
    }

    .tst-timeline .tst-timeline-item {
        padding: 0px 0px 0px 30px;
        width: 100%;
        text-align: left;
    }

    .tst-timeline .tst-timeline-item .tst-tl-content {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        flex-direction: row;
    }

    .tst-timeline .tst-timeline-item .tst-tl-content .tst-tl-text-frame {
        padding: 0px 0px 0px 30px;
    }

    .tst-timeline .tst-timeline-item .tst-year {
        position: relative;
        font-size: 18px;
        font-weight: 500;
    }

    .tst-timeline .tst-timeline-item .tst-year::before {
        display: none;
    }

    .tst-timeline .tst-timeline-item .tst-year::after {
        right: auto;
        left: -40px;
    }

    .tst-timeline .tst-timeline-item:nth-child(2n) {
        margin-top: 0px;
        text-align: left;
        padding: 0px 0px 0px 30px;
    }

    .tst-timeline .tst-timeline-item:nth-child(2n) .tst-tl-content {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        flex-direction: row;
    }

    .tst-timeline .tst-timeline-item:nth-child(2n) .tst-tl-content .tst-tl-text-frame {
        padding: 0px 0px 0px 30px;
    }

    .tst-timeline .tst-timeline-item:nth-child(2n) .tst-year {
        position: relative;
        font-size: 18px;
        font-weight: 500;
        margin-bottom: 30px;
    }

    .tst-timeline .tst-timeline-item:nth-child(2n) .tst-year::after {
        right: auto;
        left: -40px;
    }
}

html {
}

html .tst-preloader {
    opacity: 0;
    transition: 0.4s;
    transform: translateY(0px) scale(0.4);
}

html .tst-dynamic-menu {
    opacity: 1;
    transition: 0.6s ease-in-out;
}

.top_header {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

html .tst-dynamic-menu li.current-menu-item::after {
    transition: 0.6s;
    content: "";
    width: 80%;
}

html .tst-dynamic-banner {
    opacity: 1;
    transition: 0.6s ease-in-out 0.6s;
    position: relative;
    z-index: 1;
}

html .tst-dynamic-banner .tst-banner .tst-cover-frame {
    opacity: 1;
    transform: scale(1);
    transition: 0.8s ease-in-out;
}

html .tst-dynamic-banner .tst-banner .tst-main-title-frame {
    opacity: 1;
    transform: translateY(0px) scale(1);
    transition: 0.6s ease-in-out;
}

html .tst-dynamic-banner .tst-main-slider-navigation {
    opacity: 1;
    transform: translateY(0px) scale(1);
    transition: 0.6s ease-in-out;
}

html .tst-dynamic-content {
    opacity: 1;
    transform: translateY(0px);
    transition: 0.6s ease-in-out;
    position: relative;
    z-index: 0;
    background-color: rgb(255, 255, 255);
}

html .tst-dynamic-content .tst-scroll-hint-frame {
}

html footer .container {
    opacity: 1;
    transform: scale(1);
    transition: 0.6s ease-in-out;
}

html.is-animating {
}

html.is-animating .tst-preloader {
    opacity: 1;
    transform: translateY(-200px) scale(0.6);
    transition: 0.4s 0.2s;
}

html.is-animating .tst-dynamic-menu {
    opacity: 0.999;
}

html.is-animating .tst-dynamic-menu li.current-menu-item::after {
    content: "";
    width: 0px;
}

html.is-animating .tst-dynamic-menu li ul {
    opacity: 0 !important;
    transform: translateY(20px) !important;
}

html.is-animating .tst-dynamic-menu nav.tst-active {
    opacity: 0 !important;
    transform: translateY(20px) !important;
}

html.is-animating .tst-dynamic-banner {
    opacity: 0.999;
}

html.is-animating .tst-dynamic-banner .tst-banner .tst-cover-frame {
    opacity: 0;
    transform: scale(1.3);
}

html.is-animating .tst-dynamic-banner .tst-banner .tst-main-title-frame {
    opacity: 0;
    transform: translateY(-200px) scale(0.8);
}

html.is-animating .tst-dynamic-banner .tst-main-slider-navigation {
    opacity: 0;
    transform: translateY(100px) scale(0.8);
}

html.is-animating .tst-dynamic-content {
    opacity: 0;
    transform: translateY(100px);
}

html.is-animating .tst-dynamic-content .tst-scroll-hint-frame {
    transform: scale(0);
    transition-delay: 0.4s;
}

html.is-animating footer .container {
    opacity: 0;
    transform: scale(0.8);
}

::-webkit-scrollbar {
    width: 4px;
}

::-webkit-scrollbar-track {
    background: black;
}

::-webkit-scrollbar-thumb {
    background: rgb(243, 156, 18);
    border-radius: 2px;
}

::-webkit-scrollbar-thumb:hover {
    filter: brightness(108%);
}

* {
    box-sizing: border-box;
}

body {
    color: rgb(26, 47, 51);
    font-size: 18px;
    font-weight: 300;
    font-family: "Josefin Sans", sans-serif;
    background-size: 100%;
    background-attachment: fixed;
}

body .tst-main-overlay {
}

*, :focus {
    outline: inherit;
}

a, a:hover {
    color: inherit;
    text-decoration: none;
}

a.tst-color:hover, a:hover.tst-color:hover {
    color: rgb(243, 156, 18);
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-family: "Playfair Display", serif;
    font-weight: 900;
    margin: 0px;
    overflow-wrap: break-word;
}

.h1, h1 {
    font-size: 80px;
}

.h2, h2 {
    font-size: 68px;
}

.h3, h3 {
    font-size: 48px;
}

.h4, h4 {
    font-size: 40px;
}

.h5, h5 {
    font-size: 24px;
}

.h6, h6 {
    padding-top: 4px;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 2px;
    font-family: "Josefin Sans", sans-serif;
    margin: 0px;
}

.tst-text {
    opacity: 0.7;
    font-size: 17px;
    font-weight: 300;
    font-family: "Josefin Sans", sans-serif;
    margin: 0px;
}

.tst-text p:last-child {
    margin-bottom: 0px;
}

.tst-text.tst-text-lg {
    font-size: 18px;
}

.tst-label {
    display: inline-block;
    white-space: nowrap;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 2px;
    font-family: "Josefin Sans", sans-serif;
    margin: 0px;
    transition: 0.3s ease-in-out;
}

.tst-el-more .tst-label {
    font-size: 12px;
}

.tst-icon-link {
    font-size: 14px;
    letter-spacing: 2px;
    font-family: "Josefin Sans", sans-serif;
    margin: 0px 5px;
    transition: 0.3s ease-in-out;
}

.tst-icon-link:hover {
    opacity: 1;
    color: rgb(243, 156, 18);
}

.pag-widget-tastyc-about-us-wide .tst-icon-link {
    display: none;
}

.tst-suptitle {
    position: relative;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 2px;
    font-weight: 800;
    font-family: "Josefin Sans", sans-serif;
    margin: 0px;
    padding-left: 45px;
}

.tst-suptitle::before {
    content: "";
    height: 4px;
    border-radius: 2px;
    width: 30px;
    position: absolute;
    left: 0px;
    top: 4px;
    background-color: rgb(243, 156, 18);
}

.tst-suptitle.tst-suptitle-center {
    text-align: center;
    padding-left: 0px;
    padding-top: 20px;
}

.tst-suptitle.tst-suptitle-center::before {
    top: 0px;
    left: 50%;
    margin-left: -15px;
}

.tst-spacer {
    height: 0px;
    margin: 60px 0px;
    border-bottom: 4px dotted rgba(26, 47, 51, 0.7);
    opacity: 0.3;
    display: block !important;
}

.tst-spacer.tst-spacer-only-bottom-space {
    margin-top: 0px;
}

.tst-spacer.tst-spacer-only-top-space {
    margin-bottom: 0px;
}

.tst-spacer.tst-white {
    border-bottom: 4px dotted rgba(242, 246, 247, 0.3);
}

.tst-spacer-sm {
    height: 1px;
    margin: 15px 0px;
    border-bottom: 2px dotted rgba(26, 47, 51, 0.7);
    opacity: 0.3;
}

.tst-text-shadow {
    text-shadow: rgba(26, 47, 51, 0.95) 0px 5px 20px;
}

.tst-white {
    color: rgb(242, 246, 247);
}

a.tst-white {
    color: rgb(242, 246, 247);
    opacity: 0.8;
}

a.tst-white:hover {
    color: rgb(242, 246, 247);
    opacity: 1;
}

.tst-white-2 {
    color: rgb(229, 235, 239);
}

a.tst-white-2 {
    color: rgb(229, 235, 239);
}

a.tst-white-2:hover {
    color: rgb(229, 235, 239);
}

.tst-white-2 {
    opacity: 1;
}

.tst-white-2:hover {
    opacity: 1;
}

.tst-color {
    color: rgb(243, 156, 18);
}

.tst-right {
    float: right;
}

@media (max-width: 992px) {
    .h1, h1 {
        font-size: 64px;
    }

    .h2, h2 {
        font-size: 48px;
    }

    .h3, h3 {
        font-size: 32px;
    }

    .h4, h4 {
        font-size: 24px;
    }

    .h5, h5 {
        font-size: 20px;
    }

    .tst-text .tst-text-lg {
        font-size: 16px;
    }

    .col__sedebar {
        margin-top: 60px;
    }
}

@media (max-width: 992px) {
    .tst-suptitle.tst-suptitle-mobile-md-center {
        text-align: center;
        padding-left: 0px;
        padding-top: 20px;
    }

    .tst-suptitle.tst-suptitle-mobile-md-center::before {
        top: 0px;
        left: 50%;
        margin-left: -15px;
    }
}

@media (max-width: 790px) {
    .h1, h1 {
        font-size: 54px;
    }

    .h2, h2 {
        font-size: 38px;
    }

    .h3, h3 {
        font-size: 28px;
    }

    .h4, h4 {
        font-size: 24px;
    }

    .h5, h5 {
        font-size: 20px;
    }

    .tst-suptitle.tst-suptitle-mobile-center {
        text-align: center;
        padding-left: 0px;
        padding-top: 20px;
    }

    .tst-suptitle.tst-suptitle-mobile-center::before {
        top: 0px;
        left: 50%;
        margin-left: -15px;
    }

    .tst-btn-mobile {
        display: flex;
        -webkit-box-pack: justify;
        justify-content: space-between;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
    }

    .tst-btn-mobile a {
        margin: 0px 0px 30px;
    }

    .tst-btn-mobile a:last-child {
        margin-bottom: 0px;
    }
}

.tst-btn {
    position: relative;
    padding: 0px 30px;
    background-color: rgb(250, 194, 45);
    display: inline-block;
    height: 50px;
    line-height: 54px;
    cursor: pointer;
    font-family: "Josefin Sans", sans-serif;
    margin-right: 5px;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 2px;
    font-weight: 800;
    border: none;
    transition: 0.3s ease-in-out;
    border-radius: 5px;
    white-space: nowrap;
}

.tst-btn.tst-btn-shadow {
    box-shadow: rgba(26, 47, 51, 0.3) 0px 3px 5px 0px;
}

.tst-btn::before {
    content: "";
    height: 7px;
    width: calc(100% - 20px);
    position: absolute;
    bottom: -7px;
    border-radius: 0px 0px 5px 5px;
    background-color: rgb(242, 246, 247);
    opacity: 0.15;
    transition: 0.3s ease-in-out;
    left: 10px;
}

.tst-btn:last-child {
    margin-right: 0px;
}

.tst-btn:hover {
    filter: brightness(108%);
    transform: scale(1.015);
}

.tst-btn:hover::before {
    bottom: -5px;
    transform: scale(0.95);
}

.tst-btn.tst-btn-lg {
    padding: 0px 40px;
    height: 60px;
    line-height: 64px;
}

.tst-btn i {
    margin-right: 5px;
    font-size: 18px;
    transform: translateY(3px);
}

.tst-btn.tst-cart-btn {
    margin: 0px;
    padding: 0px;
    width: 60px;
    text-align: center;
}

.tst-btn.tst-cart-btn svg {
    width: 18px;
    transform: translateY(-3px);
}

form input {
    border: none;
    border-radius: 5px;
    width: 100%;
    height: 50px;
    margin-bottom: 20px;
    padding: 0px 20px;
    box-shadow: rgba(26, 47, 51, 0.11) 0px 2px 5px 0px;
    opacity: 1;
    font-size: 17px;
    font-weight: 400;
    color: rgb(26, 47, 51) !important;
}

form input:focus {
    outline: inherit;
}

form input::-webkit-input-placeholder {
    opacity: 1;
    font-weight: 400;
    color: rgb(26, 47, 51) !important;
}

form input::placeholder {
    opacity: 1;
    font-weight: 400;
    color: rgb(26, 47, 51) !important;
}

textarea {
    border: none;
    border-radius: 5px;
    width: 100%;
    height: 140px;
    margin-bottom: 15px;
    padding: 15px 20px;
    box-shadow: rgba(26, 47, 51, 0.11) 0px 2px 5px 0px;
    opacity: 1;
    font-size: 17px;
    font-weight: 400;
    color: rgb(26, 47, 51) !important;
}

textarea:focus {
    outline: inherit;
}

textarea::-webkit-input-placeholder {
    opacity: 1;
    font-weight: 400;
    color: rgb(26, 47, 51) !important;
}

textarea::placeholder {
    opacity: 1;
    font-weight: 400;
    color: rgb(26, 47, 51) !important;
}

.tst-mb-15 {
    margin-bottom: 15px;
}

.tst-mb-30 {
    margin-bottom: 30px;
}

.tst-mb-60 {
    margin-bottom: 60px;
}

.tst-mb-70 {
    margin-bottom: 70px;
}

.tst-mr-30 {
    margin-right: 30px;
}

.tst-ml-30 {
    margin-left: 30px;
}

.tst-mt-30 {
    margin-top: 30px;
}

.tst-p-60-60 {
    padding-top: 60px;
    padding-bottom: 60px;
}

.tst-p-60-0 {
    padding-top: 60px;
}

.tst-p-0-60 {
    padding-bottom: 60px;
}

.tst-preloader-frame {
    position: fixed;
    z-index: 99999;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
}

.tst-preloader-frame .tst-preloader {
    position: absolute;
    transform: scale(0.5);
    width: 80px;
    height: 80px;
    top: 75%;
    left: calc(50% - 40px);
    margin: 0px auto;
}

.tst-preloader-frame .tst-preloader span {
    position: absolute;
    border-width: 6px;
    border-style: solid;
    border-color: transparent rgb(243, 156, 18) rgb(243, 156, 18);
    border-image: initial;
    border-radius: 999px;
}

.tst-preloader-frame .tst-preloader span:nth-child(1) {
    width: 80px;
    height: 80px;
    animation: 2s linear 0s infinite normal none running spin-1;
}

.tst-preloader-frame .tst-preloader span:nth-child(2) {
    top: 20px;
    left: 20px;
    width: 40px;
    height: 40px;
    animation: 1s linear 0s infinite normal none running spin-2;
}

@-webkit-keyframes spin-1 {
    0% {
        transform: rotate(360deg);
        opacity: 1;
    }

    50% {
        transform: rotate(180deg);
        opacity: 0.5;
    }

    100% {
        transform: rotate(0deg);
        opacity: 1;
    }
}

@keyframes spin-1 {
    0% {
        transform: rotate(360deg);
        opacity: 1;
    }

    50% {
        transform: rotate(180deg);
        opacity: 0.5;
    }

    100% {
        transform: rotate(0deg);
        opacity: 1;
    }
}

@-webkit-keyframes spin-2 {
    0% {
        transform: rotate(0deg);
        opacity: 0.5;
    }

    50% {
        transform: rotate(180deg);
        opacity: 1;
    }

    100% {
        transform: rotate(360deg);
        opacity: 0.5;
    }
}

@keyframes spin-2 {
    0% {
        transform: rotate(0deg);
        opacity: 0.5;
    }

    50% {
        transform: rotate(180deg);
        opacity: 1;
    }

    100% {
        transform: rotate(360deg);
        opacity: 0.5;
    }
}

.tst-app {
    width: 100%;
    position: relative;
    overflow: hidden;
    opacity: 0;
    z-index: 1;
}

.tst-content-frame {
    position: relative;
    border-radius: 10px;
}

.tst-content-frame--start {
    position: relative;
    background-color: rgb(252, 252, 252);
    border-radius: 10px 10px 0px 0px;
}

.tst-content-frame--container {
    background-color: rgb(252, 252, 252);
}

.pag-page .tst-content-frame--container {
    background-color: transparent;
}

.tst-content-frame--end {
    position: relative;
    background-color: rgb(252, 252, 252);
    border-radius: 0px 0px 10px 10px;
}

.tst-content-frame .pag-section {
    background-color: rgb(252, 252, 252);
}

.tst-content-frame .pag-section:first-child .tst-content-frame--end {
    display: none;
}

.tst-content-frame .pag-section:last-child .tst-content-frame--start {
    display: none;
}

.tst-content-frame--start::before {
}

.tst-content-frame--end::after {
    content: "";
    height: 10px;
    width: calc(100% - 30px);
    position: absolute;
    bottom: -10px;
    border-radius: 0px 0px 5px 5px;
    background-color: rgb(242, 246, 247);
    opacity: 0.2;
    left: 15px;
}

@media (max-width: 790px) {
    .tst-content-frame {
        margin-left: 10px;
        margin-right: 10px;
    }
}

.tst-menu-frame {
    height: auto;
    position: fixed;
    z-index: 99999;
    width: 100%;
    padding: 0px 15px;
}

.tst-menu {
    transform: translateY(15px);
    position: relative;
    width: 100%;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
    height: 80px;
    padding: 0px 30px;
    border-radius: 10px;
    background-color: white;
    box-shadow: rgba(26, 47, 51, 0.2) 0px 5px 10px 0px;
    transition: 0.4s ease-in-out;
}

.tst-menu::after {
    content: "";
    height: 10px;
    width: calc(100% - 30px);
    position: absolute;
    bottom: -10px;
    border-radius: 0px 0px 5px 5px;
    background-color: rgb(242, 246, 247);
    opacity: 0.15;
    left: 15px;
}

.tst-menu > .pag {
    width: 100%;
}

.tst-menu .tst-logo {
    width: 100px;
}

.tst-menu-nav ul {
    padding: 0px;
    margin: 0px;
    display: flex;
    justify-content: center;
}

.tst-menu-nav ul li {
    height: 80px;
    position: relative;
    display: flex;
    align-items: center;
    list-style-type: none;
}

.tst-menu-nav ul li a {
    position: relative;
    padding: 0px;
    display: flex;
    align-items: center;
    width: auto;
    height: 100%;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 1px;
    font-weight: 800;
    font-family: "Josefin Sans", sans-serif;
    margin: 0px 20px;
    transition: 0.3s ease-in-out;
    white-space: nowrap;
}

.tst-menu-nav ul li li {
    white-space: normal;
}

.tst-menu-nav .top-menu-nav > ul > li:hover > a {
    color: rgb(243, 156, 18);
}

.tst-menu-nav ul li ul li a::before, .tst-menu-nav ul li ul li.current-menu-item a::before {
    content: "";
    display: none;
    position: absolute;
    left: 0px;
    bottom: -2px;
    width: 0px;
    height: 2px;
    background: rgb(27, 47, 51);
    transition: 0.3s;
}

.tst-menu-nav ul li.current-menu-item::after {
    content: "";
    background-color: rgb(243, 156, 18);
    position: absolute;
    bottom: 0px;
    height: 4px;
    left: 10%;
    border-radius: 2px 2px 0px 0px;
}

.tst-menu-nav ul li.menu-item-has-children {
    position: relative;
}

.tst-menu-nav ul li.menu-item-has-children > a::after {
    display: inline;
    vertical-align: middle;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "ï¸";
    margin-left: 5px;
    position: relative;
    top: -1px;
}

.tst-menu-nav ul li ul {
    pointer-events: none;
    opacity: 0;
    transform: translateY(20px);
    padding: 25px 0px;
    min-width: 160px;
    position: absolute;
    z-index: 1;
    top: 90px;
    left: 0px;
    text-align: left;
    border-radius: 5px;
    background-color: rgb(243, 156, 18);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    box-shadow: rgba(26, 47, 51, 0.2) 0px 3px 5px 0px;
    transition: 0.3s ease-in-out;
}

.tst-menu-nav ul li ul::before {
    height: 10px;
    width: 100%;
    left: 0px;
    background-color: transparent;
    content: "";
    position: absolute;
    top: -10px;
    z-index: 999;
}

.tst-menu-nav ul li ul::after {
    content: "";
    height: 7px;
    width: calc(100% - 20px);
    position: absolute;
    bottom: -7px;
    border-radius: 0px 0px 5px 5px;
    background-color: rgb(242, 246, 247);
    opacity: 0.15;
    left: 10px;
}

.tst-menu-nav ul li ul li {
    padding: 0px 30px;
    margin-bottom: 15px;
    height: auto;
}

.tst-menu-nav ul li ul li a {
    white-space: nowrap;
    display: block;
    line-height: 20px;
    padding: 0px;
    margin: 0px;
}

.tst-menu-nav ul li ul li ul {
    pointer-events: none;
    opacity: 0;
    transform: translateY(20px);
    top: -25px;
    background: rgb(255, 178, 56);
    left: calc(95%) !important;
}

.tst-menu-nav ul li ul li ul::before {
    height: 100%;
    width: 10px;
    left: -10px;
    background-color: transparent;
    content: "";
    position: absolute;
    top: 0px;
}

.tst-menu-nav ul li ul li.menu-item-has-children {
    position: relative;
}

@media (min-width: 992px) {
    .tst-menu-nav ul li:hover ul {
        opacity: 1;
        pointer-events: all;
        transform: translateY(0px);
    }

    .tst-menu-nav ul li:hover ul li ul {
        opacity: 0;
        transform: translateY(20px);
    }

    .tst-menu-nav ul li ul li a::after {
        transition: 0.3s;
    }

    .tst-menu-nav ul li:hover ul li:hover a::after {
        transform: rotate(-90deg);
        display: inline-block;
        top: -2px;
    }

    .tst-menu-nav ul li:hover ul li:hover ul {
        opacity: 1;
        pointer-events: all;
        transform: translateY(0px);
    }

    .tst-menu-nav ul li:hover ul {
        max-height: 300px;
    }

    .tst-menu-nav ul li ul li:hover > a::before, .tst-menu-nav ul li ul li.current-menu-item > a::before {
        width: 100%;
    }
}

@media (max-width: 992px) {
    .tst-menu-nav ul li a {
        margin-left: 30px;
        margin-right: 30px;
    }

    .tst-menu-nav li.dropdown-active > ul {
        opacity: 1;
        pointer-events: all;
        transform: translateY(0px);
        margin-top: 10px;
    }

    .tst-menu-nav li.menu-item-has-children > a > span::after {
        transition: 0.2s;
    }

    .tst-menu-nav li.menu-item-has-children.dropdown-active > a > span::after {
        transform: rotate(180deg);
    }

    .tst-menu-nav ul li ul li ul {
        margin-left: -30px;
        margin-right: -30px;
        top: 0px;
        background: rgba(0, 0, 0, 0.1);
        left: 0px !important;
    }

    .tst-menu-nav ul li ul li a {
        white-space: normal;
    }
}

.tst-menu-right {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    justify-content: flex-end;
}

.tst-menu-right .tst-cart {
    transform: translateY(-2px);
    margin-left: 20px;
    position: relative;
    top: -2px;
    cursor: pointer;
}

.tst-menu-right .tst-cart svg {
    width: 25px;
}

.tst-menu-right .tst-cart .tst-cart-number {
    line-height: 19px;
    position: absolute;
    top: -4px;
    right: -4px;
    font-weight: 600;
    background-color: rgb(46, 204, 113);
    color: rgb(242, 246, 247);
    height: 17px;
    width: 17px;
    font-size: 12px;
    text-align: center;
    border-radius: 50%;
}

.tst-menu-right .tst-menu-button-frame {
    display: none;
    margin-left: 15px;
    height: 80px;
    width: 30px;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
}

.tst-menu-right .tst-menu-button-frame .tst-menu-btn {
    padding-top: 2px;
    width: 25px;
    position: relative;
    cursor: pointer;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
}

.tst-menu-right .tst-menu-button-frame .tst-menu-btn .tst-burger {
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    padding-top: 1px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
}

.tst-menu-right .tst-menu-button-frame .tst-menu-btn .tst-burger span, .tst-menu-right .tst-menu-button-frame .tst-menu-btn .tst-burger span::after, .tst-menu-right .tst-menu-button-frame .tst-menu-btn .tst-burger span::before {
    content: "";
    display: block;
    width: 19px;
    height: 0.1em;
    border-radius: 3px;
    background: rgb(26, 47, 51);
    transition: 0.4s ease-in-out;
    backface-visibility: hidden;
}

.tst-menu-right .tst-menu-button-frame .tst-menu-btn .tst-burger span {
    position: relative;
    margin: 7px 0px 0px;
}

.tst-menu-right .tst-menu-button-frame .tst-menu-btn .tst-burger span::after, .tst-menu-right .tst-menu-button-frame .tst-menu-btn .tst-burger span::before {
    position: absolute;
}

.tst-menu-right .tst-menu-button-frame .tst-menu-btn .tst-burger span::before {
    top: -7px;
}

.tst-menu-right .tst-menu-button-frame .tst-menu-btn .tst-burger span::after {
    top: 7px;
}

.tst-menu-right .tst-menu-button-frame .tst-menu-btn.tst-active .tst-burger span {
    transform: rotate(45deg);
}

.tst-menu-right .tst-menu-button-frame .tst-menu-btn.tst-active .tst-burger span::before {
    transform: translate(0px, 7px) rotate(-90deg);
}

.tst-menu-right .tst-menu-button-frame .tst-menu-btn.tst-active .tst-burger span::after {
    transform: translate(0px, -7px) rotate(-90deg);
}

.tst-menu-frame.tst-active .tst-menu {
    transform: translateY(0px);
    border-radius: 0px 0px 10px 10px;
}

@media (max-width: 992px) {
    .tst-menu-frame {
        width: 100%;
        padding: 0px;
    }

    .tst-menu-overlay {
        display: none;
    }

    .tst-menu {
        width: 100%;
        transform: translateY(0px);
        border-radius: 0px 0px 10px 10px;
    }

    .tst-menu-nav {
        opacity: 0;
        pointer-events: none;
        transform: translateY(20px);
        box-shadow: rgba(26, 47, 51, 0.2) 0px 5px 10px 0px;
        padding: 15px 0px;
        text-align: center;
        position: fixed;
        left: 10px;
        top: 90px;
        background-color: white;
        width: calc(100% - 20px);
        border-radius: 5px;
        transition: 0.4s ease-in-out;
    }

    .tst-menu-nav.tst-active {
        opacity: 1;
        pointer-events: all;
        transform: translateY(0px);
    }

    .tst-menu-nav::after {
        content: "";
        height: 10px;
        width: calc(100% - 30px);
        position: absolute;
        bottom: -10px;
        border-radius: 0px 0px 5px 5px;
        background-color: white;
        opacity: 0.15;
        left: 15px;
    }

    .tst-menu-nav ul {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
    }

    .tst-menu-nav ul li {
        height: auto;
        padding: 15px 30px 0px;
        display: block;
    }

    .tst-menu-nav ul li a {
        padding: 0px;
        margin-bottom: 10px;
    }

    .tst-menu-nav ul li.current-menu-item::after {
        display: none;
    }

    .tst-menu-nav ul li ul {
        opacity: 1;
        top: auto;
        padding: 0px;
        max-height: 0px;
        transform: none;
        position: relative;
        overflow: hidden;
        box-shadow: none;
        height: auto;
        transition: 0.6s ease-in-out;
    }

    .tst-menu-nav li.dropdown-active > ul {
        max-height: 1000px;
    }

    .tst-menu-right {
        width: auto;
    }

    .tst-menu-right .tst-btn {
        display: none;
    }

    .tst-menu-right .tst-menu-button-frame {
        display: flex !important;
    }
}

.tst-scroll-hint-frame {
    z-index: 9999;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    top: -69px;
    filter: invert(1);
}

.tst-scroll-hint-frame::after {
}

.tst-scroll-hint-frame .tst-scroll-hint {
    transform: scale(0.8);
    top: -5px;
    position: relative;
    height: 40px;
    width: 25px;
    border: 2px solid rgb(26, 47, 51);
    border-radius: 20px;
}

.tst-scroll-hint-frame .tst-scroll-hint::before {
    content: "";
    height: 4px;
    width: 4px;
    border-radius: 50%;
    background-color: rgb(26, 47, 51);
    position: absolute;
    top: 7px;
    left: 50%;
    animation: 1s ease 0s infinite normal none running scroll;
}

@-webkit-keyframes scroll {
    0% {
        transform: translateY(0px) translateX(-50%);
    }

    50% {
        transform: translateY(6px) translateX(-50%);
    }

    100% {
        transform: translateY(0px) translateX(-50%);
    }
}

@keyframes scroll {
    0% {
        transform: translateY(0px) translateX(-50%);
    }

    50% {
        transform: translateY(6px) translateX(-50%);
    }

    100% {
        transform: translateY(0px) translateX(-50%);
    }
}

.tst-fade-up {
    opacity: 0;
    transform: translateY(90px) scale(0.97);
    transition: 0.6s ease-in-out;
}

.tst-fade-up.tst-active {
    opacity: 1;
    transform: translateY(0px) scale(1);
}

.tst-fade-down {
    opacity: 0;
    transform: translateY(-90px) scale(0.97);
    transition: 0.6s ease-in-out;
}

.tst-fade-down.tst-active {
    opacity: 1;
    transform: translateY(0px) scale(1);
}

.tst-banner {
    position: relative;
    z-index: 0;
    width: 100%;
    height: calc(-30px + 100vh);
}

.tst-banner .tst-cover-frame {
    width: 100%;
    height: 100vh;
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
}

.tst-banner .tst-cover-frame .tst-cover {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: left center;
}

.tst-banner .tst-cover-frame .tst-map-frame {
    position: relative;
    overflow: hidden;
    height: 100%;
    width: 100%;
}

.gmap_canvas iframe {
    width: 100%;
}

.tst-banner .tst-cover-frame .tst-map-frame .tst-map {
    transform: scale(1.4);
    position: absolute;
    top: 20px;
    height: 100%;
    width: 150%;
    transition: 0.4s ease-in-out;
}

.tst-banner .tst-cover-frame .tst-map-frame .tst-map.tst-active {
    transform: scale(1.5);
}

.tst-banner .tst-cover-frame .tst-overlay {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    background-image: linear-gradient(270deg, rgba(4, 25, 29, 0.1) 0%, rgba(4, 25, 29, 0.7) 70%);
    width: 100%;
    height: 100%;
    transition: 0.4s ease-in-out;
}

.tst-banner .tst-cover-frame .tst-overlay.tst-with-map {
    pointer-events: all;
    background-image: linear-gradient(270deg, rgba(4, 25, 29, 0) 0%, rgba(4, 25, 29, 0.7) 80%);
}

.tst-banner .tst-cover-frame .tst-overlay.tst-with-map.tst-active {
    pointer-events: none;
}

.tst-banner .tst-cover-frame .tst-lock {
    cursor: pointer;
    position: absolute;
    top: 120px;
    right: 45px;
    height: 35px;
    width: 35px;
    border-radius: 50%;
    font-size: 14px;
    background-color: rgba(242, 246, 247, 0.3);
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    transition: 0.3s ease-in-out;
}

.tst-banner .tst-cover-frame .tst-lock.tst-active {
    background-color: rgb(243, 156, 18);
}

.tst-banner .tst-cover-frame .tst-overlay-2 {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    background-image: linear-gradient(270deg, rgba(4, 25, 29, 0.3) 0%, rgba(4, 25, 29, 0.8) 70%);
    width: 100%;
    height: 100%;
}

.tst-banner .tst-banner-content-frame {
    position: relative;
}

.tst-banner .tst-banner-content-frame.tst-with-map {
    pointer-events: none;
}

.tst-banner .tst-banner-content-frame .tst-main-title-frame {
    /* height: 100vh; */
    display: flex;
    -webkit-box-align: center;
    align-items: center;
}

.tst-banner .tst-banner-content-frame .tst-main-title-frame .tst-main-title {
    margin-top: 60px;
    width: 100%;
}

.tst-banner.tst-small-banner {
    height: 70vh;
}

.tst-banner.tst-small-banner .tst-cover-frame {
    height: calc(60px + 70vh);
}

.tst-banner.tst-small-banner .tst-banner-content-frame .tst-main-title-frame {
    height: 70vh;
}

.tst-banner.tst-small-banner .tst-banner-content-frame .tst-main-title-frame .tst-main-title {
    margin-top: 45px;
}

.tst-main-slider .swiper-wrapper {
    z-index: 0;
}

.tst-main-slider .tst-main-title {
    margin-top: 0px !important;
}

@media (max-width: 790px) {
    .tst-banner {
        height: auto;
    }

    .tst-banner .tst-banner-content-frame {
        padding: 90px 0px;
    }

    .tst-banner .tst-banner-content-frame .tst-main-title-frame {
        height: auto;
    }

    .tst-banner .tst-banner-content-frame .tst-main-title-frame .tst-main-title {
        text-align: center;
    }

    .tst-banner .tst-cover-frame {
        height: 100%;
    }

    .tst-banner .tst-cover-frame .tst-lock {
        display: none;
        pointer-events: none;
    }

    .tst-banner .tst-cover-frame .tst-map-frame .tst-map {
        width: 100%;
    }

    .tst-banner.tst-small-banner {
        height: auto;
    }

    .tst-banner.tst-small-banner .tst-cover-frame {
        height: 100%;
    }

    .tst-banner.tst-small-banner .tst-banner-content-frame {
        padding: 90px 0px;
    }

    .tst-banner.tst-small-banner .tst-banner-content-frame .tst-main-title-frame {
        height: auto;
    }

    .tst-main-slider .swiper-wrapper {
        z-index: 0;
    }

    .tst-main-slider .tst-main-title {
        margin-top: 45px !important;
    }
}

.tst-dynamic-banner-empty {
    min-height: 80px;
}

.tst-call-to-action {
    position: relative;
    background-color: rgb(3, 18, 20);
    margin: 60px 0px;
}

.tst-call-to-action .tst-cover-frame {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
}

.tst-call-to-action .tst-cover-frame .tst-map-frame {
    position: relative;
    overflow: hidden;
    height: 100%;
    width: 100%;
}

.tst-call-to-action .tst-cover-frame .tst-map-frame .tst-map {
    transform: scale(1.4);
    position: absolute;
    top: 20px;
    height: 100%;
    width: 150%;
    transition: 0.4s ease-in-out;
}

.tst-call-to-action .tst-cover-frame .tst-map-frame .tst-map.tst-active {
    transform: scale(1.5);
}

.tst-call-to-action .tst-cover-frame .tst-overlay {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    background-image: linear-gradient(270deg, rgba(4, 25, 29, 0.1) 0%, rgba(4, 25, 29, 0.7) 70%);
    width: 100%;
    height: 100%;
    transition: 0.4s ease-in-out;
}

.tst-call-to-action .tst-cover-frame .tst-overlay.tst-with-map {
    pointer-events: all;
    background-image: linear-gradient(270deg, rgba(4, 25, 29, 0) 0%, rgba(4, 25, 29, 0.7) 80%);
}

.tst-call-to-action .tst-cover-frame .tst-overlay.tst-with-map.tst-active {
    pointer-events: none;
}

.tst-call-to-action .tst-cover-frame .tst-lock {
    cursor: pointer;
    position: absolute;
    top: 40px;
    right: 45px;
    height: 35px;
    width: 35px;
    border-radius: 50%;
    font-size: 14px;
    background-color: rgba(242, 246, 247, 0.3);
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    transition: 0.3s ease-in-out;
}

.tst-call-to-action .tst-cover-frame .tst-lock.tst-active {
    background-color: rgb(243, 156, 18);
}

.tst-call-to-action .tst-cta-frame {
    width: 100%;
    height: 550px;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
}

.tst-call-to-action .tst-cta-frame .tst-cta {
    width: 100%;
}

.tst-call-to-action .tst-cta-image {
    width: 104%;
    max-width: 104%;
    height: 100%;
    margin-left: -2%;
    object-fit: cover;
    object-position: center center;
}

@media (max-width: 992px) {
    .tst-call-to-action .tst-cta-frame {
        text-align: center;
        height: auto;
        padding: 60px 0px;
    }
}

.tst-about-cover {
    position: relative;
    overflow: hidden;
    padding-bottom: 100%;
    border-radius: 5px;
    box-shadow: rgba(26, 47, 51, 0.11) 0px 5px 10px 0px;
}

.tst-about-cover.tst-video-cover {
    padding-bottom: 60%;
}

.tst-about-cover .tst-cover {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    border-radius: 5px;
    object-fit: cover;
    object-position: center center;
}

.tst-about-cover .tst-overlay {
    border-radius: 5px;
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    background-color: rgba(4, 25, 29, 0.3);
    width: 100%;
    height: 100%;
}

.tst-about-cover .tst-play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    border-radius: 50%;
    height: 70px;
    width: 70px;
    margin-left: -35px;
    margin-top: -35px;
    background-color: rgb(243, 156, 18);
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    box-shadow: rgba(26, 47, 51, 0.11) 0px 5px 10px 0px;
    font-size: 18px;
    padding-left: 3px;
    transition: 0.3s ease-in-out;
}

.tst-about-cover .tst-play-button:hover {
    filter: brightness(108%);
    transform: scale(1.015);
}

.tst-about-cover .tst-play-button:focus {
    outline: inherit;
}

.tst-about-cover .tst-btn-animation {
    position: absolute;
    top: 50%;
    left: 50%;
    border-radius: 50%;
    height: 90px;
    width: 90px;
    margin-left: -45px;
    margin-top: -45px;
    background-color: white;
    box-shadow: rgba(26, 47, 51, 0.11) 0px 5px 10px 0px;
    animation: 1s ease 0s infinite normal none running customPulse;
}

@-webkit-keyframes customPulse {
    0% {
        transform: scale(0.7);
        opacity: 0.7;
    }

    100% {
        transform: scale(1);
        opacity: 0;
    }
}

@keyframes customPulse {
    0% {
        transform: scale(0.7);
        opacity: 0.7;
    }

    100% {
        transform: scale(1);
        opacity: 0;
    }
}

.tst-awards {
    width: 100%;
    text-align: center;
    opacity: 0.3;
    margin-bottom: 60px;
    transition: 0.3s ease-in-out;
}

.tst-awards img {
    margin: 0px auto;
    display: block;
    width: 40%;
}

.tst-awards .tst-text {
    width: 100%;
    text-align: center;
}

.tst-awards:hover {
    opacity: 1;
}

.tst-icon-box img {
    width: 70px;
}

.tst-banner-sm {
    position: relative;
    overflow: hidden;
    width: 100%;
    border-radius: 5px;
    background-size: 100%;
    box-shadow: rgba(26, 47, 51, 0.11) 0px 5px 10px 0px;
}

.tst-banner-sm .tst-cover-frame {
    position: absolute;
    overflow: hidden;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}

.tst-banner-sm .tst-cover-frame .tst-cover {
    border-radius: 5px;
    object-fit: cover;
    object-position: center bottom;
    width: 100%;
    height: 100%;
}

.tst-banner-sm .tst-cover-frame .tst-overlay {
    border-radius: 5px;
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    background-color: rgba(4, 25, 29, 0.5);
    width: 100%;
    height: 100%;
}

.tst-banner-sm .tst-text-frame {
    padding: 60px;
}

.tst-banner-sm .tst-wh-frame {
    display: flex;
    justify-content: space-around;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    width: 100%;
    height: 370px;
    text-align: center;
    background-color: white;
    padding: 60px 0px;
    border-radius: 0px 5px 5px 0px;
}

.tst-banner-sm form {
    width: 100%;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-wrap: nowrap;
}

.tst-banner-sm form input {
    width: 100%;
    position: relative;
    padding: 0px 30px;
    height: 50px;
    border-radius: 5px;
    border: none;
    background-color: white;
}

.tst-banner-sm form input::-webkit-input-placeholder {
    opacity: 0.8;
    font-size: 16px;
    font-weight: 300;
}

.tst-banner-sm form input::placeholder {
    opacity: 0.8;
    font-size: 16px;
    font-weight: 300;
}

.tst-banner-sm form button {
    margin-left: 15px;
}

@media (max-width: 790px) {
    .tst-banner-sm .tst-text-frame {
        text-align: center;
        padding: 30px;
    }

    .tst-banner-sm .tst-wh-frame {
        border-radius: 0px 0px 5px 5px;
    }

    .tst-banner-sm form {
        flex-wrap: wrap;
        -webkit-box-pack: center;
        justify-content: center;
    }

    .tst-banner-sm form input {
        margin: 0px 0px 15px;
    }

    .tst-banner-sm form button {
        margin-left: 0px;
    }
}

.tst-count {
    text-align: center;
}

.tst-count sup {
    font-size: 26px;
    display: inline-block;
    transform: translateY(5px) translateX(3px);
}

.tst-team-member {
    position: relative;
    overflow: hidden;
    width: 100%;
    margin-bottom: 60px;
    background-color: white;
    box-shadow: rgba(26, 47, 51, 0.15) 0px 5px 10px 0px;
    border-radius: 5px;
}

.tst-team-member .tst-member-portrait-frame {
    display: block;
    width: 100%;
    position: relative;
    overflow: hidden;
    padding-bottom: 110%;
}

.tst-team-member .tst-member-portrait-frame img {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
    transition: 0.4s ease-in-out;
}

.tst-team-member .tst-member-descr {
    text-align: center;
    padding: 30px;
}

.tst-team-member .tst-member-descr .tst-member-social {
    margin-top: 15px;
}

.tst-team-member:hover .tst-member-portrait-frame img {
    transform: scale(1.05);
}

.tst-testimonials-slider {
    padding-top: 60px;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: -15px;
    margin-right: -15px;
}

.tst-testimonial-card {
    position: relative;
    border-radius: 5px;
    padding: 30px;
    border: 2px dotted rgba(26, 47, 51, 0.2);
    margin-bottom: 60px;
    cursor: default;
    transition: 0.4s ease-in-out;
}

.tst-testimonial-card .tst-quote {
    width: 100px;
    color: rgb(243, 156, 18);
    line-height: 100px;
    position: absolute;
    top: -90px;
    opacity: 0;
    right: -20px;
    font-family: "Playfair Display", serif;
    font-size: 220px;
    font-style: italic;
    text-shadow: rgba(26, 47, 51, 0.15) 0px 2px 7px;
    transition: 0.6s ease-in-out;
}

.tst-testimonial-card .tst-testimonial-bottom {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
}

.tst-testimonial-card .tst-testimonial-bottom .tst-visitor {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
}

.tst-testimonial-card .tst-testimonial-bottom .tst-visitor img {
    margin-right: 15px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    object-fit: cover;
    object-position: center top;
}

.tst-testimonial-card .tst-testimonial-bottom .tst-date {
    opacity: 0.6;
    background-color: rgba(26, 47, 51, 0.2);
    padding: 3px 10px 1px;
    border-radius: 10px;
    font-size: 12px;
    line-height: 18px;
}

.swiper-slide-active .tst-testimonial-card {
    background-color: white;
    box-shadow: rgba(26, 47, 51, 0.11) 0px 5px 10px 0px;
    border-color: transparent;
}

.swiper-slide-active .tst-testimonial-card .tst-quote {
    top: 0px;
    opacity: 1;
}

.tst-slider {
    padding: 60px 15px 0px;
    margin-left: -15px !important;
    margin-right: -15px !important;
}

.tst-read-more {
    width: 100%;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
}

.tst-blog-card {
    background-color: white;
    box-shadow: rgba(26, 47, 51, 0.11) 0px 5px 10px 0px;
    border-radius: 5px;
}

.tst-blog-card .tst-cover-frame {
    display: block;
    position: relative;
    overflow: hidden;
    border-radius: 5px 5px 0px 0px;
    width: 100%;
    padding-bottom: 65%;
}

.tst-blog-card .tst-cover-frame img {
    border-radius: 5px 5px 0px 0px;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    transition: 0.4s ease-in-out;
}

.tst-blog-card .tst-cover-frame .tst-card-badge {
    padding: 5px 10px 3px;
    border-radius: 3px;
    background-color: rgb(243, 156, 18);
    position: absolute;
    font-weight: 800;
    top: 30px;
    left: 30px;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 2px;
}

.tst-blog-card .tst-descr {
    padding: 30px;
}

.tst-blog-card:hover .tst-cover-frame img {
    transform: scale(1.05);
}

.tst-post-bottom {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
}

.tst-post-bottom .tst-post-author {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
}

.tst-post-bottom .tst-post-author img {
    margin-right: 15px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    object-fit: cover;
    object-position: center top;
}

.tst-date {
    display: inline-block;
    opacity: 0.6;
    background-color: rgba(26, 47, 51, 0.2);
    padding: 3px 10px 1px;
    border-radius: 10px;
    font-size: 12px;
    line-height: 18px;
}

.tst-date.tst-date-m {
    margin-bottom: 10px;
    display: none;
}

@media (max-width: 790px) {
    .tst-read-more {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
        -webkit-box-pack: center;
        justify-content: center;
        text-align: center;
    }

    .tst-read-more .tst-text {
        margin-bottom: 30px;
    }
}

.tst-comments-list {
    padding: 0px;
    margin-top: 30px;
    position: relative;
}

.tst-comments-list::before {
    content: "";
    width: 1px;
    height: 100%;
    background-color: rgb(228, 233, 234);
    position: absolute;
    left: 32px;
    top: 0px;
}

.tst-comments-list > li {
    list-style-type: none;
    position: relative;
}

.tst-comments-list > li::after {
    content: "";
    display: block;
    clear: both;
    height: 0px;
    width: 0px;
}

.tst-comments-list .tst-comment-avatar {
    width: 65px;
    height: 65px;
    position: relative;
    z-index: 99;
    float: left;
    border-radius: 50%;
    overflow: hidden;
    box-shadow: rgba(26, 47, 51, 0.11) 0px 2px 5px 0px;
}

.tst-comments-list .tst-comment-avatar img {
    width: 100%;
    height: 100%;
}

.tst-comments-list .children {
    padding-left: 88px;
    clear: both;
    margin-top: 15px;
    list-style: none;
}

.tst-comments-list .comment {
    list-style: none;
}

.comment::after {
    content: "";
    position: relative;
    display: block;
    clear: both;
}

.comment-reply {
    margin-top: 15px;
}

.tst-comment-box {
    width: calc(100% - 90px);
    float: right;
    position: relative;
    background-color: white;
    border-radius: 5px;
    padding: 30px;
    margin-bottom: 30px;
    box-shadow: rgba(26, 47, 51, 0.11) 0px 2px 5px 0px;
}

.tst-comment-box .tst-comment-head {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
    margin-bottom: 30px;
}

.tst-comment-box .tst-comment-head .tst-date {
    opacity: 0.6;
    background-color: rgba(26, 47, 51, 0.2);
    padding: 3px 10px 1px;
    border-radius: 10px;
    font-size: 12px;
    line-height: 18px;
}

.tst-comments-list.tst-reply-list > li:last-child .tst-comment-box {
    margin-bottom: 30px !important;
}

@media (max-width: 790px) {
    .tst-comments-list::before {
        left: 17px;
    }

    .tst-comments-list .tst-comment-avatar {
        width: 35px;
        height: 35px;
    }

    .tst-reply-list {
        padding-left: 50px;
    }

    .tst-reply-list > li::before {
        top: 17px;
        left: -33px;
    }

    .tst-comment-box {
        width: calc(100% - 50px);
    }
}

footer {
    padding: 70px 0px 40px;
    width: 100%;
}

footer .pag-section > .pag-container, .pag-section > .pag-container > .pag-column > .pag-widget-wrap {
    padding-top: 0px;
    padding-bottom: 0px;
}

footer .tst-footer-top {
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
}

footer .tst-footer-top .tst-logo {
    width: 120px;
    z-index: 1;
}

footer .tst-footer-contact {
    padding: 0px;
    margin: 0;
}
footer img {
    width: 312px;
    height: auto;
    margin-bottom: 30px;
}
footer .tst-footer-contact li {
    list-style-type: none;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    margin-bottom: 13px;
}

footer .tst-footer-contact li .tst-label {
    line-height: 26px;
}

footer .tst-footer-gallery {
    width: 100%;
    position: relative;
}

footer .tst-footer-gallery .tst-footer-gal-item {
    padding-bottom: 100%;
    width: 100%;
    position: relative;
    overflow: hidden;
    border-radius: 5px;
    margin-bottom: 40px;
    box-shadow: rgba(26, 47, 51, 0.11) 0px 5px 10px 0px;
}

footer .tst-footer-gallery .tst-footer-gal-item img {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    object-fit: cover;
    object-position: center center;
    transition: 0.4s ease-in-out;
}

footer .tst-footer-gallery .tst-footer-gal-item .tst-overlay {
    width: 100%;
    height: 100%;
    background-image: none;
    background-color: rgba(4, 25, 29, 0.7);
    position: absolute;
    top: 0px;
    left: 0px;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    color: rgb(242, 246, 247);
    opacity: 0;
    transition: 0.3s ease-in-out;
}

footer .tst-footer-gallery .tst-footer-gal-item .tst-overlay i {
    transform: scale(0.6);
    transition: 0.4s ease-in-out;
}

footer .tst-footer-gallery .tst-footer-gal-item:hover img {
    transform: scale(1.05);
}

footer .tst-footer-gallery .tst-footer-gal-item:hover .tst-overlay {
    opacity: 1;
}

footer .tst-footer-gallery .tst-footer-gal-item:hover .tst-overlay i {
    transform: scale(1);
}

footer .tst-gallery-nav {
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
}

footer .tst-gallery-nav .tst-fg-nav {
    display: flex;
}

footer .tst-gallery-nav .tst-fg-nav .tst-slider-btn {
    font-size: 13px;
    margin-left: 30px;
    cursor: pointer;
}

footer .tst-gallery-nav .tst-fg-nav .tst-slider-btn:focus {
    outline: inherit;
}

footer .tst-footer-bottom {
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
}

footer .tst-footer-bottom a {
    z-index: 1;
}

footer .tst-footer-bottom .tst-text {
    opacity: 0.4;
}

footer .pag-column .tst-mb-60 {
    padding-right: 30px;
}

footer .pag-column:last-child .tst-mb-60 {
    padding-right: 0px;
}

.tst-popup-bg {
    opacity: 0;
    pointer-events: none;
    background-image: linear-gradient(270deg, rgba(4, 25, 29, 0.9) 0%, rgba(4, 25, 29, 0.9) 70%);
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    transition: 0.4s ease-in-out;
}

.tst-popup-bg .tst-popup-frame {
    position: relative;
    margin-top: 60px;
    transform: translateY(60px);
    text-align: center;
    width: 50%;
    padding: 60px 30px 30px;
    background-color: rgb(242, 246, 247);
    box-shadow: rgba(26, 47, 51, 0.15) 0px 5px 10px 0px;
    border-radius: 10px;
    transition: 0.4s ease-in-out;
}

.tst-popup-bg .tst-popup-frame::before {
    content: "";
    height: 10px;
    width: calc(100% - 30px);
    position: absolute;
    z-index: 999;
    top: -10px;
    border-radius: 5px 5px 0px 0px;
    background-color: rgb(242, 246, 247);
    opacity: 0.2;
    left: 15px;
}

.tst-popup-bg .tst-popup-frame::after {
    content: "";
    height: 10px;
    width: calc(100% - 30px);
    position: absolute;
    bottom: -10px;
    border-radius: 0px 0px 5px 5px;
    background-color: rgb(242, 246, 247);
    opacity: 0.2;
    left: 15px;
}

.tst-popup-bg .tst-popup-frame .tst-close-popup {
    position: absolute;
    top: 30px;
    cursor: pointer;
    right: 30px;
    transition: 0.3s ease-in-out;
}

.tst-popup-bg .tst-popup-frame .tst-close-popup:hover {
    color: rgb(231, 76, 60);
    transform: scale(1.2);
}

.tst-popup-bg.tst-active {
    opacity: 1;
    pointer-events: all;
}

.tst-popup-bg.tst-active .tst-popup-frame {
    transform: translateY(0px);
}

@media (max-width: 992px) {
    .tst-popup-bg {
        padding: 0px 45px;
    }

    .tst-popup-bg .tst-popup-frame {
        width: 100%;
    }
}

@media (max-width: 790px) {
    .tst-popup-bg {
        padding: 10px;
    }
}

.tst-breadcrumbs {
    position: relative;
    display: inline-flex;
    background-color: rgb(243, 156, 18);
    margin: 0px;
    padding: 0px 30px;
    height: 50px;
    border-radius: 5px;
    -webkit-box-align: center;
    align-items: center;
}

.tst-breadcrumbs::before {
    content: "";
    height: 7px;
    width: calc(100% - 20px);
    position: absolute;
    bottom: -7px;
    border-radius: 0px 0px 5px 5px;
    background-color: rgb(242, 246, 247);
    opacity: 0.15;
    transition: 0.3s ease-in-out;
    left: 10px;
}

.tst-breadcrumbs li {
    list-style-type: none;
    margin-right: 15px;
    text-transform: uppercase;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 2px;
    font-family: "Josefin Sans", sans-serif;
}

.tst-breadcrumbs li::after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "ï”";
    font-size: 12px;
    margin-left: 15px;
}

.tst-breadcrumbs li a {
    margin: 0px;
    transition: 0.3s ease-in-out;
}

.tst-breadcrumbs li.tst-active, .tst-breadcrumbs li:last-child {
    pointer-events: none;
    opacity: 0.5;
}

.tst-breadcrumbs li.tst-active::after, .tst-breadcrumbs li:last-child::after {
    display: none;
}

.tst-breadcrumbs li:last-child {
    margin: 0px;
}

.tst-breadcrumbs li {
    display: flex;
    align-items: center;
}

.tst-menu-book-item {
    background-color: white;
    box-shadow: rgba(26, 47, 51, 0.15) 0px 5px 10px 0px;
    border-radius: 5px;
    margin-bottom: 60px;
}

.tst-menu-book-item .tst-item-cover-frame {
    display: block;
    border-radius: 5px 5px 0px 0px;
    position: relative;
    overflow: hidden;
    padding-bottom: 65%;
}

.tst-menu-book-item .tst-item-cover-frame img {
    border-radius: 5px 5px 0px 0px;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    transition: 0.4s ease-in-out;
}

.tst-menu-book-item .tst-item-cover-frame:focus {
    outline: inherit;
}

.tst-menu-book-item .tst-item-cover-frame:hover img {
    transform: scale(1.05);
}

.tst-menu-book-item .tst-menu-book-descr {
    padding: 30px;
    position: relative;
}

.tst-menu-book-item .tst-menu-book-descr .tst-menu-book-bottom {
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    align-items: flex-end;
}

.tst-menu-book-item .tst-menu-book-descr .tst-menu-book-bottom .tst-menu-book-price .tst-price {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 0px;
}

.tst-menu-book-item .tst-menu-book-descr .tst-menu-book-bottom .tst-menu-book-price .tst-price .woocommerce-Price-currencySymbol {
    margin-right: 5px;
    display: inline-block;
    font-weight: 400;
    font-size: 12px;
    opacity: 0.6;
}

.tst-menu-book-item .tst-menu-book-descr .tst-menu-book-bottom .tst-menu-book-price .tst-price.tst-old-price {
    font-size: 12px;
    font-weight: 200;
    opacity: 0.6;
    margin-bottom: 5px;
}

.tst-menu-book-item .tst-menu-book-descr .tst-menu-book-bottom .tst-menu-book-price .tst-price.tst-old-price .woocommerce-Price-currencySymbol {
    font-size: 6px;
}

.tst-menu-book-item.tst-mbi-2 {
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
}

.tst-menu-book-item.tst-mbi-2 .tst-item-cover-frame {
    width: 30%;
    padding-bottom: 1%;
    border-radius: 5px 0px 0px 5px;
}

.tst-menu-book-item.tst-mbi-2 .tst-item-cover-frame img {
    border-radius: 5px 0px 0px 5px;
}

.tst-menu-book-item.tst-mbi-2 .tst-menu-book-descr {
    padding: 30px;
    width: 70%;
}

.tst-menu-book-item.tst-mbi-3 {
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
    box-shadow: none;
    background-color: transparent;
    margin-bottom: 60px;
}

.tst-menu-book-item.tst-mbi-3 .tst-item-cover-frame {
    height: 90px;
    width: 130px;
    border-radius: 5px;
    padding-bottom: 0px;
    box-shadow: rgba(26, 47, 51, 0.15) 0px 5px 10px 0px;
}

.tst-menu-book-item.tst-mbi-3 .tst-menu-book-descr {
    width: calc(100% - 130px);
    padding: 0px 0px 0px 30px;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
}

.tst-menu-book-item.tst-mbi-3 .tst-menu-book-descr .tst-spacer-sm {
    display: none;
}

.tst-menu-book-item.tst-mbi-3 .tst-menu-book-descr .tst-menu-book-bottom {
    width: 140px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    justify-content: space-around;
}

.tst-menu-book-item.tst-mbi-3 .tst-menu-book-descr .tst-menu-book-bottom .tst-menu-book-price .tst-price {
    font-size: 18px;
}

.tst-menu-book-item.tst-mbi-3 .tst-menu-book-descr .tst-menu-book-bottom .tst-cart-btn {
    border-radius: 50%;
    padding: 0px;
    margin: 0px;
    height: 35px;
    width: 35px;
    transform: scale(1) !important;
}

.tst-menu-book-item .tst-btn, .woocommerce ul.products li.product .button.add_to_cart_button {
    transform: scale(1) !important;
}

.tst-menu-book-item.tst-mbi-3 .tst-menu-book-descr .tst-menu-book-bottom .tst-cart-btn svg {
    margin-bottom: 15px;
}

.tst-menu-book-item .tst-menu-book-descr .tst-menu-book-bottom .tst-cart-btn.added {
    background-color: rgb(46, 204, 113) !important;
}

.tst-menu-book-item .tst-menu-book-descr .tst-menu-book-bottom .added_to_cart {
    padding: 8px 8px 5px;
    position: absolute;
    bottom: -30px;
    right: 0px;
    background: rgb(229, 231, 231);
    border-radius: 2px;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 800;
    letter-spacing: 2px;
}

.tst-menu-book-item .tst-menu-book-descr .tst-menu-book-bottom .added_to_cart::before {
    content: "";
    position: absolute;
    right: 10px;
    top: -13px;
    border-width: 8px 8px 6px;
    border-style: solid;
    border-color: transparent transparent rgb(229, 231, 231);
    border-image: initial;
}

.tst-slider .tst-menu-book-item .tst-menu-book-descr .tst-menu-book-bottom .added_to_cart {
    bottom: 37px;
    right: 107px;
}

.tst-slider .tst-menu-book-item .tst-menu-book-descr .tst-menu-book-bottom .added_to_cart::before {
    right: -12px;
    top: 9px;
    border-width: 6px;
    border-style: solid;
    border-color: transparent transparent rgb(229, 231, 231);
    border-image: initial;
    transform: rotate(90deg);
}

.tst-menu-rows .tst-spacer:last-child {
    display: none;
}

.swiper-menu-nav {
    text-align: center;
    position: static;
    margin: 0px 0px 60px;
    width: auto !important;
    left: auto !important;
}

.swiper-menu-nav .swiper-pagination-bullet {
    opacity: 1;
    position: relative;
    padding: 0px 30px;
    background-color: transparent;
    display: inline-block;
    height: 50px;
    color: rgb(26, 47, 51);
    line-height: 54px;
    cursor: pointer;
    font-family: "Josefin Sans", sans-serif;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 2px;
    font-weight: 800;
    transition: 0.3s ease-in-out;
    border-radius: 5px;
    width: auto;
    transform: scale(1) !important;
    border: none !important;
}

.swiper-menu-nav .swiper-pagination-bullet-active {
    color: rgb(26, 47, 51);
    background-color: rgb(243, 156, 18);
    transform: scale(1) !important;
    border: none !important;
}

.swiper-menu {
    overflow: visible !important;
}

.swiper-menu .swiper-slide {
    background-color: rgb(252, 252, 252);
}

@media (max-width: 500px) {
    .tst-menu-book-item.tst-mbi-3 .tst-item-cover-frame {
        display: none;
    }

    .tst-menu-book-item.tst-mbi-3 .tst-menu-book-descr {
        width: 100%;
        padding: 0px;
    }
}

.tst-minicart-window {
    pointer-events: none;
    opacity: 0;
    transform: translateY(20px);
    border-radius: 10px;
    position: absolute;
    top: 90px;
    right: 0px;
    min-width: 250px;
    background-color: white;
    box-shadow: rgba(26, 47, 51, 0.11) 0px 5px 10px 0px;
    transition: 0.3s ease-in-out;
}

.tst-minicart-window.tst-active {
    pointer-events: all;
    opacity: 1;
    transform: translateY(0px);
}

.tst-minicart-window::after {
    content: "";
    height: 10px;
    width: calc(100% - 30px);
    position: absolute;
    bottom: -10px;
    border-radius: 0px 0px 5px 5px;
    background-color: rgb(252, 252, 252);
    opacity: 0.15;
    left: 15px;
}

.tst-minicart-window .tst-minicart-header {
    text-align: center;
    padding: 30px;
    background-color: white;
    border-radius: 10px 10px 0px 0px;
    border-bottom: 1px solid rgba(26, 47, 51, 0.05);
}

.tst-minicart-window .woocommerce-mini-cart {
    margin: 0px;
    padding: 30px 26px 15px 30px;
    width: 415px;
    background-color: rgb(252, 252, 252);
    overflow: hidden scroll;
    height: 100%;
    max-height: 400px;
    box-shadow: rgba(26, 47, 51, 0.05) 0px 5px 5px 0px inset;
}

.tst-minicart-window .woocommerce-mini-cart .woocommerce-mini-cart-item {
    width: 100%;
    display: flex;
    background-color: white;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-pack: center;
    justify-content: center;
    padding: 0px 50px 0px 160px;
    min-height: 90px;
    border-radius: 5px;
    box-shadow: rgba(26, 47, 51, 0.11) 0px 5px 10px 0px;
    position: relative;
    overflow: hidden;
    list-style-type: none;
    margin-bottom: 15px;
}

.tst-minicart-window .woocommerce-mini-cart .woocommerce-mini-cart-item a {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 1px;
    font-family: "Josefin Sans", sans-serif;
    margin: 0px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.tst-minicart-window .woocommerce-mini-cart .woocommerce-mini-cart-item .quantity {
    font-size: 13px;
    opacity: 0.8;
}

.tst-minicart-window .woocommerce-mini-cart .woocommerce-mini-cart-item .remove_from_cart_button {
    line-height: 12px;
    padding-left: 0px;
    display: block;
    transform: scale(0);
    border-radius: 50%;
    font-weight: 300;
    text-align: center;
    position: absolute;
    height: 18px;
    width: 18px;
    background-color: rgb(231, 76, 60);
    font-size: 30px;
    margin-top: -9px;
    top: 50%;
    right: 20px;
    transition: 0.3s ease-in-out;
    border: none;
    text-transform: uppercase;
    color: rgb(255, 255, 255) !important;
}

.tst-minicart-window .woocommerce-mini-cart .woocommerce-mini-cart-item .attachment-woocommerce_thumbnail {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    width: 140px;
    border-radius: 5px 0px 0px 5px;
}

.tst-minicart-window .woocommerce-mini-cart .woocommerce-mini-cart-item:hover .remove_from_cart_button {
    transform: scale(1);
}

.tst-minicart-window .woocommerce-mini-cart__total {
    border-top: 1px solid rgba(26, 47, 51, 0.05);
    padding: 20px;
    margin: 0px;
    text-align: center;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
}

.tst-minicart-window .woocommerce-mini-cart__total strong {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 1px;
    font-family: "Josefin Sans", sans-serif;
}

.tst-minicart-window .woocommerce-mini-cart__total .woocommerce-Price-amount {
    font-weight: 600;
    font-size: 22px;
}

.tst-minicart-window .woocommerce-mini-cart__total .woocommerce-Price-amount .woocommerce-Price-currencySymbol {
    margin-right: 5px;
    display: inline-block;
    font-weight: 400;
    font-size: 13px;
    opacity: 0.6;
}

.tst-minicart-window .woocommerce-mini-cart__buttons {
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    padding: 0px 20px 10px;
}

.tst-minicart-window .woocommerce-mini-cart__buttons a {
    position: relative;
    padding: 0px 30px;
    background-color: rgb(243, 156, 18);
    display: inline-block;
    height: 50px;
    line-height: 54px;
    cursor: pointer;
    font-family: "Josefin Sans", sans-serif;
    margin-right: 5px;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 2px;
    font-weight: 800;
    border: none;
    transition: 0.3s ease-in-out;
    border-radius: 5px;
}

.tst-minicart-window .woocommerce-mini-cart__buttons a:hover {
    filter: brightness(108%);
    transform: scale(1.015);
}

.tst-minicart-window .woocommerce-mini-cart__buttons a:last-child {
    margin: 0px 0px 0px 4%;
    float: right;
}

@media (max-width: 500px) {
    .tst-minicart-window {
        width: calc(100% - 30px);
        left: 15px;
    }

    .tst-minicart-window .woocommerce-mini-cart {
        max-height: 45vh;
        width: 100%;
        padding: 15px 15px 0px;
    }
}

.tst-shop-list-header {
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
}

.tst-shop-list-header .woocommerce-result-count {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 2px;
    font-family: "Josefin Sans", sans-serif;
    margin: 0px;
}

@media (max-width: 790px) {
    .tst-shop-list-header {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
    }

    .tst-shop-list-header .woocommerce-result-count {
        margin-bottom: 30px;
    }
}

.tst-product-card {
    position: relative;
    overflow: hidden;
    border-radius: 5px;
    background-color: white;
    box-shadow: rgba(26, 47, 51, 0.2) 0px 5px 10px 0px;
    margin-bottom: 60px;
}

.tst-product-card .woocommerce-LoopProduct-link {
    display: block;
    text-decoration: none !important;
}

.tst-product-card .woocommerce-LoopProduct-link .tst-cover-frame {
    position: relative;
    overflow: hidden;
    padding-bottom: 65%;
}

.tst-product-card .woocommerce-LoopProduct-link .tst-cover-frame .attachment-woocommerce_thumbnail {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    display: block;
    transition: 0.4s ease-in-out;
}

.tst-product-card .woocommerce-LoopProduct-link h2 {
    display: block;
    padding: 30px 0px 15px;
    margin: 0px 30px;
    font-size: 24px;
    line-height: 26px;
}

.tst-product-card .woocommerce-LoopProduct-link .tst-product-descr {
    display: block;
    padding-bottom: 15px;
    margin: 0px 30px;
    border-bottom: 2px dotted rgba(26, 47, 51, 0.4);
}

.tst-product-card .woocommerce-LoopProduct-link .price {
    position: absolute;
    bottom: 0px;
    margin: 0px 30px;
    padding-bottom: 30px;
    display: block;
}

.tst-product-card .woocommerce-LoopProduct-link .price .woocommerce-Price-amount {
    font-weight: 600;
    font-size: 22px;
}

.tst-product-card .woocommerce-LoopProduct-link .price .woocommerce-Price-amount .woocommerce-Price-currencySymbol {
    margin-right: 5px;
    display: inline-block;
    font-weight: 400;
    font-size: 13px;
    opacity: 0.6;
}

.tst-product-card .woocommerce-LoopProduct-link .price del .woocommerce-Price-amount {
    text-decoration: line-through;
    margin-right: 15px;
    font-weight: 200;
    font-size: 12px;
    position: absolute;
    top: -25px;
}

.tst-product-card .woocommerce-LoopProduct-link .price del .woocommerce-Price-amount .woocommerce-Price-currencySymbol {
    margin-right: 5px;
    display: inline-block;
    font-weight: 400;
    font-size: 9px;
    opacity: 0.6;
}

.tst-product-card .tst-btn {
    margin: 15px 30px 30px;
    float: right;
}

.tst-product-card:hover .tst-cover-frame .attachment-woocommerce_thumbnail {
    transform: scale(1.05);
}

.widget-area {
    padding-left: 15px;
}

.widget-area .widget-title {
    display: block;
    font-size: 24px;
    line-height: 26px;
    margin-bottom: 60px;
}

.widget-area ul {
    padding: 0px;
    margin: 0px;
}

.widget-area ul li {
    list-style-type: none;
}

.widget-area .widget_product_categories ul li {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 2px;
    font-family: "Josefin Sans", sans-serif;
    margin: 0px 0px 15px;
    transition: 0.3s ease-in-out;
}

.widget-area .widget_product_categories ul li .count {
    display: inline-block;
    line-height: 17px;
    margin-left: 10px;
    padding: 1px 10px 0px;
    border-radius: 10px;
    font-weight: 600;
    text-align: center;
    height: 15px;
    width: auto;
    color: rgb(252, 252, 252);
    background-color: rgb(46, 204, 113);
    font-size: 12px;
    transition: 0.3s ease-in-out;
}

.widget-area .product_list_widget li {
    width: 100%;
    display: flex;
    background-color: white;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-pack: center;
    justify-content: center;
    min-height: 90px;
    border-radius: 5px;
    box-shadow: rgba(26, 47, 51, 0.2) 0px 5px 10px 0px;
    position: relative;
    overflow: hidden;
    list-style-type: none;
    padding: 0px 10px 0px 100px !important;
    margin-bottom: 15px !important;
}

.widget-area .product_list_widget li a {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 2px;
    font-family: "Josefin Sans", sans-serif;
    margin: 0px 0px 10px;
}

.widget-area .product_list_widget li a .product-title {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.widget-area .product_list_widget li .attachment-woocommerce_thumbnail {
    position: absolute;
    top: 0px;
    left: -10px;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    width: 90px;
    border-radius: 5px 0px 0px 5px;
}

.widget-area .product_list_widget li .woocommerce-Price-amount {
    font-weight: 600;
    font-size: 16px;
}

.widget-area .product_list_widget li .woocommerce-Price-amount .woocommerce-Price-currencySymbol {
    margin-right: 5px;
    display: inline-block;
    font-weight: 400;
    font-size: 13px;
    opacity: 0.6;
}

.widget-area .product_list_widget li del .woocommerce-Price-amount {
    text-decoration: line-through;
    margin-right: 15px;
    font-weight: 200;
    font-size: 12px;
}

.widget-area .product_list_widget li del .woocommerce-Price-amount .woocommerce-Price-currencySymbol {
    margin-right: 5px;
    display: inline-block;
    font-weight: 400;
    font-size: 9px;
    opacity: 0.6;
}

@media (max-width: 992px) {
    .widget-area {
        padding-left: 0px;
    }
}

.woocommerce-ordering {
    margin: 0px 0px 15px;
    float: right;
}

.woocommerce .woocommerce-ordering {
    margin: -30px 0px 30px;
}

.woocommerce-ordering .nice-select {
    margin-top: 0px;
    margin-bottom: 0px;
}

.woocommerce-ordering select {
    background-color: transparent;
    appearance: none;
    width: 240px;
    height: 50px;
    border: none;
    font-size: 16px;
    font-weight: 300;
    cursor: pointer;
}

.woocommerce-ordering select:focus {
    outline: inherit;
}

.woocommerce-product-search {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-wrap: nowrap;
}

.woocommerce-product-search input, .woocommerce .woocommerce-product-search input {
    width: 100%;
    margin-bottom: 0px;
    margin-right: 10px;
    position: relative;
    padding: 0px 10px;
    height: 50px;
    box-shadow: rgba(26, 47, 51, 0.1) 0px 5px 10px 0px;
    border-radius: 5px;
    background-color: rgb(255, 255, 255);
    border: none;
}

.woocommerce-product-search input::-webkit-input-placeholder {
    font-size: 16px;
    font-weight: 300;
    color: rgb(26, 47, 51);
}

.woocommerce-product-search input::placeholder {
    font-size: 16px;
    font-weight: 300;
    color: rgb(26, 47, 51);
}

.woocommerce-product-search input:focus {
    outline: inherit;
}

.woocommerce-product-search button {
    position: relative;
    padding: 0px 20px;
    background-color: rgb(243, 156, 18);
    display: inline-block;
    height: 50px;
    line-height: 54px;
    cursor: pointer;
    font-family: "Josefin Sans", sans-serif;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 2px;
    font-weight: 800;
    border: none;
    transition: 0.3s ease-in-out;
    border-radius: 5px;
}

.woocommerce-product-search button i {
    font-size: 14px;
    transform: translateY(1px);
}

.woocommerce-product-search button:hover {
    filter: brightness(108%);
    transform: scale(1.015);
}

.woocommerce button {
    position: relative;
    padding: 0px 15px;
    display: inline-block;
    cursor: pointer;
    font-family: "Josefin Sans", sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 800;
    border: none;
    transition: 0.3s ease-in-out;
    text-align: center;
    background-color: rgb(243, 156, 18) !important;
    height: 50px !important;
    line-height: 54px !important;
    color: rgb(26, 47, 51) !important;
    font-size: 12px !important;
    border-radius: 5px !important;
}

.woocommerce button:hover {
    filter: brightness(108%);
    transform: scale(1.015);
}

.woocommerce input {
    margin-bottom: 0px;
    height: 50px;
    border-radius: 5px;
    padding: 0px 30px;
    background-color: rgb(255, 255, 255);
}

.woocommerce input::-webkit-input-placeholder {
    font-size: 16px;
    font-weight: 300;
    color: rgb(26, 47, 51);
}

.woocommerce input::placeholder {
    font-size: 16px;
    font-weight: 300;
    color: rgb(26, 47, 51);
}

.woocommerce input:focus {
    outline: inherit;
}

table {
    background-color: white;
    width: 100%;
    box-shadow: rgba(26, 47, 51, 0.1) 0px 5px 10px 0px;
    padding: 40px 30px;
    border: none !important;
}

table * {
    border: none;
}

table thead tr th {
    padding: 10px 0px;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 2px;
    font-family: "Josefin Sans", sans-serif;
}

.quantity input {
    height: 50px;
    min-width: 90px;
    padding: 0px 10px 0px 0px;
    background-color: rgb(255, 255, 255);
}

.actions {
    position: relative;
    background-color: transparent !important;
    padding: 20px !important;
}

.actions .tst-uc {
    top: 30px;
    right: 0px;
    position: absolute !important;
}

.coupon {
    padding-bottom: 0px !important;
}

.coupon button {
    margin-left: 15px !important;
}

@media (max-width: 992px) {
    .actions {
        position: relative;
        padding: 30px 0px 0px !important;
    }

    .actions .tst-uc {
        margin-top: 30px !important;
        position: static !important;
    }
}

.cart_item {
    position: relative;
}

.cart_item td {
    border-top: none;
    background-color: transparent !important;
    padding: 15px 20px !important;
}

.cart_item td::before {
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 2px;
    font-family: "Josefin Sans", sans-serif;
    padding: 0px 0px 30px !important;
    text-transform: uppercase !important;
}

.cart_item td.product-remove {
    width: 15px;
}

.cart_item td.product-remove a.remove {
    transform: scale(0.8);
    transition: 0.3s ease-in-out;
    line-height: 12px;
    width: 20px;
    height: 20px;
    font-size: 40px;
    font-weight: 300;
    background-color: rgb(231, 76, 60);
    opacity: 1;
    color: rgb(252, 252, 252) !important;
}

.cart_item td.product-remove a.remove:hover {
    transform: scale(1);
}

.cart_item td.product-thumbnail {
    width: 200px;
    height: 100px;
}

.cart_item td.product-thumbnail a {
    display: block;
    padding-bottom: 65%;
    position: relative;
}

.cart_item td.product-thumbnail a img {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    border-radius: 5px;
    object-fit: cover;
}

.cart_item .product-price .woocommerce-Price-amount, .cart_item .product-subtotal .woocommerce-Price-amount {
    font-size: 18px;
}

.cart_item .product-price .woocommerce-Price-amount .woocommerce-Price-currencySymbol, .cart_item .product-subtotal .woocommerce-Price-amount .woocommerce-Price-currencySymbol {
    font-size: 16px;
}

.cart_totals h2 {
    display: block;
    margin: 0px 0px 30px;
    font-size: 24px;
    line-height: 26px;
}

.cart_totals table {
    padding: 30px 30px 25px;
}

.cart_totals table tbody tr.cart-subtotal td {
    font-size: 16px;
    font-weight: 400;
    background-color: transparent !important;
    padding: 20px !important;
}

.cart_totals table tbody tr.cart-subtotal td::before {
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 2px;
    font-family: "Josefin Sans", sans-serif;
    text-transform: uppercase !important;
}

.cart_totals table tbody tr.cart-subtotal td .woocommerce-Price-currencySymbol {
    margin-right: 5px;
    display: inline-block;
    font-weight: 400;
    font-size: 12px;
    opacity: 0.6;
}

.cart_totals table tbody tr.cart-subtotal th {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 2px;
    padding: 20px;
}

.cart_totals table tbody tr.order-total td {
    padding: 20px;
    font-size: 22px;
    font-weight: 300;
    background-color: transparent !important;
}

.cart_totals table tbody tr.order-total td::before {
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 2px;
    font-family: "Josefin Sans", sans-serif;
    text-transform: uppercase !important;
}

.cart_totals table tbody tr.order-total td .woocommerce-Price-currencySymbol {
    margin-right: 5px;
    display: inline-block;
    font-weight: 400;
    font-size: 13px;
    opacity: 0.6;
}

.cart_totals table tbody tr.order-total th {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 2px;
    padding-top: 30px;
}

.checkout-button {
    position: relative;
    display: inline-block;
    cursor: pointer;
    font-family: "Josefin Sans", sans-serif;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 800;
    border: none;
    transition: 0.3s ease-in-out;
    padding: 0px 30px !important;
    background-color: rgb(243, 156, 18) !important;
    height: 50px !important;
    line-height: 54px !important;
    color: rgb(26, 47, 51) !important;
    font-size: 12px !important;
    border-radius: 5px !important;
}

.checkout-button:hover {
    filter: brightness(108%);
    transform: scale(1.015);
}

.product-name a {
    font-weight: 600;
    font-size: 18px;
    font-family: "Playfair Display", serif !important;
}

.product-price .woocommerce-Price-amount, .product-subtotal .woocommerce-Price-amount {
    font-size: 16px;
    font-weight: 400;
}

.product-price .woocommerce-Price-amount .woocommerce-Price-currencySymbol, .product-subtotal .woocommerce-Price-amount .woocommerce-Price-currencySymbol {
    margin-right: 5px;
    display: inline-block;
    font-weight: 400;
    font-size: 12px;
    opacity: 0.6;
}

.tst-slider-pagination {
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    width: 400px;
    position: absolute;
    left: 50%;
    margin-left: -200px;
}

.swiper-pagination-bullet {
    height: 8px;
    width: 8px;
    margin: 0px 3px;
    opacity: 0.2;
    background-color: rgb(26, 47, 51);
    border: 3px solid transparent;
    transition: 0.3s ease-in-out;
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
    transform: scale(1.6);
    opacity: 1;
    margin: 0px 5px;
    border: 3px solid rgb(243, 156, 18);
}

.swiper-pagination-bullet:focus {
    outline: inherit;
}

.tst-slider-navigation {
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
    width: 100%;
}

.tst-slider-navigation .tst-nav {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
}

.tst-slider-navigation .tst-nav .tst-slider-btn {
    padding-top: 1px;
    margin-left: 15px;
    background-color: rgb(243, 156, 18);
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    height: 35px;
    width: 35px;
    cursor: pointer;
    border-radius: 50%;
    font-size: 14px;
    transition: 0.3s ease-in-out;
}

.tst-slider-navigation .tst-nav .tst-slider-btn:hover {
    filter: brightness(108%);
    transform: scale(1.015);
}

.tst-slider-navigation .tst-nav .tst-slider-btn.swiper-button-disabled {
    pointer-events: none;
    opacity: 0.3;
    background-color: rgba(26, 47, 51, 0.1);
}

.tst-slider-navigation .tst-nav .tst-slider-btn.swiper-button-disabled:hover {
    background-color: rgba(26, 47, 51, 0.1);
    opacity: 0.1;
}

.tst-slider-navigation .tst-nav .tst-slider-btn .tst-label {
    margin-right: 15px;
}

.tst-slider-navigation .tst-nav .tst-slider-btn:focus {
    outline: inherit;
}

.tst-main-slider-navigation {
    padding-left: 10px;
    position: absolute;
    z-index: 1;
    border-radius: 10px;
    bottom: 30px;
    left: calc(10% + 15px);
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
}

.tst-main-slider-nav {
    display: flex;
}

.tst-main-slider-nav .tst-slider-btn {
    cursor: pointer;
    color: rgb(242, 246, 247);
    height: 40px;
    width: 40px;
    font-size: 18px;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    transition: 0.3s ease-in-out;
}

.tst-main-slider-nav .tst-slider-btn.swiper-button-disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

.tst-main-slider-nav .tst-slider-btn i {
    text-shadow: rgba(26, 47, 51, 0.95) 0px 5px 20px;
}

.tst-main-slider-nav .tst-slider-btn:focus {
    outline: inherit;
}

.tst-main-slider-nav .tst-slider-btn:hover {
    transform: scale(1.3);
}

.tst-main-pagination {
    display: flex;
    margin-bottom: 0px;
    padding-bottom: 0px;
    margin-right: 30px;
}

.tst-main-pagination .swiper-pagination-bullet {
    height: 10px;
    width: 10px;
    margin: 0px 20px 0px 0px;
    opacity: 1;
    border: 3px solid rgb(242, 246, 247);
    box-shadow: rgba(26, 47, 51, 0.9) 0px 5px 10px 0px;
    transition: 0.3s ease-in-out;
}

.tst-main-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    transform: scale(1.5);
    margin: 0px 20px 0px 0px;
    border: 2px solid rgb(243, 156, 18);
}

.tst-main-pagination .swiper-pagination-bullet:focus {
    outline: inherit;
}

.tst-main-pagination .swiper-pagination-bullet:hover {
    transform: scale(1.3);
}

@media (max-width: 790px) {
    .tst-slider-navigation {
        display: flex;
        -webkit-box-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        align-items: center;
        width: 100%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        flex-direction: column-reverse;
    }

    .tst-slider-navigation .tst-nav {
        margin-bottom: 30px;
    }

    .tst-slider-navigation .tst-nav .tst-label {
        display: none;
    }

    .tst-slider-navigation .tst-nav .tst-slider-btn {
        margin: 5px;
    }

    .tst-slider-pagination {
        width: 100%;
        position: static;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 35px;
    }

    .tst-main-slider-navigation {
        width: calc(100% - 20px);
        left: 10px;
        bottom: 15px;
    }
}

.datepicker {
    z-index: 2147483647;
    border: none;
    font-weight: 400;
    font-family: "Josefin Sans", sans-serif;
    box-shadow: rgba(26, 47, 51, 0.11) 0px 2px 5px 0px;
}

.datepicker .datepicker--nav {
    padding-top: 10px;
    opacity: 1;
    font-size: 14px;
    color: rgb(26, 47, 51) !important;
}

.datepicker .datepicker--cell.-current- {
    background-color: rgba(26, 47, 51, 0.2);
    color: rgb(26, 47, 51);
}

.datepicker .datepicker--cell.-selected-, .datepicker .datepicker--cell.-selected-.-current- {
    background: rgb(243, 156, 18);
    color: rgb(255, 255, 255);
}

.datepicker .datepicker--cell.-selected-:hover, .datepicker .datepicker--cell.-selected-.-current-:hover {
    background: rgb(243, 156, 18);
}

.datepicker--pointer {
    display: none;
}

.nice-select {
    border: none;
    height: 50px;
    padding: 0px 40px 0px 20px;
    margin-bottom: 30px;
    box-shadow: rgba(26, 47, 51, 0.11) 0px 2px 5px 0px;
}

.nice-select::after {
    margin-top: -3px;
    right: 16px;
}

.wpcf7-form .nice-select {
    width: 100%;
}

.nice-select span {
    line-height: 53px;
    color: rgb(26, 47, 51) !important;
}

.nice-select .list {
    max-height: 200px;
    overflow-y: scroll;
    box-shadow: rgba(26, 47, 51, 0.11) 0px 2px 5px 0px;
    margin: 10px 0px 0px;
    padding: 0px;
    width: 100%;
}

.wpcf7-form .nice-select .list {
    width: 100%;
}

.nice-select .list::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0);
}

.nice-select .list li {
    height: 30px;
    padding: 0px 20px;
    margin: 0px;
}

.fancybox-slide--video .fancybox-content {
    width: 80% !important;
}

.mapboxgl-marker svg {
    animation: 1s ease-in-out 0s infinite normal none running marker;
}

.mapboxgl-marker svg g {
    fill: rgb(243, 156, 18);
}

.mapboxgl-marker svg circle {
    fill: rgb(40, 41, 44);
}

.mapboxgl-marker svg ellipse {
    fill: rgb(0, 0, 0);
}

@-webkit-keyframes marker {
    0% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(-10px);
    }

    0% {
        transform: translateY(0px);
    }
}

@keyframes marker {
    0% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(-10px);
    }

    0% {
        transform: translateY(0px);
    }
}

@media (max-width: 790px) {
    .mapboxgl-marker {
        display: none;
    }
}

.content-sidebar img {
    max-width: 100%;
    height: auto;
}

table {
    width: 100%;
    margin: 0px;
    padding: 0px;
    border-collapse: collapse;
    background: rgb(255, 255, 255);
    border: 1px solid rgb(48, 48, 57);
}

.content-sidebar table caption {
    padding: 5px;
    font-weight: 600;
    font-size: 13px;
    border-bottom: none;
    background: rgb(48, 48, 57);
    text-align: center;
    color: rgb(238, 238, 238);
}

.content-sidebar th {
    padding: 5px 0px;
    font-size: 13px;
    font-weight: 700;
    text-align: center;
    border: none;
    text-transform: uppercase;
}

.content-sidebar td {
    padding: 5px 0px;
    font-size: 13px;
    background: none;
    text-align: center;
    border: none;
}

.content-sidebar tfoot td {
    border: none;
}

.content-sidebar td.pad {
    background: none;
}

.content-sidebar td#today {
    background: rgb(243, 156, 18);
    color: rgb(0, 0, 0) !important;
}

.single-post-text > :first-child, .tst-comment-content > :first-child {
    margin-top: 0px;
}

.single-post-text > :last-child, .tst-comment-content > :last-child {
    margin-bottom: 0px;
}

.single-post-text img, .tst-comment-content img {
    max-width: 100%;
}

.single-post-text img + figure, .tst-comment-content img + figure {
    margin-top: 20px;
}

.single-post-text table, .tst-comment-content table {
    width: 100%;
    margin: 0px;
    padding: 0px;
    border-collapse: collapse;
    background: none;
    border: 1px solid rgba(0, 0, 0, 0.3);
}

.single-post-text table th, .tst-comment-content table th {
    padding: 10px;
    font-size: 14px;
    font-weight: 700;
    background: rgb(238, 238, 238);
    border: 1px solid rgb(238, 238, 238);
    text-align: left;
}

.single-post-text table td, .tst-comment-content table td {
    padding: 10px;
    font-size: 14px;
    background: none;
    border: 1px solid rgb(238, 238, 238);
}

.single-post-text table td#today, .tst-comment-content table td#today {
    background: rgba(0, 0, 0, 0.3);
    font-weight: 700;
}

.single-post-text table caption, .tst-comment-content table caption {
    margin: 0px 0px 10px;
    padding: 0px;
    font-size: 13px;
    font-weight: 600;
}

dt {
    margin-bottom: 5px;
    font-weight: 700;
}

dd {
    margin-top: 0px;
    margin-bottom: 20px;
    margin-left: 20px;
}

@media screen and (max-width: 720px) {
    .single-post-text th, .tst-comment-content th {
        padding: 10px;
        font-size: 13px;
    }

    .single-post-text td, .tst-comment-content td {
        padding: 10px;
        font-size: 13px;
    }
}

.align-center {
    text-align: center !important;
}

.align-right {
    text-align: right !important;
}

.align-left {
    text-align: left !important;
}

.pull-right {
    float: right !important;
}

.pull-left {
    float: left !important;
}

.pull-none {
    float: none !important;
}

.alignright {
    margin-left: 20px !important;
    margin-bottom: 10px !important;
    float: right !important;
    max-width: 50% !important;
}

.alignleft {
    margin-right: 20px !important;
    margin-bottom: 10px !important;
    float: left !important;
    max-width: 50% !important;
}

.aligncenter {
    display: block;
    margin-left: auto !important;
    margin-right: auto !important;
}

.full-width {
    max-width: 100%;
    width: 100%;
}

.full-max-width {
    max-width: 100%;
    width: auto;
}

.centrize {
    top: 0px;
    left: 0px;
    z-index: 2;
    display: table !important;
    table-layout: fixed !important;
    height: 100% !important;
    position: relative !important;
}

.vertical-center {
    display: table-cell !important;
    vertical-align: middle !important;
}

.wp-caption-text, .wp-block-image figcaption, .wp-block-video figcaption, .wp-block-embed figcaption {
    max-width: 100%;
    margin: 0px;
    padding: 5px 10px 0px;
    text-align: center;
    font-size: 17px;
    font-style: italic;
    opacity: 0.9;
}

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    width: 1px;
    overflow: hidden;
    position: absolute !important;
}

.single-post-text figure .wp-caption-text, .tst-comment-content figure .wp-caption-text, .gallery-caption, .bypostauthor {
    font-style: italic;
}

.single-post-text, .tst-comment-content {
    overflow-wrap: break-word;
}

.tst-comment-content {
    display: flex;
    flex-direction: column;
}

.single-post-text > :first-child, .tst-comment-content > :first-child {
    margin-top: 0px;
}

.single-post-text > :last-child, .tst-comment-content > :last-child {
    margin-bottom: 0px;
}

.single-post-text::after {
    content: "";
    position: relative;
    clear: both;
    display: block;
}

.single-post-text .content-box *, .tst-comment-content .content-box * {
    margin-top: 0px;
}

.single-post-text img, .tst-comment-content img {
    max-width: 100%;
    height: auto;
}

.single-post-text p a:hover, .tst-comment-content p a:hover {
    text-decoration: underline;
}

iframe, object {
    max-width: 100%;
}

.wp-block-gallery .blocks-gallery-image, .wp-block-gallery .blocks-gallery-item {
    padding: 0px;
}

.wp-block-gallery .blocks-gallery-image::before, .wp-block-gallery .blocks-gallery-item::before {
    display: none;
}

.single-post-text figure, .tst-comment-content figure {
    margin: 0px 0px 20px;
    max-width: 100%;
    overflow: auto;
}

.single-post-text figure .wp-caption-text, .tst-comment-content figure .wp-caption-text, .gallery-caption, .bypostauthor {
    font-style: italic;
}

.gallery {
    margin: 30px -10px;
}

.single-post-text .gallery {
    margin-bottom: 0px;
}

.gallery .gallery-item {
    margin: 0px;
    padding: 10px;
    display: inline-block;
    vertical-align: top;
    width: 100%;
    text-align: center;
}

.gallery .gallery-item img {
    max-width: 100%;
    height: auto;
}

.gallery.gallery-columns-1 .gallery-item {
    width: 100%;
}

.gallery.gallery-columns-2 .gallery-item {
    width: 50%;
}

.gallery.gallery-columns-3 .gallery-item {
    width: 33.333%;
}

.gallery.gallery-columns-4 .gallery-item {
    width: 25%;
}

.gallery.gallery-columns-5 .gallery-item {
    width: 20%;
}

.gallery.gallery-columns-6 .gallery-item {
    width: 16.666%;
}

.gallery.gallery-columns-7 .gallery-item {
    width: 14.28%;
}

.gallery.gallery-columns-8 .gallery-item {
    width: 12.5%;
}

.gallery.gallery-columns-9 .gallery-item {
    width: 11.111%;
}

form.post-password-form label input {
    margin-top: 10px;
    border-left: none;
}

.comment-form {
}

.comment-info {
    padding: 15px 0px 0px;
    color: rgb(202, 202, 206);
}

.tst-comment-box .tst-comment-head h6 {
    font-size: 13px;
    line-height: 1.5;
}

.comment-info span.comment-reply {
    position: absolute;
    top: 0px;
    right: 0px;
}

.comment-reply-link {
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
}

.comment-reply-link::after {
    margin-left: 8px;
    content: "ï¥";
    display: inline-block;
    vertical-align: middle;
    font-family: "Font Awesome 5 Free";
    font-size: 12px;
    line-height: 14px;
    opacity: 0.8;
}

.post-comments .title h5 {
    margin-bottom: 30px;
}

.comment-respond {
    position: relative;
    margin-top: 0px;
    margin-bottom: 40px;
    margin-left: 90px;
}

.form-comment .comment-respond {
    margin-top: 0px;
    margin-left: 0px;
}

.trackback .tst-comment-avatar, .pingback .tst-comment-avatar {
    display: none;
}

.comment-respond .small, .comment-respond small {
    font-size: 14px;
}

.comment-respond .title_inner small {
    position: absolute;
    top: 10px;
    left: auto;
    right: 0px;
    display: block;
    font-size: 14px;
    white-space: nowrap;
}

.comment-respond .title_inner small a {
    text-decoration: none;
    opacity: 0.8;
}

.comment-respond .title_inner small a:hover {
    opacity: 1;
}

.post-text-bottom {
    margin: 35px 0px 0px;
}

.post-text-bottom .share-btn {
    position: relative;
    display: inline-block;
    top: 1px;
    margin-left: 7px;
    margin-right: 7px;
    font-size: 16px;
}

.social-share strong {
    font-weight: 300;
}

.social-share a {
    margin-right: 15px;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    color: rgb(26, 47, 51);
    transition: 0.7s cubic-bezier(0.165, 0.85, 0.45, 1);
}

.social-share a .icon {
    color: rgb(26, 47, 51);
}

.social-share a:hover, .social-share a:hover .icon {
    color: rgb(243, 156, 18);
}

.social-share a:last-child {
    margin-right: 0px;
}

.social-share a .icon {
    font-size: 16px;
}

.post-text-bottom span.cat-links a {
    color: rgb(243, 156, 18);
}

.post-text-bottom span.cat-links a:hover {
    text-decoration: none;
}

.post-text-bottom .tags-links {
    margin: 15px 0px;
    display: block;
}

.social-share span {
    line-height: 28px;
}

.post-text-bottom .tags-links :nth-child(1) {
    margin-left: 5px;
}

.post-text-bottom .tags-links a, .post-text-bottom .tags-links span, .content-sidebar .tagcloud a, .wp-block-tag-cloud .tag-cloud-link {
    margin: 0px 7px 8px 0px;
    display: inline-block;
    vertical-align: top;
    padding: 0px 7px;
    height: 22px;
    line-height: 23px;
    font-weight: 500;
    color: rgb(243, 156, 18);
    text-decoration: none;
    text-transform: uppercase;
    border: 1px solid rgb(243, 156, 18);
    font-size: 13px !important;
}

.content-sidebar .tagcloud a {
    margin: 0px 5px 5px 0px;
    font-size: 13px !important;
}

@media (max-width: 480px) {
    .comment-respond .title_inner small {
        position: relative;
        top: 0px;
        left: 0px;
    }

    .section .content .description-col .details-list li {
        width: 100%;
    }
}

@media (max-width: 1160px) {
    .post-comments .post-comment .image {
        width: 60px;
        height: 60px;
    }

    .post-comments .post-comment .desc {
        margin-left: 80px;
    }

    .post-comments .post-comment.pingback .desc {
        margin-left: 0px;
    }

    .post-comments ul.children {
        padding: 20px 20px 0px 80px;
    }

    .post-comments ul.children ul.children {
        padding: 20px 0px 0px 20px;
    }

    .post-comments ul.children ul.children ul.children ul.children {
        padding: 20px 0px 0px 10px;
    }
}

@media (max-width: 840px) {
    .post-comments ul.children {
        padding: 20px 20px 0px;
    }

    .post-comments ul.children ul.children {
        padding: 20px 0px 0px 20px;
    }

    .post-comments ul.children ul.children ul.children {
        padding: 20px 0px 0px 20px;
    }

    .post-comments ul.children ul.children ul.children ul.children {
        padding: 20px 0px 0px 10px;
    }
}

@media (max-width: 480px) {
    .section .content .comment-respond .title.comment-reply-title {
        text-align: left;
    }

    .post-comments ul.children {
        padding: 15px;
    }

    .post-comments ul.children ul.children {
        padding: 15px 0px 0px 10px;
    }

    .post-comments ul.children ul.children ul.children {
        padding: 15px 0px 0px 5px;
    }

    .post-comments ul.children ul.children ul.children ul.children {
        padding: 15px 0px 0px 5px;
    }

    .post-comments .post-comment .image {
        width: 40px;
        height: 40px;
    }

    .post-comments .post-comment .desc {
        margin-left: 55px;
    }

    .post-comments .post-comment.pingback .desc {
        margin-left: 0px;
    }

    .gallery .gallery-item {
        width: 100%;
    }

    .gallery.gallery-columns-1 .gallery-item {
        width: 100%;
    }

    .gallery.gallery-columns-2 .gallery-item {
        width: 100%;
    }

    .gallery.gallery-columns-3 .gallery-item {
        width: 100%;
    }

    .gallery.gallery-columns-4 .gallery-item {
        width: 100%;
    }

    .gallery.gallery-columns-5 .gallery-item {
        width: 100%;
    }

    .gallery.gallery-columns-6 .gallery-item {
        width: 100%;
    }

    .gallery.gallery-columns-7 .gallery-item {
        width: 100%;
    }

    .gallery.gallery-columns-8 .gallery-item {
        width: 100%;
    }

    .gallery.gallery-columns-9 .gallery-item {
        width: 100%;
    }
}

.content-sidebar {
    position: relative;
}

.shop-page .content-sidebar {
    padding-top: 60px;
}

.content-sidebar .widget {
    margin-bottom: 50px;
}

.content-sidebar .search-form, .wp-block-search {
    position: relative;
}

.wp-block-search {
    max-width: 230px;
}

.content-sidebar .search-form label {
    display: block;
}

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    width: 1px;
    overflow: hidden;
    position: absolute !important;
}

.comment-form-cookies-consent label {
    display: inline;
}

.content-sidebar .search-form input[type="text"], .content-sidebar .search-form input[type="email"], .content-sidebar .search-form input[type="password"], .content-sidebar .search-form input[type="datetime"], .content-sidebar .search-form input[type="date"], .content-sidebar .search-form input[type="month"], .content-sidebar .search-form input[type="time"], .content-sidebar .search-form input[type="week"], .content-sidebar .search-form input[type="search"], .content-sidebar .search-form textarea, .content-sidebar .search-form textarea.form-control, .wp-block-search input[type="text"], .wp-block-search input[type="email"], .wp-block-search input[type="password"], .wp-block-search input[type="datetime"], .wp-block-search input[type="date"], .wp-block-search input[type="month"], .wp-block-search input[type="time"], .wp-block-search input[type="week"], .wp-block-search input[type="search"], .wp-block-search textarea, .wp-block-search textarea.form-control {
    margin-bottom: 0px;
    padding: 0px 15px;
    width: 100%;
    height: 50px;
    outline: none;
    border: none;
    background: rgb(255, 255, 255);
    border-radius: 0px !important;
}

.content-sidebar .search-form .btn_search, .search-submit, .wp-block-search__button {
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -25px;
    margin-bottom: 0px;
    background-color: transparent;
    border: 0px;
    z-index: 2;
}

.search-submit, .wp-block-search__button {
    padding: 0px;
    width: 20px;
    height: 50px;
    font-size: 0px;
    opacity: 0.8;
    box-shadow: none;
    background: url("assets/images/search.svg") center center / contain no-repeat !important;
}

.content-sidebar .widget-title, .content-sidebar h2 {
    font-size: 20px;
    margin-bottom: 20px;
    font-weight: 900;
}

.content-sidebar .widget-title a, .content-sidebar h2 a {
    font-weight: 900;
}

.content-sidebar .widget-title a img, .content-sidebar h2 a img {
    position: relative;
    top: -2px;
}

.content-sidebar ul {
    padding-left: 0px;
    margin-top: 10px;
    margin-bottom: 10px;
    list-style: none;
}

.content-sidebar ul ul {
    margin-left: 0px;
}

.content-sidebar ul li {
    margin-bottom: 10px;
    position: relative;
}

.wp-block-categories-list li ul, .wp-block-archives-list li ul {
    margin-left: 0px;
}

.wp-block-categories-list li, .wp-block-archives-list li, .widget.widget_nav_menu ul li, .widget.widget_pages ul li, .widget_categories ul li {
    margin-bottom: 10px;
    padding-left: 9px;
    position: relative;
}

.wp-block-categories-list li ul li::before, .wp-block-archives-list li ul li::before, .widget.widget_nav_menu ul li ul li::before, .widget.widget_pages ul li ul li::before, .widget_categories ul li ul li::before {
    content: "";
    position: absolute;
    top: 12px;
    left: 0px;
    width: 5px;
    height: 1px;
    background: rgb(153, 153, 153);
    opacity: 0.8;
}

a.rsswidget {
    margin-right: 3px;
    display: inline-block;
    font-weight: 600;
    text-decoration: none;
}

.rss-date, .widget_rss cite {
    margin: 5px 0px 10px;
    display: block;
    font-size: 13px;
    font-weight: 400;
    opacity: 0.8;
}

.widget_rss cite {
    margin: 5px 0px 20px;
    font-style: normal;
}

.post-edit-link {
    text-decoration: underline;
}

.post-edit-link:hover {
    text-decoration: none;
}

.edit-link {
    margin-top: 30px;
    display: block;
}

.sticky {
    position: relative;
}

.sticky::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    bottom: 0px;
    width: 6px;
    height: 100%;
    background: rgb(243, 156, 18);
    z-index: 3;
}

.title.comment-reply-title, .post-comments .title {
    margin: 0px 0px 30px;
    font-size: 17px;
    font-weight: 600;
}

.wp-block-cover, .wp-block-cover-image {
    margin: 30px 0px;
}

.wp-block-cover.alignleft, .wp-block-cover-image.alignleft, .wp-block-cover.alignright, .wp-block-cover-image.alignright {
    margin-bottom: 30px !important;
}

.wp-block-cover p a:hover, .wp-block-cover-image p a:hover {
    text-decoration: underline;
}

blockquote p {
    font-style: normal;
    font-weight: 600;
    margin-bottom: 0.5rem !important;
}

blockquote p:first-child {
    margin-top: 0px;
}

blockquote cite {
    font-size: 16px;
    font-style: normal;
}

blockquote cite::before {
    margin-right: 5px;
    content: "-";
}

blockquote cite br {
    display: none;
}

blockquote.has-text-align-right cite::before {
    display: none;
}

blockquote.has-text-align-right cite::after {
    margin-left: 5px;
    content: "-";
}

.wp-block-quote.is-large, .wp-block-quote.is-style-large {
    padding: 30px 40px;
}

.wp-block-pullquote {
    padding-top: 0px;
    padding-bottom: 0px;
}

.wp-block-pullquote blockquote {
    padding-bottom: 30px;
    border-left: none;
    border-bottom: 2px solid rgb(243, 156, 18);
}

.wp-block-pullquote.is-style-solid-color {
    background-color: transparent;
    border: none;
}

.wp-block-pullquote.is-style-solid-color blockquote {
    border: none;
}

.wp-block-calendar, .wp-block-archives, .wp-block-categories {
    margin: 1.2rem 0px;
    max-width: 480px;
}

.wp-block-search .wp-block-search__label {
    display: none;
}

.wp-block-group.has-background {
    padding: 20px;
    color: rgb(16, 16, 16);
}

.wp-block-group.has-background p:first-child {
    margin-top: 0px;
}

.wp-block-group.has-background p:last-child {
    margin-bottom: 0px;
}

.wp-block-media-text.has-background {
    color: rgb(16, 16, 16);
}

.wp-block-media-text.has-background .has-large-font-size {
    line-height: 1.7;
}

hr.wp-block-separator {
    margin: 30px 0px;
    border-top: none;
    border-right: none;
    border-left: none;
    border-image: initial;
    border-bottom: 1px solid rgb(88, 93, 101);
    max-width: 50px;
}

hr.wp-block-separator.is-style-wide {
    max-width: 100%;
}

.wp-block-separator.is-style-dots::before {
    color: rgb(204, 204, 204);
}

.single-post-text h1, .single-post-text h2, .single-post-text h3, .single-post-text h4, .single-post-text h5, .single-post-text h6 {
    margin-top: 20px;
    margin-bottom: 20px;
}

.tst-comment-content.tst-text {
    opacity: 1;
}

.tst-comment-content.tst-text h1, .tst-comment-content.tst-text h2, .tst-comment-content.tst-text h3, .tst-comment-content.tst-text h4, .tst-comment-content.tst-text h5, .tst-comment-content.tst-text h6 {
    margin-top: 30px;
    margin-bottom: 20px;
}

.single-post-text h1 + h2, .single-post-text h2 + h3, .single-post-text h3 + h4, .single-post-text h4 + h5, .single-post-text h5 + h6, .single-post-text h6 {
    margin-top: 1.25rem;
}

.single-post-text > :first-child, .single-post-text > div > :first-child {
    margin-top: 0px;
}

.single-post-text p {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
}

.single-post-text table tbody th {
    background: transparent;
}

.wp-block-button {
    margin-bottom: 1.25rem;
}

.wp-block-button a.wp-block-button__link {
    padding: 13px 35px;
    background: rgb(243, 156, 18);
    color: rgb(32, 32, 42);
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    border-radius: 46px;
}

.wp-block-button a.wp-block-button__link:hover {
    color: rgb(32, 32, 42);
}

.wp-block-button.is-style-outline a.wp-block-button__link {
    padding-top: 11px;
    padding-bottom: 11px;
    border: 2px solid rgb(243, 156, 18);
    color: rgb(243, 156, 18);
    background: none;
}

.wp-block-button.is-style-squared a.wp-block-button__link {
    border-radius: 0px;
}

.wp-block-columns {
    margin-bottom: 0px;
}

.single-post-text table caption {
    margin: 0px 0px 10px;
    padding: 0px;
    caption-side: top;
}

.wp-calendar-nav::after {
    content: "";
    position: relative;
    display: block;
    clear: both;
}

.wp-calendar-nav span.wp-calendar-nav-prev {
    float: left;
}

.wp-calendar-nav span.wp-calendar-nav-next {
    float: right;
}

.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-excerpt, .has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta {
    padding: 0px;
}

.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-excerpt a, .has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta a {
    font-weight: 600;
}

.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-excerpt {
    margin-top: 8px;
    margin-bottom: 22px;
}

.wp-block-latest-comments__comment {
    margin: 30px 0px !important;
}

.wp-block-latest-comments__comment a {
    font-weight: 600;
}

pre.wp-block-code, pre {
    padding: 20px;
    overflow: auto;
    white-space: pre-wrap;
    background: -webkit-linear-gradient(159deg, rgb(37, 37, 50) 0%, rgb(35, 35, 45) 100%);
    color: rgb(233, 237, 237);
    font-size: 13px;
}

.wp-block-table.is-style-stripes tbody tr:nth-child(2n+1) {
    background: rgb(238, 238, 238);
}

@media (max-width: 992px) {
    .content-sidebar {
        padding: 0px 35px;
        width: 31.5%;
    }

    .sticky::before {
        left: 0px;
        top: 0px;
        bottom: 0px;
    }
}

@media (max-width: 720px) {
    .content-sidebar {
        padding: 0px;
        float: none;
        width: 100%;
    }

    .single-post-text table th {
        padding: 8px;
    }

    .single-post-text table td {
        padding: 8px;
    }

    .post-comments ul.children ul.children ul.children {
        padding: 15px 0px 0px 10px;
    }
}

.parallax-container {
    overflow: hidden;
}

.error-page {
    height: calc(-82px + 100vh);
    text-align: center;
    align-items: center;
    justify-content: center;
    display: flex;
}

.error-page .description {
    margin-bottom: 0px;
}

.mask-object {
    filter: drop-shadow(rgba(25, 25, 27, 0.1) 0px 20px 30px);
    margin-bottom: 2rem;
    width: 30vw;
    transition: 0.8s cubic-bezier(0.2, 1, 0.8, 1);
}

.error-page__num {
    color: rgb(243, 156, 18);
    font-size: 220px;
    display: block;
    height: auto;
    line-height: 220px;
    font-weight: 700;
}

@media only screen and (max-width: 992px) {
    .mask-object {
        width: 50vw;
    }

    .error-page__num {
        font-size: 160px;
        line-height: 160px;
    }
}

@media only screen and (max-width: 580px) {
    .mask-object {
        width: 80vw;
    }

    .error-page__num {
        font-size: 120px;
        line-height: 120px;
    }
}

section.pag-element:last-child .section {
    border-bottom: none;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.sent .wpcf7-response-output {
    padding: 10px;
    margin: 20px 0px 0px;
}

.wpcf7 form.sent .wpcf7-response-output {
    border-color: rgb(70, 180, 80);
}

ul.blocks-gallery-grid {
    margin: 0px !important;
}

.default--scrolling .tst-scroll-frame {
    overflow: auto;
    transform: translate3d(0px, 0px, 0px);
}

.default--scrolling #scrollbar2 {
    padding: 240px 0px 50px;
}

.default--scrolling .tst-sidebar #scrollbar2 {
    padding: 125px 0px 30px;
}

@media (max-width: 768px) {
    .blocks-gallery-grid.alignleft, .blocks-gallery-grid.alignright, .wp-block-gallery.alignleft, .wp-block-gallery.alignright {
        width: 100% !important;
        max-width: 100% !important;
        margin-right: 0px !important;
        float: none !important;
    }
}

.page-links {
    margin: 1.2rem 0px;
    clear: both;
}

.content-box p:last-child {
    margin-bottom: 0px;
}

.description-search {
    margin-bottom: 0px;
}

.content-sidebar .widget > ul > li {
    padding-left: 0px;
}

.content-sidebar .widget {
    font-size: 17px;
}

.content-sidebar .widget ul li a {
    text-decoration: none;
}

.content-sidebar .widget ul li a:hover {
    text-decoration: underline;
}

.content-sidebar .nice-select .list {
    width: 100%;
}

.content-sidebar select {
    margin-bottom: 0px;
}

.wpcf7 form.sent .wpcf7-response-output {
    color: green;
}

.pag-lightbox .pag-swiper-button-next, .pag-lightbox .pag-swiper-button-prev {
    outline: none !important;
}

.woocommerce .woocommerce-breadcrumb {
    margin: 0px 0px 15px;
    padding: 0px;
    position: relative;
}

.woocommerce-products-header {
    margin: 0px 0px 30px;
    position: relative;
}

.woocommerce-products-header__title {
    font-size: 22px;
    font-weight: 700;
}

.woocommerce ul.cart_list, .woocommerce ul.product_list_widget, ul.cart_list li, ul.product_list_widget {
    margin: 0px;
    padding: 20px 15px 10px 20px;
    list-style: none;
    text-align: left;
}

.woocommerce ul.cart_list li a, .woocommerce ul.product_list_widget li a, ul.cart_list li a, ul.product_list_widget li a {
    display: block;
    font-weight: 700;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0px;
    text-transform: none;
}

.woocommerce ul.cart_list li img, .woocommerce ul.product_list_widget li img, ul.cart_list li img, ul.product_list_widget li img {
    float: right;
    margin-left: 0px;
    width: 60px;
    height: auto;
}

ul.cart_list li::after, ul.cart_list li::before, ul.product_list_widget li::after, ul.product_list_widget li::before {
    content: " ";
    clear: both;
    display: table;
}

ul.cart_list li, ul.product_list_widget li {
    padding: 4px 0px;
}

.product_list_widget ins {
    text-decoration: none;
    line-height: 1;
}

.woocommerce #review_form #respond .form-submit input {
    max-width: 220px;
}

.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button .woocommerce-mini-cart__buttons #respond input#submit, .woocommerce-mini-cart__buttons a.button, .woocommerce-mini-cart__buttons button.button, .woocommerce-mini-cart__buttons input.button {
    margin: 0px 15px 10px 0px;
    padding: 0px 30px;
    position: relative;
    overflow: hidden;
    text-transform: uppercase;
    font-size: 12px;
    display: inline-block;
    letter-spacing: 2px;
    font-weight: 800;
    background: rgb(243, 156, 18);
    color: rgb(32, 32, 42);
    height: 50px;
    line-height: 54px;
    text-align: center;
    transition: 0.4s ease-in-out;
    border: none;
    outline: none;
    cursor: pointer;
    border-radius: 5px;
}

.woocommerce-mini-cart__buttons #respond input#submit, .woocommerce-mini-cart__buttons a.button, .woocommerce-mini-cart__buttons button.button, .woocommerce-mini-cart__buttons input.button {
    margin: 0px;
    padding: 0px;
    float: left;
    width: 48%;
}

.woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover .woocommerce-mini-cart__buttons #respond input#submit:hover, .woocommerce-mini-cart__buttons a.button:hover, .woocommerce-mini-cart__buttons button.button:hover, .woocommerce-mini-cart__buttons input.button:hover {
    background: rgb(243, 156, 18);
    color: rgb(32, 32, 42);
}

.cart-widget a.remove.remove_from_cart_button {
    margin-bottom: 10px;
    display: block;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    width: 100%;
    border-bottom: 1px solid rgb(51, 51, 51);
    border-radius: 0px;
    text-align: right;
}

.woocommerce-mini-cart__buttons.buttons::after {
    content: "";
    position: relative;
    display: block;
    clear: both;
}

.woocommerce-error, .woocommerce-info, .woocommerce-message {
    padding: 0px 0px 0px 30px;
    margin: 0px 0px 30px;
    background-color: transparent;
    color: inherit;
    border-top: none;
}

.woocommerce .woocommerce-result-count {
    margin: 0px 0px 15px;
    font-size: 14px;
    line-height: 30px;
}

.woocommerce .products ul, .woocommerce ul.products {
    margin: -1px -15px 0px;
}

.woocommerce .products ul li.product, .woocommerce ul.products li.product {
    margin: 0px 0px 30px;
    padding: 0px 15px;
    width: 100%;
}

.woocommerce span.onsale {
    padding: 5px 10px 3px;
    position: absolute;
    top: 0px;
    min-height: auto;
    min-width: auto;
    font-size: 10px;
    font-weight: 800;
    text-transform: uppercase;
    color: rgb(32, 32, 42);
    text-align: center;
    height: auto;
    line-height: 1.5;
    letter-spacing: 2px;
    background-color: rgb(243, 156, 18);
    border-radius: 3px;
    margin: 0px !important;
    left: 15px !important;
    right: auto !important;
}

.woocommerce ul.products li.product .onsale {
    top: 15px;
}

.woocommerce ul.products li.product a img {
    margin: 0px 0px 15px;
    height: 220px;
    object-fit: cover;
    border-radius: 5px 5px 0px 0px;
}

.woocommerce ul.products li.product .woocommerce-loop-category__title, .woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product h3 {
    padding: 0px;
    margin: 0px 30px;
    font-size: 24px;
    font-weight: 900;
    min-height: 60px;
}

.woocommerce ul.products li.product .price {
    position: relative;
    margin: 0px 30px;
    padding-top: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    color: rgb(33, 37, 41);
    min-height: 80px;
}

.woocommerce ul.products li.product .price::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    border-bottom: 2px dotted rgba(26, 47, 51, 0.7);
    opacity: 0.3;
}

.woocommerce ul.products li.product .price ins {
    display: inline-block;
    font-weight: 400;
    text-decoration: none;
}

.woocommerce ul.products li.product .price > span {
    margin-left: 0px;
    font-weight: 400;
}

.woocommerce ul.products li.product .price del {
    font-size: 0.8em;
}

.woocommerce ul.products li.product a.added_to_cart {
    display: block;
    position: absolute;
    right: 108px;
    bottom: 40px;
    border-bottom: 1px solid rgb(153, 153, 153);
    transition: 0.3s;
}

.woocommerce ul.products li.product a.added_to_cart:hover {
    border-bottom: 1px solid transparent;
}

.woocommerce ul.products li.product .star-rating {
    margin: 0px;
    font-size: 16px;
    position: absolute;
    right: 15px;
    top: 15px;
}

.woocommerce ul.products li.product.product-type-variable .price, .woocommerce ul.products li.product.product-type-grouped .price {
    flex-direction: row;
    justify-content: start;
    align-items: center;
}

.woocommerce .star-rating {
    color: rgb(243, 156, 18);
}

.woocommerce a.remove:hover {
    background: none;
}

.woocommerce ul.products li.product .button.add_to_cart_button {
    padding: 0px;
    margin: -50px 30px 0px 0px;
    float: right;
    font-size: 0px;
    position: relative;
    background-color: rgb(243, 156, 18);
    display: inline-block;
    width: 60px;
    height: 50px;
    line-height: 50px;
    cursor: pointer;
    text-transform: uppercase;
    border: none;
    transition: 0.3s ease-in-out;
    border-radius: 5px;
    white-space: nowrap;
    text-align: center;
}

.woocommerce ul.products li.product .button.add_to_cart_button::before {
    content: "ïº";
    position: absolute;
    left: 0px;
    top: 0px;
    display: block;
    width: 100%;
    height: auto;
    font-family: "Font Awesome 5 Free";
    font-size: 17px;
    background: none;
    text-align: center;
}

.woocommerce #respond input#submit.loading::after, .woocommerce a.button.loading::after, .woocommerce button.button.loading::after, .woocommerce input.button.loading::after {
    top: 0px;
}

.woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images {
    float: left;
    width: 44%;
}

.woocommerce div.product div.images {
    margin-bottom: 30px;
}

.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
    padding-left: 30px;
    float: right;
    width: 56%;
    clear: none;
}

.woocommerce div.product div.summary {
    margin-bottom: 30px;
}

.woocommerce .product span.onsale {
    left: 15px;
    top: 15px;
}

.related.products ul.products li.product {
    flex: 0 0 33%;
    max-width: 33%;
}

.woocommerce div.product .product_title {
    font-size: 50px;
    line-height: 1.2;
    margin-bottom: 30px;
}

.woocommerce .quantity .qty {
    display: inline-block;
    margin: 0px 10px 0px 0px;
    height: 50px;
}

.woocommerce div.product p.price, .woocommerce div.product span.price {
    font-size: 2em;
    line-height: 1;
    color: rgb(26, 47, 51);
}

.woocommerce div.product p.price ins, .woocommerce div.product span.price ins {
    text-decoration: none;
}

.woocommerce div.product p.price del, .woocommerce div.product span.price del {
    opacity: 0.5;
    margin-right: 5px;
    display: inline-block;
    font-size: 16px;
}

.woocommerce .quantity .qty {
    padding: 0px;
    width: 3.631em;
    height: 50px;
    font-size: 14px;
    text-align: center;
    background: rgb(255, 255, 255);
    border: 2px solid rgba(255, 255, 255, 0.4);
}

.woocommerce div.product form.cart table {
    margin-bottom: 30px;
    box-shadow: none;
    background: none;
}

.woocommerce div.product form.cart table td {
    vertical-align: middle;
    padding: 10px 0px;
    font-weight: 400;
}

.woocommerce div.product form.cart table td .nice-select {
    margin-bottom: 0px;
}

.woocommerce div.product form.cart .variations label {
    font-weight: 700;
    font-size: 14px;
    margin-bottom: 0px;
    margin-top: 5px;
}

.woocommerce div.product form.cart table td.woocommerce-grouped-product-list-item__label {
    padding: 10px;
    vertical-align: middle;
}

.woocommerce div.product form.cart table td.woocommerce-grouped-product-list-item__label label {
    padding-bottom: 0px;
    margin-bottom: 0px;
}

.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
    padding: 0px 35px;
    background: rgb(243, 156, 18);
    color: rgb(32, 32, 42);
    height: 45px;
}

.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover {
}

#add_payment_method table.cart td.actions .coupon .input-text, .woocommerce-cart table.cart td.actions .coupon .input-text, .woocommerce-checkout table.cart td.actions .coupon .input-text {
    margin: 0px;
    padding: 0px 20px;
    height: 50px;
    width: 140px;
    font-size: 13px;
}

.woocommerce-error, .woocommerce-info, .woocommerce-message {
    padding: 22px 20% 22px 22px;
    background: rgba(0, 0, 0, 0.05);
}

.woocommerce .woocommerce-error .button, .woocommerce .woocommerce-info .button, .woocommerce .woocommerce-message .button, .woocommerce-page .woocommerce-error .button, .woocommerce-page .woocommerce-info .button, .woocommerce-page .woocommerce-message .button {
    position: absolute;
    top: 10px;
    right: 10px;
}

.woocommerce-error .showcoupon, .woocommerce-info .showcoupon, .woocommerce-message .showcoupon {
    border-bottom: 2px dotted rgba(26, 47, 51, 0.7);
}

.woocommerce-error::before, .woocommerce-info::before, .woocommerce-message::before {
    display: none;
}

.woocommerce-error .button, .woocommerce-info .button, .woocommerce-message .button {
    margin-right: 0px !important;
    margin-bottom: 0px !important;
}

.product_meta .posted_in, .product_meta .tagged_as {
    display: block;
}

.woocommerce .woocommerce-product-rating {
    font-size: 14px;
    line-height: 20px;
}

.woocommerce div.product .woocommerce-product-rating {
    margin-bottom: 30px;
    margin-top: -15px;
}

.woocommerce .star-rating {
    height: 20px;
    line-height: 18px;
    font-size: 16px;
    width: 85px;
}

.woocommerce .woocommerce-product-rating .star-rating {
    margin: 0px 5px 0px 0px;
}

.woocommerce div.product form.cart {
    margin-bottom: 25px;
}

.woocommerce #content div.product .woocommerce-tabs, .woocommerce div.product .woocommerce-tabs, .woocommerce-page #content div.product .woocommerce-tabs, .woocommerce-page div.product .woocommerce-tabs {
    padding: 60px 0px 0px;
    position: relative;
    border-bottom: 2px dotted rgba(26, 47, 51, 0.2);
}

.woocommerce #review_form #respond .form-submit {
    margin-bottom: 0px;
}

.woocommerce-MyAccount-navigation {
    padding: 0px 0px 30px;
    position: relative;
}

.woocommerce div.product .woocommerce-tabs ul.tabs, .woocommerce-MyAccount-navigation ul {
    margin: 0px 0px 40px;
    padding: 0px 0px 30px;
    overflow: visible;
    position: relative;
}

.woocommerce-MyAccount-navigation ul {
    margin: 0px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs::before, .woocommerce-MyAccount-navigation ul::before {
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    content: "";
    border-bottom: 2px dotted rgba(26, 47, 51, 0.7);
    opacity: 0.3;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li, .woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link {
    margin: 0px;
    padding: 0px;
    border: none;
    background: none;
    display: inline-block;
    vertical-align: top;
    line-height: 1;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active, .woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link.is-active {
    background: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li::before, .woocommerce div.product .woocommerce-tabs ul.tabs li::after, .woocommerce-MyAccount-navigation li::before, .woocommerce-MyAccount-navigation li::after {
    display: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a, .woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link a {
    margin: 0px 15px;
    padding: 0px;
    position: relative;
    overflow: hidden;
    text-transform: uppercase;
    font-size: 12px;
    display: inline-block;
    font-weight: 600;
    background: transparent;
    height: 28px;
    line-height: 28px;
    text-align: center;
    transition: 0.4s ease-in-out;
    border: none;
    outline: none;
    letter-spacing: 2px;
    cursor: pointer;
    opacity: 0.7;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li:first-child a, .woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link:first-child a {
    margin-left: 0px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active a, .woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link.is-active a {
    color: rgb(33, 37, 41);
    opacity: 1;
}

.woocommerce-MyAccount-navigation, .woocommerce-account .woocommerce-MyAccount-navigation {
    position: relative;
    margin-bottom: 30px;
    float: none;
    width: auto;
}

.woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link::before {
    display: none;
}

.woocommerce #review_form #respond p.comment-form-author {
    margin-right: 4%;
    width: 48%;
    float: left;
}

.woocommerce #review_form #respond p.comment-form-email {
    display: inline-block;
    width: 48%;
}

.woocommerce-Reviews .title, .woocommerce-Reviews .woocommerce-Reviews-title, .woocommerce-Tabs-panel h2 {
    margin-bottom: 30px;
}

.woocommerce #reviews #comments ol.commentlist {
    padding: 0px;
}

.woocommerce #reviews #comments ol.commentlist li {
    padding: 20px 0px 0px;
    margin: 20px 0px 0px;
}

.woocommerce #reviews #comments ol.commentlist li:first-child {
    padding: 0px;
    margin: 0px;
}

.woocommerce #reviews #comments ol.commentlist li:first-child::before {
    display: none;
}

.woocommerce #reviews #comments ol.commentlist li img.avatar {
    position: relative;
    padding: 0px;
    width: 50px;
    border: none;
    margin: 0px;
    border-radius: 100%;
}

.woocommerce #reviews #comments ol.commentlist li .tst-comment-content {
    margin: 0px 0px 0px 66px;
    border: none;
    padding: 0px;
}

.woocommerce #reviews #comments ol.commentlist li .tst-comment-content p {
    margin: 0px 0px 7px;
}

.woocommerce #reviews #comments ol.commentlist li .tst-comment-content .woocommerce-review__author {
    padding: 0px;
    margin: 0px 0px 15px;
    font-size: 14px;
    font-weight: 600;
}

.woocommerce #reviews #comments ol.commentlist li .tst-comment-content .woocommerce-review__published-date {
    display: inline-block;
    padding: 0px;
    font-size: 13px;
}

.comment_container {
    position: relative;
}

.comment_container .star-rating {
    position: absolute;
    right: 0px;
    top: 0px;
}

.woocommerce p.stars a {
    color: rgb(243, 156, 18);
    font-size: 16px;
}

.woocommerce-Reviews .title, .woocommerce-Reviews .woocommerce-Reviews-title, .woocommerce-Tabs-panel h2 {
    font-size: 30px;
    line-height: 30px;
    font-weight: 900;
}

.woocommerce-Reviews .title {
    margin: 60px 0px 30px;
}

.woocommerce-Reviews .comment-form label {
    display: block;
}

.comment-form-rating {
    margin-top: 30px;
    margin-bottom: 30px;
}

.woocommerce #review_form #respond .comment-notes {
    background: rgb(238, 238, 238);
    padding: 5px;
    font-size: 16px;
    font-style: italic;
    display: inline;
}

.comment-form-rating .nice-select {
    display: none;
}

.woocommerce #review_form #respond p {
    margin: 0px 0px 30px;
    line-height: 1;
}

.woocommerce #review_form #respond textarea {
    margin-bottom: 0px;
}

.woocommerce #review_form #respond {
    max-width: 680px;
    margin-top: 30px;
}

.woocommerce #review_form .comment-reply-title {
    font-size: 25px;
    font-weight: 900;
    font-family: "Playfair Display", serif;
}

.woocommerce div.product div.images .flex-control-thumbs {
    margin: 0px -5px;
}

.woocommerce div.product div.images .flex-control-thumbs li {
    width: 33.333%;
    margin: 0px;
    padding: 10px 5px 0px;
}

.woocommerce table.shop_table {
    margin: 0px 0px 20px;
    width: 100%;
    border-radius: 5px;
    background: rgb(255, 255, 255);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-collapse: collapse;
}

.woocommerce table.shop_table th {
    font-weight: 600;
    padding: 20px;
    border-top: none;
    border-right: none;
    border-left: none;
    border-image: initial;
    border-bottom: 2px dotted rgba(26, 47, 51, 0.1);
}

.woocommerce table.shop_table td {
    padding: 20px;
    background: none;
    border-right: none;
    border-bottom: none;
    border-left: none;
    border-image: initial;
    border-top: 2px dotted rgba(26, 47, 51, 0.1);
}

.woocommerce .woocommerce-customer-details address {
    padding: 20px;
}

.woocommerce-notice.woocommerce-notice--success {
    margin-top: 0px;
}

#add_payment_method .cart-collaterals .cart_totals tr td, #add_payment_method .cart-collaterals .cart_totals tr th, .woocommerce-cart .cart-collaterals .cart_totals tr td, .woocommerce-cart .cart-collaterals .cart_totals tr th, .woocommerce-checkout .cart-collaterals .cart_totals tr td, .woocommerce-checkout .cart-collaterals .cart_totals tr th {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.woocommerce #respond input#submit.disabled, .woocommerce #respond input#submit:disabled, .woocommerce #respond input#submit:disabled[disabled], .woocommerce a.button.disabled, .woocommerce a.button:disabled, .woocommerce a.button:disabled[disabled], .woocommerce button.button.disabled, .woocommerce button.button:disabled, .woocommerce button.button:disabled[disabled], .woocommerce input.button.disabled, .woocommerce input.button:disabled, .woocommerce input.button:disabled[disabled] {
    padding-top: 0px;
    padding-bottom: 0px;
}

.woocommerce a.remove {
    margin: 0px auto;
    display: block;
    font-size: 20px;
    height: 20px;
    width: 20px;
    border: none;
    color: rgb(153, 153, 153) !important;
    text-decoration: none !important;
}

.woocommerce a.remove:hover {
    color: rgb(255, 255, 255) !important;
}

.woocommerce .cart .button, .woocommerce .cart input.button {
    margin-right: 0px;
}

#add_payment_method table.cart img, .woocommerce-cart table.cart img, .woocommerce-checkout table.cart img {
    width: 70px;
}

.woocommerce-cart-form {
    margin-bottom: 30px;
}

.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
    float: none;
    width: auto;
}

#add_payment_method .wc-proceed-to-checkout a.checkout-button, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button, .woocommerce-checkout .wc-proceed-to-checkout a.checkout-button {
    margin-bottom: 20px;
    font-size: 1em;
    padding: 0px;
}

.woocommerce-notices-wrapper p:last-child {
    margin-bottom: 30px;
}

.woocommerce ul.products li.product .button.add_to_cart_button.added {
    background: rgb(120, 204, 109);
    color: rgb(255, 255, 255);
}

.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1, .woocommerce .col-1, .woocommerce-page .col-1, .woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2, .woocommerce .col-2, .woocommerce-page .col-2 {
    padding: 0px;
    float: none;
    width: 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1, .woocommerce .col-1, .woocommerce-page .col-1 {
    padding: 0px;
    margin-bottom: 30px;
}

.woocommerce table.shop_table tbody th, .woocommerce table.shop_table tfoot td, .woocommerce table.shop_table tfoot th {
    font-weight: 700;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: transparent;
}

.woocommerce-additional-fields {
    margin-bottom: 30px;
}

.woocommerce form .form-row label, .woocommerce-page form .form-row label {
    display: block;
    width: 100%;
}

.woocommerce-input-wrapper {
    display: block;
    width: 100%;
}

.select2-container--default .select2-selection--single {
    background-color: rgb(36, 36, 48);
    border: 1px solid rgb(37, 37, 47);
    border-radius: 4px;
    height: 50px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: rgb(255, 255, 255);
    line-height: 50px;
}

.woocommerce form .form-row {
    padding: 0px;
    margin: 0px 0px 20px;
    float: none;
    width: 100%;
}

.woocommerce-MyAccount-content a {
    border-bottom: 2px dotted rgba(26, 47, 51, 0.3);
    transition: 0.2s;
}

.woocommerce-MyAccount-content a:hover {
    border-bottom-color: rgba(26, 47, 51, 0.6);
    text-decoration: none !important;
}

.woocommerce-error li::before, .woocommerce-info li::before, .woocommerce-message li::before {
    display: none;
}

.woocommerce ul.order_details li::before {
    display: none;
}

#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {
    background: rgb(255, 255, 255);
    border-radius: 5px;
    box-shadow: rgba(26, 47, 51, 0.1) 0px 5px 10px 0px;
}

#add_payment_method #payment ul.payment_methods, .woocommerce-cart #payment ul.payment_methods, .woocommerce-checkout #payment ul.payment_methods {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.woocommerce-privacy-policy-text {
    margin-bottom: 1.25rem;
}

.woocommerce form .form-row textarea.input-text, .woocommerce-page form .form-row textarea.input-text {
    padding: 20px 30px;
    height: 120px;
    box-shadow: rgba(26, 47, 51, 0.1) 0px 5px 10px 0px;
}

.woocommerce ul.order_details li {
    margin: 0px 2em 0px 0px;
}

.woocommerce-MyAccount-content, .woocommerce-account .woocommerce-MyAccount-content {
    float: none;
    width: auto;
}

.content .woocommerce-Address-title.title::after {
    position: relative;
    clear: both;
    display: block;
    margin: 0px;
    padding: 0px;
    width: auto;
    height: auto;
    background: none;
}

.woocommerce-account .addresses .title h3, .addresses .title h3 {
    margin-top: 0px;
    margin-bottom: 10px;
    float: left;
    font-size: 20px;
}

.woocommerce-form-row span em {
    opacity: 0.65;
    padding-top: 10px;
    display: block;
    font-size: 16px;
}

.addresses .title .edit, .woocommerce-account .addresses .title .edit {
    border-bottom: 2px dotted rgba(26, 47, 51, 0.3);
}

.addresses .title .edit, .woocommerce-account .addresses .title .edit {
    float: right;
    font-size: 16px;
}

.woocommerce-Reviews .comment-form-cookies-consent label {
    display: inline;
}

.woocommerce nav.woocommerce-pagination {
    margin-top: 30px;
    clear: both;
}

.woocommerce .quantity .qty {
    display: inline-block;
}

.bts.bts-center {
    margin-top: 30px;
    text-align: center;
}

.content-sidebar .widget_shopping_cart .cart_list li, .content-sidebar .woocommerce.widget_shopping_cart .cart_list li {
    padding-left: 0px;
    padding-top: 10px;
}

.woocommerce table.shop_attributes {
    border: none;
    margin: 25px 0px;
    width: 100%;
    background: none;
}

.woocommerce table.shop_attributes th {
    border: none;
    margin: 0px;
    background: none;
}

.woocommerce table.shop_attributes td {
    font-style: normal;
    padding: 0px;
    margin: 0px;
    background: none;
    border: none;
}

.woocommerce div.product .woocommerce-tabs .panel {
    margin: 0px 0px 40px;
}

.related.products, .upsells.products {
    margin-top: 40px;
}

.related.products h2, .upsells.products h2 {
    margin-bottom: 30px;
    font-size: 30px;
}

.woocommerce .cart-collaterals .cross-sells, .woocommerce-page .cart-collaterals .cross-sells {
    margin-bottom: 30px;
    width: auto;
    float: none;
}

.woocommerce .cart-collaterals .cross-sells li::before, .woocommerce-page .cart-collaterals .cross-sells li::before {
    display: none;
}

.woocommerce form .password-input, .woocommerce-page form .password-input {
    width: 100%;
}

#add_payment_method #payment ul.payment_methods li::before, .woocommerce-cart #payment ul.payment_methods li::before, .woocommerce-checkout #payment ul.payment_methods li::before {
    display: none !important;
}

#add_payment_method #payment ul.payment_methods li input, .woocommerce-cart #payment ul.payment_methods li input, .woocommerce-checkout #payment ul.payment_methods li input {
    width: auto;
    height: auto;
    margin-right: 5px;
}

#add_payment_method #payment div.payment_box::before, .woocommerce-cart #payment div.payment_box::before, .woocommerce-checkout #payment div.payment_box::before {
    border-bottom-color: rgb(238, 238, 238);
}

#add_payment_method #payment div.payment_box, .woocommerce-cart #payment div.payment_box, .woocommerce-checkout #payment div.payment_box {
    background-color: rgb(238, 238, 238);
}

#add_payment_method #payment div.payment_box p:last-child, .woocommerce-cart #payment div.payment_box p:last-child, .woocommerce-checkout #payment div.payment_box p:last-child {
    margin-bottom: 0px;
    margin-top: 0px;
}

.payment_box.payment_method_bacs {
    margin-top: 5px !important;
}

.woocommerce-privacy-policy-text p {
    margin-top: 0px;
}

#add_payment_method #payment ul.payment_methods li, .woocommerce-cart #payment ul.payment_methods li, .woocommerce-checkout #payment ul.payment_methods li {
    line-height: 1.4;
}

.select2-dropdown {
    background-color: rgb(255, 255, 255);
    border: none;
    padding: 22px;
    box-shadow: rgba(26, 47, 51, 0.11) 0px 2px 5px 0px;
}

.select2-search--dropdown {
    padding: 4px;
    margin-bottom: 10px;
}

.select2-search--dropdown .select2-search__field {
    padding: 10px 15px;
}

@media (max-width: 767px) {
    .woocommerce .woocommerce-result-count {
        margin: 0px 0px 10px;
    }

    .woocommerce .woocommerce-ordering, .woocommerce-page .woocommerce-ordering {
        float: none;
    }

    .woocommerce ul.products li.product, .woocommerce-page ul.products li.product, .woocommerce ul.products.columns-2 li.product, .woocommerce-page ul.products.columns-2 li.product, .woocommerce ul.products.columns-3 li.product, .woocommerce-page ul.products.columns-3 li.product, .woocommerce ul.products.columns-4 li.product, .woocommerce-page ul.products.columns-4 li.product {
        width: 100%;
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 30px;
    }

    .woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images {
        float: none;
        width: 100%;
    }

    .woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
        padding-left: 0px;
        float: none;
        width: 100%;
    }

    .woocommerce ul.order_details li {
        float: none;
        margin-bottom: 2em;
        padding-right: 0px;
        border: none;
    }

    .woocommerce ul.order_details li:last-child {
        margin-bottom: 0px;
    }

    .tst-pagination .tst-pagination-center {
        display: none;
    }
}

span.logotype__title {
    font-family: "Playfair Display", serif;
    font-size: 22px;
    font-weight: 900;
}

span.logotype__sub {
    display: none;
}

.content-sidebar .widget .nice-select {
    float: none;
    margin-bottom: 0px;
}

.tst-pagination a, .tst-pagination span, .tst-blog-pagination a, .tst-blog-pagination span, .page-links a, .page-links span {
    display: inline-block;
    vertical-align: middle;
    width: 40px;
    height: 40px;
    font-size: 16px;
    line-height: 40px;
    margin: 0px;
    font-weight: 400;
    cursor: pointer;
    text-align: center;
    color: rgb(66, 66, 66);
    transition: 0.4s ease-in-out;
}

.tst-pagination a.current, .tst-pagination span.current, .tst-blog-pagination a.current, .tst-blog-pagination span.current, .page-links a.current, .page-links span.current {
    color: rgb(1, 13, 13);
    background: rgb(243, 156, 18);
}

form input[type="checkbox"] {
    display: inline-block;
    width: auto;
    height: auto;
}

.tst-portfolio-pagination a, .tst-portfolio-pagination span {
    padding: 0px 5px;
    font-size: 12px;
    letter-spacing: 2px;
    font-weight: 800;
}

.tst-portfolio-pagination a, .tst-portfolio-pagination span {
    transition: 0.4s ease-in-out;
    padding: 0px 5px;
    text-transform: uppercase;
    font-size: 12px;
    display: inline-block;
    letter-spacing: 2px;
    font-weight: 800;
}

.tst-pagination {
    margin-top: 50px;
    display: flex;
    position: relative;
}

.pag-widget-tastyc-blog-grid .tst-pagination {
    margin-top: 0px;
}

.tst-pagination .tst-link, .tst-pagination .tst-link span {
    transition: 0.4s ease-in-out;
    padding: 0px 5px;
    text-transform: uppercase;
    font-size: 12px;
    display: inline-block;
    letter-spacing: 2px;
    font-weight: 800;
    width: auto;
}

.tst-pagination .tst-pagination-center + .tst-link, .tst-pagination .tst-link.tst-left-link {
    z-index: 3;
}

.tst-pagination .tst-pagination-center + .tst-link {
    left: auto;
    right: 0px;
    margin-left: auto;
}

.tst-pagination .tst-link.tst-left-link::before {
    content: "ï ";
    margin-left: 0px;
    margin-right: 8px;
    right: auto;
    left: 0px;
    display: inline-block;
    transform: scaleX(1);
    font-family: "Font Awesome 5 Free";
    position: relative;
    font-size: 16px;
    font-weight: 900;
    transition: 0.3s;
}

.tst-pagination .tst-pagination-center + .tst-link::after {
    content: "ï ";
    margin-left: 8px;
    margin-right: 0px;
    right: 0px;
    left: auto;
    display: inline-block;
    transform: scaleX(-1);
    font-family: "Font Awesome 5 Free";
    position: relative;
    font-size: 16px;
    font-weight: 900;
    transition: 0.3s;
}

.tst-pagination .tst-pagination-center {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    text-align: center;
}

body .wp-block-cover-image-text, body .wp-block-cover-image-text a, body .wp-block-cover-image-text a:active, body .wp-block-cover-image-text a:focus, body .wp-block-cover-image-text a:hover, body .wp-block-cover-text, body .wp-block-cover-text a, body .wp-block-cover-text a:active, body .wp-block-cover-text a:focus, body .wp-block-cover-text a:hover, body section.wp-block-cover-image h2, body section.wp-block-cover-image h2 a, body section.wp-block-cover-image h2 a:active, body section.wp-block-cover-image h2 a:focus, body section.wp-block-cover-image h2 a:hover {
    color: rgb(255, 255, 255) !important;
}

blockquote {
    margin: 40px 0px;
    color: rgb(1, 13, 13);
    background: transparent;
    padding: 30px 40px 30px 50px;
    font-style: italic;
    position: relative;
}

blockquote::before {
    position: absolute;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "ï„";
    font-size: 16px;
    opacity: 0.3;
    color: rgb(1, 13, 13);
    top: 13px;
    left: 13px;
}

blockquote::after {
    position: absolute;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "ï„";
    font-size: 16px;
    opacity: 0.3;
    color: rgb(1, 13, 13);
    bottom: 13px;
    right: 13px;
    transform: rotate(180deg);
}

.wp-block-archives-dropdown .nice-select, .wp-block-categories-dropdown .nice-select {
    max-width: 390px;
    float: none;
    display: block;
}

.wp-block-calendar, .wp-block-archives, .wp-block-categories {
    max-width: 390px;
}

.wp-block-calendar table {
    background: rgb(255, 255, 255);
}

.single-post-text table th {
    background: transparent;
    border: none;
}

.single-post-text table td {
    padding: 15px 20px;
    font-size: 16px;
    background: none;
    border-right: none;
    border-bottom: none;
    border-left: none;
    border-image: initial;
    border-top: 1px solid rgb(238, 238, 238);
}

.single-post-text table caption {
    text-align: center;
}

footer.wp-block-latest-comments__comment-meta {
    padding: 0px;
}

body .wp-block-latest-posts li {
    margin: 20px 0px;
}

.wp-block-search {
    max-width: 390px;
}

body .wp-block-search input[type="search"] {
    padding: 0px 15px;
    background: rgb(255, 255, 255);
}

.search-submit, .wp-block-search__button, .wp-block-search .wp-block-search__button {
    right: 15px;
    padding: 0px;
    width: 20px;
    height: 50px;
    opacity: 0.8;
    filter: none;
    border: none;
}

.wp-block-latest-comments__comment-excerpt p {
    margin: 0px !important;
}

.single-post-text table {
    background: rgb(255, 255, 255);
}

.single-post-text table th {
    padding: 15px 20px;
    text-align: left;
}

.single-post-text table tbody th {
    text-align: left;
}

.wp-calendar-table tr th {
    padding-left: 5px;
    padding-right: 5px;
    text-align: center !important;
}

.post-password-form label {
    margin-bottom: 0px;
    display: inline-block;
    vertical-align: bottom;
}

.post-password-form label input {
    margin-bottom: 0px;
}

.post-password-form input[type="submit"] {
    margin-bottom: 0px;
    display: inline-block;
    vertical-align: bottom;
    width: 220px;
    background: rgb(243, 156, 18);
    text-transform: uppercase;
}

.single-post-text footer {
    width: auto;
}

.woocommerce ul.products.columns-3 li.product, .woocommerce-page ul.products.columns-3 li.product {
    width: 30.333%;
}

.woocommerce .products ul, .woocommerce ul.products {
    margin: -1px -1.5% 0px;
    font-size: 0px;
}

.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    display: inline-block;
    vertical-align: top;
    float: none;
    margin: 0px 1.5% 30px;
    padding: 0px 0px 30px;
    position: relative;
    width: 30.333%;
    min-height: 410px;
    font-size: 17px;
    background-color: white;
    box-shadow: rgba(26, 47, 51, 0.15) 0px 5px 10px 0px;
    border-radius: 5px;
}

.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
    background-color: rgb(243, 156, 18);
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-range {
    background-color: rgb(243, 156, 18);
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
    background-color: rgb(243, 156, 18);
    border: 5px solid rgb(255, 255, 255);
    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px;
}

.woocommerce .widget_price_filter .price_slider_amount .button {
    margin-bottom: 0px;
}

.woocommerce-mini-cart__empty-message {
    padding: 30px;
    margin: 0px;
    text-align: center;
}

.woocommerce-product-details__short-description {
    margin: 30px 0px;
}

.woocommerce div.product p.price ins, .woocommerce div.product span.price ins {
    font-weight: 400;
}

.woocommerce-EditAccountForm fieldset {
    margin-top: 40px;
}

footer.tst-default {
    padding-top: 15px;
}

.tst-menu-nav ul ul li.current-menu-item > a {
    opacity: 0.65;
}

.tst-minicart-window .woocommerce-mini-cart__total {
    align-items: center;
}

.wpcf7-not-valid-tip {
    position: relative;
    margin: -10px 0px 20px;
    font-size: 14px;
    text-align: left;
}

button:focus {
    outline: none;
}

.wpcf7-form .nice-select {
    margin-bottom: 20px;
    width: 100%;
    float: none;
}

.tst-banner-sm .wpcf7 form .wpcf7-response-output {
    position: absolute;
    bottom: 20px;
    color: rgb(255, 255, 255);
}

.tst-menu-right {
    right: 30px;
    margin-left: 15px;
}

.tst-menu-nav {
    margin-left: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pag .tst-menu-right {
    position: relative;
    right: auto;
}

.pag .tst-menu-nav {
    padding-right: 0px;
}

@media (max-width: 992px) {
    .tst-menu-nav {
        padding-right: 0px;
    }

    .tst-menu-right {
        right: 0px;
    }
}

.tst-el-more a {
    text-decoration: underline;
}

.tst-el-more a:hover {
    text-decoration: underline;
}

.tst-main-slider-navigation {
    left: 50%;
    justify-content: normal;
}

.shop-page .page-title {
    font-size: 50px;
    line-height: 1.6;
}

.pswp__caption__center {
    text-align: center;
}

.pswp__button {
    margin-right: 10px !important;
    max-height: 44px !important;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text {
    border: none;
    padding-top: 0px;
}

.select2-container--default .select2-selection--single {
    background-color: rgb(255, 255, 255);
    border: none;
    box-shadow: rgba(26, 47, 51, 0.11) 0px 2px 5px 0px;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 30px;
    padding-right: 30px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: rgb(26, 47, 51);
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 11px;
    right: 20px;
}

.tst-minicart-window .woocommerce-mini-cart .woocommerce-mini-cart-item .attachment-woocommerce_thumbnail {
    width: 100px;
}

.tst-minicart-window .woocommerce-mini-cart .woocommerce-mini-cart-item {
    padding: 0px 30px 0px 120px;
}

.tst-minicart-window .woocommerce-mini-cart .woocommerce-mini-cart-item .remove_from_cart_button {
    right: 10px;
}

.tst-menu-nav ul li ul li:last-child {
    margin-bottom: 0px;
}

.tst-menu-nav ul li ul li:last-child a {
    margin-bottom: 0px;
}

.tst-menu-nav ul li ul li:first-child a {
    margin-top: 0px;
}

@media (max-width: 992px) {
    .tst-menu-nav ul li ul li:first-child {
        margin-top: 25px;
    }

    .tst-menu-nav ul li ul li:last-child {
        margin-bottom: 25px;
    }
}

.content-sidebar .widget a {
    font-weight: 400;
}

.widget_recent_comments ul li .comment-author-link {
    font-weight: 700;
}

.woocommerce .woocommerce-ordering, .woocommerce-page .woocommerce-ordering {
    position: relative;
    z-index: 11;
}

.woocommerce div.product form.cart .group_table td {
    vertical-align: middle;
    padding-bottom: 10px;
}

.woocommerce div.product form.cart table td.woocommerce-grouped-product-list-item__price del {
    opacity: 0.65;
    font-size: 16px;
}

.content-sidebar .widget:last-child {
    margin-bottom: 0px;
}

.post-comments > .form-comment > .comment-respond {
    margin-bottom: 0px;
}

.filter.gallery-filter {
    text-align: center;
    position: static;
    margin: 0px 0px 60px;
    width: auto !important;
    left: auto !important;
}

.filter.gallery-filter ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.filter.gallery-filter ul li {
    opacity: 1;
    position: relative;
    padding: 0px 30px;
    background-color: transparent;
    display: inline-block;
    height: 50px;
    color: rgb(26, 47, 51);
    line-height: 54px;
    cursor: pointer;
    font-family: "Josefin Sans", sans-serif;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 2px;
    font-weight: 800;
    transition: 0.3s ease-in-out;
    border-radius: 5px;
    width: auto;
    margin: 0px 5px;
    transform: scale(1) !important;
    border: none !important;
}

.filter.gallery-filter ul li.active {
    color: rgb(26, 47, 51);
    background-color: rgb(243, 156, 18);
}

.itemGallery__box {
    margin-bottom: 30px;
    position: relative;
    background-color: white;
    box-shadow: rgba(26, 47, 51, 0.15) 0px 5px 10px 0px;
    border-radius: 5px;
}

.itemGallery__box a {
    position: relative;
    overflow: hidden;
    display: block;
}

.itemGallery__box a::after {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 100%);
    opacity: 0;
    transition: 0.4s ease-in-out;
}

.itemGallery__box img.cover {
    width: 100%;
    height: 300px;
    object-fit: cover;
    border-radius: 5px;
    transition: 0.4s ease-in-out;
}

.itemGallery__details {
    padding: 30px;
    pointer-events: none;
    position: absolute;
    left: 0px;
    bottom: 0px;
    color: rgb(255, 255, 255);
    opacity: 0;
    transition: 0.6s ease-in-out;
}

.itemGallery__box:hover a::after {
    opacity: 1;
}

.itemGallery__box:hover img.cover {
    transform: scale(1.05);
}

.itemGallery__box:hover .itemGallery__details {
    opacity: 1;
}

.tst-about-cover .tst-cover.p-top {
    object-position: center top;
}

.socials-inline, .tst-lnk-inline {
    display: inline-block;
    vertical-align: middle;
}

.tst-lnk-inline {
    margin-right: 15px;
}

.tst-dynamic-banner {
    min-height: 80px;
}

@media (max-width: 767px) {
    .tst-dynamic-banner {
        min-height: 80px;
    }
}

@media (min-width: 768px) {
    .tst-main-slider-navigation {
        margin-left: -360px;
        width: 720px;
    }
}

@media (min-width: 992px) {
    .tst-main-slider-navigation {
        margin-left: -480px;
        width: 960px;
    }
}

@media (min-width: 1200px) {
    .tst-main-slider-navigation {
        margin-left: -562px;
        width: 1140px;
    }
}

@media (max-width: 767px) {
    blockquote {
        margin: 20px 0px;
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .wp-block-quote.is-large p, .wp-block-quote.is-style-large p {
        font-size: 1.2em;
        font-style: italic;
        line-height: 1.4;
    }

    .wp-block-pullquote.is-style-solid-color blockquote {
        max-width: 100%;
    }

    .wp-block-pullquote p {
        font-size: 1.75em;
        line-height: 1.4;
    }

    .single-post-text table th, .tst-comment-content table th {
        font-size: 12px;
    }

    form.post-password-form label input {
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .post-password-form label {
        display: block;
    }

    .post-password-form input[type="submit"] {
        width: 100%;
    }

    .tst-comment-box .tst-comment-head {
        display: block;
    }

    .tst-comment-box .tst-comment-head .tst-date {
        display: inline-block;
        margin-top: 10px;
    }

    .tst-comment-box {
        padding: 20px;
    }

    .comment-respond {
        margin-left: 50px;
    }

    .woocommerce ul.products.columns-3 li.product, .woocommerce-page ul.products.columns-3 li.product {
        width: 100%;
        margin-bottom: 30px;
    }

    .woocommerce .woocommerce-ordering, .woocommerce-page .woocommerce-ordering {
        float: none;
        margin-top: 0px;
    }

    .woocommerce-ordering .nice-select {
        margin-top: 0px;
        margin-bottom: 0px;
        float: none;
    }

    .tst-menu .pag-container .pag-column {
        width: auto;
    }

    .tst-menu .pag-container .pag-column:last-child {
        margin-left: auto;
    }

    .tst-minicart-window {
        width: 320px;
        left: auto;
        right: 0px;
    }

    .tst-menu-nav ul li.menu-item-has-children > a::after {
        display: none;
    }

    .tst-menu-nav ul li.menu-item-has-children > a > span::after {
        display: inline-block;
        vertical-align: middle;
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        content: "ï¸";
        margin-left: 5px;
        position: relative;
        top: -1px;
    }

    .tst-minicart-window .woocommerce-mini-cart .woocommerce-mini-cart-item .remove_from_cart_button {
        transform: scale(1);
    }

    .woocommerce #content div.product .woocommerce-tabs, .woocommerce div.product .woocommerce-tabs, .woocommerce-page #content div.product .woocommerce-tabs, .woocommerce-page div.product .woocommerce-tabs {
        padding-bottom: 0px;
    }

    .woocommerce ul.products li.product:last-child, .woocommerce-page ul.products li.product:last-child, .woocommerce ul.products.columns-2 li.product:last-child, .woocommerce-page ul.products.columns-2 li.product:last-child, .woocommerce ul.products.columns-3 li.product:last-child, .woocommerce-page ul.products.columns-3 li.product:last-child, .woocommerce ul.products.columns-4 li.product:last-child, .woocommerce-page ul.products.columns-4 li.product:last-child {
        margin-bottom: 10px;
    }

    .actions {
        padding: 20px 20px 10px !important;
    }

    #add_payment_method table.cart td.actions .coupon .input-text, .woocommerce-cart table.cart td.actions .coupon .input-text, .woocommerce-checkout table.cart td.actions .coupon .input-text {
        width: 135px;
    }

    .woocommerce-page table.cart td.actions .coupon .input-text + .button {
        width: 135px;
    }

    .h1.tst-mb-60, .h2.tst-mb-60 {
        margin-bottom: 40px !important;
    }

    .woocommerce-MyAccount-navigation ul {
        padding-bottom: 10px;
        white-space: nowrap;
        overflow: auto;
    }

    footer .pag-section:first-child .pag-container .pag-column {
        width: auto;
    }

    footer .pag-section:first-child .pag-container .pag-column:last-child {
        margin-left: auto;
    }

    .tst-menu-nav ul li a {
        text-align: left;
    }

    .tst-menu-right {
        position: relative;
    }

    .woocommerce-error, .woocommerce-info, .woocommerce-message {
        padding: 22px;
    }

    .woocommerce .woocommerce-error .button, .woocommerce .woocommerce-info .button, .woocommerce .woocommerce-message .button, .woocommerce-page .woocommerce-error .button, .woocommerce-page .woocommerce-info .button, .woocommerce-page .woocommerce-message .button {
        position: relative;
        top: 0px;
        right: auto;
        left: 0px;
        width: 100%;
        margin-bottom: 10px !important;
    }

    .tst-main-slider-navigation {
        margin-left: -150px;
        width: 300px;
        justify-content: space-between;
    }

    .tst-menu-frame {
        transition: 0.3s;
    }

    .tst-menu-frame.tst-active {
        top: 0px;
    }

    footer .pag-widget-tastyc-footer-copyright {
        margin-bottom: 20px;
    }

    body .pag-69 .pag-element.pag-element-4a4831f {
        text-align: left;
    }

    .tst-btn {
        padding: 0px 25px;
    }

    .tst-btn.tst-btn-lg {
        padding: 0px 25px;
    }

    .pag-widget-tastyc-menu .tst-menu-book-item.tst-mbi-3 {
        align-items: start;
    }

    .pag-widget-tastyc-menu .tst-menu-book-item.tst-mbi-3 .tst-item-cover-frame {
        display: block;
    }

    .pag-widget-tastyc-menu .tst-menu-book-item.tst-mbi-3 .tst-item-cover-frame {
        width: 100px;
    }

    .pag-widget-tastyc-menu .tst-menu-book-item.tst-mbi-3 .tst-menu-book-descr {
        width: calc(100% - 100px);
        padding-left: 15px;
    }

    .pag-widget-tastyc-menu .tst-menu-book-item.tst-mbi-3 .tst-menu-book-descr .tst-menu-book-bottom {
        justify-content: space-between;
    }

    .pag-widget-tastyc-menu .tst-menu-book-price {
        line-height: 1.8;
    }

    .woocommerce div.product .product_title {
        font-size: 34px;
    }

    .woocommerce div.product p.price, .woocommerce div.product span.price {
        font-size: 28px;
    }

    .cart_item td.product-remove {
        width: 100%;
    }

    .woocommerce #respond input#submit:last-child, .woocommerce a.button:last-child, .woocommerce button.button:last-child, .woocommerce input.button .woocommerce-mini-cart__buttons #respond input#submit:last-child, .woocommerce-mini-cart__buttons a.button:last-child, .woocommerce-mini-cart__buttons button.button:last-child, .woocommerce-mini-cart__buttons input.button:last-child {
        margin-right: 0px;
    }

    .single-post-text table th, .tst-comment-content table th {
        font-size: 12px;
        text-transform: uppercase;
        letter-spacing: 2px;
    }

    .tst-post-bottom {
        margin-bottom: 30px;
    }

    .tst-menu-book-item .tst-menu-book-descr .tst-menu-book-bottom .added_to_cart {
        bottom: -40px;
    }

    .tst-blog-card .tst-descr .tst-post-bottom {
        margin-bottom: 0px;
    }

    .tst-blog-card {
        margin-bottom: 40px !important;
    }

    .tst-dynamic-banner-empty {
        min-height: 80px;
    }

    .tst-blog-card .tst-descr h5 {
        margin-bottom: 10px !important;
    }

    .tst-blog-card .tst-date {
        display: none;
    }

    .tst-date.tst-date-m {
        margin-bottom: 15px;
        display: inline-block;
    }

    .tst-content-frame--start.tst-p-60-0 {
        padding-top: 40px;
    }

    .tst-content-frame--end.tst-p-0-60 {
        padding-bottom: 40px;
    }

    nav.wp-calendar-nav {
        margin-top: 10px;
    }

    .wp-block-categories-list li:last-child, .wp-block-archives-list li:last-child, .widget.widget_nav_menu ul li:last-child, .widget.widget_pages ul li:last-child, .widget_categories ul li:last-child {
        margin-bottom: 0px;
    }

    .content-sidebar ul:last-child {
        margin-bottom: 0px;
    }

    .error-page {
        height: 400px;
    }

    .tst-icon-box {
        text-align: center;
    }

    .tst-banner-sm .tst-cover-frame .tst-overlay {
        background-color: rgba(4, 25, 29, 0.7);
    }

    .tst-banner-sm .tst-wh-frame {
        height: auto;
        padding: 40px 0px;
    }

    .tst-banner-sm .tst-wh-frame > div:last-child {
        margin-bottom: 0px !important;
    }

    .tst-spacer {
        margin: 40px 0px;
    }

    .tst-mb-60 {
        margin-bottom: 40px;
    }

    .tst-mb-70 {
        margin-bottom: 40px;
    }

    .pag-widget-tastyc-numbers .row .col-lg-3:last-child .tst-mb-70 {
        margin-bottom: 0px;
    }

    .tst-testimonial-card {
        margin-bottom: 40px;
    }

    .tst-testimonial-card .tst-date {
        display: none;
    }

    footer.tst-white {
        padding-top: 40px;
    }

    .tst-team-member {
        margin-bottom: 40px;
    }

    .tst-awards {
        margin-bottom: 40px;
    }

    .swiper-menu-nav {
        margin-bottom: 40px;
    }

    .tst-menu-book-item.tst-mbi-3 {
        margin-bottom: 40px;
    }

    .swiper-slide .col-lg-6:last-child .tst-menu-book-item.tst-mbi-3 {
        margin-bottom: 0px;
    }

    .row:nth-last-child(2) .col-lg-6:last-child .tst-menu-book-item.tst-mbi-3 {
        margin-bottom: 0px;
    }

    .tst-slider {
        padding-top: 40px;
    }

    .tst-menu-book-item {
        margin-bottom: 40px;
    }

    .pag-widget-tastyc-products-carousel .tst-slider-pagination {
        margin-bottom: 0px;
    }

    .tst-pagination {
        margin-top: 40px;
    }

    .shop-page .page-title {
        line-height: normal;
        margin-bottom: 10px;
    }

    .woocommerce #content div.product .woocommerce-tabs, .woocommerce div.product .woocommerce-tabs, .woocommerce-page #content div.product .woocommerce-tabs, .woocommerce-page div.product .woocommerce-tabs {
        padding-top: 40px;
    }

    .tst-breadcrumbs li {
        margin-right: 8px;
    }

    .tst-breadcrumbs li::after {
        margin-left: 8px;
    }

    .tst-lnk-inline {
        margin-right: 0px;
        margin-bottom: 20px;
        display: block;
        text-align: center;
    }

    .socials-inline {
        display: block;
        text-align: center;
    }
}

.tst-menu .pag-column:nth-child(2) {
    z-index: 2;
}

.tst-banner {
    overflow: hidden;
}

.swiper-slide a.tst-btn, .swiper-slide .tst-btn {
    display: inline-block;
}

.woocommerce ul.products li.product a img {
    object-fit: contain;
    object-position: center center;
    height: auto;
}

.tst-pricing-box {
    position: relative;
    border-radius: 5px;
    padding: 30px;
    background: transparent;
    border: 2px dotted rgba(26, 47, 51, 0.2);
    text-align: center;
}

.tst-pricing-box.marked {
    background: rgb(255, 255, 255);
    border-color: transparent;
    box-shadow: rgba(26, 47, 51, 0.11) 0px 5px 10px 0px;
}

.tst-pricing-box.marked::before {
    content: "\"";
    width: 100px;
    color: rgb(243, 156, 18);
    position: absolute;
    top: -70px;
    right: 0px;
    font-family: "Playfair Display", serif;
    font-size: 220px;
    line-height: 1;
    font-style: italic;
    text-shadow: rgba(26, 47, 51, 0.15) 0px 2px 7px;
    transition: 0.6s ease-in-out;
}

.tst-pricing-box > img {
    width: 70px;
}

.tst-pricing-box .tst-hours-price {
    font-size: 49px;
    font-weight: 900;
}

.tst-pricing-box .tst-text ul {
    margin: 0px;
    padding: 10px 0px;
    list-style: none;
}

.tst-pricing-box .tst-text ul li {
    padding: 15px 0px;
    border-bottom: 2px dotted rgba(26, 47, 51, 0.2);
}

.tst-pricing-box .tst-text ul li em {
    font-style: normal;
    opacity: 0.6;
    text-decoration: line-through;
}

span.tst-price-pre, span.tst-price-after, span.tst-price-val {
    display: inline-block;
    vertical-align: middle;
}

span.tst-price-pre, span.tst-price-after {
    font-size: 0.4em;
    position: relative;
    top: 5px;
}

.tst-skills-box {
    position: relative;
}

.tst-skills-box:last-child {
    padding-bottom: 0px;
}

.tst-skills-box .name {
    margin: 0px 0px 10px;
    position: relative;
    font-size: 12px;
    letter-spacing: 1px;
    font-weight: 800;
    font-family: "Josefin Sans", sans-serif;
    text-transform: uppercase;
}

.tst-skills-box .progress {
    display: block;
    height: 12px;
    position: relative;
    overflow: visible;
    width: 100%;
    background: transparent;
    border-bottom: 4px dotted rgba(26, 47, 51, 0.3);
}

.tst-skills-box .progress .percentage {
    left: 0px;
    top: 4px;
    position: absolute;
    height: 12px;
    width: 0%;
    background: rgb(243, 156, 18);
    transition: 0.3s;
    border-radius: 0.25rem;
}

.tst-skills-box .progress .percentage .percent {
    position: absolute;
    top: -34px;
    right: 0px;
    font-size: 14px;
    font-weight: 800;
}

.tst-skills-box.list {
    padding: 0px;
    margin-bottom: 60px !important;
}

.tst-skills-box.list .name {
    padding-left: 30px;
    position: relative;
}

.tst-skills-box.list .name::before {
    content: "ï€Œ";
    position: absolute;
    left: 0px;
    top: 3px;
    color: rgb(243, 156, 18);
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
}

.tst-skills-box.list .progress {
    display: none;
}

.tst-services-box {
    position: relative;
}

.tst-services-box::after {
    content: "";
    position: relative;
    display: block;
    clear: both;
}

.tst-services-box .image {
    float: left;
    width: 50%;
}

.tst-services-box .image img {
    width: 100%;
    height: 500px;
    object-fit: cover;
    border-radius: 12px 0px 0px 12px;
}

.tst-services-box .desc {
    position: absolute;
    margin-right: 5%;
    margin-left: 55%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}

.pag-widget-tastyc-services-grid .col-lg-12:nth-child(2n+1) .tst-services-box .image {
    float: right;
}

.pag-widget-tastyc-services-grid .col-lg-12:nth-child(2n+1) .tst-services-box .image img {
    border-radius: 0px 12px 12px 0px;
}

.pag-widget-tastyc-services-grid .col-lg-12:nth-child(2n+1) .tst-services-box .desc {
    margin-left: 5%;
    margin-right: 55%;
}

.pag-widget-tastyc-menu-simple .tst-menu-book-item .tst-menu-book-name h5 span {
    position: relative;
    z-index: 2;
    background: rgb(252, 252, 252);
    padding-right: 5px;
}

.pag-widget-tastyc-menu-simple .tst-menu-book-item .tst-menu-book-descr .tst-menu-book-bottom {
    justify-content: flex-start;
}

.pag-widget-tastyc-menu-simple .tst-menu-book-item .tst-menu-book-descr .tst-menu-book-bottom .tst-menu-book-price {
    border-bottom: 2px dotted rgba(26, 47, 51, 0.7);
    width: 300px;
    text-align: right;
}

.pag-widget-tastyc-menu-simple .tst-menu-book-item .tst-menu-book-descr .tst-menu-book-bottom .tst-menu-book-price .tst-price {
    height: 20px;
    margin-top: 4px;
}

.pag-widget-tastyc-menu-simple .tst-menu-book-item .tst-menu-book-descr .tst-menu-book-bottom .tst-menu-book-price .tst-price span {
    position: relative;
    z-index: 2;
    background: rgb(252, 252, 252);
    padding-left: 5px;
}

.divider-hide .tst-spacer {
    display: none;
}

.divider-hide .tst-spacer {
    border-bottom: none;
    margin-bottom: 0px;
}

.divider-hide .tst-spacer {
    border-bottom: none;
    margin-bottom: 0px;
    margin-top: 20px;
}

.col-12 > .nice-select {
    min-width: 100%;
}

.tst-p-15-0 {
    padding-top: 15px;
}

.tst-powered img {
    vertical-align: middle;
    max-width: 110px;
}

.tst-faq-item-box {
    position: relative;
    margin-bottom: 30px;
    padding: 0px 30px;
    background: transparent;
    border: 2px dotted rgba(26, 47, 51, 0.2);
    border-radius: 5px;
    transition: 0.3s;
}

.tst-faq-item-box .name {
    margin: 0px -30px;
    padding: 20px 30px;
    position: relative;
    border-radius: 5px;
    background: transparent;
    font-size: 24px;
    font-family: "Playfair Display", serif;
    font-weight: 900;
    transition: 0.3s;
    cursor: pointer;
}

.tst-faq-item-box .name::before {
    margin-top: -12px;
    position: absolute;
    right: 30px;
    top: 50%;
    transition: 0.2s;
    display: inline;
    vertical-align: middle;
    font-family: "Font Awesome 5 Free";
    font-size: 18px;
    line-height: 24px;
    font-weight: 900;
    content: "ï¸";
}

.tst-faq-item-box .text {
    padding: 0px;
    transition: padding 0.3s;
}

.tst-faq-item-box.active {
    background: rgb(255, 255, 255);
    border-color: transparent;
    box-shadow: rgba(26, 47, 51, 0.11) 0px 5px 10px 0px;
}

.tst-faq-item-box.active .name::before {
    transform: rotate(180deg);
}

.tst-faq-item-box.active .text {
    padding: 0px 0px 30px;
}

.white-header .tst-menu {
    background: transparent;
}

.white-header .tst-menu-frame.tst-active .tst-menu {
    background: rgb(0, 0, 0);
}

.white-header .tst-menu::after {
    display: none;
}

.white-header .tst-menu-right .tst-cart svg path {
    fill: rgb(255, 255, 255);
}

.white-header .tst-menu img {
}

.white-header .tst-menu-frame.tst-active .tst-menu img {
    filter: none;
}

.white-header .tst-menu-frame.tst-active .tst-menu-right .tst-cart svg path {
    fill: rgb(26, 47, 51);
}

html body .white-header .tst-menu-frame.tst-active .tst-menu li a {
    color: rgb(255, 255, 255) !important;
}

.white-header .tst-menu-frame .tst-menu.tst-menu-transparent {
    box-shadow: none;
}

.white-header .tst-menu-frame.tst-active .tst-menu.tst-menu-transparent {
    box-shadow: rgba(26, 47, 51, 0.2) 0px 5px 10px 0px;
}

footer.white-footer {
    background: rgb(252, 252, 252);
}

footer.white-footer .tst-text-shadow {
    text-shadow: none;
}

footer.white-footer .tst-spacer.tst-white {
    border-bottom-color: rgba(0, 0, 0, 0.3);
}

.white-header .tst-menu-right .tst-menu-button-frame .tst-menu-btn .tst-burger span, .white-header .tst-menu-right .tst-menu-button-frame .tst-menu-btn .tst-burger span::after, .white-header .tst-menu-right .tst-menu-button-frame .tst-menu-btn .tst-burger span::before {
    background: rgb(255, 255, 255);
}

.white-header .tst-menu-frame.tst-active .tst-menu-right .tst-menu-button-frame .tst-menu-btn .tst-burger span, .white-header .tst-menu-frame.tst-active .tst-menu-right .tst-menu-button-frame .tst-menu-btn .tst-burger span::after, .white-header .tst-menu-frame.tst-active .tst-menu-right .tst-menu-button-frame .tst-menu-btn .tst-burger span::before {
    background: rgb(26, 47, 51);
}

@media (min-width: 992px) {
    .white-header .tst-menu .tst-menu-nav > nav > ul > li > a {
        color: rgb(255, 255, 255) !important;
    }

    .white-header .tst-menu-frame.tst-active .tst-menu-nav > nav > ul > li > a {
    }
}

.full-layout .tst-content-frame {
    margin-left: 0px;
    margin-right: 0px;
}

.full-layout .tst-content-frame--start {
    border-radius: 0px;
}

.full-layout .tst-content-frame--start::before {
    display: none;
}

.full-layout .tst-content-frame--end {
    border-radius: 0px;
}

.full-layout .tst-content-frame--end::after {
    display: none;
}

.full-layout .tst-scroll-hint-frame .tst-scroll-hint {
    filter: invert(1);
}

.full-layout .tst-scroll-hint-frame {
    top: -80px;
    background-color: transparent;
}

.full-layout .tst-scroll-hint-frame::after {
    display: none;
}

.full-layout .tst-menu-frame {
    padding: 0px;
}

.full-layout .tst-menu {
    transform: translateY(0px);
    border-radius: 0px;
}

.full-layout .tst-menu::after {
    display: none;
}

.full-layout .tst-menu-frame.tst-active .tst-menu {
    border-radius: 0px;
}

.tst-powered {
    font-size: 12px;
}

.tst-powered img {
    max-height: 24px;
}

.tst-wh-frame--add .tst-wh-time h5 {
    display: inline-block;
}

.tst-wh-frame--add .tst-wh-time .tst-label {
    display: block;
}

.tst-wh-frame--add .tst-wh-time h5:last-child {
    position: relative;
    margin-left: 20px;
}

.tst-wh-frame--add .tst-wh-time h5:last-child::before {
    position: absolute;
    width: 10px;
    height: 2px;
    top: 10px;
    left: -15px;
    background: rgb(26, 47, 51);
}

.page-template-default.pag-page .tst-content-frame--container, .post-template-default.pag-page .tst-content-frame--container {
    background: rgb(252, 252, 252);
}

.tst-menu .pag-section .pag-container {
    justify-content: space-between;
}

.tst-menu .pag-container .pag-column {
    width: auto !important;
}

.swiper-container-fade .swiper-slide {
    opacity: 0 !important;
}

.swiper-container-fade .swiper-slide-active {
    opacity: 1 !important;
}

.woocommerce-cart .pag-page .tst-content-frame--container {
    background-color: rgb(252, 252, 252);
}

h3#ship-to-different-address {
    font-size: 20px;
}

h3#ship-to-different-address input {
    margin-right: 8px;
}


.swiper-menu .swiper-slide {
    height: 0px !important;
}

.swiper-menu .swiper-slide.swiper-slide-active {
    height: auto !important;
}

.swiper-menu-nav .swiper-pagination-bullet {
    padding: 11px 30px;
    height: auto;
    line-height: 1.4;
}

@media (max-width: 767px) {
    .swiper-menu-nav .swiper-pagination-bullet {
        margin-bottom: 10px;
        display: block;
    }
}

.tst-timeline {
    position: relative;
    display: flex;
    flex-wrap: wrap;
}

.tst-timeline::after {
    content: "";
    border-radius: 3px;
    position: absolute;
    left: 50%;
    margin-left: -2px;
    height: 100%;
    width: 4px;
    background-color: rgb(243, 156, 18);
}

.tst-timeline .tst-timeline-item {
    width: 50%;
    padding-right: 60px;
    text-align: right;
}

.tst-timeline .tst-timeline-item .tst-tl-content {
    position: relative;
    display: flex;
    -webkit-box-align: stretch;
    align-items: stretch;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    flex-direction: row-reverse;
}

.tst-timeline .tst-timeline-item .tst-tl-content .tst-ilust {
    position: relative;
    width: 20%;
    filter: brightness(80%);
    transition: 0.4s ease-in-out;
}

.tst-timeline .tst-timeline-item .tst-tl-content .tst-ilust img {
    border-radius: 10px;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    box-shadow: rgba(26, 47, 51, 0.11) 0px 5px 10px 0px;
}

.tst-timeline .tst-timeline-item .tst-tl-content .tst-tl-text-frame {
    width: 80%;
    padding-right: 30px;
}

.tst-timeline .tst-timeline-item .tst-year {
    position: relative;
    font-size: 18px;
    font-weight: 500;
}

.tst-timeline .tst-timeline-item .tst-year::before {
    content: "";
    position: absolute;
    z-index: 1;
    right: -60px;
    top: 9px;
    height: 4px;
    width: 50px;
    border-radius: 3px;
    background-color: rgb(243, 156, 18);
}

.tst-timeline .tst-timeline-item .tst-year::after {
    content: "";
    position: absolute;
    z-index: 2;
    right: -70px;
    top: 0px;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    box-shadow: rgb(252, 252, 252) 0px 0px 0px 4px;
    border: 4px solid rgb(243, 156, 18);
    background-color: rgb(252, 252, 252);
}

.tst-timeline .tst-timeline-item:nth-child(2n) {
    margin-top: 60px;
    text-align: left;
    padding-left: 60px;
    padding-right: 0px;
}

.tst-timeline .tst-timeline-item:nth-child(2n) .tst-tl-content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
}

.tst-timeline .tst-timeline-item:nth-child(2n) .tst-tl-content .tst-tl-text-frame {
    padding-right: 0px;
    padding-left: 30px;
}

.tst-timeline .tst-timeline-item:nth-child(2n) .tst-year::before {
    right: auto;
    left: -60px;
}

.tst-timeline .tst-timeline-item:nth-child(2n) .tst-year::after {
    right: auto;
    left: -70px;
}

.tst-timeline .tst-timeline-item:hover .tst-tl-content .tst-ilust {
    filter: brightness(110%);
}

@media (max-width: 790px) {
    .tst-timeline::after {
        left: 0px;
    }

    .tst-timeline .tst-timeline-item {
        padding: 0px 0px 0px 30px;
        width: 100%;
        text-align: left;
    }

    .tst-timeline .tst-timeline-item .tst-tl-content {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        flex-direction: row;
    }

    .tst-timeline .tst-timeline-item .tst-tl-content .tst-tl-text-frame {
        padding: 0px 0px 0px 30px;
    }

    .tst-timeline .tst-timeline-item .tst-year {
        position: relative;
        font-size: 18px;
        font-weight: 500;
    }

    .tst-timeline .tst-timeline-item .tst-year::before {
        display: none;
    }

    .tst-timeline .tst-timeline-item .tst-year::after {
        right: auto;
        left: -40px;
    }

    .tst-timeline .tst-timeline-item:nth-child(2n) {
        margin-top: 0px;
        text-align: left;
        padding: 0px 0px 0px 30px;
    }

    .tst-timeline .tst-timeline-item:nth-child(2n) .tst-tl-content {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        flex-direction: row;
    }

    .tst-timeline .tst-timeline-item:nth-child(2n) .tst-tl-content .tst-tl-text-frame {
        padding: 0px 0px 0px 30px;
    }

    .tst-timeline .tst-timeline-item:nth-child(2n) .tst-year {
        position: relative;
        font-size: 18px;
        font-weight: 500;
        margin-bottom: 30px;
    }

    .tst-timeline .tst-timeline-item:nth-child(2n) .tst-year::after {
        right: auto;
        left: -40px;
    }
}

.tst-main-title .tst-title--h, .h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6, .tst-testimonial-card .tst-quote, .product-name a, span.logotype__title {
    font-family: "Quattrocento Sans";
}

body, .h6, h6, .tst-text, .tst-label, .tst-icon-link, .tst-suptitle, .tst-btn, .tst-menu-nav ul li a, .tst-breadcrumbs li, .swiper-menu-nav .swiper-pagination-bullet, .tst-minicart-window .woocommerce-mini-cart .woocommerce-mini-cart-item a, .tst-minicart-window .woocommerce-mini-cart__total strong, .tst-minicart-window .woocommerce-mini-cart__buttons a, .tst-shop-list-header .woocommerce-result-count, .widget-area .widget_product_categories ul li, .widget-area .product_list_widget li a, .woocommerce-product-search button, .woocommerce button, table thead tr th, .cart_item td::before, .cart_totals table tbody tr.cart-subtotal td::before, .cart_totals table tbody tr.order-total td::before, .checkout-button, .datepicker {
    font-family: "Quattrocento Sans";
}

.tst-menu-nav ul li a {
    font-family: "Quattrocento Sans";
}

.tst-menu-nav ul li a {
    font-size: 15px;
}

.timing_wrap_block {
    display: flex;
    background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.16) 70%, rgb(250, 194, 45) 30%), url("../imgs/pizz_menu_bg.webp");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: unset;
    justify-content: space-between;
    border-radius: 40px;
    height: 450px;
}

.timing_banner_bg {
    display: flex;
    align-items: center;
    color: rgb(255, 255, 255);
    padding-left: 5%;
    width: 65%;
}

.timing_wrap_block .time_notes {
    width: 30%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 25px 0px;
}

.tst-text-lg {
}

.tst-text-lg p {
    font-size: 25px;
}

.container {
}

.fresh_ingredient {
    text-align: center;
}

.fresh_ingredient .pag-heading-title {
    text-transform: capitalize;
    text-decoration: none;
    color: rgb(250, 194, 45);
    margin-bottom: 30px;
}

.pag-button-wrapper {
}

.pag-button-wrapper a {
    background-color: rgb(250, 194, 45);
    fill: rgb(0, 0, 0);
    color: rgb(0, 0, 0);
    width: fit-content;
    border-radius: 4px;
    font-size: 16px;
    padding: 15px 30px;
    display: inline-block;
}

@media only screen and (max-width: 991px) {
    .timing_wrap_block {
        flex-direction: column;
        background-position: center top;
        background-size: contain;
        background-image: linear-gradient(rgba(0, 0, 0, 0) 33%, rgb(250, 194, 45) 30%), url("../imgs/pizz_menu_bg.webp");
        height: 790px;
        background-color: rgb(250, 194, 45);
    }

    .timing_wrap_block .time_notes {
        margin-left: auto;
        margin-top: auto;
        width: 100%;
    }

    .timing_banner_bg {
    }

    .timing_banner_bg h2 {
        padding-top: 75px;
    }
}
.mob_pos_absolute {
    display: none;
}
.mob_horizontal_bar .mob_menu_holder nav .pag-nav-menu {
    list-style: none;
    padding: 0;
    margin: 0;
}
.mob_horizontal_bar .mob_menu_holder nav .pag-nav-menu li:first-child {
    background-color: #fac22d;
}
.mob_horizontal_bar .mob_menu_holder nav .pag-nav-menu li {
    padding: 5px 0;
    line-height: 1.5;
}
@media only screen and (max-width: 991px){
    .pag-menu-toggle.active .fa-bars {
    display: none;
}
.pag-menu-toggle.active .fa-xmark {
    display: block;
}
    .mob_horizontal_bar {
        display: flex;
        justify-content: space-between;
        align-items: center;
        background-color: #FAC22D;
        border-radius: 64px;
        position: relative;
        height: 60px;
    }
    .mob_horizontal_bar a img {
        width: auto;
        margin: 0;
    }
    .mob_horizontal_bar .mob_menu_holder {}
    .mob_horizontal_bar .mob_menu_holder nav {
        /* display: none; */
        position: fixed;
        top: 70%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 100%;
        background-color: #000;
        clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
        transition: 0.5s;
    }
    .pag-nav-menu-animation-slide.active {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%) !important;
}
    .pag-menu-toggle {
        padding-left: 27px;
    }
    .has-mobile-log {
        /* width: 70%; */
        margin-inline: auto;
        text-align: center;
        position: absolute;
        top: 20px;
        left: 50%;
        transform: translate(-50%, -50%);
    }
    .menu-mob-no-holder {
    padding-right: 20px;
    }
    .mob_horizontal_bar * {
        text-align: center;
    }
    .mob_pos_absolute {
        display: block;
        position: fixed;
        bottom: 0;
        width: 100%;
        padding-top: 32px;
        z-index: 99999;
    }
    .copyright_section_pad {
        padding-bottom: 70px;
    }
    
    .pag-menu-toggle .fa-xmark {
        display: none;
    }
    .mob_horizontal_bar i {
        padding: 10px;
        background-color: #282829;
        color: #fac22d;
        border-radius: 50px;
        font-size: 25px;
        height: 45px;
        width: 45px;
    }
}