@charset "UTF-8";
:root {
    --color-01: #444;
    --color-02: #131111;
    --color-03: #fafafa;
    --color-04: #777;
    --color-05: #333;
    --color-06: #ddd;
    --color-07: #8c8c8c;
    --color-08: #ccc;
    --color-09: #222;
    --color-10: #555;
    --color-11: #888;
    --color-12: #999;
    --color-13: #2cbf14;
    --color-14: #323232;
    --color-15: #fbfbfb;
    --color-input: #999;
    --bg-feature: #e4f8fa;
    --bg-flash-sale: #ea3c06;
    --bg-saled: #ffba43;
    --feature-color: #08879e;
    --border-color: #f0f0f0;
    --border-color-2: #eaeaea;
    --border-color-3: #e5e5e5;
    --border-color-4: #ccc;
    --border-color-5: #e0e0e0;
    --border-color-6: #eee;
    --border-color-7: #d0d0d0;
    --border-color-woo: #d9d9d9;
    --bg-white: #fff;
    --white-color: #fff;
    --black-color: #000;
    --rating-color: #ff9600;
    --stock-color: #02734a;
    --red-color: red
}
.clearfix::after {
    display: block;
    clear: both;
    content: ""
}
.pull-right {
    float: right !important
}
.pull-left {
    float: left !important
}
.hide {
    display: none !important
}
.show {
    display: block !important
}
.invisible {
    visibility: hidden
}
.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}

.hidden {
    display: none !important
}
.affix {
    position: fixed
}
.modal-open .animated {
    animation-fill-mode: unset;
    -webkit-animation-fill-mode: unset
}
.tbay-page-loader {
    display: block;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: #fefefe;
    z-index: 100000
}
.tbay-loader {
    position: absolute;
    top: 50%;
    left: 50%;
    right: auto;
    margin: -25px 0 0 -25px;
    font-size: 10px;
    z-index: 100001
}
.tbay-body {
    visibility: hidden
}
.tbay-loader {
    text-indent: -12345px
}
.tbay-body-loader {
    overflow: hidden
}
@keyframes spinner-one {
    0% {
        transform: rotate(0)
    }
    100% {
        transform: rotate(360deg)
    }
}
@keyframes -webkit-spinner-one {
    0% {
        -webkit-transform: rotate(0)
    }
    100% {
        -webkit-transform: rotate(360deg)
    }
}
.tbay-page-loader #loader {
    -webkit-animation: 2s linear 0s normal none infinite running spinner-one;
    -o-animation: 2s linear 0s normal none infinite running spinner-one;
    animation: 2s linear 0s normal none infinite running spinner-one;
    border-color: #86bc42 transparent transparent;
    border-image: none;
    border-radius: 50%;
    border-style: solid;
    border-width: 3px;
    display: block;
    height: 150px;
    left: 50%;
    right: auto;
    margin-left: -75px;
    margin-top: -75px;
    position: relative;
    top: 50%;
    width: 150px;
    z-index: 1001
}
.tbay-page-loader #loader:before {
    -webkit-animation: 3s linear 0s normal none infinite running spinner-one;
    -o-animation: 3s linear 0s normal none infinite running spinner-one;
    animation: 3s linear 0s normal none infinite running spinner-one;
    border-color: #f65b47 transparent transparent;
    border-image: none;
    border-radius: 50%;
    border-style: solid;
    border-width: 3px;
    bottom: 5px;
    content: "";
    left: 5px;
    position: absolute;
    right: 5px;
    top: 5px
}
.tbay-page-loader #loader:after {
    -webkit-animation: 1.5s linear 0s normal none infinite running spinner-one;
    -o-animation: 1.5s linear 0s normal none infinite running spinner-one;
    animation: 1.5s linear 0s normal none infinite running spinner-one;
    border-color: #f9c922 transparent transparent;
    border-image: none;
    border-radius: 50%;
    border-style: solid;
    border-width: 3px;
    bottom: 15px;
    content: "";
    left: 15px;
    position: absolute;
    right: 15px;
    top: 15px
}
.tbay-page-loader .loader-section {
    background: #fefefe none repeat scroll 0 0;
    height: 100%;
    position: fixed;
    top: 0;
    transform: translateX(0);
    width: 51%;
    z-index: 1000
}
.tbay-page-loader .loader-section.section-left {
    left: 0
}
.tbay-page-loader .loader-section.section-right {
    right: 0
}
.tbay-loader-two {
    position: relative;
    width: 80px;
    height: 80px;
    -webkit-animation: spinner 5s infinite linear;
    animation: spinner 5s infinite linear
}
.tbay-loader-two span {
    width: 40px;
    height: 40px;
    position: absolute;
    background: var(--red-color);
    display: block;
    -webkit-animation: spinner-two 800ms infinite linear;
    -o-animation: spinner-two 800ms infinite linear;
    animation: spinner-two 800ms infinite linear
}
.tbay-loader-two span:nth-child(1) {
    background: #2ecc71
}
.tbay-loader-two span:nth-child(2) {
    left: 44px;
    right: auto;
    background: #51cbe2;
    -webkit-animation-delay: .2s;
    animation-delay: .2s
}
.tbay-loader-two span:nth-child(3) {
    top: 44px;
    background: #3498db;
    -webkit-animation-delay: .4s;
    animation-delay: .4s
}
.tbay-loader-two span:nth-child(4) {
    top: 44px;
    left: 44px;
    right: auto;
    background: #f1c40f;
    -webkit-animation-delay: .6s;
    animation-delay: .6s
}
@-webkit-keyframes spinner-two {
    0% {
        transform: scale(1)
    }
    50% {
        transform: scale(0.5)
    }
    100% {
        transform: scale(1)
    }
}
@keyframes spinner-two {
    0% {
        transform: scale(1)
    }
    50% {
        transform: scale(0.5)
    }
    100% {
        transform: scale(1)
    }
}
.tbay-loader-three {
    position: relative
}
.tbay-loader-three span {
    display: block;
    bottom: 0;
    width: 9px;
    height: 5px;
    background: #51cbe2;
    position: absolute;
    -webkit-animation: spinner-three 1.5s infinite ease-in-out;
    -o-animation: spinner-three 1.5s infinite ease-in-out;
    animation: spinner-three 1.5s infinite ease-in-out
}
.tbay-loader-three span:nth-child(2) {
    left: 11px;
    right: auto;
    -webkit-animation-delay: .2s;
    animation-delay: .2s
}
.tbay-loader-three span:nth-child(3) {
    left: 22px;
    right: auto;
    -webkit-animation-delay: .4s;
    animation-delay: .4s
}
.tbay-loader-three span:nth-child(4) {
    left: 33px;
    right: auto;
    -webkit-animation-delay: .6s;
    animation-delay: .6s
}
.tbay-loader-three span:nth-child(5) {
    left: 44px;
    right: auto;
    -webkit-animation-delay: .8s;
    animation-delay: .8s
}
@-webkit-keyframes spinner-three {
    0% {
        height: 5px;
        transform: translateY(0);
        background: #51cbe2
    }
    25% {
        height: 30px;
        transform: translateY(15px);
        background: #3498db
    }
    50% {
        height: 5px;
        transform: translateY(0);
        background: #51cbe2
    }
    100% {
        height: 5px;
        transform: translateY(0);
        background: #51cbe2
    }
}
@keyframes spinner-three {
    0% {
        height: 5px;
        transform: translateY(0);
        background: #51cbe2
    }
    25% {
        height: 30px;
        transform: translateY(15px);
        background: #3498db
    }
    50% {
        height: 5px;
        transform: translateY(0);
        background: #51cbe2
    }
    100% {
        height: 5px;
        transform: translateY(0);
        background: #51cbe2
    }
}
.tbay-loader-four {
    width: 80px;
    height: 80px
}
.tbay-loader-four .spinner-cube {
    width: 33%;
    height: 33%;
    background-color: #51cbe2;
    float: left;
    -webkit-animation: spinner-four 1.3s infinite ease-in-out;
    -o-animation: spinner-four 1.3s infinite ease-in-out;
    animation: spinner-four 1.3s infinite ease-in-out
}
.tbay-loader-four .spinner-cube1 {
    -webkit-animation-delay: .2s;
    animation-delay: .2s
}
.tbay-loader-four .spinner-cube2 {
    -webkit-animation-delay: .3s;
    animation-delay: .3s
}
.tbay-loader-four .spinner-cube3 {
    -webkit-animation-delay: .4s;
    animation-delay: .4s
}
.tbay-loader-four .spinner-cube4 {
    -webkit-animation-delay: .1s;
    animation-delay: .1s
}
.tbay-loader-four .spinner-cube5 {
    -webkit-animation-delay: .2s;
    animation-delay: .2s
}
.tbay-loader-four .spinner-cube6 {
    -webkit-animation-delay: .3s;
    animation-delay: .3s
}
.tbay-loader-four .spinner-cube7 {
    -webkit-animation-delay: 0s;
    animation-delay: 0s
}
.tbay-loader-four .spinner-cube8 {
    -webkit-animation-delay: .1s;
    animation-delay: .1s
}
.tbay-loader-four .spinner-cube9 {
    -webkit-animation-delay: .2s;
    animation-delay: .2s
}
@-webkit-keyframes spinner-four {
    0%, 70%, 100% {
        -webkit-transform: scale3D(1, 1, 1);
        transform: scale3D(1, 1, 1)
    }
    35% {
        -webkit-transform: scale3D(0, 0, 1);
        transform: scale3D(0, 0, 1)
    }
}
@keyframes spinner-four {
    0%, 70%, 100% {
        -webkit-transform: scale3D(1, 1, 1);
        transform: scale3D(1, 1, 1)
    }
    35% {
        -webkit-transform: scale3D(0, 0, 1);
        transform: scale3D(0, 0, 1)
    }
}
.tbay-loader-five {
    width: 80px;
    height: 80px;
    position: relative
}
.tbay-loader-five .spinner-cube {
    border: 2px solid transparent;
    float: left;
    width: 50%;
    height: 50%;
    position: relative;
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box
}
.tbay-loader-five .spinner-cube:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #51cbe2;
    -webkit-animation: spinner-five 2.4s infinite linear both;
    -o-animation: spinner-five 2.4s infinite linear both;
    animation: spinner-five 2.4s infinite linear both;
    -webkit-transform-origin: 100% 100%;
    -ms-transform-origin: 100% 100%;
    transform-origin: 100% 100%
}
.tbay-loader-five .spinner-cube-2 {
    -webkit-transform: scale(1.1) rotateZ(90deg);
    transform: scale(1.1) rotateZ(90deg)
}
.tbay-loader-five .spinner-cube-3 {
    -webkit-transform: scale(1.1) rotateZ(180deg);
    transform: scale(1.1) rotateZ(180deg)
}
.tbay-loader-five .spinner-cube-4 {
    -webkit-transform: scale(1.1) rotateZ(270deg);
    transform: scale(1.1) rotateZ(270deg)
}
.tbay-loader-five .spinner-cube-2:before {
    -webkit-animation-delay: .3s;
    animation-delay: .3s
}
.tbay-loader-five .spinner-cube-3:before {
    -webkit-animation-delay: .6s;
    animation-delay: .6s
}
.tbay-loader-five .spinner-cube-4:before {
    -webkit-animation-delay: .9s;
    animation-delay: .9s
}
@-webkit-keyframes spinner-five {
    0%, 10% {
        -webkit-transform: perspective(140px) rotateX(-180deg);
        transform: perspective(140px) rotateX(-180deg);
        opacity: 0
    }
    25%, 75% {
        -webkit-transform: perspective(140px) rotateX(0);
        transform: perspective(140px) rotateX(0);
        opacity: 1
    }
    90%, 100% {
        -webkit-transform: perspective(140px) rotateY(180deg);
        transform: perspective(140px) rotateY(180deg);
        opacity: 0
    }
}
@keyframes spinner-five {
    0%, 10% {
        -webkit-transform: perspective(140px) rotateX(-180deg);
        transform: perspective(140px) rotateX(-180deg);
        opacity: 0
    }
    25%, 75% {
        -webkit-transform: perspective(140px) rotateX(0);
        transform: perspective(140px) rotateX(0);
        opacity: 1
    }
    90%, 100% {
        -webkit-transform: perspective(140px) rotateY(180deg);
        transform: perspective(140px) rotateY(180deg);
        opacity: 0
    }
}
.tbay-loader-six {
    width: 70px;
    height: 70px;
    position: relative
}
.tbay-loader-six .spinner-cube-1 {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #3498db;
    opacity: .6;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-animation: spinner-six 2s infinite ease-in-out;
    -o-animation: spinner-six 2s infinite ease-in-out;
    animation: spinner-six 2s infinite ease-in-out
}
.tbay-loader-six .spinner-cube-2 {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #3498db;
    opacity: .6;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-animation: spinner-six 2s infinite ease-in-out;
    -o-animation: spinner-six 2s infinite ease-in-out;
    animation: spinner-six 2s infinite ease-in-out;
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s
}
@-webkit-keyframes spinner-six {
    0%, 100% {
        -webkit-transform: scale(0)
    }
    50% {
        -webkit-transform: scale(1)
    }
}
@keyframes spinner-six {
    0%, 100% {
        transform: scale(0);
        -webkit-transform: scale(0)
    }
    50% {
        transform: scale(1);
        -webkit-transform: scale(1)
    }
}
.tbay-page-loader.loader-img {
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0
}
.tbay-page-loader.loader-img img {
    position: absolute;
    z-index: 999;
    top: 50%;
    left: 50%;
    right: auto;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}
@media(max-width:767px) {
    .tbay-page-loader.loader-img img {
        max-width: 150px
    }
}
.zoom-2 {
    overflow: hidden;
    display: block;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px
}
.zoom-2 img {
    position: relative;
    width: 100%;
    height: auto;
    -webkit-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
    -webkit-transform-origin: center center;
    -moz-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center
}
.zoom-2:hover img {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2)
}
.filter-grayscale, body:not(.tbay-body-default) .widget .widget_sp_image-image-link img {
    -webkit-transition: all .6s ease-out 0s;
    -o-transition: all .6s ease-out 0s;
    transition: all .6s ease-out 0s
}
.filter-grayscale:hover, body:not(.tbay-body-default) .widget .widget_sp_image-image-link img:hover {
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    -ms-filter: grayscale(100%)
}
.filter-brightness {
    -webkit-transition: all .4s ease-out 0s;
    -o-transition: all .4s ease-out 0s;
    transition: all .4s ease-out 0s
}
.filter-brightness:hover {
    filter: brightness(0.4);
    -webkit-filter: brightness(0.4);
    -moz-filter: brightness(0.4);
    -o-filter: brightness(0.4);
    -ms-filter: brightness(0.4)
}
.filter-blur {
    -webkit-transition: all .6s ease-out 0s;
    -o-transition: all .6s ease-out 0s;
    transition: all .6s ease-out 0s
}
.filter-blur:hover {
    filter: blur(5px);
    -webkit-filter: blur(5px);
    -moz-filter: blur(5px);
    -o-filter: blur(5px);
    -ms-filter: blur(5px)
}
.close .fa {
    -webkit-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out
}
.close:hover .fa {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg)
}
.image-overlay-1:after, .image-overlay-1:before {
    content: "";
    display: block;
    position: absolute;
    z-index: 100;
    background: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 100%;
    left: 0;
    right: auto;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s
}
.image-overlay-1:after {
    top: -100%
}
.image-overlay-1:before {
    bottom: -100%
}
.image-overlay-1:hover:after {
    top: -50%;
    opacity: 1;
    filter: alpha(opacity=100)
}
.image-overlay-1:hover:before {
    bottom: -50%;
    opacity: 1;
    filter: alpha(opacity=100)
}
.image-plus-1 {
    position: relative
}
.image-plus-1::before {
    overflow: hidden;
    position: absolute;
    top: 0;
    content: "";
    z-index: 100;
    width: 100%;
    height: 100%;
    left: 0;
    right: auto;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
    background: url("../images/plus.png") no-repeat scroll center center/60px 60px rgba(0, 0, 0, 0.6)
}
.image-plus-1:hover::before {
    visibility: visible;
    opacity: .6;
    filter: alpha(opacity=60);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1)
}
.image-plus-2 {
    position: relative
}
.image-plus-2::before {
    content: "";
    z-index: 199;
    top: 0;
    position: absolute;
    background: url("../images/plus.png") no-repeat scroll center center/60px 60px rgba(0, 0, 0, 0.8);
    width: 100%;
    height: 100%;
    left: 0;
    right: auto;
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-background-size: 10px 10px, 100% 100%;
    -moz-background-size: 10px 10px, 100% 100%;
    -ms-background-size: 10px 10px, 100% 100%;
    -o-background-size: 10px 10px, 100% 100%;
    background-size: 10px 10px, 100% 100%;
    -webkit-background-origin: padding-box, padding-box;
    -moz-background-origin: padding-box, padding-box;
    -ms-background-origin: padding-box, padding-box;
    -o-background-origin: padding-box, padding-box;
    background-origin: padding-box, padding-box
}
.image-plus-2:hover::before {
    opacity: .6;
    visibility: visible;
    -webkit-background-size: 60px 60px, 100% 100%;
    -moz-background-size: 60px 60px, 100% 100%;
    -ms-background-size: 60px 60px, 100% 100%;
    -o-background-size: 60px 60px, 100% 100%;
    background-size: 60px 60px, 100% 100%
}
.image-plus-3 {
    position: relative
}
.image-plus-3::before {
    content: "";
    top: 0;
    overflow: hidden;
    position: absolute;
    z-index: 100;
    -webkit-transform: scale(0.5) rotateX(180deg);
    -moz-transform: scale(0.5) rotateX(180deg);
    -ms-transform: scale(0.5) rotateX(180deg);
    -o-transform: scale(0.5) rotateX(180deg);
    transform: scale(0.5) rotateX(180deg);
    width: 100%;
    height: 100%;
    left: 0;
    right: auto;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    background: rgba(0, 0, 0, 0.8)
}
.image-plus-3:hover::before {
    visibility: visible;
    opacity: .6;
    filter: alpha(opacity=60);
    -webkit-transform: scale(1) rotateX(0);
    -moz-transform: scale(1) rotateX(0);
    -ms-transform: scale(1) rotateX(0);
    -o-transform: scale(1) rotateX(0);
    transform: scale(1) rotateX(0)
}
.icon-effect-1 {
    position: relative
}
.icon-effect-1:before {
    content: "";
    display: block;
    -webkit-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -o-transform: scale(0.5);
    transform: scale(0.5);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    -webkit-transition: transform .5s cubic-bezier(0.19, 1, 0.22, 1), background-color .2s cubic-bezier(0.19, 1, 0.22, 1);
    -o-transition: transform .5s cubic-bezier(0.19, 1, 0.22, 1), background-color .2s cubic-bezier(0.19, 1, 0.22, 1);
    transition: transform .5s cubic-bezier(0.19, 1, 0.22, 1), background-color .2s cubic-bezier(0.19, 1, 0.22, 1);
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: transparent
}
.icon-effect-1:hover:before {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: transform .5s cubic-bezier(0.19, 1, 0.22, 1), background-color .2s cubic-bezier(0.19, 1, 0.22, 1);
    -o-transition: transform .5s cubic-bezier(0.19, 1, 0.22, 1), background-color .2s cubic-bezier(0.19, 1, 0.22, 1);
    transition: transform .5s cubic-bezier(0.19, 1, 0.22, 1), background-color .2s cubic-bezier(0.19, 1, 0.22, 1)
}
@-webkit-keyframes spinAround {
    from {
        -webkit-transform: rotate(0)
    }
    to {
        -webkit-transform: rotate(360deg)
    }
}
@-moz-keyframes spinAround {
    from {
        -moz-transform: rotate(0)
    }
    to {
        -moz-transform: rotate(360deg)
    }
}
@keyframes spinAround {
    from {
        transform: rotate(0)
    }
    to {
        transform: rotate(360deg)
    }
}
.ajax-loader-wapper {
    top: 50%;
    position: absolute;
    left: 50%;
    right: auto;
    margin-left: -40px;
    margin-top: -40px;
    z-index: 10
}
.ajax-loader {
    border: 1px solid #f3f3f3;
    border-radius: 50%;
    border-top: 1px solid #c00;
    width: 80px;
    height: 80px;
    -webkit-animation: spin 1.75s linear infinite;
    animation: spin 1.75s linear infinite;
    position: relative;
    font-size: 0;
    display: inline-block
}
.content-load-more {
    position: relative
}
.ajax-loader-more {
    background: url("../images/load-more.gif") no-repeat 0 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: 150px;
    z-index: 999;
    background-position: center 100%;
    background-color: rgba(255, 255, 255, 0.4)
}
@keyframes spin {
    from {
        transform: rotate(0)
    }
    to {
        transform: rotate(360deg)
    }
}
@keyframes tbay-bottom-top {
    0 {
        transform: translateY(40px);
        opacity: 0;
        filter: alpha(opacity=0)
    }
    100% {
        transform: translateY(0);
        opacity: 1;
        filter: alpha(opacity=100)
    }
}
@-webkit-keyframes tbay-bottom-top {
    0% {
        -webkit-transform: translateY(40px);
        opacity: 0;
        filter: alpha(opacity=0)
    }
    100% {
        -webkit-transform: translateY(0);
        opacity: 1;
        filter: alpha(opacity=100)
    }
}
@-webkit-keyframes fadeOutLeftShort {
    from {
        -webkit-transform: none;
        transform: none
    }
    to {
        -webkit-transform: translate3d(-20px, 0, 0);
        transform: translate3d(-20px, 0, 0)
    }
}
@keyframes fadeOutLeftShort {
    from {
        -webkit-transform: none;
        transform: none
    }
    to {
        -webkit-transform: translate3d(-20px, 0, 0);
        transform: translate3d(-20px, 0, 0)
    }
}
@-webkit-keyframes fadeInLeftShort {
    from {
        -webkit-transform: translate3d(-20px, 0, 0);
        transform: translate3d(-20px, 0, 0)
    }
    to {
        -webkit-transform: none;
        transform: none
    }
}
@keyframes fadeInLeftShort {
    from {
        -webkit-transform: translate3d(-20px, 0, 0);
        transform: translate3d(-20px, 0, 0)
    }
    to {
        -webkit-transform: none;
        transform: none
    }
}
@-webkit-keyframes circle-loading {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}
@keyframes circle-loading {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}
html {
    font-size: 14px
}
body {
    font-family: var(--tb-text-primary-font);
    font-size: 14px;
    font-weight: normal;
    line-height: 24px;
    color: var(--black-color);
    background: var(--tb-theme-body);
    overflow-x: hidden
}
body:not(.tbay-homepage-demo) #main-container {
    padding-bottom: 50px
}
body.mobile-hidden-footer-icon {
    height: 100vh
}
.font-16 {
    font-size: 16px
}
.wrapper-container {
    position: relative;
    overflow: hidden
}
.wrapper-container.offcanvas-right {
    z-index: 2000
}
.woocommerce-password-strength {
    font-weight: 500
}
.rev-btn, .rev-btn:visited {
    font-family: var(--tb-text-primary-font)
}
.search-form>form {
    border: 1px solid var(--border-color-4);
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px
}
.search-form .btn {
    background: transparent;
    color: #000;
    font-size: 20px
}
.search-form .btn:hover {
    background: transparent;
    color: var(--color-05)
}
.search-form .form-control {
    border: 0
}
.btn:focus {
    box-shadow: none
}
.form-control, form input, input#ywqa_ask_question_text {
    height: 40px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border: 1px solid var(--border-color-4);
    -webkit-box-shadow: none;
    box-shadow: none
}
.form-control:focus, form input:focus, input#ywqa_ask_question_text:focus {
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none
}
.form-control[type="checkbox"], form input[type="checkbox"], input#ywqa_ask_question_text[type="checkbox"] {
    height: initial
}
@media(max-width:1199px) {
    .form-control, form input, input#ywqa_ask_question_text {
        font-size: 16px
    }
}
form input[type="file"] {
    height: auto;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border: 0;
    background: transparent
}
.woocommerce form .form-row {
    padding: 0;
    margin: 0
}
.form-row label, .checkbox label {
    font-weight: normal
}
.form-row .checkbox, .checkbox .checkbox {
    margin-bottom: 0;
    margin-top: 0;
    margin-right: 20px;
    margin-left: auto
}
.woocommerce form .form-row .select2-container {
    line-height: inherit;
    display: block
}
.select2-container--default .select2-search--dropdown .select2-search__field {
    height: 40px;
    outline: 0
}
.select2-container--default .select2-selection--single {
    height: auto;
    border-color: var(--border-color-4);
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    margin-bottom: 10px;
    position: relative;
    background-color: var(--bg-white)
}
.select2-container--default .select2-selection--single:focus {
    outline: 0
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    height: auto
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
    position: static;
    border: 0;
    margin: 0
}
.select2-container--default .select2-selection--single .select2-selection__arrow b:before {
    content: '\e604';
    font-family: 'simple-line-icons';
    font-size: 10px;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 38px;
    padding-left: 15px;
    padding-right: 20px;
    color: var(--black-color)
}
.select2-container--default .select2-selection--single .select2-selection__clear {
    font-size: 20px;
    font-weight: normal;
    margin: 0 5px
}
.select2-container--default .select2-selection--multiple {
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-color: var(--border-color)
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
    padding: 10px 15px
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
    float: none;
    margin: 0
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered input {
    margin: 0 !important
}
.select2-container--default .select2-selection--multiple .select2-search input {
    height: auto
}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b:before {
    content: '\e607'
}
.woocommerce .woocommerce-info, .woocommerce .woocommerce-message, .woocommerce .woocommerce-error {
    padding: 23px 20px;
    background: var(--bg-white);
    color: var(--color-10);
    line-height: 24px;
    margin: 5px 0
}
.woocommerce .woocommerce-info:before, .woocommerce .woocommerce-message:before, .woocommerce .woocommerce-error:before {
    position: static;
    margin-right: 10px;
    margin-left: 0;
    vertical-align: middle
}
.woocommerce .woocommerce-info li, .woocommerce .woocommerce-message li, .woocommerce .woocommerce-error li {
    display: inline-block;
    vertical-align: middle;
    width: 100%
}
.woocommerce .woocommerce-info a.button, .woocommerce .woocommerce-message a.button, .woocommerce .woocommerce-error a.button {
    line-height: 24px;
    padding: 0;
    background: transparent;
    color: var(--black-color)
}
.woocommerce .woocommerce-info a.button:after, .woocommerce .woocommerce-message a.button:after, .woocommerce .woocommerce-error a.button:after {
    content: "";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-family: "tb-icon"
}
.woocommerce .woocommerce-info a.button:hover, .woocommerce .woocommerce-message a.button:hover, .woocommerce .woocommerce-error a.button:hover {
    color: var(--tb-theme-color)
}
.woocommerce .woocommerce-info a.button:after, .woocommerce .woocommerce-message a.button:after, .woocommerce .woocommerce-error a.button:after {
    line-height: 1;
    display: inline-block;
    margin-left: 5px;
    margin-right: 0;
    font-size: 12px
}
.woocommerce.single-product .woocommerce-info, .woocommerce.single-product .woocommerce-message, .woocommerce.single-product .woocommerce-error {
    padding: 23px 30px 23px;
    margin-bottom: 15px
}
.woocommerce .woocommerce-NoticeGroup {
    width: 100%;
    padding: 0 15px
}
.woocommerce .woocommerce-NoticeGroup .woocommerce-info, .woocommerce .woocommerce-NoticeGroup .woocommerce-message, .woocommerce .woocommerce-NoticeGroup .woocommerce-error {
    padding: 23px 0
}
.woocommerce .woocommerce-message {
    border-top-color: #07930b
}
.woocommerce .woocommerce-message:before {
    color: #07930b
}
.woocommerce .woocommerce-error::before {
    display: none
}
.woocommerce .woocommerce-error li::before {
    font-family: WooCommerce;
    display: inline-block;
    content: "\e016";
    color: #b81c23;
    margin-right: 5px;
    margin-left: 0
}
.return-to-shop {
    margin: 30px 0 0
}
.return-to-shop a.button:before {
    content: "";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-family: "tb-icon"
}
.return-to-shop a.button:before {
    font-size: 12px;
    line-height: 19px;
    margin-left: 0;
    margin-right: 5px;
    display: inline-block;
    vertical-align: middle
}
::-webkit-input-placeholder {
    color: var(--color-input) !important
}
:-ms-input-placeholder {
    color: var(--color-input) !important
}
::placeholder {
    color: var(--color-input) !important
}
input, button, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}
.center {
    text-align: center
}
.color {
    color: var(--tb-theme-color)
}
.required {
    color: var(--red-color)
}
.overflow-y {
    overflow-y: hidden
}
a {
    color: var(--color-05);
    text-decoration: none;
    -webkit-transition: color .3s ease;
    -o-transition: color .3s ease;
    transition: color .3s ease
}
a:hover, a:focus {
    color: var(--tb-theme-color);
    text-decoration: none;
    outline: 0
}
a:focus {
    outline: 0;
    outline-offset: -2px
}
.page-header {
    background: transparent;
    border: 0;
    padding: 0;
    margin: 0
}
.page-header .page-title {
    margin: 0 15px 30px 15px;
    color: var(--color-05);
    font-weight: bold;
    padding: 20px 40px;
    font-size: 20px
}
.page-header .taxonomy-description {
    padding-top: 30px;
    padding-bottom: 30px
}
.pagination, .tbay-pagination {
    margin-top: 15px;
    text-align: center;
    display: block
}
.pagination ul.page-numbers, .tbay-pagination ul.page-numbers {
    margin-top: 57px;
    text-align: center;
    padding: 0;
    list-style: none;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center
}
.pagination ul.page-numbers li, .tbay-pagination ul.page-numbers li {
    float: left;
    margin: 0
}
.pagination ul.page-numbers li+li, .tbay-pagination ul.page-numbers li+li {
    margin-left: 5px
}
@media(max-width:767px) {
    .pagination ul.page-numbers li, .tbay-pagination ul.page-numbers li {
        margin-bottom: 5px
    }
}
.pagination span, .pagination a, .tbay-pagination span, .tbay-pagination a {
    min-width: 35px;
    line-height: 33px;
    border: 1px solid var(--border-color-7);
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    display: inline-block;
    font-weight: 500;
    padding: 0 3px;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s
}
.pagination span.current, .pagination span:hover, .pagination a.current, .pagination a:hover, .tbay-pagination span.current, .tbay-pagination span:hover, .tbay-pagination a.current, .tbay-pagination a:hover {
    background: var(--tb-theme-color);
    color: #fff;
    border-color: var(--tb-theme-color);
    text-decoration: none
}
.pagination a, .tbay-pagination a {
    color: var(--color-05);
    cursor: pointer
}
.pagination a.next, .pagination a.prev, .tbay-pagination a.next, .tbay-pagination a.prev {
    font-size: 12px
}
.pagination a.next i, .pagination a.prev i, .tbay-pagination a.next i, .tbay-pagination a.prev i {
    display: inline-block;
    line-height: 1
}
.woocommerce-pagination {
    margin-top: 15px;
    display: block;
    text-align: right
}
.woocommerce-pagination a.button:before {
    content: "";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-family: "tb-icon"
}
.woocommerce-pagination a.button::after {
    display: inline-block;
    vertical-align: middle;
    margin-left: 7px;
    margin-right: 0
}
.woocommerce-pagination a.button.woocommerce-Button--previous:before {
    content: "";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-family: "tb-icon"
}
.woocommerce-pagination a.button.woocommerce-Button--previous::before {
    display: inline-block;
    vertical-align: middle;
    margin-right: 7px;
    margin-left: 0
}
.woocommerce-pagination a.button.woocommerce-Button--previous::after {
    display: none
}
.no-margin {
    margin: 0 !important
}
.no-margin .pagination {
    margin: 0
}
.no-padding {
    padding: 0 !important
}
.no-position {
    position: static !important
}
.product-image:not(.image-loaded) .unveil-image, .tbay-gallery-varible:not(.image-loaded) .unveil-image, .tbay-image-loaded:not(.image-loaded) .unveil-image {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: opacity .3s ease-in;
    -o-transition: opacity .3s ease-in;
    transition: opacity .3s ease-in
}
@media all and (-ms-high-contrast:none), (-ms-high-contrast:active) {
    body.woocommerce .products .star-rating, .woocommerce .product .star-rating, .woocommerce .star-rating {
        width: 76px !important
    }
    .woocommerce p.stars a::before {
        width: 5em
    }
}
.besa-admin-icon:before {
    content: "";
    display: block;
    z-index: 1;
    background-image: url("../inc/assets/images/admin/icon-theme.png");
    background-repeat: no-repeat;
    background-size: 20px 20px;
    width: 20px;
    height: 20px;
    border-radius: 3px;
    margin-top: 1px
}
pre {
    display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 1.42857143;
    color: var(--color-05);
    word-break: break-all;
    word-wrap: break-word;
    background-color: var(--tb-theme-body);
    border: 1px solid var(--border-color-4);
    border-radius: 4px
}
th {
    text-align: left
}
table, table.wcv-table, .table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 23px
}
table>thead>tr>th, table.wcv-table>thead>tr>th, table>thead>tr>td, table.wcv-table>thead>tr>td, table>tbody>tr>th, table.wcv-table>tbody>tr>th, table>tbody>tr>td, table.wcv-table>tbody>tr>td, table>tfoot>tr>th, table.wcv-table>tfoot>tr>th, table>tfoot>tr>td, table.wcv-table>tfoot>tr>td, .table>thead>tr>th, .table>thead>tr>td, .table>tbody>tr>th, .table>tbody>tr>td, .table>tfoot>tr>th, .table>tfoot>tr>td {
    padding: .75rem;
    line-height: 1.5;
    vertical-align: top;
    border-top: 1px solid var(--border-color)
}
table>thead>tr>th, table.wcv-table>thead>tr>th, .table>thead>tr>th {
    vertical-align: bottom;
    border-bottom: 2px solid var(--border-color)
}
table>caption+thead>tr:first-child>th, table>caption+thead>tr:first-child>td, table>colgroup+thead>tr:first-child>th, table>colgroup+thead>tr:first-child>td, table>thead:first-child>tr:first-child>th, table>thead:first-child>tr:first-child>td, .table>caption+thead>tr:first-child>th, .table>caption+thead>tr:first-child>td, .table>colgroup+thead>tr:first-child>th, .table>colgroup+thead>tr:first-child>td, .table>thead:first-child>tr:first-child>th, .table>thead:first-child>tr:first-child>td {
    border-top: 0
}
table>tbody+tbody, table.wcv-table>tbody+tbody, .table>tbody+tbody {
    border-top: 2px solid var(--border-color)
}
table .table, .table .table {
    background-color: #fff
}
.table-condensed>thead>tr>th, .table-condensed>thead>tr>td, .table-condensed>tbody>tr>th, .table-condensed>tbody>tr>td, .table-condensed>tfoot>tr>th, .table-condensed>tfoot>tr>td {
    padding: 8px
}
table, table.wcv-table, .table-bordered {
    border: 1px solid var(--border-color)
}
table>thead>tr>th, table.wcv-table>thead>tr>th, table>thead>tr>td, table.wcv-table>thead>tr>td, table>tbody>tr>th, table.wcv-table>tbody>tr>th, table>tbody>tr>td, table.wcv-table>tbody>tr>td, table>tfoot>tr>th, table.wcv-table>tfoot>tr>th, table>tfoot>tr>td, table.wcv-table>tfoot>tr>td, .table-bordered>thead>tr>th, .table-bordered>thead>tr>td, .table-bordered>tbody>tr>th, .table-bordered>tbody>tr>td, .table-bordered>tfoot>tr>th, .table-bordered>tfoot>tr>td {
    border: 1px solid var(--border-color)
}
.table-striped>tbody>tr:nth-child(odd)>td, .table-striped>tbody>tr:nth-child(odd)>th {
    background-color: #f9f9f9
}
.table-hover>tbody>tr:hover>td, .table-hover>tbody>tr:hover>th {
    background-color: var(--tb-theme-body)
}
table col[class*="col-"] {
    position: static;
    float: none;
    display: table-column
}
table td[class*="col-"], table th[class*="col-"] {
    position: static;
    float: none;
    display: table-cell
}
.table-active, .table-active>th, .table-active>td {
    background-color: #f5f5f5
}
.table-hover .table-active:hover {
    background-color: #e8e8e8
}
.table-hover .table-active:hover>td, .table-hover .table-active:hover>th {
    background-color: #e8e8e8
}
.table-success, .table-success>th, .table-success>td {
    background-color: #dff0d8
}
.table-hover .table-success:hover {
    background-color: #d0e9c6
}
.table-hover .table-success:hover>td, .table-hover .table-success:hover>th {
    background-color: #d0e9c6
}
.table-info, .table-info>th, .table-info>td {
    background-color: #d9edf7
}
.table-hover .table-info:hover {
    background-color: #c4e3f3
}
.table-hover .table-info:hover>td, .table-hover .table-info:hover>th {
    background-color: #c4e3f3
}
.table-warning, .table-warning>th, .table-warning>td {
    background-color: #fcf8e3
}
.table-hover .table-warning:hover {
    background-color: #faf2cc
}
.table-hover .table-warning:hover>td, .table-hover .table-warning:hover>th {
    background-color: #faf2cc
}
.table-danger, .table-danger>th, .table-danger>td {
    background-color: #f2dede
}
.table-hover .table-danger:hover {
    background-color: #ebcccc
}
.table-hover .table-danger:hover>td, .table-hover .table-danger:hover>th {
    background-color: #ebcccc
}
@media screen and (max-width:767px) {
    .table-responsive {
        width: 100%;
        margin-bottom: 23px;
        overflow-y: hidden;
        overflow-x: auto;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid var(--border-color);
        -webkit-overflow-scrolling: touch
    }
    .table-responsive>.table {
        margin-bottom: 0
    }
    .table-responsive>.table>thead>tr>th, .table-responsive>.table>thead>tr>td, .table-responsive>.table>tbody>tr>th, .table-responsive>.table>tbody>tr>td, .table-responsive>.table>tfoot>tr>th, .table-responsive>.table>tfoot>tr>td {
        white-space: nowrap
    }
    .table-responsive>.table-bordered {
        border: 0
    }
    .table-responsive>.table-bordered>thead>tr>th:first-child, .table-responsive>.table-bordered>thead>tr>td:first-child, .table-responsive>.table-bordered>tbody>tr>th:first-child, .table-responsive>.table-bordered>tbody>tr>td:first-child, .table-responsive>.table-bordered>tfoot>tr>th:first-child, .table-responsive>.table-bordered>tfoot>tr>td:first-child {
        border-left: 0
    }
    .table-responsive>.table-bordered>thead>tr>th:last-child, .table-responsive>.table-bordered>thead>tr>td:last-child, .table-responsive>.table-bordered>tbody>tr>th:last-child, .table-responsive>.table-bordered>tbody>tr>td:last-child, .table-responsive>.table-bordered>tfoot>tr>th:last-child, .table-responsive>.table-bordered>tfoot>tr>td:last-child {
        border-right: 0
    }
    .table-responsive>.table-bordered>tbody>tr:last-child>th, .table-responsive>.table-bordered>tbody>tr:last-child>td, .table-responsive>.table-bordered>tfoot>tr:last-child>th, .table-responsive>.table-bordered>tfoot>tr:last-child>td {
        border-bottom: 0
    }
}
h1, .h1, h2, .h2, h3, .h3 {
    margin-top: 23px;
    margin-bottom: 11.5px
}
.footer .row .widget {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}
.modal-backdrop.show {
    opacity: .65;
    filter: alpha(opacity=65)
}
@media(max-width:399px) {
    .d-xxs-block {
        display: block !important
    }
    .d-xxs-none {
        display: none !important
    }
}
.besa-social-links a {
    color: var(--black-color);
    margin: 0 8px;
    display: inline-block;
    text-align: center;
    font-size: 17px
}
.besa-social-links a:first-child {
    margin-left: 0
}
.besa-social-links a:last-child {
    margin-right: 0
}
.besa-social-links a:hover, .besa-social-links a:focus {
    color: var(--tb-theme-color)
}
@media(max-width:767px) {
    .besa-social-links a {
        font-size: 16px
    }
}
.single-main-content .besa-social-links {
    display: flex;
    width: 100%;
    margin-bottom: 2px
}
@media(max-width:1199px) {
    .single-main-content .besa-social-links {
        margin-top: 18px;
        display: block
    }
}
.single-main-content .archive-full .besa-social-links {
    justify-content: space-between
}
.single-main-content .tbay-visitor-count {
    -webkit-transform: translate(0, -5px);
    -ms-transform: translate(0, -5px);
    -o-transform: translate(0, -5px);
    transform: translate(0, -5px)
}
#wcfmmp-store .categories_list ul li.parent_cat a:hover, .product-block .wcfmmp_sold_by_wrapper a:hover {
    color: var(--tb-theme-color) !important
}
#shop-now.has-buy-now .tbay-buy-now.button, #shop-now.has-buy-now .tbay-buy-now.button.disabled, .mobile-btn-cart-click div#tbay-click-buy-now {
    background-color: var(--tb-bg-buy-now)
}
#shop-now.has-buy-now .tbay-buy-now.button:not(.disabled):hover, #shop-now.has-buy-now .tbay-buy-now.button:not(.disabled):focus {
    background: var(--tb-bg-buy-now-hover)
}
.footer-device-mobile>* a span.count, .singular-shop div.product.product-type-external .single_add_to_cart_button, .tbay-element-mini-cart .cart-dropdown a span.mini-cart-items {
    background-color: var(--tb-theme-color)
}
@media(max-width:1199px) and (min-width:768px) {
    .footer-device-mobile>* a:hover, .footer-device-mobile>*.active a, .footer-device-mobile>*.active a i, body.woocommerce-wishlist .footer-device-mobile>.device-wishlist a, body.woocommerce-wishlist .footer-device-mobile>.device-wishlist a i, .vc_tta-container .vc_tta-panel.vc_active .vc_tta-panel-title>a span, .cart_totals table .order-total .woocs_special_price_code {
        color: var(--tb-theme-color)
    }
    .topbar-device-mobile .top-cart a.wc-continue, .topbar-device-mobile .cart-dropdown .cart-icon .mini-cart-items, .footer-device-mobile>* a .mini-cart-items, .tbay-addon-newletter .input-group-btn input {
        background-color: var(--tb-theme-color)
    }
    .topbar-device-mobile .top-cart a.wc-continue {
        border-color: var(--tb-theme-color)
    }
}
@media screen and (max-width:782px) {
    html body.admin-bar {
        top: -46px !important;
        position: relative
    }
}
.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: 0 23px;
    background: #ebe9eb;
    border-color: #ebe9eb
}
.has-after, .post .entry-category.type-2 a, #tab-questions a.back-to-product, .woocommerce form.register .wcfmmp_become_vendor_link a {
    position: relative
}
.has-after:after, .post .entry-category.type-2 a:after, #tab-questions a.back-to-product:after, .woocommerce form.register .wcfmmp_become_vendor_link a:after {
    background-color: var(--tb-theme-color);
    content: "";
    height: 1px;
    left: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    pointer-events: none;
    position: absolute;
    top: 100%;
    right: auto;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: all .15s cubic-bezier(0.39, 0.575, 0.565, 1);
    -o-transition: all .15s cubic-bezier(0.39, 0.575, 0.565, 1);
    transition: all .15s cubic-bezier(0.39, 0.575, 0.565, 1);
    transition-property: opacity, transform;
    width: 100%
}
.has-after:hover, .post .entry-category.type-2 a:hover, #tab-questions a.back-to-product:hover, .woocommerce form.register .wcfmmp_become_vendor_link a:hover {
    color: var(--tb-theme-color)
}
.has-after:hover:after, .post .entry-category.type-2 a:hover:after, #tab-questions a.back-to-product:hover:after, .woocommerce form.register .wcfmmp_become_vendor_link a:hover:after {
    opacity: 1;
    filter: alpha(opacity=100);
    transition-delay: .1s;
    transition-duration: .15s;
    -webkit-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    -o-transform: translateY(-2px);
    transform: translateY(-2px)
}
.btn-theme, .btn-default, .woocommerce-pagination a.button, body:not(.tbay-body-default) .widget.widget_product_search button[type="submit"], .woof_container_inner_tags ul.woof_list label, .widget_price_filter .price_slider_amount .button, .show-view-all a, .product-quantity-mode .product-block .add-cart a, .tbay-element-banner .banner-content .style-btn, .tbay-element-newsletter button[type="submit"], .widget-newletter button[type="submit"], .post .entry-category.type-1 a, .post-list .readmore, .post-grid .readmore, .entry-single .entry-description a, .post-password-form input[type=submit], #comments #respond .form-submit input, #reviews #respond .form-submit input, .wpcf7-form .form-horizontal .wpcf7-submit, .woocommerce .yith-wfbt-submit-block .yith-wfbt-submit-button-remove, body table.compare-list .add-to-cart td a:not(.unstyled_button), body table.compare-list .add-to-cart td a, input#ywqa-submit-question, div#new-answer-header .ywqa_submit_answer, .woocommerce table.wishlist_table.shop_table .product-add-to-cart .add-cart a, .more_products a, .tbay-pagination-load-more a, .tbay-dropdown-cart .group-button p.buttons a.button, .cart-dropdown .group-button p.buttons a.button, .tbay-element-mini-cart .left-right .group-button p.buttons a.button, .woocommerce button.button[name="track"], #respond input#submit, .woocommerce #respond input#submit, .woocommerce input.button, #shop-now.has-buy-now .tbay-buy-now, .woo-swatches-pro-btn .add-cart a, .woocommerce-grouped-product-list-item__quantity .add-cart a.button, #sticky-menu-bar #sticky-custom-add-to-cart, .mobile-btn-cart-click #tbay-click-addtocart, .mobile-btn-cart-click #tbay-click-buy-now, .cart_totals .wc-proceed-to-checkout a.checkout-button, .cart_totals .shipping-calculator-form p:not(.form-row), .coupon .box input[type=submit], .woocommerce table.shop_table.account-orders-table a.view, .woocommerce table.shop_table.my_account_orders a.view, .woocommerce table.shop_table.dokan-rma-order-item-table a.view, .woocommerce table.shop_table.account-orders-table a.request_warranty, .woocommerce table.shop_table.my_account_orders a.request_warranty, .woocommerce table.shop_table.dokan-rma-order-item-table a.request_warranty, .woocommerce form.login p.last .button, .woocommerce form.register p.last .button, .woocommerce-order-received .order-again a, .woocommerce-checkout.wc-germanized .wc-gzd-order-submit button[type="submit"], .woocommerce form.checkout_coupon>p.form-row-last .button, .woocommerce-checkout-payment .place-order button.button.alt, #custom-register input.submit_button, #custom-login input.submit_button, #tbay-quick-view-content .image-mains .view-details-btn, .wc-block-cart__submit .wc-block-cart__submit-button, .wc-block-components-totals-coupon__form .wc-block-components-totals-coupon__button, .wc-block-checkout__actions .wc-block-components-checkout-place-order-button, .singular-shop div.product .single_add_to_cart_button+.dokan-store-support-btn-product, .mvx_regi_main .register .button, #report_abuse_form button.submit-report-abuse, #report-abuse table input[type="submit"], .vendor_sidebar .widget_mvx_quick_info #respond input#submit, #mvx-store-conatiner div.mvx-store-map-pagination .vendor_sort input[type="submit"], #mvx-store-conatiner form[name="vendor_list_form"] .mvx-store-map-filter input[type="submit"], #wcfm-main-contentainer .wcfm-membership-wrapper input[type="submit"], #wcfm-main-contentainer .wcfm_form_simple_submit_wrapper .wcfm_submit_button, .wcfm_popup_wrapper .wcfm_popup_button, #wcfmmp-store #reviews .add_review button, .form-row input[name="apply_for_vendor_submit"], form.wcv-form .wcv-button[type="submit"], .dashboard .wcv-dashboard-navigation~form input[type="submit"], .shop_settings input[name="vendor_application_submit"], form[name="export_orders"] input, form[name="export_orders"]~table.table .order-comments input.btn, .wcvendors-pro-dashboard-wrapper a.button, .wcvendors-pro-dashboard-wrapper .wcv-form .control-group .button, .wcvendors-pro-dashboard-wrapper input#update_button, .wcvendors-pro-dashboard-wrapper .wcv-search-form .wcv-button, .wcv-form .control-group .control>input.wcv-button:not(#clear_button), .wcv-order-header .wcv-form .control>input#clear_button, table.wcvendors-table-order .wcv-shade.wcv-fade .order_note_form input[type="submit"], table.wcvendors-table-order form #tracking_number_save_button, form#wcv-store-settings input#store_save_button, .wcv_store_search form input[type="submit"], .wcv_vendor_search form input[type="submit"], .woocommerce .wpmc-nav-wrapper button.button, .woocommerce input.button.alt.yith-wcms-button, .woocommerce-checkout .woocommerce .argmc-wrapper .argmc-nav-buttons .button, form.auction_form.cart button.bid_button, .auction-ajax-change p>a.button, .tbay-yith-auctions.woocommerce #respond input#submit.alt, .tbay-yith-auctions.woocommerce a.button.alt, .tbay-yith-auctions.woocommerce button.button.alt, .tbay-yith-auctions.woocommerce input.button.alt {
    border: 0;
    padding: 0 30px;
    text-transform: capitalize;
    font-weight: bold;
    line-height: 40px;
    font-size: 14px;
    background: var(--tb-theme-color);
    color: #fff;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    display: inline-block;
    letter-spacing: 0;
    text-align: center
}
.btn-theme:hover, .btn-default:hover, .woocommerce-pagination a.button:hover, body:not(.tbay-body-default) .widget.widget_product_search button[type="submit"]:hover, .woof_container_inner_tags ul.woof_list label:hover, .widget_price_filter .price_slider_amount .button:hover, .show-view-all a:hover, .product-quantity-mode .product-block .add-cart a:hover, .tbay-element-banner .banner-content .style-btn:hover, .tbay-element-newsletter button[type="submit"]:hover, .widget-newletter button[type="submit"]:hover, .post .entry-category.type-1 a:hover, .post-list .readmore:hover, .post-grid .readmore:hover, .entry-single .entry-description a:hover, .post-password-form input[type=submit]:hover, #comments #respond .form-submit input:hover, #reviews #respond .form-submit input:hover, .wpcf7-form .form-horizontal .wpcf7-submit:hover, .woocommerce .yith-wfbt-submit-block .yith-wfbt-submit-button-remove:hover, body table.compare-list .add-to-cart td a:hover, input#ywqa-submit-question:hover, div#new-answer-header .ywqa_submit_answer:hover, .woocommerce table.wishlist_table.shop_table .product-add-to-cart .add-cart a:hover, .more_products a:hover, .tbay-pagination-load-more a:hover, .tbay-dropdown-cart .group-button p.buttons a.button:hover, .cart-dropdown .group-button p.buttons a.button:hover, .tbay-element-mini-cart .left-right .group-button p.buttons a.button:hover, .woocommerce button.button[name="track"]:hover, #respond input#submit:hover, .woocommerce input.button:hover, #shop-now.has-buy-now .tbay-buy-now:hover, .woo-swatches-pro-btn .add-cart a:hover, .woocommerce-grouped-product-list-item__quantity .add-cart a.button:hover, #sticky-menu-bar #sticky-custom-add-to-cart:hover, .mobile-btn-cart-click #tbay-click-addtocart:hover, .mobile-btn-cart-click #tbay-click-buy-now:hover, .cart_totals .wc-proceed-to-checkout a.checkout-button:hover, .cart_totals .shipping-calculator-form p:hover:not(.form-row), .coupon .box input[type=submit]:hover, .woocommerce table.shop_table.account-orders-table a.view:hover, .woocommerce table.shop_table.my_account_orders a.view:hover, .woocommerce table.shop_table.dokan-rma-order-item-table a.view:hover, .woocommerce table.shop_table.account-orders-table a.request_warranty:hover, .woocommerce table.shop_table.my_account_orders a.request_warranty:hover, .woocommerce table.shop_table.dokan-rma-order-item-table a.request_warranty:hover, .woocommerce form.login p.last .button:hover, .woocommerce form.register p.last .button:hover, .woocommerce-order-received .order-again a:hover, .woocommerce-checkout.wc-germanized .wc-gzd-order-submit button[type="submit"]:hover, .woocommerce form.checkout_coupon>p.form-row-last .button:hover, .woocommerce-checkout-payment .place-order button.button.alt:hover, #custom-register input.submit_button:hover, #custom-login input.submit_button:hover, #tbay-quick-view-content .image-mains .view-details-btn:hover, .wc-block-cart__submit .wc-block-cart__submit-button:hover, .wc-block-components-totals-coupon__form .wc-block-components-totals-coupon__button:hover, .wc-block-checkout__actions .wc-block-components-checkout-place-order-button:hover, .singular-shop div.product .single_add_to_cart_button+.dokan-store-support-btn-product:hover, .mvx_regi_main .register .button:hover, #report_abuse_form button.submit-report-abuse:hover, #report-abuse table input[type="submit"]:hover, .vendor_sidebar .widget_mvx_quick_info #respond input#submit:hover, #mvx-store-conatiner div.mvx-store-map-pagination .vendor_sort input[type="submit"]:hover, #mvx-store-conatiner form[name="vendor_list_form"] .mvx-store-map-filter input[type="submit"]:hover, #wcfm-main-contentainer .wcfm-membership-wrapper input[type="submit"]:hover, #wcfm-main-contentainer .wcfm_form_simple_submit_wrapper .wcfm_submit_button:hover, .wcfm_popup_wrapper .wcfm_popup_button:hover, #wcfmmp-store #reviews .add_review button:hover, .form-row input[name="apply_for_vendor_submit"]:hover, form.wcv-form .wcv-button[type="submit"]:hover, .dashboard .wcv-dashboard-navigation~form input[type="submit"]:hover, .shop_settings input[name="vendor_application_submit"]:hover, form[name="export_orders"] input:hover, form[name="export_orders"]~table.table .order-comments input.btn:hover, .wcvendors-pro-dashboard-wrapper a.button:hover, .wcvendors-pro-dashboard-wrapper .wcv-form .control-group .button:hover, .wcvendors-pro-dashboard-wrapper input#update_button:hover, .wcvendors-pro-dashboard-wrapper .wcv-search-form .wcv-button:hover, .wcv-form .control-group .control>input.wcv-button:hover:not(#clear_button), .wcv-order-header .wcv-form .control>input#clear_button:hover, table.wcvendors-table-order .wcv-shade.wcv-fade .order_note_form input[type="submit"]:hover, table.wcvendors-table-order form #tracking_number_save_button:hover, form#wcv-store-settings input#store_save_button:hover, .wcv_store_search form input[type="submit"]:hover, .wcv_vendor_search form input[type="submit"]:hover, .woocommerce .wpmc-nav-wrapper button.button:hover, .woocommerce input.button.alt.yith-wcms-button:hover, .woocommerce-checkout .woocommerce .argmc-wrapper .argmc-nav-buttons .button:hover, form.auction_form.cart button.bid_button:hover, .auction-ajax-change p>a.button:hover, .tbay-yith-auctions.woocommerce #respond input#submit.alt:hover, .tbay-yith-auctions.woocommerce a.button.alt:hover, .tbay-yith-auctions.woocommerce button.button.alt:hover, .tbay-yith-auctions.woocommerce input.button.alt:hover, .btn-theme:focus, .btn-default:focus, .woocommerce-pagination a.button:focus, body:not(.tbay-body-default) .widget.widget_product_search button[type="submit"]:focus, .woof_container_inner_tags ul.woof_list label:focus, .widget_price_filter .price_slider_amount .button:focus, .show-view-all a:focus, .product-quantity-mode .product-block .add-cart a:focus, .tbay-element-banner .banner-content .style-btn:focus, .tbay-element-newsletter button[type="submit"]:focus, .widget-newletter button[type="submit"]:focus, .post .entry-category.type-1 a:focus, .post-list .readmore:focus, .post-grid .readmore:focus, .entry-single .entry-description a:focus, .post-password-form input[type=submit]:focus, #comments #respond .form-submit input:focus, #reviews #respond .form-submit input:focus, .wpcf7-form .form-horizontal .wpcf7-submit:focus, .woocommerce .yith-wfbt-submit-block .yith-wfbt-submit-button-remove:focus, body table.compare-list .add-to-cart td a:focus, input#ywqa-submit-question:focus, div#new-answer-header .ywqa_submit_answer:focus, .woocommerce table.wishlist_table.shop_table .product-add-to-cart .add-cart a:focus, .more_products a:focus, .tbay-pagination-load-more a:focus, .tbay-dropdown-cart .group-button p.buttons a.button:focus, .cart-dropdown .group-button p.buttons a.button:focus, .tbay-element-mini-cart .left-right .group-button p.buttons a.button:focus, .woocommerce button.button[name="track"]:focus, #respond input#submit:focus, .woocommerce input.button:focus, #shop-now.has-buy-now .tbay-buy-now:focus, .woo-swatches-pro-btn .add-cart a:focus, .woocommerce-grouped-product-list-item__quantity .add-cart a.button:focus, #sticky-menu-bar #sticky-custom-add-to-cart:focus, .mobile-btn-cart-click #tbay-click-addtocart:focus, .mobile-btn-cart-click #tbay-click-buy-now:focus, .cart_totals .wc-proceed-to-checkout a.checkout-button:focus, .cart_totals .shipping-calculator-form p:focus:not(.form-row), .coupon .box input[type=submit]:focus, .woocommerce table.shop_table.account-orders-table a.view:focus, .woocommerce table.shop_table.my_account_orders a.view:focus, .woocommerce table.shop_table.dokan-rma-order-item-table a.view:focus, .woocommerce table.shop_table.account-orders-table a.request_warranty:focus, .woocommerce table.shop_table.my_account_orders a.request_warranty:focus, .woocommerce table.shop_table.dokan-rma-order-item-table a.request_warranty:focus, .woocommerce form.login p.last .button:focus, .woocommerce form.register p.last .button:focus, .woocommerce-order-received .order-again a:focus, .woocommerce-checkout.wc-germanized .wc-gzd-order-submit button[type="submit"]:focus, .woocommerce form.checkout_coupon>p.form-row-last .button:focus, .woocommerce-checkout-payment .place-order button.button.alt:focus, #custom-register input.submit_button:focus, #custom-login input.submit_button:focus, #tbay-quick-view-content .image-mains .view-details-btn:focus, .wc-block-cart__submit .wc-block-cart__submit-button:focus, .wc-block-components-totals-coupon__form .wc-block-components-totals-coupon__button:focus, .wc-block-checkout__actions .wc-block-components-checkout-place-order-button:focus, .singular-shop div.product .single_add_to_cart_button+.dokan-store-support-btn-product:focus, .mvx_regi_main .register .button:focus, #report_abuse_form button.submit-report-abuse:focus, #report-abuse table input[type="submit"]:focus, .vendor_sidebar .widget_mvx_quick_info #respond input#submit:focus, #mvx-store-conatiner div.mvx-store-map-pagination .vendor_sort input[type="submit"]:focus, #mvx-store-conatiner form[name="vendor_list_form"] .mvx-store-map-filter input[type="submit"]:focus, #wcfm-main-contentainer .wcfm-membership-wrapper input[type="submit"]:focus, #wcfm-main-contentainer .wcfm_form_simple_submit_wrapper .wcfm_submit_button:focus, .wcfm_popup_wrapper .wcfm_popup_button:focus, #wcfmmp-store #reviews .add_review button:focus, .form-row input[name="apply_for_vendor_submit"]:focus, form.wcv-form .wcv-button[type="submit"]:focus, .dashboard .wcv-dashboard-navigation~form input[type="submit"]:focus, .shop_settings input[name="vendor_application_submit"]:focus, form[name="export_orders"] input:focus, form[name="export_orders"]~table.table .order-comments input.btn:focus, .wcvendors-pro-dashboard-wrapper a.button:focus, .wcvendors-pro-dashboard-wrapper .wcv-form .control-group .button:focus, .wcvendors-pro-dashboard-wrapper input#update_button:focus, .wcvendors-pro-dashboard-wrapper .wcv-search-form .wcv-button:focus, .wcv-form .control-group .control>input.wcv-button:focus:not(#clear_button), .wcv-order-header .wcv-form .control>input#clear_button:focus, table.wcvendors-table-order .wcv-shade.wcv-fade .order_note_form input[type="submit"]:focus, table.wcvendors-table-order form #tracking_number_save_button:focus, form#wcv-store-settings input#store_save_button:focus, .wcv_store_search form input[type="submit"]:focus, .wcv_vendor_search form input[type="submit"]:focus, .woocommerce .wpmc-nav-wrapper button.button:focus, .woocommerce input.button.alt.yith-wcms-button:focus, .woocommerce-checkout .woocommerce .argmc-wrapper .argmc-nav-buttons .button:focus, form.auction_form.cart button.bid_button:focus, .auction-ajax-change p>a.button:focus, .tbay-yith-auctions.woocommerce #respond input#submit.alt:focus, .tbay-yith-auctions.woocommerce a.button.alt:focus, .tbay-yith-auctions.woocommerce button.button.alt:focus, .tbay-yith-auctions.woocommerce input.button.alt:focus {
    background: var(--tb-theme-color-hover)
}
.btn-theme:hover, .btn-default:hover, .woocommerce-pagination a.button:hover, body:not(.tbay-body-default) .widget.widget_product_search button[type="submit"]:hover, .woof_container_inner_tags ul.woof_list label:hover, .widget_price_filter .price_slider_amount .button:hover, .show-view-all a:hover, .product-quantity-mode .product-block .add-cart a:hover, .tbay-element-banner .banner-content .style-btn:hover, .tbay-element-newsletter button[type="submit"]:hover, .widget-newletter button[type="submit"]:hover, .post .entry-category.type-1 a:hover, .post-list .readmore:hover, .post-grid .readmore:hover, .entry-single .entry-description a:hover, .post-password-form input[type=submit]:hover, #comments #respond .form-submit input:hover, #reviews #respond .form-submit input:hover, .wpcf7-form .form-horizontal .wpcf7-submit:hover, .woocommerce .yith-wfbt-submit-block .yith-wfbt-submit-button-remove:hover, body table.compare-list .add-to-cart td a:hover, input#ywqa-submit-question:hover, div#new-answer-header .ywqa_submit_answer:hover, .woocommerce table.wishlist_table.shop_table .product-add-to-cart .add-cart a:hover, .more_products a:hover, .tbay-pagination-load-more a:hover, .tbay-dropdown-cart .group-button p.buttons a.button:hover, .cart-dropdown .group-button p.buttons a.button:hover, .tbay-element-mini-cart .left-right .group-button p.buttons a.button:hover, .woocommerce button.button[name="track"]:hover, #respond input#submit:hover, .woocommerce input.button:hover, #shop-now.has-buy-now .tbay-buy-now:hover, .woo-swatches-pro-btn .add-cart a:hover, .woocommerce-grouped-product-list-item__quantity .add-cart a.button:hover, #sticky-menu-bar #sticky-custom-add-to-cart:hover, .mobile-btn-cart-click #tbay-click-addtocart:hover, .mobile-btn-cart-click #tbay-click-buy-now:hover, .cart_totals .wc-proceed-to-checkout a.checkout-button:hover, .cart_totals .shipping-calculator-form p:hover:not(.form-row), .coupon .box input[type=submit]:hover, .woocommerce table.shop_table.account-orders-table a.view:hover, .woocommerce table.shop_table.my_account_orders a.view:hover, .woocommerce table.shop_table.dokan-rma-order-item-table a.view:hover, .woocommerce table.shop_table.account-orders-table a.request_warranty:hover, .woocommerce table.shop_table.my_account_orders a.request_warranty:hover, .woocommerce table.shop_table.dokan-rma-order-item-table a.request_warranty:hover, .woocommerce form.login p.last .button:hover, .woocommerce form.register p.last .button:hover, .woocommerce-order-received .order-again a:hover, .woocommerce-checkout.wc-germanized .wc-gzd-order-submit button[type="submit"]:hover, .woocommerce form.checkout_coupon>p.form-row-last .button:hover, .woocommerce-checkout-payment .place-order button.button.alt:hover, #custom-register input.submit_button:hover, #custom-login input.submit_button:hover, #tbay-quick-view-content .image-mains .view-details-btn:hover, .wc-block-cart__submit .wc-block-cart__submit-button:hover, .wc-block-components-totals-coupon__form .wc-block-components-totals-coupon__button:hover, .wc-block-checkout__actions .wc-block-components-checkout-place-order-button:hover, .singular-shop div.product .single_add_to_cart_button+.dokan-store-support-btn-product:hover, .mvx_regi_main .register .button:hover, #report_abuse_form button.submit-report-abuse:hover, #report-abuse table input[type="submit"]:hover, .vendor_sidebar .widget_mvx_quick_info #respond input#submit:hover, #mvx-store-conatiner div.mvx-store-map-pagination .vendor_sort input[type="submit"]:hover, #mvx-store-conatiner form[name="vendor_list_form"] .mvx-store-map-filter input[type="submit"]:hover, #wcfm-main-contentainer .wcfm-membership-wrapper input[type="submit"]:hover, #wcfm-main-contentainer .wcfm_form_simple_submit_wrapper .wcfm_submit_button:hover, .wcfm_popup_wrapper .wcfm_popup_button:hover, #wcfmmp-store #reviews .add_review button:hover, .form-row input[name="apply_for_vendor_submit"]:hover, form.wcv-form .wcv-button[type="submit"]:hover, .dashboard .wcv-dashboard-navigation~form input[type="submit"]:hover, .shop_settings input[name="vendor_application_submit"]:hover, form[name="export_orders"] input:hover, form[name="export_orders"]~table.table .order-comments input.btn:hover, .wcvendors-pro-dashboard-wrapper a.button:hover, .wcvendors-pro-dashboard-wrapper .wcv-form .control-group .button:hover, .wcvendors-pro-dashboard-wrapper input#update_button:hover, .wcvendors-pro-dashboard-wrapper .wcv-search-form .wcv-button:hover, .wcv-form .control-group .control>input.wcv-button:hover:not(#clear_button), .wcv-order-header .wcv-form .control>input#clear_button:hover, table.wcvendors-table-order .wcv-shade.wcv-fade .order_note_form input[type="submit"]:hover, table.wcvendors-table-order form #tracking_number_save_button:hover, form#wcv-store-settings input#store_save_button:hover, .wcv_store_search form input[type="submit"]:hover, .wcv_vendor_search form input[type="submit"]:hover, .woocommerce .wpmc-nav-wrapper button.button:hover, .woocommerce input.button.alt.yith-wcms-button:hover, .woocommerce-checkout .woocommerce .argmc-wrapper .argmc-nav-buttons .button:hover, form.auction_form.cart button.bid_button:hover, .auction-ajax-change p>a.button:hover, .tbay-yith-auctions.woocommerce #respond input#submit.alt:hover, .tbay-yith-auctions.woocommerce a.button.alt:hover, .tbay-yith-auctions.woocommerce button.button.alt:hover, .tbay-yith-auctions.woocommerce input.button.alt:hover, .btn-theme:focus, .btn-default:focus, .woocommerce-pagination a.button:focus, body:not(.tbay-body-default) .widget.widget_product_search button[type="submit"]:focus, .woof_container_inner_tags ul.woof_list label:focus, .widget_price_filter .price_slider_amount .button:focus, .show-view-all a:focus, .product-quantity-mode .product-block .add-cart a:focus, .tbay-element-banner .banner-content .style-btn:focus, .tbay-element-newsletter button[type="submit"]:focus, .widget-newletter button[type="submit"]:focus, .post .entry-category.type-1 a:focus, .post-list .readmore:focus, .post-grid .readmore:focus, .entry-single .entry-description a:focus, .post-password-form input[type=submit]:focus, #comments #respond .form-submit input:focus, #reviews #respond .form-submit input:focus, .wpcf7-form .form-horizontal .wpcf7-submit:focus, .woocommerce .yith-wfbt-submit-block .yith-wfbt-submit-button-remove:focus, body table.compare-list .add-to-cart td a:focus, input#ywqa-submit-question:focus, div#new-answer-header .ywqa_submit_answer:focus, .woocommerce table.wishlist_table.shop_table .product-add-to-cart .add-cart a:focus, .more_products a:focus, .tbay-pagination-load-more a:focus, .tbay-dropdown-cart .group-button p.buttons a.button:focus, .cart-dropdown .group-button p.buttons a.button:focus, .tbay-element-mini-cart .left-right .group-button p.buttons a.button:focus, .woocommerce button.button[name="track"]:focus, #respond input#submit:focus, .woocommerce input.button:focus, #shop-now.has-buy-now .tbay-buy-now:focus, .woo-swatches-pro-btn .add-cart a:focus, .woocommerce-grouped-product-list-item__quantity .add-cart a.button:focus, #sticky-menu-bar #sticky-custom-add-to-cart:focus, .mobile-btn-cart-click #tbay-click-addtocart:focus, .mobile-btn-cart-click #tbay-click-buy-now:focus, .cart_totals .wc-proceed-to-checkout a.checkout-button:focus, .cart_totals .shipping-calculator-form p:focus:not(.form-row), .coupon .box input[type=submit]:focus, .woocommerce table.shop_table.account-orders-table a.view:focus, .woocommerce table.shop_table.my_account_orders a.view:focus, .woocommerce table.shop_table.dokan-rma-order-item-table a.view:focus, .woocommerce table.shop_table.account-orders-table a.request_warranty:focus, .woocommerce table.shop_table.my_account_orders a.request_warranty:focus, .woocommerce table.shop_table.dokan-rma-order-item-table a.request_warranty:focus, .woocommerce form.login p.last .button:focus, .woocommerce form.register p.last .button:focus, .woocommerce-order-received .order-again a:focus, .woocommerce-checkout.wc-germanized .wc-gzd-order-submit button[type="submit"]:focus, .woocommerce form.checkout_coupon>p.form-row-last .button:focus, .woocommerce-checkout-payment .place-order button.button.alt:focus, #custom-register input.submit_button:focus, #custom-login input.submit_button:focus, #tbay-quick-view-content .image-mains .view-details-btn:focus, .wc-block-cart__submit .wc-block-cart__submit-button:focus, .wc-block-components-totals-coupon__form .wc-block-components-totals-coupon__button:focus, .wc-block-checkout__actions .wc-block-components-checkout-place-order-button:focus, .singular-shop div.product .single_add_to_cart_button+.dokan-store-support-btn-product:focus, .mvx_regi_main .register .button:focus, #report_abuse_form button.submit-report-abuse:focus, #report-abuse table input[type="submit"]:focus, .vendor_sidebar .widget_mvx_quick_info #respond input#submit:focus, #mvx-store-conatiner div.mvx-store-map-pagination .vendor_sort input[type="submit"]:focus, #mvx-store-conatiner form[name="vendor_list_form"] .mvx-store-map-filter input[type="submit"]:focus, #wcfm-main-contentainer .wcfm-membership-wrapper input[type="submit"]:focus, #wcfm-main-contentainer .wcfm_form_simple_submit_wrapper .wcfm_submit_button:focus, .wcfm_popup_wrapper .wcfm_popup_button:focus, #wcfmmp-store #reviews .add_review button:focus, .form-row input[name="apply_for_vendor_submit"]:focus, form.wcv-form .wcv-button[type="submit"]:focus, .dashboard .wcv-dashboard-navigation~form input[type="submit"]:focus, .shop_settings input[name="vendor_application_submit"]:focus, form[name="export_orders"] input:focus, form[name="export_orders"]~table.table .order-comments input.btn:focus, .wcvendors-pro-dashboard-wrapper a.button:focus, .wcvendors-pro-dashboard-wrapper .wcv-form .control-group .button:focus, .wcvendors-pro-dashboard-wrapper input#update_button:focus, .wcvendors-pro-dashboard-wrapper .wcv-search-form .wcv-button:focus, .wcv-form .control-group .control>input.wcv-button:focus:not(#clear_button), .wcv-order-header .wcv-form .control>input#clear_button:focus, table.wcvendors-table-order .wcv-shade.wcv-fade .order_note_form input[type="submit"]:focus, table.wcvendors-table-order form #tracking_number_save_button:focus, form#wcv-store-settings input#store_save_button:focus, .wcv_store_search form input[type="submit"]:focus, .wcv_vendor_search form input[type="submit"]:focus, .woocommerce .wpmc-nav-wrapper button.button:focus, .woocommerce input.button.alt.yith-wcms-button:focus, .woocommerce-checkout .woocommerce .argmc-wrapper .argmc-nav-buttons .button:focus, form.auction_form.cart button.bid_button:focus, .auction-ajax-change p>a.button:focus, .tbay-yith-auctions.woocommerce #respond input#submit.alt:focus, .tbay-yith-auctions.woocommerce a.button.alt:focus, .tbay-yith-auctions.woocommerce button.button.alt:focus, .tbay-yith-auctions.woocommerce input.button.alt:focus, .btn-theme:active:hover, .btn-default:active:hover, .woocommerce-pagination a.button:active:hover, body:not(.tbay-body-default) .widget.widget_product_search button[type="submit"]:active:hover, .woof_container_inner_tags ul.woof_list label:active:hover, .widget_price_filter .price_slider_amount .button:active:hover, .show-view-all a:active:hover, .product-quantity-mode .product-block .add-cart a:active:hover, .tbay-element-banner .banner-content .style-btn:active:hover, .tbay-element-newsletter button[type="submit"]:active:hover, .widget-newletter button[type="submit"]:active:hover, .post .entry-category.type-1 a:active:hover, .post-list .readmore:active:hover, .post-grid .readmore:active:hover, .entry-single .entry-description a:active:hover, .post-password-form input[type=submit]:active:hover, #comments #respond .form-submit input:active:hover, #reviews #respond .form-submit input:active:hover, .wpcf7-form .form-horizontal .wpcf7-submit:active:hover, .woocommerce .yith-wfbt-submit-block .yith-wfbt-submit-button-remove:active:hover, body table.compare-list .add-to-cart td a:active:hover, input#ywqa-submit-question:active:hover, div#new-answer-header .ywqa_submit_answer:active:hover, .woocommerce table.wishlist_table.shop_table .product-add-to-cart .add-cart a:active:hover, .more_products a:active:hover, .tbay-pagination-load-more a:active:hover, .tbay-dropdown-cart .group-button p.buttons a.button:active:hover, .cart-dropdown .group-button p.buttons a.button:active:hover, .tbay-element-mini-cart .left-right .group-button p.buttons a.button:active:hover, .woocommerce button.button[name="track"]:active:hover, #respond input#submit:active:hover, .woocommerce input.button:active:hover, #shop-now.has-buy-now .tbay-buy-now:active:hover, .woo-swatches-pro-btn .add-cart a:active:hover, .woocommerce-grouped-product-list-item__quantity .add-cart a.button:active:hover, #sticky-menu-bar #sticky-custom-add-to-cart:active:hover, .mobile-btn-cart-click #tbay-click-addtocart:active:hover, .mobile-btn-cart-click #tbay-click-buy-now:active:hover, .cart_totals .wc-proceed-to-checkout a.checkout-button:active:hover, .cart_totals .shipping-calculator-form p:active:hover:not(.form-row), .coupon .box input[type=submit]:active:hover, .woocommerce table.shop_table.account-orders-table a.view:active:hover, .woocommerce table.shop_table.my_account_orders a.view:active:hover, .woocommerce table.shop_table.dokan-rma-order-item-table a.view:active:hover, .woocommerce table.shop_table.account-orders-table a.request_warranty:active:hover, .woocommerce table.shop_table.my_account_orders a.request_warranty:active:hover, .woocommerce table.shop_table.dokan-rma-order-item-table a.request_warranty:active:hover, .woocommerce form.login p.last .button:active:hover, .woocommerce form.register p.last .button:active:hover, .woocommerce-order-received .order-again a:active:hover, .woocommerce-checkout.wc-germanized .wc-gzd-order-submit button[type="submit"]:active:hover, .woocommerce form.checkout_coupon>p.form-row-last .button:active:hover, .woocommerce-checkout-payment .place-order button.button.alt:active:hover, #custom-register input.submit_button:active:hover, #custom-login input.submit_button:active:hover, #tbay-quick-view-content .image-mains .view-details-btn:active:hover, .wc-block-cart__submit .wc-block-cart__submit-button:active:hover, .wc-block-components-totals-coupon__form .wc-block-components-totals-coupon__button:active:hover, .wc-block-checkout__actions .wc-block-components-checkout-place-order-button:active:hover, .singular-shop div.product .single_add_to_cart_button+.dokan-store-support-btn-product:active:hover, .mvx_regi_main .register .button:active:hover, #report_abuse_form button.submit-report-abuse:active:hover, #report-abuse table input[type="submit"]:active:hover, #mvx-store-conatiner div.mvx-store-map-pagination .vendor_sort input[type="submit"]:active:hover, #mvx-store-conatiner form[name="vendor_list_form"] .mvx-store-map-filter input[type="submit"]:active:hover, #wcfm-main-contentainer .wcfm-membership-wrapper input[type="submit"]:active:hover, #wcfm-main-contentainer .wcfm_form_simple_submit_wrapper .wcfm_submit_button:active:hover, .wcfm_popup_wrapper .wcfm_popup_button:active:hover, #wcfmmp-store #reviews .add_review button:active:hover, .form-row input[name="apply_for_vendor_submit"]:active:hover, form.wcv-form .wcv-button[type="submit"]:active:hover, .dashboard .wcv-dashboard-navigation~form input[type="submit"]:active:hover, .shop_settings input[name="vendor_application_submit"]:active:hover, form[name="export_orders"] input:active:hover, form[name="export_orders"]~table.table .order-comments input.btn:active:hover, .wcvendors-pro-dashboard-wrapper a.button:active:hover, .wcvendors-pro-dashboard-wrapper .wcv-form .control-group .button:active:hover, .wcvendors-pro-dashboard-wrapper input#update_button:active:hover, .wcvendors-pro-dashboard-wrapper .wcv-search-form .wcv-button:active:hover, .wcv-form .control-group .control>input.wcv-button:active:hover:not(#clear_button), .wcv-order-header .wcv-form .control>input#clear_button:active:hover, table.wcvendors-table-order .wcv-shade.wcv-fade .order_note_form input[type="submit"]:active:hover, table.wcvendors-table-order form #tracking_number_save_button:active:hover, form#wcv-store-settings input#store_save_button:active:hover, .wcv_store_search form input[type="submit"]:active:hover, .wcv_vendor_search form input[type="submit"]:active:hover, .woocommerce .wpmc-nav-wrapper button.button:active:hover, .woocommerce-checkout .woocommerce .argmc-wrapper .argmc-nav-buttons .button:active:hover, form.auction_form.cart button.bid_button:active:hover, .auction-ajax-change p>a.button:active:hover, .tbay-yith-auctions.woocommerce #respond input#submit.alt:active:hover, .tbay-yith-auctions.woocommerce a.button.alt:active:hover, .tbay-yith-auctions.woocommerce button.button.alt:active:hover {
    outline: 0;
    color: #fff
}
.btn-theme i, .btn-default i, .woocommerce-pagination a.button i, body:not(.tbay-body-default) .widget.widget_product_search button[type="submit"] i, .woof_container_inner_tags ul.woof_list label i, .widget_price_filter .price_slider_amount .button i, .show-view-all a i, .product-quantity-mode .product-block .add-cart a i, .tbay-element-banner .banner-content .style-btn i, .tbay-element-newsletter button[type="submit"] i, .widget-newletter button[type="submit"] i, .post .entry-category.type-1 a i, .post-list .readmore i, .post-grid .readmore i, .entry-single .entry-description a i, .post-password-form input[type=submit] i, #comments #respond .form-submit input i, #reviews #respond .form-submit input i, .wpcf7-form .form-horizontal .wpcf7-submit i, .woocommerce .yith-wfbt-submit-block .yith-wfbt-submit-button-remove i, body table.compare-list .add-to-cart td a:not(.unstyled_button) i, body table.compare-list .add-to-cart td a i, input#ywqa-submit-question i, div#new-answer-header .ywqa_submit_answer i, .woocommerce table.wishlist_table.shop_table .product-add-to-cart .add-cart a i, .more_products a i, .tbay-pagination-load-more a i, .tbay-dropdown-cart .group-button p.buttons a.button i, .cart-dropdown .group-button p.buttons a.button i, .tbay-element-mini-cart .left-right .group-button p.buttons a.button i, .woocommerce button.button[name="track"] i, #respond input#submit i, .woocommerce #respond input#submit i, .woocommerce input.button i, #shop-now.has-buy-now .tbay-buy-now i, .woo-swatches-pro-btn .add-cart a i, .woocommerce-grouped-product-list-item__quantity .add-cart a.button i, #sticky-menu-bar #sticky-custom-add-to-cart i, .mobile-btn-cart-click #tbay-click-addtocart i, .mobile-btn-cart-click #tbay-click-buy-now i, .cart_totals .wc-proceed-to-checkout a.checkout-button i, .cart_totals .shipping-calculator-form p:not(.form-row) i, .coupon .box input[type=submit] i, .woocommerce table.shop_table.account-orders-table a.view i, .woocommerce table.shop_table.my_account_orders a.view i, .woocommerce table.shop_table.dokan-rma-order-item-table a.view i, .woocommerce table.shop_table.account-orders-table a.request_warranty i, .woocommerce table.shop_table.my_account_orders a.request_warranty i, .woocommerce table.shop_table.dokan-rma-order-item-table a.request_warranty i, .woocommerce form.login p.last .button i, .woocommerce form.register p.last .button i, .woocommerce-order-received .order-again a i, .woocommerce-checkout.wc-germanized .wc-gzd-order-submit button[type="submit"] i, .woocommerce form.checkout_coupon>p.form-row-last .button i, .woocommerce-checkout-payment .place-order button.button.alt i, #custom-register input.submit_button i, #custom-login input.submit_button i, #tbay-quick-view-content .image-mains .view-details-btn i, .wc-block-cart__submit .wc-block-cart__submit-button i, .wc-block-components-totals-coupon__form .wc-block-components-totals-coupon__button i, .wc-block-checkout__actions .wc-block-components-checkout-place-order-button i, .singular-shop div.product .single_add_to_cart_button+.dokan-store-support-btn-product i, .mvx_regi_main .register .button i, #report_abuse_form button.submit-report-abuse i, #report-abuse table input[type="submit"] i, .vendor_sidebar .widget_mvx_quick_info #respond input#submit i, #mvx-store-conatiner div.mvx-store-map-pagination .vendor_sort input[type="submit"] i, #mvx-store-conatiner form[name="vendor_list_form"] .mvx-store-map-filter input[type="submit"] i, #wcfm-main-contentainer .wcfm-membership-wrapper input[type="submit"] i, #wcfm-main-contentainer .wcfm_form_simple_submit_wrapper .wcfm_submit_button i, .wcfm_popup_wrapper .wcfm_popup_button i, #wcfmmp-store #reviews .add_review button i, .form-row input[name="apply_for_vendor_submit"] i, form.wcv-form .wcv-button[type="submit"] i, .dashboard .wcv-dashboard-navigation~form input[type="submit"] i, .shop_settings input[name="vendor_application_submit"] i, form[name="export_orders"] input i, form[name="export_orders"]~table.table .order-comments input.btn i, .wcvendors-pro-dashboard-wrapper a.button i, .wcvendors-pro-dashboard-wrapper .wcv-form .control-group .button i, .wcvendors-pro-dashboard-wrapper input#update_button i, .wcvendors-pro-dashboard-wrapper .wcv-search-form .wcv-button i, .wcv-form .control-group .control>input.wcv-button:not(#clear_button) i, .wcv-order-header .wcv-form .control>input#clear_button i, table.wcvendors-table-order .wcv-shade.wcv-fade .order_note_form input[type="submit"] i, table.wcvendors-table-order form #tracking_number_save_button i, form#wcv-store-settings input#store_save_button i, .wcv_store_search form input[type="submit"] i, .wcv_vendor_search form input[type="submit"] i, .woocommerce .wpmc-nav-wrapper button.button i, .woocommerce input.button.alt.yith-wcms-button i, .woocommerce-checkout .woocommerce .argmc-wrapper .argmc-nav-buttons .button i, form.auction_form.cart button.bid_button i, .auction-ajax-change p>a.button i, .tbay-yith-auctions.woocommerce #respond input#submit.alt i, .tbay-yith-auctions.woocommerce a.button.alt i, .tbay-yith-auctions.woocommerce button.button.alt i, .tbay-yith-auctions.woocommerce input.button.alt i {
    margin-right: 7px;
    margin-left: 0;
    font-size: 18px;
    display: inline-block;
    vertical-align: middle
}
.btn-theme-2, .show-all, .btn-view-all, .woocommerce button.button, .woocommerce a.button.wc-backward, .woocommerce a.woocommerce-button.view, .singular-shop div.product .single_add_to_cart_button, .singular-shop .tbay-modalButton {
    border: 1px solid var(--tb-theme-color);
    padding: 0 23px;
    line-height: 40px;
    font-size: 14px;
    background: var(--bg-white);
    color: var(--tb-theme-color);
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    display: inline-block;
    letter-spacing: 0;
    text-align: center
}
.btn-theme-2:hover, .show-all:hover, .btn-view-all:hover, .woocommerce button.button:hover, .woocommerce a.button.wc-backward:hover, .woocommerce a.woocommerce-button.view:hover, .singular-shop div.product .single_add_to_cart_button:hover, .singular-shop .tbay-modalButton:hover, .btn-theme-2:focus, .show-all:focus, .btn-view-all:focus, .woocommerce button.button:focus, .woocommerce a.button.wc-backward:focus, .woocommerce a.woocommerce-button.view:focus, .singular-shop div.product .single_add_to_cart_button:focus, .singular-shop .tbay-modalButton:focus, .btn-theme-2:active:hover, .show-all:active:hover, .btn-view-all:active:hover, .woocommerce button.button:active:hover, .woocommerce a.button.wc-backward:active:hover, .woocommerce a.woocommerce-button.view:active:hover, .singular-shop div.product .single_add_to_cart_button:active:hover, .singular-shop .tbay-modalButton:active:hover {
    outline: 0;
    color: #fff;
    background: var(--tb-theme-color)
}
.btn-theme-2 i, .show-all i, .btn-view-all i, .woocommerce button.button i, .woocommerce a.button.wc-backward i, .woocommerce a.woocommerce-button.view i, .singular-shop div.product .single_add_to_cart_button i, .singular-shop .tbay-modalButton i {
    line-height: 1;
    margin-right: 7px;
    margin-left: 0;
    font-size: 18px;
    display: inline-block;
    vertical-align: middle
}
button.btn-close, .widget_besa_popup_newsletter .popup-content>a {
    position: absolute;
    top: -21px;
    right: -35px;
    left: auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
    width: 25px;
    height: 25px;
    opacity: 1;
    filter: alpha(opacity=100);
    text-align: center;
    padding: 0;
    z-index: 1111;
    color: var(--white-color)
}
button.btn-close i, .widget_besa_popup_newsletter .popup-content>a i {
    font-size: 29px;
    font-weight: 400;
    line-height: 23px;
    width: 25px;
    display: inline-block
}
button.btn-close:hover, .widget_besa_popup_newsletter .popup-content>a:hover {
    opacity: 1;
    filter: alpha(opacity=100);
    color: var(--tb-theme-color)
}
@media(min-width:1200px) {
    .container, .dokan-dashboard .dokan-dashboard-wrap, #wcfm-main-contentainer .wcfm-membership-wrapper, .wcfmmp-store-page #wcfmmp-store {
        width: 1200px;
        max-width: 1200px
    }
}
.new-input, .woof_container input[type="checkbox"]:not(.woof_color_term), form.checkout input[type="radio"], form.checkout input[type="checkbox"], .woocommerce-account input[type="radio"], .woocommerce-account input[type="checkbox"], .yith-wfbt-section .yith-wfbt-item input[type=checkbox], .woocommerce form .form-row .woocommerce-form__input, #shipping_method.woocommerce-shipping-methods input[type=radio], #custom-login-wrapper #cus-rememberme {
    display: none
}
.new-input+span, .woof_container input[type="checkbox"]:not(.woof_color_term)+span, form.checkout input[type="radio"]+span, form.checkout input[type="checkbox"]+span, .woocommerce-account input[type="radio"]+span, .woocommerce-account input[type="checkbox"]+span, .yith-wfbt-section .yith-wfbt-item input[type=checkbox]+span, .woocommerce form .form-row .woocommerce-form__input+span, #shipping_method.woocommerce-shipping-methods input[type=radio]+span, #custom-login-wrapper #cus-rememberme+span, .new-input+label, .woof_container input[type="checkbox"]:not(.woof_color_term)+label, form.checkout input[type="radio"]+label, form.checkout input[type="checkbox"]+label, .woocommerce-account input[type="radio"]+label, .woocommerce-account input[type="checkbox"]+label, .yith-wfbt-section .yith-wfbt-item input[type=checkbox]+label, .woocommerce form .form-row .woocommerce-form__input+label, #shipping_method.woocommerce-shipping-methods input[type=radio]+label, #custom-login-wrapper #cus-rememberme+label {
    display: table
}
.new-input+span:before, .woof_container input[type="checkbox"]:not(.woof_color_term)+span:before, form.checkout input[type="radio"]+span:before, form.checkout input[type="checkbox"]+span:before, .woocommerce-account input[type="radio"]+span:before, .woocommerce-account input[type="checkbox"]+span:before, .yith-wfbt-section .yith-wfbt-item input[type=checkbox]+span:before, .woocommerce form .form-row .woocommerce-form__input+span:before, #shipping_method.woocommerce-shipping-methods input[type=radio]+span:before, #custom-login-wrapper #cus-rememberme+span:before, .new-input+label:before, .woof_container input[type="checkbox"]:not(.woof_color_term)+label:before, form.checkout input[type="radio"]+label:before, form.checkout input[type="checkbox"]+label:before, .woocommerce-account input[type="radio"]+label:before, .woocommerce-account input[type="checkbox"]+label:before, .yith-wfbt-section .yith-wfbt-item input[type=checkbox]+label:before, .woocommerce form .form-row .woocommerce-form__input+label:before, #shipping_method.woocommerce-shipping-methods input[type=radio]+label:before, #custom-login-wrapper #cus-rememberme+label:before {
    content: "";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-family: "tb-icon"
}
.new-input+span:before, .woof_container input[type="checkbox"]:not(.woof_color_term)+span:before, form.checkout input[type="radio"]+span:before, form.checkout input[type="checkbox"]+span:before, .woocommerce-account input[type="radio"]+span:before, .woocommerce-account input[type="checkbox"]+span:before, .yith-wfbt-section .yith-wfbt-item input[type=checkbox]+span:before, .woocommerce form .form-row .woocommerce-form__input+span:before, #shipping_method.woocommerce-shipping-methods input[type=radio]+span:before, #custom-login-wrapper #cus-rememberme+span:before, .new-input+label:before, .woof_container input[type="checkbox"]:not(.woof_color_term)+label:before, form.checkout input[type="radio"]+label:before, form.checkout input[type="checkbox"]+label:before, .woocommerce-account input[type="radio"]+label:before, .woocommerce-account input[type="checkbox"]+label:before, .yith-wfbt-section .yith-wfbt-item input[type=checkbox]+label:before, .woocommerce form .form-row .woocommerce-form__input+label:before, #shipping_method.woocommerce-shipping-methods input[type=radio]+label:before, #custom-login-wrapper #cus-rememberme+label:before {
    background: var(--bg-white);
    color: var(--tb-theme-color);
    width: 17px;
    line-height: 15px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    text-align: center;
    border: 1px solid var(--border-color-4);
    font-weight: bold;
    display: inline-block;
    margin-right: 7px;
    margin-left: 0;
    font-size: 0;
    vertical-align: text-top;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    cursor: pointer
}
.new-input:checked+span:before, .woof_container input[type="checkbox"]:checked:not(.woof_color_term)+span:before, form.checkout input[type="radio"]:checked+span:before, form.checkout input[type="checkbox"]:checked+span:before, .woocommerce-account input[type="radio"]:checked+span:before, .woocommerce-account input[type="checkbox"]:checked+span:before, .yith-wfbt-section .yith-wfbt-item input[type=checkbox]:checked+span:before, .woocommerce form .form-row .woocommerce-form__input:checked+span:before, #shipping_method.woocommerce-shipping-methods input[type=radio]:checked+span:before, #custom-login-wrapper #cus-rememberme:checked+span:before, .new-input:checked+label:before, .woof_container input[type="checkbox"]:checked:not(.woof_color_term)+label:before, form.checkout input[type="radio"]:checked+label:before, form.checkout input[type="checkbox"]:checked+label:before, .woocommerce-account input[type="radio"]:checked+label:before, .woocommerce-account input[type="checkbox"]:checked+label:before, .yith-wfbt-section .yith-wfbt-item input[type=checkbox]:checked+label:before, .woocommerce form .form-row .woocommerce-form__input:checked+label:before, #shipping_method.woocommerce-shipping-methods input[type=radio]:checked+label:before, #custom-login-wrapper #cus-rememberme:checked+label:before {
    font-size: 10px;
    background: var(--tb-theme-color);
    color: #fff;
    border-color: var(--tb-theme-color)
}
.title-base, .questions-section h3, .yith_wcwl_wishlist_footer .yith-wcwl-share h4.yith-wcwl-share-title, #review_form_wrapper .comment-reply-title, .wc-tabs-wrapper .panel.woocommerce-Tabs-panel--seller h2, .wc-tabs-wrapper .panel.woocommerce-Tabs-panel--vendor h2, .panel h2, .panel h3, .panel h4 {
    font-size: 22px;
    line-height: 32px;
    font-weight: 600;
    margin: 0;
    color: var(--color-09)
}
@media(max-width:399px) {
    .title-base, .questions-section h3, .yith_wcwl_wishlist_footer .yith-wcwl-share h4.yith-wcwl-share-title, #review_form_wrapper .comment-reply-title, .wc-tabs-wrapper .panel.woocommerce-Tabs-panel--seller h2, .wc-tabs-wrapper .panel.woocommerce-Tabs-panel--vendor h2, .panel h2, .panel h3, .panel h4 {
        line-height: 26px
    }
}
.tbay-search-form {
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease
}
.tbay-search-form .btn {
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0
}
.tbay-search-form.load .input-group:after {
    height: 100%;
    content: "";
    position: absolute;
    z-index: 99;
    background: url("../images/preloader.gif") no-repeat 100% center;
    background-size: 20px;
    width: 100%;
    right: 45px;
    left: auto;
    top: 0;
    pointer-events: none
}
.tbay-search-form .form-group {
    margin-bottom: 0
}
.tbay-search-form .form-group .input-group {
    width: 100%;
    border: 0;
    background: var(--bg-white);
    max-width: 100%
}
.tbay-search-form .SumoSelect {
    width: auto;
    display: block;
    line-height: 44px
}
.tbay-search-form .SumoSelect.open>.CaptionCont, .tbay-search-form .SumoSelect:focus>.CaptionCont, .tbay-search-form .SumoSelect:hover>.CaptionCont {
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 0
}
.tbay-search-form .SumoSelect>.CaptionCont>label>i {
    background-image: none;
    position: static;
    font-weight: normal;
    font-style: normal;
    font-size: 12px;
    height: auto;
    text-align: center;
    line-height: 1
}
.tbay-search-form .SumoSelect>.CaptionCont>label>i:before {
    content: "";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-family: "tb-icon"
}
.tbay-search-form .SumoSelect>.CaptionCont>label>i:before {
    font-size: 20px
}
.tbay-search-form .SumoSelect>.optWrapper>.options li.opt {
    padding: 0 0 0 12px
}
.tbay-search-form .select-category {
    background-color: var(--tb-theme-body);
    border: 0;
    padding: 0;
    font-size: inherit;
    line-height: 42px;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    max-width: 30%
}
.tbay-search-form .select-category.input-group-addon {
    color: var(--black-color);
    border-radius: 3px 0 0 3px;
    -webkit-border-radius: 3px 0 0 3px;
    -moz-border-radius: 3px 0 0 3px;
    -ms-border-radius: 3px 0 0 3px;
    -o-border-radius: 3px 0 0 3px
}
.tbay-search-form .select-category .CaptionCont {
    border: 0;
    line-height: inherit;
    background-color: inherit;
    padding: 0 11px;
    text-align: left;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0
}
.tbay-search-form .select-category .CaptionCont label {
    margin: 0;
    width: auto;
    cursor: pointer;
    right: 11px;
    left: auto;
    top: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    color: var(--color-01)
}
.tbay-search-form .select-category .CaptionCont:focus, .tbay-search-form .select-category .CaptionCont:hover {
    outline: 0
}
.tbay-search-form .select-category>select {
    border: 0;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    cursor: pointer;
    height: 42px;
    color: var(--black-color);
    padding: 0;
    pointer-events: none;
    background: transparent url("../images/arrow-down-1.png") no-repeat scroll 127px center;
    padding: 0 15px;
    font-size: 15px;
    position: relative;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    -ms-appearance: none;
    appearance: none;
    margin-right: 0;
    margin-top: 0;
    width: 160px
}
.tbay-search-form .select-category>select:hover, .tbay-search-form .select-category>select:focus {
    outline: none !important;
    -webkit-box-shadow: none;
    box-shadow: none
}
.tbay-search-form .select-category .SelectBox span {
    cursor: pointer;
    padding-right: 20px;
    padding-left: 0
}
.tbay-search-form .select-category .optWrapper {
    z-index: 999;
    min-width: 200px;
    left: 0;
    right: auto;
    top: 100% !important;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none
}
.tbay-search-form .tbay-search {
    padding: 0 0 0 12px;
    border: 0;
    float: none;
    font-size: 14px;
    background: var(--bg-white);
    min-width: 230px;
    -webkit-box-shadow: none;
    box-shadow: none;
    display: inline-block;
    vertical-align: middle
}
.tbay-search-form .button-search {
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    background: transparent
}
.tbay-search-form .button-search:not(.icon) {
    font-size: 15px;
    text-transform: capitalize;
    line-height: 42px;
    padding: 0 23px;
    font-weight: 700;
    color: var(--black-color);
    letter-spacing: 0;
    float: right;
    display: flex;
    align-items: center;
    background: var(--tb-theme-second-color);
    border-radius: 0 3px 3px 0;
    -webkit-border-radius: 0 3px 3px 0;
    -moz-border-radius: 0 3px 3px 0;
    -ms-border-radius: 0 3px 3px 0;
    -o-border-radius: 0 3px 3px 0
}
.tbay-search-form .button-search:not(.icon) i {
    font-size: 17px;
    margin: 0;
    display: inline-block;
    vertical-align: middle;
    line-height: 42px
}
.tbay-search-form .button-search:not(.icon) i+.text {
    margin-left: 7px;
    margin-right: 0
}
.tbay-search-form .button-search.icon {
    padding: 0;
    border: 0;
    margin-top: 0;
    font-size: 18px;
    cursor: pointer;
    line-height: 42px;
    width: 46px;
    color: var(--white-color);
    letter-spacing: 0
}
.tbay-search-form .button-search.icon i {
    vertical-align: middle
}
.tbay-search-form .button-search.disable {
    pointer-events: none
}
.tbay-search-form .button-group {
    padding: 0;
    border: 0;
    background-color: var(--tb-theme-second-color);
    position: relative;
    z-index: 10
}
.tbay-search-form .button-group:before {
    content: "";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-family: "tb-icon"
}
.tbay-search-form .button-group:before {
    font-size: 18px;
    color: var(--black-color);
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    visibility: hidden;
    opacity: 0;
    filter: alpha(opacity=0);
    z-index: 111
}
.tbay-search-form .button-hidden-search {
    font-size: 24px;
    background-color: transparent;
    padding: 0
}
.tbay-search-form .button-hidden-search:hover {
    color: var(--red-color)
}
.tbay-search-form.active {
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible
}
.tbay-search-form.tbay-search-min {
    background: transparent;
    position: relative;
    line-height: normal;
    z-index: 100
}
.tbay-search-form.tbay-search-min form {
    right: 50px;
    left: auto;
    top: -50px;
    border: solid 1px var(--border-color);
    -webkit-transition: all 500ms;
    -o-transition: all 500ms;
    transition: all 500ms;
    opacity: 0;
    filter: alpha(opacity=0);
    background: var(--bg-white);
    position: absolute;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    -o-border-radius: 25px;
    pointer-events: none
}
.tbay-search-form.tbay-search-min form .overlay-box {
    position: fixed;
    width: 100%;
    height: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    content: '';
    background: rgba(0, 0, 0, 0.7);
    top: 0;
    left: 0;
    z-index: -1;
    pointer-events: none
}
.tbay-search-form.tbay-search-min form.show {
    top: -2px;
    opacity: 1;
    filter: alpha(opacity=100);
    pointer-events: auto
}
.tbay-search-form.tbay-search-min form.show:after {
    opacity: 1;
    filter: alpha(opacity=100);
    height: 100vh
}
.tbay-search-form.tbay-search-min form.show .overlay-box {
    pointer-events: auto;
    opacity: 1;
    filter: alpha(opacity=100);
    width: 100%;
    height: 100vh
}
.tbay-search-form.tbay-search-min .btn-search-min {
    background: 0;
    border: 0;
    outline: 0;
    font-size: 18px
}
.tbay-search-form.tbay-search-min .btn-search-min.active {
    color: var(--white-color);
    background: transparent !important
}
.tbay-search-form.tbay-search-min .btn-search-min.active .icon-magnifier:before {
    content: "\e082"
}
.tbay-search-form.tbay-search-min .tbay-search {
    float: none
}
.tbay-search-form.tbay-search-min .button-search {
    font-size: 17px
}
.woocommerce div.product p.price ins, .woocommerce div.product span.price ins {
    font-weight: 600
}
.besa-ajax-search.tbay-loading .button-group:before {
    visibility: visible;
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-animation: spin 2s linear infinite;
    -o-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite
}
.besa-ajax-search.tbay-loading .button-search {
    visibility: hidden;
    opacity: 0;
    filter: alpha(opacity=0)
}
.besa-ajax-search .besa-search-results {
    position: static
}
.besa-ajax-search.open .form-group .input-group {
    border-radius: 3px 3px 0 0;
    -webkit-border-radius: 3px 3px 0 0;
    -moz-border-radius: 3px 3px 0 0;
    -ms-border-radius: 3px 3px 0 0;
    -o-border-radius: 3px 3px 0 0
}
.besa-ajax-search.open .select-category.input-group-addon {
    border-radius: 3px 0 0 0;
    -webkit-border-radius: 3px 0 0 0;
    -moz-border-radius: 3px 0 0 0;
    -ms-border-radius: 3px 0 0 0;
    -o-border-radius: 3px 0 0 0
}
.besa-ajax-search.open .tbay-preloader {
    visibility: visible;
    opacity: 1;
    filter: alpha(opacity=100)
}
.tbay-preloader {
    cursor: pointer;
    position: absolute;
    right: auto;
    left: -32px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
    opacity: 0;
    filter: alpha(opacity=0);
    visibility: hidden;
    background: var(--color-07);
    color: var(--white-color);
    width: 16px;
    height: 16px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    line-height: 1 !important
}
.tbay-preloader:before {
    content: "";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-family: "tb-icon"
}
.tbay-preloader:before {
    font-size: 12px;
    line-height: 16px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}
.autocomplete-suggestions {
    border: 1px solid var(--border-color);
    left: -1px;
    right: auto;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    line-height: 23px;
    background: var(--bg-white);
    text-align: center;
    top: calc(100% - -4px);
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px
}
.autocomplete-suggestions>div {
    cursor: pointer;
    padding: 8px 15px 8px 20px
}
.autocomplete-suggestions>div .price {
    color: #ff3201;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-weight: 600;
    text-align: left
}
.autocomplete-suggestions>div .price del {
    color: var(--color-04);
    font-weight: 400;
    margin-left: 5px;
    margin-right: 0
}
.autocomplete-suggestions>div .product-title {
    max-width: 75%;
    text-align: left
}
.autocomplete-suggestions>div:not(:only-child) {
    border-bottom: 1px solid var(--border-color)
}
.autocomplete-suggestions>div:last-child {
    border: 0
}
.autocomplete-suggestions>div:not(.view-all-products) {
    -webkit-transition: .35s;
    -o-transition: .35s;
    transition: .35s;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}
.autocomplete-suggestions>div.view-all-products {
    line-height: 40px;
    color: var(--tb-theme-color);
    padding-top: 16px;
    padding-bottom: 16px
}
.autocomplete-suggestions>div.view-all-products i {
    display: inline-block;
    margin-left: 5px;
    margin-right: 0;
    font-size: 10px
}
.autocomplete-suggestions>div.list-header {
    color: var(--black-color);
    line-height: 40px;
    padding: 9px 16px
}
.autocomplete-suggestions>div .suggestion-thumb {
    display: table-cell;
    vertical-align: middle;
    padding-right: 15px;
    padding-left: 0
}
.autocomplete-suggestions>div .suggestion-thumb img {
    max-width: 48px
}
.autocomplete-suggestions>div .suggestion-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1
}
.autocomplete-suggestions>div .suggestion-title:hover {
    color: var(--tb-theme-color)
}
.autocomplete-suggestions>div .suggestion-title.no-found-msg {
    padding: 8px 0
}
.autocomplete-suggestions>div .suggestion-sku {
    width: 100%;
    text-align: left;
    float: left
}
.autocomplete-suggestions>div.autocomplete-selected {
    background: var(--color-03)
}
body.search .entry-content h2 {
    font-weight: 500;
    margin: 0;
    font-size: 20px
}
#tbay-search-form-canvas.open .sidebar-canvas-search:before {
    opacity: 1;
    filter: alpha(opacity=100);
    pointer-events: all;
    z-index: 1
}
#tbay-search-form-canvas.open .sidebar-canvas-search .sidebar-content {
    right: 0;
    visibility: visible
}
#tbay-search-form-canvas .sidebar-canvas-search:before {
    background: rgba(0, 0, 0, 0.7);
    position: fixed;
    left: 0;
    top: 0;
    content: "";
    width: 100vw;
    height: 100vh;
    -webkit-transition: all 300ms;
    -o-transition: all 300ms;
    transition: all 300ms;
    z-index: -1;
    pointer-events: none;
    opacity: 0;
    filter: alpha(opacity=0)
}
#tbay-search-form-canvas .sidebar-canvas-search .sidebar-content {
    background: var(--bg-white);
    z-index: 3;
    position: fixed;
    right: -370px;
    top: 0;
    bottom: 0;
    width: 370px;
    padding: 31px 50px;
    -webkit-transition: all 300ms;
    -o-transition: all 300ms;
    transition: all 300ms;
    visibility: hidden;
    overflow: auto
}
#tbay-search-form-canvas .sidebar-canvas-search .sidebar-content .tbay-search {
    padding: 0;
    border-bottom: 1px solid var(--black-color);
    line-height: 36px;
    font-size: 14px
}
#tbay-search-form-canvas .sidebar-canvas-search .sidebar-content .input-group {
    display: inline-block;
    border: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden
}
#tbay-search-form-canvas .sidebar-canvas-search .sidebar-content .button-group {
    position: absolute;
    right: -2px;
    top: -2px;
    z-index: 4;
    padding: 0;
    width: auto;
    background-color: transparent
}
#tbay-search-form-canvas .sidebar-canvas-search .sidebar-content .button-group .button-search {
    margin-right: 0
}
#tbay-search-form-canvas .sidebar-canvas-search .sidebar-content .button-group .button-search i {
    font-size: 19px;
    margin: 0;
    width: 22px;
    color: var(--black-color)
}
#tbay-search-form-canvas .sidebar-canvas-search .sidebar-content .button-group .button-search i:hover {
    color: var(--tb-theme-color)
}
#tbay-search-form-canvas .sidebar-canvas-search .sidebar-content form {
    position: absolute;
    top: 110px;
    left: 50px;
    right: 50px;
    bottom: 30px;
    overflow: hidden
}
#tbay-search-form-canvas .sidebar-canvas-search .sidebar-content .select-category {
    border: 0;
    background: transparent;
    text-align: left;
    position: absolute;
    top: 75px;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    width: 100%
}
#tbay-search-form-canvas .sidebar-canvas-search .sidebar-content .select-category .SumoSelect {
    position: absolute;
    top: 30px;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden
}
#tbay-search-form-canvas .sidebar-canvas-search .sidebar-content .select-category .category-title {
    font-weight: 500;
    padding: 10px 0
}
#tbay-search-form-canvas .sidebar-canvas-search .sidebar-content .select-category .SelectBox {
    display: none
}
#tbay-search-form-canvas .sidebar-canvas-search .sidebar-content .select-category .optWrapper {
    display: inline-block;
    width: 100%;
    position: static;
    border: 0;
    overflow: visible;
    margin-top: 5px
}
#tbay-search-form-canvas .sidebar-canvas-search .sidebar-content .select-category .optWrapper .options {
    max-height: inherit;
    position: absolute;
    top: 22px;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-overflow-scrolling: touch;
    overflow: scroll;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0
}
#tbay-search-form-canvas .sidebar-canvas-search .sidebar-content .select-category .optWrapper .options::-webkit-scrollbar {
    display: none
}
#tbay-search-form-canvas .sidebar-canvas-search .sidebar-content .select-category .optWrapper .options li {
    padding: 0 !important;
    border: 0;
    line-height: 37px;
    color: var(--color-04)
}
#tbay-search-form-canvas .sidebar-canvas-search .sidebar-content .select-category .optWrapper .options li label {
    font-weight: 400
}
#tbay-search-form-canvas .sidebar-canvas-search .sidebar-content .select-category .optWrapper .options li.opt.selected {
    color: var(--black-color)
}
#tbay-search-form-canvas .sidebar-canvas-search .sidebar-content .select-category .optWrapper .options li.opt.selected label {
    font-weight: 500
}
#tbay-search-form-canvas .sidebar-canvas-search .sidebar-content .select-category .optWrapper .options li:hover {
    color: var(--tb-theme-color)
}
#tbay-search-form-canvas .sidebar-canvas-search .sidebar-content .autocomplete-suggestions {
    border: 0;
    text-align: left;
    background: var(--bg-white);
    bottom: 0;
    top: 85px;
    left: 0;
    right: 0;
    -webkit-overflow-scrolling: touch;
    overflow: scroll;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0
}
#tbay-search-form-canvas .sidebar-canvas-search .sidebar-content .autocomplete-suggestions::-webkit-scrollbar {
    display: none
}
#tbay-search-form-canvas .sidebar-canvas-search .sidebar-content .autocomplete-suggestions>div.list-header {
    background: transparent;
    padding: 0 0 20px;
    border-bottom: 0;
    margin-bottom: 5px
}
#tbay-search-form-canvas .sidebar-canvas-search .sidebar-content .autocomplete-suggestions .autocomplete-suggestion {
    border: 0;
    padding: 5px 0;
    font-size: 13px;
    background: transparent !important
}
#tbay-search-form-canvas .sidebar-canvas-search .sidebar-content .autocomplete-suggestions .autocomplete-suggestion .woocs_price_code .woocommerce-Price-amount, #tbay-search-form-canvas .sidebar-canvas-search .sidebar-content .autocomplete-suggestions .autocomplete-suggestion .woocs_price_code del .woocommerce-Price-amount {
    font-size: 13px
}
#tbay-search-form-canvas .sidebar-canvas-search .sidebar-content .autocomplete-suggestions .autocomplete-suggestion .product-title:hover {
    color: var(--tb-theme-color)
}
#tbay-search-form-canvas .sidebar-canvas-search .sidebar-content .autocomplete-suggestions>div .suggestion-thumb {
    max-width: 50px
}
#tbay-search-form-canvas .sidebar-canvas-search .sidebar-content .autocomplete-suggestions>div .suggestion-group {
    padding-left: 13px
}
#tbay-search-form-canvas .sidebar-canvas-search .sidebar-content .autocomplete-suggestions>div.view-all-products {
    text-align: left;
    padding: 20px 0
}
#tbay-search-form-canvas button {
    background: transparent;
    border: 0;
    outline: none !important;
    padding: 0
}
#tbay-search-form-canvas .sidebar-content button {
    font-size: 13px
}
#tbay-search-form-canvas .sidebar-content button i {
    font-size: 14px;
    vertical-align: middle;
    margin-left: 8px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}
#tbay-search-form-canvas .sidebar-content button:hover {
    color: var(--tb-theme-color)
}
#tbay-search-form-canvas .tbay-loading:after {
    content: "";
    z-index: 2;
    position: absolute;
    border: 2px solid var(--color-06);
    border-top-color: var(--tb-theme-color);
    border-radius: 100%;
    height: 40px;
    width: 40px;
    top: 100px;
    left: 50%;
    margin-left: -20px;
    -webkit-animation: circle-loading .35s linear infinite;
    -o-animation: circle-loading .35s linear infinite;
    animation: circle-loading .35s linear infinite;
    border-top-color: var(--tb-theme-color)
}
.active-admin-bar #tbay-search-form-canvas .sidebar-canvas-search .sidebar-content {
    top: 32px
}
#tbay-header {
    margin: 0;
    padding: 0;
    z-index: 1001;
    background: var(--bg-white);
    position: relative
}
#tbay-header .menu_fixed {
    position: fixed;
    top: 0;
    z-index: 9999;
    background: var(--bg-white);
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 1200px;
    padding: 0 40px;
    -webkit-transition: all .2s ease 0s;
    -o-transition: all .2s ease 0s;
    transition: all .2s ease 0s
}
#tbay-header .topbar-mobile .btn {
    background: transparent;
    font-size: 16px;
    border: 0;
    padding: 0;
    line-height: 40px
}
#tbay-header .topbar-mobile .btn:hover, #tbay-header .topbar-mobile .btn:focus {
    color: var(--tb-theme-color)
}
#tbay-header .tbay-mainmenu {
    position: static
}
#tbay-header .tbay-megamenu {
    margin-bottom: 0;
    position: static;
    border: 0;
    min-height: auto;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0
}
#tbay-header .header-right {
    text-align: right;
    position: static;
    z-index: 11
}
#tbay-header .header-right>div {
    display: inline-block;
    vertical-align: middle;
    padding: 0 8px
}
#tbay-header .header-right>div:last-child {
    padding-right: 0
}
#tbay-header .header-right>div:first-child {
    padding-left: 0
}
#tbay-header .topbar {
    clear: both
}
#tbay-header .header-main {
    padding: 32px 0;
    background: var(--bg-white);
    z-index: 100;
    left: 0;
    width: 100%
}
#tbay-header .header-main.sticky-header {
    -webkit-box-shadow: 0 3px 15px rgba(0, 0, 0, 0.06);
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.06);
    z-index: 9999
}
#tbay-header .header-main.sticky-header.sticky-1 {
    -webkit-box-shadow: none;
    box-shadow: none
}
#tbay-header .header-main.sticky-header.sticky-1.sticky-box {
    -webkit-box-shadow: 0 3px 15px rgba(0, 0, 0, 0.06);
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.06)
}
#tbay-header .header-main>.container>.row, #tbay-header .dokan-dashboard .header-main>.dokan-dashboard-wrap>.row, .dokan-dashboard #tbay-header .header-main>.dokan-dashboard-wrap>.row, #tbay-header #wcfm-main-contentainer .header-main>.wcfm-membership-wrapper>.row, #wcfm-main-contentainer #tbay-header .header-main>.wcfm-membership-wrapper>.row, #tbay-header .wcfmmp-store-page .header-main>#wcfmmp-store>.row, .wcfmmp-store-page #tbay-header .header-main>#wcfmmp-store>.row {
    display: flex;
    align-items: center
}
#tbay-header .header-mainmenu {
    position: relative;
    clear: both
}
#tbay-header .header-mainmenu>.container, #tbay-header .dokan-dashboard .header-mainmenu>.dokan-dashboard-wrap, .dokan-dashboard #tbay-header .header-mainmenu>.dokan-dashboard-wrap, #tbay-header #wcfm-main-contentainer .header-mainmenu>.wcfm-membership-wrapper, #wcfm-main-contentainer #tbay-header .header-mainmenu>.wcfm-membership-wrapper, #tbay-header .wcfmmp-store-page .header-mainmenu>#wcfmmp-store, .wcfmmp-store-page #tbay-header .header-mainmenu>#wcfmmp-store {
    position: relative
}
#tbay-header.sticky-header .topbar, #tbay-header.sticky-header .header-mainmenu {
    display: none
}
#tbay-header.sticky-header .header-main {
    padding: 20px 0
}
#tbay-header.sticky-header .header-main>.container, #tbay-header.sticky-header .dokan-dashboard .header-main>.dokan-dashboard-wrap, .dokan-dashboard #tbay-header.sticky-header .header-main>.dokan-dashboard-wrap, #tbay-header.sticky-header #wcfm-main-contentainer .header-main>.wcfm-membership-wrapper, #wcfm-main-contentainer #tbay-header.sticky-header .header-main>.wcfm-membership-wrapper, #tbay-header.sticky-header .wcfmmp-store-page .header-main>#wcfmmp-store, .wcfmmp-store-page #tbay-header.sticky-header .header-main>#wcfmmp-store {
    position: relative;
    z-index: 2
}
.top-wishlist .count_wishlist {
    position: absolute;
    background: var(--tb-theme-second-color);
    color: var(--black-color);
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    min-width: 20px;
    padding: 0 2px;
    line-height: 20px;
    font-size: 12px;
    top: -5px;
    right: auto;
    left: 14px;
    font-weight: 700;
    text-align: center
}
.top-wishlist .count_wishlist>div {
    display: none !important
}
.top-wishlist .title-wishlist {
    padding-left: 10px
}
.yith-compare-header a {
    line-height: 44px;
    display: block
}
.yith-compare-header i {
    font-size: 22px;
    display: inline-block;
    vertical-align: middle
}
.element-sticky-header.sticky {
    position: fixed !important;
    top: 0;
    width: 100%;
    z-index: 1001;
    left: 0;
    right: 0
}
.element-sticky-header.sticky:last-child {
    border-bottom: 1px solid var(--border-color-6)
}
.element-sticky-header.sticky+.sticky {
    z-index: 900
}
.element-sticky-header.sticky+.sticky+.sticky {
    z-index: 899
}
.element-sticky-header.sticky+.sticky+.sticky+.sticky {
    z-index: 898
}
.element-sticky-header.sticky+.sticky+.sticky+.sticky+.sticky {
    z-index: 897
}
.offcanvas-left .element-sticky-header.sticky, .offcanvas-right .element-sticky-header.sticky {
    z-index: 1001
}
#tbay-header.nav-cover-active-1 #nav-cover {
    z-index: 1;
    opacity: .2;
    filter: alpha(opacity=20);
    pointer-events: auto;
    visibility: visible;
    height: 1000vh;
    z-index: 99
}
#tbay-header.nav-cover-active-2 #nav-cover {
    z-index: 1;
    opacity: .2;
    filter: alpha(opacity=20);
    pointer-events: auto;
    visibility: visible;
    height: 1000vh;
    z-index: 99
}
#tbay-header.nav-cover-active-3 #nav-cover {
    z-index: 1;
    opacity: .2;
    filter: alpha(opacity=20);
    pointer-events: auto;
    visibility: visible;
    height: 1000vh;
    z-index: 99
}
#tbay-header.nav-cover-active-4 #nav-cover {
    z-index: 1;
    opacity: .2;
    filter: alpha(opacity=20);
    pointer-events: auto;
    visibility: visible;
    height: 1000vh;
    z-index: 99
}
#tbay-header.nav-cover-active-5 #nav-cover {
    z-index: 1;
    opacity: .2;
    filter: alpha(opacity=20);
    pointer-events: auto;
    visibility: visible;
    height: 1000vh;
    z-index: 99
}
#tbay-header.nav-cover-active-6 #nav-cover {
    z-index: 1;
    opacity: .2;
    filter: alpha(opacity=20);
    pointer-events: auto;
    visibility: visible;
    height: 1000vh;
    z-index: 99
}
#tbay-header.nav-cover-active-7 #nav-cover {
    z-index: 1;
    opacity: .2;
    filter: alpha(opacity=20);
    pointer-events: auto;
    visibility: visible;
    height: 1000vh;
    z-index: 99
}
.mfp-wrap.mfp-ready~.wrapper-container #tbay-header .header-main.sticky-header {
    padding-right: 17px
}
#nav-cover {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 0;
    background: #000;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 1000;
    pointer-events: none;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    visibility: hidden
}
.SumoSelect>.CaptionCont>label>i {
    opacity: 1 !important;
    filter: alpha(opacity=100) !important
}
@media screen and (min-width:1025px) {
    body.single-product.tbay-body-menu-bar #tbay-header {
        padding: 0 !important
    }
    body.single-product.tbay-body-menu-bar #tbay-header>div:not(.header-main) {
        margin-bottom: 0 !important
    }
    body.single-product.tbay-body-menu-bar #tbay-header .header-main {
        position: relative !important;
        top: 0 !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important
    }
}
.tbay-element.header-icon a {
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 39px;
    height: 39px;
    position: relative
}
.tbay-element.header-icon a i {
    font-size: 20px
}
.width-auto-yes {
    width: auto !important
}
.elementor-widget-besa-nav-menu.width-auto-yes {
    position: relative !important
}
.elementor-widget-text-editor p, .elementor-widget-text-editor h1, .elementor-widget-text-editor h2, .elementor-widget-text-editor h3, .elementor-widget-text-editor h4, .elementor-widget-text-editor h5, .elementor-widget-text-editor h6 {
    margin-bottom: 0
}
#tbay-header .elementor-text-editor p, #tbay-header .elementor-text-editor h1, #tbay-header .elementor-text-editor h2, #tbay-header .elementor-text-editor h3, #tbay-header .elementor-text-editor h4, #tbay-header .elementor-text-editor h5, #tbay-header .elementor-text-editor h6 {
    margin-bottom: 0
}
#tbay-header .elementor-widget-wrap>.elementor-element {
    width: 100%;
    margin-bottom: 0
}
#tbay-header .tbay-element-mini-cart .dropdown-content .widget_shopping_cart_content {
    top: 70px
}
.enable-element-child-border-yes .elementor-element, .column-element-child-border .elementor-element {
    width: auto !important;
    height: 44px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center
}
.enable-element-child-border-yes .elementor-element::after, .column-element-child-border .elementor-element::after {
    content: '';
    position: relative;
    height: 15px;
    width: 1px;
    background: var(--border-color-6);
    top: 0;
    right: 0;
    left: auto;
    margin: 0 14px
}
.enable-element-child-border-yes .elementor-element:last-child::after, .column-element-child-border .elementor-element:last-child::after {
    display: none
}
.enable-element-child-border-yes .elementor-element>.elementor-widget-container, .column-element-child-border .elementor-element>.elementor-widget-container {
    display: inline-block
}
.topbar>.container>.row, .dokan-dashboard .topbar>.dokan-dashboard-wrap>.row, #wcfm-main-contentainer .topbar>.wcfm-membership-wrapper>.row, .wcfmmp-store-page .topbar>#wcfmmp-store>.row {
    display: flex;
    align-items: center
}
.sub-title-account {
    width: 100%;
    font-size: 13px;
    padding-bottom: 6px
}
.show-icon-after-yes .text-account:after {
    content: "";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-family: "tb-icon"
}
.show-icon-after-yes .text-account:after {
    font-size: 20px;
    position: absolute;
    bottom: -1px;
    padding-left: 2px;
    padding-right: 0
}
.top-contact .content {
    line-height: 30px
}
.hotline i {
    font-size: 20px;
    margin-right: 7px;
    vertical-align: middle;
    float: left
}
.topbar-right {
    text-align: right
}
.topbar-right>div, .topbar-right>.widget {
    float: right;
    padding: 0 12px;
    line-height: 39px;
    position: relative
}
.topbar-right>div:after, .topbar-right>.widget:after {
    content: '';
    background: var(--color-06);
    position: absolute;
    width: 1px;
    right: 0;
    left: auto;
    height: 100%;
    top: 0
}
.topbar-right>div:first-child, .topbar-right>.widget:first-child {
    padding-right: 0
}
.topbar-right>div:first-child:after, .topbar-right>.widget:first-child:after {
    display: none
}
.topbar-right .sub-menu {
    top: 36px
}
#header .tbay-login .account-menu {
    top: calc(100% - -10px)
}
.tbay-login {
    position: relative
}
.tbay-login .account-menu {
    text-align: left;
    position: absolute;
    left: 0;
    top: 100%;
    right: auto;
    visibility: hidden;
    background: var(--bg-white);
    z-index: 1000;
    padding: 0;
    min-width: 200px;
    border: 1px solid var(--border-color);
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transition: all .4s ease-in-out 0s;
    -o-transition: all .4s ease-in-out 0s;
    transition: all .4s ease-in-out 0s;
    -webkit-transform: rotateX(-90deg);
    -ms-transform: rotateX(-90deg);
    -o-transform: rotateX(-90deg);
    transform: rotateX(-90deg);
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px
}
.tbay-login .account-menu ul {
    list-style: none;
    padding: 22px 25px;
    margin: 0
}
.tbay-login .account-menu ul li a {
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    line-height: 28px;
    height: auto;
    display: inline-block;
    position: relative;
    padding: 0;
    color: var(--black-color)
}
.tbay-login .account-menu ul li a:hover {
    color: var(--tb-theme-color)
}
.tbay-login .account-menu ul li:last-child {
    border-top: 1px solid var(--border-color);
    padding-top: 13px;
    margin-top: 18px
}
.tbay-login .account-menu ul li:last-child a {
    color: var(--color-12)
}
.tbay-login .account-menu ul li:last-child a:hover {
    color: var(--tb-theme-color)
}
.tbay-login .account-menu.left {
    right: -20px;
    left: auto
}
.tbay-login>a:focus {
    color: var(--black-color)
}
.tbay-login>a i {
    vertical-align: middle
}
.tbay-login>a span {
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    display: inline-block;
    vertical-align: middle;
    line-height: 1
}
.tbay-login:hover .account-menu {
    visibility: visible;
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: rotateX(0);
    -ms-transform: rotateX(0);
    -o-transform: rotateX(0);
    transform: rotateX(0)
}
.tbay-custom-language {
    position: relative;
    line-height: 44px
}
.tbay-custom-language>ul {
    padding: 0;
    margin: 0;
    list-style-type: none
}
.tbay-custom-language .list-item-wrapper {
    text-align: left
}
.tbay-custom-language .list-item-wrapper:hover .sub-menu {
    visibility: visible;
    -webkit-transform: rotateX(0);
    -ms-transform: rotateX(0);
    -o-transform: rotateX(0);
    transform: rotateX(0);
    opacity: 1;
    filter: alpha(opacity=100)
}
.tbay-custom-language .list-item-wrapper:focus {
    outline: 0
}
.tbay-custom-language img {
    margin-right: 9px;
    display: inline-block;
    vertical-align: middle;
    width: 21px;
    max-height: 21px
}
.tbay-custom-language a span {
    display: inline-block;
    vertical-align: middle;
    line-height: 20px
}
.tbay-custom-language .sub-menu {
    visibility: hidden;
    opacity: 0;
    filter: alpha(opacity=0);
    position: absolute;
    top: 100%;
    right: auto;
    left: -15px;
    border: 1px solid var(--border-color);
    padding: 0;
    margin: 0;
    list-style-type: none;
    z-index: 1000;
    min-width: 150px;
    background: var(--bg-white);
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transition: all .4s ease-in-out 0s;
    -o-transition: all .4s ease-in-out 0s;
    transition: all .4s ease-in-out 0s;
    -webkit-transform: rotateX(-90deg);
    -ms-transform: rotateX(-90deg);
    -o-transform: rotateX(-90deg);
    transform: rotateX(-90deg)
}
.tbay-custom-language .sub-menu a {
    line-height: 40px;
    padding: 3px 0;
    padding-left: 12px;
    display: block
}
.tbay-custom-language .sub-menu li+li a {
    border-top: 1px solid var(--border-color)
}
.tbay-custom-language li:hover {
    cursor: pointer
}
.tbay-custom-language li:hover .select-button {
    color: var(--tb-theme-color)
}
.tbay-custom-language li:hover .select-button:after {
    color: var(--tb-theme-color)
}
.tbay-custom-language .select-button:after {
    content: "";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-family: "tb-icon"
}
.tbay-custom-language .select-button:after {
    display: inline-block;
    margin-left: 5px;
    margin-right: 0;
    line-height: 1;
    font-size: 10px;
    color: var(--color-11);
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}
.tbay-custom-language .select-button:hover:after {
    color: var(--tb-theme-color)
}
.tbay-footer a {
    color: var(--black-color)
}
.tbay-footer a:hover {
    color: var(--tb-theme-color)
}
.tbay-footer {
    position: relative
}
.tbay-footer .tbay-copyright {
    border-top: 1px solid var(--border-color);
    padding: 20px;
    margin-top: 45px
}
.tbay-footer .wpb_content_element, .tbay-footer .wpb_single_image, .tbay-footer p {
    margin: 0 !important
}
.tbay-footer .tbay-addon:not(.tbay-addon-newletter) .tbay-addon-title {
    font-size: 15px;
    text-transform: uppercase;
    margin-bottom: 5px;
    line-height: inherit;
    text-align: left
}
.tbay-footer .tbay-addon:not(.tbay-addon-newletter).wpb_single_image .vc_single_image-wrapper:before, .tbay-footer .tbay-addon:not(.tbay-addon-newletter).wpb_single_image .vc_single_image-wrapper:after {
    display: none
}
.tbay-footer .tbay-addon:not(.tbay-addon-newletter).wpb_single_image .vc_single_image-wrapper:hover img {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1)
}
.tbay-footer .tbay-addon:not(.tbay-addon-newletter).tbay-addon-social, .tbay-footer .tbay-addon:not(.tbay-addon-newletter).tbay-addon-text-heading {
    margin: 0
}
.tbay-footer .tbay-addon-description {
    margin-bottom: 20px
}
.tbay-footer .menu li {
    display: block
}
.tbay-footer .menu li>a {
    padding: 0;
    line-height: 26px;
    width: auto;
    text-transform: capitalize;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    color: var(--black-color)
}
.tbay-footer .menu li>a:hover {
    color: var(--tb-theme-color)
}
.tbay-footer .menu li>a.selected {
    background: transparent
}
.tbay-footer ul.menu li.active a {
    color: var(--tb-theme-color)
}
.tbay-copyright .none-menu, .tbay-copyright .payment {
    float: right
}
.tbay-copyright .none-menu .menu li {
    display: inline-block;
    line-height: 26px;
    margin-right: 18px;
    margin-left: 0
}
.tbay-copyright .none-menu .menu li a {
    padding: 0
}
.contact-info {
    margin: 0;
    list-style: none;
    padding: 0
}
.contact-info li {
    line-height: 33px;
    color: var(--color-11)
}
.contact-info .head {
    color: var(--color-11);
    display: block;
    margin-bottom: 10px
}
.contact-info i {
    margin-right: 10px;
    margin-left: 0;
    display: inline-block;
    vertical-align: middle
}
.contact-info p {
    font-size: 18px;
    line-height: 35px;
    max-width: 300px;
    margin: 0;
    display: inline-block
}
.contact-info a {
    color: var(--color-11);
    -webkit-transition: .3s all;
    -o-transition: .3s all;
    transition: .3s all
}
.contact-info a:hover {
    color: var(--tb-theme-color)
}
.copyright {
    color: var(--color-11);
    line-height: 26px
}
.copyright a {
    color: var(--tb-theme-color)
}
.tbay-to-top {
    position: fixed;
    z-index: 999;
    bottom: 30px;
    right: 0;
    left: auto;
    text-align: center;
    display: inline-block;
    pointer-events: none;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all .5s ease-in-out 0s;
    -o-transition: all .5s ease-in-out 0s;
    transition: all .5s ease-in-out 0s
}
.tbay-to-top.active {
    opacity: 1;
    filter: alpha(opacity=100);
    pointer-events: all;
    right: 100px
}
.tbay-to-top a {
    display: block;
    position: relative;
    padding: 0;
    background: var(--bg-white);
    -webkit-transition: all .4s ease-in-out 0s;
    -o-transition: all .4s ease-in-out 0s;
    transition: all .4s ease-in-out 0s;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    -webkit-box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.1);
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 6px 16px;
    font-weight: 700;
    color: var(--black-color)
}
.tbay-to-top a i {
    font-size: 22px
}
.tbay-to-top a:hover, .tbay-to-top a:focus {
    background: var(--tb-theme-color);
    color: #fff
}
.tbay-to-top.tbay-to-top-mobile {
    display: none
}
.elementor-widget-besa-nav-menu .tbay-treevertical-lv1>.navbar-nav {
    list-style: none;
    padding: 0;
    margin: 0;
    padding: 8px 0
}
.elementor-widget-besa-nav-menu .tbay-treevertical-lv1>.navbar-nav>li>a {
    display: block;
    padding: 0 20px;
    line-height: 44px;
    -webkit-transition: .35s;
    -o-transition: .35s;
    transition: .35s
}
.elementor-widget-besa-nav-menu .tbay-treevertical-lv1>.navbar-nav>li>a i, .elementor-widget-besa-nav-menu .tbay-treevertical-lv1>.navbar-nav>li>a img {
    display: inline-block;
    font-size: 16px;
    vertical-align: middle;
    color: var(--black-color);
    -webkit-transition: .35s;
    -o-transition: .35s;
    transition: .35s;
    margin: 0;
    margin-left: 0;
    margin-right: 15px;
    min-width: 20px;
    line-height: 1
}
.elementor-widget-besa-nav-menu .tbay-treevertical-lv1>.navbar-nav>li>a.selected, .elementor-widget-besa-nav-menu .tbay-treevertical-lv1>.navbar-nav>li>a:hover {
    background-color: transparent;
    color: var(--tb-theme-color)
}
.elementor-widget-besa-nav-menu .tbay-treevertical-lv1>.navbar-nav>li>a.selected i, .elementor-widget-besa-nav-menu .tbay-treevertical-lv1>.navbar-nav>li>a:hover i {
    color: var(--tb-theme-color)
}
.elementor-widget-besa-nav-menu .tbay-treevertical-lv1>.navbar-nav>li>a .text-label {
    display: inline-block;
    margin-left: 10px;
    margin-right: 0
}
.elementor-widget-besa-nav-menu .tbay-treevertical-lv1>.navbar-nav>li:last-child a {
    border: 0
}
.tbay-section-static .tbay-column-static .elementor-widget.elementor-absolute {
    position: absolute
}
.tbay-section-static .tbay-column-static {
    position: static
}
.tbay-section-static .tbay-column-static .elementor-widget-wrap>.elementor-element {
    width: auto
}
.tbay-section-static .tbay-column-static .elementor-element-populated, .tbay-section-static .tbay-column-static .elementor-widget-wrap, .tbay-section-static .tbay-column-static .elementor-widget {
    position: static
}
.tbay-section-static .tbay-column-static .dropdown-menu .elementor-widget-wrap>div {
    padding: 0
}
.elementor-widget-besa-nav-menu .tbay-horizontal .navbar-nav>li.active-mega-menu .elementor-column>.elementor-element-populated {
    padding: 27px 31px
}
.elementor-widget-besa-nav-menu .tbay-horizontal .navbar-nav>li.active-mega-menu .tbay-vertical ul>li>a {
    color: var(--color-12);
    font-size: 14px;
    line-height: 28px;
    border: 0;
    padding: 0;
    display: inline-block
}
.elementor-widget-besa-nav-menu .tbay-horizontal .navbar-nav>li .dropdown-menu .heading-tbay-title, .elementor-widget-besa-nav-menu .tbay-horizontal .navbar-nav>li .dropdown-menu .elementor-heading-title {
    font-size: 14px;
    line-height: 24px;
    font-weight: 700;
    color: var(--black-color);
    padding-bottom: 12px;
    padding-left: 0
}
.elementor-widget-besa-nav-menu .elementor-nav-menu--main .elementor-nav-menu ul {
    width: auto;
    position: unset;
    display: -ms-flexbox;
    display: flex;
    transition: none !important
}
.menu {
    padding: 0;
    margin: 0
}
.menu li {
    list-style: none
}
.elementor-widget-besa-nav-menu .tbay-horizontal .navbar-nav {
    float: none;
    width: 100%;
    padding: 0;
    position: unset;
    z-index: 999
}
.elementor-widget-besa-nav-menu .tbay-horizontal .navbar-nav>li {
    display: inline-block;
    position: static;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}
.elementor-widget-besa-nav-menu .tbay-horizontal .navbar-nav>li.active>a, .elementor-widget-besa-nav-menu .tbay-horizontal .navbar-nav>li:hover>a, .elementor-widget-besa-nav-menu .tbay-horizontal .navbar-nav>li:focus>a {
    color: var(--tb-theme-color)
}
.elementor-widget-besa-nav-menu .tbay-horizontal .navbar-nav>li.active>a .caret, .elementor-widget-besa-nav-menu .tbay-horizontal .navbar-nav>li:hover>a .caret, .elementor-widget-besa-nav-menu .tbay-horizontal .navbar-nav>li:focus>a .caret {
    color: var(--tb-theme-color)
}
.elementor-widget-besa-nav-menu .tbay-horizontal .navbar-nav>li.menu-item-has-children .caret:before, .elementor-widget-besa-nav-menu .tbay-horizontal .navbar-nav>li.active-mega-menu .caret:before {
    content: "";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-family: "tb-icon"
}
.elementor-widget-besa-nav-menu .tbay-horizontal .navbar-nav>li.menu-item-has-children .caret:before, .elementor-widget-besa-nav-menu .tbay-horizontal .navbar-nav>li.active-mega-menu .caret:before {
    font-size: 12px;
    line-height: 1;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    display: inline-block;
    margin-left: 2px;
    margin-right: 0;
    font-weight: 400
}
.elementor-widget-besa-nav-menu .tbay-horizontal .navbar-nav>li.menu-item-has-children .dropdown-menu>li.menu-item-has-children .caret, .elementor-widget-besa-nav-menu .tbay-horizontal .navbar-nav>li.active-mega-menu .dropdown-menu>li.menu-item-has-children .caret {
    display: none
}
.elementor-widget-besa-nav-menu .tbay-horizontal .navbar-nav>li.menu-item-has-children .dropdown-menu>li.menu-item-has-children .dropdown-menu, .elementor-widget-besa-nav-menu .tbay-horizontal .navbar-nav>li.active-mega-menu .dropdown-menu>li.menu-item-has-children .dropdown-menu {
    top: 0;
    left: 100%;
    right: auto
}
.elementor-widget-besa-nav-menu .tbay-horizontal .navbar-nav>li>a {
    padding: 0 16px;
    line-height: 48px;
    position: relative;
    background: transparent;
    color: var(--black-color);
    z-index: 10;
    display: inherit;
    -webkit-transition: all .35s;
    -o-transition: all .35s;
    transition: all .35s
}
.elementor-widget-besa-nav-menu .tbay-horizontal .navbar-nav>li>a img {
    max-width: 50px;
    margin-right: 8px;
    margin-left: auto;
    font-size: 15px
}
.elementor-widget-besa-nav-menu .tbay-horizontal .navbar-nav>li>a>i {
    line-height: 1;
    margin-right: 8px;
    margin-left: 0;
    font-size: 14px
}
.elementor-widget-besa-nav-menu .tbay-horizontal .navbar-nav>li>a:hover, .elementor-widget-besa-nav-menu .tbay-horizontal .navbar-nav>li>a:focus, .elementor-widget-besa-nav-menu .tbay-horizontal .navbar-nav>li>a:active {
    background: transparent
}
.elementor-widget-besa-nav-menu .tbay-horizontal .navbar-nav>li>a:hover .caret:before, .elementor-widget-besa-nav-menu .tbay-horizontal .navbar-nav>li>a:focus .caret:before, .elementor-widget-besa-nav-menu .tbay-horizontal .navbar-nav>li>a:active .caret:before {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg)
}
.elementor-widget-besa-nav-menu .tbay-horizontal .navbar-nav>li>.dropdown-menu {
    top: 100%
}
.elementor-widget-besa-nav-menu .tbay-horizontal .navbar-nav>li.aligned-left {
    position: relative
}
.elementor-widget-besa-nav-menu .tbay-horizontal .navbar-nav>li.aligned-right {
    position: relative
}
.elementor-widget-besa-nav-menu .tbay-horizontal .navbar-nav>li.aligned-right>.dropdown-menu {
    left: auto;
    right: 0
}
.elementor-widget-besa-nav-menu .tbay-horizontal .navbar-nav>li:first-child>a {
    padding-left: 0
}
.elementor-widget-besa-nav-menu .tbay-horizontal .navbar-nav>li:first-child.menu-item-has-children>a+.dropdown-menu {
    left: 0
}
.elementor-widget-besa-nav-menu .tbay-horizontal .navbar-nav>li.menu-item-has-children .dropdown-menu {
    padding: 25px 0;
    border: 0
}
.elementor-widget-besa-nav-menu .tbay-horizontal .navbar-nav .dropdown {
    position: relative
}
.elementor-widget-besa-nav-menu .tbay-horizontal .navbar-nav .dropdown-menu {
    display: block;
    visibility: hidden;
    padding: 0;
    min-width: 250px;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transition: all .4s ease-in-out 0s;
    -o-transition: all .4s ease-in-out 0s;
    transition: all .4s ease-in-out 0s;
    border-radius: 0 0 3px 3px;
    -webkit-border-radius: 0 0 3px 3px;
    -moz-border-radius: 0 0 3px 3px;
    -ms-border-radius: 0 0 3px 3px;
    -o-border-radius: 0 0 3px 3px;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin: 0;
    border: 0;
    position: absolute;
    left: 15px;
    right: 15px;
    top: 0;
    background: var(--bg-white);
    pointer-events: none
}
.elementor-widget-besa-nav-menu .tbay-horizontal .navbar-nav .dropdown-menu>li:hover>a, .elementor-widget-besa-nav-menu .tbay-horizontal .navbar-nav .dropdown-menu>li.active>a, .elementor-widget-besa-nav-menu .tbay-horizontal .navbar-nav .dropdown-menu>li:focus>a {
    color: var(--tb-theme-color)
}
.elementor-widget-besa-nav-menu .tbay-horizontal .navbar-nav .dropdown-menu>li>a {
    background: transparent;
    line-height: 28px;
    padding: 0;
    font-size: 14px;
    color: var(--color-11);
    display: inline-block;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    position: relative;
    padding-left: 28px
}
.elementor-widget-besa-nav-menu .tbay-horizontal .navbar-nav .dropdown-menu>li>a:hover {
    color: var(--tb-theme-color)
}
.elementor-widget-besa-nav-menu .tbay-horizontal .navbar-nav .dropdown-menu .dropdown-menu-inner .has-border {
    border: 0
}
.elementor-widget-besa-nav-menu .tbay-horizontal .navbar-nav .dropdown-menu .dropdown-menu-inner>p {
    margin: 0
}
.elementor-widget-besa-nav-menu .tbay-horizontal .navbar-nav .dropdown-menu .tbay-addon ul:not(.entry-meta-list) li>a {
    line-height: 33px;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    position: relative;
    color: var(--color-11)
}
.elementor-widget-besa-nav-menu .tbay-horizontal .navbar-nav .dropdown-menu .tbay-addon ul:not(.entry-meta-list) li>a:hover {
    color: var(--tb-theme-color);
    padding-left: 5px;
    padding-right: 0
}
.elementor-widget-besa-nav-menu .tbay-horizontal .navbar-nav .dropdown-menu .tbay-addon ul:not(.entry-meta-list) li.active a {
    color: var(--tb-theme-color)
}
.elementor-widget-besa-nav-menu .tbay-horizontal .navbar-nav .dropdown-menu .wpb_content_element {
    margin-bottom: 0
}
.elementor-widget-besa-nav-menu .tbay-horizontal .navbar-nav .dropdown-menu .wpb_single_image {
    margin-top: 15px
}
.elementor-widget-besa-nav-menu .tbay-horizontal .navbar-nav .container, .elementor-widget-besa-nav-menu .tbay-horizontal .navbar-nav .dokan-dashboard .dokan-dashboard-wrap, .dokan-dashboard .elementor-widget-besa-nav-menu .tbay-horizontal .navbar-nav .dokan-dashboard-wrap, .elementor-widget-besa-nav-menu .tbay-horizontal .navbar-nav #wcfm-main-contentainer .wcfm-membership-wrapper, #wcfm-main-contentainer .elementor-widget-besa-nav-menu .tbay-horizontal .navbar-nav .wcfm-membership-wrapper, .elementor-widget-besa-nav-menu .tbay-horizontal .navbar-nav .wcfmmp-store-page #wcfmmp-store, .wcfmmp-store-page .elementor-widget-besa-nav-menu .tbay-horizontal .navbar-nav #wcfmmp-store {
    padding-right: 20px;
    padding-left: 20px;
    width: 100%
}
.elementor-widget-besa-nav-menu .tbay-horizontal .navbar-nav li:hover>.dropdown-menu {
    visibility: visible;
    pointer-events: auto;
    opacity: 1;
    filter: alpha(opacity=100)
}
@media(max-width:1199px) {
    .elementor-widget-besa-nav-menu .tbay-horizontal .navbar-nav .column-full {
        width: 100%
    }
    .elementor-widget-besa-nav-menu .tbay-horizontal .navbar-nav .column-hidden {
        display: none
    }
}
.elementor-widget-besa-nav-menu .tbay-horizontal .navbar-nav .text-label {
    font-size: 12px;
    padding: 0 4px;
    background: #07930b;
    color: var(--white-color);
    position: absolute;
    font-weight: normal;
    left: auto;
    right: 20px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    top: -10px;
    line-height: 16px;
    min-width: 34px;
    text-transform: initial
}
.elementor-widget-besa-nav-menu .tbay-horizontal .navbar-nav .text-label:before {
    width: 0;
    height: 0;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    border-top: 6px solid #07930b;
    content: "";
    position: absolute;
    bottom: -6px;
    left: 11px;
    right: auto
}
.elementor-widget-besa-nav-menu .tbay-horizontal .navbar-nav .text-label.label-hot {
    background: var(--tb-theme-color)
}
.elementor-widget-besa-nav-menu .tbay-horizontal .navbar-nav .text-label.label-hot:before {
    border-top: 6px solid var(--tb-theme-color)
}
.elementor-widget-besa-nav-menu .tbay-horizontal .navbar-nav .owl-carousel .item:before, .elementor-widget-besa-nav-menu .tbay-horizontal .navbar-nav .owl-carousel .item:after {
    display: none
}
.navbar-nav li>.dropdown-menu .tbay-addon .tbay-addon-heading, .navbar-nav li>.dropdown-menu .tbay-addon .tbay-addon-title, .navbar-nav li>.dropdown-menu .tbay-addon .widgettitle, .navbar-nav li>.dropdown-menu .widget .tbay-addon-heading, .navbar-nav li>.dropdown-menu .widget .tbay-addon-title, .navbar-nav li>.dropdown-menu .widget .widgettitle, .tbay-offcanvas-main .dropdown-menu .tbay-addon-heading, .tbay-offcanvas-main .dropdown-menu .tbay-addon-title, .tbay-offcanvas-main .dropdown-menu .widgettitle {
    font-size: 15px;
    line-height: 40px;
    font-weight: 500;
    text-transform: uppercase;
    margin: 0;
    text-align: left
}
.tbay-megamenu-darken {
    background-color: #000
}
.tbay-megamenu-darken .megamenu {
    text-align: left
}
.tbay-megamenu-darken .megamenu>li>a {
    color: var(--white-color)
}
.tbay-megamenu-darken .tbay-addon_tbay_socials {
    margin-top: 10px;
    margin-right: 15px;
    margin-left: 15px
}
.tbay-megamenu-darken .tbay-addon_tbay_socials .social li a {
    background-color: #3e3e3e
}
.tbay-megamenu-darken .tbay-addon_tbay_socials .social li a:hover {
    color: var(--black-color);
    background-color: var(--bg-white)
}
.navbar-collapse {
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 0
}
.navbar-offcanvas .navbar-nav {
    width: 100%;
    float: none
}
.navbar-offcanvas .navbar-nav .caret {
    display: none
}
.navbar-offcanvas .navbar-nav li {
    background: transparent !important;
    padding-left: 0;
    border-bottom: 1px solid var(--border-color-3)
}
.navbar-offcanvas .navbar-nav li .hitarea {
    line-height: 47px;
    height: 47px;
    z-index: 1
}
.navbar-offcanvas .navbar-nav li:last-child {
    border: 0
}
.navbar-offcanvas .navbar-nav>li {
    padding: 7px 0;
    width: 100%
}
.navbar-offcanvas .navbar-nav>li>a {
    background: transparent !important;
    padding: 0;
    display: inline-block
}
.navbar-offcanvas .navbar-nav>li .hitarea {
    right: 14px;
    left: auto
}
.navbar-offcanvas .navbar-nav>li.open, .navbar-offcanvas .navbar-nav>li.active, .navbar-offcanvas .navbar-nav>li:hover, .navbar-offcanvas .navbar-nav>li.collapsable {
    border-color: var(--border-color)
}
.navbar-offcanvas .navbar-nav>li.open>a:hover, .navbar-offcanvas .navbar-nav>li.open>a:focus, .navbar-offcanvas .navbar-nav>li.open>a, .navbar-offcanvas .navbar-nav>li.active>a:hover, .navbar-offcanvas .navbar-nav>li.active>a:focus, .navbar-offcanvas .navbar-nav>li.active>a, .navbar-offcanvas .navbar-nav>li:hover>a:hover, .navbar-offcanvas .navbar-nav>li:hover>a:focus, .navbar-offcanvas .navbar-nav>li:hover>a, .navbar-offcanvas .navbar-nav>li.collapsable>a:hover, .navbar-offcanvas .navbar-nav>li.collapsable>a:focus, .navbar-offcanvas .navbar-nav>li.collapsable>a {
    color: var(--tb-theme-color)
}
.navbar-offcanvas .navbar-nav>li.open>a:hover:before, .navbar-offcanvas .navbar-nav>li.open>a:focus:before, .navbar-offcanvas .navbar-nav>li.open>a:before, .navbar-offcanvas .navbar-nav>li.active>a:hover:before, .navbar-offcanvas .navbar-nav>li.active>a:focus:before, .navbar-offcanvas .navbar-nav>li.active>a:before, .navbar-offcanvas .navbar-nav>li:hover>a:hover:before, .navbar-offcanvas .navbar-nav>li:hover>a:focus:before, .navbar-offcanvas .navbar-nav>li:hover>a:before, .navbar-offcanvas .navbar-nav>li.collapsable>a:hover:before, .navbar-offcanvas .navbar-nav>li.collapsable>a:focus:before, .navbar-offcanvas .navbar-nav>li.collapsable>a:before {
    height: 100%
}
.navbar-offcanvas .navbar-nav>li.open .hitarea:after, .navbar-offcanvas .navbar-nav>li.active .hitarea:after, .navbar-offcanvas .navbar-nav>li:hover .hitarea:after, .navbar-offcanvas .navbar-nav>li.collapsable .hitarea:after {
    color: var(--tb-theme-color)
}
.navbar-offcanvas .navbar-nav .text-label {
    top: -7px;
    left: 50px;
    right: auto;
    z-index: 1000
}
.navbar-offcanvas .dropdown-menu {
    margin: 0;
    position: relative;
    top: auto;
    left: auto;
    border: 0;
    width: 100%;
    background: var(--color-03);
    -webkit-box-shadow: none;
    box-shadow: none
}
.navbar-offcanvas .dropdown-menu li {
    border-bottom: 1px solid var(--tb-theme-body)
}
.navbar-offcanvas .dropdown-menu li:last-child {
    border: 0
}
.navbar-offcanvas .dropdown-menu>li a {
    background: transparent !important;
    padding: 0 0 0 35px
}
.navbar-offcanvas .dropdown-menu>li.active>a, .navbar-offcanvas .dropdown-menu>li>a:hover, .navbar-offcanvas .dropdown-menu>li>a:focus {
    color: var(--tb-theme-color)
}
.navbar-offcanvas .dropdown-menu [class*="col-sm"] {
    width: 100%
}
.navbar-offcanvas .dropdown-menu .dropdown-menu-inner {
    padding: 0
}
.navbar-offcanvas .dropdown-menu .dropdown-menu-inner .wpb_content_element {
    margin: 0
}
.navbar-offcanvas .dropdown-menu .dropdown-menu-inner .vc_row {
    margin: 0;
    padding: 0;
    border: 0
}
.navbar-offcanvas .dropdown-menu .dropdown-menu-inner .vc_row [class*="col"] {
    padding: 0
}
.navbar-offcanvas .dropdown-menu .dropdown-menu-inner .tbay-addon {
    display: none
}
.navbar-offcanvas .dropdown-menu .dropdown-menu-inner .tbay-addon.tbay-addon-nav-menu {
    display: block
}
.navbar-offcanvas .dropdown-menu .dropdown-menu-inner .tbay-addon>.tbay-addon-title {
    margin: 0;
    padding: 10px 35px;
    line-height: 24px
}
.navbar-offcanvas .dropdown-menu .dropdown-menu-inner ul {
    background: transparent
}
.navbar-offcanvas .dropdown-menu .dropdown-menu-inner ul li {
    padding: 0
}
.navbar-offcanvas .dropdown-menu .dropdown-menu-inner ul li a {
    font-size: 13px
}
.navbar-offcanvas .dropdown-menu .tbay-addon-title {
    font-weight: 500;
    margin: 0 0 10px
}
.navbar-offcanvas .dropdown-menu .dropdown-menu>li>a {
    padding-left: 35px;
    padding-right: 0
}
.navbar-offcanvas .dropdown-menu .dropdown-menu .dropdown-menu>li>a {
    padding-left: 45px;
    padding-right: 0
}
.navbar-offcanvas .dropdown-menu .dropdown-menu .dropdown-menu .dropdown-menu>li>a {
    padding-left: 45px;
    padding-right: 0;
    border-bottom: 1px solid var(--tb-theme-body)
}
.navbar-offcanvas .aligned-fullwidth>.dropdown-menu {
    width: 100%;
    padding: 0
}
.text-label {
    line-height: 18px;
    padding: 0 6px;
    background-color: #ca0815;
    color: #fff;
    font-size: 12px;
    text-align: center
}
.text-label.label-new {
    background-color: #0a7e28
}
#tbay-main-content .tbay_custom_menu>.tbay-addon.tbay-addon-nav-menu>.tbay-addon-title {
    line-height: 55px;
    font-size: 15px;
    font-weight: bold;
    margin: 0;
    text-transform: uppercase;
    text-align: left;
    background: var(--color-03)
}
#tbay-main-content .tbay_custom_menu>.tbay-addon.tbay-addon-nav-menu>.tbay-addon-title:before {
    content: "\e601";
    font-family: 'simple-line-icons';
    display: inline-block;
    font-size: 15px;
    margin: 0 25px
}
#tbay-main-content .tbay_custom_menu>.tbay-addon.tbay-addon-nav-menu .menu {
    padding: 15px 25px;
    border: 1px solid #f7f7f7
}
#tbay-main-content .tbay_custom_menu>.tbay-addon.tbay-addon-nav-menu .menu li>a {
    width: 100%;
    display: inline-block;
    line-height: 46px;
    padding-left: 40px;
    padding-right: 0;
    background: transparent;
    position: relative
}
#tbay-main-content .tbay_custom_menu>.tbay-addon.tbay-addon-nav-menu .menu li>a img, #tbay-main-content .tbay_custom_menu>.tbay-addon.tbay-addon-nav-menu .menu li>a i {
    position: absolute;
    left: 0;
    right: auto;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%)
}
.element-tbay-nav-menu .caret:before {
    content: "";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-family: "tb-icon"
}
.element-tbay-nav-menu .caret:before {
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    vertical-align: middle;
    color: var(--color-11)
}
.hidden-indicator-yes .caret {
    display: none
}
.category-inside {
    position: relative
}
.category-inside.open .category-inside-title:after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg)
}
.category-inside.open .category-inside-content {
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0)
}
.nav-cover-active-1 .category-inside.open .category-inside-content, .nav-cover-active-2 .category-inside.open .category-inside-content, .nav-cover-active-3 .category-inside.open .category-inside-content {
    z-index: 1
}
.category-inside-title {
    margin-top: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
    line-height: 42px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    color: var(--black-color);
    padding-left: 8px;
    padding-right: 0;
    position: relative;
    z-index: 11;
    background: transparent;
    margin-bottom: 0;
    font-size: 20px
}
.category-inside-title:after {
    content: "";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-family: "tb-icon"
}
.category-inside-title:after {
    display: inline-block;
    margin-left: 10px;
    margin-right: 0;
    font-size: 10px;
    line-height: 1
}
.category-inside-title:hover, .category-inside-title:focus {
    color: var(--black-color)
}
.category-inside-title i {
    font-size: 18px;
    line-height: 1;
    margin-left: 0;
    margin-right: 8px;
    display: inline-block;
    vertical-align: middle
}
.category-inside-content {
    opacity: 0;
    filter: alpha(opacity=0);
    visibility: hidden;
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    -o-transform: translateY(30px);
    transform: translateY(30px);
    position: absolute;
    top: calc(100% - 6px);
    left: 0;
    right: auto;
    background: var(--bg-white);
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    min-width: 270px;
    z-index: 999;
    width: 100%;
    z-index: 999
}
.elementor-widget-besa-nav-menu:not(.elementor-toggle-content-menu-yes) .category-inside-content {
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0)
}
.elementor-widget-besa-nav-menu:not(.elementor-toggle-content-menu-yes) .category-inside-title:after {
    display: none
}
.elementor-widget-besa-nav-menu:not(.elementor-toggle-content-menu-yes) .category-inside-content {
    -webkit-box-shadow: none;
    box-shadow: none
}
.elementor-nav-menu--layout-treeview {
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden
}
.tbay-treeview>.navbar-nav>li.menu-item-has-children>.dropdown-menu {
    border-bottom: 0
}
.tbay-treeview .dropdown-menu {
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-left: 0;
    border-right: 0;
    margin-top: 0;
    border-top: 0
}
.tbay-treeview .navbar-nav>li>a {
    background: transparent !important
}
.tbay-treeview li.menu-item-has-children .dropdown-menu .dropdown-menu {
    border-bottom: 0
}
.tbay-treeview li.menu-item-has-children .dropdown-menu>li>a {
    border-bottom: 1px solid var(--color-06)
}
.tbay-treeview .navbar-nav>li.active-mega-menu .dropdown-menu {
    border: 0;
    position: static;
    width: 100% !important
}
.tbay-treeview .navbar-nav>li.active-mega-menu .dropdown-menu ul>li>a {
    padding: 0;
    line-height: 28px
}
.tbay-treeview .navbar-nav>li.active-mega-menu .dropdown-menu ul>li>a:hover {
    text-decoration: none;
    color: var(--tb-theme-color)
}
.tbay-treeview .navbar-nav>li.active-mega-menu .dropdown-menu .elementor-column {
    width: 100% !important
}
.tbay-treeview .navbar-nav>li.active-mega-menu .dropdown-menu .elementor-row, .tbay-treeview .navbar-nav>li.active-mega-menu .dropdown-menu .elementor-container {
    flex-direction: column
}
.tbay-treeview .navbar-nav>li.active-mega-menu .dropdown-menu .elementor-row>div>div, .tbay-treeview .navbar-nav>li.active-mega-menu .dropdown-menu .elementor-container>div>div {
    padding: 0 30px
}
.tbay-treeview .navbar-nav>li.active-mega-menu .dropdown-menu .elementor-row .elementor-widget-wrap, .tbay-treeview .navbar-nav>li.active-mega-menu .dropdown-menu .elementor-container .elementor-widget-wrap {
    padding: 15px 0
}
.tbay-treeview .navbar-nav>li.active-mega-menu .dropdown-menu .banner-mega .elementor-widget-wrap {
    padding-top: 0 !important;
    padding-bottom: 30px
}
.tbay-treeview .navbar-nav>li .dropdown-menu .elementor-heading-title {
    font-size: 14px;
    line-height: 24px;
    color: var(--black-color);
    font-weight: 700;
    margin-bottom: 12px
}
.tbay-treeview .tbay-vertical .navbar-nav.megamenu {
    background-color: transparent;
    margin-bottom: 15px
}
.tbay-treeview .tbay-vertical .navbar-nav.megamenu a {
    border-bottom: 0
}
.treeview .tbay-addon>.tbay-addon-title {
    font-size: 15px;
    padding: 0;
    text-align: left;
    font-weight: bold;
    color: #000
}
.menu.treeview li {
    background: none !important;
    padding: 0
}
.tbay_custom_menu.treeview-menu .dropdown-menu {
    position: static;
    border: 0;
    float: none;
    padding-left: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.15);
    padding-top: 0;
    background: var(--color-03);
    padding-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none
}
.tbay_custom_menu.treeview-menu .dropdown-menu p {
    margin-bottom: 0
}
.tbay_custom_menu.treeview-menu .dropdown-menu .tbay-addon-title {
    font-weight: 700 !important;
    font-size: 15px !important;
    margin: 0 !important;
    padding: 10px 20px !important;
    line-height: normal !important;
    background: var(--border-color-6) !important;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 0 !important
}
.tbay_custom_menu.treeview-menu .dropdown-menu .tbay-addon-title:before {
    display: none !important
}
.tbay_custom_menu.treeview-menu .dropdown-menu ul {
    margin-top: 0;
    border-top: 0;
    background: var(--color-03)
}
.tbay_custom_menu.treeview-menu .dropdown-menu ul li {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1) !important
}
.tbay_custom_menu.treeview-menu .dropdown-menu ul li a {
    line-height: normal;
    padding: 5px 20px !important
}
.treeview li {
    position: relative;
    background: none !important;
    padding: 0 !important
}
.treeview li>a {
    width: 100%;
    display: inline-block;
    line-height: 46px;
    padding-left: 40px;
    padding-right: 0;
    position: relative
}
.treeview li>a i, .treeview li>a img {
    position: static
}
.treeview li .hitarea {
    position: absolute;
    right: 0;
    margin: 0;
    background: transparent;
    z-index: 99;
    height: 100%;
    top: 0;
    line-height: 45px;
    width: 30px;
    padding-right: 15px;
    padding-left: 0;
    text-align: center
}
.treeview li .hitarea:after {
    display: block;
    font-size: 14px;
    content: "\e615";
    font-family: 'simple-line-icons'
}
.treeview li.expandable>.hitarea:after {
    content: "\e095";
    font-family: 'simple-line-icons';
    color: #bbb;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s
}
.treeview li.collapsable {
    padding-bottom: 0 !important
}
.treeview li.collapsable>.hitarea:after {
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg)
}
.treeview li .tbay-addon-nav-menu .menu>li:last-child, .treeview li .wpb_content_element .menu>li:last-child {
    border-bottom: 0 !important;
    padding-bottom: 10px
}
.treeview .sub-menu a {
    width: auto
}
.treeview .sub-menu a:before {
    content: '';
    width: 10px;
    height: .5px;
    background: var(--color-12);
    position: absolute;
    top: 50%;
    left: 10px;
    right: auto;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s
}
.treeview .sub-menu a:hover:before {
    left: 20px;
    right: auto;
    background: var(--tb-theme-color)
}
.element-tbay-nav-menu .caret .tbay-treeview .caret {
    display: none
}
.tbay-homepage-demo.body-inside-open #tbay-header.nav-cover-active-4 #nav-cover {
    visibility: hidden
}
.tbay-vertical .navbar-nav>li.menu-item-has-children {
    position: relative
}
.elementor-toggle-content-menu-yes .category-inside .category-inside-title {
    cursor: pointer
}
.elementor-toggle-content-menu-yes .category-inside .category-inside-title:after {
    display: none
}
.tbay-vertical>.navbar-nav>li.active-mega-menu {
    position: unset
}
.tbay-vertical>.navbar-nav>li.menu-item-has-children {
    position: relative
}
.tbay-vertical>.navbar-nav>li.menu-item-has-children>.dropdown-menu li {
    padding: 0;
    border-bottom: 1px solid var(--tb-theme-body);
    width: 100%
}
.tbay-vertical>.navbar-nav>li.menu-item-has-children>.dropdown-menu li.menu-item-has-children>a {
    position: relative;
    display: block
}
.tbay-vertical>.navbar-nav>li.menu-item-has-children>.dropdown-menu li.menu-item-has-children>a .caret {
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    position: absolute;
    top: 0;
    right: 20px;
    left: auto;
    font-size: 11.57px
}
.tbay-vertical>.navbar-nav>li.menu-item-has-children>.dropdown-menu li.menu-item-has-children>a .caret:after {
    content: "";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-family: "tb-icon"
}
.tbay-vertical>.navbar-nav>li.menu-item-has-children>.dropdown-menu li:hover>a .caret, .tbay-vertical>.navbar-nav>li.menu-item-has-children>.dropdown-menu li:focus>a .caret {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg)
}
.tbay-vertical>.navbar-nav>li.menu-item-has-children>.dropdown-menu li:hover>.dropdown-menu, .tbay-vertical>.navbar-nav>li.menu-item-has-children>.dropdown-menu li:hover>.sub-menu, .tbay-vertical>.navbar-nav>li.menu-item-has-children>.dropdown-menu li:focus>.dropdown-menu, .tbay-vertical>.navbar-nav>li.menu-item-has-children>.dropdown-menu li:focus>.sub-menu {
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible;
    pointer-events: auto
}
.tbay-vertical>.navbar-nav>li.menu-item-has-children>.dropdown-menu li a {
    padding: 0 20px;
    line-height: 44px;
    border-bottom: 0;
    display: block
}
.tbay-vertical>.navbar-nav>li.active-mega-menu>a, .tbay-vertical>.navbar-nav>li.menu-item-has-children>a {
    position: relative;
    display: block
}
.tbay-vertical>.navbar-nav>li.active-mega-menu>a .caret, .tbay-vertical>.navbar-nav>li.menu-item-has-children>a .caret {
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    position: absolute;
    top: 0;
    right: 20px;
    left: auto;
    font-size: 18px
}
.tbay-vertical>.navbar-nav>li.active-mega-menu>a .caret:after, .tbay-vertical>.navbar-nav>li.menu-item-has-children>a .caret:after {
    content: "";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-family: "tb-icon"
}
.tbay-vertical>.navbar-nav>li.active-mega-menu:hover>a .caret, .tbay-vertical>.navbar-nav>li.menu-item-has-children:hover>a .caret {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg)
}
.tbay-vertical>.navbar-nav>li.active-mega-menu:hover>.dropdown-menu, .tbay-vertical>.navbar-nav>li.active-mega-menu:hover>.sub-menu, .tbay-vertical>.navbar-nav>li.menu-item-has-children:hover>.dropdown-menu, .tbay-vertical>.navbar-nav>li.menu-item-has-children:hover>.sub-menu {
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible;
    pointer-events: all
}
.tbay-vertical>.navbar-nav>li.active-mega-menu .dropdown-menu .elementor-widget-container>.elementor-heading-title, .tbay-vertical>.navbar-nav>li.menu-item-has-children .dropdown-menu .elementor-widget-container>.elementor-heading-title {
    margin-bottom: 20px;
    font-size: 14px;
    font-weight: bold
}
.tbay-vertical>.navbar-nav>li.active-mega-menu .dropdown-menu .elementor-widget-container .heading-tbay-title .title, .tbay-vertical>.navbar-nav>li.menu-item-has-children .dropdown-menu .elementor-widget-container .heading-tbay-title .title {
    line-height: 1;
    font-size: 14px
}
.tbay-vertical>.navbar-nav .dropdown-menu, .tbay-vertical>.navbar-nav .sub-menu {
    pointer-events: none;
    top: 0;
    left: 100%;
    right: auto;
    position: absolute;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-left: 0;
    margin: 0;
    background: var(--bg-white);
    display: block;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    opacity: 0;
    filter: alpha(opacity=0);
    visibility: hidden;
    border: 0;
    border-left: 0;
    padding: 0
}
.tbay-vertical>.navbar-nav .dropdown-menu .dropdown-menu-inner>.vc_row, .tbay-vertical>.navbar-nav .sub-menu .dropdown-menu-inner>.vc_row {
    padding: 25px 10px;
    margin: 0
}
.tbay-vertical>.navbar-nav .dropdown-menu .dropdown-menu-inner>.vc_row+.vc_row, .tbay-vertical>.navbar-nav .sub-menu .dropdown-menu-inner>.vc_row+.vc_row {
    padding-top: 0
}
.tbay-vertical>.navbar-nav .dropdown-menu p, .tbay-vertical>.navbar-nav .sub-menu p {
    margin: 0
}
.tbay-vertical>.navbar-nav .dropdown-menu .elementor-element-populated, .tbay-vertical>.navbar-nav .sub-menu .elementor-element-populated {
    padding: 15px 0
}
.tbay-vertical>.navbar-nav .dropdown-menu .elementor-column, .tbay-vertical>.navbar-nav .sub-menu .elementor-column {
    width: 100% !important
}
.tbay-vertical>.navbar-nav .dropdown-menu .elementor-widget-wp-widget-nav_menu .elementor-widget-container h5, .tbay-vertical>.navbar-nav .sub-menu .elementor-widget-wp-widget-nav_menu .elementor-widget-container h5 {
    font-size: 18px;
    background: var(--tb-theme-body);
    padding: 15px
}
.tbay-vertical>.navbar-nav .dropdown-menu .elementor-widget-wp-widget-nav_menu .elementor-widget-container ul.menu a, .tbay-vertical>.navbar-nav .sub-menu .elementor-widget-wp-widget-nav_menu .elementor-widget-container ul.menu a {
    font-size: 14px;
    line-height: 36px;
    padding-left: 30px;
    padding-right: 0;
    border-bottom: 1px solid var(--tb-theme-body)
}
.tbay-vertical>.navbar-nav .dropdown-menu>li, .tbay-vertical>.navbar-nav .sub-menu>li {
    padding: 5px 20px;
    line-height: 28px
}
.tbay-vertical>.navbar-nav .dropdown-menu>li>a, .tbay-vertical>.navbar-nav .sub-menu>li>a {
    font-size: 14px;
    padding-left: 30px;
    padding-right: 0;
    border-bottom: 1px solid var(--tb-theme-body);
    line-height: 36px
}
.tbay-vertical>.navbar-nav .dropdown-menu>li>a:hover, .tbay-vertical>.navbar-nav .sub-menu>li>a:hover {
    color: var(--tb-theme-color);
    padding: 0
}
.tbay-vertical>.navbar-nav .dropdown-menu .elementor-section-wrap>section+section, .tbay-vertical>.navbar-nav .sub-menu .elementor-section-wrap>section+section {
    margin-top: -30px
}
.tbay-vertical>.navbar-nav .dropdown-menu .tbay-vertical>.navbar-nav, .tbay-vertical>.navbar-nav .sub-menu .tbay-vertical>.navbar-nav {
    border: 0
}
.tbay-vertical>.navbar-nav .dropdown-menu .tbay-vertical>.navbar-nav>li:hover, .tbay-vertical>.navbar-nav .sub-menu .tbay-vertical>.navbar-nav>li:hover {
    background-color: transparent
}
.tbay-vertical>.navbar-nav .dropdown-menu .tbay-vertical>.navbar-nav>li>a, .tbay-vertical>.navbar-nav .sub-menu .tbay-vertical>.navbar-nav>li>a {
    border-bottom: 0;
    line-height: 28px;
    color: var(--color-12)
}
.tbay-vertical>.navbar-nav .dropdown-menu .tbay-vertical>.navbar-nav>li>a:hover, .tbay-vertical>.navbar-nav .sub-menu .tbay-vertical>.navbar-nav>li>a:hover {
    color: var(--tb-theme-color);
    background-color: transparent;
    text-decoration: underline
}
.tbay-vertical>.navbar-nav .dropdown-menu .tbay-vertical>.navbar-nav>li>a img, .tbay-vertical>.navbar-nav .sub-menu .tbay-vertical>.navbar-nav>li>a img {
    margin: 0
}
.open .category-inside-content {
    top: 100%;
    left: 0;
    min-width: 270px
}
.tbay-vertical .navbar-nav>li.active-mega-menu .dropdown-menu .elementor-column .elementor-element-populated {
    padding: 30px
}
.tbay-vertical .navbar-nav>li.active-mega-menu .dropdown-menu .banner-mega .elementor-widget-wrap {
    padding-top: 0 !important;
    padding-bottom: 30px
}
.tbay-vertical .navbar-nav>li.active-mega-menu .dropdown-menu ul>li>a {
    padding: 0;
    line-height: 28px
}
.tbay-vertical .navbar-nav>li .elementor-heading-title {
    font-size: 14px;
    line-height: 24px;
    color: var(--black-color);
    font-weight: 700;
    margin-bottom: 12px
}
.menu-canvas-content .tbay-vertical .navbar-nav {
    list-style: none;
    padding: 0;
    margin: 0
}
.menu-canvas-content .tbay-vertical .navbar-nav>li>a {
    display: block;
    padding: 0 24px;
    line-height: 44px;
    -webkit-transition: .35s;
    -o-transition: .35s;
    transition: .35s;
    color: var(--black-color)
}
.menu-canvas-content .tbay-vertical .navbar-nav>li>a:hover {
    background: var(--tb-theme-body);
    color: var(--tb-theme-color)
}
.menu-canvas-content .tbay-vertical .navbar-nav>li:hover {
    background: var(--tb-theme-body)
}
.menu-canvas-content .tbay-vertical .navbar-nav>li:hover>a {
    color: var(--tb-theme-color)
}
.menu-canvas-content .tbay-vertical .navbar-nav>li:hover>a i {
    color: var(--tb-theme-color)
}
.menu-canvas-content .tbay-vertical .navbar-nav li>a i, .menu-canvas-content .tbay-vertical .navbar-nav li>a img {
    display: inline-block;
    margin-right: 9px;
    margin-left: 0;
    font-size: 18px;
    vertical-align: middle;
    color: var(--black-color);
    -webkit-transition: .35s;
    -o-transition: .35s;
    transition: .35s
}
.menu-canvas-content .tbay-vertical .navbar-nav li>a.selected, .menu-canvas-content .tbay-vertical .navbar-nav li>a:hover {
    background-color: var(--tb-theme-body);
    color: var(--tb-theme-color)
}
.menu-canvas-content .tbay-vertical .navbar-nav li>a.selected i, .menu-canvas-content .tbay-vertical .navbar-nav li>a.selected .caret, .menu-canvas-content .tbay-vertical .navbar-nav li>a:hover i, .menu-canvas-content .tbay-vertical .navbar-nav li>a:hover .caret {
    color: var(--tb-theme-color)
}
.menu-canvas-content .tbay-vertical .navbar-nav li>a .text-label {
    display: inline-block;
    margin-left: 10px;
    margin-right: 0
}
.menu-canvas-content .tbay-vertical .navbar-nav li:last-child a {
    border: 0
}
.menu-canvas-content .tbay-vertical .navbar-nav li.active-mega-menu>a, .menu-canvas-content .tbay-vertical .navbar-nav li.menu-item-has-children>a {
    position: relative;
    display: block
}
.menu-canvas-content .tbay-vertical .navbar-nav li.active-mega-menu>a .caret, .menu-canvas-content .tbay-vertical .navbar-nav li.menu-item-has-children>a .caret {
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    position: absolute;
    top: 0;
    right: 20px;
    left: auto;
    font-size: 18px
}
.menu-canvas-content .tbay-vertical .navbar-nav li.active-mega-menu>a .caret:after, .menu-canvas-content .tbay-vertical .navbar-nav li.menu-item-has-children>a .caret:after {
    content: "";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-family: "tb-icon"
}
.menu-canvas-content .tbay-vertical .navbar-nav li.active-mega-menu:hover>.dropdown-menu, .menu-canvas-content .tbay-vertical .navbar-nav li.active-mega-menu:hover>.sub-menu, .menu-canvas-content .tbay-vertical .navbar-nav li.menu-item-has-children:hover>.dropdown-menu, .menu-canvas-content .tbay-vertical .navbar-nav li.menu-item-has-children:hover>.sub-menu {
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible
}
.menu-canvas-content .tbay-vertical .navbar-nav .dropdown-menu, .menu-canvas-content .tbay-vertical .navbar-nav .sub-menu {
    top: 0;
    left: 100%;
    right: auto;
    position: absolute;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-left: 0;
    margin: 0;
    background: var(--bg-white);
    display: block;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    opacity: 0;
    filter: alpha(opacity=0);
    visibility: hidden;
    border: 1px solid var(--border-color-2);
    border-left: 0;
    padding: 0
}
.menu-canvas-content .tbay-vertical .navbar-nav .dropdown-menu .dropdown-menu-inner>.vc_row, .menu-canvas-content .tbay-vertical .navbar-nav .sub-menu .dropdown-menu-inner>.vc_row {
    padding: 25px 10px;
    margin: 0
}
.menu-canvas-content .tbay-vertical .navbar-nav .dropdown-menu .dropdown-menu-inner>.vc_row+.vc_row, .menu-canvas-content .tbay-vertical .navbar-nav .sub-menu .dropdown-menu-inner>.vc_row+.vc_row {
    padding-top: 0
}
.menu-canvas-content .tbay-vertical .navbar-nav .dropdown-menu:before, .menu-canvas-content .tbay-vertical .navbar-nav .sub-menu:before {
    content: '';
    background-color: var(--color-06);
    width: 1px;
    height: 100%;
    position: absolute;
    left: -1px;
    top: 0;
    right: auto;
    display: none
}
.menu-canvas-content .tbay-vertical .navbar-nav .dropdown-menu p, .menu-canvas-content .tbay-vertical .navbar-nav .sub-menu p {
    margin: 0
}
.menu-canvas-content .tbay-vertical .navbar-nav .sub-menu {
    min-width: 100%;
    min-height: auto;
    list-style: none;
    z-index: 9999;
    padding: 10px 0
}
.menu-canvas-content .tbay-vertical .navbar-nav .sub-menu>li>a {
    display: block;
    position: relative;
    line-height: 44px;
    padding: 0 15px;
    -webkit-transition: .35s;
    -o-transition: .35s;
    transition: .35s
}
.menu-canvas-content .tbay-vertical .navbar-nav .tbay-addon .tbay-addon-title {
    font-size: 14px;
    text-transform: uppercase;
    line-height: inherit;
    margin: 0 0 5px
}
.menu-canvas-content .tbay-vertical .navbar-nav .wpb_content_element {
    margin-bottom: 15px
}
.menu-canvas-content .tbay-vertical .navbar-nav .tbay-addon-nav-menu li a {
    line-height: 29px;
    color: var(--color-11)
}
.menu-canvas-content .tbay-vertical .navbar-nav .tbay-addon-nav-menu li a:hover {
    color: var(--tb-theme-color)
}
.tbay-vertical-menu .treeview li.collapsable .hitarea:after {
    content: "\e615"
}
.tbay-vertical-menu .treeview li.expandable .hitarea:after {
    content: "\e095"
}
.tbay-vertical-menu .treeview li .hitarea:not(:first-child) {
    display: none
}
.tbay-vertical-menu .treeview li .hitarea {
    top: 2px;
    display: none
}
nav.tbay-vertical.vertical-submenu-left .navbar-nav li a {
    text-align: right;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
    flex-direction: row-reverse
}
nav.tbay-vertical.vertical-submenu-left .navbar-nav li a>i {
    margin-left: 15px;
    margin-right: 0
}
nav.tbay-vertical.vertical-submenu-left .navbar-nav li a>.caret {
    left: 20px !important;
    right: auto !important
}
nav.tbay-vertical.vertical-submenu-left .navbar-nav li a>.caret:after {
    content: "";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-family: "tb-icon"
}
nav.tbay-vertical.vertical-submenu-left .navbar-nav .menu-item-has-children .dropdown-menu {
    right: 100%;
    left: auto;
    top: 0;
    flex-direction: column
}
nav.tbay-vertical.vertical-submenu-left .navbar-nav .active-mega-menu .dropdown-menu {
    right: calc(100% - 1px);
    left: auto
}
.tbay-vertical.vertical-submenu-right .navbar-nav .menu-item-has-children .dropdown-menu, .tbay-vertical.vertical-submenu-right .navbar-nav .active-mega-menu .dropdown-menu {
    left: 100%;
    right: auto;
    top: 0;
    bottom: 0;
    flex-direction: column;
    -webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1)
}
.active-admin-bar .element-menu-canvas .menu-canvas-content {
    top: 32px
}
.btn-canvas-menu i {
    display: inline-block;
    vertical-align: middle
}
.element-menu-canvas .menu-canvas-content {
    position: fixed;
    top: 0;
    bottom: 0;
    right: auto;
    left: -370px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    width: 100%;
    max-width: 300px;
    z-index: 10002;
    background-color: var(--bg-white);
    padding: 30px 0;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    height: auto;
    overflow-y: visible;
    opacity: 0;
    filter: alpha(opacity=0)
}
.element-menu-canvas .canvas-overlay-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    right: auto;
    width: 100%;
    height: 100%;
    z-index: 1001;
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: hidden;
    background-color: rgba(0, 0, 0, 0.2)
}
.element-menu-canvas.open .canvas-overlay-wrapper {
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible
}
.element-menu-canvas.open .menu-canvas-content {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}
.canvas-position-left .element-menu-canvas .menu-canvas-content .tbay-vertical .navbar-nav>li>a:hover .caret {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg)
}
.canvas-position-left .element-menu-canvas .menu-canvas-content .tbay-vertical .navbar-nav .menu-item-has-children .dropdown-menu {
    top: 0
}
.canvas-position-left .element-menu-canvas .menu-canvas-content .tbay-vertical .navbar-nav .active-mega-menu .dropdown-menu {
    left: 100%;
    -webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
    top: 0;
    bottom: 0;
    min-width: 300px
}
.canvas-position-left .element-menu-canvas.open .menu-canvas-content {
    left: 0;
    right: auto
}
.canvas-position-right .element-menu-canvas .menu-canvas-content {
    right: -370px;
    left: auto
}
.canvas-position-right .element-menu-canvas .menu-canvas-content .tbay-vertical .navbar-nav>li>a:hover .caret {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg)
}
.canvas-position-right .element-menu-canvas .menu-canvas-content .tbay-vertical .navbar-nav .menu-item-has-children .dropdown-menu {
    top: 0
}
.canvas-position-right .element-menu-canvas .menu-canvas-content .tbay-vertical .navbar-nav .active-mega-menu .dropdown-menu {
    right: 100%;
    -webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
    top: 0;
    bottom: 0;
    min-width: 300px
}
.canvas-position-right .element-menu-canvas.open .menu-canvas-content {
    right: 0;
    left: auto
}
.element-menu-canvas .menu-canvas-content .tbay-treeview .tbay-vertical .navbar-nav {
    border: 0
}
.element-menu-canvas .menu-canvas-content .tbay-vertical .navbar-nav {
    border-right: 0;
    border-left: 0
}
.element-menu-canvas .menu-canvas-content .tbay-vertical .navbar-nav .dropdown-menu>li>a:hover {
    color: var(--tb-theme-color)
}
.element-menu-canvas .menu-canvas-content .toggle-canvas-title {
    padding-left: 24px;
    padding-right: 24px;
    padding-bottom: 21px;
    font-size: 22px;
    font-weight: 600;
    margin-top: 5px
}
.input-default, .post-password-form input[type=password], .wpcf7-form input[type="email"], .wpcf7-form input[type="number"], .wpcf7-form input[type="password"], .wpcf7-form input[type="tel"], .wpcf7-form input[type="url"], .wpcf7-form input[type="text"], .wpcf7-form textarea, .woocommerce .input-text {
    border: 1px solid var(--border-color-4) !important;
    padding: 0 15px !important;
    margin-bottom: 20px !important;
    outline: 0;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: var(--bg-white);
    color: var(--black-color)
}
@media(max-width:1199px) {
    .input-default, .post-password-form input[type=password], .wpcf7-form input[type="email"], .wpcf7-form input[type="number"], .wpcf7-form input[type="password"], .wpcf7-form input[type="tel"], .wpcf7-form input[type="url"], .wpcf7-form input[type="text"], .wpcf7-form textarea, .woocommerce .input-text {
        font-size: 16px
    }
}
@media(max-width:480px) {
    .input-default, .post-password-form input[type=password], .wpcf7-form input[type="email"], .wpcf7-form input[type="number"], .wpcf7-form input[type="password"], .wpcf7-form input[type="tel"], .wpcf7-form input[type="url"], .wpcf7-form input[type="text"], .wpcf7-form textarea, .woocommerce .input-text {
        padding: 0 8px !important
    }
}
body.archive #main-container>.row {
    background: var(--bg-white)
}
.woocommerce ul.product_list_widget li {
    clear: both;
    margin: 0 0 40px;
    padding: 0
}
.woocommerce ul.product_list_widget li img {
    float: none;
    margin: 0;
    width: auto
}
.woof_checkbox_instock+label {
    float: left
}
.woof_container label {
    font-weight: normal
}
body:not(.tbay-body-default) .widget label {
    font-weight: normal
}
body:not(.tbay-body-default) .widget.widget_glt_widget #google_language_translator .skiptranslate>div {
    vertical-align: middle;
    display: inline-block
}
body:not(.tbay-body-default) .widget.widget_glt_widget #google_language_translator .skiptranslate>div select {
    border: 0 !important;
    margin: 0;
    padding: 0 !important;
    vertical-align: middle;
    font-size: 15px;
    width: 130px
}
body:not(.tbay-body-default) .widget .tagcloud a, body:not(.tbay-body-default) .widget ul.list-tags li a {
    font-size: 14px !important
}
body:not(.tbay-body-default) .widget .widget_sp_image-image-link {
    display: block;
    overflow: hidden;
    position: relative
}
body:not(.tbay-body-default) .widget .widget_sp_image-image-link img {
    max-width: 100%;
    height: auto;
    -webkit-transition: all .35s;
    -o-transition: all .35s;
    transition: all .35s
}
body:not(.tbay-body-default) .widget.widget_text img {
    margin: 20px 0;
    height: auto
}
body:not(.tbay-body-default) .widget .post-widget .image {
    width: 70px;
    margin-top: 5px
}
body:not(.tbay-body-default) .widget .post-widget .image img {
    width: 100%;
    height: auto
}
body:not(.tbay-body-default) .widget.widget_rss ul, body:not(.tbay-body-default) .widget.widget_rss ol {
    padding: 0;
    margin: 0;
    list-style: none
}
body:not(.tbay-body-default) .widget.widget_rss ul li:last-child, body:not(.tbay-body-default) .widget.widget_rss ol li:last-child {
    border-bottom: 0;
    padding-bottom: 0
}
body:not(.tbay-body-default) .widget.widget_rss ul li .children>li:before, body:not(.tbay-body-default) .widget.widget_rss ol li .children>li:before {
    top: 24px
}
body:not(.tbay-body-default) .widget.widget_rss ul ul li:first-child, body:not(.tbay-body-default) .widget.widget_rss ol ul li:first-child {
    padding-top: 14px;
    background-position: 0 24px
}
body:not(.tbay-body-default) .widget.widget_rss ul li {
    background: 0
}
body:not(.tbay-body-default) .widget.widget_rss ul li a {
    padding: 0
}
body:not(.tbay-body-default) .widget.widget_recent_comments ul, body:not(.tbay-body-default) .widget.widget_recent_comments ol {
    padding: 0;
    margin: 0;
    list-style: none
}
body:not(.tbay-body-default) .widget.widget_recent_comments ul li:last-child, body:not(.tbay-body-default) .widget.widget_recent_comments ol li:last-child {
    border-bottom: 0;
    padding-bottom: 0
}
body:not(.tbay-body-default) .widget.widget_recent_comments ul li .children>li:before, body:not(.tbay-body-default) .widget.widget_recent_comments ol li .children>li:before {
    top: 24px
}
body:not(.tbay-body-default) .widget.widget_recent_comments ul ul li:first-child, body:not(.tbay-body-default) .widget.widget_recent_comments ol ul li:first-child {
    padding-top: 14px;
    background-position: 0 24px
}
body:not(.tbay-body-default) .widget.widget_recent_comments ul li {
    background: 0
}
body:not(.tbay-body-default) .widget.widget_rss ul, body:not(.tbay-body-default) .widget.widget_rss ol {
    padding: 0;
    margin: 0;
    list-style: none
}
body:not(.tbay-body-default) .widget.widget_rss ul li:last-child, body:not(.tbay-body-default) .widget.widget_rss ol li:last-child {
    border-bottom: 0;
    padding-bottom: 0
}
body:not(.tbay-body-default) .widget.widget_rss ul li .children>li:before, body:not(.tbay-body-default) .widget.widget_rss ol li .children>li:before {
    top: 24px
}
body:not(.tbay-body-default) .widget.widget_rss ul ul li:first-child, body:not(.tbay-body-default) .widget.widget_rss ol ul li:first-child {
    padding-top: 14px;
    background-position: 0 24px
}
body:not(.tbay-body-default) .widget.widget_rss ul li {
    background: 0
}
body:not(.tbay-body-default) .widget.widget_rss ul li a {
    padding: 0
}
body:not(.tbay-body-default) .widget.widget_rss ul li:before {
    display: none
}
body:not(.tbay-body-default) .widget.widget_recent_reviews ul.product_list_widget {
    list-style: none
}
body:not(.tbay-body-default) .widget.widget_recent_reviews ul.product_list_widget li {
    padding: 0;
    overflow: hidden;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}
body:not(.tbay-body-default) .widget.widget_recent_reviews ul.product_list_widget li a img {
    float: left;
    margin-right: 10px;
    margin-left: auto;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}
body:not(.tbay-body-default) .widget.widget_product_search .woocommerce-product-search label.screen-reader-text {
    display: none
}
body:not(.tbay-body-default) .widget.widget_product_search .woocommerce-product-search input {
    line-height: 36px;
    padding-left: 10px;
    padding-right: 10px;
    width: 100%
}
body:not(.tbay-body-default) .widget.widget_product_search button[type="submit"] {
    margin-top: 10px
}
body:not(.tbay-body-default) .widget.yith-woocompare-widget .products-list {
    padding: 10px 20px;
    border: 1px solid var(--border-color);
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    overflow: hidden
}
body:not(.tbay-body-default) .widget.yith-woocompare-widget li {
    border-bottom: none !important;
    padding: 5px 0 5px 0 !important
}
body:not(.tbay-body-default) .widget.yith-woocompare-widget li.list_empty:before {
    content: ""
}
body:not(.tbay-body-default) .widget.yith-woocompare-widget li:before {
    content: "";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-family: "tb-icon"
}
body:not(.tbay-body-default) .widget.yith-woocompare-widget li:before {
    text-indent: 0;
    position: absolute;
    left: auto !important;
    right: 3px;
    top: 0;
    width: 25px;
    height: 30px;
    line-height: 30px;
    text-align: center
}
body:not(.tbay-body-default) .widget.yith-woocompare-widget .remove {
    left: auto !important;
    right: 3px;
    text-indent: -9999px
}
body:not(.tbay-body-default) .widget.yith-woocompare-widget .remove:hover {
    background-color: transparent !important
}
body:not(.tbay-body-default) .widget.yith-woocompare-widget .title {
    color: var(--color-09);
    font-size: 13px !important;
    font-weight: 500 !important;
    text-transform: capitalize !important
}
body:not(.tbay-body-default) .widget.yith-woocompare-widget a.clear-all {
    margin-bottom: 20px;
    margin-right: auto;
    margin-left: 15px
}
body:not(.tbay-body-default) .widget.yith-woocompare-widget a.clear-all {
    line-height: 37px
}
body:not(.tbay-body-default) .widget.yith-woocompare-widget a.compare {
    float: left;
    background: var(--tb-theme-color);
    text-transform: uppercase;
    color: #fff;
    border: 1px solid var(--tb-theme-color);
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    font-size: 14px;
    letter-spacing: 0
}
body:not(.tbay-body-default) .widget.yith-woocompare-widget a.compare:hover {
    background: transparent;
    color: var(--tb-theme-color)
}
body:not(.tbay-body-default) .widget.widget_shopping_cart .widget_shopping_cart_content {
    overflow: hidden
}
body:not(.tbay-body-default) .widget.widget_recent_entries ul {
    margin-top: 20px
}
body:not(.tbay-body-default) .widget.widget_recent_entries ul a {
    display: block;
    margin-bottom: 5px
}
body:not(.tbay-body-default) .widget.widget-timework strong {
    color: var(--black-color);
    font-weight: 500
}
body:not(.tbay-body-default) .feedback {
    text-align: center
}
body:not(.tbay-body-default) .widget_product_tag_cloud .tagcloud {
    padding-top: 10px
}
body:not(.tbay-body-default) .widget_recent_entries>ul {
    padding: 0;
    margin: 0;
    list-style: outside none none
}
body:not(.tbay-body-default) .widget_recent_entries>ul li {
    line-height: 26px;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid var(--border-color)
}
body:not(.tbay-body-default) .widget_recent_entries>ul li a {
    color: var(--tb-theme-color)
}
body:not(.tbay-body-default) .widget_recent_entries>ul li:last-child {
    border: 0;
    margin: 0
}
body:not(.tbay-body-default) .widget_recent_entries>ul .post-date:before {
    content: "";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-family: "tb-icon"
}
body:not(.tbay-body-default) .widget_recent_entries>ul .post-date:before {
    display: inline-block;
    margin-right: 7px;
    margin-left: 0;
    font-size: 18px
}
body:not(.tbay-body-default) .widget_besa_instagram .instagram-pics {
    margin: 0 -5px
}
body:not(.tbay-body-default) .widget_besa_instagram .instagram-pics::after {
    display: block;
    clear: both;
    content: ""
}
body:not(.tbay-body-default) .widget_besa_instagram .instagram-pics>div {
    padding: 0 5px;
    margin-bottom: 10px;
    margin-top: 0
}
body:not(.tbay-body-default) .widget_besa_instagram .instagram-pics>div .group-items, body:not(.tbay-body-default) .widget_besa_instagram .instagram-pics>div .elapsed-time {
    display: none
}
body:not(.tbay-body-default) .widget_besa_instagram a {
    display: block;
    position: relative
}
body:not(.tbay-body-default) .widget_besa_instagram a:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    visibility: hidden;
    pointer-events: none;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s
}
body:not(.tbay-body-default) .widget_besa_instagram a:hover:before {
    visibility: visible;
    opacity: 1;
    filter: alpha(opacity=100)
}
body:not(.tbay-body-default) .widget_product_categories .product-categories, body:not(.tbay-body-default) .widget_product_categories ul, body:not(.tbay-body-default) .widget_categories .product-categories, body:not(.tbay-body-default) .widget_categories ul {
    padding: 0;
    list-style: none;
    margin: 0;
    line-height: 28px
}
body:not(.tbay-body-default) .widget_product_categories .product-categories a, body:not(.tbay-body-default) .widget_product_categories ul a, body:not(.tbay-body-default) .widget_categories .product-categories a, body:not(.tbay-body-default) .widget_categories ul a {
    color: var(--black-color);
    display: inline-block
}
body:not(.tbay-body-default) .widget_product_categories .product-categories a:hover, body:not(.tbay-body-default) .widget_product_categories ul a:hover, body:not(.tbay-body-default) .widget_categories .product-categories a:hover, body:not(.tbay-body-default) .widget_categories ul a:hover {
    color: var(--tb-theme-color)
}
body:not(.tbay-body-default) .widget_product_categories .product-categories .children, body:not(.tbay-body-default) .widget_product_categories ul .children, body:not(.tbay-body-default) .widget_categories .product-categories .children, body:not(.tbay-body-default) .widget_categories ul .children {
    list-style: none;
    padding-left: 10px;
    padding-right: 0
}
body:not(.tbay-body-default) .widget_product_categories .product-categories li, body:not(.tbay-body-default) .widget_product_categories ul li, body:not(.tbay-body-default) .widget_categories .product-categories li, body:not(.tbay-body-default) .widget_categories ul li {
    position: relative;
    background: transparent
}
body:not(.tbay-body-default) .widget_product_categories .product-categories .current-cat>a, body:not(.tbay-body-default) .widget_product_categories ul .current-cat>a, body:not(.tbay-body-default) .widget_categories .product-categories .current-cat>a, body:not(.tbay-body-default) .widget_categories ul .current-cat>a {
    color: var(--tb-theme-color)
}
body:not(.tbay-body-default) .widget_product_categories .product-categories .cat-item, body:not(.tbay-body-default) .widget_product_categories ul .cat-item, body:not(.tbay-body-default) .widget_categories .product-categories .cat-item, body:not(.tbay-body-default) .widget_categories ul .cat-item {
    color: var(--black-color)
}
.widget-products .owl-carousel {
    margin: 0
}
.tbay-widget-banner-image {
    position: relative
}
.tbay-widget-banner-image .container, .tbay-widget-banner-image .dokan-dashboard .dokan-dashboard-wrap, .dokan-dashboard .tbay-widget-banner-image .dokan-dashboard-wrap, .tbay-widget-banner-image #wcfm-main-contentainer .wcfm-membership-wrapper, #wcfm-main-contentainer .tbay-widget-banner-image .wcfm-membership-wrapper, .tbay-widget-banner-image .wcfmmp-store-page #wcfmmp-store, .wcfmmp-store-page .tbay-widget-banner-image #wcfmmp-store {
    position: absolute;
    height: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%)
}
.tbay-widget-banner-image .banner-remove {
    position: absolute;
    left: auto;
    right: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 0;
    color: var(--white-color);
    border: 0;
    background: transparent
}
.tbay-widget-banner-image .banner-remove:focus {
    outline: 0
}
.widget_besa_recent_post .item, .tbay-addon-blog.vertical .item, .widget_besa_popular_post .item {
    display: block !important
}
@media(min-width:1600px) {
    .widget_besa_recent_post .row[data-xlgdesktop="1"] .item:nth-last-child(1) .post, .tbay-addon-blog.vertical .row[data-xlgdesktop="1"] .item:nth-last-child(1) .post, .widget_besa_popular_post .row[data-xlgdesktop="1"] .item:nth-last-child(1) .post {
        border: 0
    }
}
@media(max-width:1599.98px) and (min-width:1200px) {
    .widget_besa_recent_post .row[data-desktop="1"] .item:nth-last-child(1) .post, .tbay-addon-blog.vertical .row[data-desktop="1"] .item:nth-last-child(1) .post, .widget_besa_popular_post .row[data-desktop="1"] .item:nth-last-child(1) .post {
        border: 0
    }
}
@media(max-width:1199.98px) and (min-width:992px) {
    .widget_besa_recent_post .row[data-desktopsmall="1"] .item:nth-last-child(1) .post, .tbay-addon-blog.vertical .row[data-desktopsmall="1"] .item:nth-last-child(1) .post, .widget_besa_popular_post .row[data-desktopsmall="1"] .item:nth-last-child(1) .post {
        border: 0
    }
}
@media(max-width:991.98px) and (min-width:768px) {
    .widget_besa_recent_post .row[data-tablet="1"] .item:nth-last-child(1) .post, .tbay-addon-blog.vertical .row[data-tablet="1"] .item:nth-last-child(1) .post, .widget_besa_popular_post .row[data-tablet="1"] .item:nth-last-child(1) .post {
        border: 0
    }
}
@media(max-width:767.98px) and (min-width:576px) {
    .widget_besa_recent_post .row[data-landscape="1"] .item:nth-last-child(1) .post, .tbay-addon-blog.vertical .row[data-landscape="1"] .item:nth-last-child(1) .post, .widget_besa_popular_post .row[data-landscape="1"] .item:nth-last-child(1) .post {
        border: 0
    }
}
@media(max-width:479.98px) {
    .widget_besa_recent_post .row[data-mobile="1"] .item:nth-last-child(1) .post, .tbay-addon-blog.vertical .row[data-mobile="1"] .item:nth-last-child(1) .post, .widget_besa_popular_post .row[data-mobile="1"] .item:nth-last-child(1) .post {
        border: 0
    }
}
@media(min-width:1600px) {
    .widget_besa_recent_post .row[data-xlgdesktop="2"] .item:nth-last-child(2) .post, .tbay-addon-blog.vertical .row[data-xlgdesktop="2"] .item:nth-last-child(2) .post, .widget_besa_popular_post .row[data-xlgdesktop="2"] .item:nth-last-child(2) .post {
        border: 0
    }
    .widget_besa_recent_post .row[data-xlgdesktop="2"] .item:nth-last-child(1) .post, .tbay-addon-blog.vertical .row[data-xlgdesktop="2"] .item:nth-last-child(1) .post, .widget_besa_popular_post .row[data-xlgdesktop="2"] .item:nth-last-child(1) .post {
        border: 0
    }
}
@media(max-width:1599.98px) and (min-width:1200px) {
    .widget_besa_recent_post .row[data-desktop="2"] .item:nth-last-child(2) .post, .tbay-addon-blog.vertical .row[data-desktop="2"] .item:nth-last-child(2) .post, .widget_besa_popular_post .row[data-desktop="2"] .item:nth-last-child(2) .post {
        border: 0
    }
    .widget_besa_recent_post .row[data-desktop="2"] .item:nth-last-child(1) .post, .tbay-addon-blog.vertical .row[data-desktop="2"] .item:nth-last-child(1) .post, .widget_besa_popular_post .row[data-desktop="2"] .item:nth-last-child(1) .post {
        border: 0
    }
}
@media(max-width:1199.98px) and (min-width:992px) {
    .widget_besa_recent_post .row[data-desktopsmall="2"] .item:nth-last-child(2) .post, .tbay-addon-blog.vertical .row[data-desktopsmall="2"] .item:nth-last-child(2) .post, .widget_besa_popular_post .row[data-desktopsmall="2"] .item:nth-last-child(2) .post {
        border: 0
    }
    .widget_besa_recent_post .row[data-desktopsmall="2"] .item:nth-last-child(1) .post, .tbay-addon-blog.vertical .row[data-desktopsmall="2"] .item:nth-last-child(1) .post, .widget_besa_popular_post .row[data-desktopsmall="2"] .item:nth-last-child(1) .post {
        border: 0
    }
}
@media(max-width:991.98px) and (min-width:768px) {
    .widget_besa_recent_post .row[data-tablet="2"] .item:nth-last-child(2) .post, .tbay-addon-blog.vertical .row[data-tablet="2"] .item:nth-last-child(2) .post, .widget_besa_popular_post .row[data-tablet="2"] .item:nth-last-child(2) .post {
        border: 0
    }
    .widget_besa_recent_post .row[data-tablet="2"] .item:nth-last-child(1) .post, .tbay-addon-blog.vertical .row[data-tablet="2"] .item:nth-last-child(1) .post, .widget_besa_popular_post .row[data-tablet="2"] .item:nth-last-child(1) .post {
        border: 0
    }
}
@media(max-width:767.98px) and (min-width:576px) {
    .widget_besa_recent_post .row[data-landscape="2"] .item:nth-last-child(2) .post, .tbay-addon-blog.vertical .row[data-landscape="2"] .item:nth-last-child(2) .post, .widget_besa_popular_post .row[data-landscape="2"] .item:nth-last-child(2) .post {
        border: 0
    }
    .widget_besa_recent_post .row[data-landscape="2"] .item:nth-last-child(1) .post, .tbay-addon-blog.vertical .row[data-landscape="2"] .item:nth-last-child(1) .post, .widget_besa_popular_post .row[data-landscape="2"] .item:nth-last-child(1) .post {
        border: 0
    }
}
@media(max-width:479.98px) {
    .widget_besa_recent_post .row[data-mobile="2"] .item:nth-last-child(2) .post, .tbay-addon-blog.vertical .row[data-mobile="2"] .item:nth-last-child(2) .post, .widget_besa_popular_post .row[data-mobile="2"] .item:nth-last-child(2) .post {
        border: 0
    }
    .widget_besa_recent_post .row[data-mobile="2"] .item:nth-last-child(1) .post, .tbay-addon-blog.vertical .row[data-mobile="2"] .item:nth-last-child(1) .post, .widget_besa_popular_post .row[data-mobile="2"] .item:nth-last-child(1) .post {
        border: 0
    }
}
@media(min-width:1600px) {
    .widget_besa_recent_post .row[data-xlgdesktop="3"] .item:nth-last-child(3) .post, .tbay-addon-blog.vertical .row[data-xlgdesktop="3"] .item:nth-last-child(3) .post, .widget_besa_popular_post .row[data-xlgdesktop="3"] .item:nth-last-child(3) .post {
        border: 0
    }
    .widget_besa_recent_post .row[data-xlgdesktop="3"] .item:nth-last-child(2) .post, .tbay-addon-blog.vertical .row[data-xlgdesktop="3"] .item:nth-last-child(2) .post, .widget_besa_popular_post .row[data-xlgdesktop="3"] .item:nth-last-child(2) .post {
        border: 0
    }
    .widget_besa_recent_post .row[data-xlgdesktop="3"] .item:nth-last-child(1) .post, .tbay-addon-blog.vertical .row[data-xlgdesktop="3"] .item:nth-last-child(1) .post, .widget_besa_popular_post .row[data-xlgdesktop="3"] .item:nth-last-child(1) .post {
        border: 0
    }
}
@media(max-width:1599.98px) and (min-width:1200px) {
    .widget_besa_recent_post .row[data-desktop="3"] .item:nth-last-child(3) .post, .tbay-addon-blog.vertical .row[data-desktop="3"] .item:nth-last-child(3) .post, .widget_besa_popular_post .row[data-desktop="3"] .item:nth-last-child(3) .post {
        border: 0
    }
    .widget_besa_recent_post .row[data-desktop="3"] .item:nth-last-child(2) .post, .tbay-addon-blog.vertical .row[data-desktop="3"] .item:nth-last-child(2) .post, .widget_besa_popular_post .row[data-desktop="3"] .item:nth-last-child(2) .post {
        border: 0
    }
    .widget_besa_recent_post .row[data-desktop="3"] .item:nth-last-child(1) .post, .tbay-addon-blog.vertical .row[data-desktop="3"] .item:nth-last-child(1) .post, .widget_besa_popular_post .row[data-desktop="3"] .item:nth-last-child(1) .post {
        border: 0
    }
}
@media(max-width:1199.98px) and (min-width:992px) {
    .widget_besa_recent_post .row[data-desktopsmall="3"] .item:nth-last-child(3) .post, .tbay-addon-blog.vertical .row[data-desktopsmall="3"] .item:nth-last-child(3) .post, .widget_besa_popular_post .row[data-desktopsmall="3"] .item:nth-last-child(3) .post {
        border: 0
    }
    .widget_besa_recent_post .row[data-desktopsmall="3"] .item:nth-last-child(2) .post, .tbay-addon-blog.vertical .row[data-desktopsmall="3"] .item:nth-last-child(2) .post, .widget_besa_popular_post .row[data-desktopsmall="3"] .item:nth-last-child(2) .post {
        border: 0
    }
    .widget_besa_recent_post .row[data-desktopsmall="3"] .item:nth-last-child(1) .post, .tbay-addon-blog.vertical .row[data-desktopsmall="3"] .item:nth-last-child(1) .post, .widget_besa_popular_post .row[data-desktopsmall="3"] .item:nth-last-child(1) .post {
        border: 0
    }
}
@media(max-width:991.98px) and (min-width:768px) {
    .widget_besa_recent_post .row[data-tablet="3"] .item:nth-last-child(3) .post, .tbay-addon-blog.vertical .row[data-tablet="3"] .item:nth-last-child(3) .post, .widget_besa_popular_post .row[data-tablet="3"] .item:nth-last-child(3) .post {
        border: 0
    }
    .widget_besa_recent_post .row[data-tablet="3"] .item:nth-last-child(2) .post, .tbay-addon-blog.vertical .row[data-tablet="3"] .item:nth-last-child(2) .post, .widget_besa_popular_post .row[data-tablet="3"] .item:nth-last-child(2) .post {
        border: 0
    }
    .widget_besa_recent_post .row[data-tablet="3"] .item:nth-last-child(1) .post, .tbay-addon-blog.vertical .row[data-tablet="3"] .item:nth-last-child(1) .post, .widget_besa_popular_post .row[data-tablet="3"] .item:nth-last-child(1) .post {
        border: 0
    }
}
@media(max-width:767.98px) and (min-width:576px) {
    .widget_besa_recent_post .row[data-landscape="3"] .item:nth-last-child(3) .post, .tbay-addon-blog.vertical .row[data-landscape="3"] .item:nth-last-child(3) .post, .widget_besa_popular_post .row[data-landscape="3"] .item:nth-last-child(3) .post {
        border: 0
    }
    .widget_besa_recent_post .row[data-landscape="3"] .item:nth-last-child(2) .post, .tbay-addon-blog.vertical .row[data-landscape="3"] .item:nth-last-child(2) .post, .widget_besa_popular_post .row[data-landscape="3"] .item:nth-last-child(2) .post {
        border: 0
    }
    .widget_besa_recent_post .row[data-landscape="3"] .item:nth-last-child(1) .post, .tbay-addon-blog.vertical .row[data-landscape="3"] .item:nth-last-child(1) .post, .widget_besa_popular_post .row[data-landscape="3"] .item:nth-last-child(1) .post {
        border: 0
    }
}
@media(max-width:479.98px) {
    .widget_besa_recent_post .row[data-mobile="3"] .item:nth-last-child(3) .post, .tbay-addon-blog.vertical .row[data-mobile="3"] .item:nth-last-child(3) .post, .widget_besa_popular_post .row[data-mobile="3"] .item:nth-last-child(3) .post {
        border: 0
    }
    .widget_besa_recent_post .row[data-mobile="3"] .item:nth-last-child(2) .post, .tbay-addon-blog.vertical .row[data-mobile="3"] .item:nth-last-child(2) .post, .widget_besa_popular_post .row[data-mobile="3"] .item:nth-last-child(2) .post {
        border: 0
    }
    .widget_besa_recent_post .row[data-mobile="3"] .item:nth-last-child(1) .post, .tbay-addon-blog.vertical .row[data-mobile="3"] .item:nth-last-child(1) .post, .widget_besa_popular_post .row[data-mobile="3"] .item:nth-last-child(1) .post {
        border: 0
    }
}
@media(min-width:1600px) {
    .widget_besa_recent_post .row[data-xlgdesktop="4"] .item:nth-last-child(4) .post, .tbay-addon-blog.vertical .row[data-xlgdesktop="4"] .item:nth-last-child(4) .post, .widget_besa_popular_post .row[data-xlgdesktop="4"] .item:nth-last-child(4) .post {
        border: 0
    }
    .widget_besa_recent_post .row[data-xlgdesktop="4"] .item:nth-last-child(3) .post, .tbay-addon-blog.vertical .row[data-xlgdesktop="4"] .item:nth-last-child(3) .post, .widget_besa_popular_post .row[data-xlgdesktop="4"] .item:nth-last-child(3) .post {
        border: 0
    }
    .widget_besa_recent_post .row[data-xlgdesktop="4"] .item:nth-last-child(2) .post, .tbay-addon-blog.vertical .row[data-xlgdesktop="4"] .item:nth-last-child(2) .post, .widget_besa_popular_post .row[data-xlgdesktop="4"] .item:nth-last-child(2) .post {
        border: 0
    }
    .widget_besa_recent_post .row[data-xlgdesktop="4"] .item:nth-last-child(1) .post, .tbay-addon-blog.vertical .row[data-xlgdesktop="4"] .item:nth-last-child(1) .post, .widget_besa_popular_post .row[data-xlgdesktop="4"] .item:nth-last-child(1) .post {
        border: 0
    }
}
@media(max-width:1599.98px) and (min-width:1200px) {
    .widget_besa_recent_post .row[data-desktop="4"] .item:nth-last-child(4) .post, .tbay-addon-blog.vertical .row[data-desktop="4"] .item:nth-last-child(4) .post, .widget_besa_popular_post .row[data-desktop="4"] .item:nth-last-child(4) .post {
        border: 0
    }
    .widget_besa_recent_post .row[data-desktop="4"] .item:nth-last-child(3) .post, .tbay-addon-blog.vertical .row[data-desktop="4"] .item:nth-last-child(3) .post, .widget_besa_popular_post .row[data-desktop="4"] .item:nth-last-child(3) .post {
        border: 0
    }
    .widget_besa_recent_post .row[data-desktop="4"] .item:nth-last-child(2) .post, .tbay-addon-blog.vertical .row[data-desktop="4"] .item:nth-last-child(2) .post, .widget_besa_popular_post .row[data-desktop="4"] .item:nth-last-child(2) .post {
        border: 0
    }
    .widget_besa_recent_post .row[data-desktop="4"] .item:nth-last-child(1) .post, .tbay-addon-blog.vertical .row[data-desktop="4"] .item:nth-last-child(1) .post, .widget_besa_popular_post .row[data-desktop="4"] .item:nth-last-child(1) .post {
        border: 0
    }
}
@media(max-width:1199.98px) and (min-width:992px) {
    .widget_besa_recent_post .row[data-desktopsmall="4"] .item:nth-last-child(4) .post, .tbay-addon-blog.vertical .row[data-desktopsmall="4"] .item:nth-last-child(4) .post, .widget_besa_popular_post .row[data-desktopsmall="4"] .item:nth-last-child(4) .post {
        border: 0
    }
    .widget_besa_recent_post .row[data-desktopsmall="4"] .item:nth-last-child(3) .post, .tbay-addon-blog.vertical .row[data-desktopsmall="4"] .item:nth-last-child(3) .post, .widget_besa_popular_post .row[data-desktopsmall="4"] .item:nth-last-child(3) .post {
        border: 0
    }
    .widget_besa_recent_post .row[data-desktopsmall="4"] .item:nth-last-child(2) .post, .tbay-addon-blog.vertical .row[data-desktopsmall="4"] .item:nth-last-child(2) .post, .widget_besa_popular_post .row[data-desktopsmall="4"] .item:nth-last-child(2) .post {
        border: 0
    }
    .widget_besa_recent_post .row[data-desktopsmall="4"] .item:nth-last-child(1) .post, .tbay-addon-blog.vertical .row[data-desktopsmall="4"] .item:nth-last-child(1) .post, .widget_besa_popular_post .row[data-desktopsmall="4"] .item:nth-last-child(1) .post {
        border: 0
    }
}
@media(max-width:991.98px) and (min-width:768px) {
    .widget_besa_recent_post .row[data-tablet="4"] .item:nth-last-child(4) .post, .tbay-addon-blog.vertical .row[data-tablet="4"] .item:nth-last-child(4) .post, .widget_besa_popular_post .row[data-tablet="4"] .item:nth-last-child(4) .post {
        border: 0
    }
    .widget_besa_recent_post .row[data-tablet="4"] .item:nth-last-child(3) .post, .tbay-addon-blog.vertical .row[data-tablet="4"] .item:nth-last-child(3) .post, .widget_besa_popular_post .row[data-tablet="4"] .item:nth-last-child(3) .post {
        border: 0
    }
    .widget_besa_recent_post .row[data-tablet="4"] .item:nth-last-child(2) .post, .tbay-addon-blog.vertical .row[data-tablet="4"] .item:nth-last-child(2) .post, .widget_besa_popular_post .row[data-tablet="4"] .item:nth-last-child(2) .post {
        border: 0
    }
    .widget_besa_recent_post .row[data-tablet="4"] .item:nth-last-child(1) .post, .tbay-addon-blog.vertical .row[data-tablet="4"] .item:nth-last-child(1) .post, .widget_besa_popular_post .row[data-tablet="4"] .item:nth-last-child(1) .post {
        border: 0
    }
}
@media(max-width:767.98px) and (min-width:576px) {
    .widget_besa_recent_post .row[data-landscape="4"] .item:nth-last-child(4) .post, .tbay-addon-blog.vertical .row[data-landscape="4"] .item:nth-last-child(4) .post, .widget_besa_popular_post .row[data-landscape="4"] .item:nth-last-child(4) .post {
        border: 0
    }
    .widget_besa_recent_post .row[data-landscape="4"] .item:nth-last-child(3) .post, .tbay-addon-blog.vertical .row[data-landscape="4"] .item:nth-last-child(3) .post, .widget_besa_popular_post .row[data-landscape="4"] .item:nth-last-child(3) .post {
        border: 0
    }
    .widget_besa_recent_post .row[data-landscape="4"] .item:nth-last-child(2) .post, .tbay-addon-blog.vertical .row[data-landscape="4"] .item:nth-last-child(2) .post, .widget_besa_popular_post .row[data-landscape="4"] .item:nth-last-child(2) .post {
        border: 0
    }
    .widget_besa_recent_post .row[data-landscape="4"] .item:nth-last-child(1) .post, .tbay-addon-blog.vertical .row[data-landscape="4"] .item:nth-last-child(1) .post, .widget_besa_popular_post .row[data-landscape="4"] .item:nth-last-child(1) .post {
        border: 0
    }
}
@media(max-width:479.98px) {
    .widget_besa_recent_post .row[data-mobile="4"] .item:nth-last-child(4) .post, .tbay-addon-blog.vertical .row[data-mobile="4"] .item:nth-last-child(4) .post, .widget_besa_popular_post .row[data-mobile="4"] .item:nth-last-child(4) .post {
        border: 0
    }
    .widget_besa_recent_post .row[data-mobile="4"] .item:nth-last-child(3) .post, .tbay-addon-blog.vertical .row[data-mobile="4"] .item:nth-last-child(3) .post, .widget_besa_popular_post .row[data-mobile="4"] .item:nth-last-child(3) .post {
        border: 0
    }
    .widget_besa_recent_post .row[data-mobile="4"] .item:nth-last-child(2) .post, .tbay-addon-blog.vertical .row[data-mobile="4"] .item:nth-last-child(2) .post, .widget_besa_popular_post .row[data-mobile="4"] .item:nth-last-child(2) .post {
        border: 0
    }
    .widget_besa_recent_post .row[data-mobile="4"] .item:nth-last-child(1) .post, .tbay-addon-blog.vertical .row[data-mobile="4"] .item:nth-last-child(1) .post, .widget_besa_popular_post .row[data-mobile="4"] .item:nth-last-child(1) .post {
        border: 0
    }
}
@media(min-width:1600px) {
    .widget_besa_recent_post .row[data-xlgdesktop="5"] .item:nth-last-child(5) .post, .tbay-addon-blog.vertical .row[data-xlgdesktop="5"] .item:nth-last-child(5) .post, .widget_besa_popular_post .row[data-xlgdesktop="5"] .item:nth-last-child(5) .post {
        border: 0
    }
    .widget_besa_recent_post .row[data-xlgdesktop="5"] .item:nth-last-child(4) .post, .tbay-addon-blog.vertical .row[data-xlgdesktop="5"] .item:nth-last-child(4) .post, .widget_besa_popular_post .row[data-xlgdesktop="5"] .item:nth-last-child(4) .post {
        border: 0
    }
    .widget_besa_recent_post .row[data-xlgdesktop="5"] .item:nth-last-child(3) .post, .tbay-addon-blog.vertical .row[data-xlgdesktop="5"] .item:nth-last-child(3) .post, .widget_besa_popular_post .row[data-xlgdesktop="5"] .item:nth-last-child(3) .post {
        border: 0
    }
    .widget_besa_recent_post .row[data-xlgdesktop="5"] .item:nth-last-child(2) .post, .tbay-addon-blog.vertical .row[data-xlgdesktop="5"] .item:nth-last-child(2) .post, .widget_besa_popular_post .row[data-xlgdesktop="5"] .item:nth-last-child(2) .post {
        border: 0
    }
    .widget_besa_recent_post .row[data-xlgdesktop="5"] .item:nth-last-child(1) .post, .tbay-addon-blog.vertical .row[data-xlgdesktop="5"] .item:nth-last-child(1) .post, .widget_besa_popular_post .row[data-xlgdesktop="5"] .item:nth-last-child(1) .post {
        border: 0
    }
}
@media(max-width:1599.98px) and (min-width:1200px) {
    .widget_besa_recent_post .row[data-desktop="5"] .item:nth-last-child(5) .post, .tbay-addon-blog.vertical .row[data-desktop="5"] .item:nth-last-child(5) .post, .widget_besa_popular_post .row[data-desktop="5"] .item:nth-last-child(5) .post {
        border: 0
    }
    .widget_besa_recent_post .row[data-desktop="5"] .item:nth-last-child(4) .post, .tbay-addon-blog.vertical .row[data-desktop="5"] .item:nth-last-child(4) .post, .widget_besa_popular_post .row[data-desktop="5"] .item:nth-last-child(4) .post {
        border: 0
    }
    .widget_besa_recent_post .row[data-desktop="5"] .item:nth-last-child(3) .post, .tbay-addon-blog.vertical .row[data-desktop="5"] .item:nth-last-child(3) .post, .widget_besa_popular_post .row[data-desktop="5"] .item:nth-last-child(3) .post {
        border: 0
    }
    .widget_besa_recent_post .row[data-desktop="5"] .item:nth-last-child(2) .post, .tbay-addon-blog.vertical .row[data-desktop="5"] .item:nth-last-child(2) .post, .widget_besa_popular_post .row[data-desktop="5"] .item:nth-last-child(2) .post {
        border: 0
    }
    .widget_besa_recent_post .row[data-desktop="5"] .item:nth-last-child(1) .post, .tbay-addon-blog.vertical .row[data-desktop="5"] .item:nth-last-child(1) .post, .widget_besa_popular_post .row[data-desktop="5"] .item:nth-last-child(1) .post {
        border: 0
    }
}
@media(max-width:1199.98px) and (min-width:992px) {
    .widget_besa_recent_post .row[data-desktopsmall="5"] .item:nth-last-child(5) .post, .tbay-addon-blog.vertical .row[data-desktopsmall="5"] .item:nth-last-child(5) .post, .widget_besa_popular_post .row[data-desktopsmall="5"] .item:nth-last-child(5) .post {
        border: 0
    }
    .widget_besa_recent_post .row[data-desktopsmall="5"] .item:nth-last-child(4) .post, .tbay-addon-blog.vertical .row[data-desktopsmall="5"] .item:nth-last-child(4) .post, .widget_besa_popular_post .row[data-desktopsmall="5"] .item:nth-last-child(4) .post {
        border: 0
    }
    .widget_besa_recent_post .row[data-desktopsmall="5"] .item:nth-last-child(3) .post, .tbay-addon-blog.vertical .row[data-desktopsmall="5"] .item:nth-last-child(3) .post, .widget_besa_popular_post .row[data-desktopsmall="5"] .item:nth-last-child(3) .post {
        border: 0
    }
    .widget_besa_recent_post .row[data-desktopsmall="5"] .item:nth-last-child(2) .post, .tbay-addon-blog.vertical .row[data-desktopsmall="5"] .item:nth-last-child(2) .post, .widget_besa_popular_post .row[data-desktopsmall="5"] .item:nth-last-child(2) .post {
        border: 0
    }
    .widget_besa_recent_post .row[data-desktopsmall="5"] .item:nth-last-child(1) .post, .tbay-addon-blog.vertical .row[data-desktopsmall="5"] .item:nth-last-child(1) .post, .widget_besa_popular_post .row[data-desktopsmall="5"] .item:nth-last-child(1) .post {
        border: 0
    }
}
@media(max-width:991.98px) and (min-width:768px) {
    .widget_besa_recent_post .row[data-tablet="5"] .item:nth-last-child(5) .post, .tbay-addon-blog.vertical .row[data-tablet="5"] .item:nth-last-child(5) .post, .widget_besa_popular_post .row[data-tablet="5"] .item:nth-last-child(5) .post {
        border: 0
    }
    .widget_besa_recent_post .row[data-tablet="5"] .item:nth-last-child(4) .post, .tbay-addon-blog.vertical .row[data-tablet="5"] .item:nth-last-child(4) .post, .widget_besa_popular_post .row[data-tablet="5"] .item:nth-last-child(4) .post {
        border: 0
    }
    .widget_besa_recent_post .row[data-tablet="5"] .item:nth-last-child(3) .post, .tbay-addon-blog.vertical .row[data-tablet="5"] .item:nth-last-child(3) .post, .widget_besa_popular_post .row[data-tablet="5"] .item:nth-last-child(3) .post {
        border: 0
    }
    .widget_besa_recent_post .row[data-tablet="5"] .item:nth-last-child(2) .post, .tbay-addon-blog.vertical .row[data-tablet="5"] .item:nth-last-child(2) .post, .widget_besa_popular_post .row[data-tablet="5"] .item:nth-last-child(2) .post {
        border: 0
    }
    .widget_besa_recent_post .row[data-tablet="5"] .item:nth-last-child(1) .post, .tbay-addon-blog.vertical .row[data-tablet="5"] .item:nth-last-child(1) .post, .widget_besa_popular_post .row[data-tablet="5"] .item:nth-last-child(1) .post {
        border: 0
    }
}
@media(max-width:767.98px) and (min-width:576px) {
    .widget_besa_recent_post .row[data-landscape="5"] .item:nth-last-child(5) .post, .tbay-addon-blog.vertical .row[data-landscape="5"] .item:nth-last-child(5) .post, .widget_besa_popular_post .row[data-landscape="5"] .item:nth-last-child(5) .post {
        border: 0
    }
    .widget_besa_recent_post .row[data-landscape="5"] .item:nth-last-child(4) .post, .tbay-addon-blog.vertical .row[data-landscape="5"] .item:nth-last-child(4) .post, .widget_besa_popular_post .row[data-landscape="5"] .item:nth-last-child(4) .post {
        border: 0
    }
    .widget_besa_recent_post .row[data-landscape="5"] .item:nth-last-child(3) .post, .tbay-addon-blog.vertical .row[data-landscape="5"] .item:nth-last-child(3) .post, .widget_besa_popular_post .row[data-landscape="5"] .item:nth-last-child(3) .post {
        border: 0
    }
    .widget_besa_recent_post .row[data-landscape="5"] .item:nth-last-child(2) .post, .tbay-addon-blog.vertical .row[data-landscape="5"] .item:nth-last-child(2) .post, .widget_besa_popular_post .row[data-landscape="5"] .item:nth-last-child(2) .post {
        border: 0
    }
    .widget_besa_recent_post .row[data-landscape="5"] .item:nth-last-child(1) .post, .tbay-addon-blog.vertical .row[data-landscape="5"] .item:nth-last-child(1) .post, .widget_besa_popular_post .row[data-landscape="5"] .item:nth-last-child(1) .post {
        border: 0
    }
}
@media(max-width:479.98px) {
    .widget_besa_recent_post .row[data-mobile="5"] .item:nth-last-child(5) .post, .tbay-addon-blog.vertical .row[data-mobile="5"] .item:nth-last-child(5) .post, .widget_besa_popular_post .row[data-mobile="5"] .item:nth-last-child(5) .post {
        border: 0
    }
    .widget_besa_recent_post .row[data-mobile="5"] .item:nth-last-child(4) .post, .tbay-addon-blog.vertical .row[data-mobile="5"] .item:nth-last-child(4) .post, .widget_besa_popular_post .row[data-mobile="5"] .item:nth-last-child(4) .post {
        border: 0
    }
    .widget_besa_recent_post .row[data-mobile="5"] .item:nth-last-child(3) .post, .tbay-addon-blog.vertical .row[data-mobile="5"] .item:nth-last-child(3) .post, .widget_besa_popular_post .row[data-mobile="5"] .item:nth-last-child(3) .post {
        border: 0
    }
    .widget_besa_recent_post .row[data-mobile="5"] .item:nth-last-child(2) .post, .tbay-addon-blog.vertical .row[data-mobile="5"] .item:nth-last-child(2) .post, .widget_besa_popular_post .row[data-mobile="5"] .item:nth-last-child(2) .post {
        border: 0
    }
    .widget_besa_recent_post .row[data-mobile="5"] .item:nth-last-child(1) .post, .tbay-addon-blog.vertical .row[data-mobile="5"] .item:nth-last-child(1) .post, .widget_besa_popular_post .row[data-mobile="5"] .item:nth-last-child(1) .post {
        border: 0
    }
}
@media(min-width:1600px) {
    .widget_besa_recent_post .row[data-xlgdesktop="6"] .item:nth-last-child(6) .post, .tbay-addon-blog.vertical .row[data-xlgdesktop="6"] .item:nth-last-child(6) .post, .widget_besa_popular_post .row[data-xlgdesktop="6"] .item:nth-last-child(6) .post {
        border: 0
    }
    .widget_besa_recent_post .row[data-xlgdesktop="6"] .item:nth-last-child(5) .post, .tbay-addon-blog.vertical .row[data-xlgdesktop="6"] .item:nth-last-child(5) .post, .widget_besa_popular_post .row[data-xlgdesktop="6"] .item:nth-last-child(5) .post {
        border: 0
    }
    .widget_besa_recent_post .row[data-xlgdesktop="6"] .item:nth-last-child(4) .post, .tbay-addon-blog.vertical .row[data-xlgdesktop="6"] .item:nth-last-child(4) .post, .widget_besa_popular_post .row[data-xlgdesktop="6"] .item:nth-last-child(4) .post {
        border: 0
    }
    .widget_besa_recent_post .row[data-xlgdesktop="6"] .item:nth-last-child(3) .post, .tbay-addon-blog.vertical .row[data-xlgdesktop="6"] .item:nth-last-child(3) .post, .widget_besa_popular_post .row[data-xlgdesktop="6"] .item:nth-last-child(3) .post {
        border: 0
    }
    .widget_besa_recent_post .row[data-xlgdesktop="6"] .item:nth-last-child(2) .post, .tbay-addon-blog.vertical .row[data-xlgdesktop="6"] .item:nth-last-child(2) .post, .widget_besa_popular_post .row[data-xlgdesktop="6"] .item:nth-last-child(2) .post {
        border: 0
    }
    .widget_besa_recent_post .row[data-xlgdesktop="6"] .item:nth-last-child(1) .post, .tbay-addon-blog.vertical .row[data-xlgdesktop="6"] .item:nth-last-child(1) .post, .widget_besa_popular_post .row[data-xlgdesktop="6"] .item:nth-last-child(1) .post {
        border: 0
    }
}
@media(max-width:1599.98px) and (min-width:1200px) {
    .widget_besa_recent_post .row[data-desktop="6"] .item:nth-last-child(6) .post, .tbay-addon-blog.vertical .row[data-desktop="6"] .item:nth-last-child(6) .post, .widget_besa_popular_post .row[data-desktop="6"] .item:nth-last-child(6) .post {
        border: 0
    }
    .widget_besa_recent_post .row[data-desktop="6"] .item:nth-last-child(5) .post, .tbay-addon-blog.vertical .row[data-desktop="6"] .item:nth-last-child(5) .post, .widget_besa_popular_post .row[data-desktop="6"] .item:nth-last-child(5) .post {
        border: 0
    }
    .widget_besa_recent_post .row[data-desktop="6"] .item:nth-last-child(4) .post, .tbay-addon-blog.vertical .row[data-desktop="6"] .item:nth-last-child(4) .post, .widget_besa_popular_post .row[data-desktop="6"] .item:nth-last-child(4) .post {
        border: 0
    }
    .widget_besa_recent_post .row[data-desktop="6"] .item:nth-last-child(3) .post, .tbay-addon-blog.vertical .row[data-desktop="6"] .item:nth-last-child(3) .post, .widget_besa_popular_post .row[data-desktop="6"] .item:nth-last-child(3) .post {
        border: 0
    }
    .widget_besa_recent_post .row[data-desktop="6"] .item:nth-last-child(2) .post, .tbay-addon-blog.vertical .row[data-desktop="6"] .item:nth-last-child(2) .post, .widget_besa_popular_post .row[data-desktop="6"] .item:nth-last-child(2) .post {
        border: 0
    }
    .widget_besa_recent_post .row[data-desktop="6"] .item:nth-last-child(1) .post, .tbay-addon-blog.vertical .row[data-desktop="6"] .item:nth-last-child(1) .post, .widget_besa_popular_post .row[data-desktop="6"] .item:nth-last-child(1) .post {
        border: 0
    }
}
@media(max-width:1199.98px) and (min-width:992px) {
    .widget_besa_recent_post .row[data-desktopsmall="6"] .item:nth-last-child(6) .post, .tbay-addon-blog.vertical .row[data-desktopsmall="6"] .item:nth-last-child(6) .post, .widget_besa_popular_post .row[data-desktopsmall="6"] .item:nth-last-child(6) .post {
        border: 0
    }
    .widget_besa_recent_post .row[data-desktopsmall="6"] .item:nth-last-child(5) .post, .tbay-addon-blog.vertical .row[data-desktopsmall="6"] .item:nth-last-child(5) .post, .widget_besa_popular_post .row[data-desktopsmall="6"] .item:nth-last-child(5) .post {
        border: 0
    }
    .widget_besa_recent_post .row[data-desktopsmall="6"] .item:nth-last-child(4) .post, .tbay-addon-blog.vertical .row[data-desktopsmall="6"] .item:nth-last-child(4) .post, .widget_besa_popular_post .row[data-desktopsmall="6"] .item:nth-last-child(4) .post {
        border: 0
    }
    .widget_besa_recent_post .row[data-desktopsmall="6"] .item:nth-last-child(3) .post, .tbay-addon-blog.vertical .row[data-desktopsmall="6"] .item:nth-last-child(3) .post, .widget_besa_popular_post .row[data-desktopsmall="6"] .item:nth-last-child(3) .post {
        border: 0
    }
    .widget_besa_recent_post .row[data-desktopsmall="6"] .item:nth-last-child(2) .post, .tbay-addon-blog.vertical .row[data-desktopsmall="6"] .item:nth-last-child(2) .post, .widget_besa_popular_post .row[data-desktopsmall="6"] .item:nth-last-child(2) .post {
        border: 0
    }
    .widget_besa_recent_post .row[data-desktopsmall="6"] .item:nth-last-child(1) .post, .tbay-addon-blog.vertical .row[data-desktopsmall="6"] .item:nth-last-child(1) .post, .widget_besa_popular_post .row[data-desktopsmall="6"] .item:nth-last-child(1) .post {
        border: 0
    }
}
@media(max-width:991.98px) and (min-width:768px) {
    .widget_besa_recent_post .row[data-tablet="6"] .item:nth-last-child(6) .post, .tbay-addon-blog.vertical .row[data-tablet="6"] .item:nth-last-child(6) .post, .widget_besa_popular_post .row[data-tablet="6"] .item:nth-last-child(6) .post {
        border: 0
    }
    .widget_besa_recent_post .row[data-tablet="6"] .item:nth-last-child(5) .post, .tbay-addon-blog.vertical .row[data-tablet="6"] .item:nth-last-child(5) .post, .widget_besa_popular_post .row[data-tablet="6"] .item:nth-last-child(5) .post {
        border: 0
    }
    .widget_besa_recent_post .row[data-tablet="6"] .item:nth-last-child(4) .post, .tbay-addon-blog.vertical .row[data-tablet="6"] .item:nth-last-child(4) .post, .widget_besa_popular_post .row[data-tablet="6"] .item:nth-last-child(4) .post {
        border: 0
    }
    .widget_besa_recent_post .row[data-tablet="6"] .item:nth-last-child(3) .post, .tbay-addon-blog.vertical .row[data-tablet="6"] .item:nth-last-child(3) .post, .widget_besa_popular_post .row[data-tablet="6"] .item:nth-last-child(3) .post {
        border: 0
    }
    .widget_besa_recent_post .row[data-tablet="6"] .item:nth-last-child(2) .post, .tbay-addon-blog.vertical .row[data-tablet="6"] .item:nth-last-child(2) .post, .widget_besa_popular_post .row[data-tablet="6"] .item:nth-last-child(2) .post {
        border: 0
    }
    .widget_besa_recent_post .row[data-tablet="6"] .item:nth-last-child(1) .post, .tbay-addon-blog.vertical .row[data-tablet="6"] .item:nth-last-child(1) .post, .widget_besa_popular_post .row[data-tablet="6"] .item:nth-last-child(1) .post {
        border: 0
    }
}
@media(max-width:767.98px) and (min-width:576px) {
    .widget_besa_recent_post .row[data-landscape="6"] .item:nth-last-child(6) .post, .tbay-addon-blog.vertical .row[data-landscape="6"] .item:nth-last-child(6) .post, .widget_besa_popular_post .row[data-landscape="6"] .item:nth-last-child(6) .post {
        border: 0
    }
    .widget_besa_recent_post .row[data-landscape="6"] .item:nth-last-child(5) .post, .tbay-addon-blog.vertical .row[data-landscape="6"] .item:nth-last-child(5) .post, .widget_besa_popular_post .row[data-landscape="6"] .item:nth-last-child(5) .post {
        border: 0
    }
    .widget_besa_recent_post .row[data-landscape="6"] .item:nth-last-child(4) .post, .tbay-addon-blog.vertical .row[data-landscape="6"] .item:nth-last-child(4) .post, .widget_besa_popular_post .row[data-landscape="6"] .item:nth-last-child(4) .post {
        border: 0
    }
    .widget_besa_recent_post .row[data-landscape="6"] .item:nth-last-child(3) .post, .tbay-addon-blog.vertical .row[data-landscape="6"] .item:nth-last-child(3) .post, .widget_besa_popular_post .row[data-landscape="6"] .item:nth-last-child(3) .post {
        border: 0
    }
    .widget_besa_recent_post .row[data-landscape="6"] .item:nth-last-child(2) .post, .tbay-addon-blog.vertical .row[data-landscape="6"] .item:nth-last-child(2) .post, .widget_besa_popular_post .row[data-landscape="6"] .item:nth-last-child(2) .post {
        border: 0
    }
    .widget_besa_recent_post .row[data-landscape="6"] .item:nth-last-child(1) .post, .tbay-addon-blog.vertical .row[data-landscape="6"] .item:nth-last-child(1) .post, .widget_besa_popular_post .row[data-landscape="6"] .item:nth-last-child(1) .post {
        border: 0
    }
}
@media(max-width:479.98px) {
    .widget_besa_recent_post .row[data-mobile="6"] .item:nth-last-child(6) .post, .tbay-addon-blog.vertical .row[data-mobile="6"] .item:nth-last-child(6) .post, .widget_besa_popular_post .row[data-mobile="6"] .item:nth-last-child(6) .post {
        border: 0
    }
    .widget_besa_recent_post .row[data-mobile="6"] .item:nth-last-child(5) .post, .tbay-addon-blog.vertical .row[data-mobile="6"] .item:nth-last-child(5) .post, .widget_besa_popular_post .row[data-mobile="6"] .item:nth-last-child(5) .post {
        border: 0
    }
    .widget_besa_recent_post .row[data-mobile="6"] .item:nth-last-child(4) .post, .tbay-addon-blog.vertical .row[data-mobile="6"] .item:nth-last-child(4) .post, .widget_besa_popular_post .row[data-mobile="6"] .item:nth-last-child(4) .post {
        border: 0
    }
    .widget_besa_recent_post .row[data-mobile="6"] .item:nth-last-child(3) .post, .tbay-addon-blog.vertical .row[data-mobile="6"] .item:nth-last-child(3) .post, .widget_besa_popular_post .row[data-mobile="6"] .item:nth-last-child(3) .post {
        border: 0
    }
    .widget_besa_recent_post .row[data-mobile="6"] .item:nth-last-child(2) .post, .tbay-addon-blog.vertical .row[data-mobile="6"] .item:nth-last-child(2) .post, .widget_besa_popular_post .row[data-mobile="6"] .item:nth-last-child(2) .post {
        border: 0
    }
    .widget_besa_recent_post .row[data-mobile="6"] .item:nth-last-child(1) .post, .tbay-addon-blog.vertical .row[data-mobile="6"] .item:nth-last-child(1) .post, .widget_besa_popular_post .row[data-mobile="6"] .item:nth-last-child(1) .post {
        border: 0
    }
}
@media(min-width:1600px) {
    .widget_besa_recent_post .row[data-xlgdesktop="7"] .item:nth-last-child(7) .post, .tbay-addon-blog.vertical .row[data-xlgdesktop="7"] .item:nth-last-child(7) .post, .widget_besa_popular_post .row[data-xlgdesktop="7"] .item:nth-last-child(7) .post {
        border: 0
    }
    .widget_besa_recent_post .row[data-xlgdesktop="7"] .item:nth-last-child(6) .post, .tbay-addon-blog.vertical .row[data-xlgdesktop="7"] .item:nth-last-child(6) .post, .widget_besa_popular_post .row[data-xlgdesktop="7"] .item:nth-last-child(6) .post {
        border: 0
    }
    .widget_besa_recent_post .row[data-xlgdesktop="7"] .item:nth-last-child(5) .post, .tbay-addon-blog.vertical .row[data-xlgdesktop="7"] .item:nth-last-child(5) .post, .widget_besa_popular_post .row[data-xlgdesktop="7"] .item:nth-last-child(5) .post {
        border: 0
    }
    .widget_besa_recent_post .row[data-xlgdesktop="7"] .item:nth-last-child(4) .post, .tbay-addon-blog.vertical .row[data-xlgdesktop="7"] .item:nth-last-child(4) .post, .widget_besa_popular_post .row[data-xlgdesktop="7"] .item:nth-last-child(4) .post {
        border: 0
    }
    .widget_besa_recent_post .row[data-xlgdesktop="7"] .item:nth-last-child(3) .post, .tbay-addon-blog.vertical .row[data-xlgdesktop="7"] .item:nth-last-child(3) .post, .widget_besa_popular_post .row[data-xlgdesktop="7"] .item:nth-last-child(3) .post {
        border: 0
    }
    .widget_besa_recent_post .row[data-xlgdesktop="7"] .item:nth-last-child(2) .post, .tbay-addon-blog.vertical .row[data-xlgdesktop="7"] .item:nth-last-child(2) .post, .widget_besa_popular_post .row[data-xlgdesktop="7"] .item:nth-last-child(2) .post {
        border: 0
    }
    .widget_besa_recent_post .row[data-xlgdesktop="7"] .item:nth-last-child(1) .post, .tbay-addon-blog.vertical .row[data-xlgdesktop="7"] .item:nth-last-child(1) .post, .widget_besa_popular_post .row[data-xlgdesktop="7"] .item:nth-last-child(1) .post {
        border: 0
    }
}
@media(max-width:1599.98px) and (min-width:1200px) {
    .widget_besa_recent_post .row[data-desktop="7"] .item:nth-last-child(7) .post, .tbay-addon-blog.vertical .row[data-desktop="7"] .item:nth-last-child(7) .post, .widget_besa_popular_post .row[data-desktop="7"] .item:nth-last-child(7) .post {
        border: 0
    }
    .widget_besa_recent_post .row[data-desktop="7"] .item:nth-last-child(6) .post, .tbay-addon-blog.vertical .row[data-desktop="7"] .item:nth-last-child(6) .post, .widget_besa_popular_post .row[data-desktop="7"] .item:nth-last-child(6) .post {
        border: 0
    }
    .widget_besa_recent_post .row[data-desktop="7"] .item:nth-last-child(5) .post, .tbay-addon-blog.vertical .row[data-desktop="7"] .item:nth-last-child(5) .post, .widget_besa_popular_post .row[data-desktop="7"] .item:nth-last-child(5) .post {
        border: 0
    }
    .widget_besa_recent_post .row[data-desktop="7"] .item:nth-last-child(4) .post, .tbay-addon-blog.vertical .row[data-desktop="7"] .item:nth-last-child(4) .post, .widget_besa_popular_post .row[data-desktop="7"] .item:nth-last-child(4) .post {
        border: 0
    }
    .widget_besa_recent_post .row[data-desktop="7"] .item:nth-last-child(3) .post, .tbay-addon-blog.vertical .row[data-desktop="7"] .item:nth-last-child(3) .post, .widget_besa_popular_post .row[data-desktop="7"] .item:nth-last-child(3) .post {
        border: 0
    }
    .widget_besa_recent_post .row[data-desktop="7"] .item:nth-last-child(2) .post, .tbay-addon-blog.vertical .row[data-desktop="7"] .item:nth-last-child(2) .post, .widget_besa_popular_post .row[data-desktop="7"] .item:nth-last-child(2) .post {
        border: 0
    }
    .widget_besa_recent_post .row[data-desktop="7"] .item:nth-last-child(1) .post, .tbay-addon-blog.vertical .row[data-desktop="7"] .item:nth-last-child(1) .post, .widget_besa_popular_post .row[data-desktop="7"] .item:nth-last-child(1) .post {
        border: 0
    }
}
@media(max-width:1199.98px) and (min-width:992px) {
    .widget_besa_recent_post .row[data-desktopsmall="7"] .item:nth-last-child(7) .post, .tbay-addon-blog.vertical .row[data-desktopsmall="7"] .item:nth-last-child(7) .post, .widget_besa_popular_post .row[data-desktopsmall="7"] .item:nth-last-child(7) .post {
        border: 0
    }
    .widget_besa_recent_post .row[data-desktopsmall="7"] .item:nth-last-child(6) .post, .tbay-addon-blog.vertical .row[data-desktopsmall="7"] .item:nth-last-child(6) .post, .widget_besa_popular_post .row[data-desktopsmall="7"] .item:nth-last-child(6) .post {
        border: 0
    }
    .widget_besa_recent_post .row[data-desktopsmall="7"] .item:nth-last-child(5) .post, .tbay-addon-blog.vertical .row[data-desktopsmall="7"] .item:nth-last-child(5) .post, .widget_besa_popular_post .row[data-desktopsmall="7"] .item:nth-last-child(5) .post {
        border: 0
    }
    .widget_besa_recent_post .row[data-desktopsmall="7"] .item:nth-last-child(4) .post, .tbay-addon-blog.vertical .row[data-desktopsmall="7"] .item:nth-last-child(4) .post, .widget_besa_popular_post .row[data-desktopsmall="7"] .item:nth-last-child(4) .post {
        border: 0
    }
    .widget_besa_recent_post .row[data-desktopsmall="7"] .item:nth-last-child(3) .post, .tbay-addon-blog.vertical .row[data-desktopsmall="7"] .item:nth-last-child(3) .post, .widget_besa_popular_post .row[data-desktopsmall="7"] .item:nth-last-child(3) .post {
        border: 0
    }
    .widget_besa_recent_post .row[data-desktopsmall="7"] .item:nth-last-child(2) .post, .tbay-addon-blog.vertical .row[data-desktopsmall="7"] .item:nth-last-child(2) .post, .widget_besa_popular_post .row[data-desktopsmall="7"] .item:nth-last-child(2) .post {
        border: 0
    }
    .widget_besa_recent_post .row[data-desktopsmall="7"] .item:nth-last-child(1) .post, .tbay-addon-blog.vertical .row[data-desktopsmall="7"] .item:nth-last-child(1) .post, .widget_besa_popular_post .row[data-desktopsmall="7"] .item:nth-last-child(1) .post {
        border: 0
    }
}
@media(max-width:991.98px) and (min-width:768px) {
    .widget_besa_recent_post .row[data-tablet="7"] .item:nth-last-child(7) .post, .tbay-addon-blog.vertical .row[data-tablet="7"] .item:nth-last-child(7) .post, .widget_besa_popular_post .row[data-tablet="7"] .item:nth-last-child(7) .post {
        border: 0
    }
    .widget_besa_recent_post .row[data-tablet="7"] .item:nth-last-child(6) .post, .tbay-addon-blog.vertical .row[data-tablet="7"] .item:nth-last-child(6) .post, .widget_besa_popular_post .row[data-tablet="7"] .item:nth-last-child(6) .post {
        border: 0
    }
    .widget_besa_recent_post .row[data-tablet="7"] .item:nth-last-child(5) .post, .tbay-addon-blog.vertical .row[data-tablet="7"] .item:nth-last-child(5) .post, .widget_besa_popular_post .row[data-tablet="7"] .item:nth-last-child(5) .post {
        border: 0
    }
    .widget_besa_recent_post .row[data-tablet="7"] .item:nth-last-child(4) .post, .tbay-addon-blog.vertical .row[data-tablet="7"] .item:nth-last-child(4) .post, .widget_besa_popular_post .row[data-tablet="7"] .item:nth-last-child(4) .post {
        border: 0
    }
    .widget_besa_recent_post .row[data-tablet="7"] .item:nth-last-child(3) .post, .tbay-addon-blog.vertical .row[data-tablet="7"] .item:nth-last-child(3) .post, .widget_besa_popular_post .row[data-tablet="7"] .item:nth-last-child(3) .post {
        border: 0
    }
    .widget_besa_recent_post .row[data-tablet="7"] .item:nth-last-child(2) .post, .tbay-addon-blog.vertical .row[data-tablet="7"] .item:nth-last-child(2) .post, .widget_besa_popular_post .row[data-tablet="7"] .item:nth-last-child(2) .post {
        border: 0
    }
    .widget_besa_recent_post .row[data-tablet="7"] .item:nth-last-child(1) .post, .tbay-addon-blog.vertical .row[data-tablet="7"] .item:nth-last-child(1) .post, .widget_besa_popular_post .row[data-tablet="7"] .item:nth-last-child(1) .post {
        border: 0
    }
}
@media(max-width:767.98px) and (min-width:576px) {
    .widget_besa_recent_post .row[data-landscape="7"] .item:nth-last-child(7) .post, .tbay-addon-blog.vertical .row[data-landscape="7"] .item:nth-last-child(7) .post, .widget_besa_popular_post .row[data-landscape="7"] .item:nth-last-child(7) .post {
        border: 0
    }
    .widget_besa_recent_post .row[data-landscape="7"] .item:nth-last-child(6) .post, .tbay-addon-blog.vertical .row[data-landscape="7"] .item:nth-last-child(6) .post, .widget_besa_popular_post .row[data-landscape="7"] .item:nth-last-child(6) .post {
        border: 0
    }
    .widget_besa_recent_post .row[data-landscape="7"] .item:nth-last-child(5) .post, .tbay-addon-blog.vertical .row[data-landscape="7"] .item:nth-last-child(5) .post, .widget_besa_popular_post .row[data-landscape="7"] .item:nth-last-child(5) .post {
        border: 0
    }
    .widget_besa_recent_post .row[data-landscape="7"] .item:nth-last-child(4) .post, .tbay-addon-blog.vertical .row[data-landscape="7"] .item:nth-last-child(4) .post, .widget_besa_popular_post .row[data-landscape="7"] .item:nth-last-child(4) .post {
        border: 0
    }
    .widget_besa_recent_post .row[data-landscape="7"] .item:nth-last-child(3) .post, .tbay-addon-blog.vertical .row[data-landscape="7"] .item:nth-last-child(3) .post, .widget_besa_popular_post .row[data-landscape="7"] .item:nth-last-child(3) .post {
        border: 0
    }
    .widget_besa_recent_post .row[data-landscape="7"] .item:nth-last-child(2) .post, .tbay-addon-blog.vertical .row[data-landscape="7"] .item:nth-last-child(2) .post, .widget_besa_popular_post .row[data-landscape="7"] .item:nth-last-child(2) .post {
        border: 0
    }
    .widget_besa_recent_post .row[data-landscape="7"] .item:nth-last-child(1) .post, .tbay-addon-blog.vertical .row[data-landscape="7"] .item:nth-last-child(1) .post, .widget_besa_popular_post .row[data-landscape="7"] .item:nth-last-child(1) .post {
        border: 0
    }
}
@media(max-width:479.98px) {
    .widget_besa_recent_post .row[data-mobile="7"] .item:nth-last-child(7) .post, .tbay-addon-blog.vertical .row[data-mobile="7"] .item:nth-last-child(7) .post, .widget_besa_popular_post .row[data-mobile="7"] .item:nth-last-child(7) .post {
        border: 0
    }
    .widget_besa_recent_post .row[data-mobile="7"] .item:nth-last-child(6) .post, .tbay-addon-blog.vertical .row[data-mobile="7"] .item:nth-last-child(6) .post, .widget_besa_popular_post .row[data-mobile="7"] .item:nth-last-child(6) .post {
        border: 0
    }
    .widget_besa_recent_post .row[data-mobile="7"] .item:nth-last-child(5) .post, .tbay-addon-blog.vertical .row[data-mobile="7"] .item:nth-last-child(5) .post, .widget_besa_popular_post .row[data-mobile="7"] .item:nth-last-child(5) .post {
        border: 0
    }
    .widget_besa_recent_post .row[data-mobile="7"] .item:nth-last-child(4) .post, .tbay-addon-blog.vertical .row[data-mobile="7"] .item:nth-last-child(4) .post, .widget_besa_popular_post .row[data-mobile="7"] .item:nth-last-child(4) .post {
        border: 0
    }
    .widget_besa_recent_post .row[data-mobile="7"] .item:nth-last-child(3) .post, .tbay-addon-blog.vertical .row[data-mobile="7"] .item:nth-last-child(3) .post, .widget_besa_popular_post .row[data-mobile="7"] .item:nth-last-child(3) .post {
        border: 0
    }
    .widget_besa_recent_post .row[data-mobile="7"] .item:nth-last-child(2) .post, .tbay-addon-blog.vertical .row[data-mobile="7"] .item:nth-last-child(2) .post, .widget_besa_popular_post .row[data-mobile="7"] .item:nth-last-child(2) .post {
        border: 0
    }
    .widget_besa_recent_post .row[data-mobile="7"] .item:nth-last-child(1) .post, .tbay-addon-blog.vertical .row[data-mobile="7"] .item:nth-last-child(1) .post, .widget_besa_popular_post .row[data-mobile="7"] .item:nth-last-child(1) .post {
        border: 0
    }
}
@media(min-width:1600px) {
    .widget_besa_recent_post .row[data-xlgdesktop="8"] .item:nth-last-child(8) .post, .tbay-addon-blog.vertical .row[data-xlgdesktop="8"] .item:nth-last-child(8) .post, .widget_besa_popular_post .row[data-xlgdesktop="8"] .item:nth-last-child(8) .post {
        border: 0
    }
    .widget_besa_recent_post .row[data-xlgdesktop="8"] .item:nth-last-child(7) .post, .tbay-addon-blog.vertical .row[data-xlgdesktop="8"] .item:nth-last-child(7) .post, .widget_besa_popular_post .row[data-xlgdesktop="8"] .item:nth-last-child(7) .post {
        border: 0
    }
    .widget_besa_recent_post .row[data-xlgdesktop="8"] .item:nth-last-child(6) .post, .tbay-addon-blog.vertical .row[data-xlgdesktop="8"] .item:nth-last-child(6) .post, .widget_besa_popular_post .row[data-xlgdesktop="8"] .item:nth-last-child(6) .post {
        border: 0
    }
    .widget_besa_recent_post .row[data-xlgdesktop="8"] .item:nth-last-child(5) .post, .tbay-addon-blog.vertical .row[data-xlgdesktop="8"] .item:nth-last-child(5) .post, .widget_besa_popular_post .row[data-xlgdesktop="8"] .item:nth-last-child(5) .post {
        border: 0
    }
    .widget_besa_recent_post .row[data-xlgdesktop="8"] .item:nth-last-child(4) .post, .tbay-addon-blog.vertical .row[data-xlgdesktop="8"] .item:nth-last-child(4) .post, .widget_besa_popular_post .row[data-xlgdesktop="8"] .item:nth-last-child(4) .post {
        border: 0
    }
    .widget_besa_recent_post .row[data-xlgdesktop="8"] .item:nth-last-child(3) .post, .tbay-addon-blog.vertical .row[data-xlgdesktop="8"] .item:nth-last-child(3) .post, .widget_besa_popular_post .row[data-xlgdesktop="8"] .item:nth-last-child(3) .post {
        border: 0
    }
    .widget_besa_recent_post .row[data-xlgdesktop="8"] .item:nth-last-child(2) .post, .tbay-addon-blog.vertical .row[data-xlgdesktop="8"] .item:nth-last-child(2) .post, .widget_besa_popular_post .row[data-xlgdesktop="8"] .item:nth-last-child(2) .post {
        border: 0
    }
    .widget_besa_recent_post .row[data-xlgdesktop="8"] .item:nth-last-child(1) .post, .tbay-addon-blog.vertical .row[data-xlgdesktop="8"] .item:nth-last-child(1) .post, .widget_besa_popular_post .row[data-xlgdesktop="8"] .item:nth-last-child(1) .post {
        border: 0
    }
}
@media(max-width:1599.98px) and (min-width:1200px) {
    .widget_besa_recent_post .row[data-desktop="8"] .item:nth-last-child(8) .post, .tbay-addon-blog.vertical .row[data-desktop="8"] .item:nth-last-child(8) .post, .widget_besa_popular_post .row[data-desktop="8"] .item:nth-last-child(8) .post {
        border: 0
    }
    .widget_besa_recent_post .row[data-desktop="8"] .item:nth-last-child(7) .post, .tbay-addon-blog.vertical .row[data-desktop="8"] .item:nth-last-child(7) .post, .widget_besa_popular_post .row[data-desktop="8"] .item:nth-last-child(7) .post {
        border: 0
    }
    .widget_besa_recent_post .row[data-desktop="8"] .item:nth-last-child(6) .post, .tbay-addon-blog.vertical .row[data-desktop="8"] .item:nth-last-child(6) .post, .widget_besa_popular_post .row[data-desktop="8"] .item:nth-last-child(6) .post {
        border: 0
    }
    .widget_besa_recent_post .row[data-desktop="8"] .item:nth-last-child(5) .post, .tbay-addon-blog.vertical .row[data-desktop="8"] .item:nth-last-child(5) .post, .widget_besa_popular_post .row[data-desktop="8"] .item:nth-last-child(5) .post {
        border: 0
    }
    .widget_besa_recent_post .row[data-desktop="8"] .item:nth-last-child(4) .post, .tbay-addon-blog.vertical .row[data-desktop="8"] .item:nth-last-child(4) .post, .widget_besa_popular_post .row[data-desktop="8"] .item:nth-last-child(4) .post {
        border: 0
    }
    .widget_besa_recent_post .row[data-desktop="8"] .item:nth-last-child(3) .post, .tbay-addon-blog.vertical .row[data-desktop="8"] .item:nth-last-child(3) .post, .widget_besa_popular_post .row[data-desktop="8"] .item:nth-last-child(3) .post {
        border: 0
    }
    .widget_besa_recent_post .row[data-desktop="8"] .item:nth-last-child(2) .post, .tbay-addon-blog.vertical .row[data-desktop="8"] .item:nth-last-child(2) .post, .widget_besa_popular_post .row[data-desktop="8"] .item:nth-last-child(2) .post {
        border: 0
    }
    .widget_besa_recent_post .row[data-desktop="8"] .item:nth-last-child(1) .post, .tbay-addon-blog.vertical .row[data-desktop="8"] .item:nth-last-child(1) .post, .widget_besa_popular_post .row[data-desktop="8"] .item:nth-last-child(1) .post {
        border: 0
    }
}
@media(max-width:1199.98px) and (min-width:992px) {
    .widget_besa_recent_post .row[data-desktopsmall="8"] .item:nth-last-child(8) .post, .tbay-addon-blog.vertical .row[data-desktopsmall="8"] .item:nth-last-child(8) .post, .widget_besa_popular_post .row[data-desktopsmall="8"] .item:nth-last-child(8) .post {
        border: 0
    }
    .widget_besa_recent_post .row[data-desktopsmall="8"] .item:nth-last-child(7) .post, .tbay-addon-blog.vertical .row[data-desktopsmall="8"] .item:nth-last-child(7) .post, .widget_besa_popular_post .row[data-desktopsmall="8"] .item:nth-last-child(7) .post {
        border: 0
    }
    .widget_besa_recent_post .row[data-desktopsmall="8"] .item:nth-last-child(6) .post, .tbay-addon-blog.vertical .row[data-desktopsmall="8"] .item:nth-last-child(6) .post, .widget_besa_popular_post .row[data-desktopsmall="8"] .item:nth-last-child(6) .post {
        border: 0
    }
    .widget_besa_recent_post .row[data-desktopsmall="8"] .item:nth-last-child(5) .post, .tbay-addon-blog.vertical .row[data-desktopsmall="8"] .item:nth-last-child(5) .post, .widget_besa_popular_post .row[data-desktopsmall="8"] .item:nth-last-child(5) .post {
        border: 0
    }
    .widget_besa_recent_post .row[data-desktopsmall="8"] .item:nth-last-child(4) .post, .tbay-addon-blog.vertical .row[data-desktopsmall="8"] .item:nth-last-child(4) .post, .widget_besa_popular_post .row[data-desktopsmall="8"] .item:nth-last-child(4) .post {
        border: 0
    }
    .widget_besa_recent_post .row[data-desktopsmall="8"] .item:nth-last-child(3) .post, .tbay-addon-blog.vertical .row[data-desktopsmall="8"] .item:nth-last-child(3) .post, .widget_besa_popular_post .row[data-desktopsmall="8"] .item:nth-last-child(3) .post {
        border: 0
    }
    .widget_besa_recent_post .row[data-desktopsmall="8"] .item:nth-last-child(2) .post, .tbay-addon-blog.vertical .row[data-desktopsmall="8"] .item:nth-last-child(2) .post, .widget_besa_popular_post .row[data-desktopsmall="8"] .item:nth-last-child(2) .post {
        border: 0
    }
    .widget_besa_recent_post .row[data-desktopsmall="8"] .item:nth-last-child(1) .post, .tbay-addon-blog.vertical .row[data-desktopsmall="8"] .item:nth-last-child(1) .post, .widget_besa_popular_post .row[data-desktopsmall="8"] .item:nth-last-child(1) .post {
        border: 0
    }
}
@media(max-width:991.98px) and (min-width:768px) {
    .widget_besa_recent_post .row[data-tablet="8"] .item:nth-last-child(8) .post, .tbay-addon-blog.vertical .row[data-tablet="8"] .item:nth-last-child(8) .post, .widget_besa_popular_post .row[data-tablet="8"] .item:nth-last-child(8) .post {
        border: 0
    }
    .widget_besa_recent_post .row[data-tablet="8"] .item:nth-last-child(7) .post, .tbay-addon-blog.vertical .row[data-tablet="8"] .item:nth-last-child(7) .post, .widget_besa_popular_post .row[data-tablet="8"] .item:nth-last-child(7) .post {
        border: 0
    }
    .widget_besa_recent_post .row[data-tablet="8"] .item:nth-last-child(6) .post, .tbay-addon-blog.vertical .row[data-tablet="8"] .item:nth-last-child(6) .post, .widget_besa_popular_post .row[data-tablet="8"] .item:nth-last-child(6) .post {
        border: 0
    }
    .widget_besa_recent_post .row[data-tablet="8"] .item:nth-last-child(5) .post, .tbay-addon-blog.vertical .row[data-tablet="8"] .item:nth-last-child(5) .post, .widget_besa_popular_post .row[data-tablet="8"] .item:nth-last-child(5) .post {
        border: 0
    }
    .widget_besa_recent_post .row[data-tablet="8"] .item:nth-last-child(4) .post, .tbay-addon-blog.vertical .row[data-tablet="8"] .item:nth-last-child(4) .post, .widget_besa_popular_post .row[data-tablet="8"] .item:nth-last-child(4) .post {
        border: 0
    }
    .widget_besa_recent_post .row[data-tablet="8"] .item:nth-last-child(3) .post, .tbay-addon-blog.vertical .row[data-tablet="8"] .item:nth-last-child(3) .post, .widget_besa_popular_post .row[data-tablet="8"] .item:nth-last-child(3) .post {
        border: 0
    }
    .widget_besa_recent_post .row[data-tablet="8"] .item:nth-last-child(2) .post, .tbay-addon-blog.vertical .row[data-tablet="8"] .item:nth-last-child(2) .post, .widget_besa_popular_post .row[data-tablet="8"] .item:nth-last-child(2) .post {
        border: 0
    }
    .widget_besa_recent_post .row[data-tablet="8"] .item:nth-last-child(1) .post, .tbay-addon-blog.vertical .row[data-tablet="8"] .item:nth-last-child(1) .post, .widget_besa_popular_post .row[data-tablet="8"] .item:nth-last-child(1) .post {
        border: 0
    }
}
@media(max-width:767.98px) and (min-width:576px) {
    .widget_besa_recent_post .row[data-landscape="8"] .item:nth-last-child(8) .post, .tbay-addon-blog.vertical .row[data-landscape="8"] .item:nth-last-child(8) .post, .widget_besa_popular_post .row[data-landscape="8"] .item:nth-last-child(8) .post {
        border: 0
    }
    .widget_besa_recent_post .row[data-landscape="8"] .item:nth-last-child(7) .post, .tbay-addon-blog.vertical .row[data-landscape="8"] .item:nth-last-child(7) .post, .widget_besa_popular_post .row[data-landscape="8"] .item:nth-last-child(7) .post {
        border: 0
    }
    .widget_besa_recent_post .row[data-landscape="8"] .item:nth-last-child(6) .post, .tbay-addon-blog.vertical .row[data-landscape="8"] .item:nth-last-child(6) .post, .widget_besa_popular_post .row[data-landscape="8"] .item:nth-last-child(6) .post {
        border: 0
    }
    .widget_besa_recent_post .row[data-landscape="8"] .item:nth-last-child(5) .post, .tbay-addon-blog.vertical .row[data-landscape="8"] .item:nth-last-child(5) .post, .widget_besa_popular_post .row[data-landscape="8"] .item:nth-last-child(5) .post {
        border: 0
    }
    .widget_besa_recent_post .row[data-landscape="8"] .item:nth-last-child(4) .post, .tbay-addon-blog.vertical .row[data-landscape="8"] .item:nth-last-child(4) .post, .widget_besa_popular_post .row[data-landscape="8"] .item:nth-last-child(4) .post {
        border: 0
    }
    .widget_besa_recent_post .row[data-landscape="8"] .item:nth-last-child(3) .post, .tbay-addon-blog.vertical .row[data-landscape="8"] .item:nth-last-child(3) .post, .widget_besa_popular_post .row[data-landscape="8"] .item:nth-last-child(3) .post {
        border: 0
    }
    .widget_besa_recent_post .row[data-landscape="8"] .item:nth-last-child(2) .post, .tbay-addon-blog.vertical .row[data-landscape="8"] .item:nth-last-child(2) .post, .widget_besa_popular_post .row[data-landscape="8"] .item:nth-last-child(2) .post {
        border: 0
    }
    .widget_besa_recent_post .row[data-landscape="8"] .item:nth-last-child(1) .post, .tbay-addon-blog.vertical .row[data-landscape="8"] .item:nth-last-child(1) .post, .widget_besa_popular_post .row[data-landscape="8"] .item:nth-last-child(1) .post {
        border: 0
    }
}
@media(max-width:479.98px) {
    .widget_besa_recent_post .row[data-mobile="8"] .item:nth-last-child(8) .post, .tbay-addon-blog.vertical .row[data-mobile="8"] .item:nth-last-child(8) .post, .widget_besa_popular_post .row[data-mobile="8"] .item:nth-last-child(8) .post {
        border: 0
    }
    .widget_besa_recent_post .row[data-mobile="8"] .item:nth-last-child(7) .post, .tbay-addon-blog.vertical .row[data-mobile="8"] .item:nth-last-child(7) .post, .widget_besa_popular_post .row[data-mobile="8"] .item:nth-last-child(7) .post {
        border: 0
    }
    .widget_besa_recent_post .row[data-mobile="8"] .item:nth-last-child(6) .post, .tbay-addon-blog.vertical .row[data-mobile="8"] .item:nth-last-child(6) .post, .widget_besa_popular_post .row[data-mobile="8"] .item:nth-last-child(6) .post {
        border: 0
    }
    .widget_besa_recent_post .row[data-mobile="8"] .item:nth-last-child(5) .post, .tbay-addon-blog.vertical .row[data-mobile="8"] .item:nth-last-child(5) .post, .widget_besa_popular_post .row[data-mobile="8"] .item:nth-last-child(5) .post {
        border: 0
    }
    .widget_besa_recent_post .row[data-mobile="8"] .item:nth-last-child(4) .post, .tbay-addon-blog.vertical .row[data-mobile="8"] .item:nth-last-child(4) .post, .widget_besa_popular_post .row[data-mobile="8"] .item:nth-last-child(4) .post {
        border: 0
    }
    .widget_besa_recent_post .row[data-mobile="8"] .item:nth-last-child(3) .post, .tbay-addon-blog.vertical .row[data-mobile="8"] .item:nth-last-child(3) .post, .widget_besa_popular_post .row[data-mobile="8"] .item:nth-last-child(3) .post {
        border: 0
    }
    .widget_besa_recent_post .row[data-mobile="8"] .item:nth-last-child(2) .post, .tbay-addon-blog.vertical .row[data-mobile="8"] .item:nth-last-child(2) .post, .widget_besa_popular_post .row[data-mobile="8"] .item:nth-last-child(2) .post {
        border: 0
    }
    .widget_besa_recent_post .row[data-mobile="8"] .item:nth-last-child(1) .post, .tbay-addon-blog.vertical .row[data-mobile="8"] .item:nth-last-child(1) .post, .widget_besa_popular_post .row[data-mobile="8"] .item:nth-last-child(1) .post {
        border: 0
    }
}
.widget_besa_recent_post .slick-slide>div:last-child .post, .tbay-addon-blog.vertical .slick-slide>div:last-child .post, .widget_besa_popular_post .slick-slide>div:last-child .post {
    border: 0
}
.widget_besa_recent_post .post, .tbay-addon-blog.vertical .post, .widget_besa_popular_post .post {
    list-style: none;
    padding: 11px 0 15px;
    margin: 0 0 5px
}
.widget_besa_recent_post .post:last-child, .tbay-addon-blog.vertical .post:last-child, .widget_besa_popular_post .post:last-child {
    padding-bottom: 0;
    border: 0
}
.widget_besa_recent_post .post>div, .tbay-addon-blog.vertical .post>div, .widget_besa_popular_post .post>div {
    display: table-cell;
    vertical-align: middle
}
.widget_besa_recent_post .post .entry-thumb, .tbay-addon-blog.vertical .post .entry-thumb, .widget_besa_popular_post .post .entry-thumb {
    border: 0
}
.widget_besa_recent_post .post .entry-thumb img, .tbay-addon-blog.vertical .post .entry-thumb img, .widget_besa_popular_post .post .entry-thumb img {
    max-width: 64px
}
.widget_besa_recent_post .post .entry-title, .tbay-addon-blog.vertical .post .entry-title, .widget_besa_popular_post .post .entry-title {
    font-size: 14px;
    margin: 0;
    line-height: 22px
}
.widget_besa_recent_post .post .entry-title a, .tbay-addon-blog.vertical .post .entry-title a, .widget_besa_popular_post .post .entry-title a {
    color: var(--black-color);
    font-weight: 400
}
.widget_besa_recent_post .post .entry-title a:hover, .widget_besa_recent_post .post .entry-title a:focus, .tbay-addon-blog.vertical .post .entry-title a:hover, .tbay-addon-blog.vertical .post .entry-title a:focus, .widget_besa_popular_post .post .entry-title a:hover, .widget_besa_popular_post .post .entry-title a:focus {
    color: var(--tb-theme-color)
}
.widget_besa_recent_post .post .entry-meta-list, .tbay-addon-blog.vertical .post .entry-meta-list, .widget_besa_popular_post .post .entry-meta-list {
    margin: 1px 0 0
}
.widget_besa_recent_post .post .entry-meta-list i, .tbay-addon-blog.vertical .post .entry-meta-list i, .widget_besa_popular_post .post .entry-meta-list i {
    font-size: 17px;
    margin-right: 4px
}
.widget_besa_recent_post .entry-content, .tbay-addon-blog.vertical .entry-content, .widget_besa_popular_post .entry-content {
    padding: 0;
    padding-left: 17px;
    padding-right: 0
}
.widget_besa_posts .entry-title {
    font-size: 16px;
    line-height: 24px
}
.widget_besa_posts .entry-meta-list {
    margin-top: 5px !important
}
.widget_besa_posts .post .comments-link a {
    color: var(--black-color)
}
.widget_besa_posts .post .comments-link a:hover {
    color: var(--tb-theme-color)
}
.tbay-widget-yith-banner-image {
    text-align: center
}
.woof_container_inner_producttags ul.woof_list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}
.woof_container_inner_producttags ul.woof_list>li {
    margin-right: 10px !important;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}
.woof_container_inner_producttags ul.woof_list>li .woof_radio_term_reset, .woof_container_inner_producttags ul.woof_list>li .woof_radio_term_reset_visible {
    -webkit-box-ordinal-group: -1;
    -moz-box-ordinal-group: -1;
    -ms-flex-order: -1;
    -webkit-order: -1;
    order: -1;
    position: static;
    margin-right: 7px;
    margin-left: 0
}
.sidebar .tbay-addon-features .feature-box {
    margin-bottom: 20px !important;
    padding: 0 !important
}
.sidebar .tbay-addon-features .feature-box:last-child {
    margin: 0 !important
}
.sidebar .tbay-addon-features .feature-box:after {
    display: none
}
.sidebar .tbay-addon-features .fbox-content {
    line-height: 21px
}
.sidebar .tbay-addon-features .ourservice-heading {
    line-height: 21px
}
.sidebar .tbay-addon-features .inner {
    border: 0
}
.sidebar .tbay-addon-features .fbox-icon {
    font-size: 30px;
    padding-right: 16px
}
.sidebar .tbay-addon-features .fbox-icon i.tb-icon--truck {
    font-size: 33px
}
.sidebar .widget_besa_recent_post .post, .sidebar .tbay-addon-blog.vertical .post {
    padding-top: 0;
    margin-bottom: 9px
}
.sidebar>.widget ul {
    padding: 0;
    margin: 0
}
.sidebar>.widget ul li {
    list-style: none
}
.sidebar>.widget>.widget-title, .sidebar>.widget .widgettitle, .sidebar>.widget h4:not(.entry-title) {
    font-size: 14px;
    text-transform: capitalize;
    line-height: 24px;
    font-weight: bold;
    margin: 0 0 13px;
    color: var(--black-color)
}
.sidebar>.widget.widget_search .widget-title {
    padding-bottom: 10px
}
.sidebar .treeview li {
    border-bottom: 1px solid var(--border-color)
}
.sidebar .treeview li:first-child {
    border-top: 1px solid var(--border-color)
}
.sidebar .woof_redraw_zone>.woof_container {
    position: relative;
    padding: 0;
    padding-bottom: 20px;
    margin-bottom: 19px
}
.sidebar .woof_redraw_zone>.woof_container:nth-last-child(2) {
    padding-bottom: 0
}
.sidebar .woof_redraw_zone>.woof_container:nth-last-child(2):after {
    display: none
}
.sidebar .woof_redraw_zone>.woof_container.woof_checkbox_sales_container:after {
    display: none
}
.sidebar .woof_redraw_zone>.woof_container:after {
    content: '';
    height: 1px;
    background-color: var(--border-color);
    position: absolute;
    bottom: 0;
    left: -20px;
    right: -20px
}
.sidebar .woof_redraw_zone>.woof_container .woof_container {
    padding: 0;
    margin: 0
}
.sidebar .woof_redraw_zone>.woof_container.woof_checkbox_sales_container {
    font-size: 0;
    margin-bottom: 0;
    padding-bottom: 0
}
.sidebar .woof_redraw_zone>.woof_container.woof_checkbox_sales_container input {
    display: none
}
.sidebar .woof_redraw_zone>.woof_container.woof_checkbox_sales_container label {
    font-size: 14px;
    margin: 0
}
.sidebar .woof_redraw_zone>div:nth-last-child(2) {
    border: 0;
    margin: 0
}
.sidebar .woof_redraw_zone>div:last-child {
    margin: 0
}
.woof_list_label li .woof_label_term {
    margin: 0;
    width: auto;
    height: 32px;
    min-width: 25px;
    padding: 0 10px;
    line-height: 30px;
    background: var(--bg-white);
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    border-color: var(--border-color-4);
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px
}
.woof_list_label li .woof_label_term.checked {
    background: var(--bg-white);
    border-color: var(--tb-theme-color);
    color: var(--tb-theme-color)
}
.woof_list_label li .woof_label_term:hover {
    background: var(--bg-white);
    border-color: var(--tb-theme-color);
    color: var(--tb-theme-color)
}
.woof_radio_term_reset, .woof_radio_term_reset_visible {
    padding: 0;
    width: 25px;
    height: 25px;
    line-height: 25px;
    border: 1px solid var(--border-color);
    background: var(--tb-theme-body);
    font-size: 12px;
    text-align: center;
    margin-left: 7px;
    margin-right: 0;
    -webkit-box-ordinal-group: -1;
    -moz-box-ordinal-group: -1;
    -ms-flex-order: -1;
    -webkit-order: -1;
    order: -1
}
.woof_radio_term_reset:before, .woof_radio_term_reset_visible:before {
    content: "";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-family: "tb-icon"
}
.woof_radio_term_reset img, .woof_radio_term_reset_visible img {
    display: none
}
ul.woof_list {
    padding: 0
}
ul.woof_list::after {
    display: block;
    clear: both;
    content: ""
}
ul.woof_list li {
    line-height: 26px;
    vertical-align: middle;
    text-transform: capitalize;
    margin: 0 !important;
    padding: 0 !important;
    position: relative;
    display: block
}
ul.woof_list li .hover {
    color: var(--tb-theme-color);
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s
}
ul.woof_list li>div {
    width: 15px;
    height: 15px;
    background: transparent;
    border: 1px solid var(--black-color);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    margin-top: 7px;
    margin-right: 7px;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s
}
ul.woof_list li>div.checked, ul.woof_list li>div:hover {
    border-color: var(--tb-theme-color)
}
ul.woof_list li>div.checked input, ul.woof_list li>div:hover input {
    display: none
}
ul.woof_list li>div+label {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1
}
ul.woof_list li.woof_childs_list_li {
    display: block
}
ul.woof_list .woof_checkbox_count {
    color: #aaa
}
ul.woof_list label {
    margin: 0;
    padding: 0;
    color: var(--black-color);
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s
}
ul.woof_list label:before {
    display: none
}
ul.woof_list label.woof_radio_label_selected, ul.woof_list label:hover {
    color: var(--tb-theme-color)
}
ul.woof_list label span {
    display: inline-block
}
ul.woof_list .woof_childs_list {
    margin: 0 0 0 15px !important
}
ul.woof_list .woof_childs_list label {
    display: inline !important;
    -ms-word-wrap: break-word;
    word-wrap: break-word
}
ul.woof_list.woof_list_checkbox li {
    margin: 0 !important
}
ul.woof_list.woof_list_checkbox li label:hover, ul.woof_list.woof_list_checkbox li label.woof_checkbox_label_selected {
    color: var(--tb-theme-color)
}
ul.woof_list.woof_list_color, ul.woof_list.woof_list_label {
    padding: 5px 0
}
ul.woof_list.woof_list_color::after, ul.woof_list.woof_list_label::after {
    display: block;
    clear: both;
    content: ""
}
ul.woof_list.woof_list_color li, ul.woof_list.woof_list_label li {
    float: left !important;
    margin: 0 7px 7px 0 !important;
    position: relative
}
ul.woof_list.woof_list_color li .woof_label_count, ul.woof_list.woof_list_label li .woof_label_count {
    top: -7px;
    right: -7px;
    margin: 0;
    z-index: 1;
    background: var(--tb-theme-color);
    color: #fff;
    width: auto;
    min-width: 20px;
    height: 20px;
    line-height: 20px !important;
    font-weight: normal !important;
    font-size: 12px
}
ul.woof_list.woof_list_color p.woof_tooltip, ul.woof_list.woof_list_label p.woof_tooltip {
    margin: 0
}
.woof_container_inner_tags ul.woof_list li {
    float: left
}
.woof_container_inner_tags ul.woof_list label {
    line-height: 38px;
    text-transform: inherit;
    font-weight: normal;
    padding: 0 20px;
    margin-bottom: 10px;
    margin-right: 10px;
    margin-left: 0;
    color: var(--color-11)
}
.widget_price_filter .price_slider_amount .price_label {
    font-size: 14px;
    display: inline-block;
    float: right
}
.widget_price_filter .price_slider_amount .price_label .from, .widget_price_filter .price_slider_amount .price_label .to {
    font-weight: 600;
    font-size: 16px;
    color: var(--tb-theme-color)
}
.widget_price_filter .ui-slider {
    position: relative;
    text-align: left
}
.widget_price_filter .ui-slider .ui-slider-range {
    top: 0;
    height: 100%;
    background: var(--color-06)
}
.widget_price_filter .ui-slider .ui-slider-handle {
    z-index: 2;
    position: absolute;
    width: 18px;
    height: 18px;
    cursor: pointer;
    top: -7px !important
}
.widget_price_filter .price_slider_wrapper .ui-widget-content {
    background: #eaeaea;
    height: 6px;
    margin: 5px 10px 20px
}
.widget_price_filter .price_slider_wrapper .ui-widget-content {
    margin-bottom: 10px;
    background-color: var(--border-color) !important
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-range {
    background: var(--tb-theme-color)
}
.woocommerce .widget_price_filter .price_slider_amount {
    display: flex;
    flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-direction: column-reverse
}
.woocommerce .widget_price_filter .price_slider_amount .price_label {
    text-align: left !important;
    margin: 10px 0 0;
    color: var(--black-color)
}
.woocommerce .widget_price_filter .price_slider_amount .button {
    max-width: 100px
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
    width: 20px;
    height: 20px;
    border: 1px solid var(--tb-theme-color);
    background: var(--bg-white);
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px
}
.price_slider_wrapper {
    padding-top: 15px
}
.woof_list_color .woof_color_term {
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    margin: 0;
    border: 0;
    width: 25px;
    height: 25px
}
.woof_list_color .woof_color_term:before {
    content: "";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-family: "tb-icon"
}
.woof_list_color .woof_color_term:before {
    position: absolute;
    width: 100%;
    line-height: 25px;
    min-width: 25px;
    left: 0;
    right: auto;
    top: 0;
    font-size: 14px;
    color: #fff;
    visibility: hidden
}
.woof_list_color .woof_color_term:hover {
    border: 1px solid var(--black-color)
}
.woof_list_color .woof_color_term.checked:before {
    visibility: visible
}
.widget_besa_recent_post>.post-widget, .widget_tag_cloud .tagcloud, .widget_besa_instagram .instagram-pics {
    padding-top: 2px
}
.widget_besa_custom_menu ul.treeview {
    display: block
}
.widget_besa_custom_menu ul.treeview li {
    border: 0 !important
}
.widget_besa_custom_menu ul.treeview li>a {
    padding: 0;
    line-height: 28px;
    color: var(--color-11)
}
.widget_besa_custom_menu ul.treeview li>a:hover {
    color: var(--tb-theme-color)
}
.widget-video-content .widget-video-name {
    font-size: 16px;
    font-weight: bold;
    margin: 10px 0 0
}
.widget_besa_recent_comment .media {
    padding-bottom: 15px
}
.widget_besa_recent_comment .avatar-comment-widget img {
    margin: 0
}
.widget_besa_recent_comment .content-comment-widget {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-left: 15px;
    margin-right: 0
}
.widget_besa_recent_comment .content-comment-widget h6 {
    line-height: 24px;
    font-weight: bold;
    margin: 0
}
.widget_besa_recent_comment .comment-text-side {
    display: inline-block;
    font-style: italic;
    line-height: 20px
}
.widget_besa_woo_carousel .product-block .caption {
    padding: 10px 0 20px
}
.widget_besa_woo_carousel .woocommerce .slick-slider .slick-dots {
    margin-top: 15px;
    padding: 0
}
.widget_besa_list_categories .item {
    padding: 0 15px;
    text-align: left
}
.widget_besa_list_categories .cat-name {
    font-size: 14px;
    color: var(--color-11);
    display: inline-block
}
.widget_besa_list_categories .cat-name:hover {
    color: var(--tb-theme-color)
}
.tagcloud::after, ul.list-tags li::after {
    display: block;
    clear: both;
    content: ""
}
.tagcloud a, ul.list-tags li a {
    line-height: 32px;
    color: var(--black-color);
    float: left;
    min-width: 25px;
    padding: 0 10px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    background: var(--bg-white);
    border: 1px solid var(--border-color-4);
    margin: 0 7px 7px 0;
    width: auto;
    height: 32px
}
.tagcloud a:hover, ul.list-tags li a:hover {
    color: var(--tb-theme-color);
    border-color: var(--tb-theme-color)
}
ul.list-tags {
    list-style: none;
    padding: 0;
    margin: 0
}
ul.list-tags::after {
    display: block;
    clear: both;
    content: ""
}
ul.list-tags li {
    float: left
}
.show-all {
    margin-top: 24px;
    -webkit-transition: .35s;
    -o-transition: .35s;
    transition: .35s
}
.show-view-all {
    text-align: center;
    margin-top: 20px
}
.widget_pages>ul, .widget_meta>ul, .widget_archive>ul {
    list-style: none;
    padding: 0;
    margin: 0
}
.widget_pages>ul li.current-cat a, .widget_meta>ul li.current-cat a, .widget_archive>ul li.current-cat a {
    color: var(--tb-theme-color)
}
.widget_pages>ul li a, .widget_meta>ul li a, .widget_archive>ul li a {
    display: inline-block;
    line-height: 33px;
    color: var(--color-11)
}
.widget_pages>ul li a:hover, .widget_meta>ul li a:hover, .widget_archive>ul li a:hover {
    color: var(--tb-theme-color)
}
.widget_pages>ul ul.children, .widget_meta>ul ul.children, .widget_archive>ul ul.children {
    margin-top: 10px
}
.widget_archive select, .widget_categories select, .widget_text select {
    width: 100%;
    padding: 8px;
    border-color: var(--border-color-4)
}
.widget_pages ul {
    list-style: none
}
.widget_pages ul li {
    line-height: 2
}
.widget_pages ul li:first-child {
    border-top: 1px solid var(--border-color)
}
.widget_pages>ul {
    padding: 0;
    margin: 0
}
.textwidget select {
    padding: 8px;
    max-width: 100%
}
.widget_besa_popup_newsletter .modal.show {
    display: flex !important;
    align-items: center;
    justify-content: center
}
.widget_besa_popup_newsletter .modal-dialog {
    max-width: 470px;
    width: 100%
}
.widget_besa_popup_newsletter .modal-content {
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0
}
.widget_besa_popup_newsletter .popup-newsletter-widget {
    display: block;
    padding: 0;
    text-align: center
}
.widget_besa_popup_newsletter .popup-newsletter-widget::after {
    display: block;
    clear: both;
    content: ""
}
.widget_besa_popup_newsletter h3 {
    font-size: 22px;
    line-height: 22px;
    margin: 0 0 9px;
    text-transform: uppercase;
    font-weight: 700;
    color: var(--black-color)
}
.widget_besa_popup_newsletter .sale {
    color: #ffb400
}
.widget_besa_popup_newsletter .description {
    line-height: 30px;
    margin: 0 0 12px;
    color: var(--color-12)
}
.widget_besa_popup_newsletter .modal-body {
    padding: 0
}
.widget_besa_popup_newsletter .modal-body::after {
    display: block;
    clear: both;
    content: ""
}
.widget_besa_popup_newsletter .popup-content {
    padding: 48px 30px 137px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: left center;
    position: relative;
    color: var(--white-color)
}
.widget_besa_popup_newsletter .popup-content>a {
    display: block
}
.widget_besa_popup_newsletter .popup-content>a i {
    width: auto
}
.widget_besa_popup_newsletter .popup-content>span {
    cursor: pointer;
    display: inline-block;
    margin-top: 42px;
    font-size: 14px;
    color: var(--tb-theme-color);
    margin-bottom: 30px;
    text-underline-position: under
}
.widget_besa_popup_newsletter .popup-content>span+.social {
    margin: 0;
    margin-bottom: -45px
}
.widget_besa_popup_newsletter .widget-newletter .input-group {
    margin: 0;
    display: block
}
.widget_besa_popup_newsletter .widget-newletter .input-group-btn {
    width: 100%;
    display: block
}
.widget_besa_popup_newsletter .widget-newletter .input-group-btn>.btn {
    margin: 0
}
.widget_besa_popup_newsletter .widget-newletter .input-newletter {
    padding-left: 14px;
    border-color: var(--border-color-4)
}
.widget_besa_popup_newsletter .social {
    margin: 30px 0 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center
}
.widget_besa_popup_newsletter .social>li {
    margin: 0 5px 5px 0
}
.widget_besa_popup_newsletter .social>li a {
    width: 40px;
    height: 40px
}
.widget_besa_popup_newsletter .social>li i {
    line-height: 40px
}
.modal-backdrop.in {
    opacity: .75;
    filter: alpha(opacity=75)
}
.widget_icl_lang_sel_widget .wpml-ls li.wpml-ls-current-language:hover a, .widget_icl_lang_sel_widget .wpml-ls li.wpml-ls-current-language :focus a {
    background: transparent
}
.widget_icl_lang_sel_widget .wpml-ls li.wpml-ls-current-language:hover .wpml-ls-sub-menu, .widget_icl_lang_sel_widget .wpml-ls li.wpml-ls-current-language :focus .wpml-ls-sub-menu {
    -webkit-animation: fadeIn .4s;
    -o-animation: fadeIn .4s;
    animation: fadeIn .4s
}
.widget_icl_lang_sel_widget .wpml-ls li.wpml-ls-current-language>a {
    border: 0;
    padding: 0;
    line-height: inherit;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s
}
.widget_icl_lang_sel_widget .wpml-ls li.wpml-ls-current-language>a:after {
    position: static;
    content: '\e604';
    font-family: 'simple-line-icons';
    margin-left: 5px;
    border: 0;
    font-size: 10px
}
.widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown {
    width: auto
}
.widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-sub-menu {
    min-width: 130px;
    left: -16px;
    background: var(--bg-white);
    top: 35px;
    border: 1px solid var(--border-color)
}
.widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown a {
    line-height: 40px;
    padding-left: 15px;
    padding-right: 0;
    border: 0
}
.widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-item {
    text-align: left
}
.wpml-ls-legacy-dropdown a:hover, .wpml-ls-legacy-dropdown a:focus, .wpml-ls-legacy-dropdown .wpml-ls-current-language:hover>a {
    color: var(--tb-theme-color)
}
.widget_search form {
    padding: 0 10px 0 15px
}
.widget_search .form-control {
    padding: 0;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1
}
.widget_search .btn {
    font-size: 15px;
    padding: 0;
    height: 40px;
    line-height: 40px
}
.widget_search .btn:hover i {
    color: var(--tb-theme-color)
}
.tbay-breadcrumb {
    background: #fff;
    padding-top: 20px;
    padding-bottom: 20px;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    margin: 0 0 40px;
    text-align: left;
    font-size: 14px
}
.tbay-breadcrumb .breadcrumb-title {
    color: #ccc;
    margin: 0;
    font-weight: 300;
    font-size: 48px
}
.tbay-breadcrumb nav {
    text-align: left;
    line-height: 30px
}
.tbay-breadcrumb nav a {
    color: #000
}
.tbay-breadscrumb {
    background: var(--bg-white);
    margin-bottom: 24px
}
.tbay-breadscrumb .breadscrumb-inner {
    margin: 20px 0
}
.tbay-breadscrumb .breadscrumb-inner::after {
    display: block;
    clear: both;
    content: ""
}
.tbay-breadscrumb .breadcrumb {
    padding: 11px 0 10px 0;
    background-color: transparent;
    margin-bottom: 4px;
    font-weight: 500;
    line-height: 20px;
    display: inline-block
}
.tbay-breadscrumb .breadcrumb li {
    color: var(--color-11);
    font-weight: normal;
    display: inline-block
}
.tbay-breadscrumb .breadcrumb li a {
    color: var(--black-color)
}
.tbay-breadscrumb .breadcrumb li a:hover {
    color: var(--tb-theme-color)
}
.tbay-breadscrumb.breadcrumbs-image {
    position: relative;
    padding: 0
}
.tbay-breadscrumb.breadcrumbs-image .breadscrumb-inner {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 100%;
    margin: 0;
    text-align: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    padding: 0 30px
}
.tbay-breadscrumb.breadcrumbs-image .breadscrumb-inner .breadcrumb {
    padding: 0;
    justify-content: center
}
.tbay-breadscrumb.breadcrumbs-image .breadscrumb-inner .breadcrumb>li+li:before {
    color: inherit
}
.tbay-breadscrumb.breadcrumbs-image .breadscrumb-inner .breadcrumb li {
    color: var(--border-color-4)
}
.tbay-breadscrumb.breadcrumbs-image .breadscrumb-inner .breadcrumb li a {
    color: var(--white-color)
}
.tbay-breadscrumb.breadcrumbs-image .breadscrumb-inner h1 {
    color: var(--white-color);
    margin: 0 0 5px;
    font-size: 48px;
    font-weight: 600;
    line-height: 50px
}
.tbay-breadscrumb.breadcrumbs-color .breadscrumb-inner, .tbay-breadscrumb.breadcrumbs-text .breadscrumb-inner {
    margin: 0
}
.tbay-breadscrumb.breadcrumbs-color .breadscrumb-inner .breadcrumb, .tbay-breadscrumb.breadcrumbs-text .breadscrumb-inner .breadcrumb {
    color: var(--black-color);
    font-weight: normal
}
.tbay-breadscrumb .tbay-woocommerce-breadcrumb.breadcrumb>li+li:before {
    content: "/";
    padding: 0 5px;
    color: var(--black-color)
}
.tbay-breadscrumb .product-nav-icon .link-icons {
    position: relative
}
.tbay-breadscrumb .product-nav-icon .icon-wrapper {
    display: inline-block
}
.tbay-breadscrumb .product-nav-icon .icon-wrapper.right-icon {
    margin-right: auto;
    margin-left: 27px
}
.tbay-breadscrumb .product-nav-icon .icon-wrapper.right-icon .image {
    text-align: right
}
.tbay-breadscrumb .product-nav-icon .icon-wrapper:hover .psnav {
    visibility: visible;
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-animation: fadeInLeftShort .3s ease both;
    animation: fadeInLeftShort .3s ease both;
    -webkit-transition: opacity .3s ease, visibility .3s ease;
    -o-transition: opacity .3s ease, visibility .3s ease;
    transition: opacity .3s ease, visibility .3s ease
}
.tbay-breadscrumb .product-nav-icon .right-icon .product-btn-icon {
    margin-right: auto;
    margin-left: 4px;
    float: right;
    line-height: 45px
}
.tbay-breadscrumb .product-nav-icon .right-icon .product-btn-icon:before {
    content: "";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-family: "tb-icon"
}
.tbay-breadscrumb .product-nav-icon .product-btn-icon {
    margin-right: 6px;
    margin-left: 0;
    line-height: 45px;
    float: left
}
.tbay-breadscrumb .product-nav-icon .product-btn-icon:before {
    content: "";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-family: "tb-icon"
}
.tbay-breadscrumb .product-nav-icon .img-link {
    display: block;
    line-height: 45px;
    color: var(--color-11)
}
.tbay-breadscrumb .product-nav-icon .img-link:hover {
    color: var(--tb-theme-color)
}
.tbay-breadscrumb .product-nav-icon .single_nav {
    padding: 10px;
    font-size: 14px
}
.tbay-breadscrumb .product-nav-icon .name-pr {
    display: block;
    line-height: 20px
}
.tbay-breadscrumb .product-nav-icon .psnav {
    background: var(--bg-white);
    position: absolute;
    top: 100%;
    right: 0;
    left: auto;
    border: 1px solid var(--border-color);
    padding: 10px;
    visibility: hidden;
    opacity: 0;
    filter: alpha(opacity=0);
    min-width: 240px;
    min-height: 100px;
    z-index: 350;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    -webkit-animation: fadeOutLeftShort .1s ease .1s both;
    animation: fadeOutLeftShort .1s ease .1s both;
    -webkit-transition: opacity .1s ease .1s, visibility .1s ease .1s;
    -o-transition: opacity .1s ease .1s, visibility .1s ease .1s;
    transition: opacity .1s ease .1s, visibility .1s ease .1s
}
.tbay-breadscrumb .page-title {
    font-size: 22px;
    line-height: 36px;
    font-weight: 600;
    margin: 0;
    padding-bottom: 18px;
    padding-top: 6px
}
.active-nav-right .breadcrumb, .active-nav-icon .breadcrumb {
    float: left
}
.besa-back-btn {
    float: right;
    color: var(--color-11)
}
.besa-back-btn i {
    margin-right: 9px;
    margin-left: 0;
    line-height: 41px;
    display: inline-block
}
.besa-back-btn span {
    display: inline-block
}
.besa-back-btn:hover {
    color: var(--tb-theme-color)
}
body.tbay-body-default .tbay-topcart .cart_list li {
    padding: 15px 0 !important
}
body.tbay-body-default .tbay-topcart .cart_list li+li {
    margin-bottom: 23px !important;
    margin-top: 0 !important
}
.tbay-body-default .entry-header h1.entry-title {
    margin-bottom: 26px
}
.tbay-body-default .singular-shop.archive-full .image-mains .images, .tbay-body-default .singular-shop .image-mains .only-featured {
    max-width: 100%;
    flex: 0 0 100%
}
.tbay-body-default .singular-shop .image-mains .only-featured {
    position: absolute;
    top: 10px;
    right: 25px
}
.tbay-body-default .entry-single .entry-meta-list>li.entry-category {
    display: contents
}
.tbay-body-default .entry-single .tagcloud a {
    color: var(--color-12)
}
.tbay-body-default .entry-single .tagcloud a:hover, .tbay-body-default .entry-single .tagcloud a:focus {
    color: var(--tb-theme-color)
}
.tbay-body-default .layout-blog .entry-thumb .post-type {
    display: none
}
.tbay-body-default .mini_cart_item>a {
    line-height: 20px
}
.tbay-body-default .mini_cart_item>a img {
    max-width: 60px;
    margin-right: 10px !important;
    float: left !important
}
.tbay-body-default .mini_cart_item>a.remove_from_cart_button {
    position: absolute;
    right: 0;
    left: auto;
    top: 10px;
    color: var(--color-12) !important
}
.tbay-body-default .mini_cart_item>a.remove_from_cart_button:hover {
    background: transparent;
    color: var(--red-color) !important
}
.tbay-body-default .woocommerce-mini-cart__buttons>a.wc-forward {
    margin-bottom: 7px;
    color: var(--black-color);
    background: var(--tb-theme-body);
    border: 1px solid var(--color-06);
    display: block;
    padding: 0 30px;
    text-transform: capitalize;
    font-weight: bold;
    line-height: 44px;
    text-align: center
}
.tbay-body-default .woocommerce-mini-cart__buttons>a.wc-forward.checkout {
    background: var(--tb-theme-color);
    color: #fff
}
.tbay-body-default .woocommerce-mini-cart__buttons>a.wc-forward.checkout:hover {
    background: #f93b0d
}
.tbay-body-default ul.cart_empty>li {
    padding: 15px 0
}
.tbay-body-default .woocommerce-checkout .woocommerce {
    padding: 0
}
.tbay-body-default .woocommerce-products-header {
    padding: 15px 36px
}
.tbay-body-default .woocommerce-products-header+.tbay-filter {
    padding: 0 36px 30px
}
.tbay-body-default .woocommerce .woocommerce-cart-form {
    padding: 30px 30px 0
}
.tbay-body-default form.checkout {
    padding-bottom: 0
}
.tbay-body-default .header-logo .logo-theme img {
    max-width: 126px
}
.tbay-body-default .content-index .main-content .layout-blog:first-child {
    padding-top: 40px
}
.tbay-body-default .singular-shop .woocommerce-product-gallery__image .zoomImg {
    cursor: unset
}
.tbay-body-default #recentcomments>li {
    font-weight: bold
}
.tbay-body-default #recentcomments>li a {
    font-weight: 400
}
.tbay-body-default .menu li ul {
    padding-left: 0
}
.tbay-body-default .menu>li>a {
    margin-bottom: 0;
    display: block
}
.tbay-body-default .tbay-footer .menu>li {
    margin-bottom: 0
}
.tbay-body-default .tbay-footer .menu>li>a {
    margin-bottom: 0
}
.tbay-body-default .sidebar .widget ul li, .tbay-body-default .footer .widget ul li {
    border-bottom: 1px solid var(--color-06);
    border-top: 1px solid var(--color-06);
    padding: .25em 0
}
.tbay-body-default .sidebar .widget ul li+li, .tbay-body-default .footer .widget ul li+li {
    margin-top: -1px
}
.tbay-body-default .sidebar .widget ul li ul li, .tbay-body-default .footer .widget ul li ul li {
    padding-left: 1.5rem;
    border: 0
}
.tbay-body-default .sidebar .tagcloud a, .tbay-body-default .footer .tagcloud a {
    color: var(--color-14);
    border: 1px solid var(--color-06);
    -webkit-box-shadow: none;
    box-shadow: none;
    display: block;
    padding: 4px 10px 5px;
    position: relative;
    -webkit-transition: background-color .2s ease-in-out, border-color .2s ease-in-out, color .3s ease-in-out;
    transition: background-color .2s ease-in-out, border-color .2s ease-in-out, color .3s ease-in-out;
    width: auto;
    word-wrap: break-word;
    z-index: 0;
    line-height: 1.5;
    margin: 4px 4px 0 0;
    font-size: 1em !important
}
.tbay-body-default .sidebar .tagcloud a:hover, .tbay-body-default .sidebar .tagcloud a:focus, .tbay-body-default .footer .tagcloud a:hover, .tbay-body-default .footer .tagcloud a:focus {
    border-color: #fa4f26;
    -webkit-box-shadow: none;
    box-shadow: none;
    text-decoration: none;
    color: #fa4f26
}
.tbay-body-default .sidebar .widget_categories>ul li ul.children li:last-child, .tbay-body-default .footer .widget_categories>ul li ul.children li:last-child {
    padding-bottom: 0
}
.tbay-body-default .widget.widget_text img {
    max-width: 100%
}
.tbay-body-default .widget.widget_text .wp-caption.alignnone {
    margin: 0;
    padding: 0;
    max-width: 100%
}
.tbay-body-default .widget.widget_text p {
    margin-top: 15px
}
.tbay-body-default .widget.widget_text p strong:last-child {
    display: block;
    margin-top: 20px
}
.tbay-body-default .widget.widget_rss ul li {
    padding: 2.125em 0
}
.tbay-body-default .widget.widget_rss ul li a {
    display: block;
    margin-top: 0;
    font-weight: 300;
    font-size: 1.3em
}
.tbay-body-default .widget.widget_rss ul li .rss-date, .tbay-body-default .widget.widget_rss ul li cite {
    margin: .5em 0 1.5em;
    padding: 0;
    color: #767676;
    font-size: .7rem;
    font-style: normal;
    font-weight: 800;
    letter-spacing: .18em;
    line-height: 1.5;
    text-transform: uppercase
}
.tbay-body-default .widget.widget_rss ul li cite {
    margin: 0
}
.tbay-body-default .widget.widget_rss ul li span {
    font-size: 14px
}
.tbay-body-default .widget.widget_rss ul li .rssSummary {
    font-size: 13px
}
.tbay-body-default .sidebar>.widget {
    padding: 0;
    margin-bottom: 40px
}
.tbay-body-default .sidebar>.widget:first-child {
    margin-top: 40px
}
.tbay-body-default .sidebar>.widget:after {
    display: none
}
.tbay-body-default .sidebar>.widget>.widget-title, .tbay-body-default .sidebar>.widget .widgettitle {
    font-size: 16px
}
.tbay-body-default .widget_product_categories .product-categories li, .tbay-body-default .widget_product_categories ul li, .tbay-body-default .widget_categories .product-categories li, .tbay-body-default .widget_categories ul li {
    padding: 5px 0
}
.tbay-body-default .widget_product_categories select, .tbay-body-default .widget_categories select {
    padding: 8px;
    width: 100%
}
.tbay-body-default .widget_pages ul li {
    border: 0
}
.tbay-body-default .widget_pages>ul li a, .tbay-body-default .widget_meta>ul li a, .tbay-body-default .widget_archive>ul li a {
    color: var(--black-color);
    line-height: inherit
}
.tbay-body-default .widget_pages>ul li a:hover, .tbay-body-default .widget_meta>ul li a:hover, .tbay-body-default .widget_archive>ul li a:hover {
    color: var(--tb-theme-color)
}
.tbay-body-default .entry-single .tagcloud {
    padding-top: 40px
}
.tbay-body-default .entry-single .entry-description a i {
    vertical-align: middle;
    margin: 0;
    margin-left: 7px
}
.tbay-body-default .entry-single .entry-meta-list::after {
    display: block;
    clear: both;
    content: ""
}
.tbay-body-default blockquote:not(.is-large):not(.is-style-large) {
    border-left: 4px solid var(--black-color)
}
.tbay-body-default h1, .tbay-body-default h2, .tbay-body-default h3, .tbay-body-default h4, .tbay-body-default h5, .tbay-body-default h6, .tbay-body-default .h1, .tbay-body-default .h2, .tbay-body-default .h3, .tbay-body-default .h4, .tbay-body-default .h5, .tbay-body-default .h6 {
    font-weight: 700
}
.tbay-body-default #tbay-footer .container>.row, .tbay-body-default #tbay-footer .dokan-dashboard .dokan-dashboard-wrap>.row, .dokan-dashboard .tbay-body-default #tbay-footer .dokan-dashboard-wrap>.row, .tbay-body-default #tbay-footer #wcfm-main-contentainer .wcfm-membership-wrapper>.row, #wcfm-main-contentainer .tbay-body-default #tbay-footer .wcfm-membership-wrapper>.row, .tbay-body-default #tbay-footer .wcfmmp-store-page #wcfmmp-store>.row, .wcfmmp-store-page .tbay-body-default #tbay-footer #wcfmmp-store>.row {
    margin: 0
}
.tbay-body-default #tbay-footer a {
    color: var(--black-color)
}
.tbay-body-default #tbay-footer a:hover {
    color: #fa4f26;
    text-decoration: none
}
.tbay-body-default #tbay-footer .widget {
    padding: 0;
    margin-bottom: 40px
}
.tbay-body-default #tbay-footer .widget:first-child {
    margin-top: 40px
}
.tbay-body-default #tbay-footer .widget:after {
    display: none
}
.tbay-body-default #tbay-footer .widget>.widget-title, .tbay-body-default #tbay-footer .widget .widgettitle {
    font-size: 16px
}
.tbay-body-default #tbay-footer .widget ul {
    padding: 0;
    margin: 0
}
.tbay-body-default #tbay-footer .widget ul li {
    list-style: none
}
.tbay-body-default #tbay-footer .widget.widget_text p {
    margin-top: 15px !important
}
.tbay-body-default #tbay-footer p {
    margin-bottom: 1rem !important
}
.tbay-body-default .rsswidget>img {
    vertical-align: unset
}
div[class^=wp-block-], figure[class^=wp-block-], ul[class^=wp-block-] {
    margin-top: 0
}
div[class^=wp-block-].wp-block-cover, div[class^=wp-block-].wp-block-cover-image, figure[class^=wp-block-].wp-block-cover, figure[class^=wp-block-].wp-block-cover-image, ul[class^=wp-block-].wp-block-cover, ul[class^=wp-block-].wp-block-cover-image {
    margin-top: 0;
    margin-bottom: 30px
}
.wp-block-table.is-style-stripes td, .wp-block-table.is-style-stripes th {
    border-color: var(--border-color-7)
}
dd {
    margin-bottom: 1rem;
    margin-left: 1rem
}
address {
    font-style: italic
}
.tbay-body-default .alignfull {
    margin-left: calc(-100vw / 2 - -100% / 2 - -8.51px);
    margin-right: calc(-100vw / 2 - -100% / 2 - -8.51px);
    width: calc(100vw - 17.02px)
}
.tbay-body-default .alignfull iframe {
    width: calc(100vw - 17.02px)
}
.single-post .gallery::after {
    display: block;
    clear: both;
    content: ""
}
@media(min-width:959px) {
    .tbay-body-default .alignwide {
        margin-left: -25%;
        width: 150%
    }
    .tbay-body-default .alignwide.wp-block-embed-twitter {
        width: 100%;
        margin: 0 auto
    }
    .tbay-body-default .alignwide iframe, .tbay-body-default .alignwide video, .tbay-body-default .alignwide audio {
        width: 100%
    }
    .alignwide video, .alignwide audio {
        max-width: none
    }
}
.wp-block-image.alignfull img, .wp-block-image.alignfull figcaption {
    max-width: 100vw;
    width: 100vw
}
.wp-caption-text {
    color: #767676;
    margin-top: 10px;
    font-size: 13px
}
.wp-block-gallery {
    padding: 0 !important
}
.wp-block-gallery+.wp-block-gallery {
    margin-top: 0
}
@media(min-width:959px) {
    .tbay-body-default .wp-block-gallery.alignwide {
        margin-left: calc(-25% - 8px);
        margin-right: calc(-25% - 8px);
        width: calc(150% - -16px)
    }
}
.wp-block-quote {
    margin: 27px 0 !important;
    padding: 0 0 0 27px !important
}
.wp-block-quote:not(.is-large):not(.is-style-large) {
    padding: 0 0 0 1em !important;
    border-left: 4px solid var(--black-color)
}
.wp-block-pullquote {
    border-left: 0
}
.wp-block-pullquote p {
    margin: 27px 0 !important
}
.wp-block-quote cite {
    font-size: 13px
}
.wp-block-quote blockquote {
    border-left: 0
}
.wp-block-pullquote blockquote {
    border-left: 0
}
blockquote {
    margin: 40px 0;
    padding: 0;
    padding-left: 25px;
    padding-right: 0;
    color: var(--black-color);
    font-size: 20px;
    line-height: 28px;
    font-weight: 500;
    border-left: 4px solid var(--tb-theme-color)
}
blockquote p, blockquote ul, blockquote ol {
    line-height: inherit !important
}
blockquote p:last-child, blockquote ul:last-child, blockquote ol:last-child {
    margin-bottom: 0
}
blockquote footer, blockquote small, blockquote .small {
    display: block;
    font-size: 80%;
    line-height: 1.5;
    color: #6c757d
}
blockquote footer:before, blockquote small:before, blockquote .small:before {
    content: '\2014 \00A0'
}
.wp-block-cover-image {
    margin-bottom: 0
}
@media(max-width:958px) {
    .wp-block-columns {
        display: block
    }
}
.wp-block-columns {
    column-gap: 27px;
    margin-top: 0
}
.wp-block-columns.alignfull {
    padding-left: 18px;
    padding-right: 18px
}
.wp-block-columns.alignfull.has-2-columns .layout-column-2, .wp-block-columns.alignfull.has-3-columns .layout-column-3, .wp-block-columns.alignfull.has-4-columns .layout-column-4, .wp-block-columns.alignfull.has-5-columns .layout-column-5, .wp-block-columns.alignfull.has-6-columns .layout-column-6 {
    padding-right: 18px
}
.wp-block-columns p.has-background {
    padding: 18px
}
.wp-block {
    max-width: 720px
}
.wp-block[data-align="wide"] {
    max-width: 1080px
}
.wp-block[data-align="full"] {
    max-width: none
}
@media(max-width:958px) {
    .wp-block-column {
        margin: 0 0 18px !important
    }
    .wp-block-column:last-child {
        margin-bottom: 0 !important
    }
    .wp-block-text-columns {
        display: block
    }
    .wp-block-text-columns.aligncenter {
        display: block
    }
    .wp-block-text-columns.columns-2 .wp-block-column, .wp-block-text-columns.columns-3 .wp-block-column, .wp-block-text-columns.columns-4 .wp-block-column, .wp-block-text-columns.columns-5 .wp-block-column, .wp-block-text-columns.columns-6 .wp-block-column {
        width: 100%
    }
}
.wp-block-text-columns .wp-block-column {
    margin: 0 27px 0
}
.wp-block-text-columns .wp-block-column p {
    margin-top: 0
}
.wp-block-button {
    margin-bottom: 10px
}
.wp-block-audio.alignfull audio, .wp-block-video.alignfull video {
    max-width: 100vw;
    width: 100vw
}
div[class^=wp-block-] a, figure[class^=wp-block-] a, ul[class^=wp-block-] a, .tbay-body-default .main-page a, .tbay-body-default .entry-single a {
    color: var(--tb-theme-color);
    text-decoration: none
}
.tbay-body-default .entry-single .entry-description a {
    color: var(--white-color)
}
div[class^=wp-block-] a:active, figure[class^=wp-block-] a:active, ul[class^=wp-block-] a:active, .tbay-body-default .main-page a:active, div[class^=wp-block-] a:hover, figure[class^=wp-block-] a:hover, ul[class^=wp-block-] a:hover, .tbay-body-default .main-page a:hover {
    color: var(--tb-theme-color);
    text-decoration: none
}
.tbay-body-default .main-page .page-links a:hover {
    color: var(--white-color)
}
div[class^=wp-block-] .wp-block-button__link {
    color: var(--white-color);
    text-decoration: none
}
div[class^=wp-block-] .wp-block-button__link:hover {
    color: var(--white-color)
}
.aligncenter, div.aligncenter {
    text-align: center
}
.recent-view .besa-recent-viewed-products.empty {
    display: none !important
}
.entry-single .entry-content .wp-block-cover .wp-block-cover-text {
    color: var(--white-color)
}
.entry-single .entry-content .wp-block-cover .wp-block-cover-text a {
    color: var(--white-color);
    text-decoration: underline
}
.entry-content .is-style-outline .wp-block-button__link:not(.has-text-color) {
    color: var(--color-09)
}
.wp-block-pullquote {
    border-top: 4px solid #555d66;
    border-bottom: 4px solid #555d66;
    color: #40464d;
    margin: 1em 0
}
.tbay-body-default .wp-block-pullquote blockquote:not(.is-large):not(.is-style-large) {
    border-left: 0;
    padding-left: 0
}
.tbay-body-default blockquote:not(.is-large):not(.is-style-large)[style*="text-align:right"] {
    border-left: 0;
    border-right: 4px solid var(--black-color);
    padding: 0 1em 0 0 !important
}
.tbay-body-default .entry-single .entry-content b, .tbay-body-default .entry-single .entry-content strong {
    font-weight: 700
}
.entry-header h1.entry-title {
    font-size: 28px;
    line-height: 36px;
    margin: 0 0 8px;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    letter-spacing: -1.2px
}
body.tbay-body-default {
    background: var(--bg-white)
}
body.tbay-body-default #main-container {
    padding-top: 40px;
    padding-bottom: 10px
}
body.tbay-body-default.post-type-archive-product .main-wrapper, body.tbay-body-default.single-product .main-wrapper {
    background: var(--tb-theme-body);
    padding-bottom: 30px
}
body.tbay-body-default.woocommerce-cart #tbay-main-content {
    background: var(--tb-theme-body);
    padding-bottom: 30px
}
body.tbay-body-default.woocommerce-checkout .woocommerce {
    padding: 0
}
body.tbay-body-default .single-post .post-excerpt {
    padding: 12px 0
}
body.tbay-body-default .related-posts {
    padding: 30px 0
}
body.tbay-body-default #comments {
    padding: 35px 0
}
body.tbay-body-default.archive .layout-blog {
    padding: 0
}
.tbay-body-default .main-page, .tbay-body-default #tbay-main-content .single-post {
    max-width: 850px;
    margin: 0 auto
}
.tbay-body-default.woocommerce-page .main-page {
    max-width: 100%
}
.wp-block-media-text {
    margin-bottom: 10px
}
.wp-block-file .wp-block-file__button {
    color: var(--white-color) !important
}
@media screen and (max-width:782px) {
    html body.admin-bar {
        top: -46px !important;
        position: relative
    }
}
@media(max-width:1199px) {
    .layout-blog .post.sticky .entry-header {
        margin: 0 !important
    }
    .layout-blog .post.sticky .entry-header>h3, .layout-blog .post.sticky .entry-header>ul, .layout-blog .post.sticky .entry-header>div {
        padding: 0 30px
    }
    .layout-blog .post.sticky .entry-header>h3 {
        padding: 10px 30px
    }
}
@media(max-width:767px) {
    .tbay-body-default .content-index .main-content .layout-blog:first-child {
        padding-top: 30px
    }
    .tbay-body-default .alignright {
        float: inherit;
        margin: 15px 0 0 20px;
        display: block
    }
    .tbay-body-default .tbay-filter {
        display: flex;
        margin-bottom: 15px !important
    }
    .tbay-body-default .tbay-filter .woocommerce-result-count {
        margin: 0 !important;
        padding-top: 0;
        border-top: 0
    }
    .tbay-body-default .entry-header h1.entry-title {
        font-size: 24px;
        line-height: 31px;
        margin-top: 20px;
        margin-bottom: 15px
    }
    .tbay-body-default #main-container {
        padding-bottom: 0 !important
    }
    .tbay-body-default .woocommerce .woocommerce-cart-form {
        padding: 0
    }
    .tbay-body-default .woocommerce-products-header+.tbay-filter {
        padding: 0
    }
    body.tbay-body-default.post-type-archive-product .main-wrapper, body.tbay-body-default.single-product .main-wrapper, body.tbay-body-default.woocommerce-cart #tbay-main-content {
        background: var(--bg-white)
    }
}
@media(max-width:991px) {
    .tbay-body-default:not(.mobile-hidden-footer) #tbay-footer .tbay-copyright {
        padding-bottom: 0 !important
    }
}
@media(min-width:992px) {
    .tbay-body-default form.checkout {
        margin-left: -15px;
        margin-right: -15px;
        border-top: 0
    }
}
@media(min-width:768px) {
    .slick-slider.row-1[data-items="4"] .slick-slide:nth-child(4n) .product-block.v1:before, .slick-slider.row-1[data-items="4"] .slick-slide:last-child .product-block.v1:before {
        width: calc(100% - 2px)
    }
}
@media(min-width:768px) and (max-width:1599.98px) and (min-width:1200px) {
    .slick-slider.row-1[data-desktopslick="4"] .slick-slide:nth-child(4n) .product-block.v1:before, .slick-slider.row-1[data-desktopslick="4"] .slick-slide:last-child .product-block.v1:before {
        width: calc(100% - 2px)
    }
}
@media(min-width:768px) and (max-width:1199.98px) and (min-width:992px) {
    .slick-slider.row-1[data-desktopsmallslick="4"] .slick-slide:nth-child(4n) .product-block.v1:before, .slick-slider.row-1[data-desktopsmallslick="4"] .slick-slide:last-child .product-block.v1:before {
        width: calc(100% - 2px)
    }
}
@media(min-width:768px) and (max-width:991.98px) and (min-width:768px) {
    .slick-slider.row-1[data-tabletslick="4"] .slick-slide:nth-child(4n) .product-block.v1:before, .slick-slider.row-1[data-tabletslick="4"] .slick-slide:last-child .product-block.v1:before {
        width: calc(100% - 2px)
    }
}
@media(min-width:768px) {
    .elementor-product-only-image .product-block.v1 {
        padding: 10px
    }
    .elementor-product-only-image .out-stock {
        font-size: 10px
    }
    .product-block.v1 {
        padding: 20px 24px 12px;
        position: relative;
        -webkit-transition: .4s;
        -o-transition: .4s;
        transition: .4s;
        text-align: left
    }
    .product-block.v1:before {
        content: '';
        background: transparent;
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        right: auto;
        border: 1px solid transparent;
        pointer-events: none;
        z-index: 1
    }
    .product-block.v1 .product-top {
        min-height: 20px
    }
    .product-block.v1 span.onsale {
        width: 100%
    }
    .product-block.v1 span.onsale+.featured {
        margin: 0
    }
    .product-block.v1>div {
        max-width: 100%
    }
    .product-block.v1:hover .group-buttons {
        visibility: visible;
        opacity: 1;
        filter: alpha(opacity=100)
    }
    .product-block.v1:hover:before {
        border-color: var(--border-color-woo)
    }
    .product-block.v1 .block-inner {
        max-width: 100%
    }
    .product-block.v1 .block-inner .image.has-slider-gallery {
        max-width: 100%;
        width: 500px
    }
    .product-block.v1 .caption {
        max-width: 100%;
        padding: 10px 6px 10px 5px
    }
    .product-block.v1 .group-buttons {
        position: absolute;
        left: 0;
        visibility: hidden;
        right: 0;
        bottom: 0;
        padding: 7px 0;
        background: var(--bg-white);
        opacity: 0;
        filter: alpha(opacity=0);
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-transition: .4s;
        -o-transition: .4s;
        transition: .4s;
        z-index: 99;
        justify-content: center
    }
    .product-block.v1 .group-buttons>div a {
        width: 32px;
        height: 32px;
        font-size: 17px;
        text-align: center;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        background: var(--bg-white);
        border-radius: 50%;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%;
        padding: 0;
        -webkit-transition: .3s;
        -o-transition: .3s;
        transition: .3s;
        color: var(--color-01)
    }
    .product-block.v1 .group-buttons>div a:hover, .product-block.v1 .group-buttons>div a.added {
        background: var(--tb-theme-color);
        color: #fff
    }
    .product-block.v1 .group-buttons>div a i {
        margin: 0;
        line-height: 32px
    }
    .product-block.v1 .group-buttons>div a.compare {
        font-size: 0
    }
    .product-block.v1 .group-buttons>div a.compare:before {
        font-size: 17px
    }
    .product-block.v1 .group-buttons>div a span {
        display: none;
        font-weight: 500
    }
    .product-block.v1 .group-buttons>div+div {
        margin-left: 8px;
        margin-right: 0
    }
    .product-block.v1 .group-buttons .yith-wcwl-wishlistexistsbrowse a, .product-block.v1 .group-buttons .yith-wcwl-wishlistaddedbrowse a {
        color: #fff;
        background: var(--tb-theme-color);
        display: block;
        overflow: hidden
    }
    .product-block.v1 .time {
        -webkit-transition: .4s;
        -o-transition: .4s;
        transition: .4s;
        margin-top: 10px
    }
    .product-block.v1 .add-cart a.added {
        display: none
    }
    .product-block.v1 .add-cart a.added+a.added_to_cart:before {
        line-height: 32px
    }
    .product-block.v1 .add-cart a.added+a.added_to_cart:hover:before {
        color: #fff
    }
    .product-block.v2 {
        z-index: 2;
        text-align: center;
        overflow: visible
    }
    .product-block.v2:hover .group-buttons {
        opacity: 1;
        filter: alpha(opacity=100);
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0)
    }
    .product-block.v2:hover .rating {
        opacity: 1;
        filter: alpha(opacity=100)
    }
    .product-block.v2 .name {
        font-weight: 500;
        font-size: 14px;
        line-height: 25px
    }
    .product-block.v2 ul.show-brand {
        margin-bottom: -4px
    }
    .product-block.v2 ul.show-brand a {
        font-size: 14px
    }
    .product-block.v2 .rating {
        margin-top: -3px
    }
    .product-block.v2 .caption {
        padding: 19px 10px 29px
    }
    .product-block.v2 .group-buttons {
        right: 0;
        bottom: 0;
        left: auto;
        opacity: 0;
        filter: alpha(opacity=0);
        position: absolute;
        -webkit-transition: .4s;
        -o-transition: .4s;
        transition: .4s;
        -webkit-transform: translateX(10px);
        -ms-transform: translateX(10px);
        -o-transform: translateX(10px);
        transform: translateX(10px);
        z-index: 301
    }
    .product-block.v2 .group-buttons>div {
        -webkit-transform: translateZ(0);
        -ms-transform: translateZ(0);
        -o-transform: translateZ(0);
        transform: translateZ(0)
    }
    .product-block.v2 .group-buttons>div a {
        width: 45px;
        border: 1px solid var(--border-color);
        border-bottom: 0;
        -webkit-transform: translateZ(0);
        -ms-transform: translateZ(0);
        -o-transform: translateZ(0);
        transform: translateZ(0)
    }
    .product-block.v2 .group-buttons>div a span {
        display: none
    }
    .product-block.v2 .group-buttons>div a:hover {
        border-color: var(--tb-theme-color)
    }
    .product-block.v2 .group-buttons>div a:hover:before {
        color: var(--white-color);
        -webkit-transition: .4s;
        -o-transition: .4s;
        transition: .4s
    }
    .product-block.v2 .group-buttons>div:last-child a {
        border-bottom: 1px solid var(--border-color)
    }
    .product-block.v2 .group-buttons>div i {
        font-size: 18px;
        line-height: 44px;
        margin: 0
    }
    .product-block.v2 .group-buttons>div.add-cart a.added {
        display: none
    }
    .product-block.v2 .yith-compare a:before {
        font-size: 18px;
        line-height: 44px
    }
    .product-block.v2 .yith-compare a.added {
        color: var(--tb-theme-color)
    }
    .product-block.v2 .add-cart a.added+a.added_to_cart:before {
        line-height: 44px
    }
    .product-block.v2 .tbay-product-slider-gallery .slick-arrow.slick-next {
        -webkit-transform: translate(-20px, 0);
        -ms-transform: translate(-20px, 0);
        -o-transform: translate(-20px, 0);
        transform: translate(-20px, 0);
        left: 0;
        right: auto;
        bottom: 32px
    }
    .product-block.v2 .stock {
        margin-bottom: 20px;
        margin-top: 5px
    }
    .woocommerce .product-block.v2 span.onsale {
        top: 19px;
        left: 19px;
        right: auto
    }
    .woocommerce .product-block.v2 span.onsale .saled {
        min-width: 45px;
        line-height: 23px;
        font-size: 14px;
        margin-bottom: 9px
    }
    .woocommerce .product-block.v2 span.onsale .featured {
        min-width: 45px;
        height: 23px;
        margin-top: 0;
        line-height: 23px;
        font-size: 14px
    }
    .woocommerce .product-block.v2 .price {
        line-height: 20px
    }
    .active-full-archive:not(.single-full) .product-block.v2 .tbay-product-slider-gallery .slick-arrow.slick-next {
        bottom: 51px
    }
    .tbay-addon-flash-sales .product-block.v2 .stock {
        margin-top: 0
    }
    .product-block.v3 {
        padding: 0 0 20px
    }
    .product-block.v3:hover .image.has-slider-gallery .slick-arrow {
        opacity: 1;
        filter: alpha(opacity=100);
        -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        -o-transform: translate(0, -50%);
        transform: translate(0, -50%)
    }
    .product-block.v3:hover .image.has-slider-gallery .slick-arrow.slick-next {
        -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        -o-transform: translate(0, -50%);
        transform: translate(0, -50%)
    }
    .product-block.v3:hover .group-buttons {
        z-index: 99;
        bottom: 0;
        visibility: visible
    }
    .product-block.v3 .group-buttons {
        position: absolute;
        left: 0;
        visibility: hidden;
        right: 0;
        bottom: -41px;
        z-index: -1;
        display: flex;
        justify-content: center;
        background-color: var(--bg-white);
        -webkit-transition: .4s;
        -o-transition: .4s;
        transition: .4s
    }
    .product-block.v3 .group-buttons>div a {
        background: transparent;
        width: 40px;
        color: var(--color-10)
    }
    .product-block.v3 .group-buttons>div a.added {
        color: var(--tb-theme-color)
    }
    .product-block.v3 .group-buttons>div a:hover {
        color: #fff
    }
    .product-block.v3 .group-buttons>div a span {
        display: none;
        font-weight: 500
    }
    .product-block.v3 .group-buttons>div i {
        font-size: 16px;
        line-height: 40px;
        margin: 0
    }
    .product-block.v3 .group-buttons>div.button-wishlist i {
        font-size: 15px
    }
    .product-block.v3 .add-cart a.added+a.added_to_cart:before {
        line-height: 40px
    }
    .product-block.v3 .add-cart a.added+a.added_to_cart:hover {
        color: #fff
    }
    .product-block.v3 .caption {
        padding: 15px 0 0 20px;
        text-align: left
    }
    .product-block.v3 .block-inner {
        position: relative;
        overflow: hidden;
        text-align: center
    }
    .product-block.v3 .image .out-stock {
        color: var(--black-color);
        background: var(--bg-white);
        border: 1px solid var(--border-color);
        line-height: 22px;
        font-size: 12px;
        font-weight: 500;
        padding: 0 15px;
        width: auto;
        height: auto;
        opacity: 1;
        filter: alpha(opacity=100);
        right: 20px;
        left: auto;
        top: 10px;
        text-transform: inherit
    }
    .product-block.v3 .tbay-swatches-wrapper {
        position: static;
        text-align: left;
        margin-bottom: 13px
    }
    .product-block.v3 .tbay-swatches-wrapper ul {
        justify-content: unset
    }
    .product-block.v3 .tbay-swatches-wrapper li a.variable-item-span-color {
        width: 13px;
        height: 13px;
        line-height: 13px
    }
    .product-block.v3 .tbay-product-slider-gallery .slick-arrow {
        bottom: auto;
        top: 50%;
        -webkit-transform: translate(20px, -50%);
        -ms-transform: translate(20px, -50%);
        -o-transform: translate(20px, -50%);
        transform: translate(20px, -50%)
    }
    .product-block.v3 .tbay-product-slider-gallery .slick-arrow.slick-next {
        -webkit-transform: translate(-20px, -50%);
        -ms-transform: translate(-20px, -50%);
        -o-transform: translate(-20px, -50%);
        transform: translate(-20px, -50%)
    }
    .product-block.v3 .yith-compare a:before {
        font-size: 16px;
        line-height: 40px
    }
    .product-block.v3 .yith-compare a.added:hover {
        color: #fff
    }
    .product-block.v3 .yith-wcwl-wishlistexistsbrowse.show a, .product-block.v3 .yith-wcwl-wishlistaddedbrowse.show a {
        color: var(--tb-theme-color)
    }
    .product-block.v3 .woocs_price_code {
        font-size: 14px
    }
    .product-block.v3 .time {
        padding: 0 20px;
        margin-top: 10px
    }
    .product-block.v3 .time .timming {
        justify-content: unset
    }
    .product-block.v3 .time .stock {
        margin: 5px 0 0
    }
    .woocommerce .product-block.v3 span.onsale {
        left: 20px;
        top: 10px;
        font-size: 13px
    }
    .woocommerce .product-block.v3 span.onsale .saled, .woocommerce .product-block.v3 span.onsale .featured {
        min-width: 42px;
        line-height: 23px;
        border: 0
    }
    .tbay-addon-flash-sales .v3 .stock {
        margin-left: 20px;
        margin-right: 20px
    }
    .product-countdown .products-grid.product {
        display: flex
    }
    .product-block.v4 {
        position: relative;
        z-index: 1;
        padding-bottom: 30px
    }
    .product-block.v4:hover {
        z-index: 2
    }
    .product-block.v4:hover .group-buttons {
        opacity: 1;
        filter: alpha(opacity=100);
        -webkit-transform: scale(1) translateZ(0);
        -moz-transform: scale(1) translateZ(0);
        -ms-transform: scale(1) translateZ(0);
        -o-transform: scale(1) translateZ(0);
        transform: scale(1) translateZ(0)
    }
    .product-block.v4:hover .rating {
        opacity: 1;
        filter: alpha(opacity=100)
    }
    .product-block.v4:hover .caption .add-cart a {
        opacity: 1;
        filter: alpha(opacity=100)
    }
    .product-block.v4:hover .price {
        opacity: 0;
        filter: alpha(opacity=0)
    }
    .product-block.v4 .stock {
        margin-bottom: 0
    }
    .product-block.v4 .stock>span {
        position: static;
        margin-top: 10px;
        display: block
    }
    .product-block.v4 .name {
        margin-bottom: 3px
    }
    .product-block.v4 .name a {
        color: var(--black-color)
    }
    .product-block.v4 .image {
        text-align: center
    }
    .product-block.v4 .image .out-stock {
        position: absolute;
        color: var(--color-11);
        width: 100%;
        height: 100%;
        text-transform: capitalize;
        background: var(--bg-white);
        opacity: .6;
        filter: alpha(opacity=60);
        left: 0;
        right: auto;
        top: 0;
        z-index: 10;
        -webkit-transition: .4s;
        -o-transition: .4s;
        transition: .4s;
        display: flex;
        align-items: center;
        justify-content: center
    }
    .product-block.v4 .caption {
        padding: 13px 10px 0 20px;
        text-align: left;
        position: relative
    }
    .product-block.v4 .caption>.rating {
        margin-bottom: 2px
    }
    .product-block.v4 .caption .price {
        -webkit-transition: .4s;
        -o-transition: .4s;
        transition: .4s
    }
    .product-block.v4 .caption>.add-cart {
        position: absolute;
        bottom: 0
    }
    .product-block.v4 .add-cart a {
        background-color: var(--bg-white);
        font-weight: 500;
        font-size: 16px;
        color: var(--tb-theme-color);
        line-height: 27px;
        padding: 0;
        opacity: 0;
        filter: alpha(opacity=0);
        border-radius: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        -o-border-radius: 0;
        -webkit-transition: .4s;
        -o-transition: .4s;
        transition: .4s
    }
    .product-block.v4 .add-cart a i {
        margin-right: 7px;
        display: inline-block
    }
    .product-block.v4 .add-cart a i:before {
        content: "";
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-family: "tb-icon"
    }
    .product-block.v4 .add-cart a.added+a.added_to_cart {
        font-size: 16px
    }
    .product-block.v4 .add-cart a.added+a.added_to_cart:before {
        width: auto;
        margin-right: 5px;
        font-size: 16px;
        line-height: 27px;
        vertical-align: unset
    }
    .product-block.v4 .add-cart a.added+a.added_to_cart:hover {
        color: var(--tb-theme-color)
    }
    .product-block.v4 .group-buttons {
        right: 20px;
        top: 20px;
        left: auto;
        opacity: 0;
        filter: alpha(opacity=0);
        position: absolute;
        -webkit-transition: .4s;
        -o-transition: .4s;
        transition: .4s;
        -webkit-transform: scale(0.8) translateZ(0);
        -moz-transform: scale(0.8) translateZ(0);
        -ms-transform: scale(0.8) translateZ(0);
        -o-transform: scale(0.8) translateZ(0);
        transform: scale(0.8) translateZ(0);
        z-index: 301;
        text-align: center
    }
    .product-block.v4 .group-buttons>div a {
        width: 40px;
        border: 1px solid var(--border-color)
    }
    .product-block.v4 .group-buttons>div a span {
        display: none
    }
    .product-block.v4 .group-buttons>div a:hover {
        border-color: var(--tb-theme-color)
    }
    .product-block.v4 .group-buttons>div a.added:hover {
        color: #fff
    }
    .product-block.v4 .group-buttons>div a:hover:before {
        color: #fff;
        -webkit-transition: .4s;
        -o-transition: .4s;
        transition: .4s
    }
    .product-block.v4 .group-buttons>div i {
        font-size: 18px;
        line-height: 39px;
        margin: 0
    }
    .product-block.v4 .group-buttons>div.add-cart a.added {
        display: none
    }
    .product-block.v4 .group-buttons>div:not(:last-child) a {
        border-bottom: 0
    }
    .product-block.v4 .yith-compare a:before {
        font-size: 18px;
        line-height: 39px
    }
    .product-block.v4 .yith-compare a.added {
        color: var(--tb-theme-color)
    }
    .product-block.v4 .yith-wcwl-wishlistexistsbrowse.show a, .product-block.v4 .yith-wcwl-wishlistaddedbrowse.show a {
        color: var(--tb-theme-color)
    }
    .product-block.v4 .yith-wcwl-wishlistexistsbrowse.show a:hover, .product-block.v4 .yith-wcwl-wishlistaddedbrowse.show a:hover {
        color: #fff
    }
    .product-block.v4 .product-content {
        position: relative
    }
    .product-block.v4 .tbay-swatches-wrapper {
        position: static;
        text-align: left;
        margin-top: 7px;
        margin-bottom: 4px
    }
    .product-block.v4 .tbay-swatches-wrapper ul {
        display: block
    }
    .product-block.v4 .tbay-swatches-wrapper ul li a.variable-item-span-color {
        width: 15px;
        line-height: 15px;
        border-radius: 50%;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%;
        margin: 0 10px 0 0
    }
    .product-block.v4 .woocs_price_code {
        font-size: 16px
    }
    .product-block.v4 .woocs_price_code del {
        font-size: 14px
    }
    .product-block.v4 .time {
        padding: 10px 20px 0
    }
    .product-block.v4 .time .timming {
        display: block
    }
    .product-block.v4 .time>.stock {
        margin: 5px 0 0
    }
    .woocommerce .product-block.v4 span.onsale {
        top: 20px;
        left: 20px;
        right: auto;
        font-size: 14px;
        font-weight: 500
    }
    .woocommerce .product-block.v4 span.onsale .saled {
        min-width: 40px;
        line-height: 24px;
        margin-bottom: 9px
    }
    .woocommerce .product-block.v4 span.onsale .featured {
        line-height: 24px
    }
    .display-products.products-grid .product-block.v4 .caption .group-buttons {
        display: none
    }
    .tbay-body-woocommerce-catalog-mod .product-block.v4:hover .price {
        opacity: 1;
        filter: alpha(opacity=100)
    }
    .product-block.v5 {
        padding: 0 0 20px;
        text-align: left
    }
    .product-block.v5:hover .image.has-slider-gallery .slick-arrow {
        opacity: 1;
        filter: alpha(opacity=100);
        -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        -o-transform: translate(0, -50%);
        transform: translate(0, -50%)
    }
    .product-block.v5:hover .image.has-slider-gallery .slick-arrow.slick-next {
        -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        -o-transform: translate(0, -50%);
        transform: translate(0, -50%)
    }
    .product-block.v5:hover .group-buttons {
        z-index: 99;
        bottom: 0;
        visibility: visible
    }
    .product-block.v5 .group-buttons {
        position: absolute;
        left: 15px;
        visibility: hidden;
        right: auto;
        bottom: -42px;
        z-index: -1;
        display: flex;
        -webkit-transition: .4s;
        -o-transition: .4s;
        transition: .4s;
        text-align: center
    }
    .product-block.v5 .group-buttons>div {
        width: 40px
    }
    .product-block.v5 .group-buttons>div a {
        border: 1px solid var(--border-color);
        border-right: 0
    }
    .product-block.v5 .group-buttons>div a:hover {
        border-color: var(--tb-theme-color)
    }
    .product-block.v5 .group-buttons>div:last-child a {
        border-right: 1px solid var(--border-color)
    }
    .product-block.v5 .group-buttons>div a span {
        display: none;
        font-weight: 500
    }
    .product-block.v5 .group-buttons>div i {
        display: inline-block;
        font-size: 15px;
        line-height: 38px;
        margin: 0
    }
    .product-block.v5 .group-buttons.list {
        display: none
    }
    .product-block.v5 .add-cart a.added+a.added_to_cart {
        color: var(--tb-theme-color)
    }
    .product-block.v5 .add-cart a.added+a.added_to_cart:before {
        line-height: 38px
    }
    .product-block.v5 .add-cart a.added+a.added_to_cart:hover {
        color: #fff
    }
    .product-block.v5 .yith-compare a:before {
        font-size: 15px;
        line-height: 38px
    }
    .product-block.v5 .yith-compare a.added {
        color: var(--tb-theme-color)
    }
    .product-block.v5 .yith-compare a.added:hover {
        color: #fff
    }
    .product-block.v5 .block-inner {
        position: relative;
        overflow: hidden;
        text-align: center
    }
    .product-block.v5 .caption {
        padding: 20px 10px 15px 15px
    }
    .product-block.v5 .rating {
        line-height: 20px;
        margin-bottom: 1px
    }
    .product-block.v5 .image .out-stock {
        color: var(--black-color)
    }
    .product-block.v5 .tbay-swatches-wrapper {
        position: static;
        text-align: left;
        margin: 0;
        padding: 5px 0 8px
    }
    .product-block.v5 .tbay-swatches-wrapper ul {
        justify-content: unset
    }
    .product-block.v5 .tbay-swatches-wrapper li a.variable-item-span-color {
        width: 13px;
        height: 13px;
        line-height: 13px
    }
    .product-block.v5 .woocommerce-product-details__short-description {
        line-height: 25px;
        padding: 8px 0 15px
    }
    .product-block.v5 .woocommerce-product-details__short-description ul {
        padding-left: 25px;
        margin: 0
    }
    .product-block.v5 .woocommerce-product-details__short-description ul li {
        list-style-type: disc
    }
    .product-block.v5 .tbay-product-slider-gallery .slick-arrow {
        bottom: auto;
        background: transparent;
        top: 50%;
        -webkit-transform: translate(20px, -50%);
        -ms-transform: translate(20px, -50%);
        -o-transform: translate(20px, -50%);
        transform: translate(20px, -50%);
        border: 0;
        font-size: 15px;
        width: auto;
        left: 10px
    }
    .product-block.v5 .tbay-product-slider-gallery .slick-arrow i:before {
        content: "";
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-family: "tb-icon"
    }
    .product-block.v5 .tbay-product-slider-gallery .slick-arrow.slick-next {
        -webkit-transform: translate(-20px, -50%);
        -ms-transform: translate(-20px, -50%);
        -o-transform: translate(-20px, -50%);
        transform: translate(-20px, -50%);
        left: auto;
        right: 10px
    }
    .product-block.v5 .tbay-product-slider-gallery .slick-arrow.slick-next i:before {
        content: "";
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-family: "tb-icon"
    }
    .product-block.v5 .tbay-product-slider-gallery .slick-arrow:hover {
        background: transparent;
        color: var(--tb-theme-color)
    }
    .product-block.v5 .stock .progress {
        height: 8px;
        margin-bottom: 6px
    }
    .product-block.v5 .time {
        padding: 10px 10px 0;
        padding-left: 15px;
        text-align: left
    }
    .product-block.v5 .time .stock {
        margin: 3px 0 0
    }
    .product-block.v5 .time .stock>span {
        position: static
    }
    .product-block.v5 .time .timming {
        justify-content: unset
    }
    .product-block.v5 .stock-flash-sale {
        margin: 10px 15px 15px 15px
    }
    .product-block.v5 .stock-flash-sale>span {
        position: static
    }
    .woocommerce .product-block.v5 span.onsale {
        position: absolute;
        font-size: 14px;
        font-weight: normal;
        line-height: 20px;
        top: 5px;
        left: 5px;
        right: auto
    }
    .woocommerce .product-block.v5 span.onsale .saled {
        background: #f53814;
        font-weight: normal;
        min-width: 40px;
        line-height: 20px;
        color: var(--white-color);
        margin-bottom: 5px
    }
    .woocommerce .product-block.v5 span.onsale .featured {
        line-height: 20px
    }
    .product-countdown .product-block.v5, .tbay-addon-flash-sales .product-block.v5 {
        -webkit-box-flex: 1;
        -moz-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1
    }
    .product-countdown .product-block.v5 .caption, .tbay-addon-flash-sales .product-block.v5 .caption {
        padding-bottom: 0
    }
    .product-block.v6:hover .group-buttons {
        z-index: 99;
        visibility: visible;
        opacity: 1;
        filter: alpha(opacity=100)
    }
    .product-block.v6:hover .image.has-slider-gallery .slick-arrow {
        opacity: 1;
        filter: alpha(opacity=100);
        -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        -o-transform: translate(0, -50%);
        transform: translate(0, -50%)
    }
    .product-block.v6:hover .image.has-slider-gallery .slick-arrow.slick-next {
        -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        -o-transform: translate(0, -50%);
        transform: translate(0, -50%)
    }
    .product-block.v6 .product-content {
        position: relative
    }
    .product-block.v6 .group-buttons {
        position: absolute;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%);
        visibility: hidden;
        opacity: 0;
        filter: alpha(opacity=0);
        right: auto;
        bottom: 0;
        z-index: -1;
        display: flex;
        -webkit-transition: .4s;
        -o-transition: .4s;
        transition: .4s;
        text-align: center
    }
    .product-block.v6 .group-buttons>div {
        width: 40px
    }
    .product-block.v6 .group-buttons>div a {
        border: 1px solid var(--border-color);
        border-right: 0
    }
    .product-block.v6 .group-buttons>div a:hover {
        border-color: var(--tb-theme-color)
    }
    .product-block.v6 .group-buttons>div:last-child a {
        border-right: 1px solid var(--border-color)
    }
    .product-block.v6 .group-buttons>div a span {
        display: none;
        font-weight: 500
    }
    .product-block.v6 .group-buttons>div i {
        display: inline-block;
        font-size: 15px;
        line-height: 38px;
        margin: 0
    }
    .product-block.v6 .group-buttons.list {
        display: none
    }
    .product-block.v6 .add-cart a.added+a.added_to_cart:before {
        line-height: 38px
    }
    .product-block.v6 .add-cart a.added+a.added_to_cart:hover {
        color: #fff
    }
    .product-block.v6 .yith-compare a.added {
        color: var(--tb-theme-color)
    }
    .product-block.v6 .yith-compare a.added:hover {
        color: #fff
    }
    .product-block.v6 .yith-compare a:before {
        font-size: 15px;
        line-height: 38px
    }
    .product-block.v6 .block-inner {
        position: relative;
        overflow: hidden
    }
    .product-block.v6 .caption {
        padding: 10px 20px;
        text-align: left;
        float: left;
        width: 100%
    }
    .product-block.v6 .tbay-swatches-wrapper {
        position: static;
        text-align: left;
        margin-bottom: 10px
    }
    .product-block.v6 .tbay-swatches-wrapper ul {
        justify-content: unset
    }
    .product-block.v6 .tbay-swatches-wrapper li a.variable-item-span-color {
        width: 13px;
        height: 13px
    }
    .product-block.v6 .tbay-product-slider-gallery .slick-arrow {
        bottom: auto;
        background: transparent;
        top: 50%;
        -webkit-transform: translate(20px, -50%);
        -ms-transform: translate(20px, -50%);
        -o-transform: translate(20px, -50%);
        transform: translate(20px, -50%);
        border: 0;
        font-size: 15px;
        width: auto;
        left: 10px
    }
    .product-block.v6 .tbay-product-slider-gallery .slick-arrow i:before {
        content: "";
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-family: "tb-icon"
    }
    .product-block.v6 .tbay-product-slider-gallery .slick-arrow.slick-next {
        -webkit-transform: translate(-20px, -50%);
        -ms-transform: translate(-20px, -50%);
        -o-transform: translate(-20px, -50%);
        transform: translate(-20px, -50%);
        left: auto;
        right: 10px
    }
    .product-block.v6 .tbay-product-slider-gallery .slick-arrow.slick-next i:before {
        content: "";
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-family: "tb-icon"
    }
    .product-block.v6 .tbay-product-slider-gallery .slick-arrow:hover {
        background: transparent;
        color: var(--tb-theme-color)
    }
    .product-block.v6 .time {
        float: left;
        width: 100%;
        padding: 0 20px
    }
    .product-block.v6 .time .timming {
        display: block
    }
    .product-block.v6 .time .stock {
        margin: 10px 0
    }
    .product-block.v6 .stock .progress {
        height: 8px;
        margin-bottom: 6px
    }
    .product-block.v6 .stock>span {
        position: static;
        color: var(--color-11)
    }
    .product-block.v6 .stock-flash-sale {
        margin: 12px 0 0
    }
    .product-countdown .product-block.v6 {
        display: block
    }
    .woocommerce .product-block.v6 span.onsale {
        left: 10px;
        top: 10px;
        font-size: 12px;
        font-weight: normal
    }
    .woocommerce .product-block.v6 span.onsale .saled, .woocommerce .product-block.v6 span.onsale .featured {
        min-width: 38px;
        line-height: 20px;
        border: 0
    }
    .product-block.v7 {
        padding: 0 0 5px
    }
    .product-block.v7:hover .image.has-slider-gallery .slick-arrow {
        opacity: 1;
        filter: alpha(opacity=100);
        -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        -o-transform: translate(0, -50%);
        transform: translate(0, -50%)
    }
    .product-block.v7:hover .image.has-slider-gallery .slick-arrow.slick-next {
        -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        -o-transform: translate(0, -50%);
        transform: translate(0, -50%)
    }
    .product-block.v7:hover .group-buttons {
        z-index: 99;
        bottom: 6px;
        visibility: visible;
        opacity: 1;
        filter: alpha(opacity=100)
    }
    .product-block.v7 .tbay-swatches-wrapper li a.variable-item-span-color {
        width: 11px;
        height: 11px;
        line-height: 11px
    }
    .product-block.v7 .group-buttons {
        position: absolute;
        left: 0;
        visibility: hidden;
        right: 0;
        bottom: -41px;
        z-index: -1;
        display: flex;
        justify-content: center;
        -webkit-transition: .4s;
        -o-transition: .4s;
        transition: .4s;
        text-align: center;
        opacity: 0;
        filter: alpha(opacity=0)
    }
    .product-block.v7 .group-buttons>div a {
        background: var(--bg-white);
        width: 34px;
        line-height: 28px;
        border: 1px solid var(--border-color);
        border-right: 0;
        position: relative;
        -webkit-transform: translateZ(0);
        -ms-transform: translateZ(0);
        -o-transform: translateZ(0);
        transform: translateZ(0)
    }
    .product-block.v7 .group-buttons>div a:hover {
        border-color: var(--tb-theme-color)
    }
    .product-block.v7 .group-buttons>div:last-child a {
        border-right: 1px solid var(--border-color)
    }
    .product-block.v7 .group-buttons>div.button-wishlist i {
        font-size: 13px
    }
    .product-block.v7 .group-buttons>div a span {
        display: none;
        font-weight: 500
    }
    .product-block.v7 .group-buttons>div i {
        font-size: 14px;
        line-height: 1;
        margin: 0;
        vertical-align: middle
    }
    .product-block.v7 .group-buttons.list {
        display: none
    }
    .product-block.v7 .add-cart a.added+a.added_to_cart {
        color: var(--tb-theme-color)
    }
    .product-block.v7 .add-cart a.added+a.added_to_cart:hover {
        color: #fff
    }
    .product-block.v7.grid {
        padding: 0 0 30px
    }
    .product-block.v7 .caption {
        padding: 10px 10px 0;
        text-align: center
    }
    .product-block.v7 .block-inner {
        position: relative;
        overflow: hidden;
        text-align: center
    }
    .product-block.v7 .tbay-swatches-wrapper {
        position: static;
        margin: 3px 0 7px
    }
    .product-block.v7 .rating {
        margin: -2px 0 -3px
    }
    .product-block.v7 .tbay-product-slider-gallery .slick-arrow {
        bottom: auto;
        top: 50%;
        -webkit-transform: translate(20px, -50%);
        -ms-transform: translate(20px, -50%);
        -o-transform: translate(20px, -50%);
        transform: translate(20px, -50%)
    }
    .product-block.v7 .tbay-product-slider-gallery .slick-arrow.slick-next {
        -webkit-transform: translate(-20px, -50%);
        -ms-transform: translate(-20px, -50%);
        -o-transform: translate(-20px, -50%);
        transform: translate(-20px, -50%)
    }
    .product-block.v7 .yith-compare a:before {
        font-size: 14px;
        line-height: 1
    }
    .product-block.v7 .yith-compare a.added {
        color: var(--tb-theme-color)
    }
    .product-block.v7 .yith-compare a.added:hover {
        color: #fff
    }
    .woocommerce .product-block.v7 span.onsale {
        left: 20px;
        top: 20px;
        font-weight: normal;
        font-size: 12px
    }
    .woocommerce .product-block.v7 span.onsale .saled, .woocommerce .product-block.v7 span.onsale .featured {
        min-width: 35px;
        line-height: 20px
    }
    .product-countdown .product-block.v7 .timming {
        position: absolute;
        bottom: 5px;
        left: 17px;
        right: 17px;
        background-color: var(--color-09);
        opacity: .8;
        filter: alpha(opacity=80);
        z-index: 9;
        -webkit-transition: .4s;
        -o-transition: .4s;
        transition: .4s
    }
    .product-countdown .product-block.v7 .timming>div {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        justify-content: center;
        width: 100%
    }
    .product-countdown .product-block.v7 .timming .date-title {
        color: var(--color-12)
    }
    .product-countdown .product-block.v7 .timming .tbay-countdown {
        color: #fff;
        margin: 0
    }
    .product-countdown .product-block.v7 .stock {
        display: none
    }
    .product-countdown .product-block.v7:hover .timming {
        opacity: 0;
        filter: alpha(opacity=0)
    }
    .product-block.v8 {
        -webkit-transition: .4s;
        -o-transition: .4s;
        transition: .4s;
        position: relative;
        overflow: hidden;
        padding-bottom: 10px
    }
    .product-block.v8:hover .image.has-slider-gallery .slick-arrow {
        opacity: 1;
        filter: alpha(opacity=100);
        -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        -o-transform: translate(0, -50%);
        transform: translate(0, -50%)
    }
    .product-block.v8:hover .image.has-slider-gallery .slick-arrow.slick-next {
        -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        -o-transform: translate(0, -50%);
        transform: translate(0, -50%)
    }
    .product-block.v8:hover .group-buttons {
        opacity: 1;
        filter: alpha(opacity=100)
    }
    .product-block.v8 .tbay-swatches-wrapper li a.variable-item-span-color {
        width: 13px;
        height: 13px;
        line-height: 13px
    }
    .product-block.v8 .group-hover {
        position: absolute;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%);
        right: auto;
        bottom: 0;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        flex-direction: column;
        align-items: center;
        min-width: 100%;
        z-index: 222
    }
    .product-block.v8 ul.show-brand {
        margin: 0
    }
    .product-block.v8 ul.show-brand li+li {
        margin-left: 10px;
        margin-right: 0
    }
    .product-block.v8 ul.show-brand a {
        display: block;
        line-height: 18px;
        font-size: 12px;
        text-transform: uppercase;
        padding: 0 10px;
        border: 1px solid var(--border-color);
        background: var(--bg-white);
        -webkit-transition: .4s;
        -o-transition: .4s;
        transition: .4s
    }
    .product-block.v8 ul.show-brand a:after {
        display: none !important
    }
    .product-block.v8 ul.show-brand a:hover {
        color: var(--tb-theme-color);
        border-color: var(--tb-theme-color)
    }
    .product-block.v8 .group-buttons {
        -webkit-transition: .4s;
        -o-transition: .4s;
        transition: .4s;
        opacity: 0;
        filter: alpha(opacity=0);
        margin-bottom: 15px;
        text-align: center;
        z-index: 99
    }
    .product-block.v8 .group-buttons>div {
        float: left
    }
    .product-block.v8 .group-buttons>div a {
        border: 1px solid var(--border-color);
        border-right: 0;
        width: 34px
    }
    .product-block.v8 .group-buttons>div a:hover {
        border-color: var(--tb-theme-color)
    }
    .product-block.v8 .group-buttons>div:last-child a {
        border-right: 1px solid var(--border-color)
    }
    .product-block.v8 .group-buttons>div:last-child a:hover {
        border-color: var(--tb-theme-color)
    }
    .product-block.v8 .group-buttons>div a span {
        display: none;
        font-weight: 500
    }
    .product-block.v8 .group-buttons>div i {
        display: inline-block;
        font-size: 14px;
        line-height: 33px;
        margin: 0
    }
    .product-block.v8 .group-buttons .button-wishlist i {
        font-size: 13px
    }
    .product-block.v8 .group-buttons.list {
        display: none
    }
    .product-block.v8 .add-cart a.added+a.added_to_cart:hover {
        color: #fff
    }
    .product-block.v8 .add-cart a.added+a.added_to_cart:before {
        font-size: 14px;
        line-height: 33px
    }
    .product-block.v8 .yith-compare a:before {
        font-size: 14px;
        line-height: 33px
    }
    .product-block.v8 .yith-compare a.added {
        color: var(--tb-theme-color)
    }
    .product-block.v8 .yith-compare a.added:hover {
        color: #fff
    }
    .product-block.v8 .block-inner {
        position: relative;
        overflow: hidden
    }
    .product-block.v8 .block-inner .image {
        text-align: center
    }
    .product-block.v8 .caption {
        padding: 10px 0 6px;
        text-align: center
    }
    .product-block.v8 .tbay-swatches-wrapper {
        position: static;
        margin-top: 4px;
        margin-bottom: 11px
    }
    .product-block.v8 .tbay-product-slider-gallery .slick-arrow {
        bottom: auto;
        top: 50%;
        -webkit-transform: translate(20px, -50%);
        -ms-transform: translate(20px, -50%);
        -o-transform: translate(20px, -50%);
        transform: translate(20px, -50%)
    }
    .product-block.v8 .tbay-product-slider-gallery .slick-arrow.slick-next {
        -webkit-transform: translate(-20px, -50%);
        -ms-transform: translate(-20px, -50%);
        -o-transform: translate(-20px, -50%);
        transform: translate(-20px, -50%)
    }
    .product-block.v8 .stock {
        margin-top: 5px
    }
    .woocommerce .product-block.v8 span.onsale {
        top: 20px;
        left: 20px
    }
    .woocommerce .product-block.v8 span.onsale .featured {
        min-width: 40px;
        line-height: 20px;
        text-transform: uppercase
    }
    .woocommerce .product-block.v8 span.onsale .saled {
        line-height: 20px;
        min-width: auto;
        border-radius: 0 !important;
        -webkit-border-radius: 0 !important;
        -moz-border-radius: 0 !important;
        -ms-border-radius: 0 !important;
        -o-border-radius: 0 !important;
        text-transform: uppercase
    }
    .woocommerce div.product .product-block.v8 .price {
        display: inline-block;
        vertical-align: middle;
        margin: 6px 0 2px
    }
    .woocommerce div.product .product-block.v8 .price del {
        margin-left: 2px
    }
    .product-block.v9 {
        padding: 0;
        overflow: hidden
    }
    .product-block.v9:hover .group-buttons {
        opacity: 1;
        filter: alpha(opacity=100);
        -webkit-transform: scale(1) translateZ(0);
        -moz-transform: scale(1) translateZ(0);
        -ms-transform: scale(1) translateZ(0);
        -o-transform: scale(1) translateZ(0);
        transform: scale(1) translateZ(0)
    }
    .product-block.v9:hover .group-add-cart {
        bottom: 0;
        opacity: 1;
        filter: alpha(opacity=100)
    }
    .product-block.v9:hover .image.has-slider-gallery .slick-arrow {
        -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        -o-transform: translate(0, -50%);
        transform: translate(0, -50%)
    }
    .product-block.v9:hover .image.has-slider-gallery .slick-arrow.slick-next {
        -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        -o-transform: translate(0, -50%);
        transform: translate(0, -50%)
    }
    .product-block.v9 .product-content {
        position: relative
    }
    .product-block.v9 .image .out-stock {
        color: var(--white-color);
        background: #000;
        line-height: 22px;
        font-size: 12px;
        font-weight: 500;
        padding: 0 15px;
        width: auto;
        height: auto;
        opacity: 1;
        filter: alpha(opacity=100);
        right: 0;
        left: auto;
        top: auto;
        bottom: 0;
        text-transform: inherit
    }
    .product-block.v9 .tbay-product-slider-gallery .slick-arrow {
        bottom: auto;
        background: transparent;
        top: 50%;
        -webkit-transform: translate(20px, -50%);
        -ms-transform: translate(20px, -50%);
        -o-transform: translate(20px, -50%);
        transform: translate(20px, -50%);
        border: 0;
        font-size: 15px;
        width: auto;
        left: 15px;
        right: auto
    }
    .product-block.v9 .tbay-product-slider-gallery .slick-arrow i:before {
        content: "";
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-family: "tb-icon"
    }
    .product-block.v9 .tbay-product-slider-gallery .slick-arrow.slick-next {
        -webkit-transform: translate(-20px, -50%);
        -ms-transform: translate(-20px, -50%);
        -o-transform: translate(-20px, -50%);
        transform: translate(-20px, -50%);
        left: auto;
        right: 15px
    }
    .product-block.v9 .tbay-product-slider-gallery .slick-arrow.slick-next i:before {
        content: "";
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-family: "tb-icon"
    }
    .product-block.v9 .tbay-product-slider-gallery .slick-arrow:hover {
        background: transparent;
        color: var(--tb-theme-color)
    }
    .product-block.v9 .block-inner {
        position: relative;
        overflow: hidden
    }
    .product-block.v9 .group-buttons {
        position: absolute;
        left: auto;
        right: 15px;
        top: 15px;
        opacity: 0;
        filter: alpha(opacity=0);
        -webkit-transition: .35s;
        -o-transition: .35s;
        transition: .35s;
        -webkit-transform: scale(0.8) translateZ(0);
        -moz-transform: scale(0.8) translateZ(0);
        -ms-transform: scale(0.8) translateZ(0);
        -o-transform: scale(0.8) translateZ(0);
        transform: scale(0.8) translateZ(0);
        text-align: center;
        z-index: 99
    }
    .product-block.v9 .group-buttons>div a {
        width: 35px;
        line-height: 34px;
        -webkit-transition: .35s;
        -o-transition: .35s;
        transition: .35s;
        border: 1px solid var(--border-color);
        position: relative;
        -webkit-transform: translateZ(0);
        -ms-transform: translateZ(0);
        -o-transform: translateZ(0);
        transform: translateZ(0)
    }
    .product-block.v9 .group-buttons>div a:hover {
        border-color: var(--tb-theme-color)
    }
    .product-block.v9 .group-buttons>div a.added {
        color: var(--tb-theme-color)
    }
    .product-block.v9 .group-buttons>div a.added:hover {
        color: #fff
    }
    .product-block.v9 .group-buttons>div a span {
        display: none;
        font-weight: 500
    }
    .product-block.v9 .group-buttons>div i {
        font-size: 15px;
        margin: 0
    }
    .product-block.v9 .group-buttons>div:not(:last-child) a {
        border-bottom: 0
    }
    .product-block.v9 .group-add-cart {
        position: absolute;
        left: 0;
        right: 0;
        background: var(--bg-white);
        bottom: -40px;
        padding: 0 15px;
        opacity: 0;
        filter: alpha(opacity=0);
        -webkit-transition: .35s;
        -o-transition: .35s;
        transition: .35s;
        text-align: left;
        z-index: 300
    }
    .product-block.v9 .add-cart a {
        padding: 0;
        line-height: 40px;
        background: transparent;
        color: var(--tb-theme-color);
        font-weight: 500
    }
    .product-block.v9 .add-cart a.added {
        display: none
    }
    .product-block.v9 .add-cart a.added+a.added_to_cart {
        font-size: 14px
    }
    .product-block.v9 .add-cart a.added+a.added_to_cart:before {
        width: auto;
        padding-right: 8px;
        padding-left: 0;
        font-size: 14px
    }
    .product-block.v9 .add-cart a.added_to_cart:before {
        -webkit-transition: .4s;
        -o-transition: .4s;
        transition: .4s
    }
    .product-block.v9 .add-cart a i {
        margin-right: 8px;
        margin-left: 0
    }
    .product-block.v9 .tbay-swatches-wrapper {
        position: static;
        padding-top: 15px
    }
    .product-block.v9 .tbay-swatches-wrapper ul {
        justify-content: unset
    }
    .product-block.v9 .tbay-swatches-wrapper li a {
        min-width: 30px;
        line-height: 30px
    }
    .product-block.v9 .tbay-swatches-wrapper li a.variable-item-span-image {
        height: 43px;
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        border: 1px solid var(--border-color-3)
    }
    .product-block.v9 .tbay-swatches-wrapper li a.variable-item-span-image:hover {
        border-color: var(--tb-theme-color)
    }
    .product-block.v9 .yith-compare a:before {
        font-size: 15px;
        line-height: 1;
        display: inline-block;
        vertical-align: middle
    }
    .product-block.v9 .caption {
        border-top: 1px solid transparent;
        text-align: left;
        -webkit-transition: .35s;
        -o-transition: .35s;
        transition: .35s;
        padding: 12px 15px 8px
    }
    .product-block.v9 .group {
        position: relative;
        padding-right: 30px;
        padding-left: 0
    }
    .product-block.v9 .button-wishlist {
        position: absolute;
        top: 0;
        right: 0;
        left: auto
    }
    .product-block.v9 .button-wishlist a span {
        display: none
    }
    .product-block.v9 .yith-wcwl-add-button>a i {
        margin: 0
    }
    .product-block.v9 .name {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 10px;
        margin-top: 5px
    }
    .product-block.v9 .name a {
        color: var(--color-10)
    }
    .product-block.v9 .name a:hover {
        color: var(--tb-theme-color)
    }
    .product-block.v9 ul.show-brand {
        margin-bottom: 0;
        line-height: 17px;
        font-size: 13px
    }
    .product-block.v9 ul.show-brand a {
        color: var(--black-color);
        font-weight: 500;
        text-transform: uppercase
    }
    .product-block.v9 .rating {
        line-height: 20px
    }
    .product-block.v9.tbay-variable-sale .group-add-cart {
        bottom: 0;
        opacity: 1;
        filter: alpha(opacity=100)
    }
    .product-block.v9.tbay-variable-sale .group-add-cart>div {
        -webkit-transition: .35s;
        -o-transition: .35s;
        transition: .35s
    }
    .product-block.v9.tbay-variable-sale .add-cart {
        opacity: 0;
        filter: alpha(opacity=0);
        position: absolute;
        bottom: -20px
    }
    .product-block.v9.tbay-variable-sale:hover .tbay-swatches-wrapper {
        padding-bottom: 40px
    }
    .product-block.v9.tbay-variable-sale:hover .add-cart {
        opacity: 1;
        filter: alpha(opacity=100);
        bottom: 0
    }
    .product-block.v9 .stock {
        margin: 15px;
        margin-bottom: 20px
    }
    .woocommerce .product-block.v9 span.onsale {
        position: static;
        display: inline-block;
        font-size: 12px;
        font-weight: normal;
        line-height: 20px;
        vertical-align: middle
    }
    .woocommerce .product-block.v9 span.onsale .featured {
        position: absolute;
        top: 15px;
        left: 15px;
        right: auto;
        font-size: 12px;
        font-weight: 500;
        min-width: 40px;
        line-height: 22px;
        border: 0;
        z-index: 10
    }
    .woocommerce .product-block.v9 span.onsale .saled {
        line-height: 20px;
        min-width: auto;
        margin: 0 !important;
        text-transform: uppercase;
        background: transparent;
        color: #ca0815
    }
    .woocommerce div.product .product-block.v9 .price {
        display: inline-block;
        vertical-align: middle;
        line-height: 20px
    }
    .woocommerce div.product .product-block.v9 .price del {
        margin-left: 2px
    }
    .product-countdown .product-block.v9 .time {
        padding: 0 15px
    }
    .product-countdown .product-block.v9 .time .timming {
        display: block
    }
    .product-countdown .product-block.v9 .time .stock {
        margin: 5px 0 20px
    }
    .product-block.v10:hover .group-buttons {
        opacity: 1;
        filter: alpha(opacity=100);
        right: 20px;
        left: auto
    }
    .product-block.v10 .name a {
        position: relative
    }
    .product-block.v10 .name a:hover {
        text-decoration: underline;
        -webkit-text-underline-position: under;
        -ms-text-underline-position: below;
        text-underline-position: under;
        padding: 0
    }
    .product-block.v10 .name a:hover:before {
        width: 100%;
        background: var(--tb-theme-color)
    }
    .product-block.v10 .name a {
        color: var(--black-color)
    }
    .product-block.v10 .name a:hover {
        color: var(--tb-theme-color)
    }
    .product-block.v10 .tbay-swatches-wrapper {
        padding: 10px 0;
        background: var(--bg-white);
        position: static
    }
    .product-block.v10 .tbay-swatches-wrapper ul {
        justify-content: unset
    }
    .product-block.v10 .caption {
        padding: 10px 20px;
        text-align: left
    }
    .product-block.v10 .caption::after {
        display: block;
        clear: both;
        content: ""
    }
    .product-block.v10 .rating {
        line-height: 30px
    }
    .product-block.v10 .group-buttons {
        right: 0;
        top: 20px;
        left: auto;
        opacity: 0;
        filter: alpha(opacity=0);
        position: absolute;
        -webkit-transition: .4s;
        -o-transition: .4s;
        transition: .4s;
        z-index: 301;
        text-align: center
    }
    .product-block.v10 .group-buttons>div a {
        width: 32px;
        border: 1px solid var(--border-color);
        border-bottom: 0;
        -webkit-transition: .4s;
        -o-transition: .4s;
        transition: .4s;
        -webkit-transform: translateZ(0);
        -ms-transform: translateZ(0);
        -o-transform: translateZ(0);
        transform: translateZ(0)
    }
    .product-block.v10 .group-buttons>div a span {
        display: none
    }
    .product-block.v10 .group-buttons>div a:hover {
        border-color: var(--tb-theme-color)
    }
    .product-block.v10 .group-buttons>div a.added:hover {
        color: #fff
    }
    .product-block.v10 .group-buttons>div a:hover:before {
        color: #fff;
        -webkit-transition: .4s;
        -o-transition: .4s;
        transition: .4s
    }
    .product-block.v10 .group-buttons>div:last-child a {
        border-bottom: 1px solid var(--border-color)
    }
    .product-block.v10 .group-buttons>div:last-child a:hover {
        border-color: var(--tb-theme-color)
    }
    .product-block.v10 .group-buttons>div i {
        font-size: 13px;
        line-height: 31px;
        margin: 0;
        display: inline-block
    }
    .product-block.v10 .group-buttons>div.add-cart a.added {
        display: none
    }
    .product-block.v10 .yith-compare a:before {
        font-size: 13px;
        line-height: 31px
    }
    .product-block.v10 .yith-compare a.added {
        color: var(--tb-theme-color)
    }
    .product-block.v10 .add-cart a.added+a.added_to_cart:before {
        line-height: 30px
    }
    .product-block.v10 .woocs_price_code {
        font-size: 15px
    }
    .product-block.v10 .tbay-product-slider-gallery .slick-arrow {
        width: 32px;
        line-height: 30px;
        left: 0;
        right: auto;
        bottom: 2px
    }
    .product-block.v10 .tbay-product-slider-gallery .slick-arrow.slick-next {
        -webkit-transform: translate(-20px, 0);
        -moz-transform: translate(-20px, 0);
        -ms-transform: translate(-20px, 0);
        -o-transform: translate(-20px, 0);
        transform: translate(-20px, 0);
        right: auto;
        bottom: 33px
    }
    .product-block.v10 .stock>span {
        position: static;
        color: var(--color-11)
    }
    .product-block.v10 .time {
        padding: 10px 20px;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        flex-direction: column-reverse
    }
    .product-block.v10 .time .timming {
        display: block
    }
    .product-block.v10 .time>.stock {
        margin: 0 0 10px
    }
    .woocommerce .product-block.v10 span.onsale {
        top: 15px;
        left: 15px;
        right: auto;
        pointer-events: none
    }
    .woocommerce .product-block.v10 span.onsale .featured {
        line-height: 20px
    }
    .woocommerce .product-block.v10 span.onsale .saled {
        line-height: 20px
    }
    .product-block.v11 {
        padding: 0 0 15px;
        position: relative
    }
    .product-block.v11:hover .image.has-slider-gallery .slick-arrow {
        opacity: 1;
        filter: alpha(opacity=100);
        -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        -o-transform: translate(0, -50%);
        transform: translate(0, -50%)
    }
    .product-block.v11:hover .image.has-slider-gallery .slick-arrow.slick-next {
        -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        -o-transform: translate(0, -50%);
        transform: translate(0, -50%)
    }
    .product-block.v11:hover .group-buttons {
        z-index: 99;
        bottom: 0;
        visibility: visible
    }
    .product-block.v11:hover .name {
        opacity: 0;
        filter: alpha(opacity=0);
        visibility: hidden
    }
    .product-block.v11:hover .add-cart {
        opacity: 1;
        filter: alpha(opacity=100);
        visibility: visible
    }
    .product-block.v11 .group-buttons {
        position: absolute;
        left: 15px;
        visibility: hidden;
        right: auto;
        bottom: -42px;
        z-index: -1;
        display: flex;
        -webkit-transition: .4s;
        -o-transition: .4s;
        transition: .4s;
        text-align: center
    }
    .product-block.v11 .group-buttons>div {
        width: 35px
    }
    .product-block.v11 .group-buttons>div a {
        border: 1px solid var(--border-color);
        border-right: 0
    }
    .product-block.v11 .group-buttons>div a:hover {
        border-color: var(--tb-theme-color)
    }
    .product-block.v11 .group-buttons>div:last-child a {
        border-right: 1px solid var(--border-color)
    }
    .product-block.v11 .group-buttons>div:last-child a:hover {
        border-color: var(--tb-theme-color)
    }
    .product-block.v11 .group-buttons>div a span {
        display: none;
        font-weight: 500
    }
    .product-block.v11 .group-buttons>div i {
        display: inline-block;
        font-size: 15px;
        line-height: 34px;
        margin: 0
    }
    .product-block.v11 .group-buttons.list {
        display: none
    }
    .product-block.v11 .tbay-swatches-wrapper li a {
        margin-right: 8px
    }
    .product-block.v11 .tbay-swatches-wrapper li a.variable-item-span-color {
        border-radius: 50%;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%;
        width: 12px;
        height: 12px;
        line-height: 12px
    }
    .product-block.v11 .caption {
        padding: 12px 15px 0;
        margin-top: 10px;
        text-align: left
    }
    .product-block.v11 .info {
        position: relative
    }
    .product-block.v11 .add-cart {
        position: absolute;
        opacity: 0;
        filter: alpha(opacity=0);
        -webkit-transition: .4s;
        -o-transition: .4s;
        transition: .4s;
        top: 0;
        left: 0;
        right: auto;
        visibility: hidden;
        line-height: 23px
    }
    .product-block.v11 .add-cart a {
        padding: 0;
        background-color: transparent;
        font-weight: normal;
        color: var(--tb-theme-color)
    }
    .product-block.v11 .add-cart a i {
        margin-right: 6px;
        display: inline-block
    }
    .product-block.v11 .add-cart a i:before {
        content: "";
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-family: "tb-icon"
    }
    .product-block.v11 .add-cart a.added+a.added_to_cart {
        font-size: inherit
    }
    .product-block.v11 .add-cart a.added+a.added_to_cart:before {
        font-size: 15px;
        width: auto;
        line-height: 1;
        margin-right: 8px;
        margin-left: 0
    }
    .product-block.v11 .name {
        -webkit-transition: .4s;
        -o-transition: .4s;
        transition: .4s;
        line-height: 23px
    }
    .product-block.v11 .price {
        margin-top: 3px
    }
    .product-block.v11 .block-inner {
        position: relative;
        overflow: hidden;
        text-align: center
    }
    .product-block.v11 .tbay-swatches-wrapper {
        position: static;
        text-align: left;
        margin: 4px 0 10px
    }
    .product-block.v11 .tbay-swatches-wrapper ul {
        justify-content: unset
    }
    .product-block.v11 .tbay-product-slider-gallery .slick-arrow {
        bottom: auto;
        top: 50%;
        -webkit-transform: translate(20px, -50%);
        -ms-transform: translate(20px, -50%);
        -o-transform: translate(20px, -50%);
        transform: translate(20px, -50%)
    }
    .product-block.v11 .tbay-product-slider-gallery .slick-arrow.slick-next {
        -webkit-transform: translate(-20px, -50%);
        -ms-transform: translate(-20px, -50%);
        -o-transform: translate(-20px, -50%);
        transform: translate(-20px, -50%)
    }
    .product-block.v11 .yith-compare a:before {
        font-size: 15px;
        line-height: 34px
    }
    .product-block.v11 .yith-compare a.added {
        color: var(--tb-theme-color)
    }
    .product-block.v11 .yith-compare a.added:hover {
        color: #fff
    }
    .woocommerce .product-block.v11 span.onsale {
        position: static;
        display: inline-block;
        font-size: 13px;
        font-weight: normal;
        line-height: 25px;
        margin-top: 3px;
        vertical-align: middle
    }
    .woocommerce .product-block.v11 span.onsale .featured {
        position: absolute;
        top: 20px;
        left: 20px;
        right: auto;
        min-width: 40px;
        line-height: 40px;
        border: 0;
        z-index: 10
    }
    .woocommerce .product-block.v11 span.onsale .saled {
        line-height: 20px;
        min-width: auto;
        margin: 0 !important;
        border-radius: 0 !important;
        -webkit-border-radius: 0 !important;
        -moz-border-radius: 0 !important;
        -ms-border-radius: 0 !important;
        -o-border-radius: 0 !important
    }
    .woocommerce div.product .product-block.v11 .price {
        display: inline-block;
        vertical-align: middle
    }
    .woocommerce div.product .product-block.v11 .price del {
        margin-left: 2px
    }
    .product-block.v12 {
        padding-bottom: 15px
    }
    .product-block.v12:hover .image.has-slider-gallery .slick-arrow {
        -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        -o-transform: translate(0, -50%);
        transform: translate(0, -50%)
    }
    .product-block.v12:hover .image.has-slider-gallery .slick-arrow.slick-next {
        -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        -o-transform: translate(0, -50%);
        transform: translate(0, -50%)
    }
    .product-block.v12:hover .group-buttons {
        opacity: 1;
        filter: alpha(opacity=100);
        -webkit-box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.1);
        box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.1);
        bottom: 10px
    }
    .product-block.v12:hover .rating {
        opacity: 1;
        filter: alpha(opacity=100)
    }
    .product-block.v12:hover .caption .add-cart a {
        opacity: 1;
        filter: alpha(opacity=100)
    }
    .product-block.v12:hover .price {
        opacity: 0;
        filter: alpha(opacity=0)
    }
    .product-block.v12 .block-inner {
        position: relative;
        text-align: center;
        display: flex;
        justify-content: center
    }
    .product-block.v12 .image .out-stock {
        position: absolute;
        color: var(--color-11);
        width: 100%;
        height: 100%;
        text-transform: capitalize;
        background: var(--bg-white);
        opacity: .85;
        filter: alpha(opacity=85);
        left: 0;
        right: auto;
        top: 0;
        z-index: 10;
        -webkit-transition: .4s;
        -o-transition: .4s;
        transition: .4s;
        display: flex;
        align-items: center;
        justify-content: center
    }
    .product-block.v12 .caption {
        padding: 12px 0 0;
        text-align: center;
        position: relative
    }
    .product-block.v12 .caption .price {
        -webkit-transition: .4s;
        -o-transition: .4s;
        transition: .4s;
        margin-top: 5px
    }
    .product-block.v12 .caption>.add-cart {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        text-align: center
    }
    .product-block.v12 .name {
        font-size: 14px;
        line-height: 26px
    }
    .product-block.v12 .rating {
        line-height: 22px;
        margin-bottom: 7px
    }
    .product-block.v12 .add-cart a {
        font-weight: 500;
        font-size: 15px;
        color: var(--tb-theme-color);
        line-height: 20px;
        background: transparent;
        padding: 0;
        -webkit-transition: .3s;
        -o-transition: .3s;
        transition: .3s;
        opacity: 0;
        filter: alpha(opacity=0);
        -webkit-transform: translateZ(0);
        -ms-transform: translateZ(0);
        -o-transform: translateZ(0);
        transform: translateZ(0)
    }
    .product-block.v12 .add-cart a.added+a.added_to_cart {
        font-size: 15px
    }
    .product-block.v12 .add-cart a.added+a.added_to_cart:before {
        width: auto;
        margin-right: 8px;
        margin-left: 0;
        font-size: 15px;
        line-height: 1;
        display: inline-block;
        vertical-align: middle
    }
    .product-block.v12 .add-cart a.added+a.added_to_cart:hover {
        color: var(--tb-theme-color)
    }
    .product-block.v12 .add-cart a i {
        margin-right: 8px;
        margin-left: 0;
        display: inline-block
    }
    .product-block.v12 .group-buttons {
        bottom: 0;
        left: auto;
        right: auto;
        opacity: 0;
        filter: alpha(opacity=0);
        position: absolute;
        -webkit-transition: .4s;
        -o-transition: .4s;
        transition: .4s;
        -webkit-transform: translateZ(0);
        -ms-transform: translateZ(0);
        -o-transform: translateZ(0);
        transform: translateZ(0);
        z-index: 301
    }
    .product-block.v12 .group-buttons>div {
        float: left
    }
    .product-block.v12 .group-buttons>div a {
        width: 43px;
        border: 0;
        padding: 0;
        border-radius: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        -o-border-radius: 0;
        display: block;
        color: var(--black-color);
        background-color: var(--bg-white);
        -webkit-transition: .4s;
        -o-transition: .4s;
        transition: .4s
    }
    .product-block.v12 .group-buttons>div a span {
        display: none
    }
    .product-block.v12 .group-buttons>div a.added:hover {
        color: #fff
    }
    .product-block.v12 .group-buttons>div a:hover:before {
        color: #fff;
        -webkit-transition: .4s;
        -o-transition: .4s;
        transition: .4s
    }
    .product-block.v12 .group-buttons>div i {
        font-size: 14px;
        line-height: 43px;
        margin: 0;
        display: inline-block
    }
    .product-block.v12 .group-buttons>div.add-cart a.added {
        display: none
    }
    .product-block.v12 .group-buttons>div:not(:last-child) a {
        border-bottom: 0
    }
    .product-block.v12 .yith-compare a:before {
        font-size: 14px;
        line-height: 43px
    }
    .product-block.v12 .yith-compare a.added {
        color: var(--tb-theme-color)
    }
    .product-block.v12 .yith-wcwl-wishlistexistsbrowse.show a, .product-block.v12 .yith-wcwl-wishlistaddedbrowse.show a {
        color: var(--tb-theme-color)
    }
    .product-block.v12 .yith-wcwl-wishlistexistsbrowse.show a:hover, .product-block.v12 .yith-wcwl-wishlistaddedbrowse.show a:hover {
        color: #fff
    }
    .product-block.v12 .product-content {
        position: relative
    }
    .product-block.v12 .tbay-swatches-wrapper {
        position: static;
        padding: 7px 0;
        margin-bottom: 5px
    }
    .product-block.v12 .tbay-swatches-wrapper li a.swatch-pa_color {
        width: 15px;
        height: 15px
    }
    .product-block.v12 .tbay-product-slider-gallery .slick-arrow {
        bottom: auto;
        top: 50%;
        -webkit-transform: translate(20px, -50%);
        -ms-transform: translate(20px, -50%);
        -o-transform: translate(20px, -50%);
        transform: translate(20px, -50%)
    }
    .product-block.v12 .tbay-product-slider-gallery .slick-arrow.slick-next {
        -webkit-transform: translate(-20px, -50%);
        -ms-transform: translate(-20px, -50%);
        -o-transform: translate(-20px, -50%);
        transform: translate(-20px, -50%)
    }
    .woocommerce .product-block.v12 span.onsale {
        top: 14px;
        left: 39px;
        right: auto;
        font-size: 13px;
        font-weight: 500
    }
    .woocommerce .product-block.v12 span.onsale .saled, .woocommerce .product-block.v12 span.onsale .featured {
        min-width: 50px;
        line-height: 50px
    }
    .product-countdown .product-block.v12 .time {
        padding-top: 10px
    }
    .product-countdown .product-block.v12 .time .stock {
        margin: 5px 20px 10px
    }
    .product-block.v13 {
        padding-bottom: 10px;
        text-align: center
    }
    .product-block.v13:hover .group-buttons {
        opacity: 1;
        filter: alpha(opacity=100);
        bottom: 0
    }
    .product-block.v13:hover .image.has-slider-gallery .slick-arrow {
        -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        -o-transform: translate(0, -50%);
        transform: translate(0, -50%)
    }
    .product-block.v13:hover .image.has-slider-gallery .slick-arrow.slick-next {
        -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        -o-transform: translate(0, -50%);
        transform: translate(0, -50%)
    }
    .product-block.v13 .product-content {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        flex-direction: column;
        max-width: 100%
    }
    .product-block.v13 .tbay-product-slider-gallery .slick-arrow {
        bottom: auto;
        background: transparent;
        top: 50%;
        -webkit-transform: translate(20px, -50%);
        -ms-transform: translate(20px, -50%);
        -o-transform: translate(20px, -50%);
        transform: translate(20px, -50%);
        border: 0;
        font-size: 15px;
        width: auto;
        left: 15px
    }
    .product-block.v13 .tbay-product-slider-gallery .slick-arrow i:before {
        content: "";
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-family: "tb-icon"
    }
    .product-block.v13 .tbay-product-slider-gallery .slick-arrow.slick-next {
        -webkit-transform: translate(-20px, -50%);
        -ms-transform: translate(-20px, -50%);
        -o-transform: translate(-20px, -50%);
        transform: translate(-20px, -50%);
        left: auto;
        right: 15px
    }
    .product-block.v13 .tbay-product-slider-gallery .slick-arrow.slick-next i:before {
        content: "";
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-family: "tb-icon"
    }
    .product-block.v13 .tbay-product-slider-gallery .slick-arrow:hover {
        background: transparent;
        color: var(--tb-theme-color)
    }
    .product-block.v13 .group-buttons {
        position: absolute;
        left: 15px;
        right: auto;
        bottom: -20px;
        opacity: 0;
        filter: alpha(opacity=0);
        -webkit-transition: .35s;
        -o-transition: .35s;
        transition: .35s;
        text-align: center;
        display: flex;
        z-index: 99
    }
    .product-block.v13 .group-buttons>div a {
        width: 38px;
        line-height: 36px;
        border: 1px solid var(--border-color);
        border-right: 0;
        position: relative;
        -webkit-transform: translateZ(0);
        -ms-transform: translateZ(0);
        -o-transform: translateZ(0);
        transform: translateZ(0)
    }
    .product-block.v13 .group-buttons>div a:hover {
        border-color: var(--tb-theme-color)
    }
    .product-block.v13 .group-buttons>div a span {
        display: none
    }
    .product-block.v13 .group-buttons>div i {
        font-size: 14px;
        vertical-align: middle
    }
    .product-block.v13 .group-buttons>div:last-child a {
        border-right: 1px solid var(--border-color)
    }
    .product-block.v13 .group-buttons>div.add-cart a {
        width: auto;
        padding: 0 12px;
        text-transform: uppercase;
        font-weight: normal;
        font-size: 12px
    }
    .product-block.v13 .group-buttons>div.add-cart a.added+a.added_to_cart {
        font-size: 12px
    }
    .product-block.v13 .group-buttons>div.add-cart a.added+a.added_to_cart:before {
        width: auto;
        margin-right: 8px;
        margin-left: 0;
        line-height: 1;
        font-size: 14px
    }
    .product-block.v13 .group-buttons>div.add-cart a.added+a.added_to_cart:hover {
        color: #fff
    }
    .product-block.v13 .group-buttons>div.add-cart a i {
        display: none
    }
    .product-block.v13 .group-buttons>div.add-cart a span {
        display: inline-block
    }
    .product-block.v13 .yith-compare a:before {
        font-size: 14px;
        line-height: 1
    }
    .product-block.v13 .yith-compare a.added {
        color: var(--tb-theme-color)
    }
    .product-block.v13 .yith-compare a.added:hover {
        color: #fff
    }
    .product-block.v13 .block-inner {
        max-width: 100%
    }
    .product-block.v13 .caption {
        text-align: left;
        padding: 13px 10px 15px 15px;
        position: relative;
        -webkit-box-flex: 1;
        -moz-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1
    }
    .product-block.v13 .stock {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        flex-direction: column;
        margin: 4px 60px 15px 15px;
        text-align: left
    }
    .product-block.v13 .stock .progress {
        height: 8px
    }
    .product-block.v13 .stock>span {
        position: static;
        -webkit-box-ordinal-group: 1;
        -moz-box-ordinal-group: 1;
        -ms-flex-order: 1;
        -webkit-order: 1;
        order: 1;
        margin-top: 10px
    }
    .product-block.v13 .rating {
        margin-top: 2px
    }
    .product-block.v13 .button-wishlist {
        position: absolute;
        right: 15px;
        left: auto;
        bottom: 20px
    }
    .product-block.v13 .button-wishlist a {
        font-size: 15px;
        display: flex
    }
    .product-block.v13 .button-wishlist a span {
        display: none
    }
    .product-block.v13 .yith-wcwl-add-button>a i {
        margin: 0;
        font-size: 15px
    }
    .product-block.v13 ul.show-brand {
        margin-bottom: 0
    }
    .product-block.v13 ul.show-brand a {
        color: var(--color-11)
    }
    .product-block.v13 .tbay-swatches-wrapper {
        position: static;
        margin-bottom: 10px
    }
    .product-block.v13 .tbay-swatches-wrapper ul {
        justify-content: unset
    }
    .tbay-addon-flash-sales .product-block.v13 .caption {
        padding-bottom: 0
    }
    .tbay-addon-flash-sales .product-block.v13 .button-wishlist {
        bottom: 5px
    }
    .product-countdown .product-block.v13 .time {
        padding: 10px 15px 0
    }
    .product-countdown .product-block.v13 .time .timming {
        display: block
    }
    .product-countdown .product-block.v13 .time .stock {
        margin: 5px 0 10px
    }
    .woocommerce .product-block.v13 span.onsale {
        left: 15px;
        top: 25px;
        font-size: 13px
    }
    .woocommerce .product-block.v13 span.onsale .saled, .woocommerce .product-block.v13 span.onsale .featured {
        min-width: 42px;
        line-height: 23px
    }
    .product-block.v14:hover .group-buttons {
        opacity: 1;
        filter: alpha(opacity=100);
        visibility: visible
    }
    .product-block.v14:hover .image.has-slider-gallery .slick-arrow {
        -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        -o-transform: translate(0, -50%);
        transform: translate(0, -50%)
    }
    .product-block.v14:hover .image.has-slider-gallery .slick-arrow.slick-next {
        -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        -o-transform: translate(0, -50%);
        transform: translate(0, -50%)
    }
    .product-block.v14 .tbay-swatches-wrapper li a.variable-item-span-color {
        width: 12px;
        height: 12px;
        line-height: 12px
    }
    .product-block.v14 .tbay-product-slider-gallery .slick-arrow {
        bottom: auto;
        top: 50%;
        -webkit-transform: translate(20px, -50%);
        -ms-transform: translate(20px, -50%);
        -o-transform: translate(20px, -50%);
        transform: translate(20px, -50%);
        font-size: 15px;
        left: 15px
    }
    .product-block.v14 .tbay-product-slider-gallery .slick-arrow.slick-next {
        -webkit-transform: translate(-20px, -50%);
        -ms-transform: translate(-20px, -50%);
        -o-transform: translate(-20px, -50%);
        transform: translate(-20px, -50%);
        left: auto;
        right: 15px
    }
    .product-block.v14 .group-buttons {
        position: absolute;
        left: 10px;
        right: auto;
        bottom: 11px;
        opacity: 0;
        filter: alpha(opacity=0);
        -webkit-transition: .35s;
        -o-transition: .35s;
        transition: .35s;
        text-align: center;
        display: flex;
        visibility: hidden;
        z-index: 99
    }
    .product-block.v14 .group-buttons>div {
        margin-right: 5px
    }
    .product-block.v14 .group-buttons>div a {
        width: 37px;
        line-height: 37px;
        border-radius: 50%;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%;
        border: 0;
        color: var(--color-11);
        position: relative;
        border: 1px solid var(--color-06);
        -webkit-transition: .4s;
        -o-transition: .4s;
        transition: .4s
    }
    .product-block.v14 .group-buttons>div a:hover {
        border-color: var(--tb-theme-color)
    }
    .product-block.v14 .group-buttons>div a.added {
        color: #fff;
        background: var(--tb-theme-color);
        border-color: var(--tb-theme-color)
    }
    .product-block.v14 .group-buttons>div a.added+a.added_to_cart {
        background: var(--tb-theme-color);
        color: #fff;
        border-color: var(--tb-theme-color)
    }
    .product-block.v14 .group-buttons>div a span {
        display: none
    }
    .product-block.v14 .group-buttons>div i {
        vertical-align: middle
    }
    .product-block.v14 .yith-compare a:before {
        font-size: 14px;
        line-height: 1;
        -webkit-transform: translateZ(0);
        -ms-transform: translateZ(0);
        -o-transform: translateZ(0);
        transform: translateZ(0)
    }
    .product-block.v14 .block-inner {
        position: relative;
        overflow: hidden
    }
    .product-block.v14 .caption {
        padding: 17px 0 20px;
        text-align: center
    }
    .product-block.v14 .button-wishlist {
        position: absolute;
        bottom: 12px;
        right: 10px;
        left: auto;
        z-index: 10
    }
    .product-block.v14 .button-wishlist a {
        width: 37px;
        line-height: 35px;
        border-radius: 50%;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%;
        background: var(--bg-white);
        border: 1px solid transparent;
        display: block;
        text-align: center;
        border: 1px solid var(--color-06);
        -webkit-transition: .3s;
        -o-transition: .3s;
        transition: .3s
    }
    .product-block.v14 .button-wishlist a span {
        display: none
    }
    .product-block.v14 .button-wishlist a:hover, .product-block.v14 .button-wishlist a:focus {
        color: #fff;
        background: var(--tb-theme-color);
        border-color: var(--tb-theme-color)
    }
    .product-block.v14 .button-wishlist i {
        vertical-align: middle
    }
    .product-block.v14 .yith-wcwl-wishlistexistsbrowse.show a, .product-block.v14 .yith-wcwl-wishlistaddedbrowse.show a {
        color: #fff;
        background: var(--tb-theme-color);
        border-color: var(--tb-theme-color)
    }
    .product-block.v14 .yith-wcwl-add-button>a i {
        margin: 0
    }
    .product-block.v14 ul.show-brand {
        margin-bottom: 0
    }
    .product-block.v14 ul.show-brand a {
        color: var(--color-11)
    }
    .product-block.v14 .tbay-swatches-wrapper {
        position: static;
        margin-top: 7px
    }
    .product-block.v14 .tbay-swatches-wrapper li a {
        margin-right: 4px
    }
    .product-block.v14 .stock {
        margin-bottom: 20px;
        margin-top: 5px
    }
    .woocommerce .product-block.v14 span.onsale {
        top: 10px;
        left: 10px
    }
    .woocommerce .product-block.v14 span.onsale .featured {
        min-width: 35px;
        line-height: 18px
    }
    .woocommerce .product-block.v14 span.onsale .saled {
        line-height: 18px;
        min-width: 35px
    }
    .woocommerce div.product .product-block.v14 .price {
        display: inline-block;
        vertical-align: middle;
        margin-top: 2px
    }
    .woocommerce div.product .product-block.v14 .price del {
        margin-left: 2px
    }
    .product-block.v15 {
        overflow: hidden
    }
    .product-block.v15:hover .group-buttons {
        opacity: 1;
        filter: alpha(opacity=100);
        -webkit-transform: scale(1) translateZ(0);
        -moz-transform: scale(1) translateZ(0);
        -ms-transform: scale(1) translateZ(0);
        -o-transform: scale(1) translateZ(0);
        transform: scale(1) translateZ(0)
    }
    .product-block.v15:hover .group-add-cart {
        bottom: 0;
        opacity: 1;
        filter: alpha(opacity=100)
    }
    .product-block.v15:hover .group-add-cart:hover {
        background: var(--tb-theme-color)
    }
    .product-block.v15:hover .caption {
        border-color: var(--border-color)
    }
    .product-block.v15:hover .image.has-slider-gallery .slick-arrow {
        -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        -o-transform: translate(0, -50%);
        transform: translate(0, -50%)
    }
    .product-block.v15:hover .image.has-slider-gallery .slick-arrow.slick-next {
        -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        -o-transform: translate(0, -50%);
        transform: translate(0, -50%)
    }
    .product-block.v15 .product-content {
        position: relative
    }
    .product-block.v15 .image .out-stock {
        color: var(--white-color);
        background: #000;
        line-height: 22px;
        font-size: 12px;
        font-weight: 500;
        padding: 0 15px;
        width: auto;
        height: auto;
        opacity: 1;
        filter: alpha(opacity=100);
        right: 0;
        left: auto;
        top: auto;
        bottom: 0;
        text-transform: inherit
    }
    .product-block.v15 .tbay-product-slider-gallery .slick-arrow {
        bottom: auto;
        background: transparent;
        top: 50%;
        -webkit-transform: translate(20px, -50%);
        -ms-transform: translate(20px, -50%);
        -o-transform: translate(20px, -50%);
        transform: translate(20px, -50%);
        border: 0;
        font-size: 15px;
        width: auto;
        left: 15px;
        right: auto
    }
    .product-block.v15 .tbay-product-slider-gallery .slick-arrow i:before {
        content: "";
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-family: "tb-icon"
    }
    .product-block.v15 .tbay-product-slider-gallery .slick-arrow.slick-next {
        -webkit-transform: translate(-20px, -50%);
        -ms-transform: translate(-20px, -50%);
        -o-transform: translate(-20px, -50%);
        transform: translate(-20px, -50%);
        left: auto;
        right: 15px
    }
    .product-block.v15 .tbay-product-slider-gallery .slick-arrow.slick-next i:before {
        content: "";
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-family: "tb-icon"
    }
    .product-block.v15 .tbay-product-slider-gallery .slick-arrow:hover {
        background: transparent;
        color: var(--tb-theme-color)
    }
    .product-block.v15 .block-inner {
        position: relative;
        overflow: hidden
    }
    .product-block.v15 .group-buttons {
        position: absolute;
        left: auto;
        right: 20px;
        top: 20px;
        opacity: 0;
        filter: alpha(opacity=0);
        -webkit-transition: .35s;
        -o-transition: .35s;
        transition: .35s;
        -webkit-transform: scale(0.8) translateZ(0);
        -moz-transform: scale(0.8) translateZ(0);
        -ms-transform: scale(0.8) translateZ(0);
        -o-transform: scale(0.8) translateZ(0);
        transform: scale(0.8) translateZ(0);
        text-align: center;
        z-index: 99
    }
    .product-block.v15 .group-buttons>div a {
        width: 38px;
        line-height: 36px;
        -webkit-transition: .35s;
        -o-transition: .35s;
        transition: .35s;
        border: 1px solid var(--border-color);
        position: relative;
        -webkit-transform: translateZ(0);
        -ms-transform: translateZ(0);
        -o-transform: translateZ(0);
        transform: translateZ(0)
    }
    .product-block.v15 .group-buttons>div a:hover {
        border-color: var(--tb-theme-color)
    }
    .product-block.v15 .group-buttons>div a.added {
        color: var(--tb-theme-color)
    }
    .product-block.v15 .group-buttons>div a.added:hover {
        color: #fff
    }
    .product-block.v15 .group-buttons>div a span {
        display: none;
        font-weight: 500
    }
    .product-block.v15 .group-buttons>div i {
        font-size: 15px;
        margin: 0
    }
    .product-block.v15 .group-buttons>div:not(:last-child) a {
        border-bottom: 0
    }
    .product-block.v15 .group-add-cart {
        position: absolute;
        left: 0;
        right: 0;
        background: #000;
        bottom: -40px;
        padding: 0 15px;
        opacity: 0;
        filter: alpha(opacity=0);
        -webkit-transition: .35s;
        -o-transition: .35s;
        transition: .35s;
        text-align: center;
        z-index: 300
    }
    .product-block.v15 .add-cart a.loading {
        color: #fff
    }
    .product-block.v15 .add-cart a {
        width: 100%;
        padding: 0;
        line-height: 46px;
        background: transparent;
        color: #fff;
        font-weight: 500
    }
    .product-block.v15 .add-cart a.added {
        display: none
    }
    .product-block.v15 .add-cart a.added+a.added_to_cart {
        color: #fff;
        font-size: 14px
    }
    .product-block.v15 .add-cart a.added+a.added_to_cart::before {
        font-size: 14px;
        margin-right: 8px;
        margin-left: 0;
        width: auto
    }
    .product-block.v15 .add-cart a.added_to_cart:before {
        -webkit-transition: .4s;
        -o-transition: .4s;
        transition: .4s
    }
    .product-block.v15 .add-cart a i {
        margin-right: 6px;
        display: inline-block
    }
    .product-block.v15 .add-cart a i:before {
        content: "";
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-family: "tb-icon"
    }
    .product-block.v15 .tbay-swatches-wrapper {
        position: static;
        padding-top: 4px
    }
    .product-block.v15 .tbay-swatches-wrapper ul {
        justify-content: center
    }
    .product-block.v15 .tbay-swatches-wrapper li a.variable-item-span-color {
        width: 13px;
        height: 13px;
        line-height: 13px
    }
    .product-block.v15 .yith-compare a:before {
        font-size: 15px;
        line-height: 1;
        display: inline-block;
        vertical-align: middle
    }
    .product-block.v15 .caption {
        border-top: 1px solid transparent;
        text-align: center;
        -webkit-transition: .35s;
        -o-transition: .35s;
        transition: .35s;
        padding: 11px 15px 8px
    }
    .product-block.v15 .group {
        position: relative
    }
    .product-block.v15 .yith-wcwl-add-button>a i {
        margin: 0
    }
    .product-block.v15 .name {
        font-size: 14px;
        margin-top: 10px
    }
    .product-block.v15 .name a {
        color: var(--black-color);
        text-transform: uppercase;
        line-height: 23px
    }
    .product-block.v15 .name a:hover {
        color: var(--tb-theme-color)
    }
    .product-block.v15 ul.show-brand {
        margin-bottom: 0;
        line-height: 17px;
        font-size: 13px
    }
    .product-block.v15 ul.show-brand a {
        font-size: 13px;
        color: var(--color-11);
        text-transform: capitalize
    }
    .product-block.v15 .rating {
        line-height: 16px;
        margin-bottom: 10px
    }
    .product-block.v15 .stock {
        margin-bottom: 20px;
        margin-top: 5px
    }
    .woocommerce .product-block.v15 span.onsale {
        top: 20px;
        left: 20px
    }
    .woocommerce .product-block.v15 span.onsale .featured {
        font-size: 12px;
        line-height: 20px
    }
    .woocommerce .product-block.v15 span.onsale .saled {
        line-height: 20px;
        max-width: 42px;
        text-transform: uppercase
    }
    .woocommerce div.product .product-block.v15 .price {
        display: inline-block;
        vertical-align: middle;
        line-height: 31px
    }
    .woocommerce div.product .product-block.v15 .price del {
        margin-left: 2px
    }
    .woocommerce div.product .product-block.v15 .price .woocs_price_code {
        font-size: 16px
    }
    .product-block.v16:hover .group-buttons {
        opacity: 1;
        filter: alpha(opacity=100);
        visibility: visible;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0)
    }
    .product-block.v16:hover .image.has-slider-gallery .slick-arrow {
        -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        -o-transform: translate(0, -50%);
        transform: translate(0, -50%)
    }
    .product-block.v16:hover .image.has-slider-gallery .slick-arrow.slick-next {
        -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        -o-transform: translate(0, -50%);
        transform: translate(0, -50%)
    }
    .product-block.v16 .product-content {
        position: relative
    }
    .product-block.v16 .button-wishlist {
        position: absolute;
        left: auto;
        right: 20px;
        top: 20px;
        margin: 0;
        z-index: 222
    }
    .product-block.v16 .button-wishlist a {
        font-size: 18px;
        color: var(--color-11);
        display: flex
    }
    .product-block.v16 .button-wishlist a i {
        margin: 0
    }
    .product-block.v16 .button-wishlist a span {
        display: none
    }
    .product-block.v16 .button-wishlist a:hover {
        color: var(--tb-theme-color)
    }
    .product-block.v16 .group-buttons {
        background: var(--bg-white);
        position: absolute;
        left: 0;
        visibility: hidden;
        right: 0;
        bottom: 0;
        -webkit-transform: translateY(15px);
        -ms-transform: translateY(15px);
        -o-transform: translateY(15px);
        transform: translateY(15px);
        opacity: 0;
        filter: alpha(opacity=0);
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        justify-content: center;
        -webkit-transition: .4s;
        -o-transition: .4s;
        transition: .4s;
        text-align: center;
        z-index: 99
    }
    .product-block.v16 .group-buttons>div {
        margin: 0
    }
    .product-block.v16 .group-buttons>div+div {
        margin-left: 25px
    }
    .product-block.v16 .group-buttons>div a {
        -webkit-transition: .4s;
        -o-transition: .4s;
        transition: .4s
    }
    .product-block.v16 .group-buttons>div a:hover {
        background: transparent;
        color: var(--tb-theme-color)
    }
    .product-block.v16 .group-buttons>div a.added {
        color: var(--tb-theme-color)
    }
    .product-block.v16 .group-buttons>div a span {
        display: none;
        font-weight: 500
    }
    .product-block.v16 .group-buttons>div i {
        margin: 0;
        line-height: 50px;
        font-size: 18px;
        display: inline-block
    }
    .product-block.v16 .caption {
        padding: 15px 10px 23px;
        text-align: center
    }
    .product-block.v16 .caption>.rating {
        margin-bottom: 2px
    }
    .product-block.v16 .tbay-swatches-wrapper {
        position: static;
        margin-top: 8px
    }
    .product-block.v16 .tbay-swatches-wrapper li a {
        margin-right: 7px
    }
    .product-block.v16 .tbay-swatches-wrapper li a.variable-item-span-color {
        width: 17px;
        height: 17px
    }
    .product-block.v16 .add-cart a.added {
        display: none
    }
    .product-block.v16 .add-cart a.added+a.added_to_cart::before {
        font-size: 18px;
        line-height: 50px
    }
    .product-block.v16 .add-cart a.added_to_cart:before {
        -webkit-transition: .4s;
        -o-transition: .4s;
        transition: .4s
    }
    .product-block.v16 .name {
        margin-bottom: 5px
    }
    .product-block.v16 .name a {
        position: relative;
        -webkit-transition: linear .25s;
        -o-transition: linear .25s;
        transition: linear .25s;
        background: linear-gradient(to bottom, black 0, black 98%);
        -webkit-background-size: 0 1px;
        -moz-background-size: 0 1px;
        -ms-background-size: 0 1px;
        -o-background-size: 0 1px;
        background-size: 0 1px;
        background-repeat: no-repeat;
        background-position: left 100%
    }
    .product-block.v16 .name a:hover {
        color: var(--black-color);
        background-size: 100% 1px
    }
    .product-block.v16 ul.show-brand {
        margin-bottom: 0
    }
    .product-block.v16 .tbay-product-slider-gallery .slick-arrow {
        bottom: auto;
        background: transparent;
        top: 50%;
        -webkit-transform: translate(20px, -50%);
        -ms-transform: translate(20px, -50%);
        -o-transform: translate(20px, -50%);
        transform: translate(20px, -50%);
        border: 0;
        font-size: 15px;
        width: auto;
        left: 15px;
        right: auto
    }
    .product-block.v16 .tbay-product-slider-gallery .slick-arrow i:before {
        content: "";
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-family: "tb-icon"
    }
    .product-block.v16 .tbay-product-slider-gallery .slick-arrow.slick-next {
        -webkit-transform: translate(-20px, -50%);
        -ms-transform: translate(-20px, -50%);
        -o-transform: translate(-20px, -50%);
        transform: translate(-20px, -50%);
        left: auto;
        right: 15px
    }
    .product-block.v16 .tbay-product-slider-gallery .slick-arrow.slick-next i:before {
        content: "";
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-family: "tb-icon"
    }
    .product-block.v16 .tbay-product-slider-gallery .slick-arrow:hover {
        background: transparent;
        color: var(--tb-theme-color)
    }
    .product-block.v16 .yith-compare a:before {
        font-size: 18px;
        line-height: 50px
    }
    .product-block.v16 .stock {
        margin-bottom: 30px
    }
    .product-block.v16 .stock-flash-sale {
        margin-top: 0
    }
    .product-block.v16 .time .stock {
        margin-top: 5px
    }
    .woocommerce .product-block.v16 span.onsale {
        left: 20px;
        top: 20px;
        font-size: 13px
    }
    .woocommerce .product-block.v16 span.onsale .saled, .woocommerce .product-block.v16 span.onsale .featured {
        min-width: 46px;
        line-height: 22px;
        border: 0
    }
    #tbay-main-content .tbay-element .product-block.vertical-v1 {
        padding: 20px 10px
    }
    .product-block.vertical-v1 {
        text-align: left
    }
    .product-block.vertical-v1 .image {
        max-width: 50px
    }
    .product-block.vertical-v1 .image .out-stock {
        font-size: 10px
    }
    .product-block.vertical-v1 .product-content {
        flex-direction: initial
    }
    .product-block.vertical-v1 .product-content>div {
        max-width: 100%
    }
    .product-block.vertical-v1 .caption {
        -webkit-box-flex: 1;
        -moz-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
        padding: 0 0 0 20px
    }
    .elementor-product-vertical-v1 .owl-carousel:not(.row-1) .item {
        margin: 0 !important
    }
    .elementor-product-vertical-v1 .owl-carousel:not(.row-1) .slick-slide>div+div .item {
        padding-top: 20px;
        margin: 10px 0 0 !important;
        border-top: 1px solid var(--border-color)
    }
}
@media(min-width:768px) and (min-width:992px) {
    .product-block.vertical-v2 .image {
        max-width: 160px
    }
}
@media(min-width:768px) {
    .product-block.vertical-v2 {
        padding: 12px 18px
    }
    .product-block.vertical-v2.product {
        width: 100%
    }
    .product-block.vertical-v2.product span.onsale span.saled {
        left: 116px;
        right: auto
    }
    .product-block.vertical-v2.product p.price, .product-block.vertical-v2.product span.price {
        font-weight: 400
    }
    .product-block.vertical-v2 .name {
        color: var(--black-color)
    }
    .product-block.vertical-v2 .name:hover, .product-block.vertical-v2 .name:focus {
        color: var(--tb-theme-color)
    }
    .product-block.vertical-v2 .image .out-stock {
        font-size: 10px
    }
    .product-block.vertical-v2 .product-content {
        flex-direction: row
    }
    .product-block.vertical-v2 .product-content>div {
        max-width: 100%
    }
    .product-block.vertical-v2 .caption {
        text-align: left;
        padding: 18px 0 0 16px;
        -webkit-box-flex: 1;
        -moz-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1
    }
    .product-block.vertical-v2 .total-sold {
        color: var(--color-11);
        background: var(--border-color-6);
        width: max-content;
        border-radius: 20px;
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        -ms-border-radius: 20px;
        -o-border-radius: 20px;
        padding: 0 10px;
        margin-top: 10px
    }
    .elementor-product-vertical-v2 .heading-tbay-title {
        padding-bottom: 20px
    }
    .elementor-product-vertical-v2 .heading-tbay-title+.owl-carousel.slick-slider .slick-dots {
        position: absolute;
        margin: 0;
        padding: 0 !important;
        left: auto;
        right: 0;
        top: -39px;
        width: auto
    }
    .elementor-product-vertical-v2 .tbay-element-products {
        position: relative;
        text-align: center
    }
    .elementor-product-vertical-v2 .owl-carousel>.slick-arrow:hover, .elementor-product-vertical-v2 .owl-carousel>.slick-arrow:focus {
        background: var(--tb-theme-color);
        color: #fff
    }
    .elementor-product-vertical-v2 .owl-carousel.slick-dotted+.show-all {
        position: static
    }
    .elementor-product-vertical-v2 .owl-carousel:not(.row-1) .item {
        margin: 0 !important
    }
    .elementor-product-vertical-v2 .owl-carousel:not(.row-1) .slick-slide>div+div .item {
        padding-top: 20px
    }
}
.product-quantity-mode .product-block {
    overflow: visible;
    border-bottom: 0
}
.product-quantity-mode .product-block.grid .quantity-group-btn {
    position: absolute;
    background: white;
    left: 0;
    right: 0;
    top: 30px;
    opacity: 0;
    filter: alpha(opacity=0);
    visibility: hidden;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s
}
.product-quantity-mode .product-block.grid:hover .quantity-group-btn, .product-quantity-mode .product-block.grid:focus .quantity-group-btn {
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible;
    z-index: 1;
    top: 0
}
.product-quantity-mode .product-block .quantity-group-btn+.name {
    clear: both
}
.product-quantity-mode .product-block .caption {
    position: relative
}
.product-quantity-mode .product-block .add-cart a {
    border: 0;
    line-height: 40px;
    margin: 8px 0 13px;
    padding: 0 15px;
    height: unset;
    width: 100%
}
.product-quantity-mode .product-block .add-cart a.loading {
    padding: 0 15px
}
.product-quantity-mode .product-block .add-cart a.add-cart {
    margin-top: 0 !important
}
.product-quantity-mode .product-block .add-cart a i {
    line-height: 1;
    font-size: 16px
}
.product-quantity-mode .product-block .add-cart a.loading {
    padding-left: 15px;
    padding-right: 15px;
    color: var(--white-color)
}
.product-quantity-mode .product-block .add-cart a.added+a.added_to_cart {
    color: #fff;
    font-size: 14px;
    display: inline-block !important
}
.product-quantity-mode .product-block .add-cart a.added+a.added_to_cart:before {
    width: auto;
    line-height: normal;
    font-weight: normal;
    font-size: 16px;
    margin-right: 7px
}
.product-quantity-mode .product-block .quantity .box {
    margin: 0 !important;
    justify-content: space-around
}
.product-quantity-mode .product-block .quantity .box button {
    min-width: 30px;
    line-height: normal;
    height: 38px
}
.product-quantity-mode .product-block .quantity .box input.qty {
    height: 38px;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1
}
.product-quantity-mode .product-block.list .add-cart {
    text-align: left
}
.product-quantity-mode .product-block.list .add-cart a {
    width: auto;
    min-width: 134px
}
.product-quantity-mode .product-block.list .add-cart a>* {
    display: inline-block
}
.product-quantity-mode .product-block.list .quantity-group-btn {
    margin-top: 11px
}
.product-quantity-mode .product-block.list .quantity {
    max-width: 134px
}
@media(max-width:767px) {
    .product-quantity-mode .product-block.grid .quantity-group-btn.active {
        margin-bottom: 0
    }
}
.product-quantity-mode .product-block.grid .quantity-group-btn.active .add-cart a {
    padding: 0;
    width: 100%
}
@media(max-width:767px) {
    .product-quantity-mode .product-block.grid .quantity-group-btn.active .add-cart a.loading i {
        display: none
    }
}
#tbay-header .elementor-edit-mode .elementor-background-overlay {
    display: none
}
.elementor-editor-active .tbay-column-recentlyviewed {
    position: relative
}
.elementor-editor-active .tbay-column-recentlyviewed .elementor-widget-wrap {
    position: relative
}
.elementor-editor-active .product-recently-viewed-header:hover .content-view {
    opacity: 0;
    filter: alpha(opacity=0);
    visibility: hidden
}
.elementor-column-gap-default>.elementor-row>.elementor-column>div.elementor-element-populated, .elementor-column-gap-default>.elementor-column>div.elementor-element-populated {
    padding: 0 15px
}
.elementor-section.elementor-section-boxed>.elementor-container {
    max-width: 1200px
}
#elementor .tbay-element-nav-menu .dropdown-menu .elementor-nav-menu--main>ul>li:hover>a, #elementor .tbay-element-nav-menu .dropdown-menu .elementor-nav-menu--main>ul>li:focus>a, #elementor .tbay-element-nav-menu .dropdown-menu .elementor-nav-menu--main>ul>li.active>a {
    color: var(--tb-theme-color)
}
#elementor .tbay-element-nav-menu .dropdown-menu .elementor-nav-menu--main>ul>li>a {
    color: var(--color-12)
}
#elementor .tbay-element-nav-menu .dropdown-menu .elementor-nav-menu--main>ul>li>a:hover, #elementor .tbay-element-nav-menu .dropdown-menu .elementor-nav-menu--main>ul>li>a:focus {
    color: var(--tb-theme-color)
}
.elementor-widget-image .elementor-image>a, .elementor-widget-image .elementor-image figure>a {
    display: block
}
.elementor-widget-besa-nav-menu .elementor-nav-menu--main .elementor-nav-menu ul {
    width: auto;
    position: unset;
    display: -ms-flexbox;
    display: flex;
    transition: none !important
}
.elementor-widget-besa-nav-menu .elementor-nav-menu--main .elementor-nav-menu ul.dropdown-menu {
    position: absolute
}
.elementor-widget-besa-nav-menu .elementor-nav-menu--main .elementor-nav-menu a {
    padding: 0
}
.header-default {
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.06)
}
.header-default .header-logo .logo {
    padding: 20px 0
}
.header-default .container, .header-default .dokan-dashboard .dokan-dashboard-wrap, .dokan-dashboard .header-default .dokan-dashboard-wrap, .header-default #wcfm-main-contentainer .wcfm-membership-wrapper, #wcfm-main-contentainer .header-default .wcfm-membership-wrapper, .header-default .wcfmmp-store-page #wcfmmp-store, .wcfmmp-store-page .header-default #wcfmmp-store {
    position: relative
}
.header-default a {
    -webkit-transition: .35s;
    -o-transition: .35s;
    transition: .35s
}
.header-default .row {
    align-items: center
}
.header-default .navbar {
    padding: 0
}
.header-default .navbar-nav {
    flex-direction: row
}
.header-default .mcart-border ul>li.total {
    padding: 0
}
.header-default ul#primary-menu {
    flex-direction: row
}
.header-default ul#primary-menu>li {
    padding: 15px 20px
}
.header-default ul#primary-menu>li:first-child {
    padding-left: 0
}
.header-default ul#primary-menu>li:hover a, .header-default ul#primary-menu>li:hover .caret::before, .header-default ul#primary-menu>li:focus a, .header-default ul#primary-menu>li:focus .caret::before, .header-default ul#primary-menu>li.active a, .header-default ul#primary-menu>li.active .caret::before {
    color: var(--tb-theme-color)
}
.header-default ul#primary-menu>li .caret {
    position: relative;
    -webkit-transition: .35s;
    -o-transition: .35s;
    transition: .35s
}
.header-default ul#primary-menu>li .caret:before {
    content: "";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-family: "tb-icon"
}
.header-default ul#primary-menu>li .caret:before {
    font-size: 12px;
    color: var(--black-color);
    -webkit-transition: .35s;
    -o-transition: .35s;
    transition: .35s;
    display: inline-block
}
.header-default ul#primary-menu>li>a {
    line-height: 46px;
    font-weight: 600
}
.header-default ul#primary-menu>li.active-mega-menu:hover>.dropdown-menu, .header-default ul#primary-menu>li.active-mega-menu:focus>.dropdown-menu, .header-default ul#primary-menu>li.menu-item-has-children:hover>.dropdown-menu, .header-default ul#primary-menu>li.menu-item-has-children:focus>.dropdown-menu {
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible
}
.header-default ul#primary-menu>li.active-mega-menu:hover .caret:before, .header-default ul#primary-menu>li.active-mega-menu:focus .caret:before, .header-default ul#primary-menu>li.menu-item-has-children:hover .caret:before, .header-default ul#primary-menu>li.menu-item-has-children:focus .caret:before {
    color: var(--tb-theme-color);
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg)
}
.header-default ul#primary-menu>li.active-mega-menu.aligned-left, .header-default ul#primary-menu>li.menu-item-has-children.aligned-left {
    position: relative
}
.header-default ul#primary-menu>li.menu-item-has-children .dropdown-menu {
    padding: 30px 0;
    min-width: 255px
}
.header-default ul#primary-menu>li.menu-item-has-children .dropdown-menu>li {
    padding: 0 28px
}
.header-default ul#primary-menu>li.menu-item-has-children .dropdown-menu>li>a {
    color: #131111;
    font-weight: 400;
    line-height: 28px
}
.header-default ul#primary-menu>li.menu-item-has-children .dropdown-menu>li:hover>a, .header-default ul#primary-menu>li.menu-item-has-children .dropdown-menu>li:focus>a, .header-default ul#primary-menu>li.menu-item-has-children .dropdown-menu>li.active>a {
    color: var(--tb-theme-color)
}
.header-default ul#primary-menu>li.menu-item-has-children .dropdown-menu>li.menu-item-has-children .caret {
    display: none
}
.header-default ul#primary-menu>li.menu-item-has-children .dropdown-menu>li.menu-item-has-children .dropdown-menu {
    top: 0;
    left: 100%;
    right: auto
}
.header-default ul#primary-menu .dropdown-menu {
    position: absolute;
    display: block;
    padding: 0;
    margin: 0;
    border: 0;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    visibility: hidden;
    width: 100%;
    -webkit-transition: .35s;
    -o-transition: .35s;
    transition: .35s;
    left: 0;
    right: auto;
    top: 100%
}
.header-default ul#primary-menu .dropdown-menu .elementor-heading-title, .header-default ul#primary-menu .dropdown-menu .heading-tbay-title {
    font-size: 14px;
    line-height: 24px;
    font-weight: 700;
    color: var(--black-color)
}
.header-default ul#primary-menu .dropdown-menu ul>li>a {
    color: #131111;
    font-size: 14px;
    line-height: 26px;
    border: 0;
    padding: 0;
    display: inline-block
}
.header-default ul#primary-menu .dropdown-menu ul>li:hover a, .header-default ul#primary-menu .dropdown-menu ul>li:focus a, .header-default ul#primary-menu .dropdown-menu ul>li.active a {
    color: var(--tb-theme-color)
}
.header-default ul#primary-menu .dropdown-menu .elementor-widget-wrap {
    padding: 30px 0
}
.header-default .header-mainmenu {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center
}
.header-default .tbay-topcart .dropdown-menu {
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    top: 74px !important
}
.header-default .tbay-topcart .dropdown-content {
    position: fixed;
    top: 0;
    padding: 0 25px;
    width: 370px;
    display: block;
    opacity: 0;
    filter: alpha(opacity=0);
    visibility: hidden;
    bottom: 0;
    background: var(--bg-white);
    text-align: left;
    -webkit-transition: all 400ms;
    -o-transition: all 400ms;
    transition: all 400ms;
    z-index: 9999
}
.header-default .tbay-topcart.left-right .dropdown-menu {
    opacity: 0;
    filter: alpha(opacity=0);
    visibility: hidden
}
.header-default .tbay-topcart .offcanvas-close {
    display: none
}
.header-default .tbay-topcart .sidebar-right .dropdown-content {
    right: -370px;
    left: auto
}
.header-default .tbay-topcart .sidebar-right.active .dropdown-content {
    right: 0;
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible
}
.header-default .tbay-topcart .sidebar-right .offcanvas-close {
    left: -62px;
    right: auto
}
.header-default .tbay-topcart .sidebar-left .dropdown-content {
    left: -370px;
    right: auto
}
.header-default .tbay-topcart .sidebar-left.active .dropdown-content {
    left: 0;
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible
}
.header-default .tbay-topcart .product-image {
    max-width: 60px
}
.header-default .cart-dropdown>a {
    float: right
}
.header-default .widget-header-cart {
    padding-top: 18px;
    position: relative
}
.admin-bar .header-default .tbay-topcart .dropdown-content {
    top: 32px
}
#tbay-header .header-default .header-mainmenu {
    position: static
}
@media(min-width:1200px) and (max-width:1599px) {
    .header-default .tbay-topcart .dropdown-menu {
        right: 0 !important;
        left: auto !important
    }
    .header-default .tbay-topcart .offcanvas-close {
        top: -10px;
        right: -10px;
        background: #000;
        color: var(--white-color);
        border-radius: 50%;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%;
        width: 26px;
        height: 26px;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center
    }
    .header-default .tbay-topcart .offcanvas-close i {
        font-size: 19px
    }
}
.element-tbay-heading {
    margin-bottom: 40px;
    position: relative;
    padding: 0;
    background: transparent;
    clear: both
}
.element-tbay-heading:last-child {
    margin-bottom: 0 !important
}
.element-tbay-heading .heading-tbay-description {
    font-size: 14px
}
.tbay-title {
    letter-spacing: -.3px
}
.heading-tbay-title {
    font-size: 22px;
    line-height: 30px;
    margin: 0;
    text-align: left;
    font-weight: 600;
    position: relative;
    color: var(--black-color);
    display: flex;
    flex-direction: row;
    padding-bottom: 19px;
    letter-spacing: -.3px
}
.heading-tbay-title .subtitle {
    display: block;
    font-size: 14px;
    font-weight: normal;
    line-height: 35px;
    text-transform: none;
    color: var(--color-04)
}
.heading-tbay-title .title+.subtitle {
    padding-left: 7px;
    padding-right: 0
}
.show-all i {
    display: inline-block
}
.tbay-element svg {
    width: 1em;
    height: 1em;
    position: relative;
    display: block
}
.tbay-element-banner .banner-content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center
}
.tbay-element-banner .banner-content:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    left: 0;
    right: auto;
    top: 0;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    opacity: 0;
    filter: alpha(opacity=0);
    pointer-events: none
}
.tbay-element-banner .banner-content>i {
    position: absolute;
    opacity: 0;
    filter: alpha(opacity=0);
    z-index: 1;
    font-size: 38px;
    color: var(--white-color);
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}
.tbay-element-banner .banner-content .style-btn {
    position: absolute;
    z-index: 1;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    font-size: 14px;
    opacity: 0;
    filter: alpha(opacity=0)
}
.tbay-element-banner .banner-content:hover::after, .tbay-element-banner .banner-content:hover .style-btn, .tbay-element-banner .banner-content:hover>i {
    opacity: 1;
    filter: alpha(opacity=100)
}
.tbay-element-banner .banner-title .title {
    font-size: 16px;
    color: var(--black-color);
    line-height: 24px;
    font-weight: 700
}
.tbay-element-banner .banner-title .subtitle {
    color: var(--color-10)
}
.tbay-element-banner .banner-title .description {
    color: var(--color-12)
}
.section-banner-close {
    margin-top: -1px
}
.section-banner-close .elementor-widget-besa-banner-close {
    margin-top: 1px
}
.tbay-element-banner-close .banner-content .container, .tbay-element-banner-close .banner-content .dokan-dashboard .dokan-dashboard-wrap, .dokan-dashboard .tbay-element-banner-close .banner-content .dokan-dashboard-wrap, .tbay-element-banner-close .banner-content #wcfm-main-contentainer .wcfm-membership-wrapper, #wcfm-main-contentainer .tbay-element-banner-close .banner-content .wcfm-membership-wrapper, .tbay-element-banner-close .banner-content .wcfmmp-store-page #wcfmmp-store, .wcfmmp-store-page .tbay-element-banner-close .banner-content #wcfmmp-store {
    position: absolute;
    top: 0;
    left: 50%;
    right: auto;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    height: 100%
}
.tbay-element-banner-close .banner-remove {
    position: absolute;
    padding: 0;
    line-height: 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    left: auto;
    top: 50%;
    background: transparent;
    border: 0;
    color: var(--white-color);
    font-size: 20px;
    right: -20px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    outline: none !important
}
.tbay-element-banner-close .banner-remove:hover, .tbay-element-banner-close .banner-remove:focus {
    color: var(--tb-theme-color)
}
.tbay-element-brands .row.grid {
    margin-left: 0;
    margin-right: 0;
    border-left: 1px solid var(--border-color)
}
.tbay-element-brands .row.grid>div {
    padding: 0;
    border-top: 1px solid var(--border-color);
    border-right: 1px solid var(--border-color);
    position: relative
}
.tbay-element-brands .row.grid>div::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background: var(--border-color);
    bottom: -1px
}
.elementor-widget-besa-brands .owl-carousel.slick-slider ul.slick-dots {
    margin-top: 20px;
    padding-bottom: 0
}
.tbay-element-button i {
    vertical-align: text-top;
    margin-left: 3px;
    display: inline-block
}
.featured-vendor .elementor-widget-wrap {
    padding: 30px;
    border: 1px solid #e2e2e2
}
.featured-vendor .elementor-widget-wrap .elementor-button {
    padding: 0;
    font-size: 14px;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    background: 0;
    color: var(--tb-theme-color);
    margin-top: 15px;
    margin-bottom: 22px;
    line-height: 30px;
    position: relative
}
.featured-vendor .elementor-widget-wrap .elementor-button:after {
    content: "";
    width: 0;
    position: absolute;
    left: 0;
    right: auto;
    height: 1px;
    background: var(--tb-theme-color);
    bottom: 5px;
    display: inline-block;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}
.featured-vendor .elementor-widget-wrap .elementor-button:hover:after {
    width: 100%
}
.collaborate {
    border-bottom: 1px solid #e2e2e2;
    border-right: 1px solid #e2e2e2
}
.collaborate .elementor-widget-wrap .elementor-column {
    border-left: 1px solid #e2e2e2;
    border-top: 1px solid #e2e2e2
}
.collaborate .tbay-element.tbay-element-heading {
    padding: 29px 0
}
.collaborate .tbay-element.tbay-element-heading .heading-tbay-title {
    padding-bottom: 0;
    margin-top: 15px;
    text-align: center
}
.collaborate .tbay-element.tbay-element-heading .heading-tbay-title .title {
    font-size: 35px;
    font-weight: bold;
    color: var(--tb-theme-color)
}
.collaborate .tbay-element.tbay-element-heading .heading-tbay-title .subtitle {
    padding-top: 12px
}
.tbay-element.tbay-element-testimonials .testimonial-meta:before {
    visibility: hidden
}
.tbay-element.tbay-element-features {
    text-align: center
}
.tbay-element.tbay-element-features .features .item {
    justify-content: center
}
.tbay-element.tbay-element-features .features .fbox-image img {
    width: 182px;
    height: 182px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    margin-bottom: 25px
}
.tbay-element.tbay-element-features .fbox-content .ourservice-heading {
    font-size: 16px;
    font-weight: bold
}
.elementor-widget-icon-box .elementor-icon-box-wrapper .elementor-icon {
    color: var(--tb-theme-color)
}
.elementor-widget-icon-box .elementor-icon-box-wrapper .elementor-icon-box-content .elementor-icon-box-title {
    margin-bottom: 5px
}
.tbay-element-list-menu {
    line-height: 20px
}
.tbay-element-list-menu .list-menu-wrapper {
    color: var(--color-04)
}
.tbay-element-list-menu .list-menu-wrapper a {
    font-size: 13px;
    color: var(--color-04)
}
.tbay-element-list-menu .list-menu-wrapper a:hover {
    color: var(--tb-theme-color)
}
.tbay-element-features .row.grid {
    margin-left: -15px;
    margin-right: -15px
}
.tbay-element-features .row.grid>div {
    padding-left: 15px;
    padding-right: 15px
}
.tbay-element-features .fbox-icon {
    font-size: 38px;
    color: var(--tb-theme-color)
}
.tbay-element-features .ourservice-heading {
    font-size: 16px;
    line-height: 24px;
    color: var(--black-color);
    font-weight: 700;
    margin: 5px 0
}
.tbay-element-features .description {
    color: var(--color-12);
    font-size: 14px;
    line-height: 22px
}
.elementor-widget-besa-posts-grid .post-type {
    position: absolute;
    top: 16px;
    left: 16px;
    right: auto;
    width: 40px;
    height: 40px;
    background: #000;
    color: var(--white-color);
    padding: 10px
}
.elementor-widget-besa-posts-grid .post-type i {
    font-size: 20px;
    line-height: 1
}
.elementor-widget-besa-posts-grid .row.grid {
    margin-left: -22px;
    margin-right: -22px
}
.elementor-widget-besa-posts-grid .row.grid>.item {
    padding-left: 22px;
    padding-right: 22px;
    margin-bottom: 22px
}
.elementor-widget-besa-posts-grid .owl-carousel, .elementor-widget-besa-posts-grid .slider {
    margin-left: -22px;
    margin-right: -22px
}
.elementor-widget-besa-posts-grid .owl-carousel .item, .elementor-widget-besa-posts-grid .slider .item {
    margin: 0 22px
}
.elementor-widget-besa-posts-grid .readmore {
    display: inline-block;
    line-height: 25px;
    color: var(--tb-theme-color);
    margin: 0
}
.elementor-widget-besa-posts-grid .readmore:after {
    content: "";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-family: "tb-icon"
}
.elementor-widget-besa-posts-grid .readmore:after {
    display: inline-block;
    vertical-align: middle;
    font-size: 10px;
    line-height: 1;
    margin-left: 5px;
    margin-right: 0
}
.tbay-element-instagram {
    text-align: center
}
.tbay-element-instagram .item {
    margin-bottom: 30px
}
.tbay-element-instagram .instagram-item-inner {
    position: relative;
    font-size: 15px;
    text-align: center
}
.tbay-element-instagram .instagram-item-inner:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    visibility: hidden;
    pointer-events: none;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}
.tbay-element-instagram .instagram-item-inner a {
    color: var(--white-color);
    display: block
}
.tbay-element-instagram .instagram-item-inner:hover:before, .tbay-element-instagram .instagram-item-inner:hover .group-items, .tbay-element-instagram .instagram-item-inner:focus:before, .tbay-element-instagram .instagram-item-inner:focus .group-items {
    visibility: visible;
    opacity: 1;
    filter: alpha(opacity=100)
}
.tbay-element-instagram .instagram-item-inner:hover .group-items, .tbay-element-instagram .instagram-item-inner:focus .group-items {
    -webkit-transform: translate(-50%, -20px);
    -ms-transform: translate(-50%, -20px);
    -o-transform: translate(-50%, -20px);
    transform: translate(-50%, -20px)
}
.tbay-element-instagram .instagram-item-inner:hover .time, .tbay-element-instagram .instagram-item-inner:focus .time {
    visibility: visible;
    opacity: .6;
    filter: alpha(opacity=60);
    -webkit-transform: translate(-50%, 10px);
    -ms-transform: translate(-50%, 10px);
    -o-transform: translate(-50%, 10px);
    transform: translate(-50%, 10px)
}
.tbay-element-instagram .instagram-item-inner .group-items, .tbay-element-instagram .instagram-item-inner .time {
    z-index: 3;
    visibility: hidden;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    position: absolute;
    top: 50%;
    left: 50%;
    right: auto;
    width: 100%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    pointer-events: none
}
.tbay-element-instagram .instagram-item-inner .group-items>span, .tbay-element-instagram .instagram-item-inner .time>span {
    margin: 0 10px
}
.tbay-element-instagram .instagram-item-inner .insta-type {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 16px;
    pointer-events: none;
    z-index: 2
}
.tbay-element-instagram .group-items i {
    margin-right: 5px;
    margin-left: 0;
    display: inline-block
}
.tbay-element-instagram .owl-carousel .slick-dots {
    margin: 5px 0 0
}
.tbay-element-instagram .btn-follow {
    line-height: 30px;
    color: var(--color-11);
    -webkit-transition: .35s;
    -o-transition: .35s;
    transition: .35s;
    margin-top: 10px
}
.tbay-element-instagram .btn-follow span {
    color: var(--black-color);
    -webkit-transition: .35s;
    -o-transition: .35s;
    transition: .35s
}
.tbay-element-instagram .btn-follow:hover {
    color: var(--tb-theme-color)
}
.tbay-element-instagram .btn-follow:hover span {
    color: var(--tb-theme-color)
}
.tbay-element-menu-vertical .heading-tbay-title {
    font-size: 14px;
    line-height: 22px;
    color: var(--black-color);
    padding-bottom: 11px
}
.tbay-element-menu-vertical .menu-vertical-container>.menu-vertical {
    display: flex;
    flex-direction: column;
    list-style-type: none;
    padding-left: 0
}
.tbay-element-menu-vertical .menu-vertical-container>.menu-vertical>li>a {
    color: var(--color-02);
    line-height: 26px
}
.tbay-element-menu-vertical .menu-vertical-container>.menu-vertical>li>a:hover {
    color: var(--tb-theme-color);
    background-color: transparent
}
.tbay-element-menu-vertical .menu-vertical-container>.menu-vertical>li.active>a {
    color: var(--tb-theme-color);
    background-color: transparent
}
@media(max-width:767px) {
    .footer-mobile-collapse div.tbay-element>.heading-tbay-title:only-child:after {
        display: none
    }
    .footer-mobile-collapse div.tbay-element>.heading-tbay-title~div {
        display: none
    }
    .footer-mobile-collapse div.tbay-element.opened-collapse>.heading-tbay-title~div {
        display: block
    }
    .footer-mobile-collapse .menu-vertical-container>.menu-vertical {
        list-style-type: none;
        padding: 0
    }
    .footer-mobile-collapse .heading-tbay-title {
        position: relative
    }
    .footer-mobile-collapse .heading-tbay-title:after {
        content: "";
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-family: "tb-icon"
    }
    .footer-mobile-collapse .heading-tbay-title:after {
        position: absolute;
        padding-left: 10px;
        -webkit-transition: .3s;
        -o-transition: .3s;
        transition: .3s;
        right: 0;
        left: auto
    }
    .footer-mobile-collapse.opened-collapse .heading-tbay-title:after {
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        transform: rotate(180deg)
    }
    .footer-mobile-collapse div.tbay-element>div, .footer-mobile-collapse div.tbay-element a.btn-readmore {
        margin-bottom: 9px
    }
    .footer-mobile-collapse div.tbay-element .heading-tbay-title:after {
        content: "";
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-family: "tb-icon"
    }
    .footer-mobile-collapse div.tbay-element .heading-tbay-title:after {
        position: absolute;
        -webkit-transition: .3s;
        -o-transition: .3s;
        transition: .3s;
        padding-left: 0;
        right: 0;
        left: auto;
        font-size: 20px
    }
    .footer-mobile-collapse div.tbay-element.opened-collapse .heading-tbay-title:after {
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        transform: rotate(180deg)
    }
}
.tbay-element-newsletter .mc4wp-form-fields, .widget-newletter .mc4wp-form-fields {
    display: flex
}
.tbay-element-newsletter .input-newletter, .widget-newletter .input-newletter {
    padding: 0 10px 0 13px;
    float: none;
    border: 1px solid var(--border-color-4);
    border-radius: 3px 0 0 3px;
    -webkit-border-radius: 3px 0 0 3px;
    -moz-border-radius: 3px 0 0 3px;
    -ms-border-radius: 3px 0 0 3px;
    -o-border-radius: 3px 0 0 3px;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1
}
.tbay-element-newsletter .input-newletter:focus, .widget-newletter .input-newletter:focus {
    box-shadow: none
}
.tbay-element-newsletter button[type="submit"], .widget-newletter button[type="submit"] {
    width: auto;
    height: auto;
    padding: 0 15px;
    border-radius: 0 3px 3px 0;
    -webkit-border-radius: 0 3px 3px 0;
    -moz-border-radius: 0 3px 3px 0;
    -ms-border-radius: 0 3px 3px 0;
    -o-border-radius: 0 3px 3px 0
}
.tbay-element-newsletter button[type="submit"] i, .widget-newletter button[type="submit"] i {
    font-size: inherit;
    line-height: 37px;
    height: 40px
}
.widget-newletter button[type="submit"] {
    padding: 0 30px
}
.widget-newletter button[type="submit"] i {
    display: none
}
.our-team-content {
    text-align: center;
    margin: 30px 0 0;
    flex-direction: column;
    position: relative;
    overflow: hidden
}
.our-team-content:before {
    background: rgba(0, 0, 0, 0.7);
    content: "";
    height: 100%;
    opacity: 0;
    filter: alpha(opacity=0);
    position: absolute;
    left: 0;
    right: auto;
    -webkit-transition: all .4s ease-in-out 0s;
    -o-transition: all .4s ease-in-out 0s;
    transition: all .4s ease-in-out 0s;
    width: 100%;
    z-index: 1
}
.our-team-content:hover .social-link {
    visibility: visible;
    -webkit-transform: translateY(-23px);
    -ms-transform: translateY(-23px);
    -o-transform: translateY(-23px);
    transform: translateY(-23px);
    opacity: 1;
    filter: alpha(opacity=100)
}
.our-team-content:hover:before {
    opacity: 1;
    filter: alpha(opacity=100)
}
.our-team-content .social-link {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
    visibility: hidden;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s
}
.our-team-content .social-link {
    margin: 0;
    padding: 0
}
.our-team-content .social-link li {
    list-style: none;
    display: inline-block;
    margin-right: 25px;
    margin-left: 0
}
.our-team-content .social-link li:last-child {
    margin: 0
}
.our-team-content .social-link a {
    color: var(--white-color)
}
.our-team-content .social-link a:hover {
    color: var(--tb-theme-color)
}
.tbay-element-our-team .row.grid {
    margin-left: -15px;
    margin-right: -15px
}
.tbay-element-our-team .row.grid>div {
    padding-left: 15px;
    padding-right: 15px
}
.tbay-element-our-team .info {
    margin-top: 20px;
    text-align: center
}
.tbay-element-our-team .name-team, .tbay-element-our-team .job {
    margin: 0;
    line-height: 23px
}
.tbay-element-our-team .name-team {
    font-size: 14px;
    font-weight: 700;
    color: var(--color-09)
}
.tbay-element-our-team .job {
    color: var(--black-color)
}
.social {
    margin-top: 13px
}
.social::after {
    display: block;
    clear: both;
    content: ""
}
.social>li {
    float: left;
    margin-right: 4px;
    margin-left: 0;
    margin-bottom: 4px
}
.social>li a {
    font-size: 0;
    width: 29px;
    height: 29px;
    display: block;
    text-align: center;
    color: var(--white-color);
    background: #3b5999
}
.social>li a.twitter {
    background: #55acee
}
.social>li a.instagram {
    background: #e4405f
}
.social>li a.pinterest {
    background: #bd081c
}
.social>li a.google {
    background: #dd4b39
}
.social>li a.youtube-play {
    background: #cd201f
}
.social>li i {
    font-size: 18px;
    line-height: 29px
}
.tbay-element-testimonials .testimonial-heading {
    color: var(--color-09);
    font-size: 18px;
    line-height: 28px;
    font-weight: 600;
    padding-top: 17px;
    padding-bottom: 13px
}
.tbay-element-testimonials .excerpt {
    font-size: 15px;
    line-height: 24px;
    color: var(--black-color)
}
.tbay-element-testimonials .testimonials {
    margin-left: -15px;
    margin-right: -15px
}
.tbay-element-testimonials .testimonials.row.grid .item {
    padding: 0 15px
}
.tbay-element-testimonials .testimonials-body {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    flex-direction: column;
    position: relative;
    padding: 30px;
    border: 1px solid var(--border-color-5)
}
.tbay-element-testimonials .testimonials-body {
    padding: 29px 28px 20px;
    color: var(--color-11)
}
.tbay-element-testimonials .testimonials-body .description {
    line-height: 22px
}
.tbay-element-testimonials .testimonial-meta {
    padding-bottom: 12px;
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1
}
.testimonial-meta {
    padding-top: 22px
}
.testimonial-meta>span {
    display: block;
    font-size: 14px;
    line-height: 23px;
    color: var(--color-04)
}
.testimonial-meta>span.name {
    font-size: 15px;
    line-height: 24px;
    color: var(--black-color);
    font-weight: 700
}
.tbay-addon-video .tbay-addon-content {
    position: relative
}
.tbay-addon-video .tbay-addon-content .main-content {
    float: left;
    width: 100%
}
.tbay-addon-video .tbay-addon-content .tbay-modalButton {
    position: absolute;
    top: 0;
    left: 0;
    right: auto;
    width: 100%;
    height: 100%;
    background: transparent;
    color: var(--black-color);
    font-size: 25px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 0;
    border: 0;
    -webkit-transition: .35s;
    -o-transition: .35s;
    transition: .35s
}
.tbay-addon-video .tbay-addon-content .tbay-modalButton i {
    width: 50px;
    line-height: 50px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    background: var(--bg-white);
    position: relative
}
.tbay-addon-video .tbay-addon-content .tbay-modalButton i:before {
    display: block;
    position: relative;
    z-index: 11
}
.tbay-addon-video .tbay-addon-content .tbay-modalButton i:after {
    content: '';
    background: rgba(255, 255, 255, 0.4);
    position: absolute;
    left: -12px;
    right: -12px;
    top: -12px;
    bottom: -12px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    -webkit-transition: .35s;
    -o-transition: .35s;
    transition: .35s;
    z-index: 0
}
.tbay-addon-video .tbay-addon-content .tbay-modalButton:focus {
    outline: 0
}
.tbay-addon-video .tbay-addon-content .tbay-modalButton:hover i:after {
    left: 0;
    top: 0;
    right: 0;
    bottom: 0
}
.tbay-addon-video .tbay-addon-content .modal-dialog {
    max-width: 100%;
    margin-top: 10%
}
.search-trending-tags-wrapper {
    padding-top: 65px
}
.search-trending-tags-wrapper .tbay-addon-title {
    float: left;
    margin-right: 10px !important;
    font-size: 15px !important
}
.wpb_single_image .description {
    font-style: italic;
    text-align: center
}
.wpb_single_image .description b, .wpb_single_image .description strong {
    font-weight: 500
}
.wpb_single_image.widget:not(.no-effect) a.vc_single_image-wrapper {
    -webkit-transition: all .4s ease-in-out 0s;
    -o-transition: all .4s ease-in-out 0s;
    transition: all .4s ease-in-out 0s;
    position: relative;
    overflow: hidden;
    background: transparent
}
.wpb_single_image.widget:not(.no-effect) a.vc_single_image-wrapper.vc_box_shadow {
    -webkit-box-shadow: 0 0 20px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 20px 1px rgba(0, 0, 0, 0.1)
}
.wpb_single_image.widget:not(.no-effect) a.vc_single_image-wrapper img {
    -webkit-transition: all .4s ease-in-out 0s;
    -o-transition: all .4s ease-in-out 0s;
    transition: all .4s ease-in-out 0s
}
.wpb_single_image.widget:not(.no-effect) a.vc_single_image-wrapper:before, .wpb_single_image.widget:not(.no-effect) a.vc_single_image-wrapper:after {
    position: absolute;
    content: '';
    z-index: 1;
    -webkit-transform: scale(0, 1);
    -moz-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    -o-transform: scale(0, 1);
    transform: scale(0, 1);
    -moz-transition: opacity .35s, -moz-transform .35s;
    -ms-transition: opacity .35s, -ms-transform .35s;
    -o-transition: opacity .35s, -o-transform .35s;
    -webkit-transition: opacity .35s, -webkit-transform .35s;
    transition: opacity .35s, transform .35s;
    opacity: 0
}
.wpb_single_image.widget:not(.no-effect) a.vc_single_image-wrapper:before {
    top: 15%;
    right: 7%;
    bottom: 15%;
    left: 7%;
    border-top: 1px solid var(--bg-white);
    border-bottom: 1px solid var(--bg-white);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0
}
.wpb_single_image.widget:not(.no-effect) a.vc_single_image-wrapper:after {
    top: 7%;
    right: 15%;
    bottom: 7%;
    left: 15%;
    border-right: 1px solid var(--bg-white);
    border-left: 1px solid var(--bg-white);
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0
}
.wpb_single_image.widget:not(.no-effect) a.vc_single_image-wrapper:hover img {
    opacity: .6;
    filter: alpha(opacity=60);
    -webkit-transform: scale(1.01);
    -moz-transform: scale(1.01);
    -ms-transform: scale(1.01);
    -o-transform: scale(1.01);
    transform: scale(1.01)
}
.wpb_single_image.widget:not(.no-effect) a.vc_single_image-wrapper:hover:before, .wpb_single_image.widget:not(.no-effect) a.vc_single_image-wrapper:hover:after {
    opacity: 100;
    filter: alpha(opacity=10000);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1)
}
a.vc_single_image-wrapper, .widget_media_image a {
    position: relative;
    display: inline-block
}
a.vc_single_image-wrapper:before, .widget_media_image a:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    right: auto;
    background: var(--bg-white);
    opacity: 0;
    filter: alpha(opacity=0);
    visibility: hidden;
    -webkit-transition: .35s;
    -o-transition: .35s;
    transition: .35s
}
a.vc_single_image-wrapper:hover:before, .widget_media_image a:hover:before {
    opacity: .15;
    filter: alpha(opacity=15);
    visibility: visible
}
.products-grid {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}
.product-block {
    position: relative;
    overflow: hidden;
    width: 100%;
    background: var(--bg-white);
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    flex-direction: column
}
.product-block:hover .image .image-hover {
    opacity: 1 !important;
    filter: alpha(opacity=100) !important
}
.product-block:hover .image.has-slider-gallery .slick-arrow {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%)
}
.product-block:hover .image.has-slider-gallery .slick-arrow.slick-next {
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%)
}
.product-block.v1 .product-top {
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    z-index: 10;
    pointer-events: none
}
.product-block .button-wishlist.shown-mobile>div a {
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0)
}
.product-block .product-top {
    display: block;
    min-height: 20px;
    margin-bottom: 10px;
    top: 0
}
.product-block .product-top .only-featured {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}
.product-block .product-content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    flex-direction: column;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1
}
.product-block.grid .product-content {
    max-width: 100%
}
.product-block.grid .sold-dokan {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden
}
@media(max-width:575px) {
    .product-block.grid .name a {
        display: block
    }
    .product-block.grid .name:not(.full_name) a {
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden
    }
}
.product-block.product-swatched .image-hover {
    display: none
}
.product-block .tbay-swatches-wrapper .swatch-has-image img {
    max-width: 30px
}
.product-block .image {
    position: relative;
    overflow: hidden;
    margin: 0
}
.product-block .image .image-hover {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    right: auto;
    top: 0;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    opacity: 0 !important;
    filter: alpha(opacity=0) !important;
    z-index: 9
}
.product-block .image img {
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s
}
.product-block .image .out-stock {
    position: absolute;
    color: var(--color-10);
    width: 100%;
    height: 100%;
    background: var(--bg-white);
    opacity: .8;
    filter: alpha(opacity=80);
    left: 0;
    right: auto;
    top: 0;
    z-index: 10;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    display: flex;
    align-items: center;
    justify-content: center
}
.product-block div.button-wishlist .yith-wcwl-add-to-wishlist span span {
    display: none
}
.product-block div.button-wishlist .yith-wcwl-add-to-wishlist>div a>span {
    display: none
}
.product-block div.button-wishlist .yith-wcwl-add-to-wishlist>div.yith-wcwl-add-button a {
    color: var(--color-01);
    font-weight: normal
}
.product-block div.button-wishlist .yith-wcwl-add-to-wishlist>div.yith-wcwl-add-button a:hover {
    color: #fff
}
.product-block div.button-wishlist .yith-wcwl-add-to-wishlist>div.yith-wcwl-add-button a.delete_item:hover {
    color: #fff
}
.product-block div.button-wishlist .yith-wcwl-add-to-wishlist>div.yith-wcwl-add-button a.delete_item+span {
    display: none
}
.product-block div.button-wishlist .yith-wcwl-add-to-wishlist>div.yith-wcwl-add-button a.view-wishlist {
    display: none
}
.product-block div.button-wishlist .yith-wcwl-add-to-wishlist>div.yith-wcwl-add-button a>span {
    display: block
}
.product-block div.button-wishlist .yith-wcwl-add-to-wishlist>div.yith-wcwl-add-button a>span>i {
    font-size: 18px;
    line-height: 33px
}
.product-block div.button-wishlist .yith-wcwl-add-to-wishlist>div.yith-wcwl-add-button a>span>span {
    display: none
}
.product-block div.button-wishlist a {
    font-size: 17px
}
.product-block .add-cart a.added {
    display: none !important
}
.product-block .add-cart a.added+a.added_to_cart {
    display: inline-block !important;
    font-size: 0;
    color: #fff;
    background: var(--tb-theme-color)
}
.product-block .add-cart a.added+a.added_to_cart:before {
    content: "";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-family: "tb-icon"
}
.product-block .add-cart a.added+a.added_to_cart:before {
    width: 100%;
    font-size: 17px;
    line-height: 1;
    display: inline-block;
    vertical-align: middle
}
.product-block .add-cart a.added+a.added_to_cart:after {
    display: none !important
}
.product-block .add-cart a.loading {
    padding: 0;
    opacity: 1;
    filter: alpha(opacity=100);
    color: rgba(0, 0, 0, 0.25)
}
.product-block .add-cart a.loading i {
    -webkit-animation: spin 2s linear infinite;
    -o-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    display: inline-block
}
.product-block .add-cart a.loading i:before {
    content: "";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-family: "tb-icon"
}
.product-block .add-cart a.loading:after {
    display: none
}
.product-block .tbay-subtitle {
    margin-bottom: 8px;
    color: var(--color-11);
    font-size: 13px
}
.product-block .variations .value>div, .product-block .variations .value>a {
    display: block
}
.product-block .variations {
    margin: 0 !important
}
.product-block .variations tr {
    display: block;
    margin-bottom: 15px;
    text-align: center
}
.product-block .variations tr:last-child {
    margin: 0
}
.product-block .variations .tawcvs-swatches .swatch.swatch-color {
    width: 15px;
    height: 15px;
    line-height: 15px
}
.product-block .variations td {
    display: block;
    line-height: 0 !important
}
.product-block ul.show-brand {
    padding: 0 0 1px;
    margin: 0
}
.product-block ul.show-brand li {
    display: inline-block
}
.product-block ul.show-brand li:not(:only-child):not(:last-child) a:after {
    content: ',';
    display: inline-block;
    margin-right: 2px
}
.product-block ul.show-brand a {
    color: var(--black-color);
    font-weight: bold;
    font-size: 13px
}
.product-block ul.show-brand a:hover {
    color: var(--tb-theme-color)
}
.product-block .clear, .product-block .added_to_cart {
    display: none !important
}
.product-block .add_to_cart_button {
    position: relative
}
.product-block .block-inner {
    position: relative
}
.product-block .caption {
    background-color: var(--bg-white)
}
.product-block .caption>.rating {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 5px 0 8px
}
.product-block .caption>.rating .star-rating {
    margin: 0;
    display: inline-block;
    vertical-align: middle
}
.product-block .caption>.rating .count {
    color: var(--black-color);
    font-size: 13px;
    margin: 0;
    display: inline-block;
    vertical-align: middle;
    line-height: 1.2em;
    margin-left: 5px
}
.product-block .caption .price-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 3px
}
.product-block .caption .price-wrapper span.price {
    margin: 0
}
.product-block .name {
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    margin: 0;
    font-size: 14px;
    line-height: 22px;
    font-weight: normal;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
     -webkit-box-orient: vertical;
}
.product-block .name a:hover {
    color: var(--tb-theme-color)
}
.product-block .feedback, .product-block .sub-title {
    display: none
}
.product-block .yith-wcwl-add-to-wishlist {
    margin: 0
}
.product-block .yith-compare a.added {
    font-size: 0 !important
}
.product-block .stock {
    margin: 0 5px 18px;
    max-width: 100%;
    position: relative
}
.product-block .stock:before {
    content: "";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-family: "tb-icon"
}
.product-block .stock:before {
    position: absolute;
    left: 8px;
    right: auto;
    color: #fff;
    top: 0;
    line-height: 16px;
    font-size: 12px;
    z-index: 1
}
.product-block .stock>span {
    display: block;
    position: absolute;
    top: 0;
    line-height: 16px;
    color: white;
    width: 100%;
    text-align: center;
    font-size: 13px
}
.product-block .progress {
    height: 16px;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    position: relative
}
.product-block .progress::after {
    content: '';
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    background: var(--tb-theme-color);
    opacity: .4;
    filter: alpha(opacity=40);
    z-index: 0
}
.product-top {
    position: absolute;
    top: 20px;
    left: 0;
    right: 0
}
.woocommerce .product span.onsale {
    background-color: transparent;
    font-weight: normal;
    font-size: 14px;
    position: static;
    padding: 0;
    min-height: auto;
    min-width: auto;
    z-index: 200;
    line-height: 21px;
    vertical-align: middle;
    margin-left: 0;
    margin-right: 0;
    color: #e20202;
    pointer-events: none
}
.woocommerce .product span.onsale span {
    padding: 0 7px;
    line-height: 15px;
    font-size: 13px;
    color: black;
    background: var(--bg-saled);
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    right: auto
}
.woocommerce .product span.onsale span.featured {
    color: var(--feature-color);
    background: var(--bg-feature);
    line-height: 20px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px
}
.woocommerce .product span.onsale span.saled {
    right: 0;
    left: auto;
    width: min-content;
    min-width: 44px;
    padding: 4px 7px;
    font-weight: 700;
    text-align: center
}
.woocommerce .product span.onsale span.saled:after {
    content: '';
    bottom: -7px;
    left: 8px;
    z-index: 0;
    width: 0;
    position: absolute;
    height: 0;
    border-top: 12px solid transparent;
    border-left: 9px solid var(--bg-saled);
    border-bottom: 7px solid transparent
}
.woocommerce .product span.onsale span.saled+.featured {
    margin-left: 0
}
.products {
    text-align: center
}
.btn-view-all {
    margin: 35px 0
}
.tbay-addon-products.tbay-addon-grid {
    text-align: center
}
#tbay-cart-modal {
    position: fixed;
    top: 0;
    margin-top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 9999;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;
    pointer-events: none
}
#tbay-cart-modal .modal-dialog {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 300ms;
    -o-transition: all 300ms;
    transition: all 300ms;
    position: absolute;
    margin: 0;
    left: 50%;
    right: auto;
    top: 50%;
    width: 100%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0)
}
#tbay-cart-modal.active {
    overflow-x: hidden;
    overflow-y: auto;
    display: block;
    pointer-events: visible;
    opacity: 1;
    filter: alpha(opacity=100)
}
#tbay-cart-modal.active .modal-dialog {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}
#tbay-cart-modal.in~.modal-backdrop {
    background: transparent !important
}
#tbay-cart-modal .modal-dialog {
    max-width: 630px
}
#tbay-cart-modal .modal-body {
    padding: 0
}
#tbay-cart-modal .modal-content {
    border: 0;
    background: transparent;
    -webkit-box-shadow: none;
    box-shadow: none
}
#tbay-cart-modal .main-content {
    padding: 96px 30px 32px 30px;
    background: var(--bg-white);
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    color: var(--color-09);
    line-height: 30px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    -webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1)
}
#tbay-cart-modal .main-content:before {
    content: "";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-family: "tb-icon"
}
#tbay-cart-modal .main-content:before {
    position: absolute;
    top: 29px;
    color: var(--color-13);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    font-size: 54px;
    line-height: 1
}
#tbay-cart-modal .main-content .cart-success {
    font-size: 22px;
    line-height: 32px;
    font-weight: 600;
    margin-bottom: 1px
}
#tbay-cart-modal .main-content .cart-notification {
    margin: 0;
    padding-bottom: 16px;
    width: 100%;
    text-align: center;
    color: var(--color-04)
}
#tbay-cart-modal .main-content a {
    color: #fff;
    position: relative;
    float: right;
    padding: 13px 23px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    white-space: pre;
    font-weight: normal;
    border: 1px solid var(--tb-theme-color);
    background: var(--tb-theme-color)
}
#tbay-cart-modal .main-content a:hover, #tbay-cart-modal .main-content a:focus {
    background: var(--tb-theme-color-hover)
}
#tbay-cart-modal .main-content a.checkout {
    background: var(--bg-white);
    margin-left: 10px;
    border: 1px solid var(--tb-theme-color);
    color: var(--tb-theme-color)
}
#tbay-cart-modal .main-content a.checkout:hover, #tbay-cart-modal .main-content a.checkout:focus {
    background: var(--tb-theme-color);
    color: #fff
}
#tbay-cart-modal .main-content .btn-close {
    display: none
}
.button-wishlist {
    position: relative
}
#yith-wcwl-popup-message {
    color: var(--black-color);
    background-color: var(--bg-white);
    padding: 98px 40px 30px;
    font-size: 22px;
    line-height: 30px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border: 0;
    -webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
    width: 630px;
    text-align: center;
    margin-left: 0 !important;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-weight: 600
}
#yith-wcwl-popup-message:before {
    content: "";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-family: "tb-icon"
}
#yith-wcwl-popup-message:before {
    position: absolute;
    top: 32px;
    left: 50%;
    right: auto;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    background: var(--color-13);
    color: white;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    font-size: 22px
}
.tbay-addon-products .show-all {
    display: inline-block;
    margin-top: 10px
}
.has-slider-gallery .product-image {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    z-index: 3;
    top: 0
}
.tbay-product-slider-gallery.slick-slider {
    position: static;
    position: relative
}
.tbay-product-slider-gallery:not(.slick-initialized) {
    position: relative;
    z-index: 0
}
.tbay-product-slider-gallery:not(.slick-initialized) .gallery_item:not(.first) {
    position: absolute;
    top: 0;
    z-index: 0;
    left: 0;
    right: 0
}
.tbay-product-slider-gallery:not(.slick-initialized) .gallery_item.first {
    position: relative;
    z-index: 2
}
.tbay-product-slider-gallery .slick-track {
    display: block;
    flex-wrap: unset
}
.tbay-product-slider-gallery .slick-slide {
    margin: 0
}
.tbay-product-slider-gallery .slick-arrow {
    position: absolute;
    z-index: 2222;
    right: auto;
    top: 50%;
    -webkit-transform: translate(-20px, -50%);
    -ms-transform: translate(-20px, -50%);
    -o-transform: translate(-20px, -50%);
    transform: translate(-20px, -50%);
    left: 0;
    font-size: 18px;
    color: var(--black-color);
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 500ms;
    -o-transition: all 500ms;
    transition: all 500ms
}
.tbay-product-slider-gallery .slick-arrow:hover i, .tbay-product-slider-gallery .slick-arrow:focus i {
    color: var(--tb-theme-color)
}
.tbay-product-slider-gallery .slick-arrow:before {
    display: none
}
.tbay-product-slider-gallery .slick-arrow i {
    vertical-align: middle;
    display: inline-block
}
.tbay-product-slider-gallery .slick-arrow.slick-next {
    left: auto;
    right: 0;
    -webkit-transform: translate(20px, -50%);
    -ms-transform: translate(20px, -50%);
    -o-transform: translate(20px, -50%);
    transform: translate(20px, -50%)
}
.elementor-product-vertical-v2 .owl-carousel, .elementor-product-vertical-v2 .row, .elementor-product-vertical-v1 .owl-carousel, .elementor-product-vertical-v1 .row {
    padding: 0 !important;
    margin: 0
}
.elementor-product-vertical-v2 .owl-carousel .item, .elementor-product-vertical-v2 .owl-carousel>.product, .elementor-product-vertical-v2 .row .item, .elementor-product-vertical-v2 .row>.product, .elementor-product-vertical-v1 .owl-carousel .item, .elementor-product-vertical-v1 .owl-carousel>.product, .elementor-product-vertical-v1 .row .item, .elementor-product-vertical-v1 .row>.product {
    padding: 0 !important
}
.tbay-element[class*="tbay-element-product"] .owl-carousel.slick-slider {
    margin: 0
}
.tbay-element[class*="tbay-element-product"] .owl-carousel.slick-slider .item {
    margin: 0;
    display: flex !important
}
.elementor-widget-wp-widget-woocommerce_product_tag_cloud .elementor-widget-container h5 {
    font-size: 22px;
    line-height: 30px;
    margin: 0;
    text-align: left;
    font-weight: 700;
    text-transform: capitalize;
    position: relative;
    color: var(--black-color);
    display: flex;
    flex-direction: column;
    padding-bottom: 25px
}
div.button-wishlist .exists.yith-wcwl-add-to-wishlist>div.yith-wcwl-add-button a {
    color: #fff;
    background: var(--tb-theme-color)
}
.product-block .button-wishlist .exists {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    line-height: 32px
}
.button-wishlist .yith-wcwl-add-to-wishlist .feedback .yith-wcwl-icon {
    margin: 0
}
.button-wishlist .feedback {
    display: block;
    color: #fff;
    font-size: 18px
}
.button-wishlist .feedback+a {
    position: absolute;
    top: 0;
    left: 0;
    right: auto;
    opacity: 0;
    filter: alpha(opacity=0);
    height: 100%
}
.button-wishlist .feedback i {
    margin: 0
}
.button-wishlist .exists {
    position: relative;
    background: var(--tb-theme-color);
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    display: block;
    text-align: center
}
.button-wishlist .exists>div>a {
    background: var(--tb-theme-color);
    border-color: var(--tb-theme-color);
    color: #fff
}
.mobile-btn-cart-click .tbay-mobile-wishlist .exists a i.tb-icon {
    color: var(--tb-theme-color)
}
.singular-shop div.group-button .tbay-wishlist .exists a {
    background: var(--tb-theme-color);
    border-color: var(--tb-theme-color)
}
.singular-shop div.group-button .tbay-wishlist .exists .feedback {
    width: 42px;
    height: 42px;
    border: 1px solid var(--tb-theme-color);
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px
}
.singular-shop div.group-button .tbay-wishlist .exists .feedback+a {
    position: absolute
}
.button-wishlist a.button.alt.add_to_wishlist i, .button-wishlist .yith-wcwl-add-button a.button.alt i, .button-wishlist .add_to_wishlist.single_add_to_wishlist i {
    margin: 0
}
.woocommerce a.button.alt.add_to_wishlist, .woocommerce .yith-wcwl-add-button a.button.alt {
    background: var(--bg-white);
    color: var(--black-color);
    padding: 0;
    font-weight: 400
}
.woocommerce a.add_to_wishlist.button.alt {
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-color: var(--border-color-4)
}
.woocommerce a.add_to_wishlist.button.alt:hover {
    background-color: var(--tb-theme-color);
    background: var(--tb-theme-color);
    color: #fff;
    border-color: var(--tb-theme-color)
}
.woocommerce .product-block a.button.alt.add_to_wishlist, .woocommerce .product-block .yith-wcwl-add-button a.button.alt {
    color: var(--color-01);
    font-weight: 400;
    padding: 0;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%
}
.woocommerce .product-block a.button.alt.add_to_wishlist:hover, .woocommerce .product-block .yith-wcwl-add-button a.button.alt:hover {
    color: #fff;
    background-color: var(--tb-theme-color)
}
.woocommerce .product-block .exists a.button.alt.add_to_wishlist, .woocommerce .product-block .exists .yith-wcwl-add-button a.button.alt {
    color: #fff;
    border-width: 0;
    background-color: var(--tb-theme-color)
}
.woocommerce div.product form.cart .button.add_to_wishlist, .woocommerce div.product form.cart .yith-wcwl-add-button>a {
    float: none;
    padding: 0
}
@media(max-width:575px) {
    .woocommerce .tbay-mobile-wishlist a.add_to_wishlist.button.alt {
        line-height: 42px
    }
    .tbay-mobile-wishlist a.button.alt.add_to_wishlist i, .tbay-mobile-wishlist .yith-wcwl-add-button a.button.alt i, .tbay-mobile-wishlist .add_to_wishlist.single_add_to_wishlist i {
        font-size: 23px
    }
    .tbay-mobile-wishlist .feedback {
        font-size: 23px;
        color: var(--tb-theme-color)
    }
}
@media(max-width:767px) {
    .button-wishlist .exists {
        background: transparent
    }
    .woocommerce div.product-block a.button.alt.add_to_wishlist, .woocommerce div.product-block .yith-wcwl-add-button a.button.alt {
        border-radius: 50%;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%
    }
    .woocommerce div.product-block .exists a.button.alt.add_to_wishlist, .woocommerce div.product-block .exists .yith-wcwl-add-button a.button.alt {
        background: var(--bg-white);
        color: var(--tb-theme-color);
        border-color: var(--border-color);
        border-width: 1px
    }
    div.button-wishlist .exists.yith-wcwl-add-to-wishlist>div.yith-wcwl-add-button a {
        color: var(--tb-theme-color);
        background: var(--bg-white)
    }
    .product-block .button-wishlist .feedback {
        color: var(--tb-theme-color);
        border: 1px solid var(--border-color);
        border-radius: 50%;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%;
        width: 33px;
        height: 33px;
        background: var(--bg-white)
    }
}
@media(min-width:768px) {
    .product-block.list .button-wishlist .exists {
        width: 35px;
        height: 35px;
        line-height: 32px;
        border-radius: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        -o-border-radius: 0
    }
    .product-block.list .button-wishlist .exists>div>a {
        border-color: var(--tb-theme-color);
        line-height: 32px !important
    }
    .woocommerce .product-block.list a.button.alt.add_to_wishlist, .woocommerce .product-block.list .yith-wcwl-add-button a.button.alt {
        border: 1px solid var(--border-color);
        border-radius: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        -o-border-radius: 0
    }
    .woocommerce .product-block.list a.button.alt.add_to_wishlist:hover, .woocommerce .product-block.list .yith-wcwl-add-button a.button.alt:hover {
        color: #fff;
        background: var(--tb-theme-color);
        border-color: var(--tb-theme-color)
    }
    .woocommerce .product-block.list a.button.alt.add_to_wishlist:hover i, .woocommerce .product-block.list .yith-wcwl-add-button a.button.alt:hover i {
        color: #fff
    }
    .woocommerce .product-block.list .exists a.button.alt.add_to_wishlist, .woocommerce .product-block.list .exists .yith-wcwl-add-button a.button.alt {
        border-color: var(--tb-theme-color)
    }
    .woocommerce .product-block.list .button-wishlist .yith-wcwl-wishlistexistsbrowse .feedback, .woocommerce .product-block.list .button-wishlist .yith-wcwl-wishlistaddedbrowse .feedback {
        width: 35px;
        height: 35px;
        border: 1px solid var(--tb-theme-color);
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        -o-border-radius: 0;
        margin: 0;
        -webkit-transition: .3s;
        -o-transition: .3s;
        transition: .3s
    }
    .woocommerce .product-block.list .button-wishlist .yith-wcwl-wishlistexistsbrowse:hover .feedback, .woocommerce .product-block.list .button-wishlist .yith-wcwl-wishlistaddedbrowse:hover .feedback {
        color: #fff;
        background: var(--tb-theme-color);
        -webkit-transition: .3s;
        -o-transition: .3s;
        transition: .3s
    }
    .woocommerce .product-block.list .button-wishlist .yith-wcwl-wishlistexistsbrowse:hover i, .woocommerce .product-block.list .button-wishlist .yith-wcwl-wishlistaddedbrowse:hover i {
        color: #fff
    }
}
.style-1 .custom-image-list-categories {
    background: var(--bg-white)
}
.style-1 .custom-image-list-categories.owl-carousel {
    margin: 0
}
@media(min-width:768px) {
    .style-1 .custom-image-list-categories.owl-carousel .item {
        margin: 0 40px
    }
}
.style-1 .custom-image-list-categories.owl-carousel.row-2 .item, .style-1 .custom-image-list-categories.owl-carousel.row-3 .item {
    margin: 0
}
@media(min-width:768px) {
    .style-1 .custom-image-list-categories.owl-carousel.row-2 .item, .style-1 .custom-image-list-categories.owl-carousel.row-3 .item {
        padding: 0 20px
    }
}
@media(min-width:768px) {
    .style-1 .custom-image-list-categories.row .item {
        padding: 0 40px
    }
}
.style-1 .custom-image-list-categories .item-cat {
    padding-bottom: 28px
}
.style-1 .custom-image-list-categories .item-cat {
    width: 100%
}
.style-2 .custom-image-list-categories.owl-carousel {
    margin: 0
}
.style-2 .custom-image-list-categories.owl-carousel .item {
    margin: 5px
}
.style-2 .custom-image-list-categories.row {
    margin: 0 -5px
}
.style-2 .custom-image-list-categories.row>div {
    padding: 5px
}
.style-2 .custom-image-list-categories .item-cat {
    width: 100%;
    background: var(--bg-white);
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    padding: 7px 12px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
    border: 1px solid var(--bg-white)
}
.style-2 .custom-image-list-categories .item-cat>a {
    margin-left: 0;
    margin-right: 15px;
    max-width: 48px
}
.style-2 .custom-image-list-categories .item-cat i {
    font-size: 20px;
    color: var(--tb-theme-color);
    display: inline-block;
    vertical-align: middle
}
.style-2 .custom-image-list-categories .item-cat:hover {
    border-color: var(--border-color-woo)
}
.style-2 .custom-image-list-categories .item-cat .cat-name {
    margin-top: 0
}
.style-2 .custom-image-list-categories .item-cat .cat-name:hover {
    text-decoration: none
}
.custom-image-list-categories .item-cat>a {
    display: block
}
.custom-image-list-categories .content {
    line-height: 22px;
    display: inline-block;
    vertical-align: middle;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1
}
.custom-image-list-categories .item-cat {
    color: var(--color-11);
    -webkit-transition: .35s;
    -o-transition: .35s;
    transition: .35s
}
.custom-image-list-categories .cat-name {
    font-size: 14px;
    color: var(--black-color);
    font-weight: 400;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    margin-top: 13px;
    display: inline-block
}
.custom-image-list-categories .cat-name:hover {
    color: var(--tb-theme-color)
}
.custom-image-list-categories .count-item {
    display: block;
    font-size: 14px
}
.custom-image-list-categories.tbay-addon-carousel .carousel-wrapper {
    position: static
}
.style-3 .custom-image-list-categories {
    background: transparent
}
.style-3 .custom-image-list-categories.row {
    margin-left: -6px;
    margin-right: -6px
}
.style-3 .custom-image-list-categories.row .item {
    padding: 0 6px
}
.style-3 .custom-image-list-categories .owl-carousel {
    margin-left: -6px;
    margin-right: -6px
}
.style-3 .custom-image-list-categories .owl-carousel .item {
    margin: 0 6px
}
.style-3 .custom-image-list-categories .content {
    width: 100%
}
.style-3 .custom-image-list-categories .content>a.cat-name {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 100%
}
.custom-image-list-tags.row.grid {
    margin: 0 -5px
}
.custom-image-list-tags.row.grid>div {
    padding: 0 5px
}
.custom-image-list-tags.owl-carousel {
    margin: 0 -5px
}
.custom-image-list-tags .slick-slide {
    margin: 0 5px
}
.custom-image-list-tags .item-tag {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    padding: 19px 16px 17px;
    border: 1px solid var(--border-color);
    position: relative;
    align-items: center;
    background: var(--bg-white)
}
.custom-image-list-tags .item-tag img {
    max-width: 64px;
    margin-right: 12px;
    margin-left: 0
}
.custom-image-list-tags .item-tag:hover, .custom-image-list-tags .item-tag:focus {
    border-color: var(--border-color-woo)
}
.custom-image-list-tags .tag-name {
    color: var(--black-color);
    line-height: 20px;
    text-align: left
}
.custom-image-list-tags .tag-name:hover {
    color: var(--tb-theme-color)
}
.custom-image-list-tags .count-item {
    color: var(--color-04);
    line-height: 20px
}
.list-categories-product.grid {
    margin: 0 -15px
}
.list-categories-product.grid .item-cat {
    margin-left: 15px;
    margin-right: 15px
}
.list-categories-product .heading-tbay-title {
    display: block;
    width: 100%
}
.list-categories-product .item-cat {
    width: 100%;
    text-align: center;
    background: var(--bg-white);
    margin-bottom: 30px
}
.list-categories-product .cat-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: var(--bg-white);
    padding: 15px 0;
    width: 100%
}
.tbay-addon-product-category .woocommerce .slick-slider .slick-dots {
    margin: 0 0 20px
}
.tbay-addon-product-category .tbay-addon-banner a {
    display: inline-block;
    position: relative
}
.tbay-addon-product-category .tbay-addon-banner a:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    left: 0;
    right: auto;
    top: 0;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    opacity: 0;
    filter: alpha(opacity=0)
}
.tbay-addon-product-category .tbay-addon-banner a:before {
    content: "";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-family: "tb-icon"
}
.tbay-addon-product-category .tbay-addon-banner a:before {
    position: absolute;
    font-size: 35px;
    color: var(--white-color);
    z-index: 1;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    opacity: 0;
    filter: alpha(opacity=0);
    width: 100%;
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center
}
.tbay-addon-product-category .tbay-addon-banner a:hover:after, .tbay-addon-product-category .tbay-addon-banner a:hover::before {
    opacity: 1;
    filter: alpha(opacity=100)
}
.tbay-addon-product-category .owl-carousel .product-block, .tbay-addon-product-category .row.grid .product-block {
    margin: 0 0 30px
}
.tbay-addon-product-category .owl-carousel.slick-dotted>.slick-arrow {
    margin-top: -46px
}
.tbay-addon-product-category.has-banner .woocommerce {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -8px
}
.tbay-addon-product-category.has-banner .woocommerce>div {
    padding: 0 8px
}
.tbay-addon-product-category.has-banner .owl-carousel {
    max-width: 100%
}
.tbay-addon-product-category.has-banner .tbay-addon-banner {
    min-height: 1px;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1
}
.tbay-addon-product-category.has-banner .tbay-addon-banner+div {
    max-width: 75%
}
@media(min-width:992px) and (max-width:1599px) {
    .tbay-addon-product-category.has-banner .tbay-addon-banner+div {
        -webkit-box-flex: 2;
        -moz-box-flex: 2;
        -webkit-flex: 2;
        -ms-flex: 2;
        flex: 2
    }
}
@media(min-width:480px) and (max-width:991px) {
    .tbay-addon-product-category .tbay-addon-banner {
        display: none
    }
    .tbay-addon-product-category.has-banner .tbay-addon-banner+div {
        max-width: 100%;
        margin: 0
    }
}
@media(max-width:479px) {
    .tbay-addon-product-category .woocommerce {
        flex-direction: column
    }
    .tbay-addon-product-category .tbay-addon-banner {
        width: 100%;
        max-width: 100%;
        text-align: center;
        margin: 8px 0
    }
    .tbay-addon-product-category.has-banner .tbay-addon-banner+div {
        max-width: 100%;
        margin: 0
    }
}
.product-count-down .flash-sales-date .times {
    font-size: 16px;
    line-height: 22px;
    color: var(--white-color)
}
.product-count-down .time {
    background: #e20202;
    padding: 3px 6px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px
}
.product-count-down .time .times>div {
    font-size: 16px;
    font-weight: 700
}
.product-count-down .product-block {
    padding: 0 25px
}
.timming {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    color: var(--color-11)
}
.timming>div {
    display: table-cell;
    vertical-align: middle;
    margin: 0;
    color: var(--white-color)
}
.timming>div+div {
    margin-left: 5px
}
.times>div, .times>span {
    display: table-cell;
    vertical-align: middle
}
.times>span {
    padding: 0 2px
}
.tbay-addon.product-countdown .tbay-addon-content {
    border-color: var(--tb-theme-color)
}
.tbay-addon.product-countdown .tbay-addon-content .owl-carousel:before, .tbay-addon.product-countdown .tbay-addon-content .owl-carousel:after {
    background: var(--tb-theme-color)
}
.tbay-element.tbay-element-product-flash-sales .show-all {
    margin: auto;
    margin-top: 24px;
    text-align: center;
    display: block;
    max-width: max-content;
    line-height: 38px
}
.tbay-element.tbay-element-product-flash-sales .show-all:before {
    display: none
}
.tbay-element.tbay-element-product-flash-sales .product-flash-sales {
    background-color: var(--bg-white);
    margin: 0
}
.tbay-element.tbay-element-product-flash-sales .item-deal-ended {
    position: absolute;
    color: var(--color-10);
    width: 100%;
    height: 100%;
    display: flex;
    left: 0;
    top: 0;
    right: auto;
    justify-content: center;
    align-items: center;
    text-transform: uppercase;
    background: rgba(255, 255, 255, 0.8);
    pointer-events: none;
    z-index: 111
}
.tbay-element.tbay-element-product-flash-sales .tbay-not-flash-sale:hover .group-buttons {
    visibility: hidden;
    opacity: 0;
    filter: alpha(opacity=0)
}
.tbay-element.tbay-element-product-flash-sales.deal-ended .product-flash-sales {
    position: relative
}
.tbay-element.tbay-element-product-flash-sales.deal-ended .product-flash-sales:before {
    display: block;
    content: '';
    background: var(--bg-white);
    position: absolute;
    width: 100%;
    left: 0;
    right: auto;
    top: 0;
    height: 100%;
    opacity: .8;
    filter: alpha(opacity=80);
    pointer-events: all;
    z-index: 111
}
.tbay-element.tbay-element-product-flash-sales.deal-ended .flash-sales-date {
    position: absolute;
    left: 50%;
    right: auto;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 1111;
    padding: 0 30px;
    background: var(--tb-theme-body);
    line-height: 40px;
    color: var(--black-color)
}
.top-flash-sale-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between
}
.top-flash-sale-wrapper .heading-tbay-title {
    padding: 0
}
.flash-sales-date {
    text-align: center;
    color: #fff;
    padding: 0 17px;
    background-color: var(--bg-flash-sale);
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0
}
.flash-sales-date>div {
    display: inline-block;
    vertical-align: middle;
    margin: 0
}
.flash-sales-date>div+div {
    margin-left: 13px
}
.flash-sales-date .times {
    color: #fff;
    font-size: 16px;
    line-height: 34px
}
.flash-sales-date .times>div {
    font-weight: 700
}
.flash-sales-date .times>span {
    padding: 0 4px
}
.stock-flash-sale-v2 {
    color: var(--red-color)
}
.elements .tbay-addon-flash-sales {
    text-align: left
}
.elements .vc_row .flash-sales-date {
    padding: 20px 0
}
.elements .vc_row .flash-sales-date>div {
    margin: 0
}
.elements .vc_row .flash-sales-date>div.date-title {
    margin-right: 12px
}
.elements .vc_row .flash-sales-date .times {
    color: var(--tb-theme-color)
}
.elements .vc_row .flash-sales-date .times>div {
    font-size: 0;
    color: var(--black-color)
}
.elements .vc_row .flash-sales-date .times>div:after {
    font-size: 14px;
    line-height: 1
}
.elements .vc_row .flash-sales-date .times>div span {
    display: inline-block;
    width: 37px;
    line-height: 37px;
    background: var(--tb-theme-color);
    color: var(--white-color);
    text-align: center;
    font-size: 14px;
    vertical-align: middle
}
.product-flash-sales-header a {
    color: #e20202;
    font-weight: 700
}
.product-flash-sales-header a i {
    margin-right: 4px;
    margin-left: 0
}
.product-flash-sales-main {
    background: var(--bg-white);
    text-align: center;
    position: relative;
    z-index: 1
}
.product-flash-sales-main .top-flash-sale-wrapper {
    border-bottom: 1px solid var(--border-color);
    padding: 17px 24px
}
.product-flash-sales-main .top-flash-sale-wrapper .heading-tbay-title {
    padding-right: 25px
}
.nav-tabs {
    border-bottom: 0
}
.tbay-element-product-categories-tabs .product-block.v1 {
    padding-bottom: 18px
}
.tbay-element-product-categories-tabs .content-product-category-tab {
    background: var(--bg-white)
}
.tbay-element-product-categories-tabs .content-product-category-tab>a, .tbay-element-product-categories-tabs .content-product-category-tab>img {
    display: inline-block
}
.heading-product-category-tabs .heading-tbay-title {
    display: inline-block;
    max-width: 30%;
    padding: 15px 0
}
.heading-product-category-tabs .heading-tbay-title+.btn+.tabs-list {
    float: right;
    max-width: 60%
}
.heading-product-category-tabs .heading-tbay-title+.tabs-list {
    float: right;
    max-width: 100%
}
.heading-product-category-tabs .btn {
    float: right;
    padding: 0;
    padding-left: 15px;
    border: 0;
    color: var(--tb-theme-color);
    position: relative;
    line-height: 30px;
    padding-top: 14px
}
.heading-product-category-tabs .btn i {
    display: inline-block
}
.tbay-element-product-categories-tabs .tabs-list, .tbay-element-product-tabs .tabs-list {
    display: block;
    border: 0;
    padding-bottom: 1px;
    padding-top: 14px;
    overflow: hidden;
    overflow-x: auto;
    white-space: nowrap
}
.tbay-element-product-categories-tabs .tabs-list>li, .tbay-element-product-tabs .tabs-list>li {
    line-height: 30px;
    display: inline-block
}
.tbay-element-product-categories-tabs .tabs-list>li:first-child>a, .tbay-element-product-tabs .tabs-list>li:first-child>a {
    margin-left: 0
}
.tbay-element-product-categories-tabs .tabs-list>li>a, .tbay-element-product-tabs .tabs-list>li>a {
    color: var(--black-color);
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    position: relative;
    margin: 0 15px 0;
    padding-bottom: 16px;
    display: inline-block
}
.tbay-element-product-categories-tabs .tabs-list>li>a::after, .tbay-element-product-tabs .tabs-list>li>a::after {
    content: '';
    position: absolute;
    left: 0;
    width: 0;
    height: 2px;
    background: var(--tb-theme-color);
    bottom: -1px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}
.tbay-element-product-categories-tabs .tabs-list>li>a.active, .tbay-element-product-tabs .tabs-list>li>a.active {
    color: var(--tb-theme-color)
}
.tbay-element-product-categories-tabs .tabs-list>li>a.active::after, .tbay-element-product-tabs .tabs-list>li>a.active::after {
    width: 100%
}
.tbay-element-product-categories-tabs .tabs-list>li:hover>a, .tbay-element-product-categories-tabs .tabs-list>li:focus>a, .tbay-element-product-tabs .tabs-list>li:hover>a, .tbay-element-product-tabs .tabs-list>li:focus>a {
    color: var(--tb-theme-color)
}
.tbay-element-product-categories-tabs .tabs-list>li:hover>a::after, .tbay-element-product-categories-tabs .tabs-list>li:focus>a::after, .tbay-element-product-tabs .tabs-list>li:hover>a::after, .tbay-element-product-tabs .tabs-list>li:focus>a::after {
    width: 100%
}
.tbay-element-product-categories-tabs .tabs-list>li.active>a, .tbay-element-product-tabs .tabs-list>li.active>a {
    color: var(--white-color);
    background: #000;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px
}
.tbay-element-product-categories-tabs .tabs-list>li:last-child, .tbay-element-product-tabs .tabs-list>li:last-child {
    padding-right: 0
}
.tbay-element-product-categories-tabs .tabs-list>li:first-child, .tbay-element-product-tabs .tabs-list>li:first-child {
    padding-left: 0
}
.tbay-element-product-categories-tabs .heading-product-category-tabs {
    padding: 0 24px;
    border-bottom: 1px solid var(--border-color)
}
.elementor-product-vertical-v2 .tbay-element-product-categories-tabs .tab-content {
    background: var(--bg-white);
    padding-bottom: 30px
}
.elementor-product-vertical-v2 .tbay-element-product-categories-tabs .owl-carousel.slick-slider .slick-dots {
    padding-bottom: 20px !important
}
@media(max-width:1199px) {
    .tbay-element-product-categories-tabs {
        padding-bottom: 47px
    }
    .tbay-element-product-categories-tabs .tbay-addon-content {
        width: 100% !important
    }
    .tbay-element-product-categories-tabs .heading-product-category-tabs .btn {
        display: none
    }
    .tbay-element-product-categories-tabs .heading-tbay-title+.btn+.tabs-list {
        max-width: 100%
    }
}
@media(max-width:991px) {
    .tbay-element-product-categories-tabs .heading-product-category-tabs .heading-tbay-title+.btn+.tabs-list {
        float: initial;
        text-align: left;
        padding-top: 15px;
        padding-bottom: 0
    }
    .tbay-element-product-categories-tabs .heading-product-category-tabs .heading-tbay-title+.tabs-list {
        float: inherit;
        text-align: left;
        margin-top: 8px
    }
}
.tbay-element-product-tabs {
    text-align: left
}
.tbay-element-product-tabs .slick-list {
    width: 100%;
    border-top: 1px solid var(--border-color)
}
.tbay-element-product-tabs.products ul.nav {
    margin: 0;
    padding-top: 14px
}
.tbay-element-product-tabs .heading-tbay-title {
    display: inline-block;
    max-width: 40%;
    padding: 15px 24px
}
.tbay-element-product-tabs .heading-tbay-title+.tabs-list {
    float: right;
    padding-top: 14px;
    margin: 0
}
.tbay-element-product-tabs .nav-tabs {
    padding-left: 15px;
    padding-right: 0
}
.tbay-element-woocommerce-tags ul.list-tags li a {
    border: 1px solid var(--border-color-woo);
    line-height: 38px;
    padding: 0 16px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    color: var(--black-color);
    margin: 0 16px 16px 0;
    height: 40px
}
.tbay-element-woocommerce-tags ul.list-tags li a:hover, .tbay-element-woocommerce-tags ul.list-tags li a:focus {
    color: var(--white-color);
    background: var(--tb-theme-color);
    border-color: var(--tb-theme-color)
}
#main-content .product-recently-viewed-main .content-empty {
    min-height: 150px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    background: var(--bg-white)
}
.elements .product-recently-viewed .row.grid, .elements .product-recently-viewed .owl-carousel {
    padding: 0
}
.product-recently-viewed .tbay-addon-title {
    margin-bottom: 15px
}
.product-recently-viewed .content-empty {
    min-height: 150px;
    display: flex;
    align-items: center;
    justify-content: center
}
.product-recently-viewed .content-empty .list-recent {
    justify-content: center
}
.product-recently-viewed .row.grid, .product-recently-viewed .owl-carousel {
    padding: 20px 0
}
.recent-viewed-products {
    position: relative;
    margin-top: 65px
}
.recent-viewed-products .heading-tbay-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between
}
.recent-viewed-products .show-all {
    position: relative;
    display: inline-table;
    margin: 0 0 24px
}
.recent-viewed-products .show-all:after {
    content: "";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-family: "tb-icon"
}
.recent-viewed-products .show-all:after {
    line-height: 1;
    font-size: 12px;
    margin-left: 6px;
    display: inline-block
}
.recent-viewed-products[data-column="5"] .product-item {
    -webkit-box-flex: 20%;
    -moz-box-flex: 20%;
    -webkit-flex: 20%;
    -ms-flex: 20%;
    flex: 20%;
    max-width: 20%
}
.recent-viewed-products[data-column="6"] .product-item {
    -webkit-box-flex: 16.66667%;
    -moz-box-flex: 16.66667%;
    -webkit-flex: 16.66667%;
    -ms-flex: 16.66667%;
    flex: 16.66667%;
    max-width: 16.66667%
}
.recent-viewed-products[data-column="7"] .product-item {
    -webkit-box-flex: 14.28571%;
    -moz-box-flex: 14.28571%;
    -webkit-flex: 14.28571%;
    -ms-flex: 14.28571%;
    flex: 14.28571%;
    max-width: 14.28571%
}
.recent-viewed-products[data-column="8"] .product-item {
    -webkit-box-flex: 12.5%;
    -moz-box-flex: 12.5%;
    -webkit-flex: 12.5%;
    -ms-flex: 12.5%;
    flex: 12.5%;
    max-width: 12.5%
}
.recent-viewed-products[data-column="9"] .product-item {
    -webkit-box-flex: 11.11111%;
    -moz-box-flex: 11.11111%;
    -webkit-flex: 11.11111%;
    -ms-flex: 11.11111%;
    flex: 11.11111%;
    max-width: 11.11111%
}
.recent-viewed-products[data-column="10"] .product-item {
    -webkit-box-flex: 10%;
    -moz-box-flex: 10%;
    -webkit-flex: 10%;
    -ms-flex: 10%;
    flex: 10%;
    max-width: 10%
}
.recent-viewed-products[data-column="11"] .product-item {
    -webkit-box-flex: 9.09091%;
    -moz-box-flex: 9.09091%;
    -webkit-flex: 9.09091%;
    -ms-flex: 9.09091%;
    flex: 9.09091%;
    max-width: 9.09091%
}
.recent-viewed-products[data-column="12"] .product-item {
    -webkit-box-flex: 8.33333%;
    -moz-box-flex: 8.33333%;
    -webkit-flex: 8.33333%;
    -ms-flex: 8.33333%;
    flex: 8.33333%;
    max-width: 8.33333%
}
.recent-viewed-products[data-column="13"] .product-item {
    -webkit-box-flex: 7.69231%;
    -moz-box-flex: 7.69231%;
    -webkit-flex: 7.69231%;
    -ms-flex: 7.69231%;
    flex: 7.69231%;
    max-width: 7.69231%
}
.recent-viewed-products[data-column="14"] .product-item {
    -webkit-box-flex: 7.14286%;
    -moz-box-flex: 7.14286%;
    -webkit-flex: 7.14286%;
    -ms-flex: 7.14286%;
    flex: 7.14286%;
    max-width: 7.14286%
}
.recent-viewed-products[data-column="15"] .product-item {
    -webkit-box-flex: 6.66667%;
    -moz-box-flex: 6.66667%;
    -webkit-flex: 6.66667%;
    -ms-flex: 6.66667%;
    flex: 6.66667%;
    max-width: 6.66667%
}
.recent-viewed-products[data-column="16"] .product-item {
    -webkit-box-flex: 6.25%;
    -moz-box-flex: 6.25%;
    -webkit-flex: 6.25%;
    -ms-flex: 6.25%;
    flex: 6.25%;
    max-width: 6.25%
}
.recent-viewed-products .content-view {
    background-color: var(--bg-white)
}
.recent-viewed-products .content-view.empty {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    min-height: 147px
}
.recent-viewed-products .content-view .show-all {
    display: inline-block;
    line-height: inherit;
    margin: 19px auto 0;
    position: static
}
.recent-viewed-products .list-recent {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}
.recent-viewed-products .product-item {
    margin: 30px 0;
    padding: 0 15px
}
.recent-viewed-products .product-item img {
    -webkit-transition: .35s;
    -o-transition: .35s;
    transition: .35s;
    border: 1px solid transparent
}
.recent-viewed-products .product-item img:hover {
    border-color: var(--border-color-7)
}
.product-recently-viewed-header .content-view {
    position: absolute;
    left: 15px;
    right: 15px;
    min-height: 130px;
    background: var(--bg-white);
    padding: 20px 0;
    opacity: 0;
    filter: alpha(opacity=0);
    visibility: hidden;
    z-index: 1000;
    text-align: center;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
    border-top: 1px solid var(--border-color-3)
}
.product-recently-viewed-header .content-view.empty .list-recent {
    justify-content: center
}
.product-recently-viewed-header .content-view .show-all {
    display: inline-block;
    line-height: inherit;
    margin: 19px auto 0;
    position: static
}
.product-recently-viewed-header:hover .content-view {
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible
}
.product-recently-viewed-header:hover h3, .product-recently-viewed-header:hover i, .product-recently-viewed-header:hover h3:after {
    color: var(--tb-theme-color)
}
.product-recently-viewed-header .list-recent {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1
}
.product-recently-viewed-header[data-column="4"] .product-item {
    -webkit-box-flex: 25%;
    -moz-box-flex: 25%;
    -webkit-flex: 25%;
    -ms-flex: 25%;
    flex: 25%;
    max-width: 25%;
    padding: 0 15px
}
.product-recently-viewed-header[data-column="4"] .product-item img {
    -webkit-transition: .35s;
    -o-transition: .35s;
    transition: .35s;
    border: 1px solid transparent
}
.product-recently-viewed-header[data-column="4"] .product-item img:hover {
    border-color: var(--color-06)
}
.product-recently-viewed-header[data-column="5"] .product-item {
    -webkit-box-flex: 20%;
    -moz-box-flex: 20%;
    -webkit-flex: 20%;
    -ms-flex: 20%;
    flex: 20%;
    max-width: 20%;
    padding: 0 15px
}
.product-recently-viewed-header[data-column="5"] .product-item img {
    -webkit-transition: .35s;
    -o-transition: .35s;
    transition: .35s;
    border: 1px solid transparent
}
.product-recently-viewed-header[data-column="5"] .product-item img:hover {
    border-color: var(--color-06)
}
.product-recently-viewed-header[data-column="6"] .product-item {
    -webkit-box-flex: 16.66667%;
    -moz-box-flex: 16.66667%;
    -webkit-flex: 16.66667%;
    -ms-flex: 16.66667%;
    flex: 16.66667%;
    max-width: 16.66667%;
    padding: 0 15px
}
.product-recently-viewed-header[data-column="6"] .product-item img {
    -webkit-transition: .35s;
    -o-transition: .35s;
    transition: .35s;
    border: 1px solid transparent
}
.product-recently-viewed-header[data-column="6"] .product-item img:hover {
    border-color: var(--color-06)
}
.product-recently-viewed-header[data-column="7"] .product-item {
    -webkit-box-flex: 14.28571%;
    -moz-box-flex: 14.28571%;
    -webkit-flex: 14.28571%;
    -ms-flex: 14.28571%;
    flex: 14.28571%;
    max-width: 14.28571%;
    padding: 0 15px
}
.product-recently-viewed-header[data-column="7"] .product-item img {
    -webkit-transition: .35s;
    -o-transition: .35s;
    transition: .35s;
    border: 1px solid transparent
}
.product-recently-viewed-header[data-column="7"] .product-item img:hover {
    border-color: var(--color-06)
}
.product-recently-viewed-header[data-column="8"] .product-item {
    -webkit-box-flex: 12.5%;
    -moz-box-flex: 12.5%;
    -webkit-flex: 12.5%;
    -ms-flex: 12.5%;
    flex: 12.5%;
    max-width: 12.5%;
    padding: 0 15px
}
.product-recently-viewed-header[data-column="8"] .product-item img {
    -webkit-transition: .35s;
    -o-transition: .35s;
    transition: .35s;
    border: 1px solid transparent
}
.product-recently-viewed-header[data-column="8"] .product-item img:hover {
    border-color: var(--color-06)
}
.product-recently-viewed-header[data-column="9"] .product-item {
    -webkit-box-flex: 11.11111%;
    -moz-box-flex: 11.11111%;
    -webkit-flex: 11.11111%;
    -ms-flex: 11.11111%;
    flex: 11.11111%;
    max-width: 11.11111%;
    padding: 0 15px
}
.product-recently-viewed-header[data-column="9"] .product-item img {
    -webkit-transition: .35s;
    -o-transition: .35s;
    transition: .35s;
    border: 1px solid transparent
}
.product-recently-viewed-header[data-column="9"] .product-item img:hover {
    border-color: var(--color-06)
}
.product-recently-viewed-header[data-column="10"] .product-item {
    -webkit-box-flex: 10%;
    -moz-box-flex: 10%;
    -webkit-flex: 10%;
    -ms-flex: 10%;
    flex: 10%;
    max-width: 10%;
    padding: 0 15px
}
.product-recently-viewed-header[data-column="10"] .product-item img {
    -webkit-transition: .35s;
    -o-transition: .35s;
    transition: .35s;
    border: 1px solid transparent
}
.product-recently-viewed-header[data-column="10"] .product-item img:hover {
    border-color: var(--color-06)
}
.product-recently-viewed-header[data-column="11"] .product-item {
    -webkit-box-flex: 9.09091%;
    -moz-box-flex: 9.09091%;
    -webkit-flex: 9.09091%;
    -ms-flex: 9.09091%;
    flex: 9.09091%;
    max-width: 9.09091%;
    padding: 0 15px
}
.product-recently-viewed-header[data-column="11"] .product-item img {
    -webkit-transition: .35s;
    -o-transition: .35s;
    transition: .35s;
    border: 1px solid transparent
}
.product-recently-viewed-header[data-column="11"] .product-item img:hover {
    border-color: var(--color-06)
}
.product-recently-viewed-header[data-column="12"] .product-item {
    -webkit-box-flex: 8.33333%;
    -moz-box-flex: 8.33333%;
    -webkit-flex: 8.33333%;
    -ms-flex: 8.33333%;
    flex: 8.33333%;
    max-width: 8.33333%;
    padding: 0 15px
}
.product-recently-viewed-header[data-column="12"] .product-item img {
    -webkit-transition: .35s;
    -o-transition: .35s;
    transition: .35s;
    border: 1px solid transparent
}
.product-recently-viewed-header[data-column="12"] .product-item img:hover {
    border-color: var(--color-06)
}
.product-recently-viewed-header .btn-readmore {
    color: var(--tb-theme-color);
    margin: 0 54px 0 2px;
    padding: 0 14px
}
.product-recently-viewed-header h3 {
    font-size: 14px;
    font-weight: normal;
    margin: 0;
    padding: 9px 0;
    line-height: 30px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    color: var(--black-color);
    -webkit-transition: .35s;
    -o-transition: .35s;
    transition: .35s;
    cursor: pointer
}
.product-recently-viewed-header h3:after {
    content: "";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-family: "tb-icon"
}
.product-recently-viewed-header h3:hover {
    color: var(--tb-theme-color)
}
.product-recently-viewed-header h3:hover:after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg)
}
.product-recently-viewed-header h3:after {
    display: inline-block;
    font-size: 20px;
    line-height: 1;
    vertical-align: middle;
    -webkit-transition: all .35s, color 0s;
    -o-transition: all .35s, color 0s;
    transition: all .35s, color 0s
}
.product-recently-viewed-main a.btn-readmore {
    position: static;
    padding: 8px 25px;
    border: 1px solid var(--tb-theme-color);
    display: block;
    margin: 20px auto 0;
    width: max-content;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    color: var(--tb-theme-color)
}
.product-recently-viewed-main a.btn-readmore:hover {
    background-color: var(--tb-theme-color);
    color: #fff
}
.tbay-element-product-list-tags>div {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}
.tbay-element-product-list-tags .item {
    border: 1px solid var(--border-color-7);
    line-height: 1;
    -webkit-transition: .35s;
    -o-transition: .35s;
    transition: .35s;
    margin: 0 7px 7px 0;
    background: var(--bg-white)
}
.tbay-element-product-list-tags .item:last-child {
    margin-right: 0
}
.tbay-element-product-list-tags .item a {
    display: block;
    color: #111;
    line-height: 20px;
    font-size: 14px;
    padding: 15px 19px;
    text-transform: capitalize
}
.tbay-element-product-list-tags .item a:before {
    content: "";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-family: "tb-icon"
}
.tbay-element-product-list-tags .item a:before {
    font-size: 20px;
    line-height: 1;
    color: var(--tb-theme-color);
    margin-right: 12px;
    margin-left: 0;
    display: inline-block;
    vertical-align: middle
}
.tbay-element-product-list-tags .item:hover {
    background: var(--tb-theme-color);
    border-color: var(--tb-theme-color)
}
.tbay-element-product-list-tags .item:hover a {
    color: var(--white-color)
}
.tbay-element-product-list-tags .item:hover a:before {
    color: var(--white-color)
}
.tbay-element-compare a.element-btn-compare {
    background: transparent !important;
    padding: 0
}
.tbay-element-compare a.element-btn-compare::after {
    display: none !important
}
.archive .main-content.left-main>.row, .archive .main-content.main-right>.row {
    padding: 0
}
.archive .col-xl-9 .layout-blog {
    padding: 33px 0 0 0
}
.archive .layout-blog {
    padding: 32px 26px 0
}
article .more {
    margin-top: 21px
}
.layout-blog {
    padding-top: 25px
}
.layout-blog .row.grid>div {
    padding: 0 22px
}
.layout-blog .navigation {
    margin-bottom: 30px;
    margin-top: 0;
    flex: 100%
}
.layout-blog .navigation a.prev, .layout-blog .navigation a.next {
    font-size: 14px
}
.layout-blog .entry-thumb {
    position: relative
}
.layout-blog .entry-thumb .post-type {
    position: absolute;
    top: 16px;
    left: 16px;
    right: auto;
    width: 40px;
    height: 40px;
    background: #000;
    color: var(--white-color);
    padding: 10px
}
.layout-blog .entry-thumb .post-type i {
    font-size: 20px;
    line-height: 1
}
.layout-blog .position-image-row .entry-thumb .post-type {
    left: 35px
}
.post .entry-header {
    margin-top: 25px
}
.post .entry-date, .post .comments-link, .post .comments-link a {
    color: var(--color-04);
    font-weight: 400;
    font-size: 13px
}
.post .entry-date:hover, .post .entry-date:focus, .post .comments-link:hover, .post .comments-link:focus, .post .comments-link a:hover, .post .comments-link a:focus {
    color: var(--tb-theme-color)
}
.post.sticky {
    border: 5px solid var(--tb-theme-color);
    border-radius: 35px 0 0 0;
    -webkit-border-radius: 35px 0 0 0;
    -moz-border-radius: 35px 0 0 0;
    -ms-border-radius: 35px 0 0 0;
    -o-border-radius: 35px 0 0 0;
    padding-bottom: 35px
}
.post.sticky .entry-header {
    margin: 0 !important
}
.post.sticky .entry-header>h3, .post.sticky .entry-header>ul, .post.sticky .entry-header>div {
    padding: 0 50px
}
.post.sticky .entry-header>h3 {
    padding: 10px 50px 15px 17px
}
.post.sticky .entry-title {
    display: inline-block;
    background: var(--tb-theme-color);
    border-radius: 25px 0 35px 0;
    -webkit-border-radius: 25px 0 35px 0;
    -moz-border-radius: 25px 0 35px 0;
    -ms-border-radius: 25px 0 35px 0;
    -o-border-radius: 25px 0 35px 0;
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 22px
}
.post.sticky .entry-title a {
    color: var(--white-color)
}
.post.sticky .entry-title a:before {
    content: "";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-family: "tb-icon"
}
.post.sticky .entry-title a::before {
    margin-right: 10px
}
.post .entry-thumb>a {
    position: relative;
    display: inline-block
}
.post .entry-thumb>a:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    visibility: hidden;
    pointer-events: none;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s
}
.post .entry-thumb>a:hover:before {
    visibility: visible;
    opacity: 1;
    filter: alpha(opacity=100)
}
.post .entry-category i {
    display: inline-block;
    margin-right: 5px;
    margin-left: 0
}
.post .entry-category.type-1 a {
    line-height: 24px !important;
    background: var(--tb-theme-body);
    text-transform: inherit;
    padding: 0 10px;
    font-weight: normal;
    margin-bottom: 7px
}
.post .entry-category.type-1 a:hover {
    background: var(--bg-white)
}
.post .entry-category.type-1 a+a {
    margin-left: 7px;
    margin-right: 0
}
.post .entry-category.type-2 a {
    color: var(--tb-theme-color);
    margin-left: 2px;
    margin-right: 0;
    display: inline-block
}
.post .entry-category.type-2 a+a {
    margin-left: 4px
}
.post .entry-category.type-2 a:hover:after {
    -webkit-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    -o-transform: translateY(-3px);
    transform: translateY(-3px)
}
.post .entry-content p {
    line-height: 24px
}
.entry-meta-list {
    color: var(--color-04);
    margin: 0 0 10px;
    padding: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center
}
.entry-meta-list>li {
    list-style: none;
    padding-right: 17px;
    padding-left: 0;
    position: relative;
    line-height: 23px;
    font-size: 13px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center
}
.entry-meta-list>li:last-child {
    padding-right: 0
}
.entry-meta-list i {
    margin-right: 3px;
    margin-left: 0;
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    color: var(--tb-theme-color)
}
.entry-meta-list .entry-author img {
    max-width: 19px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    margin: 0;
    margin-right: 5px
}
.entry-meta-list .entry-author a {
    margin-left: 5px;
    margin-right: 0
}
.entry-meta-list .entry-author a:hover:after {
    -webkit-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    -o-transform: translateY(-3px);
    transform: translateY(-3px)
}
.entry-meta-list .entry-category a:hover:after {
    -webkit-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    -o-transform: translateY(-3px);
    transform: translateY(-3px)
}
.meta time:before {
    font-size: 18px;
    margin-right: 10px;
    margin-left: 0;
    display: inline-block
}
.entry-description {
    line-height: 24px;
    color: var(--black-color)
}
.post-list .readmore, .post-grid .readmore {
    padding: 0 20px
}
.post-list .readmore i, .post-grid .readmore i {
    font-size: 12px
}
.entry-title {
    font-size: 22px;
    margin: 8px 0 10px;
    line-height: 32px;
    font-weight: 600;
    letter-spacing: -.3px
}
.entry-title a {
    color: var(--color-09)
}
.entry-title a:hover {
    color: var(--tb-theme-color)
}
.post-list {
    margin-bottom: 49px
}
.post-list .post .entry-header {
    margin-top: 22px
}
.post-list .entry-thumb span.post-type {
    top: 23px;
    left: 24px
}
.post-list .entry-title {
    font-size: 23px;
    line-height: 35px;
    margin: 0 0 10px;
    -ms-word-wrap: break-word;
    word-wrap: break-word
}
.post-list.position-image-row {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-bottom: 25px;
    padding-bottom: 25px;
    border-bottom: 1px solid var(--border-color)
}
.post-list.position-image-row .post {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center
}
.post-list.position-image-row .post .entry-header {
    margin: 0 !important;
    padding-left: 30px;
    padding-right: 0
}
.post .entry-category {
    margin: 0
}
.post .entry-category a {
    color: var(--tb-theme-color)
}
.post .entry-category a:nth-child(n+2) {
    margin-left: 5px;
    margin-right: 0
}
.entry-title .comments-link {
    margin-left: 5px
}
.post-grid {
    margin-bottom: 40px
}
.post-grid .post .entry-header {
    margin-top: 25px
}
.post-grid .entry-title {
    margin: 8px 0 10px
}
.post-grid .entry-meta-list {
    margin-bottom: 11px
}
.post-large {
    display: block
}
.post-large img {
    width: 100%
}
.style-grid .post .entry-title, .related-posts .post .entry-title {
    font-size: 20px;
    line-height: 30px;
    margin: 20px 0
}
.style-grid .post .entry-header, .related-posts .post .entry-header {
    margin: 30px 0 0
}
.style-grid .post .entry-description, .related-posts .post .entry-description {
    margin-top: 10px;
    margin-left: 0
}
.style-grid .post .entry-category, .related-posts .post .entry-category {
    position: static
}
.style-grid .post .entry-category i, .related-posts .post .entry-category i {
    font-size: 18px;
    margin-right: 5px;
    vertical-align: middle;
    display: inline-block
}
.style-grid .post .entry-category a, .related-posts .post .entry-category a {
    color: var(--tb-theme-color)
}
.style-vertical .post {
    margin: 0 -15px
}
.style-vertical .post::after {
    display: block;
    clear: both;
    content: ""
}
.style-vertical .post figure, .style-vertical .post .owl-carousel-play {
    float: left;
    width: 55%;
    padding: 0 15px
}
.style-vertical .post .entry-content {
    float: left;
    width: 45%;
    margin: 0;
    padding: 0 15px
}
.style-vertical .post .entry-header {
    margin: 0
}
.post-area .post-list .entry-list {
    margin-bottom: 0
}
.post-area .sticky {
    margin-top: 20px;
    padding: 20px;
    border: 2px solid var(--tb-theme-color)
}
.post-area .post-link {
    font-size: 18px;
    display: block;
    padding: 17px 27px;
    min-height: 60px;
    color: var(--white-color);
    float: left;
    width: 100%;
    height: auto;
    background: #222
}
.post-area .entry-meta {
    margin: 8px 0 12px 0;
    font-size: 12px;
    font-weight: 300
}
.post-area .entry-meta, .post-area .entry-meta a {
    color: var(--tb-theme-color)
}
.post-area .entry-content .ratings .meta {
    color: inherit;
    font-size: inherit
}
.post-area .entry-content .ratings .rating a {
    text-indent: -999em
}
.post-area .author-info {
    margin-bottom: 30px
}
.post-area .author-info .author-about-container .avatar-img img {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    margin-top: 20px;
    margin-right: 20px;
    margin-left: auto
}
.post-area .author-info .author-title {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500
}
.layout-blog .row>div:not(.col-md-12) .post-list .owl-carousel>.slick-arrow {
    width: 35px;
    height: 35px;
    font-size: 13px;
    line-height: 35px
}
.audio-responsive {
    margin-bottom: 30px
}
.audio-responsive iframe {
    height: 400px;
    width: 100%
}
.post .gallery .gallery-item figcaption {
    position: absolute;
    left: 0;
    right: auto;
    bottom: 0;
    width: 100%;
    opacity: 0;
    filter: alpha(opacity=0);
    z-index: 9;
    color: var(--white-color);
    background: rgba(0, 0, 0, 0.7);
    padding: 15px
}
.post .gallery .gallery-item:hover figcaption {
    opacity: 1;
    filter: alpha(opacity=100)
}
.video-responsive {
    height: 0;
    padding-top: 0;
    padding-bottom: 56.25%;
    position: relative;
    overflow: hidden
}
.video-responsive embed, .video-responsive iframe, .video-responsive object, .video-responsive video {
    top: 0;
    left: 0;
    right: auto;
    position: absolute;
    width: 100%;
    height: 100%
}
.link-wrap {
    min-height: 202px;
    background: var(--tb-theme-color)
}
.link-wrap a {
    position: absolute;
    top: 50%;
    left: 50%;
    right: auto;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    color: var(--white-color) !important;
    font-size: 20px;
    font-weight: 500
}
.link-wrap a:hover {
    text-decoration: underline
}
.search #main-container>.row {
    margin: 0
}
.search #main-container>.row>div {
    padding: 0;
    background: var(--bg-white)
}
.search #main-container>.row>div#main-content {
    padding: 0 15px
}
.tagcloud a:hover {
    color: var(--tb-theme-color)
}
.sidebar>.widget {
    padding: 16px 6px 16px 48px;
    position: relative;
    background: var(--bg-white)
}
.sidebar>.widget::after {
    position: absolute;
    content: '';
    height: 1px;
    background: var(--border-color);
    left: 48px;
    right: 6px;
    bottom: 0
}
.sidebar>.widget:first-child {
    padding-top: 33px;
    padding-bottom: 0
}
.sidebar>.widget:first-child::after {
    height: 0
}
.sidebar>.widget:last-child::after {
    height: 0
}
.sidebar>.widget .search-form {
    margin-bottom: 5px
}
.sidebar .widget_tbay_instagram .row {
    margin: 0 -5px
}
.sidebar .widget_tbay_instagram .row>.item {
    padding: 5px
}
.sidebar .widget_search i {
    font-size: 18px;
    line-height: 40px
}
.sidebar .widget_search .btn:focus {
    box-shadow: unset
}
.sidebar .widget_besa_recent_post ul>li:last-child {
    padding: 0;
    border: 0
}
.flex-row-reverse .sidebar>.widget {
    padding: 16px 48px 16px 6px
}
.flex-row-reverse .sidebar>.widget::after {
    left: 6px;
    right: 48px
}
.flex-row-reverse .sidebar>.widget:first-child {
    padding-top: 33px;
    padding-bottom: 0
}
.flex-row-reverse .sidebar>.widget:first-child::after {
    height: 0
}
.post-excerpt .tagcloud a {
    border: 0;
    padding: 0
}
.single-post .col-xl-3 {
    background: var(--bg-white)
}
.single-post .post-excerpt {
    padding: 42px 155px 28px 155px;
    background: var(--bg-white)
}
.single-post>.row {
    margin: 0
}
.single-post>.row>div.single-full {
    background: var(--tb-theme-body)
}
.single-post .main-content>.row, .archive .main-content>.row {
    margin: 0
}
.single-post .main-content>.row>div, .archive .main-content>.row>div {
    padding: 0
}
.single-post .main-content>.row>div+div, .archive .main-content>.row>div+div {
    padding: 0 26px 0 35px;
    background: var(--bg-white)
}
.single-post .main-content>.row>div+div .owl-carousel .slick-arrow, .archive .main-content>.row>div+div .owl-carousel .slick-arrow {
    right: -30px;
    left: auto
}
.single-post .main-content>.row>div+div .owl-carousel .slick-arrow.slick-prev, .archive .main-content>.row>div+div .owl-carousel .slick-arrow.slick-prev {
    left: -30px;
    right: auto
}
.single-post .main-content .flex-row-reverse>div .sidebar, .archive .main-content .flex-row-reverse>div .sidebar {
    padding: 0
}
.single-post .main-content .flex-row-reverse>div+div, .archive .main-content .flex-row-reverse>div+div {
    padding: 0 35px 0 26px
}
#content.single-post {
    padding: 31px 0 5px;
    background: var(--bg-white)
}
.single-post .slider-blog.owl-carousel, .single-post .slider-blog.slider, .single-post .audio-wrap, .single-post .content-image {
    padding: 0 64px
}
.slider-blog.owl-carousel, .slider-blog.slider {
    margin: 0
}
.slider-blog .slick-slide {
    margin: 0
}
.entry-single .entry-thumb {
    padding: 0 64px
}
.entry-single .entry-header {
    margin: 0;
    padding: 0 64px
}
.entry-single .entry-title {
    font-size: 30px;
    line-height: 35px;
    margin: 0 0 12px;
    font-weight: 700
}
.entry-single .entry-content .tbay-addon .tbay-addon-title, .entry-single .entry-content .tbay-addon .tbay-addon-heading {
    font-size: 20px;
    text-align: left;
    line-height: 23px
}
.entry-single .entry-content .tbay-addon.tbay-addon-text-heading {
    margin-bottom: 8px
}
.entry-single .entry-content b, .entry-single .entry-content strong {
    font-weight: 700
}
.entry-single .entry-content p {
    margin: 0 0 1em
}
.entry-single .entry-content hr {
    background-color: #767676;
    border: 0;
    height: 2px;
    margin-bottom: 2rem;
    margin-top: 2rem;
    max-width: 2.25em;
    text-align: left;
    display: block;
    margin-left: 0
}
.entry-single .entry-content hr.is-style-wide {
    max-width: 100%
}
.entry-single .entry-content hr.is-style-dots {
    height: inherit;
    text-align: center;
    max-width: 100%
}
.entry-single .entry-meta-list {
    margin-bottom: 13px;
    display: inline-flex
}
.entry-single .entry-meta-list>li {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center
}
.entry-single .tbay-post-share {
    display: inline-block;
    float: right
}
.entry-single .tbay-post-share>span, .entry-single .tbay-post-share>div {
    display: inline-block;
    vertical-align: middle
}
.entry-single .tbay-post-share>span {
    margin-right: 20px
}
.entry-single .entry-description a {
    margin-top: 15px
}
.entry-single .entry-category {
    margin: 0
}
.entry-single .entry-category a {
    color: var(--tb-theme-color);
    margin-left: 2px;
    margin-right: 0;
    display: inline-block
}
.entry-single .entry-category a:hover:after {
    -webkit-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    -o-transform: translateY(-3px);
    transform: translateY(-3px)
}
.entry-single .entry-category a+a {
    margin-left: 4px
}
.entry-single .tbay-social-share {
    margin: 20px 0 0
}
.entry-single .tbay-social-share a {
    margin: 0 40px 0 0
}
.entry-single #comments {
    padding: 30px 0;
    margin: 45px 0 0;
    border-top: 1px solid var(--border-color)
}
.entry-single .author-info {
    margin: 17px 15px 0;
    padding: 29px 30px;
    line-height: 23px;
    display: flex;
    border: 1px solid var(--border-color)
}
.entry-single .author-info img {
    margin: 0;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    min-width: 64px
}
.entry-single .author-info .avarta {
    padding: 4px 24px 0 0
}
.entry-single .author-info .name {
    font-size: 14px;
    font-weight: 700;
    color: var(--black-color);
    margin: 0 0 10px
}
.entry-single .author-info .content p {
    line-height: 24px;
    margin: 0 0 10px;
    color: var(--black-color)
}
.entry-single .author-info .all-post {
    color: var(--tb-theme-color)
}
.entry-single .author-info .all-post i {
    display: inline-block
}
.entry-single .wpb_content_element {
    margin-bottom: 22px
}
.entry-single .tagcloud {
    padding: 24px 15px 0;
    clear: both
}
.entry-single .tagcloud span {
    float: left;
    margin-right: 8px;
    margin-left: 0;
    line-height: 32px;
    color: var(--black-color);
    font-weight: 700
}
body:not(.tbay-body-default) .entry-single .entry-thumb, body:not(.tbay-body-default) .entry-single .owl-carousel-play, body:not(.tbay-body-default) .entry-single .content-image, body:not(.tbay-body-default) .entry-single .audio-wrap, body:not(.tbay-body-default) .entry-single .link-wrap, body:not(.tbay-body-default) .entry-single>blockquote {
    padding-top: 14px;
    margin: 0
}
.logged-in-as {
    font-size: 14px;
    margin-bottom: 25px
}
.logged-in-as a:last-child {
    text-decoration: underline
}
.post-password-form input[type=submit] {
    line-height: 40px
}
.navigation {
    clear: both
}
.post-navigation {
    padding: 20px 170px 50px
}
.post-navigation .screen-reader-text {
    display: none
}
.post-navigation .nav-links {
    overflow: hidden
}
.post-navigation .nav-links>* {
    width: 45%;
    float: left;
    line-height: 25px;
    border: 1px solid var(--border-color);
    padding: 15px 0 15px 0
}
.post-navigation .nav-links>* a {
    position: relative;
    display: block;
    padding-left: 71px;
    padding-right: 15px
}
.post-navigation .nav-links>* a:before {
    content: "";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-family: "tb-icon"
}
.post-navigation .nav-links>* a:before {
    position: absolute;
    font-size: 24px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    right: auto;
    left: 24px
}
.post-navigation .nav-links>*.nav-next {
    float: right;
    text-align: right
}
.post-navigation .nav-links>*.nav-next a {
    padding-left: 15px;
    padding-right: 71px
}
.post-navigation .nav-links>*.nav-next a:before {
    content: "";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-family: "tb-icon"
}
.post-navigation .nav-links>*.nav-next a:before {
    right: 24px;
    left: auto
}
.post-navigation .nav-links .meta-nav {
    display: block;
    color: var(--black-color);
    position: relative
}
.post-navigation .nav-links .meta-nav:hover, .post-navigation .nav-links .meta-nav:focus {
    color: var(--tb-theme-color)
}
.post-navigation .post-title {
    font-weight: 700;
    display: block;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    color: var(--black-color)
}
.post-navigation .post-title:hover, .post-navigation .post-title:focus {
    color: var(--tb-theme-color)
}
.page-links {
    margin: 0;
    font-size: 14px;
    font-weight: 400;
    padding: 15px 0;
    margin: 15px 0;
    display: block;
    clear: both
}
.page-links>a, .page-links>span:not(.page-links-title) {
    padding: 10px 15px;
    border: 1px solid var(--border-color);
    line-height: 1;
    background: var(--bg-white);
    display: inline-block;
    margin: 0 2px;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s
}
.page-links>span:not(.page-links-title) {
    background: var(--tb-theme-color) none repeat scroll 0 0;
    border-color: var(--tb-theme-color);
    color: var(--white-color)
}
.page-links a {
    color: var(--color-05);
    cursor: pointer
}
.page-links a:hover {
    background: var(--tb-theme-color) none repeat scroll 0 0;
    border-color: var(--tb-theme-color);
    color: #fff;
    text-decoration: none
}
.related-posts {
    padding: 25px 30px;
    background: var(--bg-white)
}
.related-posts .tbay-addon-content {
    padding: 0 73px
}
.related-posts .owl-carousel>.slick-arrow, .related-posts .slider>.slick-arrow {
    visibility: visible;
    opacity: 1;
    filter: alpha(opacity=100);
    right: -56px;
    left: auto
}
.related-posts .owl-carousel>.slick-arrow.slick-prev, .related-posts .slider>.slick-arrow.slick-prev {
    left: -56px;
    right: auto
}
.tbay-addon-blog.relate-blog .tbay-addon-title {
    font-size: 22px;
    margin-bottom: 27px;
    color: var(--color-09);
    font-weight: 600
}
.tbay-addon-blog.relate-blog .post {
    margin: 0;
    list-style: none
}
.tbay-addon-blog.relate-blog .post>div {
    display: table-cell;
    vertical-align: top
}
.tbay-addon-blog.relate-blog .post .entry-thumb {
    border: 0;
    display: inline-block;
    margin-bottom: 16px
}
.tbay-addon-blog.relate-blog .post .entry-thumb.no-thumb {
    padding: 0
}
.tbay-addon-blog.relate-blog .post .entry-title {
    font-size: 18px;
    margin: 0;
    line-height: 28px;
    font-weight: 600
}
.tbay-addon-blog.relate-blog .post .entry-meta-list {
    margin: 3px 0 0
}
.tbay-addon-blog.relate-blog .post .entry-meta-list i {
    font-size: 17px;
    margin-right: 4px;
    margin-left: 0
}
.tbay-addon-blog.relate-blog .entry-content {
    padding: 0
}
#comments {
    padding: 45px 28px;
    margin-bottom: 30px;
    background: var(--bg-white)
}
#comments ul.comment-list {
    list-style: none;
    padding: 0;
    margin: 0;
    border-bottom: 1px solid var(--border-color)
}
#comments ul.comment-list .children {
    padding-left: 92px;
    list-style: none;
    padding-top: 20px
}
#comments ul.comment-list .children .comment {
    border-top: 1px solid var(--border-color);
    padding-top: 16px;
    padding-bottom: 0;
    margin: 0
}
#comments .comment, #comments ul.comment-list>li {
    font-size: inherit;
    color: inherit;
    font-style: normal;
    padding: 9px 0 19px;
    margin-bottom: 10px;
    border-bottom: 1px solid var(--border-color)
}
#comments .comment:last-child, #comments ul.comment-list>li:last-child {
    border-bottom: 0;
    margin-bottom: 0
}
#comments .comments-title {
    font-size: 22px;
    font-weight: 600;
    margin: 0 0 8px;
    color: var(--color-09);
    padding-bottom: 19px;
    border-bottom: 1px solid var(--border-color)
}
#comments .tbay-avatar img {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    margin: 8px 28px 0 0
}
#comments .comment_container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-style: normal;
    font-size: inherit;
    color: inherit
}
#comments .meta::after {
    display: block;
    clear: both;
    content: ""
}
#comments .comment-text {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    position: relative;
    max-width: 100%;
    display: flex;
    flex-direction: column
}
#comments .comment-text .description {
    padding-top: 15px;
    padding-bottom: 5px
}
#comments .comment-text .description p {
    margin-bottom: 0
}
#comments .comment-text .change {
    -webkit-box-ordinal-group: 3;
    -moz-box-ordinal-group: 3;
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3
}
#comments .tbay-author {
    font-weight: 700;
    float: left;
    padding-right: 7px;
    padding-left: 0
}
#comments time {
    float: left;
    color: var(--color-04)
}
#comments .description {
    clear: both
}
#comments .change a+a {
    padding-right: 0;
    padding-left: 10px;
    margin-right: 0;
    margin-left: 10px;
    border-left: 1px solid var(--border-color)
}
#comments .comment-reply-link {
    color: var(--tb-theme-color)
}
#comments .comment-reply-title {
    font-size: 16px;
    font-weight: 600;
    line-height: 28px;
    display: block;
    color: var(--color-09);
    margin: 34px 0 7px
}
#comments .comment-reply-title small {
    float: right
}
#comments .comment-reply-title #cancel-comment-reply-link {
    line-height: 25px;
    display: block;
    font-size: 14px;
    color: var(--tb-theme-color)
}
#comments .comment-reply-title #cancel-comment-reply-link:before {
    content: "";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-family: "tb-icon"
}
#comments .comment-reply-title #cancel-comment-reply-link:before {
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    margin-left: 0
}
#comments .comment-edit-link {
    color: var(--tb-theme-color);
    line-height: 26px
}
.comment-list {
    padding: 0;
    list-style: none
}
.comment-list #respond {
    padding: 30px 0
}
#commentform {
    color: var(--color-11);
    display: flex;
    flex-direction: column
}
#commentform .form-control {
    border: 1px solid var(--border-color-4);
    padding: 0 15px
}
#commentform .form-control#comment {
    padding-top: 20px;
    min-height: 200px
}
body:not(.woocommerce) #comments #reply-title {
    margin: 0 0 3px
}
body:not(.woocommerce) #comments .form-group {
    margin-bottom: 9px
}
body:not(.woocommerce) #comments .h-info {
    margin-bottom: 11px
}
body:not(.woocommerce) #comments .form-submit {
    margin: 6px 0 0
}
body:not(.woocommerce) #comments p.meta {
    margin: 5px 0 0
}
body:not(.woocommerce) #comments>.commentform {
    padding-top: 40px
}
body:not(.woocommerce) #comments label {
    font-weight: normal;
    line-height: 25px;
    color: var(--black-color);
    margin: 0 0 2px
}
.single-post #main-content:not(.single-full) .entry-author>span, .single-post #main-content:not(.single-full) .entry-category>span {
    display: none
}
.single-post #main-content:not(.single-full) .entry-author>span+a, .single-post #main-content:not(.single-full) .entry-category>span+a {
    margin: 0
}
.search-content .page-header {
    margin-top: 40px
}
.search-content .page-header .page-title {
    font-size: 26px;
    padding: 20px 20px;
    margin-bottom: 0;
    background: var(--tb-theme-body);
    margin: 0
}
.search-content .layout-blog {
    padding: 15px 0
}
.wpcf7 .wpcf7-text, .wpcf7 .wpcf7-textarea {
    overflow: hidden
}
.wpcf7 p {
    position: relative
}
.wpcf7 p .fa {
    position: absolute;
    color: #cdcac3;
    z-index: 100;
    font-size: 13px;
    border: 0;
    left: 12px;
    right: auto;
    top: auto;
    bottom: 13px
}
.wpcf7 p .fa-pencil {
    top: 4%
}
.wpcf7-form .form-horizontal label {
    margin-bottom: 3px;
    padding-top: 0;
    color: var(--black-color);
    font-weight: 400
}
.wpcf7-form .form-horizontal .wpcf7-submit {
    margin-top: 20px;
    padding: 0 40px
}
.wpcf7-form .form-horizontal .ajax-loader {
    position: absolute;
    left: auto;
    right: -10px;
    top: 17px
}
.wpcf7-form .form-horizontal input.required {
    color: var(--color-11);
    margin-bottom: 25px !important;
    width: 100%;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px
}
.wpcf7-form .required {
    color: var(--red-color);
    text-align: left;
    outline: 0
}
.wpcf7-form .required.wpcf7-textarea {
    color: inherit;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px
}
.wpcf7-form .wpcf7-form-control-wrap {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}
.wpcf7-form textarea {
    height: 203px;
    width: 100%
}
.wpb_gmaps_widget .wpb_wrapper {
    padding: 0;
    border: 1px solid var(--border-color)
}
.contact-wrapper .wpb_content_element {
    margin: 0
}
.contact-wrapper .elementor-social-icons-wrapper>a {
    padding: 10px
}
.contact-wrapper .contact-info i {
    display: none
}
.contact-wrapper .contact-info li {
    font-weight: 700;
    color: var(--black-color);
    border-bottom: 1px solid var(--border-color-2);
    font-size: 16px;
    line-height: 23px;
    padding: 11px 0 17px
}
.contact-wrapper .contact-info li a {
    color: var(--tb-theme-color)
}
.contact-wrapper .contact-info .head {
    font-weight: normal;
    line-height: 32px;
    font-size: 14px;
    margin: 0;
    color: var(--color-10)
}
.contact-wrapper .heading-tbay-title {
    font-weight: 400;
    color: var(--color-10);
    line-height: 32px;
    font-size: 14px
}
.elementor-accordion .elementor-accordion-item {
    margin: 10px 0;
    border: 0;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px
}
.elementor-accordion .elementor-accordion-item .elementor-active {
    border-bottom: 0;
    border-color: var(--border-color-4);
    border-radius: 3px 3px 0 0;
    -webkit-border-radius: 3px 3px 0 0;
    -moz-border-radius: 3px 3px 0 0;
    -ms-border-radius: 3px 3px 0 0;
    -o-border-radius: 3px 3px 0 0;
    padding-top: 10px;
    padding-bottom: 7px
}
.elementor-accordion .elementor-accordion-item .elementor-active+div {
    border-top: 0
}
.elementor-accordion .elementor-accordion-item .elementor-active.elementor-tab-content {
    line-height: 23px;
    border: 1px solid var(--border-color-4);
    border-top: 0;
    border-radius: 0 0 3px 3px;
    -webkit-border-radius: 0 0 3px 3px;
    -moz-border-radius: 0 0 3px 3px;
    -ms-border-radius: 0 0 3px 3px;
    -o-border-radius: 0 0 3px 3px
}
.elementor-accordion .elementor-tab-title {
    padding: 12px 15px 12px 15px;
    font-weight: 400;
    line-height: 23px;
    border: 1px solid var(--border-color)
}
.elementor-accordion .elementor-tab-content {
    padding: 5px 28px 10px
}
.elementor-accordion .elementor-tab-content p {
    margin-bottom: 0
}
.page-template-404 #tbay-main-content {
    background: var(--tb-theme-body)
}
.page-404 {
    padding-top: 200px;
    margin: 0 auto;
    max-width: 570px
}
.page-404 h1 {
    font-size: 80px;
    font-weight: 700;
    color: var(--color-08);
    line-height: 1;
    margin-bottom: 57px
}
.page-404 h3 {
    color: var(--black-color);
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 24px
}
.page-404 .sub-title {
    color: var(--color-08);
    line-height: 23px;
    margin: 0
}
.page-404 .backtohome, .page-404 .contactus {
    color: var(--tb-theme-color)
}
.page-404 .backtohome:hover, .page-404 .contactus:hover {
    text-decoration: underline
}
.icon-preview-box {
    margin-bottom: 30px
}
@media(max-width:479px) {
    .icon-preview-box {
        width: 100%;
        margin-bottom: 10px
    }
}
.icon-preview-box .preview {
    background-color: #fcfcfc;
    padding: 20px;
    display: block;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s
}
@media(max-width:1599px) {
    .icon-preview-box .preview {
        padding: 20px 10px
    }
}
.icon-preview-box i {
    display: inline-block;
    vertical-align: middle;
    font-size: 32px;
    margin-right: 20px;
    margin-left: 0
}
@media(max-width:767px) {
    .icon-preview-box i {
        font-size: 16px;
        margin-right: 10px
    }
}
.icon-preview-box code {
    font-family: var(--tb-text-primary-font);
    padding: 2px 4px;
    font-size: 14px;
    color: #232323;
    background-color: transparent;
    border-radius: 0
}
.icon-preview-box:hover .preview {
    background-color: var(--tb-theme-color)
}
.icon-preview-box:hover .preview code, .icon-preview-box:hover .preview i {
    color: #fff
}
#awesome-font>div {
    margin-bottom: 40px
}
@media(max-width:479px) {
    #awesome-font>div {
        margin-bottom: 10px
    }
}
#awesome-font h3 {
    padding-bottom: 9px;
    margin: 0 0 20px;
    border-bottom: 1px solid var(--border-color);
    font-size: 30px;
    font-weight: 400
}
@media(max-width:767px) {
    #awesome-font h3 {
        font-size: 20px;
        padding: 10px
    }
}
#awesome-font .fontawesome-icon-list {
    margin-top: 22px
}
@media(max-width:479px) {
    #awesome-font .fontawesome-icon-list .fa-hover {
        width: 100%
    }
}
#awesome-font .fontawesome-icon-list .fa-hover .preview {
    background-color: #fcfcfc;
    padding: 20px;
    display: block;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    margin-bottom: 30px
}
@media(max-width:479px) {
    #awesome-font .fontawesome-icon-list .fa-hover .preview {
        margin-bottom: 10px
    }
}
#awesome-font .fontawesome-icon-list .fa-hover:hover .preview {
    background-color: var(--tb-theme-color);
    color: #fff
}
#awesome-font .fontawesome-icon-list .fa-hover:hover .preview .text-muted {
    color: #fff
}
#awesome-font .fontawesome-icon-list i {
    display: inline-block;
    vertical-align: middle;
    font-size: 32px;
    margin-right: 20px;
    margin-left: 0
}
@media(max-width:767px) {
    #awesome-font .fontawesome-icon-list i {
        font-size: 16px;
        margin-right: 10px;
        margin-left: 0
    }
}
.slick-loading .slick-list {
    background: var(--bg-white) url("../images/ajax-loader.gif") center center no-repeat
}
@font-face {
    font-family: "slick";
    src: url(../fonts/slick/slick.eot);
    src: url(./fonts/slick/slick.eot?#iefix) format("embedded-opentype"), url(../fonts/slick/slick.woff) format("woff"), url(../fonts/slick/slick.ttf) format("truetype"), url(../fonts/slick/slick.svg#slick) format("svg");
    font-weight: normal;
    font-style: normal
}
.slick-prev, .slick-next {
    cursor: pointer;
    background: transparent;
    color: transparent;
    padding: 0;
    border: 0;
    outline: 0
}
.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
    outline: 0
}
.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before {
    opacity: .5;
    filter: alpha(opacity=50)
}
.slick-dots {
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    margin: 0;
    width: 100%
}
.slick-dots li {
    position: relative;
    display: flex;
    margin: 0
}
.slick-dots li button {
    width: 10px;
    height: 10px;
    background: var(--border-color);
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    cursor: pointer;
    display: inline-block;
    border: 0;
    padding: 0;
    font-size: 0
}
.slick-dots li button:hover, .slick-dots li button:focus {
    outline: 0
}
.slick-dots li+li {
    margin-left: 15px
}
.slick-dots li.slick-active button {
    background: var(--tb-theme-color)
}
.owl-carousel, .slider {
    display: none;
    -webkit-tap-highlight-color: transparent;
    position: relative;
    z-index: 1;
    margin-right: -15px;
    margin-left: -15px
}
.owl-carousel>.slick-arrow, .slider>.slick-arrow {
    z-index: 1000;
    position: absolute;
    top: 50%;
    left: auto;
    right: -20px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    color: var(--black-color);
    width: 40px;
    height: 40px;
    font-size: 29px;
    -webkit-transition: all .4s, opacity 1s;
    -o-transition: all .4s, opacity 1s;
    transition: all .4s, opacity 1s;
    background: var(--bg-white);
    text-align: center;
    -webkit-box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.1)
}
.owl-carousel>.slick-arrow.slick-prev, .slider>.slick-arrow.slick-prev {
    left: -20px;
    right: auto
}
.owl-carousel>.slick-arrow:hover, .owl-carousel>.slick-arrow:focus, .slider>.slick-arrow:hover, .slider>.slick-arrow:focus {
    background: var(--tb-theme-color);
    color: #fff
}
.owl-carousel>.slick-arrow i, .slider>.slick-arrow i {
    display: inline-block
}
.owl-carousel>.slick-arrow i::before, .slider>.slick-arrow i::before {
    line-height: 1
}
.owl-carousel.slider-blog .slick-arrow, .slider.slider-blog .slick-arrow {
    margin: 0;
    right: 45px;
    left: auto
}
.owl-carousel.slider-blog .slick-arrow.slick-prev, .slider.slider-blog .slick-arrow.slick-prev {
    left: 45px;
    right: auto
}
.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}
.slick-slider .slick-dots {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 !important;
    padding: 20px 0 50px !important
}
.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0
}
.slick-list:focus {
    outline: 0
}
.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}
.slick-slider .slick-track, .slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}
.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
    float: left
}
.slick-track:before, .slick-track:after {
    content: "";
    display: table
}
.slick-track:after {
    clear: both
}
.slick-loading .slick-track {
    visibility: hidden
}
.slick-slide {
    float: left;
    height: auto;
    min-height: 1px;
    margin: 0 15px;
    outline: 0;
    display: none
}
.slick-slide img {
    display: inline-block;
    vertical-align: middle
}
.slick-slide.slick-loading img {
    display: none
}
.slick-slide.dragging img {
    pointer-events: none
}
.slick-initialized .slick-slide {
    display: block
}
.slick-loading .slick-slide {
    visibility: hidden
}
.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}
.slick-arrow.slick-hidden {
    display: none
}
.flex-control-nav>.slick-arrow {
    margin: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    cursor: pointer;
    right: 0;
    left: auto;
    cursor: pointer;
    font-size: 16px
}
.flex-control-nav>.slick-arrow:before {
    content: "";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-family: "tb-icon"
}
.flex-control-nav>.slick-arrow:hover {
    color: var(--tb-theme-color)
}
.flex-control-nav>.slick-arrow:before {
    display: inline-block
}
.flex-control-nav>.slick-arrow.owl-prev {
    left: 0;
    right: auto
}
.flex-control-nav>.slick-arrow.owl-prev:before {
    content: "";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-family: "tb-icon"
}
.flex-control-nav>.slick-arrow.slick-disabled {
    color: var(--black-color)
}
.flex-control-nav>.slick-arrow.slick-disabled:hover {
    background: transparent;
    border-color: var(--border-color-7);
    color: var(--black-color);
    cursor: default
}
.slider>.slick-arrow {
    right: 15px;
    left: auto
}
.slider>.slick-arrow.slick-prev {
    right: auto;
    left: 15px
}
.row-no-one.slick-initialized .slick-slide>div {
    margin: 0 -15px;
    float: left;
    width: calc(100% - -30px);
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}
.row-no-one.slick-initialized .slick-slide>div>.item {
    padding: 0 15px;
    float: left;
    display: flex !important
}
.row-no-one.slick-initialized .slick-slide>div>.item>div {
    float: left;
    width: 100%
}
.row-1.slick-initialized .slick-track {
    display: flex
}
.row-1.slick-initialized .slick-track>.item {
    display: flex !important
}
.row-1.slick-initialized .slick-track>.item>div {
    float: left;
    width: 100%
}
.owl-carousel.products .products-grid.product {
    display: flex;
    max-width: 100%
}
.carousel-md {
    width: 44px;
    height: 44px;
    line-height: 44px
}
.carousel-sm {
    width: 34px;
    height: 34px;
    line-height: 34px;
    font-size: 15px
}
.carousel-xs {
    width: 28px;
    height: 28px;
    line-height: 28px;
    font-size: 15px
}
.ui-helper-hidden-accessible {
    display: none
}
img[data-lazyloaded] {
    opacity: 0;
    -webkit-transition: opacity .3s linear .1s;
    -moz-transition: opacity .3s linear .2s;
    transition: opacity .3s linear .2s
}
img.loaded {
    -webkit-transition: opacity .3s linear .2s;
    -moz-transition: opacity .3s linear .2s;
    transition: opacity .3s linear .2s;
    opacity: 1
}
.owl-carousel:not(.slick-slider) {
    display: block
}
.owl-carousel:not(.slick-slider)::after {
    display: block;
    clear: both;
    content: ""
}
.owl-carousel:not(.slick-slider)[data-items] div.item {
    float: left;
    padding: 0 15px;
    margin: 0 !important
}
@media(min-width:1600px) {
    .owl-carousel:not(.slick-slider)[data-items="1"]>div {
        -webkit-box-flex: 100%;
        -moz-box-flex: 100%;
        -webkit-flex: 100%;
        -ms-flex: 100%;
        flex: 100%;
        max-width: 100%;
        width: 100%
    }
    .owl-carousel:not(.slick-slider)[data-items="1"]>div:nth-child(1n+1) {
        clear: both
    }
    .owl-carousel:not(.slick-slider)[data-items="1"]>div:nth-child(n+2) {
        display: none
    }
    .owl-carousel:not(.slick-slider)[data-items="1"][data-rows="2"]>div:nth-child(n+2) {
        display: block
    }
    .owl-carousel:not(.slick-slider)[data-items="1"][data-rows="2"]>div:nth-child(n+3) {
        display: none
    }
    .owl-carousel:not(.slick-slider)[data-items="1"][data-rows="3"]>div:nth-child(n+4) {
        display: block
    }
    .owl-carousel:not(.slick-slider)[data-items="1"][data-rows="3"]>div:nth-child(n+5) {
        display: none
    }
    .owl-carousel:not(.slick-slider)[data-items="1"][data-rows="4"]>div:nth-child(n+6) {
        display: block
    }
    .owl-carousel:not(.slick-slider)[data-items="1"][data-rows="4"]>div:nth-child(n+7) {
        display: none
    }
    .owl-carousel:not(.slick-slider)[data-items="1"][data-rows="5"]>div:nth-child(n+8) {
        display: block
    }
    .owl-carousel:not(.slick-slider)[data-items="1"][data-rows="5"]>div:nth-child(n+9) {
        display: none
    }
    .owl-carousel:not(.slick-slider)[data-items="2"]>div {
        -webkit-box-flex: 50%;
        -moz-box-flex: 50%;
        -webkit-flex: 50%;
        -ms-flex: 50%;
        flex: 50%;
        max-width: 50%;
        width: 50%
    }
    .owl-carousel:not(.slick-slider)[data-items="2"]>div:nth-child(2n+1) {
        clear: both
    }
    .owl-carousel:not(.slick-slider)[data-items="2"]>div:nth-child(n+3) {
        display: none
    }
    .owl-carousel:not(.slick-slider)[data-items="2"][data-rows="2"]>div:nth-child(n+3) {
        display: block
    }
    .owl-carousel:not(.slick-slider)[data-items="2"][data-rows="2"]>div:nth-child(n+5) {
        display: none
    }
    .owl-carousel:not(.slick-slider)[data-items="2"][data-rows="3"]>div:nth-child(n+6) {
        display: block
    }
    .owl-carousel:not(.slick-slider)[data-items="2"][data-rows="3"]>div:nth-child(n+8) {
        display: none
    }
    .owl-carousel:not(.slick-slider)[data-items="2"][data-rows="4"]>div:nth-child(n+9) {
        display: block
    }
    .owl-carousel:not(.slick-slider)[data-items="2"][data-rows="4"]>div:nth-child(n+11) {
        display: none
    }
    .owl-carousel:not(.slick-slider)[data-items="2"][data-rows="5"]>div:nth-child(n+12) {
        display: block
    }
    .owl-carousel:not(.slick-slider)[data-items="2"][data-rows="5"]>div:nth-child(n+14) {
        display: none
    }
    .owl-carousel:not(.slick-slider)[data-items="3"]>div {
        -webkit-box-flex: 33.33333%;
        -moz-box-flex: 33.33333%;
        -webkit-flex: 33.33333%;
        -ms-flex: 33.33333%;
        flex: 33.33333%;
        max-width: 33.33333%;
        width: 33.33333%
    }
    .owl-carousel:not(.slick-slider)[data-items="3"]>div:nth-child(3n+1) {
        clear: both
    }
    .owl-carousel:not(.slick-slider)[data-items="3"]>div:nth-child(n+4) {
        display: none
    }
    .owl-carousel:not(.slick-slider)[data-items="3"][data-rows="2"]>div:nth-child(n+4) {
        display: block
    }
    .owl-carousel:not(.slick-slider)[data-items="3"][data-rows="2"]>div:nth-child(n+7) {
        display: none
    }
    .owl-carousel:not(.slick-slider)[data-items="3"][data-rows="3"]>div:nth-child(n+8) {
        display: block
    }
    .owl-carousel:not(.slick-slider)[data-items="3"][data-rows="3"]>div:nth-child(n+11) {
        display: none
    }
    .owl-carousel:not(.slick-slider)[data-items="3"][data-rows="4"]>div:nth-child(n+12) {
        display: block
    }
    .owl-carousel:not(.slick-slider)[data-items="3"][data-rows="4"]>div:nth-child(n+15) {
        display: none
    }
    .owl-carousel:not(.slick-slider)[data-items="3"][data-rows="5"]>div:nth-child(n+16) {
        display: block
    }
    .owl-carousel:not(.slick-slider)[data-items="3"][data-rows="5"]>div:nth-child(n+19) {
        display: none
    }
    .owl-carousel:not(.slick-slider)[data-items="4"]>div {
        -webkit-box-flex: 25%;
        -moz-box-flex: 25%;
        -webkit-flex: 25%;
        -ms-flex: 25%;
        flex: 25%;
        max-width: 25%;
        width: 25%
    }
    .owl-carousel:not(.slick-slider)[data-items="4"]>div:nth-child(4n+1) {
        clear: both
    }
    .owl-carousel:not(.slick-slider)[data-items="4"]>div:nth-child(n+5) {
        display: none
    }
    .owl-carousel:not(.slick-slider)[data-items="4"][data-rows="2"]>div:nth-child(n+5) {
        display: block
    }
    .owl-carousel:not(.slick-slider)[data-items="4"][data-rows="2"]>div:nth-child(n+9) {
        display: none
    }
    .owl-carousel:not(.slick-slider)[data-items="4"][data-rows="3"]>div:nth-child(n+10) {
        display: block
    }
    .owl-carousel:not(.slick-slider)[data-items="4"][data-rows="3"]>div:nth-child(n+14) {
        display: none
    }
    .owl-carousel:not(.slick-slider)[data-items="4"][data-rows="4"]>div:nth-child(n+15) {
        display: block
    }
    .owl-carousel:not(.slick-slider)[data-items="4"][data-rows="4"]>div:nth-child(n+19) {
        display: none
    }
    .owl-carousel:not(.slick-slider)[data-items="4"][data-rows="5"]>div:nth-child(n+20) {
        display: block
    }
    .owl-carousel:not(.slick-slider)[data-items="4"][data-rows="5"]>div:nth-child(n+24) {
        display: none
    }
    .owl-carousel:not(.slick-slider)[data-items="5"]>div {
        -webkit-box-flex: 20%;
        -moz-box-flex: 20%;
        -webkit-flex: 20%;
        -ms-flex: 20%;
        flex: 20%;
        max-width: 20%;
        width: 20%
    }
    .owl-carousel:not(.slick-slider)[data-items="5"]>div:nth-child(5n+1) {
        clear: both
    }
    .owl-carousel:not(.slick-slider)[data-items="5"]>div:nth-child(n+6) {
        display: none
    }
    .owl-carousel:not(.slick-slider)[data-items="5"][data-rows="2"]>div:nth-child(n+6) {
        display: block
    }
    .owl-carousel:not(.slick-slider)[data-items="5"][data-rows="2"]>div:nth-child(n+11) {
        display: none
    }
    .owl-carousel:not(.slick-slider)[data-items="5"][data-rows="3"]>div:nth-child(n+12) {
        display: block
    }
    .owl-carousel:not(.slick-slider)[data-items="5"][data-rows="3"]>div:nth-child(n+17) {
        display: none
    }
    .owl-carousel:not(.slick-slider)[data-items="5"][data-rows="4"]>div:nth-child(n+18) {
        display: block
    }
    .owl-carousel:not(.slick-slider)[data-items="5"][data-rows="4"]>div:nth-child(n+23) {
        display: none
    }
    .owl-carousel:not(.slick-slider)[data-items="5"][data-rows="5"]>div:nth-child(n+24) {
        display: block
    }
    .owl-carousel:not(.slick-slider)[data-items="5"][data-rows="5"]>div:nth-child(n+29) {
        display: none
    }
    .owl-carousel:not(.slick-slider)[data-items="6"]>div {
        -webkit-box-flex: 16.66667%;
        -moz-box-flex: 16.66667%;
        -webkit-flex: 16.66667%;
        -ms-flex: 16.66667%;
        flex: 16.66667%;
        max-width: 16.66667%;
        width: 16.66667%
    }
    .owl-carousel:not(.slick-slider)[data-items="6"]>div:nth-child(6n+1) {
        clear: both
    }
    .owl-carousel:not(.slick-slider)[data-items="6"]>div:nth-child(n+7) {
        display: none
    }
    .owl-carousel:not(.slick-slider)[data-items="6"][data-rows="2"]>div:nth-child(n+7) {
        display: block
    }
    .owl-carousel:not(.slick-slider)[data-items="6"][data-rows="2"]>div:nth-child(n+13) {
        display: none
    }
    .owl-carousel:not(.slick-slider)[data-items="6"][data-rows="3"]>div:nth-child(n+14) {
        display: block
    }
    .owl-carousel:not(.slick-slider)[data-items="6"][data-rows="3"]>div:nth-child(n+20) {
        display: none
    }
    .owl-carousel:not(.slick-slider)[data-items="6"][data-rows="4"]>div:nth-child(n+21) {
        display: block
    }
    .owl-carousel:not(.slick-slider)[data-items="6"][data-rows="4"]>div:nth-child(n+27) {
        display: none
    }
    .owl-carousel:not(.slick-slider)[data-items="6"][data-rows="5"]>div:nth-child(n+28) {
        display: block
    }
    .owl-carousel:not(.slick-slider)[data-items="6"][data-rows="5"]>div:nth-child(n+34) {
        display: none
    }
    .owl-carousel:not(.slick-slider)[data-items="7"]>div {
        -webkit-box-flex: 14.28571%;
        -moz-box-flex: 14.28571%;
        -webkit-flex: 14.28571%;
        -ms-flex: 14.28571%;
        flex: 14.28571%;
        max-width: 14.28571%;
        width: 14.28571%
    }
    .owl-carousel:not(.slick-slider)[data-items="7"]>div:nth-child(7n+1) {
        clear: both
    }
    .owl-carousel:not(.slick-slider)[data-items="7"]>div:nth-child(n+8) {
        display: none
    }
    .owl-carousel:not(.slick-slider)[data-items="7"][data-rows="2"]>div:nth-child(n+8) {
        display: block
    }
    .owl-carousel:not(.slick-slider)[data-items="7"][data-rows="2"]>div:nth-child(n+15) {
        display: none
    }
    .owl-carousel:not(.slick-slider)[data-items="7"][data-rows="3"]>div:nth-child(n+16) {
        display: block
    }
    .owl-carousel:not(.slick-slider)[data-items="7"][data-rows="3"]>div:nth-child(n+23) {
        display: none
    }
    .owl-carousel:not(.slick-slider)[data-items="7"][data-rows="4"]>div:nth-child(n+24) {
        display: block
    }
    .owl-carousel:not(.slick-slider)[data-items="7"][data-rows="4"]>div:nth-child(n+31) {
        display: none
    }
    .owl-carousel:not(.slick-slider)[data-items="7"][data-rows="5"]>div:nth-child(n+32) {
        display: block
    }
    .owl-carousel:not(.slick-slider)[data-items="7"][data-rows="5"]>div:nth-child(n+39) {
        display: none
    }
    .owl-carousel:not(.slick-slider)[data-items="8"]>div {
        -webkit-box-flex: 12.5%;
        -moz-box-flex: 12.5%;
        -webkit-flex: 12.5%;
        -ms-flex: 12.5%;
        flex: 12.5%;
        max-width: 12.5%;
        width: 12.5%
    }
    .owl-carousel:not(.slick-slider)[data-items="8"]>div:nth-child(8n+1) {
        clear: both
    }
    .owl-carousel:not(.slick-slider)[data-items="8"]>div:nth-child(n+9) {
        display: none
    }
    .owl-carousel:not(.slick-slider)[data-items="8"][data-rows="2"]>div:nth-child(n+9) {
        display: block
    }
    .owl-carousel:not(.slick-slider)[data-items="8"][data-rows="2"]>div:nth-child(n+17) {
        display: none
    }
    .owl-carousel:not(.slick-slider)[data-items="8"][data-rows="3"]>div:nth-child(n+18) {
        display: block
    }
    .owl-carousel:not(.slick-slider)[data-items="8"][data-rows="3"]>div:nth-child(n+26) {
        display: none
    }
    .owl-carousel:not(.slick-slider)[data-items="8"][data-rows="4"]>div:nth-child(n+27) {
        display: block
    }
    .owl-carousel:not(.slick-slider)[data-items="8"][data-rows="4"]>div:nth-child(n+35) {
        display: none
    }
    .owl-carousel:not(.slick-slider)[data-items="8"][data-rows="5"]>div:nth-child(n+36) {
        display: block
    }
    .owl-carousel:not(.slick-slider)[data-items="8"][data-rows="5"]>div:nth-child(n+44) {
        display: none
    }
    .owl-carousel:not(.slick-slider)[data-items="9"]>div {
        -webkit-box-flex: 11.11111%;
        -moz-box-flex: 11.11111%;
        -webkit-flex: 11.11111%;
        -ms-flex: 11.11111%;
        flex: 11.11111%;
        max-width: 11.11111%;
        width: 11.11111%
    }
    .owl-carousel:not(.slick-slider)[data-items="9"]>div:nth-child(9n+1) {
        clear: both
    }
    .owl-carousel:not(.slick-slider)[data-items="9"]>div:nth-child(n+10) {
        display: none
    }
    .owl-carousel:not(.slick-slider)[data-items="9"][data-rows="2"]>div:nth-child(n+10) {
        display: block
    }
    .owl-carousel:not(.slick-slider)[data-items="9"][data-rows="2"]>div:nth-child(n+19) {
        display: none
    }
    .owl-carousel:not(.slick-slider)[data-items="9"][data-rows="3"]>div:nth-child(n+20) {
        display: block
    }
    .owl-carousel:not(.slick-slider)[data-items="9"][data-rows="3"]>div:nth-child(n+29) {
        display: none
    }
    .owl-carousel:not(.slick-slider)[data-items="9"][data-rows="4"]>div:nth-child(n+30) {
        display: block
    }
    .owl-carousel:not(.slick-slider)[data-items="9"][data-rows="4"]>div:nth-child(n+39) {
        display: none
    }
    .owl-carousel:not(.slick-slider)[data-items="9"][data-rows="5"]>div:nth-child(n+40) {
        display: block
    }
    .owl-carousel:not(.slick-slider)[data-items="9"][data-rows="5"]>div:nth-child(n+49) {
        display: none
    }
    .owl-carousel:not(.slick-slider)[data-items="10"]>div {
        -webkit-box-flex: 10%;
        -moz-box-flex: 10%;
        -webkit-flex: 10%;
        -ms-flex: 10%;
        flex: 10%;
        max-width: 10%;
        width: 10%
    }
    .owl-carousel:not(.slick-slider)[data-items="10"]>div:nth-child(10n+1) {
        clear: both
    }
    .owl-carousel:not(.slick-slider)[data-items="10"]>div:nth-child(n+11) {
        display: none
    }
    .owl-carousel:not(.slick-slider)[data-items="10"][data-rows="2"]>div:nth-child(n+11) {
        display: block
    }
    .owl-carousel:not(.slick-slider)[data-items="10"][data-rows="2"]>div:nth-child(n+21) {
        display: none
    }
    .owl-carousel:not(.slick-slider)[data-items="10"][data-rows="3"]>div:nth-child(n+22) {
        display: block
    }
    .owl-carousel:not(.slick-slider)[data-items="10"][data-rows="3"]>div:nth-child(n+32) {
        display: none
    }
    .owl-carousel:not(.slick-slider)[data-items="10"][data-rows="4"]>div:nth-child(n+33) {
        display: block
    }
    .owl-carousel:not(.slick-slider)[data-items="10"][data-rows="4"]>div:nth-child(n+43) {
        display: none
    }
    .owl-carousel:not(.slick-slider)[data-items="10"][data-rows="5"]>div:nth-child(n+44) {
        display: block
    }
    .owl-carousel:not(.slick-slider)[data-items="10"][data-rows="5"]>div:nth-child(n+54) {
        display: none
    }
    .owl-carousel:not(.slick-slider)[data-items="11"]>div {
        -webkit-box-flex: 9.09091%;
        -moz-box-flex: 9.09091%;
        -webkit-flex: 9.09091%;
        -ms-flex: 9.09091%;
        flex: 9.09091%;
        max-width: 9.09091%;
        width: 9.09091%
    }
    .owl-carousel:not(.slick-slider)[data-items="11"]>div:nth-child(11n+1) {
        clear: both
    }
    .owl-carousel:not(.slick-slider)[data-items="11"]>div:nth-child(n+12) {
        display: none
    }
    .owl-carousel:not(.slick-slider)[data-items="11"][data-rows="2"]>div:nth-child(n+12) {
        display: block
    }
    .owl-carousel:not(.slick-slider)[data-items="11"][data-rows="2"]>div:nth-child(n+23) {
        display: none
    }
    .owl-carousel:not(.slick-slider)[data-items="11"][data-rows="3"]>div:nth-child(n+24) {
        display: block
    }
    .owl-carousel:not(.slick-slider)[data-items="11"][data-rows="3"]>div:nth-child(n+35) {
        display: none
    }
    .owl-carousel:not(.slick-slider)[data-items="11"][data-rows="4"]>div:nth-child(n+36) {
        display: block
    }
    .owl-carousel:not(.slick-slider)[data-items="11"][data-rows="4"]>div:nth-child(n+47) {
        display: none
    }
    .owl-carousel:not(.slick-slider)[data-items="11"][data-rows="5"]>div:nth-child(n+48) {
        display: block
    }
    .owl-carousel:not(.slick-slider)[data-items="11"][data-rows="5"]>div:nth-child(n+59) {
        display: none
    }
    .owl-carousel:not(.slick-slider)[data-items="12"]>div {
        -webkit-box-flex: 8.33333%;
        -moz-box-flex: 8.33333%;
        -webkit-flex: 8.33333%;
        -ms-flex: 8.33333%;
        flex: 8.33333%;
        max-width: 8.33333%;
        width: 8.33333%
    }
    .owl-carousel:not(.slick-slider)[data-items="12"]>div:nth-child(12n+1) {
        clear: both
    }
    .owl-carousel:not(.slick-slider)[data-items="12"]>div:nth-child(n+13) {
        display: none
    }
    .owl-carousel:not(.slick-slider)[data-items="12"][data-rows="2"]>div:nth-child(n+13) {
        display: block
    }
    .owl-carousel:not(.slick-slider)[data-items="12"][data-rows="2"]>div:nth-child(n+25) {
        display: none
    }
    .owl-carousel:not(.slick-slider)[data-items="12"][data-rows="3"]>div:nth-child(n+26) {
        display: block
    }
    .owl-carousel:not(.slick-slider)[data-items="12"][data-rows="3"]>div:nth-child(n+38) {
        display: none
    }
    .owl-carousel:not(.slick-slider)[data-items="12"][data-rows="4"]>div:nth-child(n+39) {
        display: block
    }
    .owl-carousel:not(.slick-slider)[data-items="12"][data-rows="4"]>div:nth-child(n+51) {
        display: none
    }
    .owl-carousel:not(.slick-slider)[data-items="12"][data-rows="5"]>div:nth-child(n+52) {
        display: block
    }
    .owl-carousel:not(.slick-slider)[data-items="12"][data-rows="5"]>div:nth-child(n+64) {
        display: none
    }
}
@media(max-width:1599.98px) and (min-width:1200px) {
    .owl-carousel:not(.slick-slider)[data-desktopslick="1"]>div {
        -webkit-box-flex: 100%;
        -moz-box-flex: 100%;
        -webkit-flex: 100%;
        -ms-flex: 100%;
        flex: 100%;
        max-width: 100%;
        width: 100%
    }
    .owl-carousel:not(.slick-slider)[data-desktopslick="1"]>div:nth-child(n+2) {
        display: none
    }
    .owl-carousel:not(.slick-slider)[data-desktopslick="2"]>div {
        -webkit-box-flex: 50%;
        -moz-box-flex: 50%;
        -webkit-flex: 50%;
        -ms-flex: 50%;
        flex: 50%;
        max-width: 50%;
        width: 50%
    }
    .owl-carousel:not(.slick-slider)[data-desktopslick="2"]>div:nth-child(n+3) {
        display: none
    }
    .owl-carousel:not(.slick-slider)[data-desktopslick="3"]>div {
        -webkit-box-flex: 33.33333%;
        -moz-box-flex: 33.33333%;
        -webkit-flex: 33.33333%;
        -ms-flex: 33.33333%;
        flex: 33.33333%;
        max-width: 33.33333%;
        width: 33.33333%
    }
    .owl-carousel:not(.slick-slider)[data-desktopslick="3"]>div:nth-child(n+4) {
        display: none
    }
    .owl-carousel:not(.slick-slider)[data-desktopslick="4"]>div {
        -webkit-box-flex: 25%;
        -moz-box-flex: 25%;
        -webkit-flex: 25%;
        -ms-flex: 25%;
        flex: 25%;
        max-width: 25%;
        width: 25%
    }
    .owl-carousel:not(.slick-slider)[data-desktopslick="4"]>div:nth-child(n+5) {
        display: none
    }
    .owl-carousel:not(.slick-slider)[data-desktopslick="5"]>div {
        -webkit-box-flex: 20%;
        -moz-box-flex: 20%;
        -webkit-flex: 20%;
        -ms-flex: 20%;
        flex: 20%;
        max-width: 20%;
        width: 20%
    }
    .owl-carousel:not(.slick-slider)[data-desktopslick="5"]>div:nth-child(n+6) {
        display: none
    }
    .owl-carousel:not(.slick-slider)[data-desktopslick="6"]>div {
        -webkit-box-flex: 16.66667%;
        -moz-box-flex: 16.66667%;
        -webkit-flex: 16.66667%;
        -ms-flex: 16.66667%;
        flex: 16.66667%;
        max-width: 16.66667%;
        width: 16.66667%
    }
    .owl-carousel:not(.slick-slider)[data-desktopslick="6"]>div:nth-child(n+7) {
        display: none
    }
    .owl-carousel:not(.slick-slider)[data-desktopslick="7"]>div {
        -webkit-box-flex: 14.28571%;
        -moz-box-flex: 14.28571%;
        -webkit-flex: 14.28571%;
        -ms-flex: 14.28571%;
        flex: 14.28571%;
        max-width: 14.28571%;
        width: 14.28571%
    }
    .owl-carousel:not(.slick-slider)[data-desktopslick="7"]>div:nth-child(n+8) {
        display: none
    }
    .owl-carousel:not(.slick-slider)[data-desktopslick="8"]>div {
        -webkit-box-flex: 12.5%;
        -moz-box-flex: 12.5%;
        -webkit-flex: 12.5%;
        -ms-flex: 12.5%;
        flex: 12.5%;
        max-width: 12.5%;
        width: 12.5%
    }
    .owl-carousel:not(.slick-slider)[data-desktopslick="8"]>div:nth-child(n+9) {
        display: none
    }
    .owl-carousel:not(.slick-slider)[data-desktopslick="9"]>div {
        -webkit-box-flex: 11.11111%;
        -moz-box-flex: 11.11111%;
        -webkit-flex: 11.11111%;
        -ms-flex: 11.11111%;
        flex: 11.11111%;
        max-width: 11.11111%;
        width: 11.11111%
    }
    .owl-carousel:not(.slick-slider)[data-desktopslick="9"]>div:nth-child(n+10) {
        display: none
    }
    .owl-carousel:not(.slick-slider)[data-desktopslick="10"]>div {
        -webkit-box-flex: 10%;
        -moz-box-flex: 10%;
        -webkit-flex: 10%;
        -ms-flex: 10%;
        flex: 10%;
        max-width: 10%;
        width: 10%
    }
    .owl-carousel:not(.slick-slider)[data-desktopslick="10"]>div:nth-child(n+11) {
        display: none
    }
    .owl-carousel:not(.slick-slider)[data-desktopslick="11"]>div {
        -webkit-box-flex: 9.09091%;
        -moz-box-flex: 9.09091%;
        -webkit-flex: 9.09091%;
        -ms-flex: 9.09091%;
        flex: 9.09091%;
        max-width: 9.09091%;
        width: 9.09091%
    }
    .owl-carousel:not(.slick-slider)[data-desktopslick="11"]>div:nth-child(n+12) {
        display: none
    }
    .owl-carousel:not(.slick-slider)[data-desktopslick="12"]>div {
        -webkit-box-flex: 8.33333%;
        -moz-box-flex: 8.33333%;
        -webkit-flex: 8.33333%;
        -ms-flex: 8.33333%;
        flex: 8.33333%;
        max-width: 8.33333%;
        width: 8.33333%
    }
    .owl-carousel:not(.slick-slider)[data-desktopslick="12"]>div:nth-child(n+13) {
        display: none
    }
}
@media(max-width:1199.98px) and (min-width:992px) {
    .owl-carousel:not(.slick-slider)[data-desktopsmallslick="1"]>div {
        -webkit-box-flex: 100%;
        -moz-box-flex: 100%;
        -webkit-flex: 100%;
        -ms-flex: 100%;
        flex: 100%;
        max-width: 100%;
        width: 100%
    }
    .owl-carousel:not(.slick-slider)[data-desktopsmallslick="1"]>div:nth-child(n+2) {
        display: none
    }
    .owl-carousel:not(.slick-slider)[data-desktopsmallslick="2"]>div {
        -webkit-box-flex: 50%;
        -moz-box-flex: 50%;
        -webkit-flex: 50%;
        -ms-flex: 50%;
        flex: 50%;
        max-width: 50%;
        width: 50%
    }
    .owl-carousel:not(.slick-slider)[data-desktopsmallslick="2"]>div:nth-child(n+3) {
        display: none
    }
    .owl-carousel:not(.slick-slider)[data-desktopsmallslick="3"]>div {
        -webkit-box-flex: 33.33333%;
        -moz-box-flex: 33.33333%;
        -webkit-flex: 33.33333%;
        -ms-flex: 33.33333%;
        flex: 33.33333%;
        max-width: 33.33333%;
        width: 33.33333%
    }
    .owl-carousel:not(.slick-slider)[data-desktopsmallslick="3"]>div:nth-child(n+4) {
        display: none
    }
    .owl-carousel:not(.slick-slider)[data-desktopsmallslick="4"]>div {
        -webkit-box-flex: 25%;
        -moz-box-flex: 25%;
        -webkit-flex: 25%;
        -ms-flex: 25%;
        flex: 25%;
        max-width: 25%;
        width: 25%
    }
    .owl-carousel:not(.slick-slider)[data-desktopsmallslick="4"]>div:nth-child(n+5) {
        display: none
    }
    .owl-carousel:not(.slick-slider)[data-desktopsmallslick="5"]>div {
        -webkit-box-flex: 20%;
        -moz-box-flex: 20%;
        -webkit-flex: 20%;
        -ms-flex: 20%;
        flex: 20%;
        max-width: 20%;
        width: 20%
    }
    .owl-carousel:not(.slick-slider)[data-desktopsmallslick="5"]>div:nth-child(n+6) {
        display: none
    }
    .owl-carousel:not(.slick-slider)[data-desktopsmallslick="6"]>div {
        -webkit-box-flex: 16.66667%;
        -moz-box-flex: 16.66667%;
        -webkit-flex: 16.66667%;
        -ms-flex: 16.66667%;
        flex: 16.66667%;
        max-width: 16.66667%;
        width: 16.66667%
    }
    .owl-carousel:not(.slick-slider)[data-desktopsmallslick="6"]>div:nth-child(n+7) {
        display: none
    }
    .owl-carousel:not(.slick-slider)[data-desktopsmallslick="7"]>div {
        -webkit-box-flex: 14.28571%;
        -moz-box-flex: 14.28571%;
        -webkit-flex: 14.28571%;
        -ms-flex: 14.28571%;
        flex: 14.28571%;
        max-width: 14.28571%;
        width: 14.28571%
    }
    .owl-carousel:not(.slick-slider)[data-desktopsmallslick="7"]>div:nth-child(n+8) {
        display: none
    }
    .owl-carousel:not(.slick-slider)[data-desktopsmallslick="8"]>div {
        -webkit-box-flex: 12.5%;
        -moz-box-flex: 12.5%;
        -webkit-flex: 12.5%;
        -ms-flex: 12.5%;
        flex: 12.5%;
        max-width: 12.5%;
        width: 12.5%
    }
    .owl-carousel:not(.slick-slider)[data-desktopsmallslick="8"]>div:nth-child(n+9) {
        display: none
    }
    .owl-carousel:not(.slick-slider)[data-desktopsmallslick="9"]>div {
        -webkit-box-flex: 11.11111%;
        -moz-box-flex: 11.11111%;
        -webkit-flex: 11.11111%;
        -ms-flex: 11.11111%;
        flex: 11.11111%;
        max-width: 11.11111%;
        width: 11.11111%
    }
    .owl-carousel:not(.slick-slider)[data-desktopsmallslick="9"]>div:nth-child(n+10) {
        display: none
    }
    .owl-carousel:not(.slick-slider)[data-desktopsmallslick="10"]>div {
        -webkit-box-flex: 10%;
        -moz-box-flex: 10%;
        -webkit-flex: 10%;
        -ms-flex: 10%;
        flex: 10%;
        max-width: 10%;
        width: 10%
    }
    .owl-carousel:not(.slick-slider)[data-desktopsmallslick="10"]>div:nth-child(n+11) {
        display: none
    }
    .owl-carousel:not(.slick-slider)[data-desktopsmallslick="11"]>div {
        -webkit-box-flex: 9.09091%;
        -moz-box-flex: 9.09091%;
        -webkit-flex: 9.09091%;
        -ms-flex: 9.09091%;
        flex: 9.09091%;
        max-width: 9.09091%;
        width: 9.09091%
    }
    .owl-carousel:not(.slick-slider)[data-desktopsmallslick="11"]>div:nth-child(n+12) {
        display: none
    }
    .owl-carousel:not(.slick-slider)[data-desktopsmallslick="12"]>div {
        -webkit-box-flex: 8.33333%;
        -moz-box-flex: 8.33333%;
        -webkit-flex: 8.33333%;
        -ms-flex: 8.33333%;
        flex: 8.33333%;
        max-width: 8.33333%;
        width: 8.33333%
    }
    .owl-carousel:not(.slick-slider)[data-desktopsmallslick="12"]>div:nth-child(n+13) {
        display: none
    }
}
@media(max-width:991.98px) and (min-width:768px) {
    .owl-carousel:not(.slick-slider)[data-tabletslick="1"]>div {
        -webkit-box-flex: 100%;
        -moz-box-flex: 100%;
        -webkit-flex: 100%;
        -ms-flex: 100%;
        flex: 100%;
        max-width: 100%;
        width: 100%
    }
    .owl-carousel:not(.slick-slider)[data-tabletslick="1"]>div:nth-child(n+2) {
        display: none
    }
    .owl-carousel:not(.slick-slider)[data-tabletslick="2"]>div {
        -webkit-box-flex: 50%;
        -moz-box-flex: 50%;
        -webkit-flex: 50%;
        -ms-flex: 50%;
        flex: 50%;
        max-width: 50%;
        width: 50%
    }
    .owl-carousel:not(.slick-slider)[data-tabletslick="2"]>div:nth-child(n+3) {
        display: none
    }
    .owl-carousel:not(.slick-slider)[data-tabletslick="3"]>div {
        -webkit-box-flex: 33.33333%;
        -moz-box-flex: 33.33333%;
        -webkit-flex: 33.33333%;
        -ms-flex: 33.33333%;
        flex: 33.33333%;
        max-width: 33.33333%;
        width: 33.33333%
    }
    .owl-carousel:not(.slick-slider)[data-tabletslick="3"]>div:nth-child(n+4) {
        display: none
    }
    .owl-carousel:not(.slick-slider)[data-tabletslick="4"]>div {
        -webkit-box-flex: 25%;
        -moz-box-flex: 25%;
        -webkit-flex: 25%;
        -ms-flex: 25%;
        flex: 25%;
        max-width: 25%;
        width: 25%
    }
    .owl-carousel:not(.slick-slider)[data-tabletslick="4"]>div:nth-child(n+5) {
        display: none
    }
    .owl-carousel:not(.slick-slider)[data-tabletslick="5"]>div {
        -webkit-box-flex: 20%;
        -moz-box-flex: 20%;
        -webkit-flex: 20%;
        -ms-flex: 20%;
        flex: 20%;
        max-width: 20%;
        width: 20%
    }
    .owl-carousel:not(.slick-slider)[data-tabletslick="5"]>div:nth-child(n+6) {
        display: none
    }
    .owl-carousel:not(.slick-slider)[data-tabletslick="6"]>div {
        -webkit-box-flex: 16.66667%;
        -moz-box-flex: 16.66667%;
        -webkit-flex: 16.66667%;
        -ms-flex: 16.66667%;
        flex: 16.66667%;
        max-width: 16.66667%;
        width: 16.66667%
    }
    .owl-carousel:not(.slick-slider)[data-tabletslick="6"]>div:nth-child(n+7) {
        display: none
    }
    .owl-carousel:not(.slick-slider)[data-tabletslick="7"]>div {
        -webkit-box-flex: 14.28571%;
        -moz-box-flex: 14.28571%;
        -webkit-flex: 14.28571%;
        -ms-flex: 14.28571%;
        flex: 14.28571%;
        max-width: 14.28571%;
        width: 14.28571%
    }
    .owl-carousel:not(.slick-slider)[data-tabletslick="7"]>div:nth-child(n+8) {
        display: none
    }
    .owl-carousel:not(.slick-slider)[data-tabletslick="8"]>div {
        -webkit-box-flex: 12.5%;
        -moz-box-flex: 12.5%;
        -webkit-flex: 12.5%;
        -ms-flex: 12.5%;
        flex: 12.5%;
        max-width: 12.5%;
        width: 12.5%
    }
    .owl-carousel:not(.slick-slider)[data-tabletslick="8"]>div:nth-child(n+9) {
        display: none
    }
    .owl-carousel:not(.slick-slider)[data-tabletslick="9"]>div {
        -webkit-box-flex: 11.11111%;
        -moz-box-flex: 11.11111%;
        -webkit-flex: 11.11111%;
        -ms-flex: 11.11111%;
        flex: 11.11111%;
        max-width: 11.11111%;
        width: 11.11111%
    }
    .owl-carousel:not(.slick-slider)[data-tabletslick="9"]>div:nth-child(n+10) {
        display: none
    }
    .owl-carousel:not(.slick-slider)[data-tabletslick="10"]>div {
        -webkit-box-flex: 10%;
        -moz-box-flex: 10%;
        -webkit-flex: 10%;
        -ms-flex: 10%;
        flex: 10%;
        max-width: 10%;
        width: 10%
    }
    .owl-carousel:not(.slick-slider)[data-tabletslick="10"]>div:nth-child(n+11) {
        display: none
    }
    .owl-carousel:not(.slick-slider)[data-tabletslick="11"]>div {
        -webkit-box-flex: 9.09091%;
        -moz-box-flex: 9.09091%;
        -webkit-flex: 9.09091%;
        -ms-flex: 9.09091%;
        flex: 9.09091%;
        max-width: 9.09091%;
        width: 9.09091%
    }
    .owl-carousel:not(.slick-slider)[data-tabletslick="11"]>div:nth-child(n+12) {
        display: none
    }
    .owl-carousel:not(.slick-slider)[data-tabletslick="12"]>div {
        -webkit-box-flex: 8.33333%;
        -moz-box-flex: 8.33333%;
        -webkit-flex: 8.33333%;
        -ms-flex: 8.33333%;
        flex: 8.33333%;
        max-width: 8.33333%;
        width: 8.33333%
    }
    .owl-carousel:not(.slick-slider)[data-tabletslick="12"]>div:nth-child(n+13) {
        display: none
    }
}
@media(max-width:767.98px) and (min-width:576px) {
    .owl-carousel:not(.slick-slider)[data-landscapeslick="1"]>div {
        -webkit-box-flex: 100%;
        -moz-box-flex: 100%;
        -webkit-flex: 100%;
        -ms-flex: 100%;
        flex: 100%;
        max-width: 100%;
        width: 100%
    }
    .owl-carousel:not(.slick-slider)[data-landscapeslick="1"]>div:nth-child(n+2) {
        display: none
    }
    .owl-carousel:not(.slick-slider)[data-landscapeslick="1"][data-unslick="1"]>div:nth-child(n+2) {
        display: -ms-flexbox;
        display: flex
    }
    .owl-carousel:not(.slick-slider)[data-landscapeslick="2"]>div {
        -webkit-box-flex: 50%;
        -moz-box-flex: 50%;
        -webkit-flex: 50%;
        -ms-flex: 50%;
        flex: 50%;
        max-width: 50%;
        width: 50%
    }
    .owl-carousel:not(.slick-slider)[data-landscapeslick="2"]>div:nth-child(n+3) {
        display: none
    }
    .owl-carousel:not(.slick-slider)[data-landscapeslick="2"][data-unslick="1"]>div:nth-child(n+3) {
        display: -ms-flexbox;
        display: flex
    }
    .owl-carousel:not(.slick-slider)[data-landscapeslick="3"]>div {
        -webkit-box-flex: 33.33333%;
        -moz-box-flex: 33.33333%;
        -webkit-flex: 33.33333%;
        -ms-flex: 33.33333%;
        flex: 33.33333%;
        max-width: 33.33333%;
        width: 33.33333%
    }
    .owl-carousel:not(.slick-slider)[data-landscapeslick="3"]>div:nth-child(n+4) {
        display: none
    }
    .owl-carousel:not(.slick-slider)[data-landscapeslick="3"][data-unslick="1"]>div:nth-child(n+4) {
        display: -ms-flexbox;
        display: flex
    }
    .owl-carousel:not(.slick-slider)[data-landscapeslick="4"]>div {
        -webkit-box-flex: 25%;
        -moz-box-flex: 25%;
        -webkit-flex: 25%;
        -ms-flex: 25%;
        flex: 25%;
        max-width: 25%;
        width: 25%
    }
    .owl-carousel:not(.slick-slider)[data-landscapeslick="4"]>div:nth-child(n+5) {
        display: none
    }
    .owl-carousel:not(.slick-slider)[data-landscapeslick="4"][data-unslick="1"]>div:nth-child(n+5) {
        display: -ms-flexbox;
        display: flex
    }
    .owl-carousel:not(.slick-slider)[data-landscapeslick="5"]>div {
        -webkit-box-flex: 20%;
        -moz-box-flex: 20%;
        -webkit-flex: 20%;
        -ms-flex: 20%;
        flex: 20%;
        max-width: 20%;
        width: 20%
    }
    .owl-carousel:not(.slick-slider)[data-landscapeslick="5"]>div:nth-child(n+6) {
        display: none
    }
    .owl-carousel:not(.slick-slider)[data-landscapeslick="5"][data-unslick="1"]>div:nth-child(n+6) {
        display: -ms-flexbox;
        display: flex
    }
    .owl-carousel:not(.slick-slider)[data-landscapeslick="6"]>div {
        -webkit-box-flex: 16.66667%;
        -moz-box-flex: 16.66667%;
        -webkit-flex: 16.66667%;
        -ms-flex: 16.66667%;
        flex: 16.66667%;
        max-width: 16.66667%;
        width: 16.66667%
    }
    .owl-carousel:not(.slick-slider)[data-landscapeslick="6"]>div:nth-child(n+7) {
        display: none
    }
    .owl-carousel:not(.slick-slider)[data-landscapeslick="6"][data-unslick="1"]>div:nth-child(n+7) {
        display: -ms-flexbox;
        display: flex
    }
    .owl-carousel:not(.slick-slider)[data-landscapeslick="7"]>div {
        -webkit-box-flex: 14.28571%;
        -moz-box-flex: 14.28571%;
        -webkit-flex: 14.28571%;
        -ms-flex: 14.28571%;
        flex: 14.28571%;
        max-width: 14.28571%;
        width: 14.28571%
    }
    .owl-carousel:not(.slick-slider)[data-landscapeslick="7"]>div:nth-child(n+8) {
        display: none
    }
    .owl-carousel:not(.slick-slider)[data-landscapeslick="7"][data-unslick="1"]>div:nth-child(n+8) {
        display: -ms-flexbox;
        display: flex
    }
    .owl-carousel:not(.slick-slider)[data-landscapeslick="8"]>div {
        -webkit-box-flex: 12.5%;
        -moz-box-flex: 12.5%;
        -webkit-flex: 12.5%;
        -ms-flex: 12.5%;
        flex: 12.5%;
        max-width: 12.5%;
        width: 12.5%
    }
    .owl-carousel:not(.slick-slider)[data-landscapeslick="8"]>div:nth-child(n+9) {
        display: none
    }
    .owl-carousel:not(.slick-slider)[data-landscapeslick="8"][data-unslick="1"]>div:nth-child(n+9) {
        display: -ms-flexbox;
        display: flex
    }
    .owl-carousel:not(.slick-slider)[data-landscapeslick="9"]>div {
        -webkit-box-flex: 11.11111%;
        -moz-box-flex: 11.11111%;
        -webkit-flex: 11.11111%;
        -ms-flex: 11.11111%;
        flex: 11.11111%;
        max-width: 11.11111%;
        width: 11.11111%
    }
    .owl-carousel:not(.slick-slider)[data-landscapeslick="9"]>div:nth-child(n+10) {
        display: none
    }
    .owl-carousel:not(.slick-slider)[data-landscapeslick="9"][data-unslick="1"]>div:nth-child(n+10) {
        display: -ms-flexbox;
        display: flex
    }
    .owl-carousel:not(.slick-slider)[data-landscapeslick="10"]>div {
        -webkit-box-flex: 10%;
        -moz-box-flex: 10%;
        -webkit-flex: 10%;
        -ms-flex: 10%;
        flex: 10%;
        max-width: 10%;
        width: 10%
    }
    .owl-carousel:not(.slick-slider)[data-landscapeslick="10"]>div:nth-child(n+11) {
        display: none
    }
    .owl-carousel:not(.slick-slider)[data-landscapeslick="10"][data-unslick="1"]>div:nth-child(n+11) {
        display: -ms-flexbox;
        display: flex
    }
    .owl-carousel:not(.slick-slider)[data-landscapeslick="11"]>div {
        -webkit-box-flex: 9.09091%;
        -moz-box-flex: 9.09091%;
        -webkit-flex: 9.09091%;
        -ms-flex: 9.09091%;
        flex: 9.09091%;
        max-width: 9.09091%;
        width: 9.09091%
    }
    .owl-carousel:not(.slick-slider)[data-landscapeslick="11"]>div:nth-child(n+12) {
        display: none
    }
    .owl-carousel:not(.slick-slider)[data-landscapeslick="11"][data-unslick="1"]>div:nth-child(n+12) {
        display: -ms-flexbox;
        display: flex
    }
    .owl-carousel:not(.slick-slider)[data-landscapeslick="12"]>div {
        -webkit-box-flex: 8.33333%;
        -moz-box-flex: 8.33333%;
        -webkit-flex: 8.33333%;
        -ms-flex: 8.33333%;
        flex: 8.33333%;
        max-width: 8.33333%;
        width: 8.33333%
    }
    .owl-carousel:not(.slick-slider)[data-landscapeslick="12"]>div:nth-child(n+13) {
        display: none
    }
    .owl-carousel:not(.slick-slider)[data-landscapeslick="12"][data-unslick="1"]>div:nth-child(n+13) {
        display: -ms-flexbox;
        display: flex
    }
}
@media(max-width:575px) {
    .owl-carousel:not(.slick-slider)[data-mobileslick="1"]>div {
        -webkit-box-flex: 100%;
        -moz-box-flex: 100%;
        -webkit-flex: 100%;
        -ms-flex: 100%;
        flex: 100%;
        max-width: 100%;
        width: 100%
    }
    .owl-carousel:not(.slick-slider)[data-mobileslick="1"]>div:nth-child(n+2) {
        display: none
    }
    .owl-carousel:not(.slick-slider)[data-mobileslick="1"][data-unslick="1"]>div:nth-child(n+2) {
        display: -ms-flexbox;
        display: flex
    }
    .owl-carousel:not(.slick-slider)[data-mobileslick="2"]>div {
        -webkit-box-flex: 50%;
        -moz-box-flex: 50%;
        -webkit-flex: 50%;
        -ms-flex: 50%;
        flex: 50%;
        max-width: 50%;
        width: 50%
    }
    .owl-carousel:not(.slick-slider)[data-mobileslick="2"]>div:nth-child(n+3) {
        display: none
    }
    .owl-carousel:not(.slick-slider)[data-mobileslick="2"][data-unslick="1"]>div:nth-child(n+3) {
        display: -ms-flexbox;
        display: flex
    }
    .owl-carousel:not(.slick-slider)[data-mobileslick="3"]>div {
        -webkit-box-flex: 33.33333%;
        -moz-box-flex: 33.33333%;
        -webkit-flex: 33.33333%;
        -ms-flex: 33.33333%;
        flex: 33.33333%;
        max-width: 33.33333%;
        width: 33.33333%
    }
    .owl-carousel:not(.slick-slider)[data-mobileslick="3"]>div:nth-child(n+4) {
        display: none
    }
    .owl-carousel:not(.slick-slider)[data-mobileslick="3"][data-unslick="1"]>div:nth-child(n+4) {
        display: -ms-flexbox;
        display: flex
    }
    .owl-carousel:not(.slick-slider)[data-mobileslick="4"]>div {
        -webkit-box-flex: 25%;
        -moz-box-flex: 25%;
        -webkit-flex: 25%;
        -ms-flex: 25%;
        flex: 25%;
        max-width: 25%;
        width: 25%
    }
    .owl-carousel:not(.slick-slider)[data-mobileslick="4"]>div:nth-child(n+5) {
        display: none
    }
    .owl-carousel:not(.slick-slider)[data-mobileslick="4"][data-unslick="1"]>div:nth-child(n+5) {
        display: -ms-flexbox;
        display: flex
    }
    .owl-carousel:not(.slick-slider)[data-mobileslick="5"]>div {
        -webkit-box-flex: 20%;
        -moz-box-flex: 20%;
        -webkit-flex: 20%;
        -ms-flex: 20%;
        flex: 20%;
        max-width: 20%;
        width: 20%
    }
    .owl-carousel:not(.slick-slider)[data-mobileslick="5"]>div:nth-child(n+6) {
        display: none
    }
    .owl-carousel:not(.slick-slider)[data-mobileslick="5"][data-unslick="1"]>div:nth-child(n+6) {
        display: -ms-flexbox;
        display: flex
    }
    .owl-carousel:not(.slick-slider)[data-mobileslick="6"]>div {
        -webkit-box-flex: 16.66667%;
        -moz-box-flex: 16.66667%;
        -webkit-flex: 16.66667%;
        -ms-flex: 16.66667%;
        flex: 16.66667%;
        max-width: 16.66667%;
        width: 16.66667%
    }
    .owl-carousel:not(.slick-slider)[data-mobileslick="6"]>div:nth-child(n+7) {
        display: none
    }
    .owl-carousel:not(.slick-slider)[data-mobileslick="6"][data-unslick="1"]>div:nth-child(n+7) {
        display: -ms-flexbox;
        display: flex
    }
    .owl-carousel:not(.slick-slider)[data-mobileslick="7"]>div {
        -webkit-box-flex: 14.28571%;
        -moz-box-flex: 14.28571%;
        -webkit-flex: 14.28571%;
        -ms-flex: 14.28571%;
        flex: 14.28571%;
        max-width: 14.28571%;
        width: 14.28571%
    }
    .owl-carousel:not(.slick-slider)[data-mobileslick="7"]>div:nth-child(n+8) {
        display: none
    }
    .owl-carousel:not(.slick-slider)[data-mobileslick="7"][data-unslick="1"]>div:nth-child(n+8) {
        display: -ms-flexbox;
        display: flex
    }
    .owl-carousel:not(.slick-slider)[data-mobileslick="8"]>div {
        -webkit-box-flex: 12.5%;
        -moz-box-flex: 12.5%;
        -webkit-flex: 12.5%;
        -ms-flex: 12.5%;
        flex: 12.5%;
        max-width: 12.5%;
        width: 12.5%
    }
    .owl-carousel:not(.slick-slider)[data-mobileslick="8"]>div:nth-child(n+9) {
        display: none
    }
    .owl-carousel:not(.slick-slider)[data-mobileslick="8"][data-unslick="1"]>div:nth-child(n+9) {
        display: -ms-flexbox;
        display: flex
    }
    .owl-carousel:not(.slick-slider)[data-mobileslick="9"]>div {
        -webkit-box-flex: 11.11111%;
        -moz-box-flex: 11.11111%;
        -webkit-flex: 11.11111%;
        -ms-flex: 11.11111%;
        flex: 11.11111%;
        max-width: 11.11111%;
        width: 11.11111%
    }
    .owl-carousel:not(.slick-slider)[data-mobileslick="9"]>div:nth-child(n+10) {
        display: none
    }
    .owl-carousel:not(.slick-slider)[data-mobileslick="9"][data-unslick="1"]>div:nth-child(n+10) {
        display: -ms-flexbox;
        display: flex
    }
    .owl-carousel:not(.slick-slider)[data-mobileslick="10"]>div {
        -webkit-box-flex: 10%;
        -moz-box-flex: 10%;
        -webkit-flex: 10%;
        -ms-flex: 10%;
        flex: 10%;
        max-width: 10%;
        width: 10%
    }
    .owl-carousel:not(.slick-slider)[data-mobileslick="10"]>div:nth-child(n+11) {
        display: none
    }
    .owl-carousel:not(.slick-slider)[data-mobileslick="10"][data-unslick="1"]>div:nth-child(n+11) {
        display: -ms-flexbox;
        display: flex
    }
    .owl-carousel:not(.slick-slider)[data-mobileslick="11"]>div {
        -webkit-box-flex: 9.09091%;
        -moz-box-flex: 9.09091%;
        -webkit-flex: 9.09091%;
        -ms-flex: 9.09091%;
        flex: 9.09091%;
        max-width: 9.09091%;
        width: 9.09091%
    }
    .owl-carousel:not(.slick-slider)[data-mobileslick="11"]>div:nth-child(n+12) {
        display: none
    }
    .owl-carousel:not(.slick-slider)[data-mobileslick="11"][data-unslick="1"]>div:nth-child(n+12) {
        display: -ms-flexbox;
        display: flex
    }
    .owl-carousel:not(.slick-slider)[data-mobileslick="12"]>div {
        -webkit-box-flex: 8.33333%;
        -moz-box-flex: 8.33333%;
        -webkit-flex: 8.33333%;
        -ms-flex: 8.33333%;
        flex: 8.33333%;
        max-width: 8.33333%;
        width: 8.33333%
    }
    .owl-carousel:not(.slick-slider)[data-mobileslick="12"]>div:nth-child(n+13) {
        display: none
    }
    .owl-carousel:not(.slick-slider)[data-mobileslick="12"][data-unslick="1"]>div:nth-child(n+13) {
        display: -ms-flexbox;
        display: flex
    }
}
.owl-carousel.row-2 .slick-slide, .owl-carousel.row-3 .slick-slide {
    margin: 0
}
.owl-carousel.row-2 .slick-slide>div, .owl-carousel.row-3 .slick-slide>div {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}
.owl-carousel.row-2 .slick-slide .item, .owl-carousel.row-3 .slick-slide .item {
    display: flex !important
}
.tbay-currency {
    position: relative;
    line-height: 44px
}
.tbay-currency .woocs_diplay_none {
    display: none
}
.woocommerce-currency-switcher {
    padding: 0;
    border: 0;
    background: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    -ms-appearance: none;
    appearance: none
}
.woocommerce-currency-switcher:focus {
    outline: 0
}
.woocommerce-currency-switcher-form {
    display: flex
}
.woocommerce-currency-switcher-form .SumoSelect {
    width: auto;
    vertical-align: middle;
    position: static
}
.woocommerce-currency-switcher-form .SumoSelect>.CaptionCont {
    border: 0;
    padding: 0;
    background: transparent;
    text-align: center;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0
}
.woocommerce-currency-switcher-form .SumoSelect>.CaptionCont>label {
    width: 13px;
    right: 0;
    left: auto;
    top: 0;
    cursor: pointer;
    margin-bottom: 0
}
.woocommerce-currency-switcher-form .SumoSelect>.CaptionCont>label i {
    background: none !important;
    line-height: 20px;
    height: 20px
}
.woocommerce-currency-switcher-form .SumoSelect>.CaptionCont>label i:after {
    content: "";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-family: "tb-icon"
}
.woocommerce-currency-switcher-form .SumoSelect>.CaptionCont>label i:after {
    font-style: normal;
    font-size: 10px;
    position: absolute;
    top: 0;
    color: var(--color-11);
    font-weight: normal;
    left: 50%;
    right: auto;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0)
}
.woocommerce-currency-switcher-form .SumoSelect>.CaptionCont>span {
    padding: 0;
    cursor: pointer;
    padding-right: 14px;
    padding-left: 0;
    text-align: left;
    -webkit-transition: .3s all;
    -o-transition: .3s all;
    transition: .3s all
}
.woocommerce-currency-switcher-form .SumoSelect>.CaptionCont:hover {
    color: var(--tb-theme-color)
}
.woocommerce-currency-switcher-form .SumoSelect>.CaptionCont:hover label i:after {
    color: var(--tb-theme-color)
}
.woocommerce-currency-switcher-form .SumoSelect>.optWrapper {
    -webkit-box-shadow: none;
    box-shadow: none;
    min-width: 150px;
    padding: 5px 0;
    border: 1px solid var(--color-06);
    left: -15px;
    right: auto;
    top: 100%;
    display: block !important;
    background: var(--bg-white);
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transition: all .4s ease-in-out 0s;
    -o-transition: all .4s ease-in-out 0s;
    transition: all .4s ease-in-out 0s;
    -webkit-transform: rotateX(-90deg);
    -ms-transform: rotateX(-90deg);
    -o-transform: rotateX(-90deg);
    transform: rotateX(-90deg);
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    z-index: 1000
}
.woocommerce-currency-switcher-form .SumoSelect>.optWrapper>.options {
    overflow: hidden
}
.woocommerce-currency-switcher-form .SumoSelect>.optWrapper>.options li.opt {
    padding: 0 0 0 12px;
    border-color: var(--border-color)
}
.woocommerce-currency-switcher-form .SumoSelect>.optWrapper label {
    font-weight: 400;
    margin-bottom: 0
}
.woocommerce-currency-switcher-form .SumoSelect.open .CaptionCont, .woocommerce-currency-switcher-form .SumoSelect:focus>.CaptionCont {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: 0
}
.woocommerce-currency-switcher-form .SumoSelect.open .optWrapper, .woocommerce-currency-switcher-form .SumoSelect:focus>.optWrapper {
    display: none
}
.woocommerce-currency-switcher-form .SumoSelect:hover>.CaptionCont {
    border: 0;
    -webkit-box-shadow: none !important;
    box-shadow: none !important
}
.woocommerce-currency-switcher-form .SumoSelect:hover>.optWrapper {
    -webkit-transform: rotateX(0);
    -ms-transform: rotateX(0);
    -o-transform: rotateX(0);
    transform: rotateX(0);
    visibility: visible;
    opacity: 1;
    filter: alpha(opacity=100)
}
.woocommerce-currency-switcher-form.woocs_show_flags .SumoSelect>.optWrapper>.options li.opt {
    padding-left: 40px;
    background-position: 12px center;
    background-size: 20px
}
.SumoSelect>.optWrapper>.options li.opt {
    padding: 0 0 0 20px;
    text-align: left;
    line-height: 40px;
    position: relative;
    font-weight: 500
}
.SumoSelect>.optWrapper>.options li.opt label {
    margin: 0;
    font-weight: normal
}
.SumoSelect>.optWrapper>.options li.opt:hover, .SumoSelect>.optWrapper>.options li.opt.selected {
    color: var(--tb-theme-color);
    background-color: var(--bg-white) !important
}
.widget-woocommerce-currency-switcher .dd-desc {
    display: none
}
.widget-woocommerce-currency-switcher a.dd-option, .widget-woocommerce-currency-switcher .dd-selected {
    padding: 5px 10px !important
}
.widget-woocommerce-currency-switcher label {
    line-height: 100%;
    float: left;
    margin: 0
}
.widget-woocommerce-currency-switcher .dd-pointer {
    border: none !important;
    margin: 0 !important
}
.widget-woocommerce-currency-switcher .dd-pointer:before {
    font-family: FontAwesome;
    position: absolute;
    line-height: 100%;
    right: 0;
    left: auto;
    bottom: -4px
}
.widget-woocommerce-currency-switcher .dd-pointer.dd-pointer-down:before {
    content: ""
}
.widget-woocommerce-currency-switcher .dd-pointer.dd-pointer-up:before {
    content: ""
}
.mm-hidden {
    display: none !important
}
.mm-wrapper {
    overflow-x: hidden;
    position: relative
}
.mm-menu {
    box-sizing: border-box;
    background: inherit;
    display: block;
    padding: 0;
    margin: 0;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    border: 0;
    z-index: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}
.mm-menu a {
    color: inherit;
    text-decoration: none
}
.mm-menu a:active, .mm-menu a:hover, .mm-menu a:link, .mm-menu a:visited {
    color: inherit;
    text-decoration: none
}
.mm-panels {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 0
}
.mm-panels>.mm-panel {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 0
}
.mm-panel {
    background: inherit;
    border-color: inherit;
    box-sizing: border-box;
    margin: 0
}
.mm-panels {
    background: inherit;
    border-color: inherit;
    box-sizing: border-box;
    margin: 0;
    overflow: hidden
}
.mm-panels .tbay-addon .tbay-addon-title, .mm-panels .tbay-addon .tbay-addon-heading {
    font-size: 14px;
    margin: 0;
    text-align: left;
    line-height: 40px;
    text-transform: capitalize;
    border-bottom: 1px solid var(--border-color);
    padding: 0 15px
}
.mm-panel {
    -webkit-overflow-scrolling: touch;
    overflow: scroll;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0;
    transition: -webkit-transform .4s linear;
    transition: transform .4s linear;
    transition: transform .3s linear, -webkit-transform .3s linear;
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    opacity: 0;
    filter: alpha(opacity=0)
}
.mm-panel:not(.mm-hidden) {
    display: block;
    opacity: 1;
    filter: alpha(opacity=100)
}
.mm-panel_has-navbar {
    padding-top: 45px
}
.mm-panel_opened {
    z-index: 1;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}
.mm-panel_opened-parent {
    -webkit-transform: translate(-30%, 0);
    -ms-transform: translate(-30%, 0);
    transform: translate(-30%, 0);
    -webkit-transform: translate3d(-30%, 0, 0);
    transform: translate3d(-30%, 0, 0)
}
.mm-panel_highest {
    z-index: 2
}
.mm-panel_noanimation {
    transition: none !important
}
.mm-panel_noanimation.mm-panel_opened-parent {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}
.mm-listitem_vertical>.mm-panel {
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
    display: none;
    padding: 10px 0 10px 10px
}
.mm-listitem_vertical>.mm-panel:after, .mm-listitem_vertical>.mm-panel:before {
    content: none;
    display: none
}
.mm-listitem_opened>.mm-panel {
    display: block
}
.mm-listitem_vertical>.mm-btn_next {
    box-sizing: border-box;
    height: 40px;
    bottom: auto
}
.mm-listitem_vertical .mm-listitem:last-child:after {
    border-color: transparent
}
.mm-listitem_opened>.mm-btn_next:after {
    -webkit-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    transform: rotate(225deg);
    right: 19px;
    left: auto
}
.mm-btn {
    box-sizing: border-box;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 0;
    z-index: 1
}
.mm-btn_fullwidth {
    width: 100%
}
.mm-btn_clear:after, .mm-btn_clear:before {
    content: '';
    border: 2px solid transparent;
    box-sizing: content-box;
    display: block;
    width: 5px;
    height: 5px;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}
.mm-btn_close:after, .mm-btn_close:before {
    content: '';
    border: 2px solid transparent;
    box-sizing: content-box;
    display: block;
    width: 5px;
    height: 5px;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}
.mm-btn_clear:before, .mm-btn_close:before {
    border-right: 0;
    border-bottom: 0;
    right: 18px;
    left: auto
}
.mm-btn_clear:after, .mm-btn_close:after {
    border-left: 0;
    border-top: 0;
    right: 25px;
    left: auto
}
.mm-btn_next:after {
    content: "";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-family: "tb-icon"
}
.mm-btn_next:after {
    position: absolute;
    left: auto;
    font-size: 20px;
    right: 12px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    color: var(--black-color)
}
.mm-btn_prev:before {
    content: "";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-family: "tb-icon"
}
.mm-btn_prev:before {
    position: absolute;
    font-size: 20px;
    left: 9px;
    right: auto;
    color: var(--black-color)
}
.mm-navbar {
    border-color: var(--border-color);
    text-align: center;
    line-height: 20px;
    display: none;
    height: 40px;
    padding: 0 40px;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    opacity: 1;
    transition: opacity .4s ease
}
.mm-navbar>* {
    box-sizing: border-box;
    display: block;
    padding: 10px 0
}
.mm-navbar a {
    text-decoration: none
}
.mm-navbar a:hover {
    text-decoration: none
}
.mm-navbar__title {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden
}
.mm-navbar__btn:first-child {
    left: 0
}
.mm-navbar__btn:last-child {
    text-align: right;
    right: 0
}
.mm-panel_has-navbar .mm-navbar {
    display: block
}
.mm-listitem, .mm-listview {
    list-style: none;
    display: block;
    padding: 0;
    margin: 0
}
.mm-listitem {
    border-color: inherit
}
.mm-listitem .mm-btn_next {
    border-color: inherit
}
.mm-listitem .mm-btn_next:before {
    border-color: inherit
}
.mm-listitem:after {
    border-color: inherit
}
.mm-listview {
    border-color: inherit;
    font: inherit;
    line-height: 20px
}
.mm-listview a i {
    min-width: 22px
}
.mm-listitem {
    position: relative;
    color: var(--black-color)
}
.mm-listitem:after {
    content: '';
    border-bottom-width: 1px;
    border-bottom-style: solid;
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-color: var(--border-color)
}
.mm-listitem a {
    text-decoration: none
}
.mm-listitem a:hover {
    text-decoration: none
}
.mm-listitem>a, .mm-listitem span {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    color: inherit;
    display: block;
    padding: 0 15px;
    margin: 0;
    line-height: 46px
}
.mm-listitem.active>a {
    color: var(--tb-theme-color)
}
.mm-listitem .mm-btn_next {
    background: rgba(3, 2, 1, 0);
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 2
}
.mm-listitem .mm-btn_next:not(.mm-btn_fullwidth) {
    width: 50%
}
.mm-listitem .mm-btn_next:not(.mm-btn_fullwidth)+a, .mm-listitem .mm-btn_next:not(.mm-btn_fullwidth)+span {
    margin-right: 50px;
    margin-left: 0
}
.mm-listitem .mm-btn_fullwidth:before {
    border-left: 0
}
.mm-listitem .mm-btn_fullwidth+a, .mm-listitem .mm-btn_fullwidth+span {
    padding-right: 50px;
    padding-left: 0
}
.mm-listitem_divider {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-size: 75%;
    text-transform: uppercase;
    padding: 5px 10px 5px 20px
}
.mm-listitem_divider:after {
    content: ' ';
    display: none;
    position: static;
    display: inline-block
}
.mm-listitem_spacer {
    padding-top: 40px
}
.mm-listitem_spacer>.mm-btn_next {
    top: 40px
}
.mm-menu {
    background: #f3f3f3;
    border-color: rgba(0, 0, 0, 0.1)
}
.mm-menu .mm-navbar a, .mm-menu .mm-navbar>* {
    color: rgba(0, 0, 0, 0.3)
}
.mm-menu .mm-listview a:not(.mm-btn_next) {
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0.4);
    tap-highlight-color: rgba(255, 255, 255, 0.4)
}
.mm-menu .mm-listitem_selected>a:not(.mm-btn_next), .mm-menu .mm-listitem_selected>span {
    background: rgba(255, 255, 255, 0.4)
}
.mm-menu .mm-listitem_opened>.mm-btn_next, .mm-menu .mm-listitem_opened>.mm-panel {
    background: rgba(0, 0, 0, 0.05)
}
.mm-menu .mm-listitem_divider {
    background: rgba(0, 0, 0, 0.05)
}
.mm-page {
    box-sizing: border-box;
    position: relative
}
.mm-slideout {
    transition: -webkit-transform .4s ease;
    transition: transform .4s ease;
    transition: transform .4s ease, -webkit-transform .4s ease;
    z-index: 1
}
.modal-open #tbay-main-content.mm-slideout {
    z-index: unset
}
.modal-open #custom-login-wrapper.in+#tbay-header {
    z-index: 1002
}
.modal-open #custom-login-wrapper.in+#tbay-header+.mm-slideout {
    z-index: 1001
}
.mm-wrapper_opened {
    overflow-x: hidden;
    position: relative
}
.mm-wrapper_background .mm-page {
    background: inherit
}
.mm-menu_offcanvas {
    display: none;
    position: fixed;
    right: auto;
    z-index: 0;
    width: 80%;
    min-width: 140px;
    max-width: 440px
}
.mm-menu_offcanvas.mm-menu_opened {
    display: block
}
.mm-menu_offcanvas.mm-menu_opened.mm-no-csstransforms {
    z-index: 10
}
.mm-wrapper_opening .mm-menu_offcanvas.mm-menu_opened~.mm-slideout {
    -webkit-transform: translate(80vw, 0);
    -ms-transform: translate(80vw, 0);
    transform: translate(80vw, 0);
    -webkit-transform: translate3d(80vw, 0, 0);
    transform: translate3d(80vw, 0, 0)
}
@media all and (max-width:175px) {
    .mm-wrapper_opening .mm-menu_offcanvas.mm-menu_opened~.mm-slideout {
        -webkit-transform: translate(140px, 0);
        -ms-transform: translate(140px, 0);
        transform: translate(140px, 0);
        -webkit-transform: translate3d(140px, 0, 0);
        transform: translate3d(140px, 0, 0)
    }
}
@media all and (min-width:550px) {
    .mm-wrapper_opening .mm-menu_offcanvas.mm-menu_opened~.mm-slideout {
        -webkit-transform: translate(440px, 0);
        -ms-transform: translate(440px, 0);
        transform: translate(440px, 0);
        -webkit-transform: translate3d(440px, 0, 0);
        transform: translate3d(440px, 0, 0)
    }
}
.mm-page__blocker {
    background: rgba(3, 2, 1, 0);
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2
}
.mm-wrapper_blocking {
    overflow: hidden
}
.mm-wrapper_blocking body {
    overflow: hidden
}
.mm-wrapper_blocking .mm-page__blocker {
    display: block;
    background: rgba(0, 0, 0, 0.61);
    z-index: 10001
}
.mm-sronly {
    border: 0 !important;
    clip: rect(1px, 1px, 1px, 1px) !important;
    -webkit-clip-path: inset(50%) !important;
    clip-path: inset(50%) !important;
    white-space: nowrap !important;
    width: 1px !important;
    min-width: 1px !important;
    height: 1px !important;
    min-height: 1px !important;
    padding: 0 !important;
    overflow: hidden !important;
    position: absolute !important
}
.mm-menu_autoheight {
    transition: none .4s ease;
    transition-property: height, -webkit-transform;
    transition-property: transform, height;
    transition-property: transform, height, -webkit-transform
}
.mm-menu_autoheight:not(.mm-menu_offcanvas) {
    position: relative
}
.mm-menu_autoheight.mm-menu_position-bottom, .mm-menu_autoheight.mm-menu_position-top {
    max-height: 80%
}
.mm-menu_autoheight-measuring .mm-panel {
    display: block !important
}
.mm-menu_autoheight-measuring .mm-listitem_vertical:not(.mm-listitem_opened) .mm-panel {
    display: none !important
}
.mm-menu_autoheight-measuring .mm-panels>.mm-panel {
    bottom: auto !important;
    height: auto !important
}
[class*=mm-menu_columns-] {
    transition-property: width
}
[class*=mm-menu_columns-] .mm-panels>.mm-panel {
    right: auto;
    transition-property: width, -webkit-transform;
    transition-property: width, transform;
    transition-property: width, transform, -webkit-transform
}
[class*=mm-menu_columns-] .mm-panels>.mm-panel_opened, [class*=mm-menu_columns-] .mm-panels>.mm-panel_opened-parent {
    display: block !important
}
[class*=mm-panel_columns-] {
    border-right: 1px solid;
    border-color: inherit
}
.mm-menu_columns-1 .mm-panel_columns-0, .mm-menu_columns-2 .mm-panel_columns-1, .mm-menu_columns-3 .mm-panel_columns-2, .mm-menu_columns-4 .mm-panel_columns-3 {
    border-right: 0
}
[class*=mm-menu_columns-] .mm-panels>.mm-panel_columns-0 {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}
.mm-menu_columns-0 {
    width: 80%;
    min-width: 140px;
    max-width: 0
}
.mm-menu_columns-0 .mm-panels>.mm-panel {
    z-index: 0
}
.mm-menu_columns-0 .mm-panels>.mm-panel else {
    width: 100%
}
.mm-menu_columns-0 .mm-panels>.mm-panel:not(.mm-panel_opened):not(.mm-panel_opened-parent) {
    -webkit-transform: translate(100%, 0);
    -ms-transform: translate(100%, 0);
    transform: translate(100%, 0);
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0)
}
.mm-wrapper_opening .mm-menu_columns-0.mm-menu_opened~.mm-slideout {
    -webkit-transform: translate(80vw, 0);
    -ms-transform: translate(80vw, 0);
    transform: translate(80vw, 0);
    -webkit-transform: translate3d(80vw, 0, 0);
    transform: translate3d(80vw, 0, 0)
}
.mm-wrapper_opening .mm-menu_columns-0.mm-menu_position-right.mm-menu_opened~.mm-slideout {
    -webkit-transform: translate(-80vw, 0);
    -ms-transform: translate(-80vw, 0);
    transform: translate(-80vw, 0);
    -webkit-transform: translate3d(-80vw, 0, 0);
    transform: translate3d(-80vw, 0, 0)
}
@media all and (max-width:175px) {
    .mm-wrapper_opening .mm-menu_columns-0.mm-menu_opened~.mm-slideout {
        -webkit-transform: translate(140px, 0);
        -ms-transform: translate(140px, 0);
        transform: translate(140px, 0);
        -webkit-transform: translate3d(140px, 0, 0);
        transform: translate3d(140px, 0, 0)
    }
}
@media all and (min-width:0) {
    .mm-wrapper_opening .mm-menu_columns-0.mm-menu_opened~.mm-slideout {
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}
@media all and (max-width:175px) {
    .mm-wrapper_opening .mm-menu_columns-0.mm-menu_position-right.mm-menu_opened~.mm-slideout {
        -webkit-transform: translate(-140px, 0);
        -ms-transform: translate(-140px, 0);
        transform: translate(-140px, 0);
        -webkit-transform: translate3d(-140px, 0, 0);
        transform: translate3d(-140px, 0, 0)
    }
}
@media all and (min-width:0) {
    .mm-wrapper_opening .mm-menu_columns-0.mm-menu_position-right.mm-menu_opened~.mm-slideout {
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}
[class*=mm-menu_columns-] .mm-panels>.mm-panel_columns-1 {
    -webkit-transform: translate(100%, 0);
    -ms-transform: translate(100%, 0);
    transform: translate(100%, 0);
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0)
}
.mm-menu_columns-1 {
    width: 80%;
    min-width: 140px;
    max-width: 440px
}
.mm-menu_columns-1 .mm-panels>.mm-panel {
    z-index: 1;
    width: 100%
}
.mm-menu_columns-1 .mm-panels>.mm-panel else {
    width: 100%
}
.mm-menu_columns-1 .mm-panels>.mm-panel:not(.mm-panel_opened):not(.mm-panel_opened-parent) {
    -webkit-transform: translate(200%, 0);
    -ms-transform: translate(200%, 0);
    transform: translate(200%, 0);
    -webkit-transform: translate3d(200%, 0, 0);
    transform: translate3d(200%, 0, 0)
}
.mm-wrapper_opening .mm-menu_columns-1.mm-menu_opened~.mm-slideout {
    -webkit-transform: translate(80vw, 0);
    -ms-transform: translate(80vw, 0);
    transform: translate(80vw, 0);
    -webkit-transform: translate3d(80vw, 0, 0);
    transform: translate3d(80vw, 0, 0)
}
.mm-wrapper_opening .mm-menu_columns-1.mm-menu_position-right.mm-menu_opened~.mm-slideout {
    -webkit-transform: translate(-80vw, 0);
    -ms-transform: translate(-80vw, 0);
    transform: translate(-80vw, 0);
    -webkit-transform: translate3d(-80vw, 0, 0);
    transform: translate3d(-80vw, 0, 0)
}
@media all and (max-width:175px) {
    .mm-wrapper_opening .mm-menu_columns-1.mm-menu_opened~.mm-slideout {
        -webkit-transform: translate(140px, 0);
        -ms-transform: translate(140px, 0);
        transform: translate(140px, 0);
        -webkit-transform: translate3d(140px, 0, 0);
        transform: translate3d(140px, 0, 0)
    }
}
@media all and (min-width:550px) {
    .mm-wrapper_opening .mm-menu_columns-1.mm-menu_opened~.mm-slideout {
        -webkit-transform: translate(440px, 0);
        -ms-transform: translate(440px, 0);
        transform: translate(440px, 0);
        -webkit-transform: translate3d(440px, 0, 0);
        transform: translate3d(440px, 0, 0)
    }
}
@media all and (max-width:175px) {
    .mm-wrapper_opening .mm-menu_columns-1.mm-menu_position-right.mm-menu_opened~.mm-slideout {
        -webkit-transform: translate(-140px, 0);
        -ms-transform: translate(-140px, 0);
        transform: translate(-140px, 0);
        -webkit-transform: translate3d(-140px, 0, 0);
        transform: translate3d(-140px, 0, 0)
    }
}
@media all and (min-width:550px) {
    .mm-wrapper_opening .mm-menu_columns-1.mm-menu_position-right.mm-menu_opened~.mm-slideout {
        -webkit-transform: translate(-440px, 0);
        -ms-transform: translate(-440px, 0);
        transform: translate(-440px, 0);
        -webkit-transform: translate3d(-440px, 0, 0);
        transform: translate3d(-440px, 0, 0)
    }
}
[class*=mm-menu_columns-] .mm-panels>.mm-panel_columns-2 {
    -webkit-transform: translate(200%, 0);
    -ms-transform: translate(200%, 0);
    transform: translate(200%, 0);
    -webkit-transform: translate3d(200%, 0, 0);
    transform: translate3d(200%, 0, 0)
}
.mm-menu_columns-2 {
    width: 80%;
    min-width: 140px;
    max-width: 880px
}
.mm-menu_columns-2 .mm-panels>.mm-panel {
    z-index: 2;
    width: 50%
}
.mm-menu_columns-2 .mm-panels>.mm-panel else {
    width: 100%
}
.mm-menu_columns-2 .mm-panels>.mm-panel:not(.mm-panel_opened):not(.mm-panel_opened-parent) {
    -webkit-transform: translate(300%, 0);
    -ms-transform: translate(300%, 0);
    transform: translate(300%, 0);
    -webkit-transform: translate3d(300%, 0, 0);
    transform: translate3d(300%, 0, 0)
}
.mm-wrapper_opening .mm-menu_columns-2.mm-menu_opened~.mm-slideout {
    -webkit-transform: translate(80vw, 0);
    -ms-transform: translate(80vw, 0);
    transform: translate(80vw, 0);
    -webkit-transform: translate3d(80vw, 0, 0);
    transform: translate3d(80vw, 0, 0)
}
.mm-wrapper_opening .mm-menu_columns-2.mm-menu_position-right.mm-menu_opened~.mm-slideout {
    -webkit-transform: translate(-80vw, 0);
    -ms-transform: translate(-80vw, 0);
    transform: translate(-80vw, 0);
    -webkit-transform: translate3d(-80vw, 0, 0);
    transform: translate3d(-80vw, 0, 0)
}
@media all and (max-width:175px) {
    .mm-wrapper_opening .mm-menu_columns-2.mm-menu_opened~.mm-slideout {
        -webkit-transform: translate(140px, 0);
        -ms-transform: translate(140px, 0);
        transform: translate(140px, 0);
        -webkit-transform: translate3d(140px, 0, 0);
        transform: translate3d(140px, 0, 0)
    }
}
@media all and (min-width:1100px) {
    .mm-wrapper_opening .mm-menu_columns-2.mm-menu_opened~.mm-slideout {
        -webkit-transform: translate(880px, 0);
        -ms-transform: translate(880px, 0);
        transform: translate(880px, 0);
        -webkit-transform: translate3d(880px, 0, 0);
        transform: translate3d(880px, 0, 0)
    }
}
@media all and (max-width:175px) {
    .mm-wrapper_opening .mm-menu_columns-2.mm-menu_position-right.mm-menu_opened~.mm-slideout {
        -webkit-transform: translate(-140px, 0);
        -ms-transform: translate(-140px, 0);
        transform: translate(-140px, 0);
        -webkit-transform: translate3d(-140px, 0, 0);
        transform: translate3d(-140px, 0, 0)
    }
}
@media all and (min-width:1100px) {
    .mm-wrapper_opening .mm-menu_columns-2.mm-menu_position-right.mm-menu_opened~.mm-slideout {
        -webkit-transform: translate(-880px, 0);
        -ms-transform: translate(-880px, 0);
        transform: translate(-880px, 0);
        -webkit-transform: translate3d(-880px, 0, 0);
        transform: translate3d(-880px, 0, 0)
    }
}
[class*=mm-menu_columns-] .mm-panels>.mm-panel_columns-3 {
    -webkit-transform: translate(300%, 0);
    -ms-transform: translate(300%, 0);
    transform: translate(300%, 0);
    -webkit-transform: translate3d(300%, 0, 0);
    transform: translate3d(300%, 0, 0)
}
.mm-menu_columns-3 {
    width: 80%;
    min-width: 140px;
    max-width: 1320px
}
.mm-menu_columns-3 .mm-panels>.mm-panel {
    z-index: 3;
    width: 33.34%
}
.mm-menu_columns-3 .mm-panels>.mm-panel else {
    width: 100%
}
.mm-menu_columns-3 .mm-panels>.mm-panel:not(.mm-panel_opened):not(.mm-panel_opened-parent) {
    -webkit-transform: translate(400%, 0);
    -ms-transform: translate(400%, 0);
    transform: translate(400%, 0);
    -webkit-transform: translate3d(400%, 0, 0);
    transform: translate3d(400%, 0, 0)
}
.mm-wrapper_opening .mm-menu_columns-3.mm-menu_opened~.mm-slideout {
    -webkit-transform: translate(80vw, 0);
    -ms-transform: translate(80vw, 0);
    transform: translate(80vw, 0);
    -webkit-transform: translate3d(80vw, 0, 0);
    transform: translate3d(80vw, 0, 0)
}
.mm-wrapper_opening .mm-menu_columns-3.mm-menu_position-right.mm-menu_opened~.mm-slideout {
    -webkit-transform: translate(-80vw, 0);
    -ms-transform: translate(-80vw, 0);
    transform: translate(-80vw, 0);
    -webkit-transform: translate3d(-80vw, 0, 0);
    transform: translate3d(-80vw, 0, 0)
}
@media all and (max-width:175px) {
    .mm-wrapper_opening .mm-menu_columns-3.mm-menu_opened~.mm-slideout {
        -webkit-transform: translate(140px, 0);
        -ms-transform: translate(140px, 0);
        transform: translate(140px, 0);
        -webkit-transform: translate3d(140px, 0, 0);
        transform: translate3d(140px, 0, 0)
    }
}
@media all and (min-width:1650px) {
    .mm-wrapper_opening .mm-menu_columns-3.mm-menu_opened~.mm-slideout {
        -webkit-transform: translate(1320px, 0);
        -ms-transform: translate(1320px, 0);
        transform: translate(1320px, 0);
        -webkit-transform: translate3d(1320px, 0, 0);
        transform: translate3d(1320px, 0, 0)
    }
}
@media all and (max-width:175px) {
    .mm-wrapper_opening .mm-menu_columns-3.mm-menu_position-right.mm-menu_opened~.mm-slideout {
        -webkit-transform: translate(-140px, 0);
        -ms-transform: translate(-140px, 0);
        transform: translate(-140px, 0);
        -webkit-transform: translate3d(-140px, 0, 0);
        transform: translate3d(-140px, 0, 0)
    }
}
@media all and (min-width:1650px) {
    .mm-wrapper_opening .mm-menu_columns-3.mm-menu_position-right.mm-menu_opened~.mm-slideout {
        -webkit-transform: translate(-1320px, 0);
        -ms-transform: translate(-1320px, 0);
        transform: translate(-1320px, 0);
        -webkit-transform: translate3d(-1320px, 0, 0);
        transform: translate3d(-1320px, 0, 0)
    }
}
[class*=mm-menu_columns-] .mm-panels>.mm-panel_columns-4 {
    -webkit-transform: translate(400%, 0);
    -ms-transform: translate(400%, 0);
    transform: translate(400%, 0);
    -webkit-transform: translate3d(400%, 0, 0);
    transform: translate3d(400%, 0, 0)
}
.mm-menu_columns-4 {
    width: 80%;
    min-width: 140px;
    max-width: 1760px
}
.mm-menu_columns-4 .mm-panels>.mm-panel {
    z-index: 4;
    width: 25%
}
.mm-menu_columns-4 .mm-panels>.mm-panel else {
    width: 100%
}
.mm-menu_columns-4 .mm-panels>.mm-panel:not(.mm-panel_opened):not(.mm-panel_opened-parent) {
    -webkit-transform: translate(500%, 0);
    -ms-transform: translate(500%, 0);
    transform: translate(500%, 0);
    -webkit-transform: translate3d(500%, 0, 0);
    transform: translate3d(500%, 0, 0)
}
.mm-wrapper_opening .mm-menu_columns-4.mm-menu_opened~.mm-slideout {
    -webkit-transform: translate(80vw, 0);
    -ms-transform: translate(80vw, 0);
    transform: translate(80vw, 0);
    -webkit-transform: translate3d(80vw, 0, 0);
    transform: translate3d(80vw, 0, 0)
}
.mm-wrapper_opening .mm-menu_columns-4.mm-menu_position-right.mm-menu_opened~.mm-slideout {
    -webkit-transform: translate(-80vw, 0);
    -ms-transform: translate(-80vw, 0);
    transform: translate(-80vw, 0);
    -webkit-transform: translate3d(-80vw, 0, 0);
    transform: translate3d(-80vw, 0, 0)
}
@media all and (max-width:175px) {
    .mm-wrapper_opening .mm-menu_columns-4.mm-menu_opened~.mm-slideout {
        -webkit-transform: translate(140px, 0);
        -ms-transform: translate(140px, 0);
        transform: translate(140px, 0);
        -webkit-transform: translate3d(140px, 0, 0);
        transform: translate3d(140px, 0, 0)
    }
}
@media all and (min-width:2200px) {
    .mm-wrapper_opening .mm-menu_columns-4.mm-menu_opened~.mm-slideout {
        -webkit-transform: translate(1760px, 0);
        -ms-transform: translate(1760px, 0);
        transform: translate(1760px, 0);
        -webkit-transform: translate3d(1760px, 0, 0);
        transform: translate3d(1760px, 0, 0)
    }
}
@media all and (max-width:175px) {
    .mm-wrapper_opening .mm-menu_columns-4.mm-menu_position-right.mm-menu_opened~.mm-slideout {
        -webkit-transform: translate(-140px, 0);
        -ms-transform: translate(-140px, 0);
        transform: translate(-140px, 0);
        -webkit-transform: translate3d(-140px, 0, 0);
        transform: translate3d(-140px, 0, 0)
    }
}
@media all and (min-width:2200px) {
    .mm-wrapper_opening .mm-menu_columns-4.mm-menu_position-right.mm-menu_opened~.mm-slideout {
        -webkit-transform: translate(-1760px, 0);
        -ms-transform: translate(-1760px, 0);
        transform: translate(-1760px, 0);
        -webkit-transform: translate3d(-1760px, 0, 0);
        transform: translate3d(-1760px, 0, 0)
    }
}
[class*=mm-menu_columns-].mm-menu_position-bottom, [class*=mm-menu_columns-].mm-menu_position-top {
    width: 100%;
    max-width: 100%;
    min-width: 100%
}
.mm-wrapper_opening [class*=mm-menu_columns-].mm-menu_position-front {
    transition-property: width, min-width, max-width, -webkit-transform;
    transition-property: width, min-width, max-width, transform;
    transition-property: width, min-width, max-width, transform, -webkit-transform
}
.mm-counter {
    font-style: normal;
    line-height: 20px;
    display: block;
    margin-top: -10px;
    position: absolute;
    right: 45px;
    left: auto;
    top: 50%
}
.mm-counter+.mm-btn_next:not(.mm-btn_fullwidth) {
    width: 90px
}
.mm-counter+.mm-btn_next:not(.mm-btn_fullwidth)+a, .mm-counter+.mm-btn_next:not(.mm-btn_fullwidth)+span {
    margin-right: 90px;
    margin-left: 0
}
.mm-counter+.mm-btn_fullwidth+a, .mm-counter+.mm-btn_fullwidth+span {
    padding-right: 90px;
    padding-left: 0
}
.mm-listitem_vertical>.mm-counter {
    top: 12px;
    margin-top: 0
}
.mm-listitem_vertical.mm-listitem_spacer>.mm-counter {
    margin-top: 40px
}
.mm-listitem_nosubitems>.mm-counter {
    display: none
}
.mm-counter {
    color: var(--border-color-4)
}
.mm-listitem_divider {
    opacity: 1;
    transition: opacity .4s ease
}
.mm-menu_dividers-light .mm-listitem_divider {
    background: inherit;
    font-size: inherit;
    color: rgba(0, 0, 0, 0.3);
    padding-top: 15px;
    padding-bottom: 5px
}
.mm-border-none .mm-listitem_divider {
    border-top-width: 1px;
    border-top-style: solid
}
.mm-listview_fixeddivider {
    background: inherit;
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}
.mm-listview_fixeddivider:after {
    content: none !important;
    display: none !important
}
.mm-panel_dividers .mm-listview_fixeddivider {
    display: block
}
.mm-wrapper_opened.mm-dragging .mm-menu, .mm-wrapper_opened.mm-dragging .mm-slideout {
    transition-duration: 0s
}
.mm-menu_dropdown {
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
    height: 80%
}
.mm-wrapper_dropdown .mm-slideout {
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
    z-index: 0
}
.mm-wrapper_dropdown .mm-page__blocker {
    transition-delay: 0s !important;
    z-index: 1
}
.mm-wrapper_dropdown .mm-menu_dropdown {
    z-index: 2
}
.mm-wrapper_dropdown.mm-wrapper_opened:not(.mm-wrapper_opening) .mm-menu_dropdown {
    display: none
}
[class*=mm-menu_tip-]:before {
    content: '';
    background: inherit;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
    display: block;
    width: 15px;
    height: 15px;
    position: absolute;
    z-index: 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}
.mm-menu_tip-left:before {
    left: 22px;
    right: auto
}
.mm-menu_tip-right:before {
    right: 22px;
    left: auto
}
.mm-menu_tip-top:before {
    top: -8px
}
.mm-menu_tip-bottom:before {
    bottom: -8px
}
.mm-iconbar {
    border-color: inherit;
    border-style: solid;
    border-width: 0;
    border-right-width: 1px;
    text-align: center;
    line-height: 20px;
    overflow: hidden;
    box-sizing: border-box;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: 2
}
.mm-iconbar__bottom, .mm-iconbar__top {
    width: inherit;
    position: absolute;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}
.mm-iconbar__bottom>*, .mm-iconbar__top>* {
    box-sizing: border-box;
    display: block;
    padding: 10px 0
}
.mm-iconbar__bottom a {
    text-decoration: none
}
.mm-iconbar__bottom a:hover {
    text-decoration: none
}
.mm-iconbar__top {
    top: 0
}
.mm-iconbar__top a {
    text-decoration: none
}
.mm-iconbar__top a:hover {
    text-decoration: none
}
.mm-iconbar__bottom {
    bottom: 0
}
.mm-menu_iconbar-40 .mm-navbars_bottom, .mm-menu_iconbar-40 .mm-navbars_top, .mm-menu_iconbar-40 .mm-panels {
    left: 40px;
    right: auto
}
.mm-menu_iconbar-40 .mm-iconbar {
    width: 40px
}
.mm-menu_iconbar-60 .mm-navbars_bottom, .mm-menu_iconbar-60 .mm-navbars_top, .mm-menu_iconbar-60 .mm-panels {
    left: 60px;
    right: auto
}
.mm-menu_iconbar-60 .mm-iconbar {
    width: 60px
}
.mm-menu_iconbar-80 .mm-navbars_bottom, .mm-menu_iconbar-80 .mm-navbars_top, .mm-menu_iconbar-80 .mm-panels {
    left: 80px;
    right: auto
}
.mm-menu_iconbar-80 .mm-iconbar {
    width: 80px
}
.mm-iconbar {
    color: rgba(0, 0, 0, 0.3)
}
.mm-iconbar a {
    color: rgba(0, 0, 0, 0.3)
}
.mm-iconbar__tab_selected {
    background: rgba(255, 255, 255, 0.4)
}
[class*=mm-menu_iconpanel-] .mm-panels>.mm-panel {
    transition-property: left, -webkit-transform;
    transition-property: transform, left;
    transition-property: transform, left, -webkit-transform
}
[class*=mm-menu_iconpanel-] .mm-panels>.mm-panel_iconpanel-first {
    left: 0
}
[class*=mm-menu_iconpanel-] .mm-panels>.mm-panel_iconpanel-first.mm-panel_opened~.mm-listview_fixeddivider {
    left: 0
}
[class*=mm-menu_iconpanel-] .mm-panels>.mm-panel_opened {
    display: block !important
}
[class*=mm-menu_iconpanel-] .mm-panels>.mm-panel_opened-parent {
    display: block !important
}
[class*=mm-menu_iconpanel-] .mm-panels>.mm-panel_opened-parent[class*=mm-panel_iconpanel-]:not(.mm-panel_iconpanel-first):not(.mm-panel_iconpanel-0) {
    border-left: 1px solid;
    border-color: inherit
}
[class*=mm-menu_iconpanel-] .mm-panels>.mm-panel_opened[class*=mm-panel_iconpanel-]:not(.mm-panel_iconpanel-first):not(.mm-panel_iconpanel-0) {
    border-left: 1px solid;
    border-color: inherit
}
[class*=mm-menu_iconpanel-] .mm-panels>.mm-panel_opened-parent {
    overflow-y: hidden;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}
[class*=mm-menu_iconpanel-].mm-menu_hidedivider .mm-panel_opened-parent .mm-listitem_divider, [class*=mm-menu_iconpanel-].mm-menu_hidenavbar .mm-panel_opened-parent .mm-navbar {
    opacity: 0
}
.mm-menu_iconpanel-40 .mm-panel_iconpanel-0 {
    left: 0
}
.mm-menu_iconpanel-40 .mm-panel_iconpanel-0.mm-panel_opened~.mm-listview_fixeddivider {
    left: 0
}
.mm-menu_iconpanel-40 .mm-panel_iconpanel-1 {
    left: 40px;
    right: auto
}
.mm-menu_iconpanel-40 .mm-panel_iconpanel-1.mm-panel_opened~.mm-listview_fixeddivider {
    left: 40px;
    right: auto
}
.mm-menu_iconpanel-40 .mm-panel_iconpanel-2 {
    left: 80px;
    right: auto
}
.mm-menu_iconpanel-40 .mm-panel_iconpanel-2.mm-panel_opened~.mm-listview_fixeddivider {
    left: 80px;
    right: auto
}
.mm-menu_iconpanel-40 .mm-panel_iconpanel-3 {
    left: 120px;
    right: auto
}
.mm-menu_iconpanel-40 .mm-panel_iconpanel-3.mm-panel_opened~.mm-listview_fixeddivider {
    left: 120px;
    right: auto
}
.mm-menu_iconpanel-40 .mm-panel_iconpanel-first~.mm-panel, .mm-menu_iconpanel-40 .mm-panel_iconpanel-first~.mm-panel_opened~.mm-listview_fixeddivider {
    left: 40px;
    right: auto
}
.mm-menu_iconpanel-60 .mm-panel_iconpanel-0 {
    left: 0
}
.mm-menu_iconpanel-60 .mm-panel_iconpanel-0.mm-panel_opened~.mm-listview_fixeddivider {
    left: 0
}
.mm-menu_iconpanel-60 .mm-panel_iconpanel-1 {
    left: 60px;
    right: auto
}
.mm-menu_iconpanel-60 .mm-panel_iconpanel-1.mm-panel_opened~.mm-listview_fixeddivider {
    left: 60px;
    right: auto
}
.mm-menu_iconpanel-60 .mm-panel_iconpanel-2 {
    left: 120px;
    right: auto
}
.mm-menu_iconpanel-60 .mm-panel_iconpanel-2.mm-panel_opened~.mm-listview_fixeddivider {
    left: 120px;
    right: auto
}
.mm-menu_iconpanel-60 .mm-panel_iconpanel-3 {
    left: 180px;
    right: auto
}
.mm-menu_iconpanel-60 .mm-panel_iconpanel-3.mm-panel_opened~.mm-listview_fixeddivider {
    left: 180px;
    right: auto
}
.mm-menu_iconpanel-60 .mm-panel_iconpanel-first~.mm-panel, .mm-menu_iconpanel-60 .mm-panel_iconpanel-first~.mm-panel_opened~.mm-listview_fixeddivider {
    left: 60px;
    right: auto
}
.mm-menu_iconpanel-80 .mm-panel_iconpanel-0 {
    left: 0
}
.mm-menu_iconpanel-80 .mm-panel_iconpanel-0.mm-panel_opened~.mm-listview_fixeddivider {
    left: 0
}
.mm-menu_iconpanel-80 .mm-panel_iconpanel-1 {
    left: 80px;
    right: auto
}
.mm-menu_iconpanel-80 .mm-panel_iconpanel-1.mm-panel_opened~.mm-listview_fixeddivider {
    left: 80px;
    right: auto
}
.mm-menu_iconpanel-80 .mm-panel_iconpanel-2 {
    left: 160px;
    right: auto
}
.mm-menu_iconpanel-80 .mm-panel_iconpanel-2.mm-panel_opened~.mm-listview_fixeddivider {
    left: 160px;
    right: auto
}
.mm-menu_iconpanel-80 .mm-panel_iconpanel-3 {
    left: 240px;
    right: auto
}
.mm-menu_iconpanel-80 .mm-panel_iconpanel-3.mm-panel_opened~.mm-listview_fixeddivider {
    left: 240px;
    right: auto
}
.mm-menu_iconpanel-80 .mm-panel_iconpanel-first~.mm-panel, .mm-menu_iconpanel-80 .mm-panel_iconpanel-first~.mm-panel_opened~.mm-listview_fixeddivider {
    left: 80px;
    right: auto
}
.mm-panel__blocker {
    background: inherit;
    opacity: 0;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 3;
    transition: opacity .4s ease
}
.mm-panel_opened-parent .mm-panel__blocker {
    opacity: .6;
    bottom: -100000px
}
.mm-menu_keyboardfocus a:focus {
    outline: 0;
    background: rgba(255, 255, 255, 0.4)
}
.mm-navbars_bottom, .mm-navbars_top {
    background: inherit;
    border-color: inherit;
    border-width: 0;
    position: absolute;
    left: 0;
    right: 0;
    z-index: 1
}
.mm-navbars_bottom>.mm-navbar, .mm-navbars_top>.mm-navbar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}
.mm-navbars_bottom>.mm-navbar:not(.mm-navbar_has-btns), .mm-navbars_top>.mm-navbar:not(.mm-navbar_has-btns) {
    padding: 0
}
.mm-navbars_bottom>.mm-navbar>:not(img):not(.mm-btn) {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}
.mm-navbars_top {
    border-bottom-style: solid;
    border-bottom-width: 0;
    top: 0;
    bottom: auto;
    padding-top: 45px
}
.mm-navbars_top>.mm-navbar>:not(img):not(.mm-btn) {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}
.mm-menu_navbar_top-1 .mm-panels {
    top: 71px
}
.mm-menu_navbar_top-1 .mm-navbars_has-tabs~.mm-panels {
    top: 45px
}
.mm-menu_navbar_top-2 .mm-panels {
    top: 115px
}
.mm-menu_navbar_top-3 .mm-panels {
    top: 120px
}
.mm-menu_navbar_top-4 .mm-panels {
    top: 160px
}
.mm-navbars_bottom {
    bottom: 0;
    top: auto
}
.mm-navbars_bottom .mm-searchfield__input {
    border-top: 1px solid var(--border-color)
}
.mm-menu_navbar_bottom-1 .mm-panels {
    bottom: 50px
}
.mm-menu_navbar_bottom-2 .mm-panels {
    bottom: 115px
}
.mm-menu_navbar_bottom-3 .mm-panels {
    bottom: 120px
}
.mm-menu_navbar_bottom-4 .mm-panels {
    bottom: 160px
}
.mm-navbar_size-2 {
    height: 80px
}
.mm-navbar_size-3 {
    height: 120px
}
.mm-navbar_size-4 {
    height: 160px
}
.mm-navbar__breadcrumbs {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    overflow-x: auto;
    text-align: left;
    padding: 0 0 0 17px
}
.mm-navbar__breadcrumbs>* {
    display: inline-block;
    padding: 10px 3px
}
.mm-navbar__breadcrumbs>a {
    text-decoration: underline
}
.mm-navbar_has-btns .mm-navbar__breadcrumbs {
    margin-left: -40px;
    margin-right: 0
}
.mm-navbar_has-btns .mm-btn:not(.mm-hidden)+.mm-navbar__breadcrumbs {
    margin-left: 0;
    padding-left: 0
}
.mm-navbars_top .mm-navbar_tabs {
    background: inherit !important
}
.mm-navbars_top .mm-navbar_tabs~.mm-navbar {
    background: inherit !important
}
.mm-navbars_bottom .mm-navbar_tabs {
    background: inherit !important
}
.mm-navbar__tab_selected {
    background: inherit !important;
    border-width: 1px;
    border-style: solid;
    border-color: inherit
}
.mm-navbar__tab_selected:first-child {
    border-left: 0
}
.mm-navbar__tab_selected:last-child {
    border-right: 0
}
.mm-navbars_top .mm-navbar_tabs:not(:last-child) {
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: inherit
}
.mm-navbars_top .mm-navbar_tabs:first-child .mm-navbar__tab_selected {
    color: var(--tb-theme-color);
    font-weight: 400;
    border-bottom: 2px solid var(--tb-theme-color)
}
.mm-navbars_bottom .mm-navbar_tabs:not(:first-child) {
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: inherit
}
.mm-navbars_bottom .mm-navbar__tab_selected {
    border-top: 0;
    margin-top: -1px
}
.mm-navbars_bottom .mm-navbar_tabs:last-child .mm-navbar__tab_selected {
    border-bottom: 0
}
.mm-navbar_tabs>:not(.mm-navbar__tab_selected), .mm-navbars_bottom.mm-navbars_has-tabs .mm-navbar_tabs~.mm-navbar, .mm-navbars_top.mm-navbars_has-tabs>.mm-navbar:not(.mm-navbar_tabs) {
    background: rgba(255, 255, 255, 0.4)
}
.mm-menu_rtl {
    direction: rtl
}
.mm-menu_rtl.mm-menu_offcanvas {
    right: auto
}
.mm-menu_rtl .mm-panel:not(.mm-panel_opened) {
    -webkit-transform: translate(-100%, 0);
    -ms-transform: translate(-100%, 0);
    transform: translate(-100%, 0);
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0)
}
.mm-menu_rtl .mm-panel.mm-panel_opened-parent {
    -webkit-transform: translate(30%, 0);
    -ms-transform: translate(30%, 0);
    transform: translate(30%, 0);
    -webkit-transform: translate3d(30%, 0, 0);
    transform: translate3d(30%, 0, 0)
}
.mm-menu_rtl .mm-navbar .mm-btn:first-child {
    left: auto;
    right: 0
}
.mm-menu_rtl .mm-navbar .mm-btn:last-child {
    right: auto;
    left: 0
}
.mm-menu_rtl .mm-navbar .mm-btn_next:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    left: 23px;
    right: auto
}
.mm-menu_rtl .mm-navbar .mm-btn_prev:before {
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
    right: 23px;
    left: auto
}
.mm-menu_rtl .mm-listitem:after {
    left: 0;
    right: 20px
}
.mm-menu_rtl .mm-listitem>a:not(.mm-btn_next), .mm-menu_rtl .mm-listitem>span:not(.mm-btn_next) {
    padding-left: 10px;
    padding-right: 20px !important
}
.mm-menu_rtl .mm-listitem .mm-btn_next {
    right: auto;
    left: 0
}
.mm-menu_rtl .mm-listitem .mm-btn_next:before {
    left: auto;
    right: 0
}
.mm-menu_rtl .mm-listitem .mm-btn_next:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    left: 23px;
    right: auto
}
.mm-menu_rtl .mm-listitem .mm-btn_next+a, .mm-menu_rtl .mm-listitem .mm-btn_next+span {
    margin-left: 50px;
    margin-right: 0
}
.mm-menu_rtl .mm-listitem .mm-btn_fullwidth+a, .mm-menu_rtl .mm-listitem .mm-btn_fullwidth+span {
    padding-left: 50px;
    padding-right: 0
}
.mm-menu_rtl .mm-counter {
    left: 45px;
    right: auto
}
.mm-menu_rtl .mm-counter+.mm-btn_next+a, .mm-menu_rtl .mm-counter+.mm-btn_next+span {
    margin-left: 90px;
    margin-right: 0
}
.mm-menu_rtl .mm-listview .mm-counter+.mm-btn_fullwidth+a, .mm-menu_rtl .mm-listview .mm-counter+.mm-btn_fullwidth+span {
    padding-left: 90px;
    padding-right: 0
}
.mm-menu_rtl[class*=mm-menu_iconpanel-] .mm-panels>.mm-panel {
    transition-property: right, -webkit-transform;
    transition-property: transform, right;
    transition-property: transform, right, -webkit-transform
}
.mm-menu_rtl[class*=mm-menu_iconpanel-] .mm-panels>.mm-panel_iconpanel-first {
    left: 0;
    right: 0
}
.mm-menu_rtl[class*=mm-menu_iconpanel-] .mm-panels>.mm-panel_iconpanel-first.mm-panel_opened~.mm-listview_fixeddivider {
    left: 0;
    right: 0
}
.mm-menu_rtl[class*=mm-menu_iconpanel-] .mm-panels>.mm-panel_opened, .mm-menu_rtl[class*=mm-menu_iconpanel-] .mm-panels>.mm-panel_opened-parent {
    border-left: 0;
    border-right: 1px solid;
    border-color: inherit
}
.mm-menu_rtl [class*=mm-panel_iconpanel-] {
    left: 0
}
.mm-menu_rtl [class*=mm-panel_iconpanel-]~.mm-listview_fixeddivider {
    left: 0
}
.mm-menu_rtl [class*=mm-panel_iconpanel-].mm-panel_opened-parent {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}
.mm-menu_rtl .mm-menu_iconpanel-40 .mm-panel_iconpanel-0 {
    right: 0
}
.mm-menu_rtl .mm-menu_iconpanel-40 .mm-panel_iconpanel-0.mm-panel_opened~.mm-listview_fixeddivider {
    right: 0
}
.mm-menu_rtl .mm-menu_iconpanel-40 .mm-panel_iconpanel-1 {
    right: 40px;
    left: auto
}
.mm-menu_rtl .mm-menu_iconpanel-40 .mm-panel_iconpanel-1.mm-panel_opened~.mm-listview_fixeddivider {
    right: 40px;
    left: auto
}
.mm-menu_rtl .mm-menu_iconpanel-40 .mm-panel_iconpanel-2 {
    right: 80px;
    left: auto
}
.mm-menu_rtl .mm-menu_iconpanel-40 .mm-panel_iconpanel-2.mm-panel_opened~.mm-listview_fixeddivider {
    right: 80px;
    left: auto
}
.mm-menu_rtl .mm-menu_iconpanel-40 .mm-panel_iconpanel-3 {
    right: 120px;
    left: auto
}
.mm-menu_rtl .mm-menu_iconpanel-40 .mm-panel_iconpanel-3.mm-panel_opened~.mm-listview_fixeddivider {
    right: 120px;
    left: auto
}
.mm-menu_rtl .mm-menu_iconpanel-40 .mm-panel_iconpanel-first~.mm-panel, .mm-menu_rtl .mm-menu_iconpanel-40 .mm-panel_iconpanel-first~.mm-panel_opened~.mm-listview_fixeddivider {
    right: 40px;
    left: auto
}
.mm-menu_rtl .mm-menu_iconpanel-60 .mm-panel_iconpanel-0 {
    right: 0
}
.mm-menu_rtl .mm-menu_iconpanel-60 .mm-panel_iconpanel-0.mm-panel_opened~.mm-listview_fixeddivider {
    right: 0
}
.mm-menu_rtl .mm-menu_iconpanel-60 .mm-panel_iconpanel-1 {
    right: 60px;
    left: auto
}
.mm-menu_rtl .mm-menu_iconpanel-60 .mm-panel_iconpanel-1.mm-panel_opened~.mm-listview_fixeddivider {
    right: 60px;
    left: auto
}
.mm-menu_rtl .mm-menu_iconpanel-60 .mm-panel_iconpanel-2 {
    right: 120px;
    left: auto
}
.mm-menu_rtl .mm-menu_iconpanel-60 .mm-panel_iconpanel-2.mm-panel_opened~.mm-listview_fixeddivider {
    right: 120px;
    left: auto
}
.mm-menu_rtl .mm-menu_iconpanel-60 .mm-panel_iconpanel-3 {
    right: 180px;
    left: auto
}
.mm-menu_rtl .mm-menu_iconpanel-60 .mm-panel_iconpanel-3.mm-panel_opened~.mm-listview_fixeddivider {
    right: 180px;
    left: auto
}
.mm-menu_rtl .mm-menu_iconpanel-60 .mm-panel_iconpanel-first~.mm-panel, .mm-menu_rtl .mm-menu_iconpanel-60 .mm-panel_iconpanel-first~.mm-panel_opened~.mm-listview_fixeddivider {
    right: 60px;
    left: auto
}
.mm-menu_rtl .mm-menu_iconpanel-80 .mm-panel_iconpanel-0 {
    right: 0
}
.mm-menu_rtl .mm-menu_iconpanel-80 .mm-panel_iconpanel-0.mm-panel_opened~.mm-listview_fixeddivider {
    right: 0
}
.mm-menu_rtl .mm-menu_iconpanel-80 .mm-panel_iconpanel-1 {
    right: 80px;
    left: auto
}
.mm-menu_rtl .mm-menu_iconpanel-80 .mm-panel_iconpanel-1.mm-panel_opened~.mm-listview_fixeddivider {
    right: 80px;
    left: auto
}
.mm-menu_rtl .mm-menu_iconpanel-80 .mm-panel_iconpanel-2 {
    right: 160px;
    left: auto
}
.mm-menu_rtl .mm-menu_iconpanel-80 .mm-panel_iconpanel-2.mm-panel_opened~.mm-listview_fixeddivider {
    right: 160px;
    left: auto
}
.mm-menu_rtl .mm-menu_iconpanel-80 .mm-panel_iconpanel-3 {
    right: 240px;
    left: auto
}
.mm-menu_rtl .mm-menu_iconpanel-80 .mm-panel_iconpanel-3.mm-panel_opened~.mm-listview_fixeddivider {
    right: 240px;
    left: auto
}
.mm-menu_rtl .mm-menu_iconpanel-80 .mm-panel_iconpanel-first~.mm-panel, .mm-menu_rtl .mm-menu_iconpanel-80 .mm-panel_iconpanel-first~.mm-panel_opened~.mm-listview_fixeddivider {
    right: 80px;
    left: auto
}
.mm-menu_rtl html[class*=mm-sidebar_expanded-]:not(.mm-sidebar_closed) .mm-menu_rtl~.mm-slideout {
    -webkit-transform: translate(0, 0) !important;
    -ms-transform: translate(0, 0) !important;
    transform: translate(0, 0) !important;
    right: 0
}
.mm-menu_rtl label.mm-check {
    left: 20px;
    right: auto !important
}
.mm-menu_rtl label.mm-toggle {
    left: 20px;
    right: auto !important
}
.mm-menu_rtl label.mm-toggle+a, .mm-menu_rtl label.mm-toggle+span {
    padding-left: 80px;
    padding-right: 0
}
.mm-menu_rtl label.mm-check+a, .mm-menu_rtl label.mm-check+span {
    padding-left: 60px;
    padding-right: 0
}
.mm-menu_rtl .mm-btn_next+label.mm-check, .mm-menu_rtl .mm-btn_next+label.mm-toggle {
    left: 60px;
    right: auto
}
.mm-menu_rtl .mm-btn_next+label.mm-check+a, .mm-menu_rtl .mm-btn_next+label.mm-check+span {
    margin-left: 50px;
    padding-right: 0
}
.mm-menu_rtl .mm-btn_next+label.mm-toggle+a, .mm-menu_rtl .mm-btn_next+label.mm-toggle+span {
    margin-left: 50px;
    padding-right: 0
}
.mm-menu_rtl .mm-btn_next+label.mm-toggle+a, .mm-menu_rtl .mm-btn_next+label.mm-toggle+span {
    padding-left: 70px;
    padding-right: 0
}
.mm-menu_rtl .mm-btn_next+label.mm-check+a, .mm-menu_rtl .mm-btn_next+label.mm-check+span {
    padding-left: 50px;
    padding-right: 0
}
.mm-menu_rtl .mm-counter+.mm-btn_next+label.mm-check, .mm-menu_rtl .mm-counter+.mm-btn_next+label.mm-toggle {
    left: 100px;
    right: auto;
    padding-right: 0
}
.mm-menu_rtl .mm-counter+.mm-btn_next+label.mm-check+a, .mm-menu_rtl .mm-counter+.mm-btn_next+label.mm-check+span {
    margin-left: 90px;
    padding-right: 0
}
.mm-menu_rtl .mm-counter+.mm-btn_next+label.mm-toggle+a, .mm-menu_rtl .mm-counter+.mm-btn_next+label.mm-toggle+span {
    margin-left: 90px;
    padding-right: 0
}
.mm-searchfield {
    height: 40px;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden
}
.mm-searchfield input {
    border: none !important;
    outline: 0 !important;
    box-shadow: none !important;
    border-radius: 4px;
    font: inherit;
    font-size: inherit;
    line-height: 26px;
    display: block;
    box-sizing: border-box;
    width: 100%;
    max-width: 100%;
    height: 26px;
    min-height: 26px;
    max-height: 26px;
    margin: 0;
    padding: 0 10px
}
.mm-searchfield input::-ms-clear {
    display: none
}
.mm-panel__noresultsmsg {
    text-align: center;
    font-size: 150%;
    padding: 40px 0
}
.mm-searchfield__btn {
    right: 0;
    top: 0
}
.mm-searchfield__input {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    box-sizing: border-box;
    width: 100%;
    max-width: 100%;
    position: relative
}
.mm-searchfield__cancel {
    text-decoration: none;
    line-height: 40px;
    display: block;
    padding-right: 10px;
    padding-left: 0;
    margin-right: -100px;
    margin-left: 0;
    transition: margin .4s ease
}
.mm-searchfield__cancel-active {
    margin-right: 0
}
.mm-panel>.mm-searchfield {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0
}
.mm-panel_has-searchfield {
    padding-top: 40px
}
.mm-panel_has-navbar.mm-panel_has-searchfield {
    padding-top: 80px
}
.mm-panel_has-navbar.mm-panel_has-searchfield>.mm-searchfield {
    top: 40px
}
.mm-listitem_nosubitems>.mm-btn_next {
    display: none
}
.mm-listitem_nosubitems>.mm-btn_next+a, .mm-listitem_nosubitems>.mm-btn_next+span {
    padding-right: 10px
}
.mm-searchfield input {
    background: rgba(0, 0, 0, 0.05);
    color: rgba(0, 0, 0, 0.75)
}
.mm-panel__noresultsmsg {
    color: rgba(0, 0, 0, 0.3)
}
.mm-sectionindexer {
    background: inherit;
    text-align: center;
    font-size: 12px;
    box-sizing: border-box;
    width: 20px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: -20px;
    left: auto;
    z-index: 15;
    transition: right .4s ease;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly
}
.mm-sectionindexer a {
    line-height: 1;
    text-decoration: none;
    display: block
}
.mm-sectionindexer~.mm-panels {
    transition: right .4s ease
}
.mm-menu_has-sectionindexer .mm-sectionindexer {
    right: 0
}
.mm-menu_has-sectionindexer .mm-panels {
    right: 20px;
    left: auto
}
.mm-menu_navbar_top-1 .mm-sectionindexer {
    top: 42px
}
.mm-menu_navbar_top-2 .mm-sectionindexer {
    top: 82px
}
.mm-menu_navbar_top-3 .mm-sectionindexer {
    top: 122px
}
.mm-menu_navbar_top-4 .mm-sectionindexer {
    top: 162px
}
.mm-menu_navbar_bottom-1 .mm-sectionindexer {
    bottom: 42px
}
.mm-menu_navbar_bottom-2 .mm-sectionindexer {
    bottom: 82px
}
.mm-menu_navbar_bottom-3 .mm-sectionindexer {
    bottom: 122px
}
.mm-menu_navbar_bottom-4 .mm-sectionindexer {
    bottom: 162px
}
.mm-sectionindexer a {
    color: rgba(0, 0, 0, 0.3)
}
.mm-menu_selected-hover .mm-listitem>a.mm-btn_fullwidth+a, .mm-menu_selected-hover .mm-listitem>a.mm-btn_fullwidth+span {
    transition: background .4s ease
}
.mm-menu_selected-hover .mm-listitem>a:not(.mm-btn_fullwidth) {
    transition: background .4s ease
}
.mm-menu_selected-parent .mm-listitem>a.mm-btn_fullwidth+a, .mm-menu_selected-parent .mm-listitem>a.mm-btn_fullwidth+span {
    transition: background .4s ease
}
.mm-menu_selected-parent .mm-listitem>a:not(.mm-btn_fullwidth) {
    transition: background .4s ease
}
.mm-menu_selected-hover .mm-listview:hover>.mm-listitem_selected>a, .mm-menu_selected-hover .mm-listview:hover>.mm-listitem_selected>span {
    background: 0
}
.mm-menu_selected-hover .mm-listitem>a.mm-btn_fullwidth:hover+span, .mm-menu_selected-hover .mm-listitem>a:not(.mm-btn_fullwidth):hover {
    background: rgba(255, 255, 255, 0.4)
}
.mm-menu_selected-parent .mm-panel_opened-parent .mm-listitem:not(.mm-listitem_selected-parent)>a, .mm-menu_selected-parent .mm-panel_opened-parent .mm-listitem:not(.mm-listitem_selected-parent)>span {
    background: 0
}
.mm-menu_selected-parent .mm-listitem_selected-parent>a.mm-btn_fullwidth+span, .mm-menu_selected-parent .mm-listitem_selected-parent>a.mm-btn_next:not(.mm-btn_fullwidth) {
    background: rgba(255, 255, 255, 0.4)
}
[class*=mm-wrapper_sidebar-collapsed-] body, [class*=mm-wrapper_sidebar-expanded-] body {
    position: relative
}
[class*=mm-wrapper_sidebar-collapsed-] .mm-slideout, [class*=mm-wrapper_sidebar-expanded-] .mm-slideout {
    transition-property: width, -webkit-transform;
    transition-property: width, transform;
    transition-property: width, transform, -webkit-transform
}
[class*=mm-wrapper_sidebar-collapsed-] .mm-page, [class*=mm-wrapper_sidebar-expanded-] .mm-page {
    background: inherit;
    box-sizing: border-box;
    min-height: 100vh
}
[class*=mm-wrapper_sidebar-collapsed-] .mm-menu_sidebar-collapsed, [class*=mm-wrapper_sidebar-expanded-] .mm-menu_sidebar-expanded {
    display: block !important;
    top: 0 !important;
    right: auto !important;
    bottom: 0 !important;
    left: 0 !important
}
[class*=mm-wrapper_sidebar-collapsed-]:not(.mm-wrapper_opening) .mm-menu_hidedivider .mm-listitem_divider, [class*=mm-wrapper_sidebar-collapsed-]:not(.mm-wrapper_opening) .mm-menu_hidenavbar .mm-navbar {
    opacity: 0
}
.mm-wrapper_sidebar-collapsed-40 .mm-slideout, [class*=mm-wrapper_sidebar-expanded-].mm-menu_sidebar-closed.mm-menu_sidebar-collapsed-40 .mm-slideout {
    width: calc(100% - 40px);
    -webkit-transform: translate(40px, 0);
    -ms-transform: translate(40px, 0);
    transform: translate(40px, 0);
    -webkit-transform: translate3d(40px, 0, 0);
    transform: translate3d(40px, 0, 0)
}
.mm-wrapper_sidebar-collapsed-60 .mm-slideout, [class*=mm-wrapper_sidebar-expanded-].mm-menu_sidebar-closed.mm-menu_sidebar-collapsed-60 .mm-slideout {
    width: calc(100% - 60px);
    -webkit-transform: translate(60px, 0);
    -ms-transform: translate(60px, 0);
    transform: translate(60px, 0);
    -webkit-transform: translate3d(60px, 0, 0);
    transform: translate3d(60px, 0, 0)
}
.mm-wrapper_sidebar-collapsed-80 .mm-slideout {
    width: calc(100% - 80px);
    -webkit-transform: translate(80px, 0);
    -ms-transform: translate(80px, 0);
    transform: translate(80px, 0);
    -webkit-transform: translate3d(80px, 0, 0);
    transform: translate3d(80px, 0, 0)
}
[class*=mm-wrapper_sidebar-expanded-].mm-menu_sidebar-closed.mm-menu_sidebar-collapsed-80 .mm-slideout {
    width: calc(100% - 80px);
    -webkit-transform: translate(80px, 0);
    -ms-transform: translate(80px, 0);
    transform: translate(80px, 0);
    -webkit-transform: translate3d(80px, 0, 0);
    transform: translate3d(80px, 0, 0)
}
[class*=mm-wrapper_sidebar-expanded-] .mm-menu_sidebar-expanded {
    border-right-width: 1px;
    border-right-style: solid;
    min-width: 0 !important;
    max-width: 100000px !important
}
[class*=mm-wrapper_sidebar-expanded-] .mm-menu_sidebar-expanded.mm-menu_pageshadow:after {
    content: none;
    display: none
}
[class*=mm-wrapper_sidebar-expanded-].mm-wrapper_blocking {
    overflow: visible
}
[class*=mm-wrapper_sidebar-expanded-].mm-wrapper_blocking body {
    overflow: visible
}
[class*=mm-wrapper_sidebar-expanded-] .mm-page__blocker {
    display: none !important
}
.mm-wrapper_sidebar-expanded-25:not(.mm-wrapper_sidebar-closed) .mm-slideout {
    width: 75%;
    -webkit-transform: translate(33.33333%, 0) !important;
    -ms-transform: translate(33.33333%, 0) !important;
    transform: translate(33.33333%, 0) !important;
    -webkit-transform: translate3d(33.33333%, 0, 0) !important;
    transform: translate3d(33.33333%, 0, 0) !important
}
.mm-wrapper_sidebar-expanded-25 .mm-menu_sidebar-expanded {
    width: 25% !important
}
.mm-wrapper_sidebar-expanded-30:not(.mm-wrapper_sidebar-closed) .mm-slideout {
    width: 70%;
    -webkit-transform: translate(42.85714%, 0) !important;
    -ms-transform: translate(42.85714%, 0) !important;
    transform: translate(42.85714%, 0) !important;
    -webkit-transform: translate3d(42.85714%, 0, 0) !important;
    transform: translate3d(42.85714%, 0, 0) !important
}
.mm-wrapper_sidebar-expanded-30 .mm-menu_sidebar-expanded {
    width: 30% !important
}
.mm-wrapper_sidebar-expanded-35:not(.mm-wrapper_sidebar-closed) .mm-slideout {
    width: 65%;
    -webkit-transform: translate(53.84615%, 0) !important;
    -ms-transform: translate(53.84615%, 0) !important;
    transform: translate(53.84615%, 0) !important;
    -webkit-transform: translate3d(53.84615%, 0, 0) !important;
    transform: translate3d(53.84615%, 0, 0) !important
}
.mm-wrapper_sidebar-expanded-35 .mm-menu_sidebar-expanded {
    width: 35% !important
}
.mm-menu__blocker {
    background: rgba(3, 2, 1, 0);
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 3
}
.mm-menu_opened .mm-menu__blocker {
    display: none
}
input.mm-check, input.mm-toggle {
    position: absolute;
    left: -10000px;
    right: auto
}
label.mm-check, label.mm-toggle {
    margin: 0;
    position: absolute;
    top: 50%;
    z-index: 2
}
label.mm-check:before {
    content: '';
    display: block
}
label.mm-toggle {
    border-radius: 30px;
    width: 50px;
    height: 30px;
    margin-top: -15px
}
label.mm-toggle:before {
    content: '';
    display: block;
    border-radius: 30px;
    width: 28px;
    height: 28px;
    margin: 1px
}
input.mm-toggle:checked~label.mm-toggle:before {
    float: right
}
label.mm-check {
    width: 30px;
    height: 30px;
    margin-top: -15px
}
label.mm-check:before {
    border-left: 3px solid;
    border-bottom: 3px solid;
    width: 40%;
    height: 20%;
    margin: 25% 0 0 20%;
    opacity: .1;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}
input.mm-check:checked~label.mm-check:before {
    opacity: 1
}
.mm-listitem_vertical label.mm-toggle, .mm-listitem_vertical label.mm-check {
    top: 5px;
    bottom: auto;
    margin-top: 0
}
label.mm-toggle {
    right: 20px;
    left: auto
}
label.mm-toggle+a, label.mm-toggle+span {
    padding-right: 80px;
    padding-left: 0
}
label.mm-check {
    right: 20px;
    left: auto
}
label.mm-check+a, label.mm-check+span {
    padding-right: 60px;
    padding-left: 0
}
.mm-btn_next+label.mm-check, .mm-btn_next+label.mm-toggle {
    right: 60px;
    left: auto
}
.mm-btn_next+label.mm-check+a, .mm-btn_next+label.mm-check+span {
    margin-right: 50px;
    padding-left: 0
}
.mm-btn_next+label.mm-toggle+a, .mm-btn_next+label.mm-toggle+span {
    margin-right: 50px;
    padding-left: 0
}
.mm-btn_next+label.mm-toggle+a, .mm-btn_next+label.mm-toggle+span {
    padding-right: 70px;
    padding-left: 0
}
.mm-btn_next+label.mm-check+a, .mm-btn_next+label.mm-check+span {
    padding-right: 50px;
    padding-left: 0
}
.mm-counter+.mm-btn_next+label.mm-check, .mm-counter+.mm-btn_next+label.mm-toggle {
    right: 100px;
    left: auto
}
.mm-counter+.mm-btn_next+label.mm-check+a, .mm-counter+.mm-btn_next+label.mm-check+span {
    margin-right: 90px;
    margin-left: 0
}
.mm-counter+.mm-btn_next+label.mm-toggle+a, .mm-counter+.mm-btn_next+label.mm-toggle+span {
    margin-right: 90px;
    margin-left: 0
}
label.mm-toggle {
    background: rgba(0, 0, 0, 0.1)
}
label.mm-toggle:before {
    background: #f3f3f3
}
input.mm-toggle:checked~label.mm-toggle {
    background: #4bd963
}
label.mm-check:before {
    border-color: rgba(0, 0, 0, 0.75)
}
.mm-menu_border-none .mm-listitem:after, .mm-panel_border-none .mm-listitem:after {
    content: none
}
.mm-menu_border-full .mm-listitem:after, .mm-panel_border-full .mm-listitem:after {
    left: 0 !important
}
.mm-menu_border-offset .mm-listitem:after, .mm-panel_border-offset .mm-listitem:after {
    right: 20px;
    left: auto
}
.mm-menu_fx-menu-zoom {
    transition: -webkit-transform .4s ease;
    transition: transform .4s ease;
    transition: transform .4s ease, -webkit-transform .4s ease
}
.mm-wrapper_opened .mm-menu_fx-menu-zoom {
    -webkit-transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
    transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center
}
.mm-wrapper_opening .mm-menu_fx-menu-zoom {
    -webkit-transform: scale(1, 1) translate3d(0, 0, 0);
    transform: scale(1, 1) translate3d(0, 0, 0)
}
.mm-wrapper_opened .mm-menu_fx-menu-zoom.mm-menu_position-right {
    -webkit-transform: scale(0.7, 0.7) translate3d(30%, 0, 0);
    transform: scale(0.7, 0.7) translate3d(30%, 0, 0);
    -webkit-transform-origin: right center;
    -ms-transform-origin: right center;
    transform-origin: right center
}
.mm-wrapper_opening .mm-menu_fx-menu-zoom.mm-menu_position-right {
    -webkit-transform: scale(1, 1) translate3d(0, 0, 0);
    transform: scale(1, 1) translate3d(0, 0, 0)
}
.mm-menu_fx-menu-slide {
    transition: -webkit-transform .4s ease;
    transition: transform .4s ease;
    transition: transform .4s ease, -webkit-transform .4s ease
}
.mm-wrapper_opened .mm-menu_fx-menu-slide {
    -webkit-transform: translate(-30%, 0);
    -ms-transform: translate(-30%, 0);
    transform: translate(-30%, 0);
    -webkit-transform: translate3d(-30%, 0, 0);
    transform: translate3d(-30%, 0, 0)
}
.mm-wrapper_opening .mm-menu_fx-menu-slide {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}
.mm-wrapper_opened .mm-menu_fx-menu-slide.mm-menu_position-right {
    -webkit-transform: translate(30%, 0);
    -ms-transform: translate(30%, 0);
    transform: translate(30%, 0);
    -webkit-transform: translate3d(30%, 0, 0);
    transform: translate3d(30%, 0, 0)
}
.mm-wrapper_opening .mm-menu_fx-menu-slide.mm-menu_position-right {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}
.mm-menu_fx-menu-fade {
    opacity: 0;
    transition: opacity .2s ease
}
.mm-wrapper_opening .mm-menu_fx-menu-fade {
    opacity: 1
}
.mm-menu_fx-panels-none .mm-panel, .mm-panel_fx-none {
    transition-property: none
}
.mm-menu_fx-panels-none .mm-panel.mm-panel_opened-parent, .mm-panel_fx-none.mm-panel_opened-parent {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}
.mm-menu_fx-panels-zoom .mm-panel, .mm-panel_fx-zoom {
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
    -webkit-transform: scale(1.5, 1.5) translate3d(100%, 0, 0);
    transform: scale(1.5, 1.5) translate3d(100%, 0, 0)
}
.mm-menu_fx-panels-zoom .mm-panel.mm-panel_opened, .mm-panel_fx-zoom.mm-panel_opened {
    -webkit-transform: scale(1, 1) translate3d(0, 0, 0);
    transform: scale(1, 1) translate3d(0, 0, 0)
}
.mm-menu_fx-panels-zoom .mm-panel.mm-panel_opened-parent, .mm-panel_fx-zoom.mm-panel_opened-parent {
    -webkit-transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
    transform: scale(0.7, 0.7) translate3d(-30%, 0, 0)
}
.mm-menu_fx-panels-slide-0 .mm-panel_opened-parent, .mm-panel_fx-slide-0.mm-panel_opened-parent {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}
.mm-menu_fx-panels-slide-100 .mm-panel_opened-parent, .mm-panel_fx-slide-100.mm-panel_opened-parent {
    -webkit-transform: translate(-100%, 0);
    -ms-transform: translate(-100%, 0);
    transform: translate(-100%, 0);
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0)
}
.mm-menu_fx-panels-slide-up .mm-panel, .mm-panel_fx-slide-up {
    -webkit-transform: translate(0, 100%);
    -ms-transform: translate(0, 100%);
    transform: translate(0, 100%);
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0)
}
.mm-menu_fx-panels-slide-up .mm-panel_opened, .mm-menu_fx-panels-slide-up .mm-panel_opened-parent {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}
.mm-panel_fx-slide-up.mm-panel_opened {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}
.mm-menu_fx-panels-slide-right .mm-panel, .mm-panel_fx-slide-right {
    -webkit-transform: translate(-100%, 0);
    -ms-transform: translate(-100%, 0);
    transform: translate(-100%, 0);
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0)
}
.mm-menu_fx-panels-slide-right .mm-panel_opened, .mm-menu_fx-panels-slide-right .mm-panel_opened-parent {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}
.mm-panel_fx-slide-right.mm-panel_opened {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}
[class*=mm-menu_fx-listitems-] .mm-listitem {
    transition: none .4s ease
}
[class*=mm-menu_fx-listitems-] .mm-listitem:nth-child(1) {
    transition-delay: 50ms
}
[class*=mm-menu_fx-listitems-] .mm-listitem:nth-child(2) {
    transition-delay: .1s
}
[class*=mm-menu_fx-listitems-] .mm-listitem:nth-child(3) {
    transition-delay: 150ms
}
[class*=mm-menu_fx-listitems-] .mm-listitem:nth-child(4) {
    transition-delay: .2s
}
[class*=mm-menu_fx-listitems-] .mm-listitem:nth-child(5) {
    transition-delay: 250ms
}
[class*=mm-menu_fx-listitems-] .mm-listitem:nth-child(6) {
    transition-delay: .3s
}
[class*=mm-menu_fx-listitems-] .mm-listitem:nth-child(7) {
    transition-delay: 350ms
}
[class*=mm-menu_fx-listitems-] .mm-listitem:nth-child(8) {
    transition-delay: .4s
}
[class*=mm-menu_fx-listitems-] .mm-listitem:nth-child(9) {
    transition-delay: 450ms
}
[class*=mm-menu_fx-listitems-] .mm-listitem:nth-child(10) {
    transition-delay: .5s
}
[class*=mm-menu_fx-listitems-] .mm-listitem:nth-child(11) {
    transition-delay: 550ms
}
[class*=mm-menu_fx-listitems-] .mm-listitem:nth-child(12) {
    transition-delay: .6s
}
[class*=mm-menu_fx-listitems-] .mm-listitem:nth-child(13) {
    transition-delay: 650ms
}
[class*=mm-menu_fx-listitems-] .mm-listitem:nth-child(14) {
    transition-delay: .7s
}
[class*=mm-menu_fx-listitems-] .mm-listitem:nth-child(15) {
    transition-delay: 750ms
}
.mm-menu_fx-listitems-slide .mm-listitem {
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    -webkit-transform: translate(50%, 0);
    -ms-transform: translate(50%, 0);
    transform: translate(50%, 0);
    -webkit-transform: translate3d(50%, 0, 0);
    transform: translate3d(50%, 0, 0);
    opacity: 0
}
.mm-wrapper_opening .mm-menu_fx-listitems-slide .mm-panel_opened .mm-listitem {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1
}
.mm-menu_fx-listitems-fade .mm-listitem {
    transition-property: opacity;
    opacity: 0
}
.mm-wrapper_opening .mm-menu_fx-listitems-fade .mm-panel_opened .mm-listitem {
    opacity: 1
}
.mm-menu_fx-listitems-drop .mm-listitem {
    transition-property: opacity, top;
    opacity: 0;
    top: -25%
}
.mm-wrapper_opening .mm-menu_fx-listitems-drop .mm-panel_opened .mm-listitem {
    opacity: 1;
    top: 0
}
.mm-menu_fullscreen {
    width: 100%;
    min-width: 140px;
    max-width: 10000px
}
.mm-wrapper_opening .mm-menu_fullscreen.mm-menu_opened~.mm-slideout {
    -webkit-transform: translate(100vw, 0);
    -ms-transform: translate(100vw, 0);
    transform: translate(100vw, 0);
    -webkit-transform: translate3d(100vw, 0, 0);
    transform: translate3d(100vw, 0, 0)
}
.mm-wrapper_opening .mm-menu_fullscreen.mm-menu_position-right.mm-menu_opened~.mm-slideout {
    -webkit-transform: translate(-100vw, 0);
    -ms-transform: translate(-100vw, 0);
    transform: translate(-100vw, 0);
    -webkit-transform: translate3d(-100vw, 0, 0);
    transform: translate3d(-100vw, 0, 0)
}
@media all and (max-width:140px) {
    .mm-wrapper_opening .mm-menu_fullscreen.mm-menu_opened~.mm-slideout {
        -webkit-transform: translate(140px, 0);
        -ms-transform: translate(140px, 0);
        transform: translate(140px, 0);
        -webkit-transform: translate3d(140px, 0, 0);
        transform: translate3d(140px, 0, 0)
    }
}
@media all and (min-width:10000px) {
    .mm-wrapper_opening .mm-menu_fullscreen.mm-menu_opened~.mm-slideout {
        -webkit-transform: translate(10000px, 0);
        -ms-transform: translate(10000px, 0);
        transform: translate(10000px, 0);
        -webkit-transform: translate3d(10000px, 0, 0);
        transform: translate3d(10000px, 0, 0)
    }
}
@media all and (max-width:140px) {
    .mm-wrapper_opening .mm-menu_fullscreen.mm-menu_position-right.mm-menu_opened~.mm-slideout {
        -webkit-transform: translate(-140px, 0);
        -ms-transform: translate(-140px, 0);
        transform: translate(-140px, 0);
        -webkit-transform: translate3d(-140px, 0, 0);
        transform: translate3d(-140px, 0, 0)
    }
}
@media all and (min-width:10000px) {
    .mm-wrapper_opening .mm-menu_fullscreen.mm-menu_position-right.mm-menu_opened~.mm-slideout {
        -webkit-transform: translate(-10000px, 0);
        -ms-transform: translate(-10000px, 0);
        transform: translate(-10000px, 0);
        -webkit-transform: translate3d(-10000px, 0, 0);
        transform: translate3d(-10000px, 0, 0)
    }
}
.mm-menu_fullscreen.mm-menu_position-top, .mm-menu_fullscreen.mm-menu_position-bottom {
    height: 100vh;
    min-height: 140px;
    max-height: 10000px
}
.mm-menu_listview-30 .mm-listitem>a:not(.mm-btn_next), .mm-menu_listview-30 .mm-listitem>span {
    padding-top: 5px;
    padding-bottom: 5px
}
.mm-menu_listview-30 .mm-listitem_vertical>.mm-btn_next {
    height: 30
}
.mm-menu_listview-50 .mm-listitem>a:not(.mm-btn_next), .mm-menu_listview-50 .mm-listitem>span {
    padding-top: 15px;
    padding-bottom: 15px
}
.mm-menu_listview-50 .mm-listitem_vertical>.mm-btn_next {
    height: 50
}
.mm-menu_listview-60 .mm-listitem>a:not(.mm-btn_next), .mm-menu_listview-60 .mm-listitem>span {
    padding-top: 20px;
    padding-bottom: 20px
}
.mm-menu_listview-60 .mm-listitem_vertical>.mm-btn_next {
    height: 60
}
.mm-menu_listview-justify .mm-panels>.mm-panel:after, .mm-menu_listview-justify .mm-panels>.mm-panel:before {
    content: none;
    display: none
}
.mm-panels>.mm-panel_listview-justify:after, .mm-panels>.mm-panel_listview-justify:before {
    content: none;
    display: none
}
.mm-menu_listview-justify .mm-panels>.mm-panel .mm-listview, .mm-panels>.mm-panel_listview-justify .mm-listview {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    margin-top: 0;
    margin-bottom: 0
}
.mm-menu_listview-justify .mm-panels>.mm-panel .mm-listitem, .mm-panels>.mm-panel_listview-justify .mm-listitem {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    min-height: 40px
}
.mm-menu_listview-justify .mm-panels>.mm-panel .mm-listitem:not(.mm-listitem_divider), .mm-panels>.mm-panel_listview-justify .mm-listitem:not(.mm-listitem_divider) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}
.mm-menu_listview-justify .mm-panels>.mm-panel .mm-listitem>a:not(.mm-btn_next), .mm-menu_listview-justify .mm-panels>.mm-panel .mm-listitem>span {
    box-sizing: border-box;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}
.mm-panels>.mm-panel_listview-justify .mm-listitem>a:not(.mm-btn_next), .mm-panels>.mm-panel_listview-justify .mm-listitem>span {
    box-sizing: border-box;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}
.mm-listview_inset {
    list-style: inside disc;
    padding: 0 10px 15px 40px;
    margin: 0
}
.mm-listview_inset>li {
    padding: 5px 0
}
.mm-menu_multiline .mm-listitem>a, .mm-menu_multiline .mm-listitem>span {
    text-overflow: clip;
    white-space: normal
}
.mm-panel_multiline .mm-listitem>a, .mm-panel_multiline .mm-listitem>span {
    text-overflow: clip;
    white-space: normal
}
[class*=mm-menu_pagedim].mm-menu_opened~.mm-page__blocker {
    opacity: 0
}
.mm-wrapper_opening [class*=mm-menu_pagedim].mm-menu_opened~.mm-page__blocker {
    opacity: .3;
    transition: opacity .4s ease .4s
}
.mm-menu_opened.mm-menu_pagedim~.mm-page__blocker {
    background: inherit
}
.mm-menu_opened.mm-menu_pagedim-black~.mm-page__blocker {
    background: #000
}
.mm-menu_opened.mm-menu_pagedim-white~.mm-page__blocker {
    background: var(--bg-white)
}
.mm-menu_popup {
    transition: opacity .4s ease;
    opacity: 0;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
    height: 80%;
    min-height: 140px;
    max-height: 880px;
    top: 50%;
    left: 50%;
    bottom: auto;
    right: auto;
    z-index: 2;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0)
}
.mm-menu_popup.mm-menu_opened~.mm-slideout {
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
    z-index: 0
}
.mm-menu_popup.mm-menu_opened~.mm-page__blocker {
    transition-delay: 0s !important;
    z-index: 1
}
.mm-wrapper_opening .mm-menu_popup {
    opacity: 1
}
.mm-menu_position-right {
    left: auto;
    right: 0
}
.mm-wrapper_opening .mm-menu_position-right.mm-menu_opened~.mm-slideout {
    -webkit-transform: translate(-80vw, 0);
    -ms-transform: translate(-80vw, 0);
    transform: translate(-80vw, 0);
    -webkit-transform: translate3d(-80vw, 0, 0);
    transform: translate3d(-80vw, 0, 0)
}
@media all and (max-width:175px) {
    .mm-wrapper_opening .mm-menu_position-right.mm-menu_opened~.mm-slideout {
        -webkit-transform: translate(-140px, 0);
        -ms-transform: translate(-140px, 0);
        transform: translate(-140px, 0);
        -webkit-transform: translate3d(-140px, 0, 0);
        transform: translate3d(-140px, 0, 0)
    }
}
@media all and (min-width:550px) {
    .mm-wrapper_opening .mm-menu_position-right.mm-menu_opened~.mm-slideout {
        -webkit-transform: translate(-440px, 0);
        -ms-transform: translate(-440px, 0);
        transform: translate(-440px, 0);
        -webkit-transform: translate3d(-440px, 0, 0);
        transform: translate3d(-440px, 0, 0)
    }
}
.mm-menu_position-bottom, .mm-menu_position-front, .mm-menu_position-top {
    transition: -webkit-transform .4s ease;
    transition: transform .4s ease;
    transition: transform .4s ease, -webkit-transform .4s ease
}
.mm-menu_position-bottom.mm-menu_opened, .mm-menu_position-front.mm-menu_opened, .mm-menu_position-top.mm-menu_opened {
    z-index: 1001
}
.mm-menu_position-bottom.mm-menu_opened~.mm-slideout, .mm-menu_position-front.mm-menu_opened~.mm-slideout, .mm-menu_position-top.mm-menu_opened~.mm-slideout {
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
    z-index: 0
}
.mm-menu_position-bottom.mm-menu_opened~.mm-page__blocker, .mm-menu_position-front.mm-menu_opened~.mm-page__blocker, .mm-menu_position-top.mm-menu_opened~.mm-page__blocker {
    z-index: 1
}
.mm-menu_position-front {
    -webkit-transform: translate(-100%, 0);
    -ms-transform: translate(-100%, 0);
    transform: translate(-100%, 0);
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0)
}
.mm-menu_position-front.mm-menu_position-right {
    -webkit-transform: translate(100%, 0);
    -ms-transform: translate(100%, 0);
    transform: translate(100%, 0);
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0)
}
.mm-menu_position-bottom {
    width: 100%;
    min-width: 100%;
    max-width: 100%
}
.mm-menu_position-top {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    -webkit-transform: translate(0, -100%);
    -ms-transform: translate(0, -100%);
    transform: translate(0, -100%);
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    height: 80vh;
    min-height: 140px;
    max-height: 880px
}
.mm-menu_position-bottom {
    -webkit-transform: translate(0, 100%);
    -ms-transform: translate(0, 100%);
    transform: translate(0, 100%);
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    top: auto;
    height: 80vh;
    min-height: 140px;
    max-height: 880px
}
.mm-wrapper_opening .mm-menu_position-bottom, .mm-wrapper_opening .mm-menu_position-front, .mm-wrapper_opening .mm-menu_position-top {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}
.mm-menu_shadow-page:after {
    content: "";
    display: block;
    width: 20px;
    height: 120%;
    position: absolute;
    left: 100%;
    right: auto;
    top: -10%;
    z-index: 100;
    -webkit-clip-path: polygon(-20px 0, 0 0, 0 100%, -20px 100%);
    clip-path: polygon(-20px 0, 0 0, 0 100%, -20px 100%)
}
.mm-menu_shadow-page.mm-menu_position-right:after {
    left: auto;
    right: 100%;
    -webkit-clip-path: polygon(20px 0, 40px 0, 40px 100%, 20px 100%);
    clip-path: polygon(20px 0, 40px 0, 40px 100%, 20px 100%)
}
.mm-menu_shadow-page.mm-menu_position-front:after {
    content: none;
    display: none
}
.mm-menu_shadow-page:after {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3)
}
.mm-menu_shadow-panels .mm-panel {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3)
}
.mm-menu_theme-white {
    background: var(--bg-white);
    border-color: rgba(0, 0, 0, 0.1);
    color: rgba(0, 0, 0, 0.7)
}
.mm-menu_theme-white .mm-navbar a, .mm-menu_theme-white .mm-navbar>* {
    color: rgba(0, 0, 0, 0.3)
}
.mm-menu_theme-white .mm-btn:after, .mm-menu_theme-white .mm-btn:before {
    border-color: rgba(0, 0, 0, 0.3)
}
.mm-menu_theme-white .mm-listview .mm-btn_next:after {
    border-color: rgba(0, 0, 0, 0.3)
}
.mm-menu_theme-white .mm-listview a:not(.mm-btn_next) {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0.03);
    tap-highlight-color: rgba(0, 0, 0, 0.03)
}
.mm-menu_theme-white .mm-listitem_selected>a:not(.mm-btn_next), .mm-menu_theme-white .mm-listitem_selected>span {
    background: rgba(0, 0, 0, 0.03)
}
.mm-menu_theme-white .mm-listitem_opened>.mm-btn_next, .mm-menu_theme-white .mm-listitem_opened>.mm-panel {
    background: rgba(0, 0, 0, 0.06)
}
.mm-menu_theme-white .mm-listitem_divider {
    background: rgba(0, 0, 0, 0.06)
}
.mm-menu_theme-white .mm-counter {
    color: rgba(0, 0, 0, 0.3)
}
.mm-menu_theme-white .mm-iconbar {
    color: rgba(0, 0, 0, 0.3)
}
.mm-menu_theme-white .mm-iconbar a {
    color: rgba(0, 0, 0, 0.3)
}
.mm-menu_theme-white.mm-menu_keyboardfocus a:focus, .mm-menu_theme-white .mm-navbar_tabs>:not(.mm-navbar__tab_selected), .mm-menu_theme-white .mm-navbars_bottom.mm-navbars_has-tabs .mm-navbar_tabs~.mm-navbar, .mm-menu_theme-white .mm-navbars_top.mm-navbars_has-tabs>.mm-navbar:not(.mm-navbar_tabs) {
    background: rgba(0, 0, 0, 0.03)
}
.mm-menu_theme-white.mm-menu_shadow-page:after, .mm-menu_theme-white.mm-menu_shadow-panels .mm-panel {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2)
}
.mm-menu_theme-white .mm-searchfield input {
    background: rgba(0, 0, 0, 0.06);
    color: rgba(0, 0, 0, 0.7)
}
.mm-menu_theme-white .mm-panel__noresultsmsg, .mm-menu_theme-white .mm-sectionindexer a {
    color: rgba(0, 0, 0, 0.3)
}
.mm-menu_theme-white.mm-menu_selected-hover .mm-listview:hover>.mm-listitem_selected>a, .mm-menu_theme-white.mm-menu_selected-hover .mm-listview:hover>.mm-listitem_selected>span {
    background: 0
}
.mm-menu_theme-white.mm-menu_selected-hover .mm-listitem>a.mm-btn_fullwidth:hover+span, .mm-menu_theme-white.mm-menu_selected-hover .mm-listitem>a:not(.mm-btn_fullwidth):hover {
    background: rgba(0, 0, 0, 0.03)
}
.mm-menu_theme-white.mm-menu_selected-parent .mm-panel_opened-parent .mm-listitem:not(.mm-listitem_selected-parent)>a, .mm-menu_theme-white.mm-menu_selected-parent .mm-panel_opened-parent .mm-listitem:not(.mm-listitem_selected-parent)>span {
    background: 0
}
.mm-menu_theme-white.mm-menu_selected-parent .mm-listitem_selected-parent>a.mm-btn_fullwidth+span, .mm-menu_theme-white.mm-menu_selected-parent .mm-listitem_selected-parent>a.mm-btn_next:not(.mm-btn_fullwidth) {
    background: rgba(0, 0, 0, 0.03)
}
.mm-menu_theme-white label.mm-check:before {
    border-color: rgba(0, 0, 0, 0.7)
}
.mm-menu_theme-white label.mm-toggle {
    background: rgba(0, 0, 0, 0.1)
}
.mm-menu_theme-white label.mm-toggle:before {
    background: var(--bg-white)
}
.mm-menu_theme-whiteinput.mm-toggle:checked~label.mm-toggle {
    background: #4bd963
}
.mm-menu_theme-dark {
    background: var(--color-05);
    border-color: rgba(0, 0, 0, 0.3);
    color: rgba(255, 255, 255, 0.85)
}
.mm-menu_theme-dark .mm-navbar a, .mm-menu_theme-dark .mm-navbar>* {
    color: rgba(255, 255, 255, 0.4)
}
.mm-menu_theme-dark .mm-btn:after, .mm-menu_theme-dark .mm-btn:before {
    border-color: rgba(255, 255, 255, 0.4)
}
.mm-menu_theme-dark .mm-listview .mm-btn_next:after {
    border-color: rgba(255, 255, 255, 0.4)
}
.mm-menu_theme-dark .mm-listview a:not(.mm-btn_next) {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0.1);
    tap-highlight-color: rgba(0, 0, 0, 0.1)
}
.mm-menu_theme-dark .mm-listitem_selected>a:not(.mm-btn_next), .mm-menu_theme-dark .mm-listitem_selected>span {
    background: rgba(0, 0, 0, 0.1)
}
.mm-menu_theme-dark .mm-listitem_opened>.mm-btn_next, .mm-menu_theme-dark .mm-listitem_opened>.mm-panel {
    background: rgba(255, 255, 255, 0.08)
}
.mm-menu_theme-dark .mm-listitem_divider {
    background: rgba(255, 255, 255, 0.08)
}
.mm-menu_theme-dark .mm-counter {
    color: rgba(255, 255, 255, 0.4)
}
.mm-menu_theme-dark .mm-iconbar {
    color: rgba(255, 255, 255, 0.4)
}
.mm-menu_theme-dark .mm-iconbar a {
    color: rgba(255, 255, 255, 0.4)
}
.mm-menu_theme-dark.mm-menu_keyboardfocus a:focus, .mm-menu_theme-dark .mm-navbar_tabs>:not(.mm-navbar__tab_selected), .mm-menu_theme-dark .mm-navbars_bottom.mm-navbars_has-tabs .mm-navbar_tabs~.mm-navbar, .mm-menu_theme-dark .mm-navbars_top.mm-navbars_has-tabs>.mm-navbar:not(.mm-navbar_tabs) {
    background: rgba(0, 0, 0, 0.1)
}
.mm-menu_theme-dark.mm-menu_shadow-page:after, .mm-menu_theme-dark.mm-menu_shadow-panels .mm-panel {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.5)
}
.mm-menu_theme-dark .mm-searchfield input {
    background: rgba(255, 255, 255, 0.15);
    color: rgba(255, 255, 255, 0.85)
}
.mm-menu_theme-dark .mm-panel__noresultsmsg, .mm-menu_theme-dark .mm-sectionindexer a {
    color: rgba(255, 255, 255, 0.4)
}
.mm-menu_theme-dark.mm-menu_selected-hover .mm-listview:hover>.mm-listitem_selected>a, .mm-menu_theme-dark.mm-menu_selected-hover .mm-listview:hover>.mm-listitem_selected>span {
    background: 0
}
.mm-menu_theme-dark.mm-menu_selected-hover .mm-listitem>a.mm-btn_fullwidth:hover+span, .mm-menu_theme-dark.mm-menu_selected-hover .mm-listitem>a:not(.mm-btn_fullwidth):hover {
    background: rgba(0, 0, 0, 0.1)
}
.mm-menu_theme-dark.mm-menu_selected-parent .mm-panel_opened-parent .mm-listitem:not(.mm-listitem_selected-parent)>a, .mm-menu_theme-dark.mm-menu_selected-parent .mm-panel_opened-parent .mm-listitem:not(.mm-listitem_selected-parent)>span {
    background: 0
}
.mm-menu_theme-dark.mm-menu_selected-parent .mm-listitem_selected-parent>a.mm-btn_fullwidth+span, .mm-menu_theme-dark.mm-menu_selected-parent .mm-listitem_selected-parent>a.mm-btn_next:not(.mm-btn_fullwidth) {
    background: rgba(0, 0, 0, 0.1)
}
.mm-menu_theme-dark label.mm-check:before {
    border-color: rgba(255, 255, 255, 0.85)
}
.mm-menu_theme-dark label.mm-toggle {
    background: rgba(0, 0, 0, 0.3)
}
.mm-menu_theme-dark label.mm-toggle:before {
    background: var(--color-05)
}
.mm-menu_theme-darkinput.mm-toggle:checked~label.mm-toggle {
    background: #4bd963
}
.mm-menu_theme-black {
    background: #000;
    border-color: rgba(255, 255, 255, 0.25);
    color: rgba(255, 255, 255, 0.75)
}
.mm-menu_theme-black .mm-navbar a, .mm-menu_theme-black .mm-navbar>* {
    color: rgba(255, 255, 255, 0.4)
}
.mm-menu_theme-black .mm-btn:after, .mm-menu_theme-black .mm-btn:before {
    border-color: rgba(255, 255, 255, 0.4)
}
.mm-menu_theme-black .mm-listview .mm-btn_next:after {
    border-color: rgba(255, 255, 255, 0.4)
}
.mm-menu_theme-black .mm-listview a:not(.mm-btn_next) {
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0.15);
    tap-highlight-color: rgba(255, 255, 255, 0.15)
}
.mm-menu_theme-black .mm-listitem_selected>a:not(.mm-btn_next), .mm-menu_theme-black .mm-listitem_selected>span {
    background: rgba(255, 255, 255, 0.15)
}
.mm-menu_theme-black .mm-listitem_opened>.mm-btn_next, .mm-menu_theme-black .mm-listitem_opened>.mm-panel {
    background: rgba(255, 255, 255, 0.2)
}
.mm-menu_theme-black .mm-listitem_divider {
    background: rgba(255, 255, 255, 0.2)
}
.mm-menu_theme-black .mm-counter {
    color: rgba(255, 255, 255, 0.4)
}
.mm-menu_theme-black .mm-iconbar {
    color: rgba(255, 255, 255, 0.4)
}
.mm-menu_theme-black .mm-iconbar a {
    color: rgba(255, 255, 255, 0.4)
}
.mm-menu_theme-black.mm-menu_keyboardfocus a:focus, .mm-menu_theme-black .mm-navbar_tabs>:not(.mm-navbar__tab_selected), .mm-menu_theme-black .mm-navbars_bottom.mm-navbars_has-tabs .mm-navbar_tabs~.mm-navbar, .mm-menu_theme-black .mm-navbars_top.mm-navbars_has-tabs>.mm-navbar:not(.mm-navbar_tabs) {
    background: rgba(255, 255, 255, 0.15)
}
.mm-menu_theme-black.mm-menu_shadow-page:after, .mm-menu_theme-black.mm-menu_shadow-panels .mm-panel {
    box-shadow: false
}
.mm-menu_theme-black .mm-searchfield input {
    background: rgba(255, 255, 255, 0.25);
    color: rgba(255, 255, 255, 0.75)
}
.mm-menu_theme-black .mm-panel__noresultsmsg, .mm-menu_theme-black .mm-sectionindexer a {
    color: rgba(255, 255, 255, 0.4)
}
.mm-menu_theme-black.mm-menu_selected-hover .mm-listview:hover>.mm-listitem_selected>a, .mm-menu_theme-black.mm-menu_selected-hover .mm-listview:hover>.mm-listitem_selected>span {
    background: 0
}
.mm-menu_theme-black.mm-menu_selected-hover .mm-listitem>a.mm-btn_fullwidth:hover+span, .mm-menu_theme-black.mm-menu_selected-hover .mm-listitem>a:not(.mm-btn_fullwidth):hover {
    background: rgba(255, 255, 255, 0.15)
}
.mm-menu_theme-black.mm-menu_selected-parent .mm-panel_opened-parent .mm-listitem:not(.mm-listitem_selected-parent)>a, .mm-menu_theme-black.mm-menu_selected-parent .mm-panel_opened-parent .mm-listitem:not(.mm-listitem_selected-parent)>span {
    background: 0
}
.mm-menu_theme-black.mm-menu_selected-parent .mm-listitem_selected-parent>a.mm-btn_fullwidth+span, .mm-menu_theme-black.mm-menu_selected-parent .mm-listitem_selected-parent>a.mm-btn_next:not(.mm-btn_fullwidth) {
    background: rgba(255, 255, 255, 0.15)
}
.mm-menu_theme-black label.mm-check:before {
    border-color: rgba(255, 255, 255, 0.75)
}
.mm-menu_theme-black label.mm-toggle {
    background: rgba(255, 255, 255, 0.25)
}
.mm-menu_theme-black label.mm-toggle:before {
    background: #000
}
.mm-menu_theme-blackinput.mm-toggle:checked~label.mm-toggle {
    background: #4bd963
}
.mm-menu_tileview .mm-listview, .mm-panel_tileview .mm-listview {
    margin: 0 !important
}
.mm-menu_tileview .mm-listview:after, .mm-panel_tileview .mm-listview:after {
    content: '';
    display: block;
    clear: both
}
.mm-menu_tileview .mm-listitem, .mm-panel_tileview .mm-listitem {
    padding: 0;
    float: left;
    position: relative;
    width: 50%;
    height: 0;
    padding-top: 50%
}
.mm-menu_tileview .mm-listitem:after, .mm-panel_tileview .mm-listitem:after {
    left: 0;
    top: 0;
    border-right-width: 1px;
    border-right-style: solid;
    z-index: -1
}
.mm-menu_tileview .mm-listitem.mm-tile-xs, .mm-panel_tileview .mm-listitem.mm-tile-xs {
    width: 12.5%;
    padding-top: 12.5%
}
.mm-menu_tileview .mm-listitem.mm-tile-s, .mm-panel_tileview .mm-listitem.mm-tile-s {
    width: 25%;
    padding-top: 25%
}
.mm-menu_tileview .mm-listitem.mm-tile-l, .mm-panel_tileview .mm-listitem.mm-tile-l {
    width: 75%;
    padding-top: 75%
}
.mm-menu_tileview .mm-listitem.mm-tile-xl, .mm-panel_tileview .mm-listitem.mm-tile-xl {
    width: 100%;
    padding-top: 100%
}
.mm-menu_tileview .mm-listitem>a, .mm-menu_tileview .mm-listitem>span {
    line-height: 1px;
    text-align: center;
    padding: 50% 10px 0 10px;
    margin: 0;
    position: absolute;
    top: 0;
    right: 1px;
    bottom: 1px;
    left: 0
}
.mm-panel_tileview .mm-listitem>a, .mm-panel_tileview .mm-listitem>span {
    line-height: 1px;
    text-align: center;
    padding: 50% 10px 0 10px;
    margin: 0;
    position: absolute;
    top: 0;
    right: 1px;
    bottom: 1px;
    left: 0
}
.mm-menu_tileview .mm-listitem>.mm-btn_next, .mm-panel_tileview .mm-listitem>.mm-btn_next {
    width: auto
}
.mm-menu_tileview .mm-listitem>.mm-btn_next:after, .mm-menu_tileview .mm-listitem>.mm-btn_next:before {
    content: none;
    display: none
}
.mm-panel_tileview .mm-listitem>.mm-btn_next:after, .mm-panel_tileview .mm-listitem>.mm-btn_next:before {
    content: none;
    display: none
}
.mm-menu_tileview .mm-listitem_divider, .mm-panel_tileview .mm-listitem_divider {
    display: none
}
.mm-menu_tileview .mm-panel, .mm-panel_tileview {
    padding-left: 0;
    padding-right: 0
}
.mm-menu_tileview .mm-panel:after, .mm-menu_tileview .mm-panel:before {
    content: none;
    display: none
}
.mm-panel_tileview:after, .mm-panel_tileview:before {
    content: none;
    display: none
}
html:not(.mm-wrapper_opening) a[href="#page"] {
    display: none !important
}
.mm-wrapper_opening a[href="#tbay-mobile-menu-navbar"] {
    display: none !important
}
.tbay-mmenu {
    display: none
}
.mm-menu {
    background: var(--bg-white)
}
.mm-menu.mm-menu_theme-dark {
    background: #1e405b
}
.mm-menu.mm-menu_theme-dark .mm-navbars_top>.mm-navbar:not(.mm-navbar_tabs) {
    background: #1e405b !important
}
.mm-menu.mm-menu_theme-dark .mm-navbars_top>.mm-navbar:not(.mm-navbar_tabs) .mm-searchfield input {
    color: var(--color-12);
    border-color: var(--bg-white) !important
}
.mm-menu.mm-menu_theme-dark .mm-navbar a, .mm-menu.mm-menu_theme-dark .mm-navbar>* {
    color: var(--white-color)
}
.mm-menu.mm-menu_theme-dark .mm-btn:after, .mm-menu.mm-menu_theme-dark .mm-btn:before {
    border-color: var(--color-12)
}
.mm-menu.mm-menu_theme-dark .mm-navbar_tabs a:not(.mm-navbar__tab_selected) {
    background: #1e405b
}
.mm-menu.mm-menu_theme-dark .mm-navbar_tabs a {
    border-color: #eee
}
.mm-menu.mm-menu_theme-dark .mm-navbar, .mm-menu.mm-menu_theme-dark .mm-listitem:after, .mm-menu.mm-menu_theme-dark .mm-navbars_top, .mm-menu.mm-menu_theme-dark .mm-navbars_bottom {
    border-color: #eee
}
.mm-menu.mm-menu_theme-dark .mm-panels>.mm-panel>.mm-navbar+.mm-listview li a {
    color: var(--white-color);
    padding-right: 0
}
.mm-menu .mm-navbar {
    height: 45px
}
.mm-menu .mm-navbar a, .mm-menu .mm-navbar>* {
    color: var(--color-11)
}
.mm-menu .mm-navbar>a {
    line-height: 40px;
    padding: 0
}
.mm-menu .mm-navbar>a.mm-btn_prev {
    line-height: 45px
}
.mm-menu .mm-menu_shadow-page:after {
    display: none
}
.mm-menu .mm-navbars_top>.mm-navbar:not(.mm-navbar_tabs) {
    height: inherit
}
.mm-menu .mm-navbars_top>.mm-navbar:not(.mm-navbar_tabs) .mm-searchfield {
    height: inherit
}
.mm-menu .mm-navbars_top>.mm-navbar:not(.mm-navbar_tabs) .mm-searchfield .mm-searchfield__input {
    padding: 0
}
.mm-menu .mm-navbars_top>.mm-navbar:not(.mm-navbar_tabs) .mm-searchfield input {
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border: 0;
    line-height: 49px;
    max-height: initial;
    color: var(--color-11)
}
.mm-menu .mm-panel_has-navbar .mm-navbar {
    height: 45px;
    left: 0;
    right: 0;
    border-bottom: 1px solid var(--border-color)
}
.mm-menu .mm-panels .mm-navbar__title {
    font-weight: 700;
    color: var(--black-color);
    line-height: 45px;
    font-size: 14px
}
.mm-menu .mm-searchfield__btn {
    top: 15px;
    right: 15px;
    left: auto
}
.mm-menu .mm-searchfield__cancel {
    line-height: 70px
}
.mm-menu .mm-navbar_tabs a:not(.mm-navbar__tab_selected) {
    color: var(--black-color);
    font-weight: 400
}
.mm-menu .mm-navbar_tabs a {
    border: 0;
    border: 1px solid var(--border-color);
    border-left: 0;
    color: var(--tb-theme-color);
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center
}
.mm-menu .mm-navbar_tabs a i {
    margin-left: 0;
    margin-right: 5px;
    font-size: 18px
}
.mm-menu .mm-navbar_tabs a i.tb-icon-icons2 {
    font-size: 15px
}
.mm-menu .mm-navbar_tabs a:last-child {
    border-right: 0
}
.mm-menu .mm-navbars_bottom .mm-navbar {
    height: 44px;
    border-top: 1px solid var(--border-color-3)
}
.mm-menu .mm-navbars_bottom .mm-navbar a {
    line-height: 24px;
    padding: 10px 0
}
.mm-menu .mm-navbars_bottom .mm-navbar a:before {
    font-size: 16px
}
.mm-menu .mm-navbars_bottom .mm-navbar a:hover, .mm-menu .mm-navbars_bottom .mm-navbar a:focus {
    color: var(--tb-theme-color)
}
.mm-menu .mm-listitem a i, .mm-menu .mm-listitem a img {
    margin-right: 5px;
    margin-left: 0
}
.mm-menu .mm-listitem a img {
    max-width: 32px
}
.mm-menu .sub-menu .dropdown-menu-inner p {
    margin: 0
}
.mm-menu .sub-menu .dropdown-menu-inner .row>div {
    margin-bottom: 20px
}
.mm-menu .sub-menu .heading-tbay-title:after {
    content: '';
    position: absolute;
    width: calc(100% - -30px);
    left: -15px;
    right: -15px;
    bottom: 0;
    background: var(--border-color);
    height: 1px
}
.mm-menu .sub-menu .menu-item {
    line-height: 46px;
    position: relative
}
.mm-menu .sub-menu .menu-item:after {
    content: '';
    position: absolute;
    width: calc(100% - -30px);
    left: -15px;
    right: -15px;
    bottom: 0;
    background: var(--border-color);
    height: 1px
}
.mm-menu .sub-menu .menu li {
    line-height: 40px
}
.mm-menu .sub-menu .menu li a {
    padding: 0 15px;
    border-bottom: 1px solid var(--border-color-3);
    display: block
}
.mm-menu .mm-counter {
    right: 40px;
    left: auto
}
.mm-menu .mm-navbars_bottom, .mm-menu .mm-navbars_top {
    border-color: var(--border-color-3)
}
.mm-menu .vc_row>div {
    width: 100%
}
.mm-wrapper_opening .mm-menu_offcanvas.mm-menu_opened~.mm-slideout {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    -webkit-transform: none;
    transform: none
}
.mm-menu_offcanvas {
    display: block;
    -webkit-transform: translate(-80vw, 0);
    -ms-transform: translate(-80vw, 0);
    transform: translate(-80vw, 0);
    -webkit-transform: translate3d(-80vw, 0, 0);
    transform: translate3d(-80vw, 0, 0);
    transition: -webkit-transform .4s ease;
    transition: transform .4s ease;
    transition: transform .4s ease, -webkit-transform .4s ease;
    width: 80%;
    z-index: 10;
    opacity: 1;
    filter: alpha(opacity=100)
}
.mm-menu_offcanvas.mm-menu_opened {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 999999
}
.mm-wrapper_opening [class*=mm-menu_pagedim].mm-menu_opened~.mm-page__blocker {
    opacity: .6
}
.mm-searchfield__cancel {
    opacity: 0;
    pointer-events: none
}
.mm-searchfield__cancel-active {
    opacity: 1;
    pointer-events: all
}
.mm-wrapper_blocking .mm-page__blocker, .mm-wrapper_opening [class*=mm-menu_pagedim].mm-menu_opened~.mm-page__blocker {
    -webkit-transition: opacity .2s ease .2s;
    -o-transition: opacity .2s ease .2s;
    transition: opacity .2s ease .2s
}
.modal-open .mm-page .mm-slideout {
    z-index: unset
}
body.logged-in .mmenu-account .popup-login {
    display: none
}
body:not(.logged-in) .mmenu-account .logged-in {
    display: none
}
.yith-wfbt-section::after {
    display: block;
    clear: both;
    content: ""
}
.yith-wfbt-section .yith-wfbt-images {
    margin: 0;
    position: relative;
    float: none;
    max-width: max-content
}
.yith-wfbt-section .yith-wfbt-images::after {
    display: block;
    clear: both;
    content: ""
}
.yith-wfbt-section .yith-wfbt-images ul:not(.yith-wfbt-items) {
    padding: 0;
    margin: 0;
    display: flex;
    display: -ms-flexbox;
    overflow: hidden;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch
}
.yith-wfbt-section .yith-wfbt-images ul:not(.yith-wfbt-items) li {
    list-style: none;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}
.yith-wfbt-section .yith-wfbt-images .image-td {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    max-width: max-content
}
.yith-wfbt-section .yith-wfbt-images .caption {
    margin-top: 11px
}
.yith-wfbt-section .yith-wfbt-images .caption .name {
    display: block;
    line-height: 20px;
    white-space: normal
}
.yith-wfbt-section .yith-wfbt-images .image_plus {
    width: auto;
    padding: 0 23px;
    align-items: center;
    font-size: 16px;
    color: var(--black-color)
}
.yith-wfbt-section .yith-wfbt-items {
    margin: 29px 0 0;
    list-style: none
}
.yith-wfbt-section .yith-wfbt-items .yith-wfbt-item {
    margin-bottom: 2px
}
.yith-wfbt-section .yith-wfbt-items .yith-wfbt-item:first-child span::before {
    opacity: .4;
    filter: alpha(opacity=40)
}
.yith-wfbt-section .yith-wfbt-items label {
    margin: 0;
    font-weight: 400;
    padding: 0;
    display: flex
}
.yith-wfbt-section .yith-wfbt-items label a {
    color: var(--black-color)
}
.yith-wfbt-section .yith-wfbt-items label a:hover, .yith-wfbt-section .yith-wfbt-items label a:focus {
    color: var(--tb-theme-color)
}
.yith-wfbt-section .yith-wfbt-items input[type="checkbox"] {
    display: none
}
.yith-wfbt-section .yith-wfbt-items .product-name span {
    font-weight: bold
}
.yith-wfbt-section .yith-wfbt-items li:first-child {
    pointer-events: none
}
.yith-wfbt-section .yith-wfbt-items.free label {
    padding: 0
}
.yith-wfbt-form {
    margin: 0;
    padding: 3px 5px;
    background-color: var(--bg-white)
}
.yith-wfbt-submit-block .price_text {
    color: var(--color-11);
    line-height: 25px
}
.yith-wfbt-submit-block .price_text>span {
    display: block;
    font-weight: 500;
    color: var(--black-color)
}
.yith-wfbt-submit-block .price_text>span.total_price {
    color: #ff3201;
    font-size: 15px;
    font-weight: bold
}
.yith-wfbt-submit-block .price_text ins {
    text-decoration: none
}
.yith-wfbt-submit-block .price_text del {
    color: var(--color-11);
    font-weight: normal
}
.woocommerce .yith-wfbt-submit-block .yith-wfbt-submit-button-remove {
    margin-top: 12px !important
}
.yith-wfbt-section .yith-wfbt-item input[type=checkbox]+span {
    display: inline-block
}
.yith-compare a:before {
    content: "";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-family: "tb-icon"
}
.yith-compare a span {
    display: none
}
.yith-compare a.added:before {
    font-size: 18px;
    line-height: 1;
    vertical-align: middle
}
#cboxContent {
    background: transparent
}
#cboxTopCenter, #cboxTopLeft, #cboxTopRight, #cboxBottomLeft, #cboxBottomRight, #cboxBottomCenter, #cboxMiddleLeft, #cboxMiddleRight {
    background: transparent;
    width: 0;
    height: 0;
    padding: 0;
    margin: 0
}
#cboxClose {
    background-image: none;
    width: 25px;
    height: 25px;
    bottom: auto;
    top: 23px;
    right: 35px;
    left: auto
}
#cboxClose:before {
    content: "";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-family: "tb-icon"
}
#cboxClose:before {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    line-height: 1;
    text-shadow: none !important;
    text-indent: 0 !important;
    font-size: 25px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    color: var(--black-color)
}
#cboxClose:hover, #cboxClose:focus {
    outline: 0
}
#cboxClose:hover:before, #cboxClose:focus:before {
    color: var(--tb-theme-color)
}
body table.compare-list tr.remove td>a {
    line-height: 30px;
    background: transparent !important
}
body table.compare-list tr.remove td>a:hover {
    color: var(--red-color)
}
body table.compare-list tr.remove td>a:hover .remove {
    color: transparent
}
body table.compare-list .remove td a .remove {
    position: relative;
    width: auto;
    height: auto;
    line-height: 30px;
    background: transparent !important
}
body table.compare-list .price td {
    text-decoration: none;
    padding-bottom: 6px !important;
    padding-top: 0 !important
}
body table.compare-list .add-to-cart .tooltip {
    display: none !important
}
body table.compare-list .woocs_price_code {
    font-size: 15px
}
body table.compare-list .price.repeated {
    display: none
}
body table.compare-list .add-to-cart td a:not(.unstyled_button) {
    width: auto;
    height: auto;
    line-height: 23px;
    padding: 8px 22px;
    border-radius: 3px 3px 3px 3px;
    -webkit-border-radius: 3px 3px 3px 3px;
    -moz-border-radius: 3px 3px 3px 3px;
    -ms-border-radius: 3px 3px 3px 3px;
    -o-border-radius: 3px 3px 3px 3px;
    font-weight: 400;
    margin: 0
}
body table.compare-list .add-to-cart td a:not(.unstyled_button) i {
    font-size: 0
}
body table.compare-list .add-to-cart td a:not(.unstyled_button):hover, body table.compare-list .add-to-cart td a:not(.unstyled_button):focus {
    background: var(--tb-theme-color-hover)
}
table.compare-list .description td p {
    margin: 0;
    line-height: 23px
}
body.woocommerce>h1:first-child {
    background: var(--bg-white);
    color: var(--black-color);
    font-size: 22px;
    font-weight: 700;
    margin: 0;
    line-height: normal;
    border: 0;
    padding: 20px 0 17px;
    position: fixed;
    text-align: center;
    top: 0;
    z-index: 100;
    left: 20px;
    right: 20px
}
body.tbay-body-compare {
    padding: 67px 20px 20px
}
body.tbay-body-compare #yith-woocompare {
    padding: 0;
    border: 1px solid var(--border-color);
    font-size: 14px;
    color: var(--black-color)
}
body.tbay-body-compare #yith-woocompare ins.woocommerce-Price-amount, body.tbay-body-compare #yith-woocompare .woocommerce-Price-amount {
    color: var(--tb-theme-color);
    font-weight: 400;
    font-size: 15px
}
body.tbay-body-compare #yith-woocompare del {
    text-decoration: line-through
}
body.tbay-body-compare #yith-woocompare del .woocommerce-Price-amount {
    color: var(--color-04);
    font-size: 14px
}
body.tbay-body-compare table.dataTable.compare-list tbody th, body.tbay-body-compare table.dataTable.compare-list tbody td {
    border: 0;
    border-right: 1px solid var(--border-color);
    border-bottom: 1px solid var(--border-color);
    text-decoration: none;
    text-align: left
}
body.tbay-body-compare table.dataTable.compare-list tbody .image th, body.tbay-body-compare table.dataTable.compare-list tbody .image td, body.tbay-body-compare table.dataTable.compare-list tbody .title th, body.tbay-body-compare table.dataTable.compare-list tbody .title td, body.tbay-body-compare table.dataTable.compare-list tbody .price th, body.tbay-body-compare table.dataTable.compare-list tbody .price td {
    border-bottom: 0
}
body.tbay-body-compare table.dataTable.compare-list tbody>tr:nth-last-child(2) th, body.tbay-body-compare table.dataTable.compare-list tbody>tr:nth-last-child(2) td {
    border-bottom: 0
}
body table.compare-list {
    border: 0;
    font-family: var(--tb-text-primary-font)
}
body table.compare-list thead, body table.compare-list tfoot {
    display: none
}
body table.compare-list td.odd {
    background: transparent
}
body table.compare-list td img {
    border: 0 !important;
    padding: 0;
    margin: 0;
    max-width: 100%
}
body table.compare-list .image th, body table.compare-list .title th, body table.compare-list .price th, body table.compare-list .add-to-cart th {
    font-size: 0
}
body table.compare-list>tbody>tr>th {
    text-align: left !important;
    vertical-align: middle;
    text-transform: capitalize;
    font-weight: 700;
    color: var(--black-color)
}
body table.compare-list tbody th, body table.compare-list tbody td {
    border: 0;
    border-right: 1px solid var(--border-color);
    border-bottom: 1px solid var(--border-color);
    padding: 7px 28px !important;
    text-decoration: none
}
body table.compare-list tbody tr.remove {
    text-align: right;
    height: 0 !important;
    background: transparent
}
body table.compare-list tbody tr.remove td, body table.compare-list tbody tr.remove th {
    border-bottom: 0 !important;
    width: 0 !important;
    height: 0 !important;
    line-height: 0 !important;
    padding: 15px 21px !important;
    text-align: right !important
}
body table.compare-list tbody tr.remove td {
    background: transparent !important
}
body table.compare-list tbody tr.remove td a {
    font-size: 0;
    display: inline-block;
    height: 0;
    line-height: 0 !important
}
body table.compare-list tbody tr.image>td {
    text-align: center !important
}
body table.compare-list tbody tr.title>td {
    color: var(--black-color);
    padding-bottom: 4px !important
}
body table.compare-list tbody tr.add-to-cart th, body table.compare-list tbody tr.add-to-cart td {
    padding-bottom: 30px !important;
    padding-top: 9px !important
}
body table.compare-list tbody tr.description>td {
    vertical-align: top !important
}
body table.compare-list tbody tr.description th, body table.compare-list tbody tr.description td {
    padding-bottom: 10px;
    padding-top: 10px
}
body table.compare-list tbody tr.description ul {
    padding: 0;
    list-style: none;
    list-style-type: square;
    padding-left: 20px
}
body table.compare-list tbody tr.description ul li {
    display: list-item;
    list-style: square;
    color: var(--black-color);
    line-height: 22px;
    padding-bottom: 4px
}
body table.compare-list tbody tr:not(.price):not(.title) th, body table.compare-list tbody tr:not(.price):not(.title) td {
    line-height: 30px
}
body table.compare-list tbody th {
    min-width: 220px;
    font-weight: 500;
    background: #f9f9f9
}
body table.compare-list tbody .image th, body table.compare-list tbody .image td, body table.compare-list tbody .title th, body table.compare-list tbody .title td, body table.compare-list tbody .price th, body table.compare-list tbody .price td {
    border-bottom: 0
}
body table.compare-list tbody>tr:nth-last-child(2) th, body table.compare-list tbody>tr:nth-last-child(2) td {
    border-bottom: 0
}
body table.compare-list .add-to-cart td a {
    border: 0;
    line-height: 45px;
    margin: 5px 0 0
}
body table.compare-list .add-to-cart td a i {
    display: none
}
body table.compare-list .add-to-cart td a:hover {
    background: var(--tb-theme-color)
}
body table.compare-list .price.repeated td {
    text-decoration: none
}
body table.compare-list s, body table.compare-list strike, body table.compare-list del, body table.compare-list ins {
    text-decoration: none
}
body table.compare-list .remove td a {
    display: inline-block
}
body table.compare-list .remove td a .remove {
    float: left;
    color: transparent
}
body table.compare-list .remove td a .remove:before {
    content: "";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-family: "tb-icon"
}
body table.compare-list .remove td a .remove:before {
    color: var(--tb-theme-color);
    font-size: 25px;
    float: left;
    transition: .3s all
}
body table.compare-list .remove td a:hover .remove:before {
    color: var(--red-color)
}
#yith-woocompare table.compare-list {
    width: unset
}
#yith-woocompare table.compare-list tr.no-products {
    height: auto !important
}
#yith-woocompare table.compare-list tr.no-products td {
    border: 0 !important
}
.DTFC_LeftWrapper table.compare-list th {
    font-weight: 700
}
.dataTables_scroll table.compare-list td {
    color: var(--black-color)
}
.mfp-move-from-top .mfp-content {
    vertical-align: top
}
.mfp-move-from-top.mfp-ready #tbay-quick-view-modal {
    opacity: 1;
    filter: alpha(opacity=100);
    transform: translateY(0);
    padding: 0
}
.mfp-move-from-top.mfp-ready.mfp-bg {
    opacity: .75;
    filter: alpha(opacity=75)
}
.mfp-move-from-top.mfp-removing #tbay-quick-view-modal {
    transform: translateY(100px);
    opacity: 0;
    filter: alpha(opacity=0)
}
.mfp-move-from-top.mfp-removing.mfp-bg {
    opacity: 0;
    filter: alpha(opacity=0)
}
#tbay-quick-view-modal {
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s
}
#tbay-quick-view-modal .top-main-content {
    border-bottom: 1px solid var(--border-color);
    margin-bottom: 25px
}
#tbay-quick-view-modal .top-main-content:before {
    display: none
}
#tbay-quick-view-modal.singular-shop .image-mains {
    padding-right: 25px;
    display: block
}
#tbay-quick-view-modal .only-featured {
    flex: 0 0 100%;
    max-width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 10px
}
#tbay-quick-view-modal .only-featured .featured {
    margin: 0
}
#tbay-quick-view-modal .cart .quantity .name {
    display: none
}
#tbay-quick-view-modal .cart .single_add_to_cart_button {
    float: left
}
#tbay-quick-view-modal .tbay-woo-share {
    display: none !important
}
#tbay-quick-view-modal .woocommerce .woocs_price_code {
    font-size: 20px;
    margin-top: 10px
}
#tbay-quick-view-modal .woocommerce .woocs_price_code del {
    font-size: 16px
}
#tbay-quick-view-modal .woocommerce .grouped_form .woocs_price_code {
    font-size: 16px
}
#tbay-quick-view-modal .price {
    font-size: 22px
}
#tbay-quick-view-modal .price del {
    font-size: 16px
}
#tbay-quick-view-modal span.onsale {
    line-height: inherit;
    vertical-align: bottom
}
.besa-quickview .mfp-inline-holder .mfp-content {
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    width: 85%;
    max-width: 1170px
}
#quickview-carousel {
    max-width: 100%;
    margin: 0
}
#quickview-carousel .item {
    margin: 0
}
#quickview-carousel.slick-slider .slick-dots {
    padding: 0;
    margin-top: 20px
}
.carousel .carousel-indicators {
    margin-bottom: 0;
    bottom: 15px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center
}
.carousel .carousel-indicators .active {
    background-color: var(--tb-theme-color);
    width: 10px;
    height: 10px
}
.carousel .carousel-indicators li {
    background-color: var(--color-06);
    margin: 0;
    float: left
}
.carousel .carousel-indicators li+li {
    margin-left: 10px
}
.carousel .carousel-controls-v3 .carousel-control {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 13px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    color: var(--black-color);
    background-image: none;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    text-shadow: none;
    border: 1px solid var(--border-color);
    opacity: 0;
    filter: alpha(opacity=0);
    visibility: hidden;
    background: var(--bg-white)
}
.carousel .carousel-controls-v3 .carousel-control i {
    display: inline-block
}
.carousel .carousel-controls-v3 .carousel-control.left {
    left: 0;
    right: auto
}
.carousel .carousel-controls-v3 .carousel-control.right {
    right: 0;
    left: auto
}
.carousel .carousel-controls-v3 .carousel-control:hover {
    background: var(--tb-theme-color);
    border-color: var(--tb-theme-color);
    color: #fff
}
#tbay-quick-view-modal #tbay-quick-view-content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 30px 20px;
    max-height: 600px;
    overflow-y: auto
}
#tbay-quick-view-modal .woocommerce-product-rating {
    margin: 0 !important;
    line-height: inherit
}
#tbay-quick-view-modal .mfp-close {
    top: -30px;
    right: -45px;
    font-size: 0;
    left: auto;
    line-height: 23px;
    opacity: 1;
    filter: alpha(opacity=100);
    text-align: center;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}
#tbay-quick-view-modal .mfp-close:before {
    content: "";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-family: "tb-icon"
}
#tbay-quick-view-modal .mfp-close:before {
    font-size: 20px
}
#tbay-quick-view-modal .mfp-close:hover {
    color: var(--tb-theme-color)
}
.questions-section h3 {
    padding: 0 0 21px;
    border-bottom: 1px solid var(--border-color);
    margin-bottom: 24px
}
div#show-all-questions {
    margin-bottom: 16px
}
#ywqa_question_list, #ask_question {
    padding: 0
}
ol.ywqa-question-list {
    margin: 0
}
li.question-container {
    padding: 0 0 21px;
    display: block;
    margin-bottom: 26px;
    border-color: var(--border-color)
}
div.question-text {
    float: none;
    width: 100%
}
div.question-text .question-content {
    font-weight: normal;
    font-size: 14px;
    margin: 0;
    line-height: 22px
}
div.question-text .question-symbol {
    border: 0;
    font-weight: bold;
    color: #fff;
    width: 25px;
    height: 20px;
    line-height: 20px;
    background: var(--tb-theme-color);
    margin-right: 16px;
    margin-left: 0
}
div.question-text .question, div.question-text .answer {
    padding: 0
}
div.question-text .answer-content {
    margin-top: 7px;
    position: relative;
    padding-left: 42px;
    padding-right: 0
}
div.question-text .answer-content::before {
    content: 'A';
    position: absolute;
    background: var(--tb-theme-body);
    width: 25px;
    height: 20px;
    color: var(--color-04);
    text-align: center;
    font-weight: 700;
    left: 0;
    right: auto;
    top: 2px;
    line-height: 20px
}
span.question a, #show-all-questions a.show-questions {
    color: var(--black-color);
    font-weight: bold
}
span.question a:hover, #show-all-questions a.show-questions:hover {
    color: var(--tb-theme-color);
    font-weight: bold
}
span.admin-answer-symbol, span.answer-symbol {
    display: none
}
span.answer-symbol {
    padding: 0;
    width: 25px;
    height: 20px;
    line-height: 18px
}
div.ywqa-ask-question {
    height: auto;
    padding: 0 0 15px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}
input#ywqa-submit-question {
    padding: 0 40px;
    border-radius: 0 3px 3px 0;
    -webkit-border-radius: 0 3px 3px 0;
    -moz-border-radius: 0 3px 3px 0;
    -ms-border-radius: 0 3px 3px 0;
    -o-border-radius: 0 3px 3px 0
}
input#ywqa_ask_question_text {
    padding: 0 15px;
    border-right: 0;
    width: auto;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border-radius: 3px 0 0 3px;
    -webkit-border-radius: 3px 0 0 3px;
    -moz-border-radius: 3px 0 0 3px;
    -ms-border-radius: 3px 0 0 3px;
    -o-border-radius: 3px 0 0 3px
}
input#ywqa_ask_question_text:focus {
    outline: 0
}
div#new-answer-header {
    padding-bottom: 30px;
    margin-bottom: 20px;
    border-color: var(--border-color)
}
div#new-answer-header .parent-question {
    color: var(--black-color)
}
div#new-answer-header .question-owner {
    font-size: 13px;
    padding: 0 0 20px
}
div#new-answer-header #submit_answer_form textarea, div#new-answer-header #submit_answer_form input:not(#ywqa-send-answer) {
    width: 100%;
    display: block
}
div#new-answer-header #submit_answer_form textarea {
    min-height: 200px;
    border-color: var(--border-color);
    padding: 10px;
    line-height: 23px;
    outline: 0;
    font-size: 14px
}
div#new-answer-header .ywqa_submit_answer {
    float: none;
    opacity: 1;
    filter: alpha(opacity=100)
}
#tab-questions a.back-to-product {
    font-size: 14px;
    line-height: 23px;
    color: var(--tb-theme-color)
}
#tab-questions a.back-to-product:before {
    content: "";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-family: "tb-icon"
}
#tab-questions a.back-to-product:before {
    display: inline-block;
    font-size: 10px;
    margin-right: 5px;
    margin-left: 0
}
#ywqa_answer_list * {
    font-size: 14px
}
#ywqa_answer_list span.answer-list-count {
    font-size: 16px;
    color: var(--black-color);
    font-weight: 500;
    margin-bottom: 15px
}
#ywqa_answer_list span.question, #ywqa_answer_list span.answer, #ywqa_answer_list .answer-owner {
    padding: 0
}
#ywqa_answer_list li.answer-container {
    padding: 0 0 10px;
    margin-bottom: 10px;
    border-color: var(--border-color)
}
.woocommerce-wishlist #yith-wcwl-form {
    background: var(--bg-white)
}
.woocommerce #yith-wcwl-form .woocommerce-message, .woocommerce #yith-wcwl-form .woocommerce-error {
    margin: 0
}
.woocommerce #yith-wcwl-form .woocommerce-message+table.wishlist_table.shop_table, .woocommerce #yith-wcwl-form .woocommerce-error+table.wishlist_table.shop_table {
    padding-top: 30px
}
.woocommerce #yith-wcwl-form .wishlist-empty {
    padding-left: 20px;
    padding-right: 0;
    padding-top: 20px;
    text-align: center
}
.woocommerce #yith-wcwl-form .wishlist-empty i {
    font-size: 100px;
    display: block;
    line-height: 1;
    color: #bfbfbf;
    padding-top: 61px;
    padding-bottom: 8px
}
.woocommerce .wishlist-title {
    padding: 30px;
    padding-bottom: 0
}
.woocommerce .wishlist-title h2 {
    padding: 0;
    margin: 0;
    font-weight: bold
}
.woocommerce table.wishlist_table.shop_table {
    font-size: 100%;
    border: 0;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    padding: 10px 0 70px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0
}
.woocommerce table.wishlist_table.shop_table thead, .woocommerce table.wishlist_table.shop_table tfoot {
    display: none
}
.woocommerce table.wishlist_table.shop_table>tbody {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1
}
.woocommerce table.wishlist_table.shop_table>tbody>tr>td {
    border: 0;
    padding: 0 5px;
    text-align: left;
    line-height: inherit !important
}
.woocommerce table.wishlist_table.shop_table tr {
    -webkit-box-flex: 20%;
    -moz-box-flex: 20%;
    -webkit-flex: 20%;
    -ms-flex: 20%;
    flex: 20%;
    max-width: 20%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    flex-direction: column;
    position: relative;
    padding: 30px 24px
}
@media(max-width:1199px) and (min-width:768px) {
    .woocommerce table.wishlist_table.shop_table tr {
        -webkit-box-flex: 33%;
        -moz-box-flex: 33%;
        -webkit-flex: 33%;
        -ms-flex: 33%;
        flex: 33%;
        max-width: 33%
    }
}
.woocommerce table.wishlist_table.shop_table tr.no-products {
    -webkit-box-flex: 100%;
    -moz-box-flex: 100%;
    -webkit-flex: 100%;
    -ms-flex: 100%;
    flex: 100%;
    max-width: 100%;
    padding: 0
}
.woocommerce table.wishlist_table.shop_table tr td.product-thumbnail {
    display: block;
    padding-bottom: 20px;
    position: relative
}
.woocommerce table.wishlist_table.shop_table tr td.product-thumbnail a {
    max-width: inherit
}
.woocommerce table.wishlist_table.shop_table tr td.product-thumbnail a img {
    width: auto
}
.woocommerce table.wishlist_table.shop_table tr .product-name {
    line-height: 20px !important;
    padding-bottom: 9px !important;
    padding-left: 5px;
    padding-right: 5px;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1
}
.woocommerce table.wishlist_table.shop_table tr .product-remove {
    padding: 9px 5px 0
}
.woocommerce table.wishlist_table.shop_table tr .product-remove a {
    color: var(--tb-theme-color)
}
.woocommerce table.wishlist_table.shop_table tr .product-remove i {
    display: none
}
.woocommerce table.wishlist_table.shop_table tr .product-remove.icon {
    width: auto;
    position: absolute;
    right: auto;
    left: 0;
    top: 0;
    padding: 0;
    width: 25px
}
.woocommerce table.wishlist_table.shop_table tr .product-remove.icon a {
    background: var(--tb-theme-color);
    color: #fff !important;
    text-align: center
}
.woocommerce table.wishlist_table.shop_table tr .product-remove.icon i {
    margin: 0
}
.woocommerce table.wishlist_table.shop_table tfoot {
    border-top: 1px solid var(--border-color)
}
.woocommerce table.wishlist_table.shop_table .product-price {
    color: var(--tb-theme-color);
    margin: 0;
    font-size: 15px;
    padding: 0 5px
}
.woocommerce table.wishlist_table.shop_table .product-price .woocommerce-Price-amount {
    font-weight: 600;
    color: var(--tb-theme-color)
}
.woocommerce table.wishlist_table.shop_table .product-price ins {
    text-decoration: initial
}
.woocommerce table.wishlist_table.shop_table .product-price ins span {
    color: var(--tb-theme-color)
}
.woocommerce table.wishlist_table.shop_table .product-price del {
    margin-left: 4px;
    margin-right: 0;
    text-decoration-color: var(--color-11)
}
.woocommerce table.wishlist_table.shop_table .product-price del span.woocommerce-Price-amount {
    color: var(--color-11);
    font-weight: 400
}
.woocommerce table.wishlist_table.shop_table .product-add-to-cart {
    padding: 7px 5px 0
}
.woocommerce table.wishlist_table.shop_table .product-add-to-cart .add-cart a {
    margin: 0 !important;
    padding: 0 22px !important;
    display: inline-block !important
}
.woocommerce table.wishlist_table.shop_table .product-add-to-cart .add-cart a.loading:after {
    top: 0
}
.woocommerce table.wishlist_table.shop_table .product-add-to-cart .add-cart a i {
    display: none
}
#yith-wcwl-form .yith-wcqv-button {
    display: none
}
.yith-wcwl-add-to-wishlist .ajax-loading {
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0
}
.woocommerce.yith-wfbt-slider-wrapper>h3 {
    margin-bottom: 30px;
    margin-left: 15px;
    margin-right: 15px
}
.woocommerce.yith-wfbt-slider-wrapper .yith-wfbt-product-info .product-title {
    padding-bottom: 10px
}
.woocommerce.yith-wfbt-slider-wrapper .yith-wfbt-products-list {
    padding-bottom: 80px
}
.woocommerce.yith-wfbt-slider-wrapper .owl-item .yith-wfbt-single-product.product {
    padding: 15px !important
}
.woocommerce.yith-wfbt-slider-wrapper .owl-item .yith-wfbt-single-product.product .product-price {
    font-size: 15px
}
.woocommerce.yith-wfbt-slider-wrapper .owl-item .yith-wfbt-single-product.product .product-price .woocommerce-Price-amount {
    font-weight: 600;
    color: var(--tb-theme-color)
}
.woocommerce.yith-wfbt-slider-wrapper .owl-item .yith-wfbt-single-product.product .product-price ins {
    text-decoration: none !important;
    font-weight: 600;
    color: var(--tb-theme-color)
}
.woocommerce.yith-wfbt-slider-wrapper .owl-item .yith-wfbt-single-product.product .product-price del {
    text-decoration-color: var(--color-11)
}
.woocommerce.yith-wfbt-slider-wrapper .owl-item .yith-wfbt-single-product.product .product-price del .woocommerce-Price-amount {
    color: var(--color-11);
    font-weight: 400
}
.woocommerce a.button.alt {
    background-color: var(--tb-theme-color)
}
.yith_wcwl_wishlist_footer .yith-wcwl-share {
    float: none;
    padding: 0 30px 30px
}
.yith_wcwl_wishlist_footer .yith-wcwl-share h4.yith-wcwl-share-title {
    margin-bottom: 20px
}
.wishlist_table.mobile {
    padding: 30px 0 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}
.wishlist_table.mobile .additional-info .wishlist-in-stock {
    color: var(--stock-color)
}
.wishlist_table.mobile .product-name a {
    color: var(--color-01)
}
.wishlist_table.mobile li {
    -webkit-box-flex: 50%;
    -moz-box-flex: 50%;
    -webkit-flex: 50%;
    -ms-flex: 50%;
    flex: 50%;
    max-width: 50%;
    padding: 0 24px;
    margin-bottom: 30px;
    display: flex;
    flex-direction: column
}
.wishlist_table.mobile li .item-wrapper {
    display: flex;
    flex-direction: column;
    width: auto;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-bottom: 0
}
.wishlist_table.mobile li .item-wrapper .item-details {
    display: flex;
    flex-direction: column;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1
}
.wishlist_table.mobile li .item-wrapper .item-details .woocommerce-Price-amount {
    display: inline-block;
    color: var(--tb-theme-color)
}
.wishlist_table.mobile li .item-wrapper .item-details del .woocommerce-Price-amount {
    color: var(--color-11);
    font-weight: 400;
    opacity: 1;
    filter: alpha(opacity=100);
    font-size: 13px;
    text-decoration: inherit
}
.wishlist_table.mobile li .item-wrapper .product-name {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1
}
.wishlist_table.mobile li .item-wrapper .product-thumbnail {
    padding-bottom: 20px
}
.wishlist_table.mobile li .item-wrapper>div {
    width: auto !important;
    max-width: unset !important;
    margin: 0 !important
}
.wishlist_table.mobile li .item-wrapper h3 {
    line-height: 20px;
    margin: 0 0 5px;
    font-size: 14px
}
.wishlist_table.mobile li table td.label {
    display: none !important
}
.wishlist_table.mobile li table td.value {
    text-align: left !important;
    font-size: inherit !important;
    padding: 0 !important
}
.wishlist_table.mobile li .additional-info-wrapper .product-remove {
    text-align: left;
    padding-top: 10px
}
.wishlist_table.mobile li .additional-info-wrapper .product-remove a {
    font-size: 16px;
    color: var(--color-12)
}
.wishlist_table.mobile li .additional-info-wrapper .product-remove a i {
    font-family: "tb-icon" !important
}
.wishlist_table.mobile li .additional-info-wrapper .product-remove a i:before {
    content: "";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-family: "tb-icon"
}
.wishlist_table.mobile .product-add-to-cart .add-cart a {
    padding: 0 25px !important;
    line-height: 40px;
    margin: 10px 0 0 !important;
    background: var(--tb-theme-color);
    color: #fff;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px
}
.wishlist_table.mobile .product-add-to-cart .add-cart a i {
    display: none
}
.wishlist_table.mobile .product-add-to-cart .add-cart a.loading:after {
    top: 0
}
.yith_wcwl_wishlist_footer {
    display: none
}
.wishlist_table .product-stock-status span.wishlist-in-stock {
    color: var(--stock-color)
}
rs-module-wrap {
    z-index: 0
}
rs-module {
    overflow: visible
}
.tparrows {
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s
}
.tparrows.revo-tbay {
    width: 46px;
    height: 46px;
    background: var(--bg-white)
}
.tparrows.revo-tbay:before {
    content: "";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-family: "tb-icon"
}
.tparrows.revo-tbay:before {
    line-height: 46px;
    color: var(--black-color);
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    font-size: 13.67px
}
.tparrows.revo-tbay.tp-rightarrow:before {
    content: "";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-family: "tb-icon"
}
.tparrows:hover {
    background: var(--tb-theme-color)
}
.tparrows:hover:before {
    color: var(--white-color)
}
.tp-bullets.revo-tbay {
    width: auto !important
}
.tp-bullets.revo-tbay:before {
    padding: 0 !important
}
.tp-bullets.revo-tbay .tp-bullet {
    display: block;
    background: var(--border-color);
    width: 10px;
    height: 10px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    cursor: pointer;
    position: static;
    float: left;
    margin-right: 10px;
    margin-left: 0;
    -webkit-box-shadow: none;
    box-shadow: none
}
.tp-bullets.revo-tbay .tp-bullet.selected, .tp-bullets.revo-tbay .tp-bullet:hover {
    background: var(--tb-theme-color)
}
.tp-bullets.revo-tbay .tp-bullet:last-child {
    margin: 0
}
.display-products.products>.row {
    margin: 0
}
.display-products.products.products-list>.row>div {
    padding: 0;
    width: 100% !important
}
#sidebar-top-archive>.widget {
    padding: 30px
}
#sidebar-top-archive>.widget+.widget {
    padding-top: 0
}
#sidebar-top-archive>.widget:only-child {
    padding-bottom: 0
}
.archive-shop {
    padding-bottom: 90px
}
.archive-shop .page-title {
    font-size: 22px;
    font-weight: 600;
    margin: 0
}
.archive-shop .term-description {
    margin: 20px 0 15px
}
.archive-shop .woocommerce-info, .archive-shop .woocommerce-message, .archive-shop .woocommerce-error {
    background: var(--tb-theme-body);
    margin: 10px 0
}
.woocommerce-products-header {
    padding: 20px 30px 3px
}
.woocommerce-products-header .page-title+img {
    margin: 30px 0 15px
}
.woocommerce-products-header .page-title+img~.term-description {
    margin-top: 0
}
.woocommerce-products-header p {
    margin: 0
}
.woocommerce-products-header+.tbay-filter {
    padding-top: 0
}
a.woof_front_toggle {
    width: 15px;
    text-indent: -9999px;
    position: relative;
    float: right
}
a.woof_front_toggle.woof_front_toggle_closed:before {
    content: "";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-family: "tb-icon"
}
a.woof_front_toggle.woof_front_toggle_opened:before {
    content: "";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-family: "tb-icon"
}
a.woof_front_toggle:before {
    text-indent: 0;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 14px;
    line-height: 1
}
.all-subcategories {
    list-style: none;
    padding: 0;
    margin: 0
}
.all-subcategories::after {
    display: block;
    clear: both;
    content: ""
}
.all-subcategories>li {
    float: left;
    width: 50%;
    padding: 0 15px;
    margin-bottom: 30px;
    text-align: center
}
.all-subcategories h3 {
    font-size: 16px;
    font-weight: 500;
    margin: 10px 0 0
}
.all-subcategories h3 .count {
    background: transparent;
    color: #a5a5a5;
    display: block;
    font-weight: initial
}
.all-subcategories a {
    display: block;
    text-align: center;
    position: relative;
    overflow: hidden
}
.all-subcategories a img {
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s
}
.all-subcategories a:hover h3 {
    color: var(--tb-theme-color)
}
.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary, .woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images {
    width: 100%;
    float: none;
    margin-bottom: 0
}
.more_products, .tbay-pagination-load-more {
    text-align: center;
    margin-top: 60px
}
.more_products a i, .tbay-pagination-load-more a i {
    font-size: inherit
}
.more_products a.active, .tbay-pagination-load-more a.active {
    background: transparent url("../images/load-more.gif") no-repeat top center !important;
    width: 256px;
    height: 50px;
    background-size: 100px !important;
    z-index: 999;
    border: 0;
    padding: 1px 0;
    color: transparent
}
.more_products a.active span, .more_products a.active i, .tbay-pagination-load-more a.active span, .tbay-pagination-load-more a.active i {
    display: none
}
.woocommerce-product-details__short-description {
    padding-top: 15px
}
.woocommerce-product-details__short-description li {
    display: inline-block;
    vertical-align: middle
}
.woocommerce-product-details__short-description p {
    margin-bottom: 0;
    display: inline-block
}
.count {
    display: inline-block
}
.row.grid, .display-products.products-grid .row {
    margin: 0
}
.row.grid:before, .row.grid:after, .display-products.products-grid .row:before, .display-products.products-grid .row:after {
    display: none
}
.row.grid>div, .display-products.products-grid .row>div {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}
.row.grid>div>div, .display-products.products-grid .row>div>div {
    max-width: 100%;
    width: 100%
}
@media(min-width:1600px) {
    .row.grid[data-xlgdesktop="1"]>div, .display-products.products-grid .row[data-xlgdesktop="1"]>div {
        -webkit-box-flex: 100%;
        -moz-box-flex: 100%;
        -webkit-flex: 100%;
        -ms-flex: 100%;
        flex: 100%;
        max-width: 100%
    }
    .row.grid[data-xlgdesktop="2"]>div, .display-products.products-grid .row[data-xlgdesktop="2"]>div {
        -webkit-box-flex: 50%;
        -moz-box-flex: 50%;
        -webkit-flex: 50%;
        -ms-flex: 50%;
        flex: 50%;
        max-width: 50%
    }
    .row.grid[data-xlgdesktop="3"]>div, .display-products.products-grid .row[data-xlgdesktop="3"]>div {
        -webkit-box-flex: 33.33333%;
        -moz-box-flex: 33.33333%;
        -webkit-flex: 33.33333%;
        -ms-flex: 33.33333%;
        flex: 33.33333%;
        max-width: 33.33333%
    }
    .row.grid[data-xlgdesktop="4"]>div, .display-products.products-grid .row[data-xlgdesktop="4"]>div {
        -webkit-box-flex: 25%;
        -moz-box-flex: 25%;
        -webkit-flex: 25%;
        -ms-flex: 25%;
        flex: 25%;
        max-width: 25%
    }
    .row.grid[data-xlgdesktop="5"]>div, .display-products.products-grid .row[data-xlgdesktop="5"]>div {
        -webkit-box-flex: 20%;
        -moz-box-flex: 20%;
        -webkit-flex: 20%;
        -ms-flex: 20%;
        flex: 20%;
        max-width: 20%
    }
    .row.grid[data-xlgdesktop="6"]>div, .display-products.products-grid .row[data-xlgdesktop="6"]>div {
        -webkit-box-flex: 16.66667%;
        -moz-box-flex: 16.66667%;
        -webkit-flex: 16.66667%;
        -ms-flex: 16.66667%;
        flex: 16.66667%;
        max-width: 16.66667%
    }
    .row.grid[data-xlgdesktop="7"]>div, .display-products.products-grid .row[data-xlgdesktop="7"]>div {
        -webkit-box-flex: 14.28571%;
        -moz-box-flex: 14.28571%;
        -webkit-flex: 14.28571%;
        -ms-flex: 14.28571%;
        flex: 14.28571%;
        max-width: 14.28571%
    }
    .row.grid[data-xlgdesktop="8"]>div, .display-products.products-grid .row[data-xlgdesktop="8"]>div {
        -webkit-box-flex: 12.5%;
        -moz-box-flex: 12.5%;
        -webkit-flex: 12.5%;
        -ms-flex: 12.5%;
        flex: 12.5%;
        max-width: 12.5%
    }
    .row.grid[data-xlgdesktop="9"]>div, .display-products.products-grid .row[data-xlgdesktop="9"]>div {
        -webkit-box-flex: 11.11111%;
        -moz-box-flex: 11.11111%;
        -webkit-flex: 11.11111%;
        -ms-flex: 11.11111%;
        flex: 11.11111%;
        max-width: 11.11111%
    }
    .row.grid[data-xlgdesktop="10"]>div, .display-products.products-grid .row[data-xlgdesktop="10"]>div {
        -webkit-box-flex: 10%;
        -moz-box-flex: 10%;
        -webkit-flex: 10%;
        -ms-flex: 10%;
        flex: 10%;
        max-width: 10%
    }
    .row.grid[data-xlgdesktop="11"]>div, .display-products.products-grid .row[data-xlgdesktop="11"]>div {
        -webkit-box-flex: 9.09091%;
        -moz-box-flex: 9.09091%;
        -webkit-flex: 9.09091%;
        -ms-flex: 9.09091%;
        flex: 9.09091%;
        max-width: 9.09091%
    }
    .row.grid[data-xlgdesktop="12"]>div, .display-products.products-grid .row[data-xlgdesktop="12"]>div {
        -webkit-box-flex: 8.33333%;
        -moz-box-flex: 8.33333%;
        -webkit-flex: 8.33333%;
        -ms-flex: 8.33333%;
        flex: 8.33333%;
        max-width: 8.33333%
    }
}
@media(max-width:1599.98px) and (min-width:1200px) {
    .row.grid[data-desktop="1"]>div, .display-products.products-grid .row[data-desktop="1"]>div {
        -webkit-box-flex: 100%;
        -moz-box-flex: 100%;
        -webkit-flex: 100%;
        -ms-flex: 100%;
        flex: 100%;
        max-width: 100%
    }
    .row.grid[data-desktop="2"]>div, .display-products.products-grid .row[data-desktop="2"]>div {
        -webkit-box-flex: 50%;
        -moz-box-flex: 50%;
        -webkit-flex: 50%;
        -ms-flex: 50%;
        flex: 50%;
        max-width: 50%
    }
    .row.grid[data-desktop="3"]>div, .display-products.products-grid .row[data-desktop="3"]>div {
        -webkit-box-flex: 33.33333%;
        -moz-box-flex: 33.33333%;
        -webkit-flex: 33.33333%;
        -ms-flex: 33.33333%;
        flex: 33.33333%;
        max-width: 33.33333%
    }
    .row.grid[data-desktop="4"]>div, .display-products.products-grid .row[data-desktop="4"]>div {
        -webkit-box-flex: 25%;
        -moz-box-flex: 25%;
        -webkit-flex: 25%;
        -ms-flex: 25%;
        flex: 25%;
        max-width: 25%
    }
    .row.grid[data-desktop="5"]>div, .display-products.products-grid .row[data-desktop="5"]>div {
        -webkit-box-flex: 20%;
        -moz-box-flex: 20%;
        -webkit-flex: 20%;
        -ms-flex: 20%;
        flex: 20%;
        max-width: 20%
    }
    .row.grid[data-desktop="6"]>div, .display-products.products-grid .row[data-desktop="6"]>div {
        -webkit-box-flex: 16.66667%;
        -moz-box-flex: 16.66667%;
        -webkit-flex: 16.66667%;
        -ms-flex: 16.66667%;
        flex: 16.66667%;
        max-width: 16.66667%
    }
    .row.grid[data-desktop="7"]>div, .display-products.products-grid .row[data-desktop="7"]>div {
        -webkit-box-flex: 14.28571%;
        -moz-box-flex: 14.28571%;
        -webkit-flex: 14.28571%;
        -ms-flex: 14.28571%;
        flex: 14.28571%;
        max-width: 14.28571%
    }
    .row.grid[data-desktop="8"]>div, .display-products.products-grid .row[data-desktop="8"]>div {
        -webkit-box-flex: 12.5%;
        -moz-box-flex: 12.5%;
        -webkit-flex: 12.5%;
        -ms-flex: 12.5%;
        flex: 12.5%;
        max-width: 12.5%
    }
    .row.grid[data-desktop="9"]>div, .display-products.products-grid .row[data-desktop="9"]>div {
        -webkit-box-flex: 11.11111%;
        -moz-box-flex: 11.11111%;
        -webkit-flex: 11.11111%;
        -ms-flex: 11.11111%;
        flex: 11.11111%;
        max-width: 11.11111%
    }
    .row.grid[data-desktop="10"]>div, .display-products.products-grid .row[data-desktop="10"]>div {
        -webkit-box-flex: 10%;
        -moz-box-flex: 10%;
        -webkit-flex: 10%;
        -ms-flex: 10%;
        flex: 10%;
        max-width: 10%
    }
    .row.grid[data-desktop="11"]>div, .display-products.products-grid .row[data-desktop="11"]>div {
        -webkit-box-flex: 9.09091%;
        -moz-box-flex: 9.09091%;
        -webkit-flex: 9.09091%;
        -ms-flex: 9.09091%;
        flex: 9.09091%;
        max-width: 9.09091%
    }
    .row.grid[data-desktop="12"]>div, .display-products.products-grid .row[data-desktop="12"]>div {
        -webkit-box-flex: 8.33333%;
        -moz-box-flex: 8.33333%;
        -webkit-flex: 8.33333%;
        -ms-flex: 8.33333%;
        flex: 8.33333%;
        max-width: 8.33333%
    }
}
@media(max-width:1199.98px) and (min-width:992px) {
    .row.grid[data-desktopsmall="1"]>div, .display-products.products-grid .row[data-desktopsmall="1"]>div {
        -webkit-box-flex: 100%;
        -moz-box-flex: 100%;
        -webkit-flex: 100%;
        -ms-flex: 100%;
        flex: 100%;
        max-width: 100%
    }
    .row.grid[data-desktopsmall="2"]>div, .display-products.products-grid .row[data-desktopsmall="2"]>div {
        -webkit-box-flex: 50%;
        -moz-box-flex: 50%;
        -webkit-flex: 50%;
        -ms-flex: 50%;
        flex: 50%;
        max-width: 50%
    }
    .row.grid[data-desktopsmall="3"]>div, .display-products.products-grid .row[data-desktopsmall="3"]>div {
        -webkit-box-flex: 33.33333%;
        -moz-box-flex: 33.33333%;
        -webkit-flex: 33.33333%;
        -ms-flex: 33.33333%;
        flex: 33.33333%;
        max-width: 33.33333%
    }
    .row.grid[data-desktopsmall="4"]>div, .display-products.products-grid .row[data-desktopsmall="4"]>div {
        -webkit-box-flex: 25%;
        -moz-box-flex: 25%;
        -webkit-flex: 25%;
        -ms-flex: 25%;
        flex: 25%;
        max-width: 25%
    }
    .row.grid[data-desktopsmall="5"]>div, .display-products.products-grid .row[data-desktopsmall="5"]>div {
        -webkit-box-flex: 20%;
        -moz-box-flex: 20%;
        -webkit-flex: 20%;
        -ms-flex: 20%;
        flex: 20%;
        max-width: 20%
    }
    .row.grid[data-desktopsmall="6"]>div, .display-products.products-grid .row[data-desktopsmall="6"]>div {
        -webkit-box-flex: 16.66667%;
        -moz-box-flex: 16.66667%;
        -webkit-flex: 16.66667%;
        -ms-flex: 16.66667%;
        flex: 16.66667%;
        max-width: 16.66667%
    }
    .row.grid[data-desktopsmall="7"]>div, .display-products.products-grid .row[data-desktopsmall="7"]>div {
        -webkit-box-flex: 14.28571%;
        -moz-box-flex: 14.28571%;
        -webkit-flex: 14.28571%;
        -ms-flex: 14.28571%;
        flex: 14.28571%;
        max-width: 14.28571%
    }
    .row.grid[data-desktopsmall="8"]>div, .display-products.products-grid .row[data-desktopsmall="8"]>div {
        -webkit-box-flex: 12.5%;
        -moz-box-flex: 12.5%;
        -webkit-flex: 12.5%;
        -ms-flex: 12.5%;
        flex: 12.5%;
        max-width: 12.5%
    }
    .row.grid[data-desktopsmall="9"]>div, .display-products.products-grid .row[data-desktopsmall="9"]>div {
        -webkit-box-flex: 11.11111%;
        -moz-box-flex: 11.11111%;
        -webkit-flex: 11.11111%;
        -ms-flex: 11.11111%;
        flex: 11.11111%;
        max-width: 11.11111%
    }
    .row.grid[data-desktopsmall="10"]>div, .display-products.products-grid .row[data-desktopsmall="10"]>div {
        -webkit-box-flex: 10%;
        -moz-box-flex: 10%;
        -webkit-flex: 10%;
        -ms-flex: 10%;
        flex: 10%;
        max-width: 10%
    }
    .row.grid[data-desktopsmall="11"]>div, .display-products.products-grid .row[data-desktopsmall="11"]>div {
        -webkit-box-flex: 9.09091%;
        -moz-box-flex: 9.09091%;
        -webkit-flex: 9.09091%;
        -ms-flex: 9.09091%;
        flex: 9.09091%;
        max-width: 9.09091%
    }
    .row.grid[data-desktopsmall="12"]>div, .display-products.products-grid .row[data-desktopsmall="12"]>div {
        -webkit-box-flex: 8.33333%;
        -moz-box-flex: 8.33333%;
        -webkit-flex: 8.33333%;
        -ms-flex: 8.33333%;
        flex: 8.33333%;
        max-width: 8.33333%
    }
}
@media(max-width:991.98px) and (min-width:768px) {
    .row.grid[data-tablet="1"]>div, .display-products.products-grid .row[data-tablet="1"]>div {
        -webkit-box-flex: 100%;
        -moz-box-flex: 100%;
        -webkit-flex: 100%;
        -ms-flex: 100%;
        flex: 100%;
        max-width: 100%
    }
    .row.grid[data-tablet="2"]>div, .display-products.products-grid .row[data-tablet="2"]>div {
        -webkit-box-flex: 50%;
        -moz-box-flex: 50%;
        -webkit-flex: 50%;
        -ms-flex: 50%;
        flex: 50%;
        max-width: 50%
    }
    .row.grid[data-tablet="3"]>div, .display-products.products-grid .row[data-tablet="3"]>div {
        -webkit-box-flex: 33.33333%;
        -moz-box-flex: 33.33333%;
        -webkit-flex: 33.33333%;
        -ms-flex: 33.33333%;
        flex: 33.33333%;
        max-width: 33.33333%
    }
    .row.grid[data-tablet="4"]>div, .display-products.products-grid .row[data-tablet="4"]>div {
        -webkit-box-flex: 25%;
        -moz-box-flex: 25%;
        -webkit-flex: 25%;
        -ms-flex: 25%;
        flex: 25%;
        max-width: 25%
    }
    .row.grid[data-tablet="5"]>div, .display-products.products-grid .row[data-tablet="5"]>div {
        -webkit-box-flex: 20%;
        -moz-box-flex: 20%;
        -webkit-flex: 20%;
        -ms-flex: 20%;
        flex: 20%;
        max-width: 20%
    }
    .row.grid[data-tablet="6"]>div, .display-products.products-grid .row[data-tablet="6"]>div {
        -webkit-box-flex: 16.66667%;
        -moz-box-flex: 16.66667%;
        -webkit-flex: 16.66667%;
        -ms-flex: 16.66667%;
        flex: 16.66667%;
        max-width: 16.66667%
    }
    .row.grid[data-tablet="7"]>div, .display-products.products-grid .row[data-tablet="7"]>div {
        -webkit-box-flex: 14.28571%;
        -moz-box-flex: 14.28571%;
        -webkit-flex: 14.28571%;
        -ms-flex: 14.28571%;
        flex: 14.28571%;
        max-width: 14.28571%
    }
    .row.grid[data-tablet="8"]>div, .display-products.products-grid .row[data-tablet="8"]>div {
        -webkit-box-flex: 12.5%;
        -moz-box-flex: 12.5%;
        -webkit-flex: 12.5%;
        -ms-flex: 12.5%;
        flex: 12.5%;
        max-width: 12.5%
    }
    .row.grid[data-tablet="9"]>div, .display-products.products-grid .row[data-tablet="9"]>div {
        -webkit-box-flex: 11.11111%;
        -moz-box-flex: 11.11111%;
        -webkit-flex: 11.11111%;
        -ms-flex: 11.11111%;
        flex: 11.11111%;
        max-width: 11.11111%
    }
    .row.grid[data-tablet="10"]>div, .display-products.products-grid .row[data-tablet="10"]>div {
        -webkit-box-flex: 10%;
        -moz-box-flex: 10%;
        -webkit-flex: 10%;
        -ms-flex: 10%;
        flex: 10%;
        max-width: 10%
    }
    .row.grid[data-tablet="11"]>div, .display-products.products-grid .row[data-tablet="11"]>div {
        -webkit-box-flex: 9.09091%;
        -moz-box-flex: 9.09091%;
        -webkit-flex: 9.09091%;
        -ms-flex: 9.09091%;
        flex: 9.09091%;
        max-width: 9.09091%
    }
    .row.grid[data-tablet="12"]>div, .display-products.products-grid .row[data-tablet="12"]>div {
        -webkit-box-flex: 8.33333%;
        -moz-box-flex: 8.33333%;
        -webkit-flex: 8.33333%;
        -ms-flex: 8.33333%;
        flex: 8.33333%;
        max-width: 8.33333%
    }
}
@media(max-width:767.98px) and (min-width:576px) {
    .row.grid[data-landscape="1"]>div, .display-products.products-grid .row[data-landscape="1"]>div {
        -webkit-box-flex: 100%;
        -moz-box-flex: 100%;
        -webkit-flex: 100%;
        -ms-flex: 100%;
        flex: 100%;
        max-width: 100%
    }
    .row.grid[data-landscape="2"]>div, .display-products.products-grid .row[data-landscape="2"]>div {
        -webkit-box-flex: 50%;
        -moz-box-flex: 50%;
        -webkit-flex: 50%;
        -ms-flex: 50%;
        flex: 50%;
        max-width: 50%
    }
    .row.grid[data-landscape="3"]>div, .display-products.products-grid .row[data-landscape="3"]>div {
        -webkit-box-flex: 33.33333%;
        -moz-box-flex: 33.33333%;
        -webkit-flex: 33.33333%;
        -ms-flex: 33.33333%;
        flex: 33.33333%;
        max-width: 33.33333%
    }
    .row.grid[data-landscape="4"]>div, .display-products.products-grid .row[data-landscape="4"]>div {
        -webkit-box-flex: 25%;
        -moz-box-flex: 25%;
        -webkit-flex: 25%;
        -ms-flex: 25%;
        flex: 25%;
        max-width: 25%
    }
    .row.grid[data-landscape="5"]>div, .display-products.products-grid .row[data-landscape="5"]>div {
        -webkit-box-flex: 20%;
        -moz-box-flex: 20%;
        -webkit-flex: 20%;
        -ms-flex: 20%;
        flex: 20%;
        max-width: 20%
    }
    .row.grid[data-landscape="6"]>div, .display-products.products-grid .row[data-landscape="6"]>div {
        -webkit-box-flex: 16.66667%;
        -moz-box-flex: 16.66667%;
        -webkit-flex: 16.66667%;
        -ms-flex: 16.66667%;
        flex: 16.66667%;
        max-width: 16.66667%
    }
    .row.grid[data-landscape="7"]>div, .display-products.products-grid .row[data-landscape="7"]>div {
        -webkit-box-flex: 14.28571%;
        -moz-box-flex: 14.28571%;
        -webkit-flex: 14.28571%;
        -ms-flex: 14.28571%;
        flex: 14.28571%;
        max-width: 14.28571%
    }
    .row.grid[data-landscape="8"]>div, .display-products.products-grid .row[data-landscape="8"]>div {
        -webkit-box-flex: 12.5%;
        -moz-box-flex: 12.5%;
        -webkit-flex: 12.5%;
        -ms-flex: 12.5%;
        flex: 12.5%;
        max-width: 12.5%
    }
    .row.grid[data-landscape="9"]>div, .display-products.products-grid .row[data-landscape="9"]>div {
        -webkit-box-flex: 11.11111%;
        -moz-box-flex: 11.11111%;
        -webkit-flex: 11.11111%;
        -ms-flex: 11.11111%;
        flex: 11.11111%;
        max-width: 11.11111%
    }
    .row.grid[data-landscape="10"]>div, .display-products.products-grid .row[data-landscape="10"]>div {
        -webkit-box-flex: 10%;
        -moz-box-flex: 10%;
        -webkit-flex: 10%;
        -ms-flex: 10%;
        flex: 10%;
        max-width: 10%
    }
    .row.grid[data-landscape="11"]>div, .display-products.products-grid .row[data-landscape="11"]>div {
        -webkit-box-flex: 9.09091%;
        -moz-box-flex: 9.09091%;
        -webkit-flex: 9.09091%;
        -ms-flex: 9.09091%;
        flex: 9.09091%;
        max-width: 9.09091%
    }
    .row.grid[data-landscape="12"]>div, .display-products.products-grid .row[data-landscape="12"]>div {
        -webkit-box-flex: 8.33333%;
        -moz-box-flex: 8.33333%;
        -webkit-flex: 8.33333%;
        -ms-flex: 8.33333%;
        flex: 8.33333%;
        max-width: 8.33333%
    }
}
@media(max-width:575px) {
    .row.grid[data-mobile="1"]>div, .display-products.products-grid .row[data-mobile="1"]>div {
        -webkit-box-flex: 100%;
        -moz-box-flex: 100%;
        -webkit-flex: 100%;
        -ms-flex: 100%;
        flex: 100%;
        max-width: 100%
    }
    .row.grid[data-mobile="2"]>div, .display-products.products-grid .row[data-mobile="2"]>div {
        -webkit-box-flex: 50%;
        -moz-box-flex: 50%;
        -webkit-flex: 50%;
        -ms-flex: 50%;
        flex: 50%;
        max-width: 50%
    }
    .row.grid[data-mobile="3"]>div, .display-products.products-grid .row[data-mobile="3"]>div {
        -webkit-box-flex: 33.33333%;
        -moz-box-flex: 33.33333%;
        -webkit-flex: 33.33333%;
        -ms-flex: 33.33333%;
        flex: 33.33333%;
        max-width: 33.33333%
    }
    .row.grid[data-mobile="4"]>div, .display-products.products-grid .row[data-mobile="4"]>div {
        -webkit-box-flex: 25%;
        -moz-box-flex: 25%;
        -webkit-flex: 25%;
        -ms-flex: 25%;
        flex: 25%;
        max-width: 25%
    }
    .row.grid[data-mobile="5"]>div, .display-products.products-grid .row[data-mobile="5"]>div {
        -webkit-box-flex: 20%;
        -moz-box-flex: 20%;
        -webkit-flex: 20%;
        -ms-flex: 20%;
        flex: 20%;
        max-width: 20%
    }
    .row.grid[data-mobile="6"]>div, .display-products.products-grid .row[data-mobile="6"]>div {
        -webkit-box-flex: 16.66667%;
        -moz-box-flex: 16.66667%;
        -webkit-flex: 16.66667%;
        -ms-flex: 16.66667%;
        flex: 16.66667%;
        max-width: 16.66667%
    }
    .row.grid[data-mobile="7"]>div, .display-products.products-grid .row[data-mobile="7"]>div {
        -webkit-box-flex: 14.28571%;
        -moz-box-flex: 14.28571%;
        -webkit-flex: 14.28571%;
        -ms-flex: 14.28571%;
        flex: 14.28571%;
        max-width: 14.28571%
    }
    .row.grid[data-mobile="8"]>div, .display-products.products-grid .row[data-mobile="8"]>div {
        -webkit-box-flex: 12.5%;
        -moz-box-flex: 12.5%;
        -webkit-flex: 12.5%;
        -ms-flex: 12.5%;
        flex: 12.5%;
        max-width: 12.5%
    }
    .row.grid[data-mobile="9"]>div, .display-products.products-grid .row[data-mobile="9"]>div {
        -webkit-box-flex: 11.11111%;
        -moz-box-flex: 11.11111%;
        -webkit-flex: 11.11111%;
        -ms-flex: 11.11111%;
        flex: 11.11111%;
        max-width: 11.11111%
    }
    .row.grid[data-mobile="10"]>div, .display-products.products-grid .row[data-mobile="10"]>div {
        -webkit-box-flex: 10%;
        -moz-box-flex: 10%;
        -webkit-flex: 10%;
        -ms-flex: 10%;
        flex: 10%;
        max-width: 10%
    }
    .row.grid[data-mobile="11"]>div, .display-products.products-grid .row[data-mobile="11"]>div {
        -webkit-box-flex: 9.09091%;
        -moz-box-flex: 9.09091%;
        -webkit-flex: 9.09091%;
        -ms-flex: 9.09091%;
        flex: 9.09091%;
        max-width: 9.09091%
    }
    .row.grid[data-mobile="12"]>div, .display-products.products-grid .row[data-mobile="12"]>div {
        -webkit-box-flex: 8.33333%;
        -moz-box-flex: 8.33333%;
        -webkit-flex: 8.33333%;
        -ms-flex: 8.33333%;
        flex: 8.33333%;
        max-width: 8.33333%
    }
}
.product-top-sidebar {
    margin: 0
}
.product-top-sidebar.active {
    background: var(--color-03)
}
.product-top-sidebar.active .product-top-button-wrapper {
    background: var(--bg-white)
}
.product-top-sidebar.active .button-product-top .first {
    display: none
}
.product-top-sidebar.active .button-product-top .second {
    display: inline-block
}
.product-top-sidebar .product-top-button-wrapper {
    -moz-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
    position: relative;
    padding: 25px 0;
    z-index: 10
}
@media(max-width:767px) {
    .product-top-sidebar .product-top-button-wrapper {
        padding: 10px 0
    }
}
.product-top-sidebar .button-product-top .first {
    display: inline-block
}
.product-top-sidebar .button-product-top .second {
    display: none
}
.product-top-sidebar>.container .content, .dokan-dashboard .product-top-sidebar>.dokan-dashboard-wrap .content, #wcfm-main-contentainer .product-top-sidebar>.wcfm-membership-wrapper .content, .wcfmmp-store-page .product-top-sidebar>#wcfmmp-store .content {
    display: none
}
.product-top-sidebar .button-product-top {
    border: 0;
    padding: 0;
    background: transparent;
    font-weight: 500;
    text-transform: uppercase
}
.product-top-sidebar .button-product-top:focus, .product-top-sidebar .button-product-top:hover {
    outline: initial;
    color: var(--tb-theme-color)
}
.product-top-sidebar .button-product-top i {
    margin-left: 10px;
    margin-right: 0
}
.product-top-sidebar .content {
    padding: 50px 0
}
.product-top-sidebar .content::after {
    display: block;
    clear: both;
    content: ""
}
@media(max-width:767px) {
    .product-top-sidebar .content {
        padding: 10px 0
    }
}
.product-top-sidebar .content>.widget {
    float: left;
    clear: initial;
    margin-bottom: 0;
    width: 25%;
    padding-right: 30px;
    padding-left: 0
}
@media(max-width:767px) {
    .product-top-sidebar .content>.widget {
        width: 100%;
        padding-right: 0
    }
}
.product-top-sidebar .content>.widget:last-child {
    padding: 0
}
.product-top-sidebar .treeview-menu {
    margin: 0
}
.product-top-sidebar .woof_redraw_zone>div {
    clear: initial !important;
    margin: 0;
    text-align: left;
    float: left;
    width: 50%
}
@media(max-width:767px) {
    .product-top-sidebar .woof_redraw_zone>div {
        width: 100%
    }
}
.product-top-sidebar .woof_redraw_zone .woof_container_pa_color {
    margin-bottom: 30px
}
.product-top-sidebar .woof_redraw_zone .woof_container_pa_size {
    clear: left !important
}
.product-top-sidebar .woof_redraw_zone .woof_price_search_container {
    float: right;
    width: 50%;
    padding-left: 30px;
    padding-right: 0
}
@media(max-width:767px) {
    .product-top-sidebar .woof_redraw_zone .woof_price_search_container {
        width: 100% !important;
        float: left;
        padding-left: 0
    }
}
.product-top-sidebar .WOOF_Widget {
    width: 50% !important
}
@media(max-width:767px) {
    .product-top-sidebar .WOOF_Widget {
        width: 100% !important
    }
}
.product-top-sidebar .widget_product_tag_cloud .tagcloud a {
    float: left
}
.product-top-sidebar .widget_product_tag_cloud .tagcloud a:nth-child(3n+1) {
    clear: both
}
@media(max-width:1199px) {
    .product-top-sidebar .widget_product_tag_cloud {
        width: auto
    }
}
.quantity input[type='number'] {
    -moz-appearance: textfield
}
.quantity input::-webkit-outer-spin-button, .quantity input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    -ms-appearance: none;
    appearance: none
}
#reviews .review_form_wrapper #respond p.form-submit {
    z-index: 99
}
.tbay-gallery-varible .zoomImg {
    display: none !important
}
.tbay-body-woocommerce-catalog-mod .tbay-element-mini-cart, .tbay-body-woocommerce-catalog-mod .add-cart, .tbay-body-woocommerce-catalog-mod .yith-wfbt-submit-button-remove, .tbay-body-woocommerce-catalog-mod .product-add-to-cart, .tbay-body-woocommerce-catalog-mod .single_add_to_cart_button, .tbay-body-woocommerce-catalog-mod .yith-compare, .tbay-body-woocommerce-catalog-mod #sticky-custom-add-to-cart {
    display: none !important
}
.tbay-body-woocommerce-catalog-mod .product-block.v1 .group-buttons, .tbay-body-woocommerce-catalog-mod .product-block.v2 .group-buttons {
    justify-content: center
}
.tbay-body-woocommerce-catalog-mod .product-block.v1 .group-buttons>div.button-wishlist a:hover, .tbay-body-woocommerce-catalog-mod .product-block.v2 .group-buttons>div.button-wishlist a:hover {
    border-color: var(--tb-theme-color)
}
.tbay-body-woocommerce-catalog-mod .product-block.v6 .group-buttons>div.tbay-quick-view a, .tbay-body-woocommerce-catalog-mod .product-block.v11 .group-buttons>div.tbay-quick-view a {
    border-right: 1px solid var(--border-color)
}
.tbay-body-woocommerce-catalog-mod .product-block.v6 .group-buttons>div.tbay-quick-view a:hover, .tbay-body-woocommerce-catalog-mod .product-block.v11 .group-buttons>div.tbay-quick-view a:hover {
    border-color: var(--tb-theme-color)
}
.tbay-body-woocommerce-catalog-mod .product-block.v11:hover .name {
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible
}
.tbay-body-woocommerce-catalog-mod .products-list .product-block .group-buttons {
    justify-content: unset
}
.tbay-body-woocommerce-catalog-mod .products-list .product-block .group-buttons>div.tbay-quick-view a {
    border-right: 1px solid var(--border-color)
}
.tbay-body-woocommerce-catalog-mod .products-list .product-block .group-buttons>div.tbay-quick-view a:hover {
    border-color: var(--tb-theme-color)
}
@media(min-width:481px) {
    .tbay-body-woocommerce-catalog-mod .singular-shop div.product .group-button {
        margin: 0
    }
}
.tbay-body-woocommerce-catalog-mod .singular-shop #shop-now {
    display: flex;
    align-items: center
}
.display-products.load-ajax {
    position: relative;
    opacity: .6;
    filter: alpha(opacity=60)
}
.display-products.load-ajax:after {
    content: "";
    z-index: 2;
    position: absolute;
    border: 2px solid var(--color-06);
    border-radius: 100%;
    height: 40px;
    width: 40px;
    top: 200px;
    left: 50%;
    margin-left: -20px;
    -webkit-animation: circle-loading .35s linear infinite;
    -o-animation: circle-loading .35s linear infinite;
    animation: circle-loading .35s linear infinite;
    border-top-color: var(--tb-theme-color)
}
@media(min-width:1200px) {
    .wp-block-woocommerce-products .woocommerce.columns-1 .products-grid>.row>div {
        -webkit-box-flex: 100%;
        -moz-box-flex: 100%;
        -webkit-flex: 100%;
        -ms-flex: 100%;
        flex: 100%;
        max-width: 100%;
        clear: unset
    }
    .wp-block-woocommerce-products .woocommerce.columns-1 .products-grid>.row>div:nth-child(1n+1) {
        clear: both
    }
    .wp-block-woocommerce-products .woocommerce.columns-2 .products-grid>.row>div {
        -webkit-box-flex: 50%;
        -moz-box-flex: 50%;
        -webkit-flex: 50%;
        -ms-flex: 50%;
        flex: 50%;
        max-width: 50%;
        clear: unset
    }
    .wp-block-woocommerce-products .woocommerce.columns-2 .products-grid>.row>div:nth-child(2n+1) {
        clear: both
    }
    .wp-block-woocommerce-products .woocommerce.columns-3 .products-grid>.row>div {
        -webkit-box-flex: 33.33333%;
        -moz-box-flex: 33.33333%;
        -webkit-flex: 33.33333%;
        -ms-flex: 33.33333%;
        flex: 33.33333%;
        max-width: 33.33333%;
        clear: unset
    }
    .wp-block-woocommerce-products .woocommerce.columns-3 .products-grid>.row>div:nth-child(3n+1) {
        clear: both
    }
    .wp-block-woocommerce-products .woocommerce.columns-4 .products-grid>.row>div {
        -webkit-box-flex: 25%;
        -moz-box-flex: 25%;
        -webkit-flex: 25%;
        -ms-flex: 25%;
        flex: 25%;
        max-width: 25%;
        clear: unset
    }
    .wp-block-woocommerce-products .woocommerce.columns-4 .products-grid>.row>div:nth-child(4n+1) {
        clear: both
    }
    .wp-block-woocommerce-products .woocommerce.columns-5 .products-grid>.row>div {
        -webkit-box-flex: 20%;
        -moz-box-flex: 20%;
        -webkit-flex: 20%;
        -ms-flex: 20%;
        flex: 20%;
        max-width: 20%;
        clear: unset
    }
    .wp-block-woocommerce-products .woocommerce.columns-5 .products-grid>.row>div:nth-child(5n+1) {
        clear: both
    }
    .wp-block-woocommerce-products .woocommerce.columns-6 .products-grid>.row>div {
        -webkit-box-flex: 16.66667%;
        -moz-box-flex: 16.66667%;
        -webkit-flex: 16.66667%;
        -ms-flex: 16.66667%;
        flex: 16.66667%;
        max-width: 16.66667%;
        clear: unset
    }
    .wp-block-woocommerce-products .woocommerce.columns-6 .products-grid>.row>div:nth-child(6n+1) {
        clear: both
    }
    .wp-block-woocommerce-products .woocommerce.columns-7 .products-grid>.row>div {
        -webkit-box-flex: 14.28571%;
        -moz-box-flex: 14.28571%;
        -webkit-flex: 14.28571%;
        -ms-flex: 14.28571%;
        flex: 14.28571%;
        max-width: 14.28571%;
        clear: unset
    }
    .wp-block-woocommerce-products .woocommerce.columns-7 .products-grid>.row>div:nth-child(7n+1) {
        clear: both
    }
    .wp-block-woocommerce-products .woocommerce.columns-8 .products-grid>.row>div {
        -webkit-box-flex: 12.5%;
        -moz-box-flex: 12.5%;
        -webkit-flex: 12.5%;
        -ms-flex: 12.5%;
        flex: 12.5%;
        max-width: 12.5%;
        clear: unset
    }
    .wp-block-woocommerce-products .woocommerce.columns-8 .products-grid>.row>div:nth-child(8n+1) {
        clear: both
    }
}
@media(min-width:1200px) {
    .woocommerce.columns-1 .products-grid>.row>div {
        -webkit-box-flex: 100%;
        -moz-box-flex: 100%;
        -webkit-flex: 100%;
        -ms-flex: 100%;
        flex: 100%;
        max-width: 100%
    }
    .woocommerce.columns-1 .products-grid>.row>div:nth-child(1n+1) {
        clear: both
    }
    .woocommerce.columns-2 .products-grid>.row>div {
        -webkit-box-flex: 50%;
        -moz-box-flex: 50%;
        -webkit-flex: 50%;
        -ms-flex: 50%;
        flex: 50%;
        max-width: 50%
    }
    .woocommerce.columns-2 .products-grid>.row>div:nth-child(2n+1) {
        clear: both
    }
    .woocommerce.columns-3 .products-grid>.row>div {
        -webkit-box-flex: 33.33333%;
        -moz-box-flex: 33.33333%;
        -webkit-flex: 33.33333%;
        -ms-flex: 33.33333%;
        flex: 33.33333%;
        max-width: 33.33333%
    }
    .woocommerce.columns-3 .products-grid>.row>div:nth-child(3n+1) {
        clear: both
    }
    .woocommerce.columns-4 .products-grid>.row>div {
        -webkit-box-flex: 25%;
        -moz-box-flex: 25%;
        -webkit-flex: 25%;
        -ms-flex: 25%;
        flex: 25%;
        max-width: 25%
    }
    .woocommerce.columns-4 .products-grid>.row>div:nth-child(4n+1) {
        clear: both
    }
    .woocommerce.columns-5 .products-grid>.row>div {
        -webkit-box-flex: 20%;
        -moz-box-flex: 20%;
        -webkit-flex: 20%;
        -ms-flex: 20%;
        flex: 20%;
        max-width: 20%
    }
    .woocommerce.columns-5 .products-grid>.row>div:nth-child(5n+1) {
        clear: both
    }
    .woocommerce.columns-6 .products-grid>.row>div {
        -webkit-box-flex: 16.66667%;
        -moz-box-flex: 16.66667%;
        -webkit-flex: 16.66667%;
        -ms-flex: 16.66667%;
        flex: 16.66667%;
        max-width: 16.66667%
    }
    .woocommerce.columns-6 .products-grid>.row>div:nth-child(6n+1) {
        clear: both
    }
    .woocommerce.columns-7 .products-grid>.row>div {
        -webkit-box-flex: 14.28571%;
        -moz-box-flex: 14.28571%;
        -webkit-flex: 14.28571%;
        -ms-flex: 14.28571%;
        flex: 14.28571%;
        max-width: 14.28571%
    }
    .woocommerce.columns-7 .products-grid>.row>div:nth-child(7n+1) {
        clear: both
    }
    .woocommerce.columns-8 .products-grid>.row>div {
        -webkit-box-flex: 12.5%;
        -moz-box-flex: 12.5%;
        -webkit-flex: 12.5%;
        -ms-flex: 12.5%;
        flex: 12.5%;
        max-width: 12.5%
    }
    .woocommerce.columns-8 .products-grid>.row>div:nth-child(8n+1) {
        clear: both
    }
}
@media(max-width:479px) {
    .woocommerce[class*="columns-"] .products-grid>.row {
        margin-left: -8px;
        margin-right: -8px
    }
    .woocommerce[class*="columns-"] .products-grid>.row>div {
        padding: 0 8px
    }
}
#sidebar-shop {
    padding: 0 0 5px;
    position: relative;
    background: var(--bg-white)
}
#sidebar-shop:before {
    content: '';
    background: var(--border-color);
    position: absolute;
    left: auto;
    right: 0;
    width: 1px;
    top: 0;
    height: 100%;
    z-index: 11
}
#sidebar-shop>.widget {
    padding: 20px;
    padding-top: 16px
}
#sidebar-shop>.widget:after {
    display: none
}
#sidebar-shop>.widget+.widget {
    border-top: 1px solid var(--border-color-2)
}
#sidebar-shop+.archive-shop {
    padding: 0 0 50px
}
.row.flex-row-reverse #sidebar-shop:before {
    left: 0;
    right: auto
}
.archive-full .display-products.products.products-list {
    padding-left: 0;
    padding-right: 0
}
body.archive.woocommerce-shop #main-container>.row, body.archive.tbay-product-category #main-container>.row {
    margin-top: 0;
    justify-content: space-between
}
.woof_checkbox_sales_container {
    font-size: 0;
    margin-bottom: 0;
    padding-bottom: 0
}
.woof_checkbox_sales_container label {
    font-size: 14px
}
.tbay-filter {
    padding: 30px;
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    flex-direction: column;
    border-bottom: 1px solid var(--border-color)
}
.tbay-filter .woof_products_top_panel {
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    margin: 20px 0 0
}
.tbay-filter .woof_products_top_panel li {
    margin: 0 !important
}
.tbay-filter .woof_products_top_panel li span {
    padding-right: 16px;
    padding-left: 0
}
.tbay-filter .woof_products_top_panel li+li {
    margin-left: 7px !important
}
.tbay-filter .woocommerce-result-count {
    color: var(--black-color);
    line-height: 30px;
    margin: 0;
    margin-right: auto
}
.tbay-filter .sort-title {
    display: inline-block;
    vertical-align: middle;
    margin-left: 0;
    margin-right: 10px
}
.tbay-filter .woocommerce-ordering {
    margin: 0;
    z-index: 500
}
.tbay-filter form.woocommerce-fillter {
    margin-right: 10px;
    margin-left: 0
}
.tbay-filter form.woocommerce-fillter+.woocommerce-ordering .sort-title, .tbay-filter form.woocommerce-fillter+.woocommerce-fillter .sort-title {
    display: none
}
.tbay-filter .SumoSelect {
    width: auto;
    line-height: 40px;
    display: inline-block;
    vertical-align: middle;
    border: 1px solid var(--border-color-4);
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    padding: 0
}
.tbay-filter .SumoSelect>.CaptionCont {
    border: 0;
    padding: 0;
    text-align: center;
    background: transparent;
    font-weight: 400;
    text-align: left;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s
}
.tbay-filter .SumoSelect>.CaptionCont>label {
    margin: 0;
    width: auto;
    right: 15px;
    left: auto;
    font-weight: normal;
    cursor: pointer
}
.tbay-filter .SumoSelect>.CaptionCont>label:before {
    content: "";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-family: "tb-icon"
}
.tbay-filter .SumoSelect>.CaptionCont>label:before {
    font-size: 10px;
    display: inline-block;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s
}
.tbay-filter .SumoSelect>.CaptionCont>label>i {
    display: none
}
.tbay-filter .SumoSelect>.CaptionCont>span {
    cursor: pointer;
    padding-right: 35px;
    padding-left: 15px
}
.tbay-filter .SumoSelect>.CaptionCont:hover {
    color: var(--tb-theme-color)
}
.tbay-filter .SumoSelect.open .SelectBox label:before {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg)
}
.tbay-filter .SumoSelect.open .CaptionCont {
    color: var(--tb-theme-color)
}
.tbay-filter .SumoSelect>.optWrapper {
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid var(--color-06);
    min-width: 200px;
    top: 100% !important;
    right: auto;
    left: -1px;
    z-index: 1000;
    background: var(--bg-white);
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0
}
.tbay-filter .SumoSelect>.optWrapper>.options li.opt {
    padding: 0 15px
}
.tbay-filter .SumoSelect>.optWrapper>.options li.opt label {
    font-size: 14px;
    font-weight: 400
}
.tbay-filter .SumoSelect:focus>.CaptionCont, .tbay-filter .SumoSelect:hover>.CaptionCont, .tbay-filter .SumoSelect.open>.CaptionCont {
    -webkit-box-shadow: none;
    box-shadow: none
}
.tbay-filter .SumoSelect.sumo_orderby>.optWrapper {
    min-width: 250px
}
.main-filter {
    align-items: center
}
.display-mode-warpper {
    padding-left: 30px;
    padding-right: 0
}
.display-mode-warpper .display-mode-btn {
    margin: 0;
    line-height: 30px;
    color: var(--black-color)
}
.display-mode-warpper .display-mode-btn i {
    font-size: 24px;
    display: inline-block;
    vertical-align: middle
}
.display-mode-warpper .display-mode-btn.active, .display-mode-warpper .display-mode-btn:hover {
    color: var(--tb-theme-color)
}
.display-mode-warpper .display-mode-btn+.display-mode-btn {
    margin-left: 10px
}
.display-mode-warpper span {
    margin-left: 0;
    margin-right: 10px
}
.woof_container input[type=checkbox], .woof_container input[type=radio] {
    display: none
}
.woof_list {
    line-height: 33px;
    position: relative
}
.woof_list>label {
    padding: 0;
    margin: 0;
    float: left;
    color: var(--color-12);
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s
}
.woof_list>label:before {
    display: none !important
}
.woof_list>label:hover {
    color: var(--tb-theme-color)
}
.woocommerce .woocommerce-ordering select, .woocommerce .woocommerce-fillter select {
    border: 0;
    background: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    -ms-appearance: none;
    appearance: none
}
.woocommerce .woocommerce-ordering select:focus, .woocommerce .woocommerce-ordering select:hover, .woocommerce .woocommerce-fillter select:focus, .woocommerce .woocommerce-fillter select:hover {
    outline: 0
}
.woof_reset_button_2 {
    border: 0;
    padding-top: 0;
    padding-bottom: 0
}
.woocommerce .woof_submit_search_form_container {
    margin: 0
}
.woocommerce .woof_submit_search_form_container button.woof_reset_search_form {
    background: var(--bg-white);
    color: var(--black-color);
    border: 1px solid var(--border-color-4);
    float: none !important;
    width: 100%;
    margin-top: 20px !important;
    font-weight: 400
}
.woocommerce .woof_submit_search_form_container button.woof_reset_search_form:hover, .woocommerce .woof_submit_search_form_container button.woof_reset_search_form:focus {
    color: #fff;
    background: var(--tb-theme-color);
    border-color: var(--tb-theme-color)
}
.woocommerce .woof_submit_search_form_container button.woof_submit_search_form {
    margin-top: 20px
}
.woof_childs_list_opener {
    position: absolute;
    top: 0;
    right: 0;
    left: auto;
    color: var(--color-12)
}
.woof_childs_list_opener:hover {
    color: var(--tb-theme-color)
}
.woof_childs_list_opener span {
    vertical-align: middle;
    background: transparent !important;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    width: 12px
}
.woof_childs_list_opener span:before {
    content: "";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-family: "tb-icon"
}
.woof_childs_list_opener span:before {
    position: absolute;
    top: 0;
    font-size: 10px
}
.woof_childs_list_opener span.woof_is_opened:before {
    content: "";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-family: "tb-icon"
}
.filter-mobile .heading-title {
    margin: 0;
    line-height: 45px;
    padding: 0 15px;
    font-size: 14px;
    border-bottom: 1px solid var(--border-color)
}
.filter-mobile .content {
    position: fixed;
    top: 0;
    height: 100vh;
    width: 80%;
    min-width: 280px;
    max-width: 330px;
    padding: 0 0 50px;
    overflow-x: hidden;
    overflow-y: auto;
    z-index: 9999;
    left: -100%;
    right: auto;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    background: var(--bg-white)
}
.filter-mobile .sidebar {
    padding: 0 15px;
    margin-top: 20px
}
.filter-mobile .sidebar>.widget {
    padding: 0
}
.filter-mobile .sidebar .woof_redraw_zone>.woof_container {
    margin-bottom: 25px
}
.filter-mobile .sidebar .woof_redraw_zone>.woof_container.woof_container_onsales {
    margin-bottom: 0
}
.filter-mobile.active .content {
    left: 0
}
.filter-mobile .close {
    position: absolute;
    right: 0;
    left: auto;
    top: 0;
    font-size: 13px;
    width: 45px;
    line-height: 43px;
    border-left: 1px solid var(--border-color);
    text-align: center;
    opacity: 1;
    filter: alpha(opacity=100)
}
.filter-mobile .woof_submit_search_form_container .woof_reset_search_form {
    float: left !important;
    line-height: 38px;
    background-color: var(--tb-theme-body);
    border-color: var(--color-06);
    color: var(--black-color)
}
.filter-mobile .woof_childs_list {
    margin-left: 10px !important
}
.filter {
    z-index: 100;
    position: relative
}
.button-filter-mobile {
    background: transparent;
    border: 0;
    padding: 0;
    line-height: 30px;
    margin-right: 15px;
    margin-left: 0
}
.button-filter-mobile i {
    margin-right: 8px;
    margin-left: 0;
    font-size: 16px;
    display: inline-block;
    vertical-align: text-top;
    line-height: 1
}
.button-filter-mobile:hover, .button-filter-mobile:focus {
    outline: 0
}
.tbay-close-side-mobile {
    content: "";
    background: rgba(0, 0, 0, 0.66);
    position: fixed;
    left: 0;
    right: auto;
    width: 100%;
    height: 100%;
    top: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    visibility: hidden;
    z-index: 2000;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s
}
body.filter-mobile-active #tbay-main-content {
    position: unset
}
body.filter-mobile-active .tbay-close-side-mobile {
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible;
    pointer-events: all
}
.woocommerce .products-list .product-top {
    left: 15px;
    right: auto;
    width: calc(100% - 30px)
}
.archive-shop .display-products.products.products-list .row {
    width: initial
}
.product-block.list div.button-wishlist .yith-wcwl-add-to-wishlist>div.yith-wcwl-add-button a>span>i {
    line-height: 31px
}
.products-list .product-block ul.show-brand a {
    font-weight: 700
}
.products-list>.row>div {
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}
.products-list>.row>div+div:before {
    content: '';
    background: var(--border-color);
    position: absolute;
    left: 0;
    top: -1px;
    width: 100%;
    height: 1px;
    z-index: 1;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}
.products-list .product-block {
    text-align: left;
    padding: 27px 24px;
    display: block
}
@media(min-width:768px) {
    .products-list .product-block:hover .group-buttons {
        visibility: visible;
        opacity: 1;
        filter: alpha(opacity=100)
    }
}
.products-list .product-block .product-content {
    flex-direction: initial
}
.products-list .product-block .tbay-variations {
    bottom: 20px
}
.products-list .product-block .name {
    font-weight: 400
}
.products-list .product-block .name a {
    color: var(--black-color)
}
.products-list .product-block .name a:hover, .products-list .product-block .name a:focus {
    color: var(--tb-theme-color)
}
.products-list .product-block .woocs_price_code, .products-list .product-block .woocs_price_code ins {
    font-size: 15px !important
}
.products-list .product-block .group-buttons>div a.compare {
    font-size: 0;
    display: flex;
    justify-content: center
}
.products-list .product-block .group-buttons>div a.compare:before {
    font-size: 18px;
    line-height: 33px
}
.products-list .tbay-swatches-wrapper {
    padding: 0;
    min-height: unset
}
.products-list .total-sold {
    display: table;
    color: var(--color-01);
    line-height: 20px;
    margin: 6px 0 0
}
.products-list .total-sold span {
    color: var(--color-04)
}
.cart-dropdown>a {
    display: block
}
.cart-dropdown>a>span {
    display: inline-block;
    vertical-align: middle
}
.cart-dropdown .text-cart {
    text-align: left;
    margin-left: 21px;
    margin-right: 0;
    color: var(--black-color);
    line-height: 22px;
    -webkit-transition: .3s all;
    -o-transition: .3s all;
    transition: .3s all;
    text-transform: capitalize
}
.cart-dropdown .text-cart>span {
    display: block
}
.cart-dropdown .cart-icon {
    position: relative;
    line-height: 44px;
    height: 44px
}
.cart-dropdown .cart-icon i {
    font-size: 30px;
    display: inline-block;
    vertical-align: middle;
    -webkit-transition: .3s all;
    -o-transition: .3s all;
    transition: .3s all
}
.cart-dropdown .cart-icon span.mini-cart-items {
    background-color: var(--tb-theme-color);
    font-weight: 700;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    text-align: center;
    color: var(--white-color);
    font-size: 14px;
    position: absolute;
    content: "";
    top: -2px;
    left: auto;
    right: -8px;
    min-width: 20px;
    padding: 0 2px;
    line-height: 20px
}
.cart-dropdown .subtotal {
    display: block;
    font-weight: 500;
    color: var(--tb-theme-color)
}
#tbay-header .tbay-element-mini-cart .dropdown-content .widget_shopping_cart_content {
    position: absolute;
    left: 25px;
    right: 25px;
    top: auto;
    bottom: 0;
    overflow: hidden;
    border-color: inherit;
    box-sizing: border-box
}
#tbay-header .tbay-element-mini-cart .dropdown-content .widget_shopping_cart_content .mcart-border {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    border-color: inherit;
    box-sizing: border-box
}
#tbay-header .tbay-element-mini-cart .dropdown-content .widget_shopping_cart_content .mcart-border ul.product_list_widget {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: auto;
    -webkit-overflow-scrolling: touch;
    overflow: scroll;
    overflow-x: hidden;
    overflow-y: auto;
    border-color: inherit;
    box-sizing: border-box
}
#tbay-header .tbay-element-mini-cart .dropdown-content .widget_shopping_cart_content .mcart-border ul.product_list_widget::-webkit-scrollbar {
    display: none
}
#tbay-header .tbay-element-mini-cart .dropdown-content .widget_shopping_cart_content .mcart-border .group-button {
    position: absolute;
    top: auto;
    left: 0;
    right: 0;
    bottom: 0
}
.tbay-dropdown-cart .cart-close-sidebar {
    content: "";
    background: rgba(0, 0, 0, 0.66);
    position: fixed;
    z-index: -1;
    pointer-events: none;
    left: 0;
    width: 100%;
    height: 100%;
    top: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 500ms;
    -o-transition: all 500ms;
    transition: all 500ms
}
.tbay-dropdown-cart.active .cart-close-sidebar {
    z-index: 1000;
    pointer-events: all;
    opacity: 1;
    filter: alpha(opacity=100)
}
body.admin-bar .topbar-device-mobile.active~.footer-device-mobile .tbay-element-mini-cart .dropdown-content {
    top: 32px
}
@media(max-width:782px) {
    body.admin-bar .topbar-device-mobile.active~.footer-device-mobile .tbay-element-mini-cart .dropdown-content {
        top: 46px
    }
}
@media(min-width:600px) {
    body.admin-bar .tbay-element-mini-cart .dropdown-content {
        top: 46px
    }
}
@media(min-width:782px) {
    body.admin-bar .tbay-element-mini-cart .dropdown-content {
        top: 32px
    }
}
.woocommerce ul.cart_list li dl, .woocommerce ul.product_list_widget li dl, body ul.cart_list li dl, body ul.product_list_widget li dl {
    border: 0;
    padding: 0;
    margin: 0 0 5px
}
.woocommerce ul.cart_list li dl dt, .woocommerce ul.cart_list li dl dd, .woocommerce ul.product_list_widget li dl dt, .woocommerce ul.product_list_widget li dl dd, body ul.cart_list li dl dt, body ul.cart_list li dl dd, body ul.product_list_widget li dl dt, body ul.product_list_widget li dl dd {
    display: inline-block;
    font-weight: normal;
    padding: 0;
    margin: 0 5px 0 0
}
.woocommerce ul.cart_list li dl dt a, .woocommerce ul.cart_list li dl dd a, .woocommerce ul.product_list_widget li dl dt a, .woocommerce ul.product_list_widget li dl dd a, body ul.cart_list li dl dt a, body ul.cart_list li dl dd a, body ul.product_list_widget li dl dt a, body ul.product_list_widget li dl dd a {
    font-weight: inherit
}
.woocommerce ul.cart_list li .wcfm_dashboard_item_title, .woocommerce ul.product_list_widget li .wcfm_dashboard_item_title, body ul.cart_list li .wcfm_dashboard_item_title, body ul.product_list_widget li .wcfm_dashboard_item_title {
    font-weight: normal;
    color: var(--color-11)
}
@media(max-height:700px) {
    #tbay-header .tbay-element-mini-cart .dropdown-content {
        overflow-y: auto
    }
    #tbay-header .tbay-element-mini-cart .dropdown-content .widget_shopping_cart_content {
        position: relative;
        left: auto;
        right: auto;
        overflow: visible;
        top: auto !important
    }
    #tbay-header .tbay-element-mini-cart .dropdown-content .widget_shopping_cart_content .mcart-border {
        position: relative;
        left: auto;
        right: auto;
        top: auto;
        bottom: auto;
        overflow: visible
    }
    #tbay-header .tbay-element-mini-cart .dropdown-content .widget_shopping_cart_content .mcart-border .cart_empty {
        position: relative;
        left: 0;
        top: 0;
        right: 0;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
        padding-top: 100px
    }
    #tbay-header .tbay-element-mini-cart .dropdown-content .widget_shopping_cart_content .mcart-border .cart_empty:before {
        top: 40px
    }
    #tbay-header .tbay-element-mini-cart .dropdown-content .widget_shopping_cart_content .mcart-border ul.product_list_widget {
        position: relative;
        left: auto;
        right: auto;
        top: auto;
        bottom: auto !important;
        overflow: visible
    }
    #tbay-header .tbay-element-mini-cart .dropdown-content .widget_shopping_cart_content .mcart-border .group-button {
        position: relative;
        left: auto;
        right: auto;
        bottom: auto;
        top: auto
    }
}
.tbay-topcart .dropdown-toggle:after {
    display: none
}
.tbay-dropdown-cart .group-button, .cart-dropdown .group-button {
    padding: 0 20px
}
.tbay-dropdown-cart .dropdown-menu, .cart-dropdown .dropdown-menu {
    width: 400px;
    margin: 0;
    padding: 0 0 15px 0;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border: 0;
    background-color: var(--bg-white);
    left: auto !important;
    right: -44px;
    top: calc(100% - -10px) !important;
    -webkit-transform: translateY(0) !important;
    -moz-transform: translateY(0) !important;
    -o-transform: translateY(0) !important;
    -ms-transform: translateY(0) !important;
    transform: translateY(0) !important
}
.tbay-dropdown-cart .dropdown-menu::before, .cart-dropdown .dropdown-menu::before {
    content: '';
    position: absolute;
    top: -8px;
    right: 47px;
    left: auto;
    width: 13px;
    height: 14px;
    border: 1px solid var(--border-color);
    border-bottom: 0;
    border-right: 0;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    background: var(--bg-white)
}
.tbay-dropdown-cart .heading-title, .cart-dropdown .heading-title {
    margin: 0;
    font-size: 20px;
    font-weight: 700;
    padding-bottom: 15px;
    color: var(--black-color)
}
.tbay-dropdown-cart .offcanvas-close, .cart-dropdown .offcanvas-close {
    position: absolute;
    top: -20px;
    right: -35px;
    left: auto;
    color: var(--white-color)
}
.tbay-dropdown-cart .offcanvas-close i, .cart-dropdown .offcanvas-close i {
    font-size: 25px
}
.tbay-dropdown-cart .cart_empty, .cart-dropdown .cart_empty {
    margin-top: 0 !important;
    padding: 150px 0 10px !important;
    list-style-type: none;
    text-align: center
}
.tbay-dropdown-cart .cart_empty:before, .cart-dropdown .cart_empty:before {
    content: "";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-family: "tb-icon"
}
.tbay-dropdown-cart .cart_empty::before, .cart-dropdown .cart_empty::before {
    top: 34px;
    position: absolute;
    font-size: 98px;
    line-height: 1;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    color: #bfbfbf
}
.tbay-dropdown-cart .cart_empty>li span, .cart-dropdown .cart_empty>li span {
    font-size: 14px;
    line-height: 20px;
    color: var(--black-color)
}
.tbay-dropdown-cart .cart_empty>li a.button, .cart-dropdown .cart_empty>li a.button {
    color: var(--tb-theme-color);
    background: transparent;
    font-size: 14px;
    line-height: 30px;
    padding: 0;
    font-weight: 400
}
.tbay-dropdown-cart .cart_empty>li a.button i, .cart-dropdown .cart_empty>li a.button i {
    display: none
}
.tbay-dropdown-cart .cart_list li, .cart-dropdown .cart_list li {
    margin: 0 !important;
    width: 100%;
    text-align: left;
    position: relative;
    padding: 0 20px 11px !important
}
.tbay-dropdown-cart .cart_list li+li, .cart-dropdown .cart_list li+li {
    margin: 12px 0 !important
}
.tbay-dropdown-cart .cart_list li+li:last-child, .cart-dropdown .cart_list li+li:last-child {
    margin-bottom: 0 !important
}
.tbay-dropdown-cart .cart_list li::after, .cart-dropdown .cart_list li::after {
    content: '';
    position: absolute;
    bottom: 0;
    background: var(--border-color);
    left: 0;
    right: 0;
    height: 1px;
    width: 100%
}
.tbay-dropdown-cart .cart_list a.remove, .cart-dropdown .cart_list a.remove {
    width: auto;
    height: auto
}
.tbay-dropdown-cart .cart_list a.remove i, .cart-dropdown .cart_list a.remove i {
    position: absolute;
    top: 2px;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    left: auto;
    right: 17px;
    line-height: 20px;
    font-size: 22px;
    color: var(--tb-theme-color)
}
.tbay-dropdown-cart .cart_list .product-name, .cart-dropdown .cart_list .product-name {
    line-height: 22px;
    color: var(--black-color);
    font-weight: 400;
    margin-bottom: 4px
}
.tbay-dropdown-cart .cart_list .product-name:hover, .cart-dropdown .cart_list .product-name:hover {
    color: var(--tb-theme-color)
}
.tbay-dropdown-cart .cart_list .group, .cart-dropdown .cart_list .group {
    line-height: 20px;
    color: var(--color-12);
    font-size: 14px
}
.tbay-dropdown-cart .cart_list .group .woocommerce-Price-amount, .cart-dropdown .cart_list .group .woocommerce-Price-amount {
    color: var(--tb-theme-color);
    margin-left: 5px
}
.tbay-dropdown-cart .cart_list .group dd.variation-Vendor, .cart-dropdown .cart_list .group dd.variation-Vendor {
    color: var(--black-color)
}
.tbay-dropdown-cart .product-image, .cart-dropdown .product-image {
    margin-right: 20px;
    margin-left: 0;
    position: relative;
    float: left;
    max-width: 50px
}
.tbay-dropdown-cart .product-details, .cart-dropdown .product-details {
    overflow: hidden;
    text-overflow: ellipsis;
    padding-right: 38px;
    padding-left: 0
}
.tbay-dropdown-cart .total strong, .cart-dropdown .total strong {
    font-weight: normal;
    color: var(--black-color)
}
.tbay-dropdown-cart .total .woocommerce-Price-amount, .cart-dropdown .total .woocommerce-Price-amount {
    float: right;
    color: var(--tb-theme-color);
    font-weight: 700
}
.tbay-dropdown-cart .group-button .total, .cart-dropdown .group-button .total {
    margin-top: 17px;
    margin-bottom: 18px
}
.tbay-dropdown-cart .group-button p.buttons, .cart-dropdown .group-button p.buttons {
    margin-bottom: 8px
}
.tbay-dropdown-cart .group-button p.buttons a.button, .cart-dropdown .group-button p.buttons a.button {
    border: 1px solid var(--tb-theme-color);
    font-weight: 400;
    line-height: 38px;
    padding: 0 23px
}
.tbay-dropdown-cart .group-button p.buttons a.button.checkout, .cart-dropdown .group-button p.buttons a.button.checkout {
    margin-left: 10px
}
.tbay-dropdown-cart .group-button p.buttons a.button.view-cart, .cart-dropdown .group-button p.buttons a.button.view-cart {
    color: var(--tb-theme-color);
    background: var(--bg-white);
    float: left
}
.tbay-dropdown-cart .group-button p.buttons a.button.view-cart:hover, .tbay-dropdown-cart .group-button p.buttons a.button.view-cart:focus, .cart-dropdown .group-button p.buttons a.button.view-cart:hover, .cart-dropdown .group-button p.buttons a.button.view-cart:focus {
    color: #fff;
    background: var(--tb-theme-color)
}
.no-popup .heading-title {
    padding: 15px 20px
}
.woocommerce .mini_cart_content .quantity-wrap {
    display: inline-block;
    margin-top: 4px
}
.woocommerce .mini_cart_content .quantity-wrap .quantity .box {
    padding: 0
}
.woocommerce .mini_cart_content .quantity-wrap .quantity button {
    line-height: 30px;
    padding: 0 7px
}
.woocommerce .mini_cart_content .quantity-wrap .quantity button i {
    font-weight: bold;
    font-size: 11px;
    margin: 0
}
.woocommerce .mini_cart_content .quantity-wrap .quantity input.qty {
    height: 32px;
    width: 40px
}
.footer-device-mobile .tbay-dropdown-cart .widget-header-cart .offcanvas-close {
    top: 20px
}
.tbay-dropdown-cart .widget-header-cart {
    padding-top: 17px;
    position: relative;
    border-bottom: 1px solid var(--border-color-3);
    margin-bottom: 25px
}
.tbay-dropdown-cart .widget-header-cart .heading-title {
    font-weight: bold
}
.tbay-dropdown-cart .widget-header-cart .offcanvas-close {
    position: absolute;
    top: 2px;
    right: 0;
    left: auto;
    text-align: center;
    padding: 0;
    z-index: 1111;
    color: var(--black-color);
    display: block
}
.tbay-dropdown-cart .widget-header-cart .offcanvas-close i {
    color: inherit
}
.tbay-dropdown-cart .widget-header-cart .offcanvas-close:hover, .tbay-dropdown-cart .widget-header-cart .offcanvas-close:focus {
    color: var(--tb-theme-color)
}
.tbay-dropdown-cart ul.cart_empty {
    text-align: center;
    padding: 145px 0 0 !important;
    background-position: center 20px
}
.tbay-dropdown-cart ul.cart_empty li.total {
    margin: 5px 0 0
}
.tbay-dropdown-cart ul.cart_empty a.wc-continue {
    display: block
}
.tbay-dropdown-cart ul.cart_empty a.wc-continue i {
    margin: 0;
    margin-left: 7px;
    vertical-align: unset;
    font-size: inherit;
    line-height: 1;
    display: inline-block;
    font-size: 10px;
    color: var(--tb-theme-color)
}
.tbay-element-mini-cart .tbay-topcart.left-right .dropdown-menu {
    display: none !important
}
.tbay-element-mini-cart .dropdown-content {
    position: fixed;
    top: 0;
    padding: 0 25px;
    width: 370px;
    display: block;
    bottom: 0;
    background: var(--bg-white);
    text-align: left;
    left: auto;
    right: 0;
    -webkit-transition: all 400ms;
    -o-transition: all 400ms;
    transition: all 400ms;
    z-index: 9999
}
.tbay-element-mini-cart .product-image {
    margin-right: 15px;
    margin-left: 0;
    position: relative;
    float: left;
    max-width: 48px
}
.tbay-element-mini-cart .product-image a.remove {
    position: absolute;
    left: -8px;
    right: auto;
    width: auto;
    height: auto;
    top: -10px
}
.tbay-element-mini-cart .product-image a.remove i {
    font-size: 7px;
    font-weight: bold;
    vertical-align: middle;
    padding: 3px;
    border: 1px solid var(--color-10);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    background: var(--bg-white);
    color: var(--black-color);
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}
.tbay-element-mini-cart .product-image a.remove:hover {
    background: transparent !important
}
.tbay-element-mini-cart .product-image a.remove:hover i {
    color: var(--tb-theme-color);
    border-color: var(--tb-theme-color)
}
.tbay-element-mini-cart .left-right .cart_list {
    margin-top: 15px
}
.tbay-element-mini-cart .left-right .group-button {
    padding-bottom: 20px
}
.tbay-element-mini-cart .left-right .group-button p.buttons a.button {
    border: 1px solid var(--tb-theme-color)
}
.tbay-element-mini-cart .left-right .tbay-dropdown-cart .dropdown-content {
    padding-bottom: 30px
}
.tbay-element-mini-cart .left-right .tbay-dropdown-cart .group-button {
    padding-left: 0;
    padding-right: 0
}
.tbay-element-mini-cart .left-right .tbay-dropdown-cart .cart_list li {
    padding-left: 0 !important;
    padding-right: 0 !important
}
.tbay-element-mini-cart .left-right .tbay-dropdown-cart .cart_list a.remove i {
    right: 0
}
.tbay-element-mini-cart .product-details {
    overflow: hidden;
    text-overflow: ellipsis;
    padding-right: 30px;
    padding-left: 0
}
.tbay-element-mini-cart .product-details .quantity {
    overflow: inherit;
    display: inline-block;
    position: static;
    color: var(--black-color)
}
.tbay-element-mini-cart .sidebar-left .dropdown-content {
    right: auto;
    left: -545px
}
.tbay-element-mini-cart .sidebar-left.active .dropdown-content {
    left: 0;
    right: auto
}
.tbay-element-mini-cart .sidebar-right .dropdown-content {
    left: auto;
    right: -545px
}
.tbay-element-mini-cart .sidebar-right.active .dropdown-content {
    right: 0;
    left: auto
}
.woocommerce .cart-popup.show .dropdown-menu, .cart-popup.show .dropdown-menu {
    opacity: 1;
    filter: alpha(opacity=100);
    filter: none;
    -webkit-filter: none;
    -moz-filter: none;
    -o-filter: none;
    -ms-filter: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    visibility: visible;
    color: var(--color-05)
}
.woocommerce .cart-popup .dropdown-menu, .cart-popup .dropdown-menu {
    top: 53px
}
.woocommerce .cart-popup .dropdown-menu ul, .cart-popup .dropdown-menu ul {
    padding: 19px 0 0;
    max-height: 400px;
    display: block;
    margin: 0;
    overflow: hidden;
    overflow-y: auto
}
.woocommerce .cart-popup .dropdown-menu ul.cart_empty, .cart-popup .dropdown-menu ul.cart_empty {
    position: static;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    margin-top: 20px
}
.woocommerce .cart-popup .dropdown-menu ul.cart_empty li.total, .cart-popup .dropdown-menu ul.cart_empty li.total {
    margin-top: 0
}
.woocommerce .cart-popup .widget-header-cart, .cart-popup .widget-header-cart {
    padding: 0
}
body.admin-bar #product-size-guide .modal-dialog {
    top: 32px
}
#product-size-guide.modal {
    display: block !important;
    -webkit-transition: .35s;
    -o-transition: .35s;
    transition: .35s;
    visibility: hidden
}
#product-size-guide.modal.show {
    visibility: visible
}
#product-size-guide.show .modal-dialog {
    left: auto;
    right: 0;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0)
}
#product-size-guide .modal-dialog {
    position: absolute;
    top: 0;
    left: auto;
    right: 0;
    height: 100vh;
    margin: 0;
    background: var(--bg-white);
    -webkit-transform: translate(100%, 0);
    -ms-transform: translate(100%, 0);
    -o-transform: translate(100%, 0);
    transform: translate(100%, 0);
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s
}
#product-size-guide .modal-content {
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    padding: 25px 24px;
    box-shadow: none;
    border: 0
}
#product-size-guide .modal-content>div {
    padding: 0;
    flex-direction: row-reverse
}
#product-size-guide .modal-header {
    border: 0
}
#product-size-guide .modal-header .modal-title {
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    margin-bottom: 32px;
    text-transform: capitalize
}
#product-size-guide .modal-header i {
    font-size: 13px;
    line-height: 30px
}
#product-size-guide .close {
    opacity: 1;
    filter: alpha(opacity=100)
}
#product-size-guide .close:hover, #product-size-guide .close:focus {
    outline: 0
}
#product-size-guide .close:hover i, #product-size-guide .close:focus i {
    color: var(--tb-theme-color)
}
#product-size-guide .close i {
    color: var(--black-color)
}
.wvs-css .has-size-guide .variable-items-wrapper {
    display: inline-block
}
.btn-size-guide {
    color: var(--tb-theme-color);
    background: transparent;
    border: 0;
    padding: 0;
    margin-left: 40px;
    margin-right: 0;
    display: inline-block;
    font-weight: bold;
    text-transform: uppercase
}
.btn-size-guide i {
    display: inline-block;
    margin-left: 7px;
    margin-right: 0
}
.btn-size-guide:focus {
    outline: 0
}
.pswp__ui--fit .pswp__top-bar {
    display: flex
}
.woocommerce table.shop_attributes tr:nth-child(even) td, .woocommerce table.shop_attributes tr:nth-child(even) th {
    background: var(--bg-white)
}
.woocommerce table.shop_attributes tr th, .woocommerce table.shop_attributes tr:nth-child(even) th {
    background: var(--color-03)
}
.pswp__ui--fit .pswp__top-bar .pswp__counter {
    order: -2
}
.pswp__ui--fit .pswp__top-bar .pswp__preloader {
    order: -1
}
.pswp__ui--fit .pswp__top-bar .pswp__button--close {
    margin-left: auto
}
.tbay-element-product-categories-tabs .product-block.v1 {
    padding-bottom: 14px
}
.tbay-wc-gallery-lightbox #elementor-lightbox {
    display: none !important
}
.woocommerce-Price-amount {
    font-size: 16px;
    color: var(--tb-theme-color);
    font-weight: 600
}
del .woocommerce-Price-amount {
    font-size: 14px;
    color: var(--color-04);
    font-weight: 400
}
#sidebar-shop+.singular-shop {
    padding: 0 0 90px;
    background: var(--bg-white)
}
#sidebar-shop+.singular-shop .top-main-content .row {
    flex-direction: column
}
#sidebar-shop+.singular-shop .top-main-content .row>div {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    max-width: unset
}
#sidebar-shop+.singular-shop .top-main-content .tbay-woo-share {
    float: left
}
@media(min-width:1200px) {
    #sidebar-shop+.singular-shop .yith-wfbt-section .yith-wfbt-images {
        padding-right: 220px
    }
}
#sidebar-shop+.singular-shop .related .heading-tbay-title {
    padding: 0 30px 25px
}
#sidebar-shop+.singular-shop .related .owl-carousel>.slick-arrow {
    right: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    visibility: hidden
}
#sidebar-shop+.singular-shop .related .owl-carousel>.slick-arrow.slick-prev {
    left: 0;
    right: auto
}
#sidebar-shop+.singular-shop .related .owl-carousel:hover>.slick-arrow {
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible
}
.single-social-share {
    display: flex;
    margin-top: 10px
}
.archive-full .single-social-share {
    margin-top: 0
}
.single-product #tbay-header.sticky-header {
    display: none
}
.single-product .pswp.pswp--open~#elementor-lightbox-slideshow-single-img {
    display: none !important
}
.rtl .wcpr-overall-rating-right .wcpr-overall-rating-right-star .star-rating {
    float: unset
}
.top-main-content .woocommerce-product-rating {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    color: var(--color-07);
    font-size: 13px;
    align-items: center;
    margin: 0 !important
}
@media(min-width:768px) {
    .top-main-content .woocommerce-product-rating .star-rating {
        height: 12px !important
    }
}
.top-main-content .woocommerce-product-rating .rate-sold, .top-main-content .woocommerce-product-rating .sold-by-meta {
    margin: 0;
    padding: 0 8px;
    font-size: 13px;
    position: relative
}
.rate-sold {
    color: var(--color-04)
}
.rate-sold .count {
    color: var(--color-01)
}
.singular-shop>.product>div {
    padding: 24px 23px;
    background: var(--bg-white)
}
.singular-shop>.product>div.related, .singular-shop>.product>div.upsells {
    margin-top: 24px;
    padding: 0
}
.singular-shop>.product>div.related .heading-tbay-title, .singular-shop>.product>div.upsells .heading-tbay-title {
    font-size: 22px;
    line-height: 32px;
    background: var(--bg-white);
    padding: 13px 24px 18px;
    border-bottom: 1px solid var(--border-color)
}
.singular-shop>.product>div.tabs-sidebar {
    padding: 0
}
.singular-shop>.product>div.yith-wfbt-section {
    padding-top: 17px;
    padding-bottom: 30px
}
.singular-shop>.product>div.woocommerce-tabs {
    margin-top: 24px
}
.singular-shop>.product>div .heading-tbay-title {
    font-size: 18px;
    line-height: 28px;
    padding-left: 4px;
    padding-right: 0;
    color: var(--color-09)
}
.singular-shop>.product .single-main-content {
    padding-bottom: 20px;
    position: relative
}
.singular-shop>.product .single-main-content::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 23px;
    right: 23px;
    background: var(--border-color);
    height: 1px
}
.singular-shop .tbay-time-wrapper {
    margin: 24px 0 20px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}
.singular-shop .tbay-time-wrapper+p.stock {
    margin: 0 !important;
    padding: 8px 0 10px
}
.singular-shop .tbay-time-wrapper .stock {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
    padding: 0 16px;
    background: var(--tb-theme-body)
}
.singular-shop .tbay-time-wrapper .tb-sold {
    margin-right: 13px;
    margin-left: 0;
    color: var(--black-color)
}
.singular-shop .tbay-time {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
    padding: 0 17px;
    background: var(--bg-flash-sale);
    color: #fff;
    margin: 0
}
.singular-shop .tbay-time .title {
    margin-right: 11px;
    margin-left: 0;
    line-height: 34px
}
.singular-shop .times {
    font-size: 16px
}
.singular-shop .times>span {
    padding: 0 4px
}
.singular-shop .times>div {
    font-weight: bold
}
.singular-shop .single_variation_wrap .single_variation {
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}
.singular-shop .single_variation_wrap .single_variation .woocommerce-variation-price {
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    margin-bottom: 15px;
    margin-top: 4px
}
.singular-shop .single_variation_wrap #shop-now {
    margin: 0;
    padding: 0;
    border: 0
}
.singular-shop .single_variation_wrap p.stock {
    margin: 0 !important
}
.singular-shop .single_variation_wrap .woocommerce-variation-availability {
    line-height: 20px;
    margin-bottom: 23px
}
.singular-shop #shop-now {
    margin-top: 20px
}
.singular-shop div.product.outofstock .product_meta {
    padding-top: 20px;
    border-top: 1px solid var(--border-color)
}
.singular-shop div.product .cart {
    margin: 0 !important
}
.singular-shop div.product .cart.variations_form {
    margin-top: 14px !important
}
.singular-shop div.product .cart .woocs_price_code {
    font-size: inherit
}
.singular-shop div.product p.price .woocs_price_code {
    font-size: inherit
}
.singular-shop div.product .yith-wcwl-add-to-wishlist {
    margin: 0
}
.singular-shop div.product .group-button {
    float: left;
    margin-left: 8px;
    margin-right: 0;
    line-height: 22px;
    display: flex
}
.singular-shop div.product .group-button .yith-compare {
    margin-left: 8px;
    margin-right: 0
}
.singular-shop div.product .show-mobile {
    display: none
}
.singular-shop div.product .tbay-wishlist::after, .singular-shop div.product .tbay-compare::after {
    display: block;
    clear: both;
    content: ""
}
.singular-shop div.product .tbay-wishlist a, .singular-shop div.product .tbay-compare a {
    padding: 0;
    float: none;
    position: relative;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    background: transparent;
    font-weight: normal;
    color: var(--black-color);
    line-height: 22px;
    font-size: 0;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border: 1px solid var(--border-color-4);
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center
}
.singular-shop div.product .tbay-wishlist a i, .singular-shop div.product .tbay-compare a i {
    vertical-align: middle;
    margin-right: 0;
    margin-left: 0;
    font-size: 18px;
    display: inline-block;
    line-height: 22px
}
.singular-shop div.product .tbay-wishlist a i span, .singular-shop div.product .tbay-compare a i span {
    display: none
}
.singular-shop div.product .tbay-wishlist a.compare:before, .singular-shop div.product .tbay-compare a.compare:before {
    content: "";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-family: "tb-icon"
}
.singular-shop div.product .tbay-wishlist a.compare:before, .singular-shop div.product .tbay-compare a.compare:before {
    font-size: 15px;
    margin-right: 0;
    margin-left: 0;
    display: inline-block;
    vertical-align: middle
}
.singular-shop div.product .tbay-wishlist a:hover, .singular-shop div.product .tbay-wishlist a.added, .singular-shop div.product .tbay-compare a:hover, .singular-shop div.product .tbay-compare a.added {
    color: #fff;
    background: var(--tb-theme-color);
    border-color: var(--tb-theme-color)
}
.singular-shop div.product .tbay-wishlist a:hover i, .singular-shop div.product .tbay-wishlist a.added i, .singular-shop div.product .tbay-compare a:hover i, .singular-shop div.product .tbay-compare a.added i {
    color: #fff
}
.singular-shop div.product .tbay-wishlist a>i+span {
    display: inline-block !important
}
.singular-shop div.product .tbay-wishlist a.delete_item {
    color: var(--tb-theme-color)
}
.singular-shop div.product .tbay-wishlist a.delete_item+span {
    display: none
}
.singular-shop div.product .tbay-wishlist a.view-wishlist {
    display: none
}
.singular-shop div.product .product_meta {
    margin-top: 25px;
    border-top: 1px solid var(--border-color);
    padding-top: 18px;
    text-align: left
}
.singular-shop div.product .product_meta>span {
    display: block;
    color: var(--black-color);
    margin: 0
}
.singular-shop div.product .product_meta>span span, .singular-shop div.product .product_meta>span a {
    display: inline-block
}
.singular-shop div.product .product_meta>span a {
    color: var(--black-color)
}
.singular-shop div.product .product_meta>span a+a:before {
    content: ',';
    color: var(--color-04);
    line-height: 1;
    margin-left: 0;
    margin-right: 3px;
    display: inline-block;
    vertical-align: middle
}
.singular-shop div.product .product_meta>span a:hover {
    color: var(--tb-theme-color)
}
.singular-shop div.product .product_meta>span a:first-child {
    margin-left: 5px;
    margin-right: 0
}
.singular-shop div.product .tbay-woo-share {
    margin: 7px 0 0;
    float: right
}
.singular-shop div.product .price-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: baseline
}
.singular-shop div.product .price-wrapper .onsale span.saled {
    margin: 0 0 0 15px;
    position: relative;
    top: -2px
}
.singular-shop div.product .price-wrapper .onsale span.featured {
    display: none !important
}
.singular-shop div.product .information .price {
    margin: 0;
    font-size: 24px;
    line-height: inherit
}
.singular-shop div.product .information .price del {
    font-size: 16px
}
.singular-shop div.product .information span.onsale {
    vertical-align: bottom
}
.singular-shop div.product .single_add_to_cart_button {
    text-transform: capitalize;
    min-width: 160px
}
.singular-shop div.product .single_add_to_cart_button.disabled {
    background: var(--tb-theme-color)
}
.singular-shop div.product .single_add_to_cart_button.disabled:hover, .singular-shop div.product .single_add_to_cart_button.disabled:focus {
    color: #fff;
    background: var(--tb-theme-color)
}
.singular-shop div.product .thumbnails-image {
    margin-top: 40px
}
.singular-shop div.product .flex-control-thumbs .slick-list li {
    clear: none !important
}
.singular-shop div.product .flex-control-thumbs .slick-list li img {
    opacity: 1 !important;
    filter: alpha(opacity=100) !important;
    border: 2px solid transparent;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s
}
.singular-shop div.product .flex-control-thumbs .slick-list li img.flex-active, .singular-shop div.product .flex-control-thumbs .slick-list li img:hover {
    border-color: var(--tb-theme-color)
}
@media(min-width:1600px) {
    .singular-shop div.product .row-active-full .information .single_add_to_cart_button {
        padding: 0 20px
    }
}
.singular-shop .woocommerce-product-gallery__image a {
    cursor: zoom-in;
    display: block
}
.singular-shop .woocommerce-product-gallery__image a.lightbox-gallery {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
    z-index: 2
}
.singular-shop .image-mains {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 6px
}
.singular-shop .image-mains span.onsale {
    margin-bottom: 10px
}
.singular-shop .image-mains .images {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    flex-direction: column
}
.singular-shop .image-mains .expand {
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    text-align: center;
    color: var(--color-12);
    padding-top: 15px;
    max-width: 100%
}
.singular-shop .quantity .name {
    display: none
}
.singular-shop .tbay-modalButton {
    position: absolute;
    top: 30px;
    right: 45px;
    left: auto;
    z-index: 11;
    text-transform: inherit;
    padding: 0 15px
}
.singular-shop .tbay-modalButton i {
    font-size: 16px;
    display: inline-block;
    vertical-align: middle
}
.singular-shop #comments .tbay-author {
    margin-bottom: 10px;
    color: var(--black-color)
}
.singular-shop #comments p.meta {
    line-height: 27px;
    margin-bottom: 5px
}
.singular-shop #list-review-images ul li:nth-child(n+9) {
    display: none
}
.singular-shop:not(.archive-full) .image-mains span.onsale {
    -webkit-box-ordinal-group: -1;
    -moz-box-ordinal-group: -1;
    -ms-flex-order: -1;
    -webkit-order: -1;
    order: -1
}
div.product table.variations {
    margin: 0 !important;
    border: 0
}
div.product table.variations tr {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    flex-direction: column;
    padding-bottom: 11px
}
.close-button {
    overflow: hidden
}
.modal-content.tbay-modalContent {
    box-shadow: none;
    background-color: transparent;
    border: 0
}
.modal-content.tbay-modalContent .close {
    font-size: 20px;
    line-height: 30px;
    position: relative;
    width: 20px;
    height: 40px;
    text-shadow: none;
    opacity: 1;
    filter: alpha(opacity=100);
    color: var(--white-color);
    font-weight: normal
}
.modal-content.tbay-modalContent .close:before {
    content: "";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-family: "tb-icon"
}
.modal-content.tbay-modalContent .close:before {
    position: absolute;
    right: 0;
    top: 0;
    left: auto;
    height: 100%
}
.modal-content.tbay-modalContent .close span {
    display: none
}
.modal-content.tbay-modalContent .close:hover, .modal-content.tbay-modalContent .close:focus {
    outline: 0
}
.modal-content.tbay-modalContent iframe {
    display: block;
    margin: 0 auto
}
.image-mains .flex-control-thumbs {
    overflow: visible !important;
    margin-top: 10px !important;
    max-width: 100%
}
.woocommerce .quantity button, .woocommerce-page .quantity button {
    border: 0;
    background: transparent;
    float: left;
    padding: 0;
    text-align: center;
    font-size: 10px;
    padding: 0 11px;
    line-height: 38px
}
.woocommerce .quantity button i, .woocommerce-page .quantity button i {
    font-weight: bold;
    font-size: 11px
}
.woocommerce .quantity button:focus, .woocommerce .quantity button:hover, .woocommerce-page .quantity button:focus, .woocommerce-page .quantity button:hover {
    outline: 0;
    color: var(--tb-theme-color)
}
#shop-now::after {
    display: block;
    clear: both;
    content: ""
}
#shop-now div.quantity {
    margin-right: 25px;
    margin-left: 0
}
#shop-now.has-buy-now .tbay-buy-now {
    margin: 0 0 0 8px;
    min-width: 160px;
    line-height: 42px
}
#shop-now.has-buy-now .group-button .tbay-wishlist a.view-wishlist {
    font-size: 0
}
#shop-now.has-buy-now .group-button .tbay-wishlist .yith-wcwl-wishlistexistsbrowse a, #shop-now.has-buy-now .group-button .tbay-wishlist .yith-wcwl-wishlistaddedbrowse a {
    color: #fff;
    border-color: var(--tb-theme-color);
    background: var(--tb-theme-color)
}
#shop-now.has-buy-now .group-button .tbay-wishlist, #shop-now.has-buy-now .group-button .tbay-compare {
    margin: 0 !important;
    display: inline-block;
    vertical-align: middle
}
#shop-now.has-buy-now .group-button .tbay-wishlist a, #shop-now.has-buy-now .group-button .tbay-compare a {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    line-height: 19px
}
#shop-now.has-buy-now .group-button .tbay-wishlist i, #shop-now.has-buy-now .group-button .tbay-compare i {
    margin: 0 !important;
    font-size: 18px;
    line-height: 38px
}
#shop-now.has-buy-now .group-button .yith-compare>a {
    font-size: 0
}
#shop-now.has-buy-now .group-button .yith-compare>a:before {
    font-size: 18px;
    margin: 0 !important;
    line-height: 1
}
#shop-now.has-buy-now .tbay-wishlist a>i+span {
    display: none !important
}
#shop-now.has-buy-now .tbay-wishlist .yith-wcwl-add-to-wishlist span span {
    display: none
}
#shop-now.has-buy-now .tbay-wishlist .yith-wcwl-add-to-wishlist a.delete_item {
    font-size: 0
}
#shop-now.has-buy-now .tbay-wishlist .yith-wcwl-add-to-wishlist a.delete_item:before {
    font-size: 22px;
    display: inline-block;
    line-height: 1;
    margin: 0
}
#shop-now.has-buy-now .tbay-wishlist .yith-wcwl-add-to-wishlist a.delete_item+span {
    display: none
}
#shop-now.has-buy-now .tbay-wishlist .yith-wcwl-add-to-wishlist a.view-wishlist {
    display: none
}
.woocommerce div.product form.cart div.quantity .name {
    display: none
}
.single-product-cart .quantity span {
    display: none
}
.woocommerce .product-quantity .quantity .name, .woocommerce form.cart .quantity .name, .woocommerce-page .product-quantity .quantity .name, .woocommerce-page form.cart .quantity .name {
    display: none;
    font-weight: 500;
    margin-right: 5px
}
.quantity .box {
    background: var(--bg-white);
    display: flex;
    padding: 0;
    border: 1px solid var(--border-color-4);
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px
}
.Qty {
    position: absolute;
    left: 0;
    top: 0;
    width: 1920px;
    height: 2251px;
    z-index: 174
}
.woocommerce .product-quantity .group_table .quantity .name, .woocommerce-page form.cart .group_table .quantity .name {
    margin-right: 10px;
    margin-left: 0;
    min-width: auto
}
@media(max-width:1199px) {
    .woocommerce .product-quantity .group_table .quantity .name, .woocommerce-page form.cart .group_table .quantity .name {
        display: none
    }
}
.woocommerce .quantity input.qty, .woocommerce-page .quantity input.qty {
    width: 58px;
    padding: 0 !important;
    margin: 0 !important;
    border: 0 !important;
    border-left: 1px solid var(--border-color-4) !important;
    border-right: 1px solid var(--border-color-4) !important;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    background: var(--bg-white);
    float: left;
    font-size: 15px;
    font-weight: bold
}
.product-nav {
    width: 100%
}
@media(max-width:991.98px) {
    .product-nav {
        right: 20px;
        left: auto
    }
}
.product-nav>.link-images>.psnav {
    left: 0;
    top: calc(50% - 40px);
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    opacity: 0;
    filter: alpha(opacity=0);
    z-index: 1000;
    position: fixed;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s
}
.product-nav>.link-images>.psnav.right {
    right: 0;
    left: auto
}
.product-nav>.link-images>.psnav.right .single_nav {
    left: auto;
    right: 100%
}
.product-nav>.link-images>.psnav:hover .single_nav {
    opacity: 1;
    filter: alpha(opacity=100);
    transform: rotateX(0);
    visibility: visible
}
.product-nav>.link-images>.psnav .img-link {
    border: 1px solid var(--border-color)
}
.product-nav>.link-images>.psnav .img-link img {
    max-width: 78px
}
.product-nav>.link-images>.psnav .single_nav {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    visibility: hidden;
    min-height: 80px;
    padding: 14px 20px 18px;
    transform: rotateX(90deg);
    background-color: #ebebeb;
    justify-content: center;
    min-width: 230px;
    text-align: center;
    position: absolute;
    left: 100%;
    right: auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center
}
.product-nav>.link-images>.psnav .single_nav a {
    display: inline-block;
    border: 0;
    height: auto;
    width: 100%;
    font-size: 13px;
    line-height: 18px;
    background: transparent;
    box-shadow: none
}
.product-nav>.link-images>.psnav .single_nav .single_nav a:hover, .product-nav>.link-images>.psnav .single_nav .single_nav a:focus {
    color: var(--tb-theme-color)
}
.product-nav>.link-images>.psnav .single_nav .price {
    margin-top: 0
}
.product-nav>.link-images>.psnav .single_nav .price>* {
    font-size: 18px
}
.product-nav>.link-images>.psnav .single_nav .price>ins {
    margin-top: 3px
}
.product-nav p {
    float: left
}
.product-nav p:nth-child(2) {
    float: right
}
.product-nav .single_nav a {
    font-size: 12px;
    color: #000;
    font-weight: 500;
    line-height: 30px;
    background: transparent;
    width: 28px;
    height: 28px;
    text-align: center;
    display: block;
    border: 1px solid #000;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}
.product-nav .single_nav a .fa {
    padding: 0 4px;
    line-height: 28px;
    display: block
}
.product-nav .single_nav a:hover, .product-nav .single_nav a:focus {
    color: var(--tb-theme-color);
    border-color: var(--tb-theme-color);
    -webkit-box-shadow: 0 0 0 30px var(--tb-theme-color) inset;
    box-shadow: 0 0 0 30px var(--tb-theme-color) inset
}
.product-nav.active>.link-images>.psnav {
    opacity: 1;
    filter: alpha(opacity=100)
}
.woocommerce div.product .top-main-content, body div.product .top-main-content {
    position: relative;
    padding-bottom: 12px;
    margin-bottom: 19px
}
.woocommerce div.product .top-main-content:before, body div.product .top-main-content:before {
    content: '';
    background: var(--border-color);
    height: 1px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0
}
.woocommerce div.product .product_title, body div.product .product_title {
    display: block;
    font-size: 22px;
    line-height: 30px;
    font-weight: 600;
    margin-bottom: 6px;
    color: var(--color-09)
}
.woocommerce div.product p.stock, body div.product p.stock {
    margin: 0;
    font-size: 15px;
    color: var(--stock-color);
    font-weight: normal
}
.woocommerce div.product p.stock span, body div.product p.stock span {
    color: var(--black-color)
}
.woocommerce div.product p.stock.out-of-stock, body div.product p.stock.out-of-stock {
    color: var(--red-color);
    margin-bottom: 20px
}
.woocommerce div.product .out-of-stock+.group-button, body div.product .out-of-stock+.group-button {
    float: none;
    margin: 0;
    height: auto
}
.woocommerce div.product form.cart .variations td, .woocommerce div.product form.cart .variations th, body div.product form.cart .variations td, body div.product form.cart .variations th {
    border: 0;
    padding: 0
}
.woocommerce div.product form.cart .variations td.label, .woocommerce div.product form.cart .variations th.label, body div.product form.cart .variations td.label, body div.product form.cart .variations th.label {
    color: var(--black-color);
    padding: 0 0 2px;
    font-size: 14px;
    -webkit-box-flex: 1.5;
    -moz-box-flex: 1.5;
    -webkit-flex: 1.5;
    -ms-flex: 1.5;
    flex: 1.5
}
.woocommerce div.product form.cart .variations td.label>span, .woocommerce div.product form.cart .variations th.label>span, body div.product form.cart .variations td.label>span, body div.product form.cart .variations th.label>span {
    font-weight: 700
}
.woocommerce div.product form.cart .variations td.label label, .woocommerce div.product form.cart .variations th.label label, body div.product form.cart .variations td.label label, body div.product form.cart .variations th.label label {
    margin: 0;
    font-weight: 400
}
.woocommerce div.product form.cart .variations td.value, .woocommerce div.product form.cart .variations th.value, body div.product form.cart .variations td.value, body div.product form.cart .variations th.value {
    -webkit-box-flex: 3;
    -moz-box-flex: 3;
    -webkit-flex: 3;
    -ms-flex: 3;
    flex: 3
}
.woocommerce div.product form.cart .variations select, body div.product form.cart .variations select {
    min-width: auto;
    margin: 0;
    height: 44px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-color: var(--border-color-7);
    padding: 0 8px;
    outline: none !important;
    margin-bottom: 5px
}
.woocommerce div.product form.cart .variations select+.reset_variations, body div.product form.cart .variations select+.reset_variations {
    margin-left: 7px
}
.woocommerce div.product div.images .flex-control-thumbs::after, body div.product div.images .flex-control-thumbs::after {
    display: block;
    clear: both;
    content: ""
}
.woocommerce div.product div.images .woocommerce-product-gallery__trigger, body div.product div.images .woocommerce-product-gallery__trigger {
    display: none;
    width: 44px;
    height: 44px;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border: 1px solid var(--border-color);
    text-indent: 0;
    top: auto;
    bottom: 10px;
    font-size: 0;
    line-height: 44px;
    right: auto;
    left: 10px;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s
}
.woocommerce div.product div.images .woocommerce-product-gallery__trigger:before, body div.product div.images .woocommerce-product-gallery__trigger:before {
    content: "";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-family: "tb-icon"
}
.woocommerce div.product div.images .woocommerce-product-gallery__trigger:before, body div.product div.images .woocommerce-product-gallery__trigger:before {
    border: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    font-size: 20px
}
.woocommerce div.product div.images .woocommerce-product-gallery__trigger:after, body div.product div.images .woocommerce-product-gallery__trigger:after {
    display: none
}
.woocommerce div.product div.images .woocommerce-product-gallery__trigger img, body div.product div.images .woocommerce-product-gallery__trigger img {
    display: none !important
}
.woocommerce div.product div.images .woocommerce-product-gallery__trigger:hover, body div.product div.images .woocommerce-product-gallery__trigger:hover {
    color: var(--tb-theme-color);
    border-color: var(--tb-theme-color)
}
.woocommerce div.product div.images div.thumbnails, body div.product div.images div.thumbnails {
    padding-top: 20px
}
.woocommerce div.product.style-horizontal .images .woocommerce-product-gallery__trigger, body div.product.style-horizontal .images .woocommerce-product-gallery__trigger {
    bottom: auto;
    top: 10px;
    left: auto;
    right: 10px
}
.woocommerce .woocommerce-product-rating .star-rating {
    float: none;
    margin: 0
}
.woocommerce .woocommerce-product-rating .woocommerce-review-link {
    color: var(--black-color);
    margin-left: 7px;
    margin-right: 8px;
    position: relative;
    font-size: 13px;
    line-height: 20px
}
.woocommerce .woocommerce-product-rating .woocommerce-review-link::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background: var(--black-color);
    bottom: 1px;
    left: 0;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}
.woocommerce .woocommerce-product-rating .woocommerce-review-link:hover, .woocommerce .woocommerce-product-rating .woocommerce-review-link:focus {
    color: var(--tb-theme-color)
}
.woocommerce .woocommerce-product-rating .woocommerce-review-link:hover::after, .woocommerce .woocommerce-product-rating .woocommerce-review-link:focus::after {
    background: var(--tb-theme-color)
}
.woocommerce-product-details__short-description ul {
    padding: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    flex-direction: column;
    list-style-type: square !important;
    padding-left: 20px !important
}
.woocommerce-product-details__short-description ul li {
    display: list-item;
    list-style: square !important;
    color: var(--black-color)
}
.progress-bar {
    background: var(--tb-theme-color)
}
.woocs_special_price_code {
    color: #ff3201;
    font-weight: 600;
    font-size: 15px
}
.price ins, .woocs_price_code ins, .woocommerce-grouped-product-list-item__price ins {
    text-decoration: none
}
.woocs_price_code, .woocommerce-grouped-product-list-item__price {
    font-weight: 600;
    color: #ff3201;
    font-size: 15px
}
.woocs_price_code ins, .woocommerce-grouped-product-list-item__price ins {
    display: inline-block;
    font-weight: 600 !important;
    color: inherit
}
.woocs_price_code del, .woocommerce-grouped-product-list-item__price del {
    font-weight: normal;
    color: var(--color-04);
    display: inline-block;
    margin-left: 5px;
    margin-right: 0;
    font-size: 14px
}
.woocommerce div.product p.price, .woocommerce div.product span.price {
    color: var(--tb-theme-color);
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    display: inline-block;
    vertical-align: middle;
    margin-top: 4px
}
.woocommerce div.product p.price del, .woocommerce div.product span.price del {
    color: var(--color-04);
    font-weight: normal;
    opacity: 1;
    filter: alpha(opacity=100);
    font-size: 14px
}
.woocommerce.single-product div.product .information .tbay-swatches-wrapper li a {
    min-width: 30px
}
.woocommerce p.stars.selected a.active::before, .woocommerce p.stars:hover a::before, .woocommerce p.stars.selected a:not(.active):before {
    content: ""
}
.woocommerce .products .star-rating, .woocommerce .product .star-rating, .mvx-store-detail-list .star-rating, .woocommerce .star-rating {
    margin: auto 0;
    overflow: hidden;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 66px !important;
    height: 16px;
    float: none;
    line-height: 1.2em;
    font-family: "star";
    font-size: 12px
}
.woocommerce .products .star-rating:before, .woocommerce .product .star-rating:before, .mvx-store-detail-list .star-rating:before, .woocommerce .star-rating:before {
    font-size: 13px;
    color: var(--color-06) !important;
    letter-spacing: 0 !important;
    opacity: 1 !important;
    filter: alpha(opacity=100) !important
}
.woocommerce .products .star-rating:before, .woocommerce .product .star-rating:before, .mvx-store-detail-list .star-rating:before, .woocommerce .star-rating:before {
    content: "";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-family: "tb-icon"
}
.woocommerce .products .star-rating span:before, .woocommerce .product .star-rating span:before, .mvx-store-detail-list .star-rating span:before, .woocommerce .star-rating span:before {
    content: "";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-family: "tb-icon"
}
.woocommerce .products .star-rating span:before, .woocommerce .product .star-rating span:before, .mvx-store-detail-list .star-rating span:before, .woocommerce .star-rating span:before {
    top: 0;
    position: absolute;
    left: 0;
    right: auto;
    color: var(--rating-color) !important;
    font-size: 13px;
    letter-spacing: 0 !important;
    width: 66px
}
.mvx_widget_vendor_product_categories .product-categories li .count {
    margin-left: 3px;
    margin-right: auto
}
.woocommerce table.shop_attributes {
    border: 1px solid var(--border-color);
    margin-bottom: 0
}
.woocommerce table.shop_attributes th, .woocommerce table.shop_attributes td {
    line-height: 43px;
    border-style: solid
}
.woocommerce table.shop_attributes td {
    padding: 0 30px;
    border-color: var(--border-color);
    border-left: 1px solid var(--border-color);
    width: 50%;
    font-style: normal;
    color: var(--color-10)
}
.woocommerce table.shop_attributes td p {
    padding: 0
}
.woocommerce table.shop_attributes th {
    padding: 0 14px;
    vertical-align: middle;
    border-color: var(--border-color)
}
.upsells {
    margin: 50px 0 0
}
.woocommerce-verification-required {
    margin-bottom: 0
}
#reviews:focus {
    outline: 0
}
#reviews #comments {
    position: relative;
    padding: 0;
    margin: 0
}
#reviews #comments .comment-text .description {
    padding-top: 0
}
#reviews .wcpr-overall-rating+.wcpr-stars-count {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
    -webkit-box-flex: 3;
    -moz-box-flex: 3;
    -webkit-flex: 3;
    -ms-flex: 3;
    flex: 3;
    background: transparent;
    padding-right: 15px;
    padding-top: 21px
}
#reviews .wcpr-overall-rating h2 {
    font-size: 14px;
    line-height: 30px;
    font-weight: 600;
    color: var(--color-09)
}
#reviews .wcpr-overall-rating-and-rating-count {
    padding: 0;
    border: 1px solid var(--border-color);
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: stretch
}
#reviews .wcpr-overall-rating-and-rating-count>div {
    -webkit-box-flex: 1.3;
    -moz-box-flex: 1.3;
    -webkit-flex: 1.3;
    -ms-flex: 1.3;
    flex: 1.3;
    padding: 14px 23px
}
#reviews .wcpr-overall-rating-right-total {
    font-size: 14px;
    padding: 2px 0 2px
}
#reviews .wcpr-overall-rating-main {
    display: block
}
#reviews .wcpr-overall-rating-left {
    background: transparent;
    padding: 0;
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 42px;
    line-height: 1;
    color: var(--stock-color);
    font-weight: bold;
    display: inline-block
}
#reviews .wcpr-overall-rating-right {
    padding: 0;
    text-align: left
}
#reviews .wcpr-stars-count .wcpr-row {
    display: flex;
    height: auto;
    align-items: center;
    margin-bottom: 6px
}
#reviews .wcpr-stars-count .wcpr-row:last-child {
    margin: 0
}
#reviews .wcpr-stars-count .wcpr-row>div {
    padding: 0;
    line-height: 1
}
#reviews .wcpr-stars-count .wcpr-row .wcpr-col-star {
    width: auto;
    margin-right: 15px;
    margin-left: 0
}
#reviews .wcpr-stars-count .wcpr-row .wcpr-col-star .star-rating {
    float: left
}
#reviews .wcpr-stars-count .wcpr-row .wcpr-col-rank-count {
    width: auto;
    min-width: 25px;
    margin-left: 10px;
    margin-right: 0;
    color: var(--black-color)
}
#reviews .wcpr-stars-count .wcpr-row .wcpr-col-star:before, #reviews .wcpr-stars-count .wcpr-row .star-rating:before {
    opacity: 1 !important;
    filter: alpha(opacity=100) !important
}
#reviews .rate-percent-bg {
    height: 12px;
    font-size: 12px;
    line-height: 12px;
    background: var(--tb-theme-body);
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    float: left
}
#reviews .rate-percent-bg>div {
    color: var(--black-color) !important
}
#reviews .rate-percent {
    border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    -ms-border-radius: 0 !important;
    -o-border-radius: 0 !important;
    background: var(--rating-color)
}
#reviews .progress {
    height: 13px;
    background: var(--tb-theme-body);
    margin-bottom: 15px;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none
}
#reviews .progress-bar {
    line-height: 13px;
    font-size: 13px;
    background: var(--rating-color);
    color: var(--black-color)
}
#reviews .wcpr-filter-container {
    border: 0 !important;
    padding: 24px 0 0;
    margin: 0;
    display: block !important;
    text-align: left
}
#reviews .wcpr-filter-button {
    font-weight: normal;
    margin: 0;
    padding: 0;
    background: transparent;
    color: var(--color-04);
    font-size: 14px;
    line-height: 24px;
    width: auto
}
#reviews .wcpr-filter-button:hover, #reviews .wcpr-filter-button.wcpr-active {
    color: var(--black-color);
    background: var(--bg-white) !important
}
#reviews .wcpr-filter-button+.wcpr-filter-button {
    margin-left: 30px
}
#reviews ul.wcpr-filter-button-ul {
    top: 100%;
    right: -1px;
    left: auto;
    padding: 0;
    margin: 0
}
#reviews ul.wcpr-filter-button-ul li {
    display: inline-block
}
#reviews ul.wcpr-filter-button-ul li+li a {
    border-top: 0 !important
}
#reviews ul.wcpr-filter-button-ul .wcpr-filter-button {
    text-align: center;
    padding: 0 20px;
    min-width: 125px;
    line-height: 40px;
    border: 1px solid var(--border-color);
    background: var(--tb-theme-body)
}
#reviews .reviews-images-item {
    margin: 0;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0
}
#reviews .reviews-images-item+.reviews-images-item {
    margin-left: 7px
}
.woocommerce #reviews #comments ol.commentlist {
    padding: 18px 0 25px;
    border-top: 1px solid var(--border-color);
    margin-top: 27px
}
.woocommerce #reviews #comments ol.commentlist li {
    padding: 0 0 17px;
    font-size: inherit;
    border-bottom: 1px solid var(--border-color)
}
.woocommerce #reviews #comments ol.commentlist li img.avatar {
    padding: 0;
    border: 0;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    width: 63px;
    top: 5px
}
.woocommerce #reviews #comments ol.commentlist li .comment-text {
    margin: 0;
    padding: 0;
    border: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    flex-direction: column
}
.woocommerce #reviews #comments ol.commentlist li .comment-text .star-rating {
    display: block;
    margin-bottom: 6px
}
.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta {
    font-size: 14px;
    margin: 0 0 7px;
    line-height: 26px;
    -webkit-box-ordinal-group: -1;
    -moz-box-ordinal-group: -1;
    -ms-flex-order: -1;
    -webkit-order: -1;
    order: -1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}
.woocommerce #reviews #comments ol.commentlist li .comment-text strong {
    text-transform: capitalize;
    color: var(--black-color)
}
.woocommerce #reviews #comments ol.commentlist li .comment-text .woocommerce-review__dash {
    display: none
}
.woocommerce #reviews #comments ol.commentlist li .comment-text .woocommerce-review__verified {
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    color: #21ab0b;
    font-style: normal
}
.woocommerce #reviews #comments ol.commentlist li .comment-text .woocommerce-review__verified:before {
    content: "";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-family: "tb-icon"
}
.woocommerce #reviews #comments ol.commentlist li .comment-text .woocommerce-review__verified:before {
    line-height: 1;
    vertical-align: middle;
    font-size: 5px;
    margin: 0 10px;
    color: var(--color-12)
}
.woocommerce #reviews #comments ol.commentlist li .comment-text .description p {
    line-height: 24px;
    margin: 0
}
.woocommerce #reviews #comments ol.commentlist li time {
    color: var(--color-04);
    float: none;
    margin-left: 9px;
    margin-right: 0
}
.woocommerce #reviews #comments ol.commentlist .comment_container, .woocommerce #reviews #comments ol.commentlist .review_comment_container {
    position: relative;
    padding-left: 93px;
    padding-right: 0
}
.kt-reviews-image-container {
    margin: 0;
    max-width: unset
}
.kt-reviews-image-container .kt-wc-reviews-images-wrap-wrap {
    margin-top: 17px;
    display: block
}
.kt-reviews-image-container .kt-wc-reviews-images-wrap-wrap::after {
    display: block;
    clear: both;
    content: ""
}
.kt-reviews-image-container>.kt-wc-reviews-images-wrap-wrap>.reviews-images-item> {
    margin-right: 10px;
    margin-left: 0
}
.kt-reviews-image-container>.kt-wc-reviews-images-wrap-wrap>.reviews-images-item>.review-images {
    margin: 0;
    border: 0;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0
}
#review_form_wrapper {
    font-size: 14px;
    padding-bottom: 25px;
    width: 100%;
    max-width: 570px
}
#review_form_wrapper label {
    font-weight: normal;
    margin: 0 0 5px;
    color: var(--black-color);
    display: inline-block
}
#review_form_wrapper label[for="wcpr_image_upload"] {
    display: block
}
#review_form_wrapper .comment-reply-title {
    text-transform: capitalize;
    font-size: 18px
}
#review_form_wrapper .comment-form-rating {
    padding: 20px 0 8px
}
#review_form_wrapper .comment-form-rating label {
    margin: 0;
    margin-right: 10px;
    vertical-align: middle
}
#respond textarea {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}
#respond p.stars {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 !important
}
#respond p.stars span {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}
#respond p.stars a {
    color: var(--rating-color)
}
#respond p.stars a:before {
    content: "";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-family: "tb-icon"
}
#respond p.stars a:before {
    right: auto;
    font-size: 14px
}
#respond p.stars:hover a:before {
    color: var(--rating-color)
}
#respond p.stars.selected a.active:before, #respond p.stars.selected a:not(.active):before, #respond p.stars.selected a.active:before {
    color: var(--rating-color)
}
#respond p.stars a:before, #respond p.stars a:hover~a:before, #respond p.stars.selected a.active~a:before {
    color: var(--color-06)
}
#respond .comment-form-fields-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -15px
}
#respond .comment-form-fields-wrapper input {
    margin-bottom: 15px !important;
    width: 100%
}
#respond .comment-form-fields-wrapper>p {
    padding: 0 15px
}
#respond .comment-form-fields-wrapper>p.comment-form-cookies-consent {
    -webkit-box-flex: none;
    -moz-box-flex: none;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
    padding-bottom: 20px
}
#respond .comment-form-fields-wrapper>p.comment-form-cookies-consent input {
    width: auto;
    margin-right: 7px !important;
    margin-left: 0 !important;
    display: inline
}
#respond .comment-form-fields-wrapper>p.comment-form-cookies-consent label {
    display: inline
}
.woocommerce #review_form #respond {
    outline: 0
}
.woocommerce #review_form #respond #comment {
    height: 200px;
    border-color: var(--color-06)
}
.woocommerce #review_form #respond #comment:focus {
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none
}
.woocommerce #review_form #respond p {
    margin: 0
}
.woocommerce #review_form #respond p.wcpr-comment-form-images {
    margin: 0 0 24px
}
.woocommerce #review_form #respond input[type="text"], .woocommerce #review_form #respond input[type="email"], .woocommerce #review_form #respond #comment {
    border: 1px solid var(--border-color) !important;
    padding: 0 15px !important;
    margin-bottom: 10px !important;
    outline: 0;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: var(--bg-white)
}
@media(max-width:480px) {
    .woocommerce #review_form #respond input[type="text"], .woocommerce #review_form #respond input[type="email"], .woocommerce #review_form #respond #comment {
        padding: 0 8px !important
    }
}
.woocommerce #review_form #respond #comment {
    padding-top: 10px !important;
    padding-bottom: 10px !important
}
.woocommerce #review_form #respond .comment-form-comment>label {
    margin-bottom: 7px
}
.woocommerce-product-gallery .flex-viewport {
    display: block;
    height: auto !important;
    max-width: 100%
}
.tbay-video-content {
    position: relative;
    overflow: hidden
}
.tbay-video-content._16_9:not(.host) {
    padding-bottom: 56.25%
}
.tbay-video-content._4_3:not(.host) {
    padding-bottom: 75%
}
.tbay-video-content iframe {
    width: 100% !important;
    height: 100% !important;
    position: absolute;
    top: 0;
    left: 0
}
.tbay_featured_thumbnail {
    position: relative
}
.tbay_featured_thumbnail:before {
    content: "";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-family: "tb-icon"
}
.tbay_featured_thumbnail:before {
    position: absolute;
    z-index: 5;
    color: var(--white-color);
    width: 100%;
    height: 100%;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    pointer-events: none;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 20px
}
.tbay_featured_thumbnail:after {
    content: "";
    position: absolute;
    background-color: rgba(0, 0, 0, 0.2);
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 2;
    pointer-events: none
}
#list-review-images {
    padding-top: 30px;
    text-align: left;
    width: 100%
}
#list-review-images::after {
    display: block;
    clear: both;
    content: ""
}
#list-review-images h4 {
    font-size: 14px;
    margin: 0 0 15px
}
#list-review-images ul {
    float: left;
    list-style: none;
    padding: 0;
    margin: 0;
    position: relative;
    max-width: 100%
}
#list-review-images ul::after {
    display: block;
    clear: both;
    content: ""
}
#list-review-images ul li {
    float: left;
    border: 1px solid var(--border-color);
    margin: 0;
    max-width: 53px
}
#list-review-images ul li+li {
    margin-left: 7px
}
#list-review-images .more {
    pointer-events: none;
    position: absolute;
    height: 100%;
    width: 50px;
    right: 0;
    left: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    background: rgba(0, 0, 0, 0.45)
}
.woocommerce .product .image-mains span.onsale .featured {
    min-width: 50px;
    display: inline-block;
    right: 15px;
    left: auto;
    z-index: 2
}
.woocommerce .product .image-mains span.onsale span.saled {
    right: 15px;
    top: 30px;
    z-index: 2
}
.woocommerce .product .image-mains span.onsale span.saled:only-child {
    top: 0
}
#tbay-quick-view-content .image-mains span.onsale {
    position: static !important
}
#tbay-quick-view-content .image-mains .woocommerce-product-gallery .woocommerce-product-gallery__wrapper .slick-arrow i {
    font-size: 26px;
    line-height: 44px
}
.tbay-visitor-count {
    color: #262626;
    line-height: 24px;
    display: inline-block;
    margin-top: 7px
}
.tbay-visitor-count i {
    color: #9f9f9f;
    margin-right: 6px;
    margin-left: 0;
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
    font-size: 24px
}
#sidebar-after-meta-single-product.after-meta-single-product {
    margin-top: 0;
    padding-top: 0
}
#sidebar-after-meta-single-product.after-meta-single-product .elementor-icon-box-title {
    margin-top: 0;
    margin-bottom: 0
}
.yith-wcpb-product-bundled-items {
    margin-bottom: 5px;
    margin-top: 15px
}
.yith-wcpb-product-bundled-item-availability.not-variation p.stock {
    padding: 0
}
.yith-wcpb-product-bundled-items p.stock {
    text-align: left
}
.wvs-css .variations>li {
    margin: 0 !important
}
.wvs-css .variations>li::after {
    display: block;
    clear: both;
    content: ""
}
.wvs-css .variations>li+li:not(.reset_variations) {
    margin-top: 10px !important
}
.wvs-css .variations .reset_variations {
    font-size: inherit !important;
    color: var(--tb-theme-color);
    text-decoration: underline;
    text-transform: inherit
}
.wvs-css .variable-item:not(.radio-variable-item) {
    width: 30px;
    height: 30px
}
.wvs-css .wvs-style-squared .button-variable-item {
    min-width: 30px
}
.wvs-css:not(.wvs-pro) .variable-items-wrapper {
    margin: 0 !important
}
.wvs-css:not(.wvs-pro) .variable-items-wrapper .variable-item:not(.radio-variable-item) {
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin: 0 0 7px;
    color: var(--black-color);
    background-color: var(--bg-white);
    border: 1px solid transparent;
    display: inline-flex
}
.wvs-css:not(.wvs-pro) .variable-items-wrapper .variable-item:not(.radio-variable-item)+.variable-item {
    margin-left: 7px
}
.wvs-css:not(.wvs-pro) .variable-items-wrapper .variable-item:not(.radio-variable-item).selected, .wvs-css:not(.wvs-pro) .variable-items-wrapper .variable-item:not(.radio-variable-item).selected:hover, .wvs-css:not(.wvs-pro) .variable-items-wrapper .variable-item:not(.radio-variable-item):hover {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: var(--tb-theme-color)
}
.wvs-css:not(.wvs-pro) .variable-items-wrapper .variable-item:not(.radio-variable-item).disabled {
    -webkit-box-shadow: none;
    box-shadow: none
}
.wvs-css:not(.wvs-pro) .variable-items-wrapper .variable-item:not(.radio-variable-item) span {
    vertical-align: middle
}
.wvs-css .wvs-archive-variation-wrapper {
    padding-bottom: 20px;
    padding-top: 15px;
    position: relative
}
.wvs-css.tbay-variation-free .variable-items-wrapper .variable-item {
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0
}
.wvs-css.tbay-variation-free .variable-items-wrapper .variable-item.image-variable-item {
    border-color: var(--border-color-woo);
    width: 40px;
    height: 40px
}
.wvs-css.tbay-variation-free .variable-items-wrapper .variable-item.image-variable-item.selected, .wvs-css.tbay-variation-free .variable-items-wrapper .variable-item.image-variable-item:hover, .wvs-css.tbay-variation-free .variable-items-wrapper .variable-item.image-variable-item:focus {
    border-color: var(--tb-theme-color)
}
.wvs-css.tbay-variation-free .variable-items-wrapper .variable-item:not(.radio-variable-item).color-variable-item {
    width: 23px;
    height: 23px;
    border: 0
}
.wvs-css.tbay-variation-free .variable-items-wrapper .variable-item:not(.radio-variable-item).color-variable-item .variable-item-span-color::before {
    width: 100%;
    height: 100%;
    content: '';
    border: 1px solid transparent;
    position: absolute
}
.wvs-css.tbay-variation-free .variable-items-wrapper .variable-item:not(.radio-variable-item).color-variable-item.selected .variable-item-span-color::before, .wvs-css.tbay-variation-free .variable-items-wrapper .variable-item:not(.radio-variable-item).color-variable-item:hover .variable-item-span-color::before, .wvs-css.tbay-variation-free .variable-items-wrapper .variable-item:not(.radio-variable-item).color-variable-item:focus .variable-item-span-color::before {
    border-color: var(--tb-theme-color)
}
.wvs-css.tbay-variation-free .variable-items-wrapper .variable-item:not(.radio-variable-item).color-variable-item .variable-item-span-color:after {
    display: none
}
.wvs-css.tbay-variation-free .variable-items-wrapper .variable-item:not(.radio-variable-item).button-variable-item {
    border: 1px solid var(--border-color)
}
.wvs-css.tbay-variation-free .variable-items-wrapper .variable-item:not(.radio-variable-item).button-variable-item.selected, .wvs-css.tbay-variation-free .variable-items-wrapper .variable-item:not(.radio-variable-item).button-variable-item.selected:hover, .wvs-css.tbay-variation-free .variable-items-wrapper .variable-item:not(.radio-variable-item).button-variable-item:hover {
    border-color: var(--tb-theme-color);
    color: var(--tb-theme-color)
}
.wvs-css.tbay-variation-free .variable-items-wrapper .variable-item:not(.radio-variable-item).button-variable-item.disabled, .wvs-css.tbay-variation-free .variable-items-wrapper .variable-item:not(.radio-variable-item).button-variable-item.out-of-stock {
    background: var(--color-03)
}
.wvs-css.tbay-variation-free .variable-items-wrapper .variable-item:not(.radio-variable-item).button-variable-item.disabled .variable-item-contents::before, .wvs-css.tbay-variation-free .variable-items-wrapper .variable-item:not(.radio-variable-item).button-variable-item.disabled .variable-item-contents::after, .wvs-css.tbay-variation-free .variable-items-wrapper .variable-item:not(.radio-variable-item).button-variable-item.out-of-stock .variable-item-contents::before, .wvs-css.tbay-variation-free .variable-items-wrapper .variable-item:not(.radio-variable-item).button-variable-item.out-of-stock .variable-item-contents::after {
    display: none
}
.wvs-css.tbay-variation-free li.reset_variations {
    display: none
}
.wvs-css.woo-variation-swatches-style-rounded .variable-items-wrapper .variable-item:not(.radio-variable-item).button-variable-item {
    width: auto;
    min-width: 36px;
    border-radius: 18px;
    -webkit-border-radius: 18px;
    -moz-border-radius: 18px;
    -ms-border-radius: 18px;
    -o-border-radius: 18px;
    padding: 0 5px
}
.wvs-css:not(.singular-shop) .tbay-variable-sale .woocommerce-variation-availability {
    display: none
}
.tawcvs-swatches {
    float: left
}
.tawcvs-swatches .swatch {
    width: auto;
    height: 36px;
    min-width: 36px;
    margin: 0;
    line-height: 34px;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border: 1px solid var(--border-color);
    opacity: 1;
    filter: alpha(opacity=100);
    background: var(--bg-white);
    color: var(--color-11)
}
.tawcvs-swatches .swatch.selected, .tawcvs-swatches .swatch:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: var(--tb-theme-color);
    color: var(--tb-theme-color)
}
.tawcvs-swatches .swatch+.swatch {
    margin-left: 10px
}
.tawcvs-swatches .swatch.swatch-color {
    border: 0
}
.tawcvs-swatches .swatch.swatch-color.selected:before {
    content: "";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-family: "tb-icon"
}
.tawcvs-swatches .swatch.swatch-color.selected:before {
    font-size: 15px;
    border: 0;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    width: 100%;
    height: 100%;
    text-align: center;
    left: 0;
    right: auto;
    top: 0;
    color: var(--white-color);
    text-indent: 0
}
.tbay-swatches-wrapper {
    display: block
}
.tbay-swatches-wrapper ul {
    margin: 10px 0 5px !important;
    padding: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}
.tbay-swatches-wrapper li {
    display: inline-block
}
.tbay-swatches-wrapper li a {
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    display: block;
    text-align: center;
    margin: 0 10px 0 0;
    cursor: pointer;
    min-width: 18px;
    height: 18px;
    line-height: 18px;
    position: relative;
    opacity: 1;
    filter: alpha(opacity=100)
}
.tbay-swatches-wrapper li a.variable-item-span-color {
    margin-right: 6px;
    text-indent: -9999px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px
}
.tbay-swatches-wrapper li a.selected {
    -webkit-box-shadow: none;
    box-shadow: none
}
.tbay-swatches-wrapper li a.selected:after {
    content: '';
    border: 1px solid var(--tb-theme-color);
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    position: absolute;
    pointer-events: none;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px
}
.tbay-swatches-wrapper li a.variable-item-span-label {
    background: var(--bg-white);
    color: var(--black-color);
    display: inline-block;
    font-size: 12px;
    min-width: 22px;
    padding: 0 5px;
    height: 22px;
    line-height: 22px;
    text-align: center;
    cursor: pointer;
    border: 1px solid var(--border-color);
    position: relative
}
.tbay-swatches-wrapper li a.variable-item-span-label:hover, .tbay-swatches-wrapper li a.variable-item-span-label.selected {
    border-color: var(--black-color);
    opacity: 1;
    filter: alpha(opacity=100)
}
.tbay-swatches-wrapper li a.variable-item-span-image {
    background-position: center;
    min-width: 19px;
    height: 19px;
    line-height: 19px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px
}
.tbay-swatches-wrapper li:last-child a {
    margin: 0
}
.woo-swatches-pro-btn {
    margin-bottom: 10px
}
.woo-swatches-pro-btn .add-cart a {
    height: 40px;
    padding: 0 20px
}
.woo-swatches-pro-btn .add-cart a.wvs_ajax_add_to_cart:before {
    content: "";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-family: "tb-icon"
}
.woo-swatches-pro-btn .add-cart a.wvs_ajax_add_to_cart:before {
    height: 40px;
    line-height: 40px;
    font-size: 17px;
    margin-right: 7px;
    margin-left: 0;
    display: inline-block;
    vertical-align: middle
}
.woo-swatches-pro-btn .add-cart a.wvs_ajax_add_to_cart i {
    display: none
}
.woo-swatches-pro-btn .add-cart a.wvs_ajax_add_to_cart.loading:before {
    content: "";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-family: "tb-icon"
}
.woo-swatches-pro-btn .add-cart a.wvs_ajax_add_to_cart.loading:before {
    -webkit-animation: spin 2s linear infinite;
    -o-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    display: inline-block
}
.woo-swatches-pro-btn .add-cart a i {
    height: 40px;
    line-height: 40px;
    float: left;
    font-size: 17px
}
.woo-swatches-pro-btn .add-cart a .title-cart {
    vertical-align: middle;
    display: inline-block;
    line-height: 1;
    white-space: nowrap
}
.product-block .woo-swatches-pro-btn .add-cart a.loading {
    padding: 0 20px;
    color: #fff
}
.product-block .woo-swatches-pro-btn .add-cart a.added+a.added_to_cart {
    color: #fff !important;
    font-size: 14px
}
.product-block .woo-swatches-pro-btn .add-cart a.added+a.added_to_cart:before {
    width: auto;
    margin-right: 7px;
    margin-left: 0
}
.product-block.list .woo-swatches-pro-btn {
    margin-top: 15px
}
.woocommerce div.product.product-type-grouped form.cart .group_table, body div.product.product-type-grouped form.cart .group_table {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border: 0;
    margin-top: 15px;
    margin-bottom: 30px
}
.woocommerce div.product.product-type-grouped form.cart .group_table tbody, body div.product.product-type-grouped form.cart .group_table tbody {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1
}
.woocommerce div.product.product-type-grouped form.cart .group_table tr, body div.product.product-type-grouped form.cart .group_table tr {
    background: var(--tb-theme-body);
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 20px
}
.woocommerce div.product.product-type-grouped form.cart .group_table tr+tr, body div.product.product-type-grouped form.cart .group_table tr+tr {
    margin-top: 7px
}
.woocommerce div.product.product-type-grouped form.cart .group_table .price del, body div.product.product-type-grouped form.cart .group_table .price del {
    font-size: 12px !important
}
.woocommerce div.product.product-type-grouped form.cart .group_table .price .woocs_price_code ins, .woocommerce div.product.product-type-grouped form.cart .group_table .price .woocs_price_code del, body div.product.product-type-grouped form.cart .group_table .price .woocs_price_code ins, body div.product.product-type-grouped form.cart .group_table .price .woocs_price_code del {
    display: inline-block
}
.woocommerce div.product.product-type-grouped form.cart .group_table label, body div.product.product-type-grouped form.cart .group_table label {
    margin: 0;
    font-weight: 500
}
.woocommerce div.product.product-type-grouped form.cart .group_table .price, .woocommerce div.product.product-type-grouped form.cart .group_table .price ins, body div.product.product-type-grouped form.cart .group_table .price, body div.product.product-type-grouped form.cart .group_table .price ins {
    font-size: 18px !important
}
@media(max-width:991px) {
    .woocommerce div.product.product-type-grouped form.cart .group_table .price, .woocommerce div.product.product-type-grouped form.cart .group_table .price ins, body div.product.product-type-grouped form.cart .group_table .price, body div.product.product-type-grouped form.cart .group_table .price ins {
        font-size: 14px !important
    }
}
.woocommerce div.product.product-type-grouped form.cart .group_table .stock, body div.product.product-type-grouped form.cart .group_table .stock {
    font-size: 14px;
    text-transform: initial;
    margin: 0
}
.woocommerce div.product.product-type-grouped form.cart .group_table .quantity .name, body div.product.product-type-grouped form.cart .group_table .quantity .name {
    display: none
}
.woocommerce div.product.product-type-grouped form.cart .group_table td, body div.product.product-type-grouped form.cart .group_table td {
    -webkit-box-flex: 2;
    -moz-box-flex: 2;
    -webkit-flex: 2;
    -ms-flex: 2;
    flex: 2;
    padding: 0;
    line-height: 28px
}
.woocommerce div.product.product-type-grouped form.cart .group_table td.woocommerce-grouped-product-list-item__quantity, body div.product.product-type-grouped form.cart .group_table td.woocommerce-grouped-product-list-item__quantity {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1
}
.woocommerce div.product.product-type-grouped form.cart .group_table td.woocommerce-grouped-product-list-item__quantity .quantity input.qty, body div.product.product-type-grouped form.cart .group_table td.woocommerce-grouped-product-list-item__quantity .quantity input.qty {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 40px
}
.woocommerce div.product.product-type-grouped form.cart .group_table td.woocommerce-grouped-product-list-item__price, body div.product.product-type-grouped form.cart .group_table td.woocommerce-grouped-product-list-item__price {
    padding-left: 30px
}
.woocommerce div.product.product-type-grouped form.cart .group_table .woocommerce-grouped-product-list-item__label, body div.product.product-type-grouped form.cart .group_table .woocommerce-grouped-product-list-item__label {
    -webkit-box-ordinal-group: -1;
    -moz-box-ordinal-group: -1;
    -ms-flex-order: -1;
    -webkit-order: -1;
    order: -1;
    padding-right: 15px
}
.woocommerce div.product.product-type-grouped form.cart .group_table .label, body div.product.product-type-grouped form.cart .group_table .label {
    padding: .5em;
    vertical-align: middle;
    font-size: 14px;
    display: table-cell;
    text-align: inherit
}
.woocommerce-grouped-product-list-item__quantity .add-cart {
    display: inline-block
}
.woocommerce-grouped-product-list-item__quantity .add-cart a.button {
    font-size: 0;
    padding: 0;
    width: 44px
}
.woocommerce-grouped-product-list-item__quantity .add-cart a.button i {
    margin: 0
}
.woocommerce .singular-shop:not(.archive-full) div.product.product-type-grouped form.cart .group_table tr {
    align-items: center;
    position: relative
}
.woocommerce .singular-shop:not(.archive-full) div.product.product-type-grouped form.cart .group_table tr td {
    -webkit-box-flex: unset;
    -moz-box-flex: unset;
    -webkit-flex: unset;
    -ms-flex: unset;
    flex: unset
}
.woocommerce .singular-shop:not(.archive-full) div.product.product-type-grouped form.cart .group_table tr td.woocommerce-grouped-product-list-item__label {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1
}
.woocommerce .singular-shop:not(.archive-full) div.product.product-type-grouped form.cart .group_table tr td.woocommerce-grouped-product-list-item__quantity {
    position: absolute;
    top: 20px;
    right: 20px;
    left: auto;
    width: auto
}
.woocommerce .singular-shop:not(.archive-full) div.product.product-type-grouped form.cart .group_table tr td.woocommerce-grouped-product-list-item__price {
    padding: 50px 0 0;
    text-align: right
}
.singular-shop div.product.product-type-external .single_add_to_cart_button {
    background: var(--tb-theme-color);
    line-height: 40px;
    color: #fff
}
.singular-shop div.product.product-type-external .single_add_to_cart_button:hover, .singular-shop div.product.product-type-external .single_add_to_cart_button:focus {
    background: var(--tb-theme-color-hover)
}
#sticky-menu-bar {
    position: fixed;
    top: 0;
    -webkit-transform: translateY(-130px);
    -ms-transform: translateY(-130px);
    -o-transform: translateY(-130px);
    transform: translateY(-130px);
    left: 0;
    width: 100%;
    z-index: 999;
    padding: 10px 0;
    background: var(--bg-white);
    pointer-events: none;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.05);
    border-bottom: 1px solid var(--border-color)
}
#sticky-menu-bar.active {
    opacity: 1;
    filter: alpha(opacity=100);
    top: 0;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    pointer-events: auto
}
@media(max-width:1199px) {
    #sticky-menu-bar.active {
        margin-top: 46px
    }
}
#sticky-menu-bar .row {
    display: flex;
    align-items: center
}
#sticky-menu-bar #onepage-single-product>li {
    margin: 0
}
#sticky-menu-bar #onepage-single-product>li+li {
    margin-left: 15px
}
#sticky-menu-bar li.current a, #sticky-menu-bar li:hover a, #sticky-menu-bar li:focus a {
    color: var(--tb-theme-color)
}
#sticky-menu-bar li a {
    background: transparent !important;
    padding: 0;
    line-height: 30px;
    color: var(--color-11)
}
#sticky-menu-bar li a:hover, #sticky-menu-bar li a:focus {
    color: var(--tb-theme-color)
}
#sticky-menu-bar .menu-bar-right {
    text-align: right
}
#sticky-menu-bar .price {
    display: inline-block;
    margin: 0
}
#sticky-menu-bar p.out-of-stock {
    color: var(--red-color)
}
#sticky-menu-bar #sticky-custom-add-to-cart {
    margin-left: 15px;
    margin-right: 0
}
.menu-bar-left .media {
    display: flex;
    align-items: center
}
.menu-bar-left .media-left {
    padding-right: 20px;
    padding-left: 0
}
.menu-bar-left img {
    border: 1px solid var(--color-06)
}
.menu-bar-left .product_title {
    font-size: 14px;
    margin: 0;
    line-height: 23px
}
.menu-bar-left .woocommerce-product-rating {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
    margin: 0 !important
}
.menu-bar-left .woocommerce-product-rating .star-rating {
    height: 12px !important;
    margin-right: 15px;
    margin-left: 0
}
.menu-bar-left .woocommerce-product-rating .rate-sold, .menu-bar-left .woocommerce-product-rating .sold-by-meta {
    margin: 0;
    padding: 0 15px;
    position: relative
}
.menu-bar-left .woocommerce-product-rating .rate-sold:before, .menu-bar-left .woocommerce-product-rating .sold-by-meta:before {
    content: '';
    background: var(--border-color);
    width: 1px;
    height: 14px;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    right: auto
}
.wc-tabs-wrapper #accordion .panel {
    padding: 0 !important;
    margin: 0 !important;
    overflow: visible
}
.wc-tabs-wrapper #accordion .entry-content .woocommerce-Reviews-title {
    font-size: 18px
}
.wc-tabs-wrapper .tabs-title a {
    font-size: 18px;
    line-height: 46px;
    font-weight: 500;
    display: block;
    position: relative;
    width: 100%;
    text-align: left;
    padding: 0;
    color: var(--color-14);
    border: 0;
    border-bottom: 1px solid var(--border-color);
    font-weight: 600;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0
}
.wc-tabs-wrapper .tabs-title a i {
    font-size: 14px;
    left: auto;
    right: 0;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    position: absolute;
    margin-top: 2px
}
.wc-tabs-wrapper .tabs-title a:hover, .wc-tabs-wrapper .tabs-title a:focus {
    text-decoration: unset;
    color: var(--tb-theme-color)
}
.tabs-sidebar:after {
    content: "";
    background: rgba(0, 0, 0, 0.66);
    position: fixed;
    left: 0;
    right: auto;
    width: 100%;
    height: 100%;
    top: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    visibility: hidden;
    z-index: 2000;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s
}
.tabs-sidebar.open:after {
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible;
    pointer-events: all
}
.woocommerce-tabs-mobile .tabs-mobile {
    padding: 0;
    margin: 0;
    list-style: none
}
.woocommerce-tabs-mobile .tabs-mobile li {
    padding: 12px 0;
    border-bottom: 1px solid var(--border-color)
}
.woocommerce-tabs-mobile .tabs-mobile li:first-child {
    border-top: 1px solid var(--border-color)
}
.woocommerce-tabs-mobile .tabs-mobile a {
    width: 100%;
    font-weight: 700;
    display: inline-block;
    position: relative;
    color: var(--color-09)
}
.woocommerce-tabs-mobile .tabs-mobile a:before {
    content: "";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-family: "tb-icon"
}
.woocommerce-tabs-mobile .tabs-mobile a:before {
    position: absolute;
    right: 0;
    left: auto;
    font-size: 13px
}
.woocommerce-tabs-mobile .wc-tab-mobile {
    position: fixed !important;
    top: 0;
    right: 0;
    width: 100%;
    z-index: 10001;
    -webkit-transition: all .35s cubic-bezier(0.46, 0.01, 0.32, 1);
    -o-transition: all .35s cubic-bezier(0.46, 0.01, 0.32, 1);
    transition: all .35s cubic-bezier(0.46, 0.01, 0.32, 1);
    background-color: var(--bg-white);
    height: 100vh;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
    visibility: hidden;
    padding: 58px 15px;
    overflow-x: hidden;
    width: 100vw;
    height: 100vh;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch
}
.woocommerce-tabs-mobile .wc-tab-mobile#tab-additional_information {
    align-items: baseline;
    padding-top: 80px
}
.woocommerce-tabs-mobile .wc-tab-mobile::before {
    content: '';
    position: absolute;
    top: 45px;
    width: 100%;
    height: 1px;
    background: var(--border-color);
    left: 0
}
.woocommerce-tabs-mobile .wc-tab-mobile.open {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    visibility: visible
}
.woocommerce-tabs-mobile .wc-tab-mobile .display-products.products {
    padding: 0 !important
}
.woocommerce-tabs-mobile .wc-tab-mobile .tab-content img:not(.big-review-images-content-img) {
    margin: 8px 0
}
.woocommerce-tabs-mobile .wc-tab-mobile .tab-content ul, .woocommerce-tabs-mobile .wc-tab-mobile .tab-content ol {
    padding: 0;
    margin: 0
}
.woocommerce-tabs-mobile .wc-tab-mobile .tab-content ul li, .woocommerce-tabs-mobile .wc-tab-mobile .tab-content ol li {
    list-style: none;
    font-style: normal;
    font-size: inherit;
    color: inherit
}
.woocommerce-tabs-mobile .wc-tab-mobile .tab-head {
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    height: 50px;
    color: var(--white-color);
    font-size: 13px;
    padding: 0 15px;
    font-weight: bold
}
.woocommerce-tabs-mobile .wc-tab-mobile .tab-head>* {
    color: var(--black-color);
    font-size: 25px
}
.woocommerce-tabs-mobile .wc-tab-mobile .tab-head>.title {
    font-size: 20px
}
.woocommerce-tabs-mobile #reviews #comments {
    padding: 0
}
@media(min-width:601px) and (max-width:782px) {
    .active-admin-bar .woocommerce-tabs-mobile .wc-tab-mobile {
        top: 46px
    }
}
@media(min-width:782px) {
    .active-admin-bar .woocommerce-tabs-mobile .wc-tab-mobile {
        top: 32px
    }
}
#sidebar-shop+.singular-shop #list-review-images ul li:nth-child(n+7) {
    display: none
}
@media(min-width:1200px) {
    .style-horizontal .tbay-modalButton {
        right: 100px
    }
    .style-horizontal .flex-control-nav {
        padding: 0 90px !important
    }
    .style-horizontal .flex-control-nav .slick-list li {
        margin: 0 5px !important
    }
}
.style-horizontal #list-review-images {
    padding-top: 30px
}
@media(min-width:1200px) {
    .style-vertical.has-post-thumbnail .image-mains .woocommerce-product-gallery {
        padding-left: 70px;
        padding-right: 0
    }
    .style-vertical .image-mains .flex-control-thumbs {
        margin: 0 !important;
        padding: 0 !important
    }
    .style-vertical .image-mains .woocommerce-product-gallery .flex-control-nav {
        position: absolute;
        top: 0;
        left: 0;
        right: auto;
        bottom: 0;
        width: 60px;
        text-align: center
    }
    .style-vertical .image-mains.no-gallery-image .woocommerce-product-gallery {
        padding: 0
    }
    .style-vertical .flex-control-nav>.slick-arrow {
        position: static;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
        display: block !important
    }
    .style-vertical .flex-control-nav>.slick-arrow:before {
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        transform: rotate(90deg)
    }
    .style-vertical .flex-control-nav>.slick-arrow.owl-next {
        margin-top: -7px
    }
    .singular-shop div.product.style-vertical .flex-control-thumbs .slick-list li {
        margin: 0 0 10px !important;
        float: none;
        border: 0;
        padding: 0
    }
}
.singular-shop div.tabs-fulltext {
    padding: 0
}
.singular-shop div.tabs-fulltext .item-panel {
    padding: 24px 30px;
    background: var(--bg-white)
}
.singular-shop div.tabs-fulltext #tabs-list-additional_information {
    padding-top: 17px;
    padding-bottom: 0
}
.singular-shop div.tabs-fulltext #tabs-list-reviews {
    padding-top: 37px
}
.tabs-fulltext h2, .woocommerce-tabs-mobile h2 {
    font-size: 22px;
    font-weight: 600;
    margin: 0 0 24px;
    line-height: 32px;
    color: var(--color-09)
}
.tabs-fulltext #review_form_wrapper, .woocommerce-tabs-mobile #review_form_wrapper {
    padding: 0
}
.tabs-fulltext #tabs-list-questions, .woocommerce-tabs-mobile #tabs-list-questions {
    padding-top: 10px
}
.tabs-fulltext .questions-section, .woocommerce-tabs-mobile .questions-section {
    padding-top: 11px
}
.tabs-fulltext #tabs-list-seller, .woocommerce-tabs-mobile #tabs-list-seller {
    margin-top: 24px
}
.tabs-fulltext #tabs-list-seller h2, .woocommerce-tabs-mobile #tabs-list-seller h2 {
    margin-bottom: 18px;
    font-size: 22px
}
.tabs-fulltext #tabs-list-seller+#tabs-list-more_seller_product, .woocommerce-tabs-mobile #tabs-list-seller+#tabs-list-more_seller_product {
    border-top: 1px solid var(--border-color);
    margin: 0
}
.tabs-fulltext #tabs-list-more_seller_product, .woocommerce-tabs-mobile #tabs-list-more_seller_product {
    padding: 0;
    margin-top: 20px
}
.tabs-fulltext #tabs-list-more_seller_product h2, .woocommerce-tabs-mobile #tabs-list-more_seller_product h2 {
    padding: 24px 30px 0;
    margin-bottom: 15px;
    font-size: 22px
}
@media(max-width:767px) {
    .tabs-fulltext #tabs-list-more_seller_product h2, .woocommerce-tabs-mobile #tabs-list-more_seller_product h2 {
        padding: 50px 0 0
    }
}
.tabs-fulltext #tabs-list-more_seller_product .carousel-sellerdokan.owl-carousel, .woocommerce-tabs-mobile #tabs-list-more_seller_product .carousel-sellerdokan.owl-carousel {
    margin: 0
}
.woocommerce-tabs-mobile .questions-section {
    border: 0
}
.woocommerce-tabs-mobile .tab-content {
    width: 100%
}
#tabs-list-seller ul {
    margin: 0
}
#tabs-list-seller ul li {
    line-height: 24px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 6px
}
#tabs-list-seller ul li>span:first-child {
    color: var(--black-color);
    font-weight: bold;
    display: inline-block;
    min-width: 144px
}
#tabs-list-seller ul li:last-child {
    margin-bottom: 4px
}
#tabs-list-seller ul li .details {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1
}
#tabs-list-seller ul li b {
    font-weight: bold
}
.woocommerce div.product #woocommerce-tabs {
    color: var(--color-10)
}
.woocommerce div.product #woocommerce-tabs ul.tabs {
    margin: 0;
    padding: 0 0 30px;
    position: relative;
    border: 0;
    -webkit-box-align: center;
    text-align: center;
    white-space: nowrap;
    display: block;
    overflow-x: auto;
    overflow-y: hidden
}
.woocommerce div.product #woocommerce-tabs ul.tabs:before, .woocommerce div.product #woocommerce-tabs ul.tabs:after {
    display: none
}
.woocommerce div.product #woocommerce-tabs ul.tabs li {
    padding: 0;
    margin: 0;
    float: left;
    background: transparent;
    border-color: var(--border-color-4);
    border-left: 0;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none
}
.woocommerce div.product #woocommerce-tabs ul.tabs li:after, .woocommerce div.product #woocommerce-tabs ul.tabs li:before {
    display: none
}
.woocommerce div.product #woocommerce-tabs ul.tabs li.active>a, .woocommerce div.product #woocommerce-tabs ul.tabs li:hover>a {
    background-color: var(--bg-white);
    color: var(--black-color) !important
}
.woocommerce div.product #woocommerce-tabs ul.tabs li>a {
    font-weight: normal;
    background-color: var(--tb-theme-body);
    font-size: 15px;
    padding: 0 16px;
    line-height: 42px;
    border: 0;
    font-weight: normal;
    color: var(--color-11);
    margin: 0;
    text-transform: inherit;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    direction: ltr
}
.woocommerce div.product #woocommerce-tabs ul.tabs li>a:hover, .woocommerce div.product #woocommerce-tabs ul.tabs li>a:focus {
    background: transparent
}
.woocommerce div.product #woocommerce-tabs ul.tabs li:first-child {
    border-left: 1px solid var(--border-color-4)
}
.wc-tabs-wrapper .panel {
    overflow: hidden;
    border: 0;
    margin: 0 !important;
    padding-bottom: 20px !important;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0
}
.wc-tabs-wrapper .panel table tbody tr:first-child td {
    color: var(--black-color);
    background-color: #f9f9f9;
    font-size: 15px
}
.wc-tabs-wrapper .panel p {
    line-height: 27px
}
.wc-tabs-wrapper .panel p.woocommerce-noreviews {
    margin: 0 0 25px
}
.wc-tabs-wrapper .panel.woocommerce-Tabs-panel--seller h2, .wc-tabs-wrapper .panel.woocommerce-Tabs-panel--vendor h2 {
    margin-bottom: 20px
}
.wc-tabs-wrapper .panel.wc-tab {
    overflow: visible
}
.wc-tabs-wrapper .entry-content {
    margin: 30px 0
}
.wc-tabs-wrapper .entry-content #reviews #comments {
    padding: 0
}
.wc-tabs-wrapper .entry-content#tab-more_seller_product .product-block img {
    margin: 0
}
.panel {
    line-height: 30px;
    font-size: 15px
}
.panel h2, .panel h3, .panel h4 {
    margin-bottom: 20px
}
.panel ul, .panel ol {
    margin: 0
}
.panel li {
    font-style: normal;
    font-size: inherit;
    color: inherit
}
.panel .commentlist li {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid var(--border-color)
}
.content-center {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center
}
#tbay-quick-view-content #mobile-close-infor-wrapper {
    display: none !important
}
body.modal-open .open-main-content {
    z-index: unset
}
body.modal-open #mobile-close-infor-wrapper {
    display: none !important
}
body.modal-open .form-cart-popup form.cart {
    position: static;
    z-index: unset;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none
}
.mobile-btn-cart-click, #mobile-close-infor-wrapper, .mobile-attribute-list, .mobile-infor-wrapper, #mobile-close-infor {
    display: none
}
.tbay-to-top.tbay-to-top-mobile {
    -webkit-transition: none;
    -o-transition: none;
    transition: none
}
.open-main-content {
    z-index: 95;
    position: relative
}
.open-main-content~.tbay-to-top {
    z-index: 94
}
.woocommerce .open-main-content .product span.onsale {
    z-index: 9
}
.mobile-attribute-list {
    border: 1px solid var(--border-color-4);
    position: relative;
    padding: 8px 14px 13px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    position: relative
}
.mobile-attribute-list #attribute-open {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0
}
.mobile-attribute-list #attribute-open i {
    float: right;
    top: 50%;
    position: absolute;
    right: 5px;
    font-size: 22px;
    -webkit-transform: translate(0, -12px);
    -ms-transform: translate(0, -12px);
    -o-transform: translate(0, -12px);
    transform: translate(0, -12px)
}
.mobile-attribute-list .list-wrapper {
    font-size: 13px;
    color: var(--color-04)
}
.mobile-attribute-list .list-wrapper .value {
    color: var(--black-color);
    font-weight: 700;
    line-height: 20px
}
.mobile-btn-cart-click.has-wishlist #tbay-click-addtocart, .mobile-btn-cart-click.has-wishlist #tbay-click-buy-now {
    width: calc(100% - 56px);
    margin: 0 8px
}
.mobile-btn-cart-click.has-buy-now #tbay-click-addtocart, .mobile-btn-cart-click.has-buy-now #tbay-click-buy-now {
    width: 50%;
    margin: 0 8px
}
.mobile-btn-cart-click.has-buy-now.has-wishlist #tbay-click-addtocart, .mobile-btn-cart-click.has-buy-now.has-wishlist #tbay-click-buy-now {
    width: calc(50% - 36px);
    margin: 0 8px
}
.mobile-btn-cart-click #tbay-click-addtocart, .mobile-btn-cart-click #tbay-click-buy-now {
    width: 100%;
    z-index: 900;
    font-size: 15px
}
.mobile-btn-cart-click #tbay-click-addtocart {
    background: var(--bg-white);
    color: var(--tb-theme-color);
    border: 1px solid var(--tb-theme-color);
    line-height: 38px
}
.mobile-btn-cart-click .tbay-mobile-wishlist {
    position: fixed;
    bottom: 0;
    right: 3px;
    width: 46px;
    background: var(--bg-white);
    left: auto;
    z-index: 900;
    height: 42px;
    margin: 10px 0;
    line-height: 42px
}
.mobile-btn-cart-click .tbay-mobile-wishlist .separator {
    display: none
}
.mobile-btn-cart-click .tbay-mobile-wishlist a {
    display: block !important;
    text-align: center;
    width: 100%;
    padding: 0 !important;
    font-size: 15px;
    background: transparent !important;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0
}
.mobile-btn-cart-click .tbay-mobile-wishlist a.delete_item {
    font-size: 23px;
    line-height: 42px
}
.mobile-btn-cart-click .tbay-mobile-wishlist a.delete_item i {
    margin: 0
}
.mobile-btn-cart-click .tbay-mobile-wishlist a.view-wishlist {
    font-size: 0
}
.mobile-btn-cart-click .tbay-mobile-wishlist a i.tb-icon {
    font-size: 23px;
    margin: 0;
    color: var(--black-color)
}
.mobile-btn-cart-click .tbay-mobile-wishlist a i.tb-icon:hover, .mobile-btn-cart-click .tbay-mobile-wishlist a i.tb-icon:focus {
    color: var(--tb-theme-color)
}
.mobile-btn-cart-click .tbay-mobile-wishlist a span span {
    display: none
}
.mobile-btn-cart-click .tbay-mobile-wishlist .yith-wcwl-wishlistexistsbrowse a i, .mobile-btn-cart-click .tbay-mobile-wishlist .yith-wcwl-wishlistaddedbrowse a i {
    color: var(--tb-theme-color)
}
#mobile-close-infor-wrapper {
    display: block;
    position: fixed;
    background: rgba(0, 0, 0, 0.7);
    width: 100vw;
    left: 0;
    height: 1000vw;
    top: 0;
    z-index: 98;
    opacity: 0;
    filter: alpha(opacity=0);
    visibility: hidden;
    pointer-events: none
}
@media(max-width:575px) {
    .single-product .footer-device-mobile, .woocommerce-cart .footer-device-mobile, .woocommerce-checkout .footer-device-mobile {
        display: none !important
    }
    .singular-shop div.product .product_meta {
        padding-top: 14px
    }
    .singular-shop div.product .product_meta>span {
        line-height: 27px
    }
    .woocommerce-product-details__short-description ul {
        padding-bottom: 6px
    }
    .mobile-attribute-list, .mobile-btn-cart-click {
        display: flex;
        margin-top: 6px
    }
    .mobile-btn-cart-click {
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        z-index: 99;
        background: var(--bg-white);
        padding: 10px 8px;
        border-top: 1px solid var(--border-color)
    }
    .form-cart-popup.product.product-type-grouped form.cart.grouped_form .single_add_to_cart_button, .form-cart-popup.product.product-type-grouped form.cart.grouped_form .tbay-buy-now {
        bottom: 0 !important
    }
    .form-cart-popup.product.product-type-grouped form.cart.grouped_form .group_table {
        margin-bottom: 42px !important
    }
    .form-cart-popup.product.product-type-grouped form.cart.grouped_form .group_table tr {
        border-bottom: 1px solid var(--border-color);
        align-items: flex-start;
        padding: 0 185px 10px 15px;
        margin: 0;
        background: white
    }
    .form-cart-popup.product.product-type-grouped form.cart.grouped_form .group_table tr:last-child {
        border-bottom: 0
    }
    .form-cart-popup.product.product-type-grouped form.cart.grouped_form .group_table tr td.woocommerce-grouped-product-list-item__quantity {
        left: auto;
        width: auto;
        position: absolute;
        top: 50%;
        right: 0;
        -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        -o-transform: translate(0, -50%);
        transform: translate(0, -50%)
    }
    .form-cart-popup.product.product-type-grouped form.cart.grouped_form .group_table tr td.woocommerce-grouped-product-list-item__quantity .add-cart {
        margin-right: 15px
    }
    .form-cart-popup.product.product-type-grouped form.cart.grouped_form .group_table tr td.woocommerce-grouped-product-list-item__price {
        padding: 0;
        text-align: left
    }
    .form-cart-popup form.cart {
        position: fixed;
        bottom: 0;
        width: 100vw;
        left: 0;
        background: var(--bg-white);
        z-index: 99;
        -webkit-transform: translate(0, 100%);
        -ms-transform: translate(0, 100%);
        -o-transform: translate(0, 100%);
        transform: translate(0, 100%);
        -webkit-transition: none;
        -o-transition: none;
        transition: none
    }
    .form-cart-popup form.cart .mobile-infor-wrapper, .form-cart-popup form.cart #mobile-close-infor {
        display: block
    }
    .form-cart-popup form.cart .mobile-infor-wrapper {
        padding: 0 15px;
        border-bottom: 1px solid var(--border-color)
    }
    .form-cart-popup form.cart .mobile-infor-wrapper>div {
        flex-direction: column
    }
    .form-cart-popup form.cart .mobile-infor-wrapper>div .media-body {
        margin-top: 12px
    }
    .form-cart-popup form.cart .mobile-infor-wrapper>div .media-body .infor-body {
        margin-bottom: 20px
    }
    .form-cart-popup form.cart .mobile-infor-wrapper>div .media-body .infor-body p.stock {
        margin-bottom: 0
    }
    .form-cart-popup form.cart .mobile-infor-wrapper img {
        max-width: 80px;
        max-height: 100px
    }
    .form-cart-popup form.cart #shop-now .single_add_to_cart_button, .form-cart-popup form.cart #shop-now .tbay-buy-now {
        -webkit-transition: none;
        -o-transition: none;
        transition: none
    }
    .form-cart-popup form.cart .single_variation_wrap, .form-cart-popup form.cart .woocommerce-product-details__short-description {
        display: none
    }
    .form-cart-popup form.cart #mobile-close-infor {
        text-align: right
    }
    .form-cart-popup form.cart #mobile-close-infor i {
        font-size: 25px;
        margin: 16px 9px 0;
        display: inline-block;
        color: var(--black-color);
        cursor: pointer
    }
    .form-cart-popup form.cart #mobile-close-infor i:hover {
        color: var(--tb-theme-color)
    }
    .form-cart-popup form.cart div.quantity {
        padding: 0 15px;
        margin-bottom: 62px !important;
        margin-top: 10px !important
    }
    .form-cart-popup form.cart .variations {
        padding: 18px 15px 0;
        display: block;
        border-bottom: 1px solid var(--border-color) !important;
        max-height: 220px;
        overflow: hidden;
        overflow-y: scroll
    }
    .form-cart-popup form.cart .single_variation {
        display: none !important
    }
    .form-cart-popup form.cart.open {
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
        border-radius: 10px 10px 0 0;
        -webkit-border-radius: 10px 10px 0 0;
        -moz-border-radius: 10px 10px 0 0;
        -ms-border-radius: 10px 10px 0 0;
        -o-border-radius: 10px 10px 0 0;
        z-index: 9999
    }
    .form-cart-popup form.cart.open #shop-now {
        border-top: 0 !important
    }
    .form-cart-popup form.cart.open .group-button {
        display: none
    }
    .form-cart-popup form.cart.open.open-btn-addtocart .tbay-buy-now {
        display: none !important
    }
    .form-cart-popup form.cart.open.open-btn-addtocart #shop-now .single_add_to_cart_button {
        width: calc(100% - 30px);
        left: 15px;
        bottom: 10px;
        border-radius: 3px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        -ms-border-radius: 3px;
        -o-border-radius: 3px
    }
    .form-cart-popup form.cart.open.open-btn-addtocart #shop-now .single_add_to_cart_button:before {
        content: "";
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-family: "tb-icon"
    }
    .form-cart-popup form.cart.open.open-btn-addtocart #shop-now .single_add_to_cart_button:before, .form-cart-popup form.cart.open.open-btn-addtocart #shop-now .single_add_to_cart_button:after {
        display: none
    }
    .form-cart-popup form.cart.open.open-btn-buynow .single_add_to_cart_button {
        display: none !important
    }
    .form-cart-popup form.cart.open.open-btn-buynow #shop-now .tbay-buy-now {
        width: calc(100% - 30px);
        left: 15px;
        bottom: 10px;
        border-radius: 3px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        -ms-border-radius: 3px;
        -o-border-radius: 3px
    }
    .form-cart-popup form.cart.open.open-btn-buynow #shop-now .tbay-buy-now:before, .form-cart-popup form.cart.open.open-btn-buynow #shop-now .tbay-buy-now:after {
        display: none
    }
    .form-cart-popup form.cart.open.open-btn-all #shop-now .tbay-buy-now, .form-cart-popup form.cart.open.open-btn-all #shop-now .single_add_to_cart_button {
        border-radius: 3px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        -ms-border-radius: 3px;
        -o-border-radius: 3px
    }
    .form-cart-popup form.cart.open.open-btn-all #shop-now .tbay-buy-now:before, .form-cart-popup form.cart.open.open-btn-all #shop-now .tbay-buy-now:after, .form-cart-popup form.cart.open.open-btn-all #shop-now .single_add_to_cart_button:before, .form-cart-popup form.cart.open.open-btn-all #shop-now .single_add_to_cart_button:after {
        display: none
    }
    .form-cart-popup form.cart.open.open-btn-all #shop-now .tbay-buy-now {
        left: 50%;
        margin-left: 8px;
        margin-right: 15px
    }
    .form-cart-popup form.cart.open.open-btn-all #shop-now .tbay-buy-now:before, .form-cart-popup form.cart.open.open-btn-all #shop-now .tbay-buy-now:after {
        display: none
    }
    .form-cart-popup form.cart.open~#mobile-close-infor-wrapper {
        opacity: 1;
        filter: alpha(opacity=100);
        visibility: visible;
        pointer-events: all
    }
    .form-cart-popup form.cart.open~.mobile-btn-cart-click {
        display: none
    }
}
dd.variation-Vendor {
    margin: 0
}
.shop_table.cart {
    overflow: hidden
}
@media(max-width:479.98px) {
    .shop_table.cart .cart-bottom>* {
        width: auto;
        padding: 0 10px;
        font-size: 13px;
        text-transform: capitalize
    }
    .shop_table.cart .cart-bottom>*.continue-to-shop {
        padding: 0
    }
    .shop_table.cart .cart-bottom>*.update {
        width: auto;
        border: 0
    }
    .shop_table.cart .cart-bottom>*.update:hover {
        background: var(--tb-theme-color);
        color: #fff
    }
    .shop_table.cart .cart-bottom>* a {
        padding: 0 10px;
        font-size: 13px;
        background: #f4f9fc;
        font-weight: 600;
        border: 0
    }
    .shop_table.cart .cart-bottom>* a:hover {
        background: var(--tb-theme-color);
        color: #fff
    }
    .shop_table.cart .cart-bottom>* input[type="submit"] {
        font-size: 13px
    }
}
.shop_table.cart .cart_item {
    border-top: 1px solid var(--border-color-6);
    padding: 20px 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
    position: relative
}
.shop_table.cart .cart_item>span {
    -webkit-box-flex: 2;
    -moz-box-flex: 2;
    -webkit-flex: 2;
    -ms-flex: 2;
    flex: 2
}
.shop_table.cart .cart_item>span.product-info {
    -webkit-box-flex: 8;
    -moz-box-flex: 8;
    -webkit-flex: 8;
    -ms-flex: 8;
    flex: 8;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}
.shop_table.cart .cart_item>span.product-quantity {
    -webkit-box-flex: 3;
    -moz-box-flex: 3;
    -webkit-flex: 3;
    -ms-flex: 3;
    flex: 3
}
.shop_table.cart .cart_item>span.product-remove {
    -webkit-box-flex: .5;
    -moz-box-flex: .5;
    -webkit-flex: .5;
    -ms-flex: .5;
    flex: .5
}
.shop_table.cart .cart_item:last-child {
    border-bottom: 1px solid var(--border-color-6)
}
.shop_table.cart .cart_item.head {
    padding: 0 0 13px;
    border: 0
}
.shop_table.cart .cart_item.head span {
    line-height: 22px;
    font-weight: 700
}
.shop_table.cart .product-info img {
    max-width: 60px
}
.shop_table.cart .product-info .product-name {
    margin: 0 16px;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1
}
.shop_table.cart .product-info .product-name a {
    display: inline-block;
    line-height: 20px;
    color: var(--black-color)
}
.shop_table.cart .product-price, .shop_table.cart .product-subtotal {
    font-weight: 600
}
.shop_table.cart a.remove {
    display: inline-block;
    font-size: 17px
}
.shop_table.cart a.remove i {
    color: var(--tb-theme-color);
    vertical-align: middle;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    font-size: 24px
}
.shop_table.cart a.remove:hover {
    background: transparent
}
.shop_table.cart a.remove:hover i {
    color: var(--tb-theme-color)
}
.shop_table.cart .quantity .box {
    display: table
}
.shop_table.cart .coupon {
    margin: 0
}
.woocommerce .cart-collaterals .cart_totals {
    width: 100%;
    float: none
}
.cart_totals {
    border: 1px solid var(--border-color);
    padding-top: 14px
}
.cart_totals h2 {
    font-size: 18px;
    line-height: 28px;
    font-weight: 600;
    margin: 0 17px;
    text-transform: capitalize;
    padding-bottom: 0
}
.cart_totals table:focus, .cart_totals table *:focus {
    outline: 0
}
.cart_totals table tr td, .cart_totals table * tr td {
    text-align: right
}
.cart_totals table tr.shipping .button, .cart_totals table * tr.shipping .button {
    background: transparent;
    padding: 0;
    border: 0;
    line-height: 20px;
    font-weight: 400;
    text-transform: capitalize;
    color: #fff
}
.cart_totals table tr.shipping .button:before, .cart_totals table * tr.shipping .button:before {
    display: none
}
.cart_totals table tr.shipping .form-row>span, .cart_totals table * tr.shipping .form-row>span {
    width: 100%
}
.cart_totals table b, .cart_totals table strong, .cart_totals table label, .cart_totals table * b, .cart_totals table * strong, .cart_totals table * label {
    font-weight: 400;
    color: var(--black-color)
}
.cart_totals table {
    border: 0 !important;
    margin: 0 !important;
    padding: 5px 16px !important
}
.cart_totals table tr.order-total>td, .cart_totals table tr.order-total>th {
    padding-top: 6px !important
}
.cart_totals table tr.order-total>th {
    color: var(--black-color) !important
}
.cart_totals table tr.order-total .woocommerce-Price-amount {
    color: var(--tb-theme-color) !important
}
.cart_totals table th, .cart_totals table td {
    border: 0 !important;
    padding: 0 !important
}
.cart_totals .woocommerce-shipping-calculator .select2-selection__rendered {
    line-height: 50px;
    padding: 0 15px
}
.cart_totals .woocommerce-shipping-calculator b, .cart_totals .woocommerce-shipping-calculator .select2-selection__arrow {
    line-height: 50px;
    top: 0;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0)
}
.cart_totals .woocommerce-shipping-calculator .select2-container--default .select2-selection--single {
    margin: 0 0 10px
}
.cart_totals .wc-proceed-to-checkout {
    float: left;
    width: 100%;
    padding: 0;
    margin-top: 30px
}
.cart_totals .wc-proceed-to-checkout a.checkout-button {
    margin: 0;
    width: 100%;
    line-height: 44px
}
.cart_totals .shipping-calculator-form {
    margin: 0 0 7px !important
}
.cart_totals .shipping-calculator-form p:not(.form-row) {
    display: inline-block;
    margin: 0;
    cursor: pointer;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}
.cart_totals .shipping-calculator-form .input-text {
    margin-bottom: 10px !important
}
.cross-sells .tbay-addon-title {
    text-transform: capitalize;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 30px;
    text-align: left
}
.cross-sells .tbay-addon-content {
    background: var(--bg-white)
}
.coupon {
    margin-bottom: 20px
}
.coupon label {
    text-transform: capitalize;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 3px
}
.coupon p {
    color: var(--color-12)
}
.coupon .box {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    flex-wrap: initial;
    position: relative
}
.coupon .box input[type=submit] {
    padding: 0 30px;
    text-transform: capitalize;
    font-weight: 400;
    border-radius: 0 3px 3px 0;
    -webkit-border-radius: 0 3px 3px 0;
    -moz-border-radius: 0 3px 3px 0;
    -ms-border-radius: 0 3px 3px 0;
    -o-border-radius: 0 3px 3px 0
}
.coupon .box .text {
    padding: 0 11px;
    border: 1px solid var(--border-color-4);
    border-right: 0;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border-radius: 3px 0 0 3px;
    -webkit-border-radius: 3px 0 0 3px;
    -moz-border-radius: 3px 0 0 3px;
    -ms-border-radius: 3px 0 0 3px;
    -o-border-radius: 3px 0 0 3px
}
.coupon .box .text:focus {
    outline: 0
}
.cart-bottom {
    padding: 18px 0 30px
}
.cart-bottom .continue-to-shop a {
    color: var(--tb-theme-color);
    text-transform: capitalize
}
.cart-bottom .continue-to-shop a i {
    display: none
}
.cart-bottom i {
    display: inline-block;
    margin-right: 5px;
    margin-left: 0;
    vertical-align: middle;
    margin-top: -2px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}
.cart-bottom .update-cart {
    position: relative;
    cursor: pointer;
    color: var(--tb-theme-color)
}
.cart-bottom .update-cart i {
    display: none
}
.cart-bottom .update-cart:hover .update {
    color: var(--tb-theme-color)
}
.cart-bottom .update {
    color: var(--tb-theme-color);
    background: transparent !important;
    padding: 0;
    text-transform: capitalize;
    line-height: 20px;
    height: auto;
    border: 0;
    font-size: inherit;
    letter-spacing: 0;
    font-weight: 400
}
.cart-bottom .update:hover, .cart-bottom .update:focus {
    color: var(--tb-theme-color);
    background: transparent !important
}
.woocommerce-shipping-totals .woocommerce-shipping-destination {
    color: var(--color-01)
}
.woocommerce table.shop_table>thead>tr>th, .woocommerce table.shop_table>thead>tr>td, .woocommerce table.shop_table>tbody>tr>td, .woocommerce table.shop_table>tbody>tr>th, .woocommerce table.shop_table>tfoot>tr>td, .woocommerce table.shop_table>tfoot>tr>th {
    line-height: 35px !important;
    width: auto;
    color: var(--black-color);
    font-weight: normal
}
.woocommerce table.shop_table>thead>tr>th .woocommerce-Price-amount, .woocommerce table.shop_table>thead>tr>td .woocommerce-Price-amount, .woocommerce table.shop_table>tbody>tr>td .woocommerce-Price-amount, .woocommerce table.shop_table>tbody>tr>th .woocommerce-Price-amount, .woocommerce table.shop_table>tfoot>tr>td .woocommerce-Price-amount, .woocommerce table.shop_table>tfoot>tr>th .woocommerce-Price-amount {
    font-weight: 600
}
.woocommerce table.shop_table>tbody>tr.order-total>td .woocommerce-Price-amount {
    font-weight: 700
}
.woocommerce table.shop_table.account-orders-table, .woocommerce table.shop_table.dokan-rma-order-item-table {
    text-align: center !important
}
.woocommerce table.shop_table.account-orders-table, .woocommerce table.shop_table.my_account_orders, .woocommerce table.shop_table.dokan-rma-order-item-table {
    margin: 0;
    border-color: var(--border-color);
    border-collapse: collapse;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0
}
.woocommerce table.shop_table.account-orders-table thead, .woocommerce table.shop_table.my_account_orders thead, .woocommerce table.shop_table.dokan-rma-order-item-table thead {
    background: var(--tb-theme-body)
}
.woocommerce table.shop_table.account-orders-table thead tr th, .woocommerce table.shop_table.my_account_orders thead tr th, .woocommerce table.shop_table.dokan-rma-order-item-table thead tr th {
    color: var(--black-color);
    font-weight: bold
}
.woocommerce table.shop_table.account-orders-table.table-striped, .woocommerce table.shop_table.my_account_orders.table-striped, .woocommerce table.shop_table.dokan-rma-order-item-table.table-striped {
    background: var(--bg-white)
}
.woocommerce table.shop_table.account-orders-table.table-striped tbody>tr, .woocommerce table.shop_table.my_account_orders.table-striped tbody>tr, .woocommerce table.shop_table.dokan-rma-order-item-table.table-striped tbody>tr {
    border: 0;
    border-bottom: 1px solid var(--border-color-7)
}
@media(max-width:767px) {
    .woocommerce table.shop_table.account-orders-table.table-striped tbody>tr>td:before, .woocommerce table.shop_table.my_account_orders.table-striped tbody>tr>td:before, .woocommerce table.shop_table.dokan-rma-order-item-table.table-striped tbody>tr>td:before {
        display: block
    }
}
.woocommerce table.shop_table.account-orders-table>thead>tr>th, .woocommerce table.shop_table.account-orders-table>thead>tr>td, .woocommerce table.shop_table.account-orders-table>tbody>tr>td, .woocommerce table.shop_table.account-orders-table>tbody>tr>th, .woocommerce table.shop_table.my_account_orders>thead>tr>th, .woocommerce table.shop_table.my_account_orders>thead>tr>td, .woocommerce table.shop_table.my_account_orders>tbody>tr>td, .woocommerce table.shop_table.my_account_orders>tbody>tr>th, .woocommerce table.shop_table.dokan-rma-order-item-table>thead>tr>th, .woocommerce table.shop_table.dokan-rma-order-item-table>thead>tr>td, .woocommerce table.shop_table.dokan-rma-order-item-table>tbody>tr>td, .woocommerce table.shop_table.dokan-rma-order-item-table>tbody>tr>th {
    display: table-cell;
    padding: 10px;
    border: 0;
    border-bottom: 1px solid var(--border-color)
}
.woocommerce table.shop_table.account-orders-table a.request_warranty, .woocommerce table.shop_table.my_account_orders a.request_warranty, .woocommerce table.shop_table.dokan-rma-order-item-table a.request_warranty {
    display: block;
    margin-top: 10px
}
.woocommerce table.shop_table.dokan-rma-order-item-table {
    border-bottom: 0
}
.woocommerce table.shop_table.dokan-rma-order-item-table>thead>tr>th, .woocommerce table.shop_table.dokan-rma-order-item-table>tbody>tr>th {
    display: none
}
.cart .select2-container--open .select2-dropdown {
    border: 1px solid var(--border-color)
}
.cart-collaterals .shipping-calculator-button {
    color: var(--tb-theme-color);
    margin: 0 0 10px !important
}
.cart-collaterals .shipping-calculator-button:after {
    content: "";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-family: "tb-icon"
}
.cart-collaterals .shipping-calculator-button:after {
    display: inline-block;
    font-size: 10px
}
.woocommerce .cart-collaterals .related.slick-slider, .woocommerce-page .cart-collaterals .related.slick-slider {
    width: 100%;
    float: none
}
.woocommerce .shop_table .product-name>a {
    color: var(--color-01);
    line-height: 22px
}
.woocommerce .shop_table .product-name>a:hover {
    color: var(--tb-theme-color)
}
.woocommerce .shop_table .product-name .wc-item-meta, .woocommerce .shop_table .product-name dl.variation {
    display: inline-block;
    margin: 0;
    line-height: initial
}
.woocommerce .shop_table .product-name .wc-item-meta .wc-item-meta-label, .woocommerce .shop_table .product-name .wc-item-meta dt, .woocommerce .shop_table .product-name .wc-item-meta dd, .woocommerce .shop_table .product-name .wc-item-meta p, .woocommerce .shop_table .product-name dl.variation .wc-item-meta-label, .woocommerce .shop_table .product-name dl.variation dt, .woocommerce .shop_table .product-name dl.variation dd, .woocommerce .shop_table .product-name dl.variation p {
    display: inline-block;
    font-weight: normal;
    float: none
}
.woocommerce .shop_table .product-name .wc-item-meta>dt, .woocommerce .shop_table .product-name dl.variation>dt {
    font-size: 13px;
    color: var(--color-04)
}
.woocommerce .shop_table .product-name .wc-item-meta p, .woocommerce .shop_table .product-name dl.variation p {
    margin: 0;
    color: var(--color-01);
    font-size: 13px
}
.woocommerce .woocommerce-cart-form .shop_table .product-name dl.variation {
    display: block
}
.woocommerce .woocommerce-cart-form {
    padding: 29px 23px 150px;
    background-color: var(--bg-white)
}
.woocommerce-cart dd {
    margin: 0
}
.select2-results__option {
    padding-left: 15px;
    padding-right: 20px
}
.select2-container--open .select2-dropdown--below {
    border-top: 1px solid #aaa !important
}
.admin-bar .select2-container--open .select2-dropdown--below {
    margin-top: 32px !important
}
.tbay-my-account-avatar {
    display: none
}
.woocommerce form .password-input, .woocommerce-page form .password-input {
    width: 100%
}
.woocommerce .woocommerce-MyAccount-navigation, .woocommerce .woocommerce-MyAccount-content {
    background: var(--bg-white);
    float: none;
    display: table-cell;
    vertical-align: top
}
@media(min-width:1025px) {
    .woocommerce .woocommerce-MyAccount-navigation, .woocommerce .woocommerce-MyAccount-content {
        padding: 30px;
        padding-right: 0
    }
}
.woocommerce .woocommerce-MyAccount-navigation {
    width: auto
}
.woocommerce .woocommerce-MyAccount-navigation ul {
    padding: 0;
    list-style: none;
    margin: 0
}
.woocommerce .woocommerce-MyAccount-navigation ul li:first-child a {
    border-top: 1px solid var(--border-color-5)
}
.woocommerce .woocommerce-MyAccount-navigation ul li a {
    display: block;
    font-weight: normal;
    text-align: left;
    text-transform: uppercase;
    box-shadow: none;
    outline: 0;
    margin: 0;
    cursor: pointer;
    padding: 12px 5px 12px 12px;
    border-right: 1px solid var(--border-color-5);
    border-bottom: 1px solid var(--border-color-5);
    border-left: 1px solid var(--border-color-5);
    color: #666;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s
}
.woocommerce .woocommerce-MyAccount-navigation ul li a:before {
    display: inline-block;
    font-family: 'simple-line-icons';
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-right: 14px;
    margin-left: 0;
    font-size: 18px;
    vertical-align: sub
}
.woocommerce .woocommerce-MyAccount-navigation ul li.is-active a, .woocommerce .woocommerce-MyAccount-navigation ul li:hover a, .woocommerce .woocommerce-MyAccount-navigation ul li:focus a {
    background: var(--tb-theme-color);
    color: #fff;
    border-color: transparent;
    border-bottom-color: var(--bg-white)
}
.woocommerce .woocommerce-MyAccount-navigation ul li a::before {
    font-family: 'simple-line-icons' !important
}
.woocommerce .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--dashboard a:before {
    content: "\e007"
}
.woocommerce .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--orders a:before {
    content: "\e04e"
}
.woocommerce .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--downloads a:before {
    content: "\e083"
}
.woocommerce .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-address a:before {
    content: "\e096"
}
.woocommerce .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--payment-methods a:before {
    content: "\e025"
}
.woocommerce .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--inquiry a:before {
    content: "\e05d"
}
.woocommerce .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--become-a-vendor a:before {
    content: '\e080'
}
.woocommerce .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--rma-requests a:before {
    content: '\e098'
}
.woocommerce .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--following a:before {
    content: '\e028'
}
.woocommerce .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--support-tickets a:before {
    content: '\e04a'
}
.woocommerce .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-account a:before {
    content: "\e005"
}
.woocommerce .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--auctions-endpoint a:before, .woocommerce .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--my-auction a:before {
    content: "";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-family: "tb-icon"
}
.woocommerce .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--auctions-endpoint a:before, .woocommerce .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--my-auction a:before {
    font-size: 20px
}
.woocommerce .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--customer-logout a:before {
    content: "\e065"
}
.woocommerce .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--wcfm-store-manager a:before {
    font-family: "Font Awesome 5 Free";
    font-size: 16px
}
.woocommerce .woocommerce-MyAccount-content label {
    font-weight: 500
}
.woocommerce .woocommerce-MyAccount-content a:not(.woocommerce-button):not(.vendor-dashboard) {
    color: var(--tb-theme-color)
}
@media(min-width:1025px) {
    .woocommerce .woocommerce-MyAccount-content {
        width: 80%;
        padding-right: 30px
    }
}
.woocommerce .woocommerce-MyAccount-content .form-control {
    height: 38px;
    line-height: 38px
}
.woocommerce .woocommerce-MyAccount-content .form-control:focus {
    -webkit-box-shadow: 0 5px 21px 0 rgba(0, 0, 0, 0.14);
    box-shadow: 0 5px 21px 0 rgba(0, 0, 0, 0.14);
    outline: 0;
    border-color: var(--bg-white)
}
.woocommerce .woocommerce-MyAccount-content legend {
    font-weight: 500;
    padding: 17px 0 10px;
    margin-bottom: 6px
}
.woocommerce .woocommerce-MyAccount-content input[type="submit"] {
    margin-top: 6px
}
.woocommerce .woocommerce-MyAccount-content .address {
    margin-top: 16px
}
.woocommerce .woocommerce-MyAccount-content .shop_table.my_account_enquiry {
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-color: var(--color-06);
    border-bottom: 0;
    border-right: 0;
    margin: 0
}
.woocommerce .woocommerce-MyAccount-content .shop_table.my_account_enquiry>thead>tr>td, .woocommerce .woocommerce-MyAccount-content .shop_table.my_account_enquiry>thead>tr th, .woocommerce .woocommerce-MyAccount-content .shop_table.my_account_enquiry>tbody>tr>td, .woocommerce .woocommerce-MyAccount-content .shop_table.my_account_enquiry>tbody>tr th, .woocommerce .woocommerce-MyAccount-content .shop_table.my_account_enquiry>tfoot>tr>td, .woocommerce .woocommerce-MyAccount-content .shop_table.my_account_enquiry>tfoot>tr th {
    border: 0;
    border-bottom: 1px solid var(--color-06);
    border-right: 1px solid var(--color-06);
    vertical-align: middle;
    line-height: 30px;
    padding: 6px 20px;
    text-align: center
}
.woocommerce .woocommerce-MyAccount-content h3 {
    margin-top: 0;
    font-weight: 500
}
.woocommerce-account .woocommerce-MyAccount-content h2 {
    margin: 20px 0 20px;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 600
}
.woocommerce-account .addresses .title h3 {
    font-size: 16px;
    text-transform: uppercase
}
.woocommerce-account .addresses .title .edit {
    line-height: 60px;
    margin-right: 30px;
    margin-left: 0
}
.select2-container--default .select2-selection--single {
    text-align: left
}
.woocommerce .woocommerce-customer-details .woocommerce-column__title, .woocommerce-page .woocommerce-customer-details .woocommerce-column__title {
    line-height: 60px;
    padding: 0 30px;
    font-weight: 500;
    background: var(--color-15);
    font-size: 15px;
    text-transform: uppercase;
    margin: 0
}
.woocommerce .woocommerce-customer-details address, .woocommerce-page .woocommerce-customer-details address {
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    padding: 20px 30px;
    line-height: 32px;
    margin: 0
}
.woocommerce .col2-set .col-1, .woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-1, .woocommerce-page .col2-set .col-2 {
    width: 100%;
    max-width: 100%;
    padding: 0
}
.woocommerce .col2-set.addresses, .woocommerce-page .col2-set.addresses {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -15px;
    width: auto;
    padding: 0
}
.woocommerce .col2-set.addresses>div, .woocommerce-page .col2-set.addresses>div {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border: 1px solid var(--border-color);
    overflow: hidden;
    margin: 0 15px 15px;
    width: auto
}
.woocommerce .col2-set.addresses .address, .woocommerce-page .col2-set.addresses .address {
    float: left
}
.woocommerce .col2-set.addresses .address:last-child, .woocommerce-page .col2-set.addresses .address:last-child {
    float: right
}
.woocommerce .col2-set.addresses .title, .woocommerce-page .col2-set.addresses .title {
    background: var(--color-15)
}
.woocommerce .col2-set.addresses address, .woocommerce-page .col2-set.addresses address {
    border: 0;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    padding: 20px 30px;
    line-height: 32px;
    margin: 0
}
.woocommerce .col2-set.addresses .woocommerce-column__title, .woocommerce .col2-set.addresses h3, .woocommerce-page .col2-set.addresses .woocommerce-column__title, .woocommerce-page .col2-set.addresses h3 {
    line-height: 60px;
    padding: 0 30px;
    font-weight: 500;
    background: var(--color-15);
    font-size: 15px;
    text-transform: uppercase;
    margin: 0
}
.woocommerce .woocommerce-customer-details .woocommerce-customer-details--email:before, .woocommerce .woocommerce-customer-details .woocommerce-customer-details--phone:before {
    position: static;
    display: inline-block;
    font-family: "tb-icon"
}
.woocommerce .woocommerce-customer-details .woocommerce-customer-details--email:before {
    content: "";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-family: "tb-icon"
}
.woocommerce .woocommerce-customer-details .woocommerce-customer-details--phone:before {
    content: "";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-family: "tb-icon"
}
.woocommerce-account #main-content .woocommerce {
    display: table;
    width: 100%
}
.woocommerce-account #main-content .woocommerce .title-account {
    font-size: 60px;
    display: block;
    font-weight: 200;
    color: var(--border-color-6);
    margin: 0;
    line-height: normal;
    padding-bottom: 50px
}
.woocommerce-account #main-content .woocommerce .title-account span {
    display: block;
    vertical-align: top;
    font-size: 30px;
    color: var(--black-color);
    line-height: normal
}
.woocommerce-account #main-content .woocommerce .woocommerce-MyAccount-content p.form-row-wide {
    display: inline-block;
    width: 100%
}
.woocommerce-account #main-content .woocommerce .woocommerce-MyAccount-content p.form-row-last, .woocommerce-account #main-content .woocommerce .woocommerce-MyAccount-content p.form-row-first {
    display: block
}
.woocommerce-account #main-content .woocommerce .woocommerce-MyAccount-content p:not(.woocommerce-info):not(.woocommerce-message):not(.dokan-error) {
    padding: 0 !important;
    max-width: inherit
}
.woocommerce-account #main-content .woocommerce .woocommerce-MyAccount-content input, .woocommerce-account #main-content .woocommerce .woocommerce-MyAccount-content .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 46px;
    height: 46px
}
.woocommerce-account #main-content .woocommerce .woocommerce-MyAccount-content input:focus, .woocommerce-account #main-content .woocommerce .woocommerce-MyAccount-content .select2-container--default .select2-selection--single .select2-selection__rendered:focus {
    -webkit-box-shadow: none;
    box-shadow: none
}
.edit-account p:last-child {
    margin-top: 10px
}
.woocommerce form .show-password-input:after, .woocommerce-page form .show-password-input:after {
    content: "";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-family: "tb-icon"
}
.woocommerce form .show-password-input:after, .woocommerce-page form .show-password-input:after {
    font-size: 22px;
    color: var(--black-color)
}
.woocommerce form .show-password-input.display-password:after, .woocommerce-page form .show-password-input.display-password:after {
    content: "";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-family: "tb-icon"
}
.woocommerce form.login, .woocommerce form.register {
    padding: 0;
    margin: 0;
    border: 0;
    color: var(--black-color);
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0
}
.woocommerce form.login p, .woocommerce form.register p {
    margin-bottom: 10px
}
.woocommerce form.login p:not(.form-row), .woocommerce form.register p:not(.form-row) {
    margin-bottom: 15px;
    line-height: 22px
}
.woocommerce form.login p:last-child, .woocommerce form.login p.user-role, .woocommerce form.register p:last-child, .woocommerce form.register p.user-role {
    margin-bottom: 0
}
.woocommerce form.login p.user-role, .woocommerce form.register p.user-role {
    padding-top: 5px
}
.woocommerce form.login p.user-role label, .woocommerce form.register p.user-role label {
    line-height: 30px
}
.woocommerce form.login p.user-role label:first-child, .woocommerce form.register p.user-role label:first-child {
    margin-right: auto
}
.woocommerce form.login p.last .button, .woocommerce form.register p.last .button {
    margin-top: 10px;
    width: 100%
}
.woocommerce form.login .show_if_seller p, .woocommerce form.register .show_if_seller p {
    margin-bottom: 10px
}
.woocommerce form.login .lost_password a, .woocommerce form.register .lost_password a {
    color: var(--tb-theme-color)
}
.woocommerce form.login input, .woocommerce form.register input {
    margin: 0 !important
}
.woocommerce form.login input.button, .woocommerce form.register input.button {
    margin-top: 10px !important;
    padding: 0 38px
}
.woocommerce form.login .lost_password, .woocommerce form.register .lost_password {
    text-align: center
}
.woocommerce form.register .woocommerce-privacy-policy-text p {
    color: var(--color-12);
    line-height: 22px;
    margin: 10px 0 0;
    padding: 25px 0 17px;
    border-top: 1px solid var(--border-color-6)
}
.woocommerce form.register .woocommerce-privacy-policy-text a {
    color: var(--tb-theme-color)
}
.woocommerce form.register.dokan-vendor-register>p:last-child {
    text-align: left
}
.u-columns {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin: 0;
    padding: 47px 70px;
    flex-direction: column
}
.u-columns>.log-form, .u-columns>.log-with-social {
    width: 42%;
    margin: auto;
    background: var(--bg-white);
    padding: 28px 32px 25px
}
.u-columns>.log-with-social {
    padding-top: 0;
    padding-bottom: 32px
}
.u-columns .nav-tabs {
    border: 0;
    padding-bottom: 20px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center
}
.u-columns .nav-tabs li {
    margin: 0
}
.u-columns .nav-tabs li a {
    color: var(--color-04);
    font-size: 22px;
    font-weight: 600;
    border: 0
}
.u-columns .nav-tabs li a:hover, .u-columns .nav-tabs li a:focus, .u-columns .nav-tabs li a.active {
    color: var(--black-color);
    border: 0;
    background: transparent
}
.u-columns .nav-tabs li+li {
    margin-left: 30px
}
.u-columns .tab-content .woocommerce-form__label-for-checkbox {
    display: table
}
.u-columns .tab-content .woocommerce-form__label-for-checkbox input {
    display: none
}
.u-columns .tab-pane .sub-title {
    display: block;
    line-height: 30px;
    padding-bottom: 18px
}
.log-with-social .social-log {
    line-height: 30px;
    position: relative
}
.log-with-social .social-log::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background: var(--border-color);
    z-index: -1;
    left: 0;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%)
}
.log-with-social .social-log span {
    padding: 0 10px
}
.log-with-social .social-log span:before {
    display: none
}
.social-log {
    position: relative;
    line-height: 37px;
    text-align: center;
    z-index: 1;
    margin-bottom: 0
}
.social-log span {
    display: inline-block;
    padding: 0 20px;
    background: var(--bg-white)
}
.social-log span:before {
    content: '';
    background: var(--border-color);
    position: absolute;
    left: 0;
    width: 100%;
    height: 1px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    right: auto;
    z-index: -1
}
.log-with-social div.nsl-container-block.nsl-container .nsl-container-buttons {
    flex-direction: column
}
.log-with-social div.nsl-container-block.nsl-container .nsl-container-buttons a+a {
    margin-left: 0 !important;
    margin-top: 10px !important
}
div.nsl-container-block.nsl-container .nsl-container-buttons {
    display: flex !important;
    flex-direction: row;
    padding: 4px 0 0 !important;
    text-align: center
}
div.nsl-container-block.nsl-container .nsl-container-buttons a {
    display: inline-block;
    margin: 0;
    max-width: unset;
    line-height: 44px;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin: 0 !important
}
div.nsl-container-block.nsl-container .nsl-container-buttons a+a {
    margin-left: 10px !important
}
div.nsl-container-block.nsl-container .nsl-button {
    text-align: center;
    width: 100%;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    display: inline-block;
    vertical-align: middle;
    padding: 0 24px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px
}
div.nsl-container-block.nsl-container .nsl-button .nsl-button-label-container {
    margin: 0;
    padding: 0;
    font-family: var(--tb-text-primary-font);
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0;
    vertical-align: middle
}
div.nsl-container-block.nsl-container .nsl-button i {
    margin-right: 7px;
    margin-left: 0;
    vertical-align: middle;
    display: inline-block
}
.woocommerce-order-received .woocommerce-order .woocommerce-thankyou-order-received {
    margin: 0;
    line-height: 30px;
    background: var(--tb-theme-body);
    border: 1px solid var(--border-color);
    border-bottom: 0;
    padding: 15px 30px
}
.woocommerce-order-received .woocommerce-order .woocommerce-thankyou-order-received:before {
    content: '\e080';
    font-family: 'simple-line-icons';
    display: inline-block;
    margin-right: 5px;
    margin-left: 0;
    color: #08db17
}
.woocommerce-order-received .woocommerce-order .woocommerce-thankyou-order-details {
    border: 1px solid var(--border-color);
    border-top: 0;
    background: var(--tb-theme-body);
    padding: 10px 30px 20px 30px;
    display: flex
}
.woocommerce-order-received .woocommerce-order table.shop_table {
    padding: 0 30px
}
.woocommerce-order-received .woocommerce-order table.shop_table.my_account_orders {
    padding: 0;
    border-collapse: collapse
}
.woocommerce-order-received .woocommerce-order table.shop_table.my_account_orders tbody tr td {
    padding-left: 0 !important;
    padding-right: 0 !important
}
.woocommerce-order-received .woocommerce-order table.shop_table thead tr th, .woocommerce-order-received .woocommerce-order table.shop_table thead tr td, .woocommerce-order-received .woocommerce-order table.shop_table tbody tr th, .woocommerce-order-received .woocommerce-order table.shop_table tbody tr td {
    border: 0;
    border-bottom: 1px solid var(--border-color);
    padding: 10px 30px !important;
    width: auto;
    color: var(--black-color)
}
.woocommerce-order-received .woocommerce-order table.shop_table thead tr th:last-child, .woocommerce-order-received .woocommerce-order table.shop_table thead tr td:last-child, .woocommerce-order-received .woocommerce-order table.shop_table tbody tr th:last-child, .woocommerce-order-received .woocommerce-order table.shop_table tbody tr td:last-child {
    text-align: right !important
}
.woocommerce-order-received .woocommerce-order table.shop_table thead tr th:last-child .woocommerce-Price-amount, .woocommerce-order-received .woocommerce-order table.shop_table thead tr td:last-child .woocommerce-Price-amount, .woocommerce-order-received .woocommerce-order table.shop_table tbody tr th:last-child .woocommerce-Price-amount, .woocommerce-order-received .woocommerce-order table.shop_table tbody tr td:last-child .woocommerce-Price-amount {
    color: var(--tb-theme-color)
}
.woocommerce-order-received .woocommerce-order table.shop_table thead tr td.product-name img, .woocommerce-order-received .woocommerce-order table.shop_table tbody tr td.product-name img {
    max-width: 60px;
    margin-right: 10px;
    float: left
}
.woocommerce-order-received .woocommerce-order table.shop_table thead tr:not(.woocommerce-table__line-item) .product-name, .woocommerce-order-received .woocommerce-order table.shop_table thead tr:not(.woocommerce-table__line-item) .product-total, .woocommerce-order-received .woocommerce-order table.shop_table tbody tr:not(.woocommerce-table__line-item) .product-name, .woocommerce-order-received .woocommerce-order table.shop_table tbody tr:not(.woocommerce-table__line-item) .product-total {
    text-transform: uppercase;
    font-weight: bold
}
.woocommerce-order-received .woocommerce-order table.shop_table tfoot {
    background: transparent
}
.woocommerce-order-received .woocommerce-order table.shop_table tfoot tr th {
    font-weight: bold
}
.woocommerce-order-received .woocommerce-order table.shop_table tfoot tr td {
    padding: 10px 30px;
    color: var(--black-color)
}
.woocommerce-order-received .woocommerce-order table.shop_table tfoot tr td .woocommerce-Price-amount {
    color: var(--tb-theme-color)
}
.woocommerce-order-received .woocommerce-order table.shop_table tfoot tr:last-child th, .woocommerce-order-received .woocommerce-order table.shop_table tfoot tr:last-child td {
    border: 0
}
.woocommerce-order-received .woocommerce-order table.shop_table tfoot td {
    text-align: right !important
}
.woocommerce-order-received .woocommerce-order table.shop_table tfoot th, .woocommerce-order-received .woocommerce-order table.shop_table tfoot td {
    border: 0;
    border-bottom: 1px solid var(--border-color);
    padding: 0 30px;
    color: var(--black-color);
    vertical-align: middle
}
.woocommerce-order-received .order-again {
    margin-top: 20px
}
.woocommerce ul.order_details li {
    line-height: 30px;
    font-size: inherit;
    text-transform: inherit;
    margin: 0
}
.woocommerce ul.order_details li+li {
    margin-left: 30px
}
.woocommerce ul.order_details li strong {
    font-size: inherit;
    font-weight: 500
}
.woocommerce ul.order_details li strong .woocommerce-Price-amount {
    font-weight: 600;
    color: var(--tb-theme-color)
}
.woocommerce-order>p:not(.woocommerce-thankyou-order-received) {
    margin-bottom: 30px !important
}
.woocommerce-order .product-quantity {
    font-weight: 500
}
.woocommerce-order .woocommerce-order-details {
    overflow: hidden
}
.woocommerce-order .woocommerce-order-details h2.woocommerce-order-details__title {
    border: 1px solid var(--border-color);
    border-bottom: 0;
    line-height: 50px;
    padding: 0 30px;
    background: var(--tb-theme-body);
    font-size: 15px;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0
}
.woocommerce-order .woocommerce-order-details .order_details {
    border-top: 0;
    border-color: var(--border-color);
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0
}
.woocommerce-order .woocommerce-order-details .order_details * {
    border-color: var(--border-color);
    text-align: left !important
}
.woocommerce-order .woocommerce-order-details header {
    margin-top: 50px
}
.woocommerce-order .woocommerce-order-details header h2 {
    border: 0;
    padding: 0;
    background: transparent
}
.woocommerce-order .woocommerce-order-details .dokan-info {
    margin: 0 0 30px;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0
}
.woocommerce-order .woocommerce-customer-details {
    margin: 45px 0 0
}
.woocommerce-order .woocommerce-customer-details .addresses .woocommerce-column--billing-address {
    z-index: 4
}
.woocommerce table.my_account_orders {
    font-size: inherit
}
.woocommerce table.my_account_orders thead tr, .woocommerce table.my_account_orders tbody tr {
    background: transparent
}
.woocommerce table.my_account_orders thead tr th, .woocommerce table.my_account_orders thead tr td, .woocommerce table.my_account_orders tbody tr th, .woocommerce table.my_account_orders tbody tr td {
    width: auto;
    background: transparent
}
.woocommerce table.my_account_orders tbody tr:last-child td {
    border: 0
}
.woocommerce-order-details table .product-name>img {
    max-width: 50px;
    margin-right: 10px;
    float: left
}
.woocommerce-order .woocommerce-order-details .order_details~div table>tbody>tr>th, .woocommerce-order .woocommerce-order-details .order_details~div table>tbody>tr>td {
    border-left: 0 !important
}
.woocommerce-order .woocommerce-order-details .order_details~div table>tbody>tr>th:last-child, .woocommerce-order .woocommerce-order-details .order_details~div table>tbody>tr>td:last-child {
    border-right: 0 !important
}
.woocommerce-order .woocommerce-order-details .order_details~div table {
    color: var(--black-color) !important
}
.woocommerce-order .woocommerce-order-details .order_details~div table>tbody>tr:last-child>td {
    border-bottom: 0 !important
}
.wc_payment_method.payment_method_stripe .wc-credit-card-form .form-row {
    display: block
}
#track-order i {
    display: inline-block;
    vertical-align: middle;
    font-size: 17px;
    margin-right: 5px;
    margin-left: 0
}
.woocommerce-form.track_order {
    font-family: var(--tb-text-primary-font);
    font-size: 14px;
    font-weight: normal
}
.woocommerce-form.track_order>p {
    width: 40%;
    margin: auto
}
.woocommerce-form.track_order .form-row button {
    padding: 0 50px;
    margin-top: 7px;
    width: 100%
}
.track_order {
    background: var(--bg-white);
    padding: 53px 0 188px
}
.track_order p:first-child {
    color: var(--black-color);
    line-height: 22px;
    margin-bottom: 17px
}
.track_order p.form-row-first, .track_order p.form-row-last {
    width: 40%;
    float: inherit
}
.track_order p label {
    margin: 0;
    color: var(--black-color)
}
.track_order button {
    float: right
}
.order-info {
    font-size: 16px;
    color: var(--black-color);
    font-family: var(--tb-text-primary-font);
    font-weight: 500
}
.order-info mark {
    background: transparent;
    color: var(--tb-theme-color);
    font-weight: 600
}
.order-info+.woocommerce-order-details {
    font-size: 14px;
    color: var(--black-color);
    font-family: var(--tb-text-primary-font);
    font-weight: 500;
    background: var(--bg-white);
    padding: 20px
}
.order-info+.woocommerce-order-details .woocommerce-order-details__title {
    margin: 0 0 30px
}
.order-info+.woocommerce-order-details table.shop_table.order_details thead {
    background: var(--tb-theme-body)
}
.order-info+.woocommerce-order-details table.shop_table.order_details thead th {
    font-weight: bold;
    color: var(--black-color)
}
.order-info+.woocommerce-order-details table.shop_table.order_details .product-name img {
    max-width: 60px;
    float: left;
    margin-right: 10px
}
.woocommerce .shop_table .product-name ul.wc-item-meta {
    display: block;
    padding: 0
}
.woocommerce form.checkout_coupon .form-row input.input-text {
    border-radius: 3px 0 0 3px;
    -webkit-border-radius: 3px 0 0 3px;
    -moz-border-radius: 3px 0 0 3px;
    -ms-border-radius: 3px 0 0 3px;
    -o-border-radius: 3px 0 0 3px;
    border-right: 0
}
.woocommerce ul.order_details {
    margin-bottom: 30px
}
.woocommerce-checkout .entry-header h1.entry-title {
    margin-bottom: 35px
}
.woocommerce-checkout .woocommerce {
    background: var(--bg-white);
    padding: 34px 32px
}
.woocommerce-checkout .woocommerce .woocommerce-error, .woocommerce-checkout .woocommerce .woocommerce-info, .woocommerce-checkout .woocommerce .woocommerce-message {
    padding-left: 0;
    padding-right: 0
}
.woocommerce-checkout .woocommerce form.login, .woocommerce-checkout .woocommerce form.register {
    margin: 20px 0
}
.woocommerce-checkout.wc-germanized #payment {
    margin-bottom: 25px
}
.woocommerce-checkout.wc-germanized .woocommerce-checkout-review-order-table {
    background: var(--bg-white)
}
.woocommerce-checkout.wc-germanized .woocommerce-checkout-review-order-table .cart_item .product-name {
    display: inline-flex
}
.woocommerce-checkout.wc-germanized .wc-gzd-order-submit {
    margin-top: 25px
}
.woocommerce-checkout.wc-germanized .wc-gzd-order-submit button[type="submit"] {
    width: 100%;
    height: 50px;
    line-height: 50px
}
.woocommerce .woocommerce-form-login-toggle, .woocommerce .woocommerce-form-coupon-toggle {
    border: 1px solid var(--border-color);
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px
}
.woocommerce .woocommerce-form-login-toggle .woocommerce-info, .woocommerce .woocommerce-form-login-toggle .wc-block-components-notice-banner__content, .woocommerce .woocommerce-form-coupon-toggle .woocommerce-info, .woocommerce .woocommerce-form-coupon-toggle .wc-block-components-notice-banner__content {
    border: 0;
    padding: 11px 15px;
    font-size: 14px;
    margin: 0;
    line-height: 28px;
    font-weight: 700;
    background: transparent;
    text-transform: capitalize;
    color: var(--color-09)
}
.woocommerce .woocommerce-form-login-toggle .woocommerce-info:before, .woocommerce .woocommerce-form-login-toggle .wc-block-components-notice-banner__content:before, .woocommerce .woocommerce-form-coupon-toggle .woocommerce-info:before, .woocommerce .woocommerce-form-coupon-toggle .wc-block-components-notice-banner__content:before {
    display: none
}
.woocommerce .woocommerce-form-login-toggle .woocommerce-info a, .woocommerce .woocommerce-form-login-toggle .wc-block-components-notice-banner__content a, .woocommerce .woocommerce-form-coupon-toggle .woocommerce-info a, .woocommerce .woocommerce-form-coupon-toggle .wc-block-components-notice-banner__content a {
    font-weight: 400;
    color: var(--tb-theme-color);
    text-transform: none;
    margin-left: 2px;
    margin-right: 0
}
.woocommerce .woocommerce-form-login-toggle~.woocommerce-form-coupon-toggle {
    margin-top: 8px
}
.woocommerce form.checkout_coupon {
    padding: 20px;
    border-color: var(--border-color);
    color: var(--color-10);
    margin: 10px 0 20px;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0
}
.woocommerce form.checkout_coupon>p {
    margin-bottom: 10px
}
.woocommerce form.checkout_coupon>p:not(.form-row) {
    margin-bottom: 15px;
    line-height: 22px
}
.woocommerce form.checkout_coupon>p.form-row-first {
    width: 65%
}
.woocommerce form.checkout_coupon>p.form-row-last {
    width: 35%
}
.woocommerce form.checkout_coupon>p.form-row-last .button {
    border-radius: 0 3px 3px 0;
    -webkit-border-radius: 0 3px 3px 0;
    -moz-border-radius: 0 3px 3px 0;
    -ms-border-radius: 0 3px 3px 0;
    -o-border-radius: 0 3px 3px 0
}
.woocommerce form.checkout_coupon input {
    margin: 0 !important
}
form.checkout {
    padding: 44px 0 100px
}
form.checkout h3 {
    font-size: 18px;
    font-weight: 600;
    line-height: 23px;
    margin: 0 0 15px;
    text-transform: capitalize
}
form.checkout h3#order_payment_heading {
    margin-bottom: 24px
}
form.checkout h3#ship-to-different-address {
    font-size: 14px;
    margin: 7px 0 0;
    text-transform: inherit
}
form.checkout .form-row {
    display: block
}
form.checkout label {
    margin: 0
}
form.checkout .woocommerce-input-wrapper {
    display: block
}
form.checkout #order_comments {
    min-height: 186px;
    padding: 20px !important;
    padding-top: 15px !important;
    line-height: inherit !important;
    color: var(--black-color)
}
form.checkout .order-review .shop_table {
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-collapse: collapse;
    margin: 0;
    border: 0
}
form.checkout .order-review .shop_table>thead>tr>td, form.checkout .order-review .shop_table>thead>tr th, form.checkout .order-review .shop_table>tbody>tr>td, form.checkout .order-review .shop_table>tbody>tr th, form.checkout .order-review .shop_table>tfoot>tr>td, form.checkout .order-review .shop_table>tfoot>tr th {
    border: 0;
    border-bottom: 1px solid var(--border-color);
    line-height: 22px !important;
    padding: 13px 0;
    vertical-align: top;
    color: var(--black-color)
}
form.checkout .order-review .shop_table>thead>tr>td:first-child, form.checkout .order-review .shop_table>thead>tr th:first-child, form.checkout .order-review .shop_table>tbody>tr>td:first-child, form.checkout .order-review .shop_table>tbody>tr th:first-child, form.checkout .order-review .shop_table>tfoot>tr>td:first-child, form.checkout .order-review .shop_table>tfoot>tr th:first-child {
    padding-left: 0;
    border-right: 0
}
form.checkout .order-review .shop_table>thead>tr>td:last-child, form.checkout .order-review .shop_table>thead>tr th:last-child, form.checkout .order-review .shop_table>tbody>tr>td:last-child, form.checkout .order-review .shop_table>tbody>tr th:last-child, form.checkout .order-review .shop_table>tfoot>tr>td:last-child, form.checkout .order-review .shop_table>tfoot>tr th:last-child {
    padding-right: 15px;
    text-align: right
}
@media(max-width:480px) {
    form.checkout .order-review .shop_table>thead>tr>td:first-child, form.checkout .order-review .shop_table>thead>tr th:first-child, form.checkout .order-review .shop_table>tbody>tr>td:first-child, form.checkout .order-review .shop_table>tbody>tr th:first-child, form.checkout .order-review .shop_table>tfoot>tr>td:first-child, form.checkout .order-review .shop_table>tfoot>tr th:first-child {
        padding-left: 0
    }
    form.checkout .order-review .shop_table>thead>tr>td:last-child, form.checkout .order-review .shop_table>thead>tr th:last-child, form.checkout .order-review .shop_table>tbody>tr>td:last-child, form.checkout .order-review .shop_table>tbody>tr th:last-child, form.checkout .order-review .shop_table>tfoot>tr>td:last-child, form.checkout .order-review .shop_table>tfoot>tr th:last-child {
        padding-right: 0
    }
}
form.checkout .order-review .shop_table>thead>tr>th {
    font-weight: bold;
    color: var(--black-color);
    padding: 0 0 12px
}
form.checkout .order-review .shop_table>tbody>tr>td.product-name {
    color: var(--black-color);
    width: 80%
}
form.checkout .order-review .shop_table>tbody>tr>td.product-name img {
    max-width: 60px;
    margin-right: 16px;
    float: left
}
form.checkout .order-review .shop_table>tbody>tr>td.product-name .variation {
    color: var(--color-11);
    display: block;
    line-height: inherit
}
form.checkout .order-review .shop_table>tfoot>tr.order-total>td .woocommerce-Price-amount {
    color: var(--tb-theme-color);
    font-weight: 700
}
form.checkout .order-review .shop_table>tfoot>tr>th, form.checkout .order-review .shop_table>tfoot>tr>td {
    border-bottom: 0;
    line-height: 26px !important;
    padding: 0
}
form.checkout .order-review .shop_table>tfoot>tr:first-child>th, form.checkout .order-review .shop_table>tfoot>tr:first-child>td {
    padding-top: 10px
}
form.checkout .order-review .shop_table>tfoot>tr:last-child>th, form.checkout .order-review .shop_table>tfoot>tr:last-child>td {
    padding-bottom: 16px
}
form.checkout .order-review .shop_table>tfoot>tr:last-child>th {
    color: var(--black-color)
}
form.checkout .order-review .shop_table ul#shipping_method li label {
    font-weight: normal
}
form.checkout .order-review .product-quantity {
    color: var(--color-04);
    display: inline-block;
    line-height: initial;
    font-weight: 400
}
form.checkout .order-review .product-quantity:before {
    display: inline-block;
    content: '('
}
form.checkout .order-review .product-quantity:after {
    display: inline-block;
    content: ')'
}
form.checkout .order-payment {
    padding-top: 21px
}
.woocommerce ul#shipping_method .amount {
    font-weight: 500;
    color: var(--black-color)
}
.woocommerce-shipping-fields {
    padding-bottom: 22px
}
.woocommerce-shipping-fields h3 label {
    font-weight: bold
}
.woocommerce form .form-row label.checkbox, .woocommerce-page form .form-row label.checkbox {
    display: table-cell
}
#add_payment_method #payment div.payment_box, .woocommerce-cart #payment div.payment_box, .woocommerce-checkout #payment div.payment_box {
    margin: 0;
    background-color: transparent;
    color: var(--color-04);
    font-size: 13px;
    line-height: 20px;
    padding: 5px 0 5px 24px
}
#add_payment_method #payment div.payment_box:before, .woocommerce-cart #payment div.payment_box:before, .woocommerce-checkout #payment div.payment_box:before {
    display: none
}
.woocommerce-checkout-payment {
    background: var(--bg-white) !important;
    border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    -ms-border-radius: 0 !important;
    -o-border-radius: 0 !important
}
.woocommerce-checkout-payment .payment_methods {
    padding: 0 !important;
    border: 0 !important
}
.woocommerce-checkout-payment .payment_methods li {
    border: 1px solid var(--border-color);
    padding: 14px 16px;
    position: relative;
    z-index: 11;
    margin-bottom: 12px !important
}
.woocommerce-checkout-payment .payment_methods li label {
    cursor: pointer;
    font-weight: normal;
    line-height: 20px;
    padding: 0 !important;
    margin: 0;
    color: var(--black-color)
}
.woocommerce-checkout-payment .payment_methods li input[checked="checked"]~.payment_box:after, .woocommerce-checkout-payment .payment_methods li .payment_box[style="display: block;"]:after, .woocommerce-checkout-payment .payment_methods li .payment_box[style]:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: auto;
    width: 100%;
    height: 100%;
    z-index: -1;
    -webkit-transition: .35s;
    -o-transition: .35s;
    transition: .35s;
    border: 1px solid var(--tb-theme-color)
}
.woocommerce-checkout-payment .payment_methods .payment_method_stripe label, .woocommerce-checkout-payment .payment_methods .payment_method_paypal label {
    display: block !important
}
.woocommerce-checkout-payment .payment_methods .about_paypal {
    line-height: 20px !important;
    padding-left: 10px;
    padding-right: 0;
    text-decoration: underline;
    display: inline-block;
    margin-top: 7px
}
.woocommerce-checkout-payment .payment_methods .payment_box {
    position: static !important
}
.woocommerce-checkout-payment .place-order {
    padding: 0 !important
}
.woocommerce-checkout-payment .place-order button.button.alt {
    width: 100% !important;
    line-height: 44px;
    margin-top: 20px
}
.woocommerce-checkout-payment .place-order .woocommerce-terms-and-conditions-wrapper {
    padding: 23px 0 3px
}
.woocommerce-checkout-payment .place-order .woocommerce-terms-and-conditions-wrapper .woocommerce-terms-and-conditions-checkbox-text {
    color: var(--color-11);
    display: inline-block
}
.woocommerce-checkout-payment .place-order .woocommerce-terms-and-conditions-wrapper .woocommerce-terms-and-conditions-checkbox-text:before {
    vertical-align: text-bottom
}
.woocommerce-checkout-payment .place-order .woocommerce-terms-and-conditions-wrapper a {
    color: var(--tb-theme-color)
}
.woocommerce-checkout-payment .place-order .woocommerce-terms-and-conditions-wrapper .woocommerce-form__input-checkbox {
    width: 0
}
.woocommerce-checkout-payment .term-wrapper>div {
    padding: 0
}
.woocommerce-checkout-payment .term-wrapper>div.inner {
    border: 0
}
.woocommerce-input-wrapper select {
    line-height: 48px;
    border: 1px solid var(--border-color);
    padding: 0 15px;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    -ms-appearance: none;
    appearance: none
}
.woocommerce-input-wrapper select:focus {
    outline: 0
}
#add_payment_method #payment ul.payment_methods li img.stripe-icon, .woocommerce-checkout #payment ul.payment_methods li img.stripe-icon {
    max-width: 40px;
    padding-left: 3px;
    margin: 0
}
.calculated_shipping .shop_table tbody {
    display: flex;
    flex-direction: column
}
.calculated_shipping .shop_table tbody tr {
    display: flex
}
.calculated_shipping .shop_table tbody td {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: right
}
.woocommerce-cart .cart-collaterals .cart_totals table th {
    width: auto
}
form.checkout .order-review .shop_table {
    display: flex;
    flex-direction: column;
    border-right: 0
}
form.checkout .order-review .shop_table .cart_item {
    display: table;
    width: 100%
}
form.checkout .order-review .shop_table thead tr, form.checkout .order-review .shop_table tfoot tr {
    display: flex
}
form.checkout .order-review .shop_table tfoot .order-total {
    border-top: 1px dotted var(--border-color);
    padding-top: 19px;
    margin-top: 18px
}
form.checkout .order-review .shop_table>thead>tr th:last-child {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1
}
form.checkout .order-review .shop_table>tfoot>tr>td {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1
}
form.checkout .order-review .shop_table tfoot {
    display: flex;
    flex-direction: column
}
#shipping_method.woocommerce-shipping-methods input[type=radio] {
    display: none
}
#shipping_method.woocommerce-shipping-methods input[type=radio]:checked+label:before {
    background: var(--tb-theme-color);
    border-color: var(--tb-theme-color);
    color: #fff
}
#shipping_method.woocommerce-shipping-methods li {
    display: flex;
    flex-direction: row-reverse
}
#shipping_method.woocommerce-shipping-methods li>label {
    margin: 0;
    font-size: 13px;
    line-height: 20px !important;
    font-weight: 400
}
ul#shipping_method.woocommerce-shipping-methods {
    padding-top: 7px
}
ul#shipping_method.woocommerce-shipping-methods li {
    margin-bottom: 15px
}
#custom-register, #custom-login {
    color: var(--color-10);
    text-align: center
}
#custom-register input:not(.submit_button), #custom-login input:not(.submit_button) {
    color: var(--color-12);
    padding: 0 15px;
    margin: 0 0 10px !important;
    border: 1px solid var(--border-color-4)
}
#custom-register label.error, #custom-login label.error {
    color: var(--red-color)
}
#custom-register input.error, #custom-login input.error {
    border: 1px solid #f00 !important
}
#custom-register input.submit_button, #custom-login input.submit_button {
    width: 100%;
    height: auto;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px
}
#custom-register a, #custom-login a {
    text-decoration: none
}
#custom-register a.close, #custom-login a.close {
    position: absolute;
    right: 15px;
    left: auto;
    top: 15px
}
#custom-register a.text-link, #custom-login a.text-link {
    color: var(--tb-theme-color);
    margin-top: 5px;
    display: inline-block;
    float: right
}
#custom-register p.status, #custom-login p.status {
    text-align: left;
    margin: 15px 0 20px 0;
    font-weight: 500;
    display: none
}
#custom-register p.status.successful, #custom-login p.status.successful {
    color: #8cc84a
}
#custom-register p.status.wrong, #custom-login p.status.wrong {
    color: #f7b217
}
#custom-register .social-log, #custom-login .social-log {
    margin-top: 25px
}
#custom-register .vendor-register {
    margin: 10px 0 20px
}
#custom-register .vendor-register a {
    color: var(--tb-theme-color)
}
#custom-register .vendor-register a:hover {
    text-decoration: underline
}
#custom-register input.submit_button {
    margin-top: 8px
}
#custom-login-wrapper .modal-dialog {
    margin-top: 10%
}
#custom-login-wrapper .btn-close {
    color: #fff;
    border: 0;
    background: transparent;
    top: -25px;
    right: -35px
}
#custom-login-wrapper .btn-close:focus {
    outline: 0
}
#custom-login-wrapper .btn-close i {
    font-size: 20px;
    line-height: 20px
}
#custom-login-wrapper .btn-close i:focus {
    outline: 0
}
#custom-login-wrapper #custom-register label.error, #custom-login-wrapper #custom-login label.error {
    width: 100%;
    text-align: left
}
#custom-login-wrapper .modal-content {
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 0
}
#custom-login-wrapper .modal-content .modal-body {
    padding: 42px 30px 30px
}
#custom-login-wrapper .nav-tabs {
    margin-bottom: 34px;
    width: 100%;
    border: 0;
    text-align: center;
    justify-content: center
}
#custom-login-wrapper .nav-tabs li {
    margin: 0
}
#custom-login-wrapper .nav-tabs li a {
    margin: 0;
    color: #bbb;
    font-size: 22px;
    font-weight: 700;
    border: 0;
    text-transform: uppercase
}
#custom-login-wrapper .nav-tabs li a:hover {
    background-color: transparent
}
#custom-login-wrapper .nav-tabs li a.active {
    color: var(--black-color);
    background: var(--bg-white)
}
#custom-login-wrapper .nav-tabs li+li {
    margin-left: 30px
}
#custom-login-wrapper .tab-pane h3 {
    font-size: 14px;
    color: var(--color-10);
    font-weight: 400;
    margin: 0 0 12px;
    text-align: left;
    line-height: 30px
}
#custom-login-wrapper .tab-pane .rememberme-wrapper {
    padding: 5px 0 26px;
    color: var(--black-color);
    display: inline-block;
    float: left
}
#custom-login-wrapper .tab-pane .rememberme-wrapper label {
    font-weight: normal;
    cursor: pointer;
    margin: 0
}
#custom-login-wrapper .tab-pane .rememberme-wrapper label:before {
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px
}
#custom-register .form-password-repeat {
    display: none !important
}
.dropdowns-loading .dropdown-load-ajax {
    min-height: 298px
}
.dropdowns-loading .dropdown-html-placeholder:after {
    content: "";
    z-index: 2;
    position: absolute;
    border: 2px solid #ddd;
    border-radius: 100%;
    height: 40px;
    width: 40px;
    top: 130px;
    left: 50%;
    margin-left: -20px;
    -webkit-animation: circle-loading .35s linear infinite;
    -o-animation: circle-loading .35s linear infinite;
    animation: circle-loading .35s linear infinite;
    border-top-color: var(--tb-theme-color)
}
.dropdown-html-placeholder {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(255, 255, 255, 0.6)
}
.element-menu-canvas.load-ajax .menu-canvas-content>nav {
    height: 100%;
    position: relative;
    opacity: .6;
    filter: alpha(opacity=60)
}
.element-menu-canvas.load-ajax .menu-canvas-content>nav:after {
    content: "";
    z-index: 2;
    position: absolute;
    border: 2px solid #ddd;
    border-radius: 100%;
    height: 40px;
    width: 40px;
    top: 200px;
    left: 50%;
    margin-left: -20px;
    -webkit-animation: circle-loading .35s linear infinite;
    -o-animation: circle-loading .35s linear infinite;
    animation: circle-loading .35s linear infinite;
    border-top-color: var(--tb-theme-color)
}
.tbay-element-product-categories-tabs .tbay-addon-content.load-ajax, .tbay-element-product-tabs .tbay-addon-content.load-ajax {
    position: relative;
    opacity: .6;
    filter: alpha(opacity=60)
}
.tbay-element-product-categories-tabs .tbay-addon-content.load-ajax:after, .tbay-element-product-tabs .tbay-addon-content.load-ajax:after {
    content: "";
    z-index: 2;
    position: absolute;
    top: 50%;
    left: 50%;
    border: 2px solid #ddd;
    border-radius: 100%;
    height: 40px;
    width: 40px;
    margin-top: -20px;
    margin-left: -20px;
    -webkit-animation: circle-loading .35s linear infinite;
    -o-animation: circle-loading .35s linear infinite;
    animation: circle-loading .35s linear infinite;
    border-top-color: var(--tb-theme-color)
}
.tbay-element-product-categories-tabs .tbay-addon-content.load-ajax>.tab-pane.current, .tbay-element-product-tabs .tbay-addon-content.load-ajax>.tab-pane.current {
    display: block;
    opacity: 0;
    filter: alpha(opacity=0)
}
.tbay-element-product-categories-tabs .tbay-addon-content.load-ajax>.tab-pane.show, .tbay-element-product-tabs .tbay-addon-content.load-ajax>.tab-pane.show {
    display: none !important
}
@media(max-width:767px) {
    .elementor-product-v1 .tbay-element-product-categories-tabs .tbay-addon-content.load-ajax:after, .elementor-product-v1 .tbay-element-product-tabs .tbay-addon-content.load-ajax:after {
        top: 150px
    }
}
.menu-click>* {
    pointer-events: none
}
.menu-click.btn-canvas-menu {
    display: inline-flex
}
.element-menu-canvas.open.load-ajax .menu-canvas-content>nav {
    min-height: 100%
}
.element-menu-canvas.open.load-ajax .menu-canvas-content>nav:after {
    content: "";
    z-index: 2;
    position: absolute;
    border: 2px solid #ddd;
    border-radius: 100%;
    height: 40px;
    width: 40px;
    top: 50%;
    left: 50%;
    margin-left: -20px;
    -webkit-animation: circle-loading .35s linear infinite;
    -o-animation: circle-loading .35s linear infinite;
    animation: circle-loading .35s linear infinite;
    border-top-color: var(--tb-theme-color)
}
.category-inside.open.load-ajax .category-inside-content {
    min-height: 400px
}
.category-inside.open.load-ajax .category-inside-content:after {
    content: "";
    z-index: 2;
    position: absolute;
    border: 2px solid #ddd;
    border-radius: 100%;
    height: 40px;
    width: 40px;
    top: 50%;
    left: 50%;
    margin-left: -20px;
    -webkit-animation: circle-loading .35s linear infinite;
    -o-animation: circle-loading .35s linear infinite;
    animation: circle-loading .35s linear infinite;
    border-top-color: var(--tb-theme-color)
}
.create-account-question .create-account-button {
    color: var(--tb-theme-color)
}
.create-account-question .create-account-button:hover {
    text-decoration: underline !important
}
.pswp {
    display: block;
    opacity: 0;
    transition: 1ms;
    visibility: hidden;
    transform: scale(0)
}
.pswp.pswp--open {
    visibility: visible;
    transform: scale(1)
}
.pswp-review-images .pswp__caption__center {
    display: flex;
    flex-direction: column;
    padding-bottom: 30px
}
.pswp-review-images .pswp__caption__center .header-comment .author {
    font-weight: 600;
    margin-left: 8px;
    color: #fff
}
.pswp-review-images .pswp__caption__center .title-comment {
    color: #777
}
.details-btn-wrapper {
    display: none !important
}
#tbay-quick-view-content:hover .image-mains .details-btn-wrapper {
    visibility: visible;
    opacity: 1;
    filter: alpha(opacity=100);
    transform: translateY(0);
    pointer-events: visible
}
#tbay-quick-view-content:hover .image-mains .woocommerce-product-gallery .woocommerce-product-gallery__wrapper .slick-arrow.slick-next, #tbay-quick-view-content:hover .image-mains .woocommerce-product-gallery .woocommerce-product-gallery__wrapper .slick-arrow.slick-prev {
    visibility: visible;
    opacity: 1;
    filter: alpha(opacity=100);
    transform: translateY(0);
    pointer-events: visible
}
#tbay-quick-view-content .image-mains {
    padding-right: 15px !important;
    overflow: hidden
}
#tbay-quick-view-content .image-mains .woocommerce-product-gallery {
    opacity: 1 !important;
    overflow: hidden
}
#tbay-quick-view-content .image-mains .woocommerce-product-gallery .woocommerce-product-gallery__wrapper {
    width: 100%;
    overflow: hidden
}
#tbay-quick-view-content .image-mains .woocommerce-product-gallery .woocommerce-product-gallery__wrapper .slick-arrow {
    position: absolute;
    z-index: 2;
    left: 0;
    top: 50%;
    background: var(--tb-theme-color);
    font-size: 16px;
    color: #fff;
    height: 44px;
    width: 44px;
    width: 44px;
    height: 44px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    visibility: hidden;
    opacity: 0;
    filter: alpha(opacity=0);
    pointer-events: none;
    -webkit-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease
}
#tbay-quick-view-content .image-mains .woocommerce-product-gallery .woocommerce-product-gallery__wrapper .slick-arrow.slick-disabled {
    opacity: .7 !important;
    filter: alpha(opacity=70) !important
}
#tbay-quick-view-content .image-mains .woocommerce-product-gallery .woocommerce-product-gallery__wrapper .slick-arrow.slick-next {
    left: auto;
    right: 0;
    transform: translateX(44px)
}
#tbay-quick-view-content .image-mains .woocommerce-product-gallery .woocommerce-product-gallery__wrapper .slick-arrow.slick-prev {
    transform: translateX(-44px)
}
#tbay-quick-view-content .image-mains .woocommerce-product-gallery .woocommerce-product-gallery__wrapper .slick-arrow:hover, #tbay-quick-view-content .image-mains .woocommerce-product-gallery .woocommerce-product-gallery__wrapper .slick-arrow:focus {
    background: var(--tb-theme-color-hover)
}
#tbay-quick-view-content .image-mains .woocommerce-product-gallery .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image {
    pointer-events: none;
    margin: 0
}
#tbay-quick-view-content .image-mains span.onsale {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0
}
#tbay-quick-view-content .image-mains .details-btn-wrapper {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
    text-align: center;
    width: 100%;
    -webkit-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
    transform: translatey(44px);
    visibility: hidden;
    opacity: 0;
    filter: alpha(opacity=0);
    pointer-events: none;
    display: block !important
}
#tbay-quick-view-content .image-mains .view-details-btn {
    width: 100%;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0
}
#tbay-quick-view-content .summary {
    padding-left: 15px !important
}
.export_div form>p input {
    height: auto
}
.export_div form>p label {
    margin: 0;
    margin-left: 10px
}
@media(max-width:1199px) and (min-width:431px) {
    .dokan-dashboard .dokan-table {
        overflow-x: auto;
        overflow-y: hidden;
        display: block;
        outline: 0;
        white-space: nowrap;
        border-bottom: 0
    }
}
form input.btn, button.dokan-btn-success {
    background-color: var(--tb-theme-color);
    border: 0;
    margin: 0;
    text-transform: none;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    font-size: 13px;
    text-transform: uppercase;
    padding: 8px 15px;
    font-weight: 600;
    line-height: 26px;
    height: auto
}
form input.btn:hover, form input.btn:focus, button.dokan-btn-success:hover, button.dokan-btn-success:focus {
    background-color: var(--tb-theme-color-hover-2) !important;
    border-color: var(--tb-theme-color-hover-2) !important
}
.woocommerce-MyAccount-content .col-1.woocommerce-Address {
    width: auto;
    padding: 0;
    max-width: 100%
}
.archive-shop .display-products .product-category {
    display: none !important
}
.mfp-wrap.mfp-ready~#wrapper-container #tbay-main-content {
    z-index: unset
}
.woocommerce-account .wpdef-2fa-wrap input[type="radio"], .woocommerce-account .wpdef-2fa-wrap input[type="checkbox"] {
    display: inline-flex
}
.iziModal-isAttached .mm-slideout, .dokan-dashboard .mm-slideout {
    z-index: unset
}
.woocommerce-account input[type="checkbox"]#tc_agree {
    display: block
}
.woocommerce-account input[type="checkbox"]#tc_agree+label {
    margin: 0 0 0 7px
}
.woocommerce-account input[type="checkbox"]#tc_agree+label:before {
    display: none
}
#custom-login-wrapper #customer_login {
    padding: 0
}
#custom-login-wrapper #customer_login .log-form {
    width: 100%;
    padding: 0;
    flex: none;
    max-width: unset
}
#custom-login-wrapper .modal-body .woocommerce {
    padding: 0
}
#custom-login-wrapper .modal-body .woocommerce form.login, #custom-login-wrapper .modal-body .woocommerce form.register {
    display: block !important
}
.irs--round .irs-bar, .irs--round .irs-from, .irs--round .irs-to, .irs--round .irs-single {
    background-color: var(--tb-theme-color) !important
}
.irs--round .irs-from:before, .irs--round .irs-to:before, .irs--round .irs-single:before, .irs--round .irs-handle {
    border-color: var(--tb-theme-color) !important
}
.apply_for_vendor_label #apply_for_vendor {
    display: inline-flex;
    margin: 0 5px 0 0 !important
}
.cart-dropdown .cart_list .product-name img {
    display: none
}
.wc-block-cart__submit .wc-block-cart__submit-button {
    padding-top: 1px;
    padding-bottom: 1px
}
.wc-block-cart__submit .wc-block-cart__submit-button:hover {
    background-color: var(--tb-theme-color-hover);
    color: #fff
}
.wc-block-components-radio-control .wc-block-components-radio-control__input:checked:before {
    background-color: var(--tb-theme-color) !important
}
.wc-block-components-radio-control .wc-block-components-radio-control__input {
    padding: 0 !important
}
.wc-block-components-radio-control .wc-block-components-radio-control__input:checked {
    border-color: var(--tb-theme-color) !important
}
.wc-block-components-checkbox .wc-block-components-checkbox__input[type=checkbox] {
    padding: 0 !important
}
.wc-block-components-checkbox .wc-block-components-checkbox__input[type=checkbox]:focus {
    box-shadow: none !important;
    outline: none !important
}
.wc-block-components-totals-coupon__form .wc-block-components-text-input input[type="text"] {
    padding: 0 11px;
    border: 1px solid #ccc;
    border-right: 0;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border-radius: 3px 0 0 3px;
    -webkit-border-radius: 3px 0 0 3px;
    -moz-border-radius: 3px 0 0 3px;
    -ms-border-radius: 3px 0 0 3px;
    -o-border-radius: 3px 0 0 3px
}
.wc-block-components-totals-coupon__form .wc-block-components-text-input input[type="text"]:focus {
    outline: 0
}
.wc-block-components-totals-coupon__form .wc-block-components-text-input input[type="text"]:focus {
    outline: none !important
}
.wc-block-components-totals-coupon__form .wc-block-components-totals-coupon__button {
    padding: 0 30px;
    text-transform: capitalize;
    font-weight: bold;
    border-radius: 0 3px 3px 0;
    -webkit-border-radius: 0 3px 3px 0;
    -moz-border-radius: 0 3px 3px 0;
    -ms-border-radius: 0 3px 3px 0;
    -o-border-radius: 0 3px 3px 0;
    margin: 0 !important
}
.price .wc-block-components-product-price__regular {
    color: #888
}
.wc-block-grid__product .woocs_price_code {
    justify-content: center
}
.wc-block-components-order-summary .wc-block-components-order-summary-item .wc-block-components-order-summary-item__quantity {
    background-color: var(--tb-theme-color);
    border-color: var(--tb-theme-color);
    color: #fff;
    box-shadow: none
}
.wc-block-checkout__actions .wc-block-components-checkout-place-order-button {
    padding-top: 3px !important;
    padding-bottom: 3px !important
}
.wc-block-components-quantity-selector button.wc-block-components-quantity-selector__button {
    font-size: 20px
}
.tbay-dropdown-cart .cart_list .product-name img {
    display: none !important
}
.elementor-icon.elementor-social-icon {
    display: inline-flex
}
.sold-by-meta {
    margin-bottom: 1px
}
.sold-by-meta>a {
    color: var(--color-01);
    font-size: 13px
}
.sold-by-meta>a:hover {
    color: var(--tb-theme-color)
}
.sold-by-meta .sold-by-label {
    color: var(--color-07);
    font-size: 13px
}
.woocommerce-result-count.result-vendor {
    float: right
}
@media(max-width:767px) {
    div .wcvendors_sold_by_in_loop {
        padding: 0
    }
}
#dokan-seller-listing-wrap.list-view .dokan-seller-wrap .dokan-single-seller .store-wrapper {
    padding: 5px 0;
    background-color: var(--bg-white)
}
#dokan-seller-listing-wrap.list-view .dokan-seller-wrap .dokan-single-seller .store-wrapper .store-content .store-data-container .store-data h2 {
    font-size: 22px;
    font-weight: 600
}
#dokan-seller-listing-wrap.list-view .dokan-seller-wrap .dokan-single-seller .store-wrapper .store-content .store-data-container .store-data h2 a {
    color: var(--black-color)
}
#dokan-seller-listing-wrap.list-view .dokan-seller-wrap .dokan-single-seller .store-wrapper .store-address {
    font-weight: 400
}
.dokan-dashboard .select2-container {
    z-index: 9999
}
.dokan-dashboard .page-header {
    margin-bottom: 0
}
.dokan-dashboard .dokan-dashboard-wrap {
    padding: 30px 0 60px;
    margin: 0 auto
}
.dokan-dashboard .dokan-dashboard-wrap select.dokan-form-control {
    height: 40px
}
.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li {
    text-align: left
}
.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li.dokan-common-links a i {
    padding: 0
}
.dokan-dashboard #insert-media-button {
    height: auto
}
.dokan-dashboard .dokan-table {
    margin-bottom: 0
}
.dokan-dashboard .dokan-table td.diviader {
    display: none
}
.dokan-dashboard .pagination-wrap {
    text-align: center
}
.dokan-dashboard .pagination-wrap>ul>li {
    display: inline-block
}
.dokan-dashboard .pagination-wrap>ul>li+li {
    margin-left: 5px;
    margin-right: 0
}
.dokan-dashboard .pagination-wrap>ul>li>span.current {
    color: #fff;
    background: var(--tb-theme-color);
    border-color: var(--tb-theme-color)
}
.dokan-dashboard .pagination-wrap>ul>li>a {
    line-height: 20px;
    background-color: var(--bg-white);
    border-color: var(--border-color-7)
}
.dokan-dashboard .pagination-wrap>ul>li>a:hover, .dokan-dashboard .pagination-wrap>ul>li>a:focus {
    background: var(--tb-theme-color);
    color: #fff
}
.dokan-dashboard .sells-graph .chart-container .legend>div, .dokan-dashboard .sells-graph .chart-container .legend>table {
    width: auto
}
.dokan-product-listing .dokan-product-listing-area {
    padding: 0
}
.dokan-orders-content .dokan-orders-area .dokan-order-filter-serach {
    padding: 10px 0
}
.dokan-orders-content .dokan-orders-area .dokan-order-filter-serach .dokan-form-group>input.hasDatepicker {
    padding: 0 10px 3px !important;
    height: 40px;
    font-size: 14px
}
.dokan-orders-content .dokan-orders-area .dokan-order-filter-serach .select2-container--default .select2-selection--single {
    margin-bottom: 0
}
.dokan-orders-content .dokan-orders-area ul.order-statuses-filter {
    font-size: 14px
}
.dokan-orders-content .dokan-orders-area .dokan-table>thead>tr>th, .dokan-orders-content .dokan-orders-area .dokan-table>thead>tr>td, .dokan-orders-content .dokan-orders-area .dokan-table>tbody>tr>th, .dokan-orders-content .dokan-orders-area .dokan-table>tbody>tr>td, .dokan-orders-content .dokan-orders-area .dokan-table>tfoot>tr>th, .dokan-orders-content .dokan-orders-area .dokan-table>tfoot>tr>td, .dokan-orders-content .dokan-orders-area .dokan-table>thead>tr>th, .dokan-orders-content .dokan-orders-area .dokan-table>thead>tr>td, .dokan-orders-content .dokan-orders-area .dokan-table>tbody>tr>th, .dokan-orders-content .dokan-orders-area .dokan-table>tbody>tr>td, .dokan-orders-content .dokan-orders-area .dokan-table>tfoot>tr>th, .dokan-orders-content .dokan-orders-area .dokan-table>tfoot>tr>td {
    vertical-align: middle
}
.dokan-orders-content .dokan-orders-area .dokan-order-action>a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    width: 30px;
    height: 30px;
    line-height: 30px;
    min-height: 30px;
    border: 1px solid var(--border-color-4)
}
.dokan-orders-content .dokan-orders-area .dokan-order-action>a i {
    width: 14px
}
input[type="submit"].dokan-btn-theme, a.dokan-btn-theme, input[type="submit"].dokan-btn-default, a.dokan-btn-default, .dokan-btn-default, .dokan-btn-theme {
    border: 0;
    margin: 0;
    text-transform: none;
    min-height: 40px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    font-size: 13px;
    padding: 0 15px;
    font-weight: 600
}
#dokan-seller-listing-wrap ul.dokan-seller-wrap li .store-footer .seller-avatar img {
    margin: 0
}
#dokan-seller-listing-wrap ul.dokan-seller-wrap li .store-footer a span {
    padding: 0
}
#dokan-seller-listing-wrap ul.dokan-seller-wrap li .store-footer a span.dokan-btn-round {
    width: 38px;
    height: 38px;
    line-height: 38px;
    min-height: 38px
}
.pagination-wrap ul.pagination {
    padding-left: 15px
}
.woocommerce form.register.dokan-vendor-register {
    padding: 0 0 50px
}
.woocommerce form.register.dokan-vendor-register .form-row {
    padding: 0;
    margin: 0
}
.woocommerce form.register.dokan-vendor-register .form-row-wide {
    margin-bottom: 10px
}
.woocommerce.dokan-store #reviews h3 {
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: bold
}
.woocommerce.dokan-store #reviews #comments ol.commentlist li img.avatar {
    width: 72px;
    position: absolute
}
.woocommerce.dokan-store #reviews #comments ol.commentlist li .comment-text p {
    margin-bottom: 5px
}
.woocommerce.dokan-store #reviews #comments ol.commentlist li .description {
    color: var(--black-color)
}
.woocommerce.dokan-store #reviews #comments ol.commentlist li .description h4 {
    font-weight: 600
}
.woocommerce.dokan-store #reviews #comments ol.commentlist li .dokan-review-wrapper {
    margin-top: 15px
}
.vendor_sidebar+#main .dokan-single-store.dokan-w8 {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: 100%
}
#dokan-store-listing-filter-wrap {
    margin-top: 50px;
    margin-bottom: 30px;
    padding: 15px;
    background-color: var(--bg-white)
}
#dokan-store-listing-filter-wrap .right .toggle-view .active {
    color: var(--tb-theme-color)
}
#dokan-store-listing-filter-wrap .right .item select {
    background-color: var(--bg-white);
    border-color: var(--border-color-5)
}
#dokan-seller-listing-wrap ul.dokan-seller-wrap li {
    margin-bottom: 30px
}
#dokan-seller-listing-wrap ul.dokan-seller-wrap li .store-wrapper {
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s
}
#dokan-seller-listing-wrap ul.dokan-seller-wrap li .store-wrapper:hover {
    -webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.25);
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.25)
}
#dokan-seller-listing-wrap ul.dokan-seller-wrap li .store-footer {
    background-color: var(--bg-white);
    border-color: var(--tb-theme-color)
}
.dokan-single-store {
    background: var(--bg-white)
}
.dokan-single-store .profile-frame {
    padding: 30px;
    padding-bottom: 0;
    background-color: transparent
}
.dokan-single-store .dokan-store-tabs {
    padding: 30px 30px 10px
}
.dokan-single-store .dokan-store-tabs ul {
    border: 0;
    margin: 0;
    line-height: 42px
}
.dokan-single-store .dokan-store-tabs ul li:not(.dokan-right) {
    border: 0;
    margin: 0
}
.dokan-single-store .dokan-store-tabs ul li:not(.dokan-right)+li:not(.dokan-right) {
    margin-left: 25px
}
.dokan-single-store .dokan-store-tabs ul li:not(.dokan-right) a {
    color: var(--black-color);
    padding: 0;
    line-height: 24px;
    font-weight: bold
}
.dokan-single-store .dokan-store-tabs ul li:not(.dokan-right) a:hover {
    background-color: transparent;
    color: var(--tb-theme-color)
}
.dokan-single-store .dokan-store-tabs ul li.dokan-right {
    margin: 0;
    margin-left: 10px;
    border-right: 0
}
@media(max-width:767px) {
    .dokan-single-store .dokan-store-tabs ul li.dokan-right {
        float: none !important
    }
}
.dokan-single-store .dokan-store-tabs ul li.dokan-right>button {
    margin: 0;
    outline: 0
}
.dokan-single-store .dokan-store-tabs ul.dokan-list-inline {
    white-space: nowrap;
    overflow: hidden;
    overflow-x: auto;
    padding: 5px 0;
    background-color: var(--bg-white)
}
.dokan-single-store .dokan-store-tabs+.tbay-filter {
    width: 100%
}
.dokan-single-store .dokan-store-tabs+.tbay-filter .filter {
    margin-right: 20px;
    margin-left: 0
}
@media(min-width:768px) {
    .dokan-single-store .dokan-store-tabs+#reviews {
        padding: 0 30px
    }
}
.dokan-single-store .profile-frame .profile-info-box.profile-layout-layout1 .profile-info-summery-wrapper {
    padding: 40px;
    padding-top: 0;
    height: auto;
    border-color: var(--border-color-5);
    background-color: var(--bg-white)
}
.dokan-single-store .profile-frame .profile-info-box.profile-layout-layout1 .profile-info-summery-wrapper .profile-info-summery {
    position: static;
    height: auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    flex-direction: column;
    color: var(--black-color)
}
.dokan-single-store .profile-frame .profile-info-box.profile-layout-layout1 .profile-info-summery-wrapper .profile-info-summery .profile-info-head {
    margin-top: -100px
}
.dokan-single-store .profile-frame .profile-info-box.profile-layout-layout1 .profile-info-summery-wrapper .profile-info-summery .profile-info-head .profile-img img {
    float: left;
    width: 120px;
    height: 120px;
    padding: 0;
    border-color: var(--border-color);
    background-color: var(--bg-white)
}
.dokan-single-store .profile-frame .profile-info-box.profile-layout-layout1 .profile-info-summery-wrapper .profile-info-summery .profile-info {
    padding-top: 28px
}
.dokan-single-store .profile-frame .profile-info-box.profile-layout-layout1 .profile-info-summery-wrapper .profile-info-summery .profile-info .store-name {
    color: var(--color-09);
    font-size: 22px;
    text-shadow: none;
    -webkit-text-shadow: none;
    -moz-text-shadow: none;
    -ms-text-shadow: none;
    -o-text-shadow: none;
    margin: 15px 0 10px;
    font-weight: 600
}
.dokan-single-store .profile-frame .profile-info-box.profile-layout-layout1 .profile-info-summery-wrapper .profile-info-summery .profile-info .dokan-store-info {
    padding: 0;
    margin: 0
}
.dokan-single-store .profile-frame .profile-info-box.profile-layout-layout1 .profile-info-summery-wrapper .profile-info-summery .profile-info .dokan-store-info li {
    padding: 0;
    padding-right: 7px;
    float: left;
    clear: both;
    line-height: 26px
}
.dokan-single-store .profile-frame .profile-info-box.profile-layout-layout1 .profile-info-summery-wrapper .profile-info-summery .profile-info .dokan-store-info li.dokan-store-phone a:hover {
    color: var(--tb-theme-color)
}
.dokan-single-store .profile-frame .profile-info-box.profile-layout-layout1 .profile-info-summery-wrapper .profile-info-summery .profile-info .store-social-wrapper {
    top: auto;
    bottom: 40px;
    right: 40px;
    left: auto
}
.dokan-single-store .profile-frame .profile-info-box.profile-layout-layout1 .profile-info-summery-wrapper .profile-info-summery .profile-info .store-social-wrapper ul li, .dokan-single-store .profile-frame .profile-info-box.profile-layout-layout1 .profile-info-summery-wrapper .profile-info-summery .profile-info .store-social-wrapper ul {
    padding: 0
}
.dokan-single-store .profile-frame .profile-info-box .profile-info-summery-wrapper .profile-info-summery .profile-info .dokan-store-info {
    padding: 0;
    margin: 0
}
.dokan-single-store .profile-frame .profile-info-box .profile-info-summery-wrapper .profile-info-summery .profile-info .dokan-store-info li.dokan-store-open-close {
    color: var(--color-13)
}
.dokan-single-store .profile-frame .profile-info-box .profile-info-summery-wrapper .profile-info-summery .profile-info .dokan-store-info li i {
    margin-left: 0;
    margin-right: 10px
}
.dokan-single-store .profile-frame.profile-frame-no-banner .profile-layout-layout3 .profile-info-summery-wrapper .profile-info-summery .profile-info {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    flex-direction: column;
    color: var(--color-01)
}
.dokan-single-store .profile-frame.profile-frame-no-banner .profile-layout-layout3 .profile-info-summery-wrapper .profile-info-summery .profile-info .dokan-store-info {
    padding: 0
}
.dokan-single-store .profile-frame.profile-frame-no-banner .profile-layout-layout3 .profile-info-summery-wrapper .profile-info-summery .profile-info .dokan-store-info li:before {
    display: none !important
}
.dokan-single-store .profile-frame.profile-frame-no-banner .profile-layout-layout3 .profile-info-summery-wrapper .profile-info-summery .profile-info .store-name {
    font-size: 24px
}
.dokan-single-store #store-toc-wrapper h2 {
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 22px;
    font-weight: bold
}
.dokan-store #sidebar-shop+.archive-shop {
    padding: 0
}
.dokan-store .tbay-filter .SumoSelect {
    float: right
}
.dokan-store-products-filter-area .product-name-search {
    padding: 0 10px;
    margin-right: 5px;
    margin-left: 0;
    border-color: var(--border-color-4);
    background-color: var(--bg-white)
}
#nav-below .pager {
    margin: 0
}
.dokan-pagination-container {
    padding-top: 60px;
    padding-bottom: 50px
}
.dokan-pagination-container ul.dokan-pagination {
    margin: 0;
    padding: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center
}
.dokan-pagination-container ul.dokan-pagination>li {
    margin: 0
}
.dokan-pagination-container ul.dokan-pagination>li+li {
    margin-left: 7px
}
.dokan-pagination-container ul.dokan-pagination>li a {
    min-width: 35px;
    line-height: 33px;
    border: 1px solid var(--border-color);
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    display: inline-block;
    font-weight: 500;
    padding: 0 3px;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    vertical-align: middle
}
.dokan-pagination-container ul.dokan-pagination>li.disabled a, .dokan-pagination-container ul.dokan-pagination>li.prev a, .dokan-pagination-container ul.dokan-pagination>li:last-child a {
    font-size: 0
}
.dokan-pagination-container ul.dokan-pagination>li.disabled a:before, .dokan-pagination-container ul.dokan-pagination>li.prev a:before, .dokan-pagination-container ul.dokan-pagination>li:last-child a:before {
    font-size: 12px;
    line-height: 1;
    display: inline-block;
    vertical-align: middle;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-family: "tb-icon"
}
.dokan-pagination-container ul.dokan-pagination>li.disabled a:before, .dokan-pagination-container ul.dokan-pagination>li.prev a:before {
    content: "\E00E"
}
.dokan-pagination-container ul.dokan-pagination>li:last-child a:before {
    content: "\E00F"
}
.dokan-pagination-container ul.dokan-pagination>li:not(.disabled):hover a, .dokan-pagination-container ul.dokan-pagination>li:not(.disabled):focus a, .dokan-pagination-container ul.dokan-pagination>li:not(.disabled).active a {
    background: var(--tb-theme-color);
    color: #fff;
    border-color: var(--tb-theme-color)
}
.dokan-store-wrap.layout-right .dokan-store-sidebar {
    border-left: 1px solid var(--border-color-2)
}
.dokan-store-wrap.layout-left .dokan-store-sidebar {
    border-right: 1px solid var(--border-color-2)
}
.dokan-store-sidebar {
    background: var(--bg-white);
    margin-right: 0 !important
}
.dokan-store-sidebar .widget h4 {
    font-size: 14px;
    text-transform: capitalize;
    line-height: 24px;
    font-weight: bold;
    margin: 0 0 12px;
    color: var(--black-color)
}
.dokan-store-sidebar .dokan-store-widget {
    padding: 20px;
    padding-top: 17px
}
.dokan-store-sidebar .dokan-store-widget .widget-title {
    font-size: 14px;
    text-transform: capitalize;
    line-height: 24px;
    font-weight: bold;
    margin: 0 0 12px;
    color: var(--black-color)
}
.dokan-store-sidebar .dokan-store-widget ul {
    list-style: none;
    padding: 0;
    margin: 0;
    overflow-y: auto
}
.dokan-store-sidebar .dokan-store-widget ul.product_list_widget {
    padding-top: 3px
}
.dokan-store-sidebar .dokan-store-widget ul.product_list_widget li {
    margin: 0;
    position: relative;
    padding-left: 68px
}
.dokan-store-sidebar .dokan-store-widget ul.product_list_widget li>a {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    flex-wrap: nowrap
}
.dokan-store-sidebar .dokan-store-widget ul.product_list_widget li>a img {
    position: absolute;
    left: 0;
    right: auto;
    max-width: 48px
}
.dokan-store-sidebar .dokan-store-widget ul.product_list_widget li>a>span {
    line-height: 22px;
    font-weight: normal
}
.dokan-store-sidebar .dokan-store-widget ul.product_list_widget li+li {
    margin-top: 14px
}
.dokan-store-sidebar .dokan-store-widget ul.product_list_widget li ins {
    text-decoration: none
}
.dokan-store-sidebar .dokan-store-widget ul.product_list_widget li del {
    color: var(--color-11);
    margin-left: 5px;
    margin-right: 0
}
.dokan-store-sidebar .dokan-store-widget ul.product_list_widget li del .woocommerce-Price-amount {
    font-size: 13px;
    color: var(--color-11);
    font-weight: normal
}
.dokan-store-sidebar .dokan-store-widget+.widget {
    border: 0;
    border-top: 1px solid var(--border-color-2)
}
.dokan-store-sidebar .dokan-store-widget form.seller-form ul li>input+label {
    display: none !important
}
.dokan-store-sidebar .dokan-store-widget form.seller-form ul li textarea {
    outline: 0;
    border: 1px solid var(--border-color-4);
    background-color: var(--bg-white)
}
.dokan-store-sidebar .dokan-store-widget form.seller-form>input[type="submit"] {
    width: 100%
}
.dokan-store-sidebar .dokan-store-widget.dokan-category-menu h3.widget-title {
    padding: 0;
    background-color: transparent;
    border: 0
}
.dokan-store-sidebar .dokan-category-menu #cat-drop-stack>ul li.parent-cat-wrap a {
    margin: 0;
    padding: 5px 0
}
.dokan-store-sidebar .dokan-category-menu #cat-drop-stack>ul li.parent-cat-wrap a:hover, .dokan-store-sidebar .dokan-category-menu #cat-drop-stack>ul li.parent-cat-wrap a:focus {
    color: var(--tb-theme-color)
}
#dokan-seller-listing-wrap button {
    outline: unset
}
#dokan-store-listing-filter-form-wrap {
    background-color: var(--bg-white)
}
#dokan-store-listing-filter-form-wrap:before {
    color: var(--bg-white)
}
#dokan-store-listing-filter-form-wrap .store-lists-other-filter-wrap {
    margin-bottom: 15px
}
#dokan-store-listing-filter-form-wrap .store-search .store-search-input {
    border-color: var(--border-color-4);
    background-color: var(--bg-white)
}
.dokan-follow-store-button.dokan-follow-store-button-working.dokan-btn-sm:after {
    margin-top: 2px
}
.woocommerce .woocommerce-MyAccount-content .dokan-account-migration-lists>li a {
    color: var(--white-color) !important;
    background: var(--tb-theme-color);
    border-color: var(--tb-theme-color)
}
.woocommerce .woocommerce-MyAccount-content .dokan-account-migration-lists>li a:hover {
    color: #fff;
    background: var(--tb-theme-color-hover);
    border-color: var(--tb-theme-color-hover)
}
@media(min-width:1200px) {
    .dokan-single-store .profile-frame .profile-info-box.profile-layout-default .profile-info-summery-wrapper .profile-info-summery .profile-info-head {
        padding: 0 30px
    }
    .dokan-single-store .profile-frame .profile-info-box.profile-layout-default .profile-info-summery-wrapper .profile-info-summery .profile-info-head .profile-img, .dokan-single-store .profile-frame .profile-info-box.profile-layout-default .profile-info-summery-wrapper .profile-info-summery .profile-info-head .store-name {
        text-align: left
    }
    .dokan-single-store .profile-frame .profile-info-box.profile-layout-default .profile-info-img {
        min-height: 360px
    }
    .dokan-single-store .profile-frame .profile-info-box.profile-layout-layout2 .profile-info-summery-wrapper {
        background-color: var(--bg-white);
        color: var(--color-01);
        border-color: var(--border-color-2)
    }
    .dokan-single-store .profile-frame .profile-info-box.profile-layout-layout2 .profile-info-summery-wrapper .profile-info-summery .profile-info-head .profile-img img {
        width: 120px;
        height: 120px
    }
    .dokan-single-store .profile-frame .profile-info-box.profile-layout-layout2 .profile-info-summery-wrapper .profile-info {
        width: 100%
    }
}
@media(min-width:768px) and (max-width:991px) {
    #dokan-seller-listing-wrap.grid-view ul.dokan-seller-wrap li {
        width: 50% !important
    }
    #dokan-seller-listing-wrap.list-view ul.dokan-seller-wrap li {
        width: 100% !important
    }
}
@media(min-width:768px) and (max-width:1199px) {
    #dokan-seller-listing-wrap.list-view .dokan-seller-wrap .dokan-single-seller .store-wrapper>.store-content .store-data-container {
        padding: 10px 0
    }
    #dokan-seller-listing-wrap.list-view .dokan-seller-wrap .dokan-single-seller .store-wrapper>.store-content .store-data-container .store-data h2 {
        margin-bottom: 5px;
        font-size: 24px
    }
    #dokan-seller-listing-wrap.list-view .dokan-seller-wrap .dokan-single-seller .store-wrapper>.store-content .store-data-container .store-data .dokan-seller-rating[class] {
        top: 50%
    }
}
@media(min-width:768px) {
    #dokan-content #store-toc-wrapper {
        padding: 0 30px
    }
}
@media(max-width:1280px) {
    .dokan-dashboard .dokan-dashboard-wrap {
        width: 100%
    }
}
@media(max-width:1199px) {
    .dokan-product-listing .dokan-product-listing-area form.dokan-product-search-form .dokan-form-group {
        float: left
    }
    .dokan-product-listing .dokan-product-listing-area form.dokan-product-search-form .dokan-form-group>input {
        border: 1px solid #ededed
    }
    .dokan-product-listing .dokan-product-listing-area form.dokan-product-search-form button[name="product_listing_search"] {
        float: none
    }
    .dokan-dashboard .dokan-dashboard-wrap>div {
        width: 100%
    }
    .dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu {
        margin-bottom: 0
    }
    .dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li.dokan-common-links a {
        padding: 10px;
        text-align: center
    }
    .dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li.active:after {
        left: auto;
        right: 1px
    }
    .dokan-dashboard .dokan-dashboard-content {
        padding: 0;
        margin-top: 20px
    }
    .dokan-dashboard .dokan-dashboard-content .dokan-product-date-filter, .dokan-dashboard .dokan-dashboard-content .dokan-product-search-form {
        width: 100%
    }
    .dokan-orders-content .dokan-orders-area .dokan-order-filter-serach>form {
        width: 100%
    }
    .dokan-pagination-container {
        padding-bottom: 0
    }
    .dokan-single-store .profile-frame .profile-info-box.profile-layout-default .profile-info-summery-wrapper .profile-info-summery .profile-info-head .store-name {
        font-size: 24px;
        color: var(--black-color)
    }
}
@media(max-width:599px) {
    .dokan-store .tbay-filter .SumoSelect {
        float: left;
        width: 100%;
        margin-top: 10px
    }
    .dokan-store-products-filter-area .product-name-search {
        width: 200px
    }
}
@media(max-width:991px) {
    .dokan-dashboard .dokan-dashboard-content article.dashboard-content-area .dokan-dash-left {
        padding-right: 0
    }
    .dokan-dashboard .dashboard-content-area>div {
        width: 100%;
        padding: 0
    }
    .dokan-single-store .profile-frame .profile-info-box.profile-layout-layout1 .profile-info-summery-wrapper .profile-info-summery .profile-info .store-social-wrapper {
        position: static;
        margin-top: 15px;
        text-align: left
    }
    .dokan-single-store .profile-frame .profile-info-box.profile-layout-layout1 .profile-info-summery-wrapper .profile-info-summery .profile-info .store-social-wrapper ul>li {
        margin-left: 0 !important;
        margin-right: 8px
    }
    .dokan-single-store .profile-frame.profile-frame-no-banner .profile-layout-layout3 .profile-info-summery-wrapper .profile-info-summery {
        padding: 30px 15px 15px
    }
    .dokan-single-store .profile-frame.profile-frame-no-banner .profile-layout-layout3 .profile-info-summery-wrapper .profile-info-summery .profile-info {
        padding-left: 0;
        width: 100%;
        text-align: center
    }
    .dokan-single-store .profile-frame.profile-frame-no-banner .profile-layout-layout3 .profile-info-summery-wrapper .profile-info-summery .profile-info .dokan-store-info li {
        line-height: 22px;
        margin: 0;
        text-align: center
    }
    .dokan-single-store .profile-frame.profile-frame-no-banner .profile-layout-layout3 .profile-info-summery-wrapper .profile-info-summery .profile-info .store-social-wrapper {
        margin-top: 5px;
        text-align: center
    }
    .dokan-single-store .profile-frame.profile-frame-no-banner .profile-layout-layout3 .profile-info-summery-wrapper .profile-info-summery .profile-info-head {
        float: none;
        margin: auto
    }
}
@media(max-width:767px) {
    .dokan-single-store .profile-frame .profile-info-box.profile-layout-layout1 .profile-info-summery-wrapper .profile-info-summery .profile-info-head .profile-img img {
        border: 0;
        width: 75px;
        height: 75px
    }
    #dokan-seller-listing-wrap ul.dokan-seller-wrap li .store-content {
        text-align: left
    }
    #dokan-store-listing-filter-wrap {
        margin-top: 0
    }
    .woocommerce form.register.dokan-vendor-register {
        padding-left: 0;
        padding-right: 0
    }
    .dokan-store-sidebar, .dokan-single-store {
        width: 100% !important;
        margin-left: 0;
        margin-right: 0
    }
    .dokan-dashboard .dokan-dashboard-wrap {
        padding: 0
    }
    .dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        flex-direction: column
    }
    body.dokan-store {
        background: transparent
    }
    .dokan-single-store .dokan-store-tabs+.tbay-filter .main-filter {
        padding-bottom: 15px
    }
    .dokan-single-store .dokan-store-tabs, .dokan-store-sidebar .dokan-store-widget {
        padding-right: 0;
        padding-left: 0
    }
    .dokan-single-store .profile-frame {
        padding: 0
    }
    .dokan-single-store .profile-frame .profile-info-box.profile-layout-layout1 .profile-info-summery-wrapper {
        padding: 20px
    }
    .dokan-single-store .profile-frame .profile-info-box.profile-layout-layout1 .profile-info-summery-wrapper .profile-info-summery .profile-info-head {
        margin-top: 0
    }
    #dokan-seller-listing-wrap ul.dokan-seller-wrap li .store-footer {
        text-align: left
    }
}
@media only screen and (max-width:450px) {
    .dokan-dashboard .dokan-dash-sidebar #dokan-navigation #mobile-menu-icon {
        top: 7px
    }
}
@media(max-width:480px) {
    .dokan-single-store .dokan-store-tabs ul::after {
        display: block;
        clear: both;
        content: ""
    }
    .dokan-single-store .dokan-store-tabs ul li {
        margin: 0;
        border: 0
    }
    .dokan-form-horizontal {
        text-align: left
    }
    .dokan-form-horizontal .dokan-control-label {
        text-align: left
    }
    .dokan-dashboard [class*="dokan-w"], .dokan-dashboard .store-open-close .dokan-w6 {
        width: 100% !important;
        margin-left: 0 !important
    }
    .dokan-form-group {
        margin-left: 0 !important
    }
}
@media(max-width:430px) {
    .dokan-dashboard .dokan-product-listing .dokan-product-listing-area .dokan-product-search-form {
        justify-content: flex-end;
        flex-direction: row-reverse
    }
    .dokan-dashboard .dokan-orders-area .dokan-order-filter-serach .dokan-btn {
        margin-top: 10px
    }
    .dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li {
        width: 100%
    }
    .dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li:first-child {
        border-top: 1px solid #454545
    }
    .dokan-single-store .profile-frame .profile-info-box.profile-layout-layout1 .profile-info-summery-wrapper .profile-info-summery .profile-info .dokan-store-info {
        max-width: unset
    }
}
@media(max-width:321px) {
    .dokan-single-store .dokan-store-tabs+.tbay-filter .filter .button-filter-mobile {
        font-size: 0
    }
    .dokan-single-store .dokan-store-tabs+.tbay-filter .filter .button-filter-mobile i {
        font-size: 16px;
        margin-top: -10px
    }
}
@media(max-width:378px) {
    .dokan-single-store .dokan-store-tabs+.tbay-filter .main-filter {
        display: block !important
    }
    .dokan-single-store .dokan-store-tabs+.tbay-filter .main-filter .filter {
        float: left;
        margin: 0
    }
    .dokan-single-store .dokan-store-tabs+.tbay-filter .main-filter .result-vendor {
        margin: 5px 0;
        float: left;
        width: 100%
    }
    .dokan-single-store .dokan-store-tabs+.tbay-filter .main-filter .display-mode-warpper {
        text-align: right
    }
}
.dokan-settings-content .dokan-settings-area .dokan-form-group .checkbox input:not([type="file"])[type="checkbox"] {
    margin-right: 5px;
    margin-left: 0
}
input[type="submit"].dokan-btn-default, a.dokan-btn-default, .dokan-btn-default {
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}
.dokan-add-new-product-popup .mfp-close:active {
    top: 10px
}
.dokan-add-new-product-popup .product-container-footer .dokan-show-add-product-error {
    width: auto
}
.store-page-wrap.woocommerce {
    width: 100%
}
@media(min-width:768px) {
    .tbay-sidebar-vendor {
        padding: 25px 20px 20px
    }
}
.tbay-sidebar-vendor.sidebar>.widget {
    padding: 0 0 20px 0;
    margin-bottom: 9px
}
.tbay-sidebar-vendor.sidebar>.widget:after {
    left: -20px;
    right: -20px
}
@media(min-width:1000px) {
    .dokan-store-wrap .dokan-store-sidebar {
        flex: 0 0 20.83333%;
        max-width: 20.83333%
    }
    .dokan-store-wrap.layout-left .dokan-store-sidebar, .dokan-store-wrap.layout-right .dokan-store-sidebar {
        margin: 0
    }
    .dokan-store-wrap.layout-left .dokan-single-store, .dokan-store-wrap.layout-right .dokan-single-store {
        flex: 0 0 79.16667%;
        max-width: 79.16667%
    }
}
.dokan-store-wrap {
    max-width: 100%
}
.woocommerce table.shop_table.dokan-rma-order-item-table>thead>tr>th, .woocommerce table.shop_table.dokan-rma-order-item-table>tbody>tr>th {
    display: table-cell
}
.woocommerce table.shop_table.dokan-rma-order-item-table>tbody>tr>th input[type="checkbox"] {
    display: block
}
.woocommerce table.shop_table.dokan-rma-order-item-table>tbody>tr>td {
    text-align: left !important
}
.dokan-dashboard #order-filter .dokan-table {
    display: table
}
.dokan-theme-besa #main-content .woocommerce .dokan-warranty-request-wrap .warranty-form-row input.dokan-btn {
    line-height: inherit;
    height: unset
}
.store-cat-stack-dokan>ul>li {
    line-height: 28px;
    color: var(--black-color)
}
.tbay-breadscrumb~div .dokan-store-wrap {
    margin-top: 0
}
.import_div input, .export_div input {
    bbackground-color: var(--tb-theme-color);
    border: 0;
    margin: 0;
    text-transform: none;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    font-size: 13px;
    text-transform: uppercase;
    padding: 0;
    font-weight: 600;
    line-height: 26px
}
.woocommerce-exporter-wrapper .woocommerce-exporter .woocommerce-exporter-options th, .woocommerce-exporter-wrapper .woocommerce-exporter .woocommerce-exporter-options td {
    padding: 20px
}
.woocommerce-exporter-wrapper .woocommerce-exporter section {
    padding-bottom: 24px
}
.woocommerce table.form-table .select2-container {
    min-width: unset !important
}
.dokan-store-products-filter-area #dokan-store-products-search-result {
    z-index: 999;
    background-color: var(--bg-white);
    border-color: var(--border-color-5)
}
.dokan-store-products-filter-area #dokan-store-products-search-result h3 {
    margin-bottom: 8px
}
.dokan-store-products-filter-area #dokan-store-products-search-result .dokan-ls-sale-price .woocommerce-Price-amount {
    color: #8f949b
}
input[type='submit'].dokan-btn, a.dokan-btn, .dokan-btn {
    height: 40px;
    line-height: 40px;
    padding-top: 0;
    padding-bottom: 0
}
input[type='submit'].dokan-btn:focus, a.dokan-btn:focus, .dokan-btn:focus {
    outline: 0
}
input[type="submit"].dokan-btn-default, a.dokan-btn-default, .dokan-btn-default {
    background-color: var(--tb-theme-color);
    color: var(--color-01);
    font-weight: 400
}
input[type="submit"].dokan-btn-default[disabled], a.dokan-btn-default[disabled], .dokan-btn-default[disabled] {
    background-color: var(--tb-theme-color)
}
input[type="submit"].dokan-btn-default[disabled]:hover, input[type="submit"].dokan-btn-default[disabled]:focus, input[type="submit"].dokan-btn-default[disabled]:active, a.dokan-btn-default[disabled]:hover, a.dokan-btn-default[disabled]:focus, a.dokan-btn-default[disabled]:active, .dokan-btn-default[disabled]:hover, .dokan-btn-default[disabled]:focus, .dokan-btn-default[disabled]:active {
    background-color: var(--tb-theme-color-hover);
    color: var(--color-01)
}
input[type="submit"].dokan-btn-default:hover, input[type="submit"].dokan-btn-default:focus, a.dokan-btn-default:hover, a.dokan-btn-default:focus, .dokan-btn-default:hover, .dokan-btn-default:focus {
    background-color: var(--tb-theme-color-hover)
}
.dokan-table>thead>tr td, .dokan-table>thead>tr th, .dokan-table>tbody>tr td, .dokan-table>tbody>tr th, .dokan-table>tfoot>tr td, .dokan-table>tfoot>tr th {
    border-width: 1px;
    border-color: var(--border-color-2)
}
.dokan-table>thead>tr>th {
    border-color: var(--border-color-2)
}
.dokan-table>thead:first-child>tr:first-child>th {
    border-top: 1px solid var(--border-color-2)
}
.dokan-form-control {
    outline: 0;
    background-color: var(--bg-white)
}
input.dokan-form-control {
    border: 1px solid var(--border-color);
    background-color: var(--bg-white)
}
table.dokan-table>thead>tr>th {
    border: 1px solid var(--border-color-2)
}
.dokan-product-listing .dokan-product-listing-area del {
    color: var(--color-04)
}
.dokan-product-listing .dokan-product-listing-area del .amount {
    color: var(--color-04)
}
.dokan-product-listing .dokan-product-listing-area ins .amount {
    color: var(--tb-theme-color)
}
ul.subsubsub li.active a {
    color: var(--tb-theme-color)
}
.product-edit-container .dokan-feat-image-upload a.dokan-feat-image-btn {
    padding-top: 0;
    padding-bottom: 0
}
.dokan-orders-content .dokan-orders-area ul.order-statuses-filter li.active a {
    color: var(--tb-theme-color)
}
.dokan-order-details-wrap form input.btn {
    padding-top: 0;
    padding-bottom: 0;
    height: 40px;
    line-height: 40px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px
}
.dokan-order-details-wrap .select2-container--default .select2-selection--multiple .select2-selection__rendered {
    padding: 9px 15px
}
.dokan-orders-area>a.dokan-btn {
    margin-bottom: 16px
}
.dokan-single-store .profile-frame .dokan-store-open-close .store-open-close-notice span.fa {
    display: none
}
.dokan-single-store .profile-frame .profile-info-box .profile-info-summery-wrapper .profile-info-summery .profile-info .dokan-store-info .dokan-store-open-close .store-open-close-notice #vendor-store-times {
    z-index: 11
}
#dokan-seller-listing-wrap button {
    padding-top: 0;
    padding-bottom: 0
}
.jssocials-shares .jssocials-share-link {
    font-size: 20px
}
#tbay-quick-view-modal .dokan-report-abuse-button, #tbay-quick-view-modal form button.dokan-btn-theme {
    display: none
}
.dokan-privacy-policy-text .dokan-privacy-policy-link {
    text-decoration: underline
}
.dokan-single-store #reviews {
    padding-left: 30px;
    padding-right: 30px
}
@media(max-width:767px) {
    .dokan-single-store #reviews {
        padding-left: 0;
        padding-right: 0
    }
}
select.dokan-form-control {
    height: 40px
}
.singular-shop div.product form>button.dokan-btn {
    margin-top: 15px
}
.singular-shop div.product .dokan-report-abuse-button {
    font-size: 14px;
    margin-top: 15px
}
.singular-shop div.product .single_add_to_cart_button+.dokan-store-support-btn-product {
    margin-left: 8px !important;
    margin-bottom: 15px
}
input[type="radio"], input[type="checkbox"] {
    height: auto
}
#shop-now.has-buy-now .dokan-store-support-btn-product+.tbay-buy-now {
    float: left;
    clear: left;
    margin-left: 0
}
.dokan-reports-main .legend>div, .dokan-reports-main .legend>table {
    width: auto !important
}
.dokan-reports-main .legend table>tbody>tr>td {
    border: 1px solid var(--border-color-4)
}
.dokan-reviews-content .dokan-reviews-area .dokan-comments-wrap #dokan-comments-table {
    margin-bottom: 20px
}
.dokan-reviews-content .dokan-reviews-area .dokan-comments-wrap select {
    float: left;
    height: 40px;
    margin-right: 8px
}
.dokan-rma-request-area ul.request-statuses-filter li.active a {
    color: var(--tb-theme-color)
}
.dokan-dashboard header.dokan-dashboard-header h1 {
    border-color: var(--border-color-4)
}
.dokan-dashboard .dokan-verify-links {
    padding-left: 0
}
.dokan-dashboard #dokan_v_address_submit, .dokan-dashboard #dokan_v_phone_submit, .dokan-dashboard #dokan_v_code_submit, .dokan-dashboard #dokan_v_company_submit {
    margin-right: 10px
}
.dokan-dashboard .dokan-dashboard-content article.dashboard-content-area .dashboard-widget .widget-title, .dokan-dashboard .dokan-dashboard-content ul li {
    text-align: left
}
@media(max-width:767px) {
    .singular-shop div.product form>button.dokan-btn {
        margin-top: 0
    }
}
@media(max-width:575px) {
    .form-cart-popup form.cart #shop-now .single_add_to_cart_button+.dokan-store-support-btn-product {
        margin-bottom: 0;
        position: absolute;
        right: 15px;
        left: auto;
        bottom: 62px
    }
}
@media(max-width:479px) {
    .dokan-store-products-filter-area .orderby-search {
        float: left
    }
}
.dokan-vendor-info-wrap .dokan-vendor-info .dokan-vendor-name h5 {
    color: var(--black-color)
}
.dokan-vendor-info-wrap {
    border-color: var(--border-color)
}
.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li.active:after {
    border-right-color: var(--bg-white)
}
.dokan-dashboard .dokan-dashboard-content article.dashboard-content-area .dashboard-widget {
    background-color: var(--bg-white);
    border-color: var(--border-color-2)
}
.dokan-dashboard .dokan-dashboard-content article.dashboard-content-area .dashboard-widget .widget-title, .dokan-dashboard .dokan-dashboard-content article.dashboard-content-area .dashboard-widget.big-counter .count {
    border-color: var(--border-color-2)
}
.dokan-single-store .profile-frame.profile-frame-no-banner .profile-layout-layout3 .profile-info-summery-wrapper {
    border-color: var(--border-color-2)
}
.dokan-single-store .profile-frame.profile-frame-no-banner .profile-layout-layout3 .profile-info-summery-wrapper .profile-info-summery {
    background-color: var(--bg-white)
}
.dokan-table-striped>tbody>tr:nth-of-type(odd), .dokan-panel, .white-popup {
    background-color: var(--bg-white)
}
.dokan-form-control {
    border: 1px solid var(--border-color-2)
}
.dokan-product-listing .dokan-product-listing-area .product-listing-top, .dokan-withdraw-content .dokan-withdraw-area .dokan-panel-body .dokan-panel-inner-container, .dokan-settings-content .dokan-settings-area .dokan-dashboard-header {
    border-color: var(--border-color-2)
}
.dokan-panel-default {
    border-color: var(--border-color-7)
}
.dokan-withdraw-popup h2, .dokan-withdraw-popup .footer {
    border-color: var(--tb-theme-color)
}
.dokan-panel-default>.dokan-panel-heading {
    background-color: var(--tb-theme-body);
    border-color: var(--border-color-7);
    color: var(--color-05)
}
div.mfp-close-btn-in .mfp-close {
    color: var(--color-05)
}
@media(max-width:480px) {
    .dokan-store-products-filter-area .dokan-store-products-ordeby input.search-store-products {
        width: auto !important
    }
    .store-page-wrap .tbay-filter .display-mode-warpper {
        float: left;
        text-align: left;
        margin-bottom: 10px
    }
}
.dokan-dashboard-wrap .fa.fa-long-arrow-left:before {
    content: "\f177"
}
.dokan-dashboard-wrap .fa.fa-dashboard:before, .dokan-dashboard-wrap .fa.fa-tachometer:before {
    content: "\f0e4"
}
.dokan-dashboard-wrap .fa.fa-external-link:before {
    content: "\f08e"
}
.dokan-dashboard-wrap .fa.fa-cloud-upload:before {
    content: "\f0ee"
}
.dokan-store .fa.fa-map-marker:before {
    content: "\f041"
}
.dokan-store .fa.fa-mobile-phone:before, .dokan-store .fa.fa-mobile:before {
    content: "\f10b"
}
.dokan-store .fa.fa-external-link:before {
    content: "\f08e"
}
.dokan-store .fa.fa-facebook:before {
    content: "\f09a"
}
.dokan-store .fa-youtube-square:before {
    content: "\f431"
}
.jssocials-share-facebook .fa-facebook:before {
    content: "\f09a"
}
div.mvx-store-map-wrapper {
    margin: 16px 0 0
}
.mvx_regi_main .social-log {
    margin-top: 19px
}
.mvx_regi_main div.nsl-container-embedded-login-layout-below {
    padding-top: 0 !important
}
.mvx_regi_main div.nsl-container-embedded-login-layout-below .nsl-container-buttons {
    padding-top: 0 !important
}
.mvx_regi_main .register {
    font-family: var(--tb-text-primary-font);
    padding: 24px 30px !important;
    margin: 0 auto !important;
    border-color: var(--border-color);
    background: #fff;
    color: var(--color-10);
    max-width: 750px;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0
}
.mvx_regi_main .register .reg_header1 {
    display: none
}
.mvx_regi_main .register .reg_header2 {
    margin: 0 0 20px;
    color: var(--black-color);
    font-size: 22px;
    line-height: 36px;
    padding: 0 0 15px;
    border-bottom: 1px solid var(--border-color);
    font-weight: 600;
    text-transform: unset
}
.mvx_regi_main .register .woocommerce-privacy-policy-text a {
    color: var(--tb-theme-color)
}
.mvx_regi_main .register .woocommerce-privacy-policy-text a:hover {
    text-decoration: underline
}
.mvx_regi_main .register .mvx_regi_form_box {
    margin: 0;
    box-shadow: none;
    padding: 0
}
.mvx_regi_main .register .mvx_regi_form_box .mvx-regi-12 {
    margin: 0 0 18px;
    width: 100%
}
.mvx_regi_main .register .mvx_regi_form_box input[required="required"] {
    background: #fff;
    border-color: var(--color-06);
    height: 40px;
    line-height: 22px;
    font-family: var(--tb-text-primary-font);
    color: var(--black-color)
}
.mvx_regi_main .register .mvx_regi_form_box label {
    font-weight: 400;
    color: var(--black-color);
    margin-bottom: 4px
}
.mvx_regi_main .register .mvx_regi_form_box input[type="text"], .mvx_regi_main .register .mvx_regi_form_box input[type="email"], .mvx_regi_main .register .mvx_regi_form_box input[type="password"] {
    padding: 0 15px;
    border-color: var(--border-color-4)
}
.mvx_regi_main .register .button {
    font-family: var(--tb-text-primary-font);
    margin-top: 6px;
    line-height: initial
}
.mvx-product-policies h2.mvx_policies_heading {
    font-size: 20px;
    font-weight: 500
}
.product_meta #report_abuse {
    text-decoration: underline;
    font-weight: 600
}
#report_abuse_form .mvx-abuse-report-title1 {
    font-size: 18px;
    font-weight: 600;
    line-height: 24px
}
#report_abuse_form input, #report_abuse_form textarea {
    border: 1px solid var(--border-color);
    line-height: 42px !important;
    padding: 0 15px !important;
    margin-bottom: 10px !important;
    outline: 0;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    height: auto;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: #fff
}
@media(max-width:480px) {
    #report_abuse_form input, #report_abuse_form textarea {
        padding: 0 8px !important
    }
}
#report-abuse table {
    border: 0
}
#report-abuse table tr td {
    border: 0 !important;
    padding: 0
}
#report-abuse table tr td input[type="text"], #report-abuse table tr td input[type="email"], #report-abuse table tr td textarea {
    border: 1px solid var(--border-color);
    padding: 15px;
    margin-bottom: 10px
}
#report-abuse table input[type="submit"] {
    background: var(--tb-theme-color);
    color: var(--white-color);
    border: 0
}
#report-abuse table input[type="submit"]:hover {
    background: var(--tb-theme-color);
    color: #fff
}
h2.custqna-title {
    font-size: 18px
}
.mvx_vendor_banner_template .vendor_address {
    margin-top: 15px
}
.mvx_vendor_banner_template .mvx_vendor_rating {
    margin: 10px 0
}
.mvx_vendor_banner_template.template1 .description_data p {
    line-height: 1.46
}
.mvx_vendor_banner_template.template1 .vendor_description {
    padding: 20px
}
.mvx_vendor_banner_template.template1 .mvx_social_profile {
    right: 20px;
    bottom: 20px
}
.mvx_vendor_banner_template.template2 .vendor_description .img_div {
    margin-bottom: 20px
}
.mvx_vendor_banner_template.template2 .mvx_vendor_name {
    font-size: 22px;
    padding-bottom: 5px
}
.mvx_vendor_banner_template.template2 .vendor_description .mvx_vendor_detail {
    margin: 8px;
    line-height: 20px;
    font-weight: normal
}
.mvx_vendor_banner_template.template2 .vendor_description .mvx_vendor_detail>label {
    margin-bottom: 0
}
.mvx_vendor_banner_template.template2 .description_data {
    font-weight: normal
}
.mvx_vendor_banner_template.template2 .description_data p {
    line-height: 24px
}
.mvx_vendor_banner_template.template3.vendor_description_background {
    background: var(--bg-white)
}
.mvx_vendor_banner_template.template3 .img_div {
    padding-right: 20px;
    padding-left: 0
}
@media(min-width:992px) {
    .mvx_vendor_banner_template.template3 .img_div+div {
        max-width: 70%
    }
}
@media(min-width:992px) {
    .mvx_vendor_banner_template.template3 .vendor_img_add .mvx_vendor_name {
        margin-bottom: 36px
    }
}
.mvx_vendor_banner_template.template3 .vendor_img_add .mvx_vendor_detail {
    font-weight: normal;
    line-height: 20px
}
.mvx_vendor_banner_template.template3 .vendor_img_add .mvx_vendor_detail>label {
    margin-bottom: 0
}
.mvx_vendor_banner_template.template3 .vendor_img_add .description_data {
    font-weight: normal
}
.mvx_vendor_banner_template.template3 .vendor_img_add .description_data p {
    line-height: 24px
}
.mvx_fpm_buttons {
    text-align: center;
    left: 15px !important
}
.mvx_fpm_buttons .mvx_fpm_button_separator {
    margin: 0 auto
}
#cust_qna_form h2 {
    margin: 0 0 30px;
    font-size: 20px;
    line-height: 36px;
    padding: 0 0 15px;
    border-bottom: 1px solid var(--border-color);
    font-weight: 500
}
#cust_qna_form form.customerqna-form {
    margin: 0 0 30px
}
#cust_qna_form #qna-ask-input input[type=text] {
    font-size: 14px;
    height: 44px;
    padding: 0 20px;
    border-color: var(--border-color)
}
.products-list .product-block .sold-by-meta.sold-mvx~.group-buttons {
    margin-top: 20px
}
.vendor_sidebar>.widget.widget_product_categories {
    padding-bottom: 27px
}
.vendor_sidebar>.widget .product_list_widget li {
    margin-bottom: 15px
}
.vendor_sidebar>.widget ul.product_list_widget li a {
    font-weight: normal
}
.vendor_sidebar>.widget .product-content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    flex-direction: row;
    max-width: 100%
}
.vendor_sidebar>.widget .product-content .block-inner {
    -webkit-box-flex: 30%;
    -moz-box-flex: 30%;
    -webkit-flex: 30%;
    -ms-flex: 30%;
    flex: 30%;
    max-width: 30%
}
.vendor_sidebar>.widget .product-content .caption {
    -webkit-box-flex: 70%;
    -moz-box-flex: 70%;
    -webkit-flex: 70%;
    -ms-flex: 70%;
    flex: 70%;
    max-width: 70%;
    padding-left: 15px;
    padding-right: 0
}
.vendor_sidebar>.widget .product-content .caption .star-rating {
    display: block;
    margin: 5px 0
}
.vendor_sidebar>.widget .product-content .caption ins {
    text-decoration: none
}
.vendor_sidebar>.widget .product-content .caption del {
    color: var(--color-11)
}
.vendor_sidebar>.widget .product-content .caption del .woocommerce-Price-amount {
    color: var(--color-11);
    font-size: 14px;
    font-weight: normal
}
.vendor_sidebar>.widget .product-content .caption .woocommerce-Price-amount {
    color: var(--tb-theme-color);
    font-weight: 600;
    font-size: 16px;
    line-height: 20px
}
.vendor_sidebar .widget_mvx_quick_info #respond input[type="text"], .vendor_sidebar .widget_mvx_quick_info #respond textarea, .vendor_sidebar .widget_mvx_quick_info #respond input[type="email"] {
    width: 100%
}
.vendor_sidebar .widget_mvx_quick_info #respond textarea {
    border: 1px solid var(--border-color-4) !important;
    padding: 10px 15px;
    outline: 0
}
.vendor_sidebar .widget_mvx_quick_info #respond input#submit {
    background: var(--tb-theme-color);
    width: 100%
}
.vendor_sidebar .mvx-vproduct-search {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    flex-wrap: nowrap;
    border: 1px solid var(--border-color-4);
    padding: 0 10px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px
}
.vendor_sidebar .mvx-vproduct-search.widget {
    display: block;
    border: 0
}
.vendor_sidebar .mvx-vproduct-search input[type="search"] {
    border: 0;
    width: 90%;
    padding: 0;
    padding-right: 10px;
    height: 38px
}
.vendor_sidebar .mvx-vproduct-search button[type="submit"] {
    font-size: 0;
    width: 10%;
    padding: 0;
    border: 0;
    outline: 0;
    background-color: transparent;
    height: 38px
}
.vendor_sidebar .mvx-vproduct-search button[type="submit"]:after {
    content: "";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-family: "tb-icon"
}
.vendor_sidebar .mvx-vproduct-search button[type="submit"]:after {
    font-size: 16px;
    line-height: 40px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}
.vendor_sidebar .mvx-vproduct-search button[type="submit"]:hover:after {
    color: var(--tb-theme-color)
}
.vendor_sidebar .widget_product_vendor_list input[type="search"] {
    border: 1px solid var(--border-color-4) !important;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 5px;
    height: 40px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px
}
#mvx_vendor_reviews #review_form_wrapper {
    border-top: 1px solid var(--border-color);
    margin-top: 19px;
    float: left;
    max-width: 100%;
    padding-bottom: 0
}
#mvx_vendor_reviews #review_form_wrapper #reply-title {
    padding-top: 30px
}
#mvx_vendor_reviews .comment-form-comment {
    margin-bottom: 15px !important
}
#mvx_vendor_reviews #comments {
    padding-top: 15px;
    clear: both
}
#mvx_vendor_reviews #comments h2 {
    display: inline-block;
    padding: 19px 0 21px;
    font-size: 20px;
    font-weight: bold;
    line-height: 22px
}
#mvx_vendor_reviews #comments .vendor_comment_list li:last-child {
    border-bottom: 0 !important
}
#mvx_vendor_reviews #comments .comment-text .meta>strong {
    display: block;
    width: 100%
}
#mvx_vendor_reviews #comments time {
    float: none
}
#mvx_vendor_reviews .stars~.stars {
    display: none
}
.mvx_vendor_banner>img {
    margin-bottom: 0
}
.tax-dc_vendor_shop .tbay-filter .woocommerce-ordering {
    display: none
}
.tax-dc_vendor_shop .tbay-filter .woocommerce-result-count {
    float: right
}
.tax-dc_vendor_shop .woocommerce-products-header__title {
    display: none
}
.tax-dc_vendor_shop #sidebar-shop>.widget {
    padding-top: 18px
}
.tax-dc_vendor_shop #sidebar-shop>.widget:first-child {
    padding-top: 24px
}
#mvx-store-conatiner .mvx-store-detail-list li>a[href="#reviews"] {
    font-size: 14px;
    font-weight: 400;
    color: inherit
}
#mvx-store-conatiner .mvx-store-detail-list li.list-rating span.star-rating:before {
    color: var(--color-06) !important
}
#mvx-store-conatiner .mvx-store-detail-list li.list-rating span.star-rating>span {
    overflow: hidden;
    float: left;
    top: 0;
    left: 0;
    position: absolute;
    padding-top: 1.5em
}
div#mvx-store-conatiner .mvx-detail-block {
    margin-top: 0
}
div#mvx-store-conatiner .add-call-block {
    padding-bottom: 4px
}
div#mvx-store-conatiner .mvx-topProduct {
    color: var(--black-color)
}
div#mvx-store-conatiner .mvx-pagination-count {
    float: none;
    margin-bottom: 15px;
    margin-top: 0
}
div#mvx-store-conatiner .mvx-store-list-wrap.list-3 .mvx-store-list.mvx-store-list-vendor {
    padding: 15px 12px 17px 20px;
    min-height: auto;
    margin-right: 24px;
    margin-bottom: 19px;
    width: calc(32% - 10px)
}
div#mvx-store-conatiner .mvx-store-list-wrap.list-3 .mvx-vendor-name {
    min-height: auto
}
div#mvx-store-conatiner .mvx-store-list-wrap.list-3 .mvx-vendor-name .store-name {
    color: var(--black-color)
}
div#mvx-store-conatiner .vendor-heading {
    padding-bottom: 6px
}
div#mvx-store-conatiner .mvx-headline {
    margin-bottom: 14px
}
div#mvx-store-conatiner * .vendor-header-icon {
    right: 0;
    left: auto;
    top: -2px
}
#mvx-store-conatiner .mvx-store-locator-wrap~div.mvx-store-list-wrap {
    margin-left: -15px;
    margin-right: -15px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}
#mvx-store-conatiner .mvx-store-locator-wrap~div.mvx-store-list-wrap .mvx-store-list {
    margin: 0 15px 30px;
    background: #fff
}
#mvx-store-conatiner .mvx-store-locator-wrap~div.mvx-store-list-wrap .mvx-store-list:nth-child(3n+1) {
    margin-left: 15px;
    clear: unset
}
#mvx-store-conatiner p {
    color: var(--black-color)
}
#mvx-store-conatiner select, #mvx-store-conatiner input[type="text"], #mvx-store-conatiner input[type="submit"], #mvx-store-conatiner input {
    height: 40px !important
}
#mvx-store-conatiner div.mvx-store-map-pagination {
    border-bottom-color: var(--border-color-2);
    padding-bottom: 6px;
    margin-bottom: 30px;
    padding-top: 37px
}
#mvx-store-conatiner div.mvx-store-map-pagination .vendor_sort select {
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border: 1px solid var(--color-06);
    outline: 0
}
#mvx-store-conatiner form[name="vendor_list_form"] .mvx-store-map-filter {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 24px 20px;
    background: var(--bg-white);
    overflow: hidden
}
#mvx-store-conatiner form[name="vendor_list_form"] .mvx-store-map-filter>div {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-right: 12px
}
#mvx-store-conatiner form[name="vendor_list_form"] .mvx-store-map-filter>div.mvx-email {
    -webkit-box-flex: 2;
    -moz-box-flex: 2;
    -webkit-flex: 2;
    -ms-flex: 2;
    flex: 2
}
#mvx-store-conatiner form[name="vendor_list_form"] .mvx-store-map-filter>div.mvx-within, #mvx-store-conatiner form[name="vendor_list_form"] .mvx-store-map-filter>div.mvx-distanceSelect {
    max-width: 210px;
    font-weight: 600
}
#mvx-store-conatiner form[name="vendor_list_form"] .mvx-store-map-filter input[type="text"], #mvx-store-conatiner form[name="vendor_list_form"] .mvx-store-map-filter select {
    width: 100%;
    border: 1px solid var(--border-color-4)
}
#mvx-store-conatiner form[name="vendor_list_form"] .mvx-store-map-filter select {
    outline: 0
}
#mvx-store-conatiner form[name="vendor_list_form"] .mvx-store-map-filter input[type="submit"] {
    min-width: 129px
}
#mvx-store-conatiner .mvx-store-list .mvx-store-info {
    left: 25px
}
#mvx-store-conatiner .mvx-store-list .mvx-store-detail-wrap {
    padding-left: 25px;
    padding-right: 25px
}
#mvx-store-conatiner .mvx-store-list .mvx-store-detail-wrap .mvx-store-detail-list {
    margin-top: 9px
}
#mvx-store-conatiner .mvx-store-list .mvx-store-detail-wrap .mvx-store-detail-list li {
    padding: 0
}
#mvx-store-conatiner .mvx-store-list .mvx-store-detail-wrap .mvx-store-detail-list li.list-name {
    margin-bottom: 7px
}
#mvx-store-conatiner .mvx-store-list .mvx-store-detail-wrap .mvx-store-detail-list li.list-rating {
    margin-top: -8px;
    margin-bottom: 4px
}
#mvx-store-conatiner .mvx-store-list .mvx-store-detail-wrap .mvx-store-detail-list li .store-name {
    font-size: 16px;
    font-weight: 600;
    color: inherit
}
#mvx-store-conatiner .mvx-store-list .mvx-store-detail-wrap .mvx-store-detail-list li .store-name:hover {
    color: var(--tb-theme-color)
}
#mvx-store-conatiner .mvx-store-list .mvx-store-detail-wrap .mvx-store-detail-list li i {
    font-size: 14px
}
#mvx-store-conatiner .mvx-store-list .mvx-store-detail-wrap .mvx-store-detail-list li i.mvx-font {
    position: unset;
    display: inline-block
}
#mvx-store-conatiner .mvx-store-list .mvx-store-detail-wrap .mvx-store-detail-list li i.mvx-font+p {
    display: inline-block;
    margin-left: 5px;
    margin-right: 0
}
#mvx-store-conatiner .mvx-store-list .mvx-store-detail-wrap .mvx-store-detail-list li .mvx_vendor_detail {
    color: inherit;
    color: var(--tb-theme-color)
}
#mvx-store-conatiner .mvx-store-list .mvx-store-detail-wrap .mvx-store-detail-list li .mvx_vendor_detail i, #mvx-store-conatiner .mvx-store-list .mvx-store-detail-wrap .mvx-store-detail-list li .mvx_vendor_detail label {
    font-weight: normal
}
#mvx-store-conatiner .mvx-store-list .mvx-store-detail-wrap .mvx-store-detail-list li .mvx_vendor_detail i {
    position: unset;
    margin-right: 10px;
    color: inherit
}
#mvx-store-conatiner .mvx-store-list .mvx-store-detail-wrap .mvx-store-detail-list li .mvx_vendor_detail i.ico-call-icon:before {
    content: "\e901"
}
.mvx-store-detail-list .star-rating:before, .mvx_vendor_banner_template.template3 .vendor_address .star-rating:before {
    color: var(--black-color) !important
}
.mvx-dashboard #tbay-breadscrumb {
    margin-bottom: 40px
}
.mvx-dashboard #tbay-breadscrumb .page-title {
    display: none
}
.mvx-dashboard .u-columns {
    padding: 30px 15px
}
.mvx-profile-imgcls {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-width: 3px
}
.archive-full .mvx-theme01 .mvx-banner-below {
    grid-template-columns: .5fr 3fr 1fr
}
.mvx-theme01 .mvx-address {
    color: var(--black-color)
}
.mvx-theme01 .mvx-address a {
    color: var(--black-color)
}
.mvx-theme01 .mvx-contact-deatil .mvx-address:first-child {
    margin-top: 17px
}
.mvx-theme01 .mvx-address, .mvx-theme01 .mvx-contact-deatil .mvx-address a {
    color: var(--black-color)
}
.mvx-theme01 .mvx_social_profile {
    right: 12px;
    bottom: -7px
}
.mvx-theme01 .socialicn-area a {
    margin: 0 2px
}
.mvx-theme01 .mvx-contact-deatil {
    flex-direction: column;
    align-items: flex-start
}
.mvx-theme01 .mvx-profile-imgcls {
    max-width: 102px
}
@media(min-width:1200px) {
    body.tax-dc_vendor_shop #sidebar-shop.vendor_sidebar+.archive-shop .woocommerce-products-header {
        padding-left: 20px;
        padding-right: 20px
    }
    body.tax-dc_vendor_shop .woocommerce-products-header {
        padding-top: 30px
    }
}
@media(min-width:992px) {
    .mvx-theme01 .mvx-heading {
        color: white
    }
    .mvx-theme01 .mvx-banner-below .mvx-profile-area+div {
        margin-top: -55px
    }
}
@media(min-width:768px) {
    .wocommerce #mvx_vendor_reviews {
        margin-left: 30px;
        margin-right: 30px
    }
    .tax-dc_vendor_shop .archive-full .display-products.products.products-list {
        padding: 30px
    }
    .mvx_regi_main {
        padding-top: 70px
    }
}
@media(max-width:991px) {
    .mvx-theme01 .mvx-banner-below {
        grid-template-columns: unset
    }
    .mvx-theme01 .description_data p {
        text-align: left
    }
    #mvx-store-conatiner .mvx-store-locator-wrap~div.mvx-store-list-wrap {
        margin-left: -8px;
        margin-right: -8px
    }
    #mvx-store-conatiner .mvx-store-locator-wrap~div.mvx-store-list-wrap .mvx-store-list.mvx-store-list-vendor {
        width: calc(50% - 16px) !important;
        margin-right: 8px !important;
        margin-left: 8px !important
    }
    #mvx-store-conatiner .mvx-store-locator-wrap~div.mvx-store-list-wrap .mvx-store-list.mvx-store-list-vendor:nth-child(3n+3) {
        clear: unset
    }
    #tbay-main-content .mvx_regi_main {
        width: 100% !important;
        margin: 0 !important
    }
    #tbay-main-content .mvx_regi_main .register {
        padding-top: 15px
    }
    #tbay-main-content .mvx_regi_main .register .mvx_regi_form_box {
        padding: 0
    }
    #mvx-store-conatiner .mvx-store-locator-wrap~.mvx-store-list-wrap .mvx-store-list {
        width: calc(50% - 30px)
    }
}
@media screen and (max-width:1100px) {
    body .mvx_vendor_banner_template.template1 .mvx_vendor_banner+.description_data {
        border-top: 1px solid var(--color-06);
        padding: 20px
    }
}
@media(min-width:768px) and (max-width:1023px) {
    div#mvx-store-conatiner .mvx-store-list.mvx-store-list-vendor .mvx-topProduct::after {
        width: 60%
    }
}
@media screen and (max-width:768px) {
    #mvx-store-conatiner .mvx-store-locator-wrap~.mvx-store-list-wrap .mvx-store-list {
        width: calc(50% - 30px)
    }
    #mvx-store-conatiner .mvx-store-locator-wrap~.mvx-store-list-wrap .mvx-store-list:nth-child(2n+1) {
        margin-left: 15px
    }
}
@media(max-width:767px) {
    #tbay-main-content .mvx_regi_main .register {
        padding: 15px
    }
    #mvx-store-conatiner .mvx-store-locator-wrap~.mvx-store-list-wrap {
        margin: 0
    }
    #mvx-store-conatiner .mvx-store-locator-wrap~.mvx-store-list-wrap>.mvx-store-list {
        margin-bottom: 20px !important
    }
    #mvx-store-conatiner .mvx-store-locator-wrap~.mvx-store-list-wrap .mvx-store-list {
        margin: 0;
        width: 100%
    }
    #mvx-store-conatiner .mvx-store-locator-wrap~.mvx-store-list-wrap .mvx-store-list:nth-child(3n+1), #mvx-store-conatiner .mvx-store-locator-wrap~.mvx-store-list-wrap .mvx-store-list:nth-child(2n+1) {
        margin: 0
    }
    .tax-dc_vendor_shop .woocommerce-products-header {
        display: block;
        padding-left: 0;
        padding-right: 0;
        padding-top: 0
    }
}
@media screen and (max-width:550px) {
    #mvx-store-conatiner .mvx-store-map-filter input[type="submit"], #mvx-store-conatiner .mvx-store-locator-wrap .mvx-store-map-pagination .vendor_sort input[type="submit"] {
        line-height: 34px
    }
    #mvx-store-conatiner .mvx-store-map-pagination {
        text-align: left
    }
    #mvx-store-conatiner .mvx-store-locator-wrap~div.mvx-store-list-wrap {
        margin: 0
    }
    #mvx-store-conatiner .mvx-store-locator-wrap~div.mvx-store-list-wrap .mvx-store-list.mvx-store-list-vendor {
        width: 100% !important;
        margin-right: 0 !important;
        margin-left: 0 !important
    }
    #mvx-store-conatiner form[name="vendor_list_form"] .mvx-store-map-filter>div {
        -webkit-box-flex: unset;
        -moz-box-flex: unset;
        -webkit-flex: unset;
        -ms-flex: unset;
        flex: unset
    }
    #mvx-store-conatiner form[name="vendor_list_form"] input[type=submit], #mvx-store-conatiner form[name="vendor_list_form"] .mvx-store-map-filter input[type="submit"] {
        line-height: 34px
    }
}
@media screen and (max-width:480px) {
    .tax-dc_vendor_shop .mvx_vendor_banner_template.template1 .mvx_social_profile {
        left: 15px;
        bottom: 15px
    }
    .mvx_vendor_banner_template.template3 .vendor_description .vendor_img_add {
        display: flex
    }
    .mvx_regi_main .social-log span {
        background: transparent;
        padding: 0
    }
    .mvx_regi_main .social-log span::before {
        width: 0
    }
}
@media(min-width:320px) and (max-width:768px) {
    .mvx-theme01.mvx_bannersec_start {
        padding: 10px
    }
    .mvx-theme01 .mvx_social_profile {
        bottom: 0;
        right: 12px
    }
    .mvx-theme01 .mvx_social_profile .mvx-font {
        font-size: 27px
    }
}
@media(max-width:480px) {
    #mvx-store-conatiner .mvx-store-map-filter {
        padding: 10px
    }
    #mvx-store-conatiner .mvx-store-map-filter>div.mvx-email {
        flex: 100%;
        margin: 0 0 10px
    }
    #mvx-store-conatiner .mvx-store-map-filter>div.mvx-within {
        margin-left: 0
    }
    #mvx-store-conatiner .mvx-store-locator-wrap .mvx-store-map-pagination {
        padding-top: 15px;
        text-align: left
    }
    #mvx-store-conatiner .mvx-store-locator-wrap~.mvx-store-list-wrap {
        margin: 0
    }
    #mvx-store-conatiner .mvx-store-locator-wrap~.mvx-store-list-wrap .mvx-store-list {
        width: 100%
    }
    .mvx_vendor_banner_template.template3 .vendor_img_add .img_div img {
        margin-bottom: 0
    }
    .mvx_vendor_banner_template.template3 .vendor_address {
        margin-left: 0
    }
}
.product-block.grid .sold-by-meta.sold-mvx {
    margin-top: -5px
}
.product-block .caption .price-wrapper {
    flex-direction: column;
    text-align: left;
    align-items: flex-start
}
.main-page .entry-header h1.entry-title {
    margin-top: 15px;
    margin-bottom: 15px
}
#tbay-breadscrumb+#main-container .mvx_regi_main {
    padding-top: 0
}
.mvx_bannersec_start {
    border: 1px solid var(--border-color);
    padding-bottom: 22px;
    margin-bottom: 34px
}
.mvx_bannersec_start.mvx-theme02 .mvx_vendor_rating * {
    color: white
}
.mvx_bannersec_start.mvx-theme02 .description_data {
    padding: 20px 20px 0
}
.mvx_bannersec_start.mvx-theme01 p.mvx-address i, .mvx_bannersec_start.mvx-theme03 p.mvx-address i {
    background-color: var(--tb-theme-color);
    color: var(--white-color)
}
.mvx_bannersec_start.mvx-theme01 .mvx-contact-deatil .mvx-address a, .mvx_bannersec_start.mvx-theme01 .mvx_vendor_rating *, .mvx_bannersec_start.mvx-theme03 .mvx-contact-deatil .mvx-address a, .mvx_bannersec_start.mvx-theme03 .mvx_vendor_rating * {
    color: #001027
}
#mvx-store-conatiner div.mvx-store-map-pagination .vendor_sort select, #mvx-store-conatiner input[type=text] {
    margin-bottom: 15px !important
}
#custom-register .wcfmmp_become_vendor_link {
    margin-top: 15px
}
#custom-register .wcfmmp_become_vendor_link a {
    color: var(--tb-theme-color)
}
@media(max-width:480px) {
    #wcfmmp-store .tab_area .tab_links {
        white-space: nowrap;
        display: block;
        overflow-x: auto
    }
    #wcfmmp-store .tab_area .tab_links li {
        width: auto;
        float: none;
        display: inline-block
    }
}
.wcfmmp_sold_by_container_advanced .wcfmmp_sold_by_wrapper .wcfmmp_sold_by_store a {
    color: var(--color-01) !important
}
.wcfmmp_sold_by_container_advanced .wcfmmp_sold_by_wrapper .wcfmmp_sold_by_store a:hover, .wcfmmp_sold_by_container_advanced .wcfmmp_sold_by_wrapper .wcfmmp_sold_by_store a:focus {
    color: var(--tb-theme-color) !important
}
#wcfm-main-contentainer .wp-media-buttons .insert-media {
    padding-top: 0 !important;
    padding-bottom: 0 !important
}
.wcfmmp-store-search-form input.wcfmmp-radius-addr, .wcfmmp-store-search-form input.wcfm-search-field, .wcfmmp-store-search-form input#search, .wcfmmp-store-search-form select#wcfmmp_store_category, .wcfmmp-store-search-form select#wcfmmp_store_country, .wcfmmp-store-search-form #wcfmmp_store_state, .wcfmmp-store-search-form .select2-container, .wcfmmp-store-search-form .wcfmmp-search-box {
    border-color: var(--border-color-4) !important
}
#wcfmmp-stores-wrap ul.wcfmmp-store-wrap li.coloum-3 .store-data h2 {
    font-size: 22px;
    line-height: 28px
}
#wcfmmp-store .address .header_store_name span, #wcfmmp-store .address .header_store_name i {
    font-size: 14px;
    line-height: 22px
}
#wcfmmp-store .tbay-filter {
    padding: 14px 30px 16px;
    border-color: var(--border-color)
}
@media(max-width:767px) {
    #wcfmmp-store .tbay-filter {
        padding-left: 0;
        padding-right: 0
    }
}
#wcfmmp-store .categories_list ul li a, #wcfmmp-store .store-data-container .store-address, #wcfmmp-store .store-data-container .store-phone {
    color: var(--black-color) !important
}
#wcfmmp_store_orderby {
    border-color: var(--border-color-4) !important
}
.information .wcfmmp_sold_by_container {
    background: var(--tb-theme-body);
    padding: 10px 20px;
    margin-bottom: 17px
}
.wcfm-info, .wcfm-success, .wcfm-warning, .wcfm-error, .wcfm-validation, .wcfm-wcfmu {
    padding: 15px
}
#wcfm_membership_container p.wcfm_title, #wcfm_membership_container span.wcfm_title {
    font-size: 14px;
    margin-bottom: 6px !important
}
._area {
    padding-top: 30px
}
#wcfm-main-contentainer {
    padding-bottom: 200px
}
#wcfm-main-contentainer .wcfm-membership-wrapper {
    -webkit-box-shadow: none;
    box-shadow: none;
    padding-top: 28px
}
#wcfm-main-contentainer .wcfm-membership-wrapper>h2 {
    display: none;
    text-transform: uppercase;
    font-weight: 600;
    margin-top: -10px
}
#wcfm-main-contentainer .wcfm-membership-wrapper input[type="submit"] {
    margin-top: 10px;
    padding: 0 37px !important;
    border: 0
}
#wcfm-main-contentainer .wcfm-membership-wrapper .wc-progress-steps {
    padding-top: 60px;
    padding-bottom: 40px;
    color: var(--color-07)
}
#wcfm-main-contentainer .wcfm-membership-wrapper .wc-progress-steps li {
    font-size: 14px;
    text-transform: uppercase;
    padding-bottom: 18px
}
#wcfm-main-contentainer .wcfm-membership-wrapper .wc-progress-steps li:before {
    width: 18px;
    height: 18px;
    bottom: -2px
}
#wcfm-main-contentainer .wcfm-membership-wrapper .wc-progress-steps li.active:before {
    border-width: 9px
}
#wcfm-main-contentainer .wcfm-membership-wrapper .wcfm_membership_box_head {
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    padding: 0
}
#wcfm-main-contentainer .wcfm-membership-wrapper .wcfm_membership_box_head .wcfm_membership_title {
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 40px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
    position: relative
}
#wcfm-main-contentainer .wcfm-membership-wrapper .wcfm_membership_box_head .wcfm_membership_price .amount {
    font-size: 28px;
    font-weight: 600;
    border: 0
}
#wcfm-main-contentainer .wcfm-membership-wrapper .wcfm_membership_box_head .wcfm_membership_featured_top {
    font-size: 14px;
    text-transform: capitalize;
    padding: 4px 0;
    margin-top: -2px;
    color: #08879e
}
#wcfm-main-contentainer .wcfm-membership-wrapper .wcfm_membership_box_head .wcfm_membership_description {
    font-weight: 500;
    padding: 0 20px
}
#wcfm-main-contentainer .wcfm-membership-wrapper .wcfm_membership_box_head .wcfm_membership_price_description {
    font-size: 13px;
    margin: 0
}
#wcfm-main-contentainer .wcfm_membership_box_wrraper {
    border-right: 1px solid var(--border-color);
    border-bottom: 1px solid var(--border-color);
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    position: relative
}
#wcfm-main-contentainer .wcfm_membership_box_wrraper:after {
    content: '';
    background: var(--bg-white);
    position: absolute;
    top: 100%;
    left: -1px;
    right: -1px;
    height: 0;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    border: 1px solid var(--border-color);
    border-top: 0;
    -webkit-box-shadow: 0 12px 15px rgba(0, 0, 0, 0.15);
    box-shadow: 0 12px 15px rgba(0, 0, 0, 0.15)
}
#wcfm-main-contentainer .wcfm_membership_box_wrraper:not(:first-child):hover {
    z-index: 11;
    -webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.15)
}
#wcfm-main-contentainer .wcfm_membership_box_wrraper:not(:first-child):hover:after {
    height: 30px
}
#wcfm-main-contentainer .wcfm_membership_box_wrraper.wcfm_featured_membership_box_wrraper {
    margin-top: -30px
}
#wcfm-main-contentainer .wcfm_membership_box_wrraper.wcfm_featured_membership_box_wrraper .wcfm_membership_box_head {
    margin: 0
}
#wcfm-main-contentainer .wcfm_membership_box_wrraper .wcfm_membership_box:not(.wcfm_membership_feature_box_inside) {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    flex-direction: column;
    margin: 0
}
#wcfm-main-contentainer .wcfm_membership_box_wrraper .wcfm_membership_box:not(.wcfm_membership_feature_box_inside)>div {
    border: 0
}
#wcfm-main-contentainer .wcfm_membership_box_wrraper .wcfm_membership_box:not(.wcfm_membership_feature_box_inside)>div.wcfm_membership_box_foot {
    border-top: 1px solid var(--border-color);
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1
}
#wcfm-main-contentainer .wcfm_membership_box_wrraper .wcfm_membership_box:not(.wcfm_membership_feature_box_inside)>div.wcfm_membership_box_foot.wcfm_membership_feature_box_foot {
    border-left: 1px solid var(--border-color)
}
#wcfm-main-contentainer .wcfm_membership_box_wrraper .wcfm_membership_box_foot {
    padding: 30px 0
}
#wcfm-main-contentainer .wcfm_membership_box_wrraper .wcfm_membership_box_foot .wcfm_submit_button {
    margin: 0;
    border: 0;
    padding: 0 33px !important;
    -webkit-box-shadow: none;
    box-shadow: none;
    letter-spacing: 0;
    line-height: 42px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px
}
#wcfm-main-contentainer .wcfm_membership_box_wrraper .wcfm_membership_box_foot .wcfm_submit_button:focus {
    outline: 0
}
#wcfm-main-contentainer .wcfm_membership_box_body {
    font-size: 14px
}
#wcfm-main-contentainer .wcfm_membership_element {
    padding: 10px 18px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
    background: var(--bg-white);
    border-top: 1px solid var(--border-color);
    font-weight: 500
}
#wcfm-main-contentainer .wcfm_membership_element:nth-child(even) {
    background: var(--tb-theme-body)
}
#wcfm-main-contentainer .wcfm_membership_element.wcfm_membership_feature_element {
    font-weight: 600;
    justify-content: unset;
    border-left: 1px solid var(--border-color)
}
#wcfm-main-contentainer .wcfm_form_simple_submit_wrapper::after {
    display: block;
    clear: both;
    content: ""
}
#wcfm-main-contentainer .wcfm_form_simple_submit_wrapper .wcfm_submit_button {
    padding: 0 30px !important;
    margin-left: 10px;
    margin-right: 0;
    float: right
}
#wcfm-main-contentainer .wcfm_membership_review_plan .wcfm_review_plan_feature {
    border-right-width: 2px;
    border-right-style: solid;
    border-left: 0
}
#wcfm-main-contentainer .wcfm_membership_review_plan .wcfm_review_plan_feature_val {
    border-left: 0;
    border-right: 0
}
#wcfm-main-contentainer .wcfm_membership_review_plan, #wcfm-main-contentainer .wcfm_membership_pay {
    padding: 20px
}
#wcfm-main-contentainer .wcfm_membership_review_pay .wcfm_review_pay_free, #wcfm-main-contentainer .wcfm_membership_review_pay .wcfm_review_pay_non_free {
    margin: 20px 0
}
#wcfm-main-contentainer .wcfm_membership_review_pay .wcfm_review_pay_free .wcfm_membership_price_description, #wcfm-main-contentainer .wcfm_membership_review_pay .wcfm_review_pay_non_free .wcfm_membership_price_description {
    display: inline-block;
    margin: 0
}
#wcfm-main-contentainer .wcfm_membership_review_pay .wcfm_review_pay_free input, #wcfm-main-contentainer .wcfm_membership_review_pay .wcfm_review_pay_non_free input {
    margin-right: 10px;
    margin-left: 0
}
#wcfm-main-contentainer .wcfm_membership_review_pay .wcfm_review_pay_welcome {
    margin-bottom: 20px
}
#wcfm-main-contentainer .wcfm_membership_review_pay #wcfm_membership_payment_submit {
    margin-top: 30px
}
#wcfm-main-contentainer .wcfm_membership_review_pay .wcfm_payment_option_bank_transfer_deails {
    margin: 20px
}
#wcfm-main-contentainer .widget_search input[type="text"], #wcfm-main-contentainer .widget_search input[type="email"] {
    border: 0;
    background: transparent;
    margin: 0;
    height: auto
}
#wcfm_membership_container input[type="text"], #wcfm_membership_container input[type="file"], #wcfm_membership_container input[type="password"], #wcfm_membership_container select, #wcfm_membership_container input[type="number"], #wcfm_membership_container input[type="time"], #wcfm_membership_container input[type="search"], #wcfm_membership_container textarea {
    width: 100%;
    border-color: var(--border-color) !important;
    padding-left: 15px;
    padding-right: 15px;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none
}
#wcfm_membership_container input#terms {
    margin: 0
}
#wcfm_membership_container .select2-container, #wcfm_membership_container select.country_select {
    width: 100% !important
}
#wcfm_membership_container .select2-container .select2-selection--single, #wcfm_membership_container select.country_select .select2-selection--single {
    margin: 0
}
#wcfm_membership_container p.wcfm_title strong, #wcfm_membership_container span.wcfm_title strong {
    font-style: normal
}
#wcfm_membership_container p.description {
    margin-left: 0
}
.singular-shop .woocommerce-product-details__short-description+.wcfm-clearfix+.wcfmmp_sold_by_container_advanced {
    margin: 0
}
.singular-shop .cart+.product_meta #besa-wcfm-info-vendor-wrapper {
    margin: 0 0 30px
}
#besa-wcfm-info-vendor-wrapper {
    padding: 10px 20px;
    margin: 10px 0;
    background: var(--tb-theme-body);
    display: inline-block
}
#besa-wcfm-info-vendor-wrapper.has-wcfm-enquiry {
    padding: 20px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center
}
#besa-wcfm-info-vendor-wrapper.has-wcfm-enquiry .wcfmmp_sold_by_container {
    padding-left: 0
}
#besa-wcfm-info-vendor-wrapper .wcfmmp_sold_by_container_advanced, #besa-wcfm-info-vendor-wrapper .wcfmmp_sold_by_container {
    margin: 0;
    border: 0;
    min-width: auto;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    position: relative;
    padding: 0;
    padding-left: 60px
}
#besa-wcfm-info-vendor-wrapper .wcfmmp_sold_by_container_advanced .wcfmmp_sold_by_container_left, #besa-wcfm-info-vendor-wrapper .wcfmmp_sold_by_container .wcfmmp_sold_by_container_left {
    margin: 0;
    position: absolute;
    left: 0;
    right: auto;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%)
}
#besa-wcfm-info-vendor-wrapper .wcfmmp_sold_by_container_advanced .wcfmmp_sold_by_container_left img, #besa-wcfm-info-vendor-wrapper .wcfmmp_sold_by_container .wcfmmp_sold_by_container_left img {
    width: 45px;
    height: 45px
}
#besa-wcfm-info-vendor-wrapper .wcfmmp_sold_by_container_advanced .wcfmmp_sold_by_label, #besa-wcfm-info-vendor-wrapper .wcfmmp_sold_by_container .wcfmmp_sold_by_label {
    font-size: 14px;
    letter-spacing: 0;
    font-style: normal;
    text-transform: inherit;
    margin: 0;
    color: var(--color-07)
}
#besa-wcfm-info-vendor-wrapper .wcfm-clearfix {
    display: none
}
#besa-wcfm-info-vendor-wrapper .wcfm_catalog_enquiry_button_wrapper {
    float: right;
    margin: 0
}
.woocommerce-Tabs-panel--wcfm_product_store_tab .wcfmmp_sold_by_wrapper a {
    font-size: 18px
}
.woocommerce-Tabs-panel--wcfm_product_store_tab .wcfmmp-store-rating {
    margin-bottom: 10px
}
.wcfmmp_store_info_store_social ul {
    padding: 0;
    margin-top: 10px
}
.wcfmmp_store_info_store_social ul li {
    float: left;
    margin: 0
}
.wcfmmp_store_info_store_social ul li+li {
    margin-left: 10px
}
.wcfm_buttons {
    left: auto;
    right: 15px
}
.wcfm_policies_heading, .wcfm-enquiries-heading {
    margin: 0 0 15px;
    font-size: 20px;
    line-height: 36px;
    padding: 0 0 10px;
    border-bottom: 1px solid var(--border-color-3);
    font-weight: 500
}
.wcfm_popup_wrapper {
    padding: 20px;
    padding-right: 10px
}
.wcfm_popup_wrapper table {
    border: 0
}
.wcfm_popup_wrapper table>tbody>tr>th, .wcfm_popup_wrapper table>tbody>tr>td {
    border: 0;
    padding: 0
}
.wcfm_popup_wrapper table>tbody>tr>th .wcfm_popup_input, .wcfm_popup_wrapper table>tbody>tr>td .wcfm_popup_input {
    min-height: auto
}
.wcfm_popup_wrapper .wcfm_popup_input {
    min-height: 100px;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0
}
.wcfm_popup_wrapper .wcfm_popup_button {
    margin: 0 20px;
    font-family: inherit
}
#cboxLoadedContent {
    margin: 0;
    border: 0;
    padding: 0
}
.wcfmmp-store-page #wcfmmp-store {
    padding: 0 15px 70px;
    margin: auto;
    -webkit-box-shadow: none;
    box-shadow: none
}
.wcfmmp-store-page #wcfmmp-store .body_area {
    margin-top: 30px
}
.wcfmmp-store-page #wcfmmp-store .body_area>div {
    padding: 0 0 30px;
    height: auto !important;
    width: 100%;
    border: 0
}
.wcfmmp-store-page #wcfmmp-store .body_area>div.right_side {
    padding: 0
}
@media(min-width:768px) {
    .wcfmmp-store-page #wcfmmp-store .body_area>div.right_side .tab_links_area {
        margin: 25px 30px;
        margin-bottom: 0
    }
}
.wcfmmp-store-page #wcfmmp-store.wcfm-right .body_area div.right_side {
    padding: 0;
    padding-right: 30px
}
#wcfmmp-store ul {
    padding-bottom: 0
}
#wcfmmp-store .add_review button {
    height: 44px
}
#wcfmmp-store .wcfmmp_sold_by_container_advanced {
    margin-bottom: 0
}
#wcfmmp-store .wcfmmp_sold_by_container_advanced .wcfmmp_sold_by_label {
    font-style: normal
}
@media(min-width:768px) {
    #wcfmmp-store ._area {
        padding: 30px 30px 0
    }
}
#wcfmmp-store .user_review_text {
    margin-top: 15px
}
#wcfmmp-store .user_date {
    margin-left: 15px
}
#wcfmmp-store .user_review_area span {
    color: var(--color-11)
}
#wcfmmp-store .rating_box span, #wcfmmp-store .user_review_text p {
    color: var(--black-color)
}
#wcfmmp-store p {
    line-height: inherit
}
#wcfmmp-store p.woocommerce-info {
    padding: 15px 0 20px
}
#wcfmmp-store p.woocommerce-result-count {
    line-height: 30px;
    padding: 0;
    margin: 0;
    margin-right: auto;
    float: left
}
#wcfmmp-store ul li {
    padding: 0
}
#wcfmmp-store ins {
    background: transparent;
    color: var(--tb-theme-color)
}
#wcfmmp-store .woocommerce-Price-amount {
    color: var(--tb-theme-color)
}
#wcfmmp-store del {
    color: var(--color-07)
}
#wcfmmp-store del .woocommerce-Price-amount {
    color: var(--color-07);
    font-weight: 400
}
#wcfmmp-store .products-list .product-block .name {
    font-weight: 400
}
#wcfmmp-store .woocommerce-product-search {
    position: relative
}
#wcfmmp-store .woocommerce-product-search:after {
    content: "";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-family: "tb-icon"
}
#wcfmmp-store .woocommerce-product-search:after {
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    font-size: 16px;
    color: var(--black-color)
}
#wcfmmp-store .woocommerce-product-search .search-field {
    width: 100%;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 0 12px;
    padding-right: 40px
}
#wcfmmp-store .sidebar_heading {
    margin-bottom: 20px
}
#wcfmmp-store .sidebar_heading h4 {
    text-transform: capitalize;
    line-height: 24px;
    font-weight: 700;
    color: var(--black-color) !important;
    font-size: 14px
}
#wcfmmp-store .sidebar_heading~div>ul {
    margin-top: -8px
}
#wcfmmp-store .categories_list ul li {
    background: transparent;
    margin: 0;
    padding: 0
}
#wcfmmp-store .categories_list ul li a {
    line-height: 28px !important
}
#wcfmmp-store .categories_list ul li a:hover, #wcfmmp-store .categories_list ul li a:focus {
    color: var(--tb-theme-color)
}
#wcfmmp-store .categories_list ul li.parent_cat a {
    font-size: 14px
}
#wcfmmp-store .categories_list ul li.parent_cat a:hover {
    color: var(--tb-theme-color) !important
}
#wcfmmp-store .product_list_widget .product-block .woocs_price_code {
    line-height: inherit
}
#wcfmmp-store .right_side #tabsWithStyle .tab_links {
    -webkit-box-shadow: none;
    box-shadow: none;
    margin-bottom: 0;
    border: 0
}
#wcfmmp-store .right_side #tabsWithStyle .tab_links li {
    margin: 0;
    border: 0 !important
}
#wcfmmp-store .right_side #tabsWithStyle .tab_links li:after {
    display: none
}
#wcfmmp-store .right_side #tabsWithStyle .tab_links li a {
    font-weight: 700;
    letter-spacing: 0;
    font-size: 14px;
    text-transform: capitalize;
    padding: 0;
    color: var(--black-color) !important
}
#wcfmmp-store .right_side #tabsWithStyle .tab_links li a:hover {
    color: var(--tb-theme-color) !important
}
#wcfmmp-store .right_side #tabsWithStyle .tab_links li:hover a, #wcfmmp-store .right_side #tabsWithStyle .tab_links li:focus a, #wcfmmp-store .right_side #tabsWithStyle .tab_links li.active a {
    color: var(--tb-theme-color) !important
}
#wcfmmp-store .right_side #tabsWithStyle .tab_links li+li a {
    padding-left: 24px
}
@media(min-width:600px) {
    #wcfmmp-store .right_side #tabsWithStyle .tab_links li+li {
        border-left: 0 !important
    }
}
#wcfmmp-store .right_side #tabsWithStyle .tab_links li.active, #wcfmmp-store .right_side #tabsWithStyle .tab_links li:hover {
    background: transparent
}
#wcfmmp-store ul.product_list_widget {
    padding: 0;
    border-color: var(--border-color)
}
#wcfmmp-store ul.product_list_widget li {
    padding: 10px 0;
    margin: 0;
    min-height: auto;
    line-height: inherit
}
#wcfmmp-store ul.product_list_widget li:last-child {
    padding-bottom: 0
}
#wcfmmp-store ul.product_list_widget li:first-child {
    padding-top: 0
}
#wcfmmp-store ul.product_list_widget li a {
    margin: 0;
    font-weight: 400
}
#wcfmmp-store ul.product_list_widget li img {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    max-width: 48px !important
}
#wcfmmp-store ul.product_list_widget li .product-content {
    flex-direction: row;
    flex-wrap: nowrap
}
#wcfmmp-store ul.product_list_widget li .product-content .star-rating {
    display: block;
    margin-top: 7px;
    margin-bottom: 3px
}
#wcfmmp-store .tbay-swatches-wrapper ul {
    padding: 0
}
#wcfmmp-store .wcfmmp_store_coupons .wcfmmp-store-coupon-single {
    margin: 0 10px 10px 0;
    height: auto;
    padding: 0 10px
}
#wcfmmp-store .rating_box i {
    vertical-align: middle
}
#wcfmmp-store .rating_box i:before {
    content: "";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-family: "tb-icon"
}
#wcfmmp-store .wcfmmp_sold_by_container_advanced .wcfmmp-store-rating:before, #wcfmmp-store .wcfmmp_sold_by_container_advanced .wcfmmp-store-rating span:before, #wcfmmp-store .wcfmmp_store_info .wcfmmp-store-rating:before, #wcfmmp-store .wcfmmp_store_info .wcfmmp-store-rating span:before, #wcfmmp-store .wcfmmp_sold_by_container .wcfmmp-store-rating:before, #wcfmmp-store .wcfmmp_sold_by_container .wcfmmp-store-rating span:before, #wcfmmp-store #wcfm_store_header .wcfmmp-store-rating:before, #wcfmmp-store #wcfm_store_header .wcfmmp-store-rating span:before, #wcfmmp-store .vendor_rating .wcfmmp-store-rating:before, #wcfmmp-store .vendor_rating .wcfmmp-store-rating span:before {
    content: "";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-family: "tb-icon"
}
#wcfmmp-store .wcfmmp_sold_by_container_advanced .wcfmmp-store-rating::before, #wcfmmp-store .wcfmmp_sold_by_container_advanced .wcfmmp-store-rating span::before, #wcfmmp-store .wcfmmp_store_info .wcfmmp-store-rating::before, #wcfmmp-store .wcfmmp_store_info .wcfmmp-store-rating span::before, #wcfmmp-store .wcfmmp_sold_by_container .wcfmmp-store-rating::before, #wcfmmp-store .wcfmmp_sold_by_container .wcfmmp-store-rating span::before, #wcfmmp-store #wcfm_store_header .wcfmmp-store-rating::before, #wcfmmp-store #wcfm_store_header .wcfmmp-store-rating span::before, #wcfmmp-store .vendor_rating .wcfmmp-store-rating::before, #wcfmmp-store .vendor_rating .wcfmmp-store-rating span::before {
    content: "\53\53\53\53\53";
    position: absolute;
    font-style: normal;
    font-weight: normal;
    font-family: "star";
    letter-spacing: 3px;
    font-size: 12px
}
#wcfmmp-store .wcfmmp_sold_by_container_advanced .wcfmmp-store-rating, #wcfmmp-store .wcfmmp_store_info .wcfmmp-store-rating, #wcfmmp-store .wcfmmp_sold_by_container .wcfmmp-store-rating, #wcfmmp-store #wcfm_store_header .wcfmmp-store-rating, #wcfmmp-store .vendor_rating .wcfmmp-store-rating {
    width: 76px !important
}
#wcfmmp-store #wcfm_store_header {
    padding: 0 30px;
    padding-left: 57px;
    margin-bottom: 30px;
    min-height: auto
}
#wcfmmp-store #wcfm_store_header .wcfmmp-store-rating::before {
    color: var(--color-06);
    opacity: 1;
    filter: alpha(opacity=100)
}
#wcfmmp-store .logo_area_after {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
    top: auto;
    left: auto;
    margin-top: 17px;
    position: relative
}
#wcfmmp-store .header_left {
    margin: 0;
    padding: 21px 0 15px 150px
}
#wcfmmp-store .header_left>div {
    position: static;
    top: auto;
    left: auto
}
#wcfmmp-store .header_left>div.logo-wrapper {
    position: absolute;
    left: 0;
    right: auto;
    top: -100px
}
#wcfmmp-store .logo_area {
    padding: 10px;
    -webkit-box-shadow: none;
    box-shadow: none;
    position: static;
    top: 0;
    width: 150px;
    height: 150px
}
#wcfmmp-store .logo_area a img {
    position: static;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0)
}
#wcfmmp-store h1.wcfm_store_title {
    font-size: 18px;
    margin: 0
}
#wcfmmp-store .address {
    width: auto !important;
    padding-top: 15px;
    padding-left: 23px
}
#wcfmmp-store .address i {
    font-size: 15px
}
#wcfmmp-store .address p {
    padding-bottom: 1px
}
#wcfmmp-store .address span {
    font-size: 14px;
    width: auto
}
#wcfmmp-store .header_wrapper .address {
    padding-top: 0
}
#wcfmmp-store .header_wrapper .address h1.wcfm_store_title {
    margin-bottom: 8px
}
#wcfmmp-store .header_area {
    position: relative
}
#wcfmmp-store .header_right {
    float: right;
    position: static
}
#wcfmmp-store .bd_icon_area {
    margin: 0;
    top: auto;
    bottom: calc(100% - -30px)
}
#wcfmmp-store .social_area {
    width: auto;
    position: static
}
#wcfmmp-store .social_area ul {
    position: absolute;
    top: auto;
    bottom: 30px;
    width: auto;
    left: auto;
    right: 0;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    display: -ms-flexbox;
    display: flex
}
#wcfmmp-store .social_area ul li {
    margin: 0;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    width: 30px;
    height: 30px
}
#wcfmmp-store .social_area ul li+li {
    margin-left: 10px
}
#wcfmmp-store .social_area ul li a i {
    color: var(--color-11) !important;
    font-size: inherit
}
#wcfmmp-store .bd_icon_box {
    margin: 0
}
#wcfmmp-store .bd_icon_box .follow, #wcfmmp-store .bd_icon_box .wcfm_store_enquiry, #wcfmmp-store .bd_icon_box .wcfm_store_chatnow {
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px
}
#wcfmmp-store .bd_icon_box .follow i, #wcfmmp-store .bd_icon_box .wcfm_store_enquiry i, #wcfmmp-store .bd_icon_box .wcfm_store_chatnow i {
    display: inline-block;
    vertical-align: middle
}
#wcfmmp-store div.store_info_parallal {
    display: block;
    margin: 0 !important
}
#wcfmmp-store div.store_info_parallal:first-child {
    padding-bottom: 3px
}
#wcfmmp-store .reviews_area, #wcfmmp-store .policies_area, #wcfmmp-store .wcfm_store_description {
    -webkit-box-shadow: none;
    box-shadow: none;
    margin: 0;
    padding: 0
}
#wcfmmp-store .reviews_heading, #wcfmmp-store .wcfm_policies_heading {
    font-size: 15px;
    font-weight: 500;
    border-bottom: 1px solid var(--border-color);
    padding-bottom: 10px
}
#wcfmmp-store #reviews .add_review input {
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid var(--border-color)
}
#wcfmmp-store #reviews .add_review button {
    border: 0
}
#wcfmmp-store #reviews .reviews_add_area {
    margin-bottom: 30px
}
#wcfmmp-store #reviews .rating-stars ul {
    vertical-align: middle
}
#wcfmmp-store #reviews .rating-stars ul>li {
    float: left
}
#wcfmmp-store #reviews .rating-stars ul>li>i {
    width: auto
}
#wcfmmp-store .add_review_box textarea {
    width: 100%;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid var(--border-color);
    min-height: 150px
}
#wcfmmp-store .widget {
    padding: 25px 19px
}
#wcfmmp-store .widget:after {
    left: 0;
    right: 0;
    background-color: #efefef;
    height: 1px
}
#wcfmmp-store .widget:last-child:after {
    height: 0
}
#wcfmmp-store .widget+.widget {
    padding-top: 20px
}
#wcfmmp-store .left_sidebar {
    background: var(--bg-white) !important;
    border: 0;
    border: 1px solid #e2e2e2
}
.wcfm_store_enquiry i {
    font-family: "tb-icon" !important
}
.wcfm_store_enquiry i:before {
    content: "";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-family: "tb-icon"
}
.wcfmmp_sold_by_container_advanced .wcfmmp-store-rating:before, .wcfmmp_sold_by_container_advanced .wcfmmp-store-rating span:before, .wcfmmp_store_info .wcfmmp-store-rating:before, .wcfmmp_store_info .wcfmmp-store-rating span:before, .wcfmmp_sold_by_container .wcfmmp-store-rating:before, .wcfmmp_sold_by_container .wcfmmp-store-rating span:before, #wcfm_store_header .wcfmmp-store-rating:before, #wcfm_store_header .wcfmmp-store-rating span:before, .vendor_rating .wcfmmp-store-rating:before, .vendor_rating .wcfmmp-store-rating span:before {
    content: "";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-family: "tb-icon"
}
.wcfmmp_sold_by_container_advanced .wcfmmp-store-rating:before, .wcfmmp_sold_by_container_advanced .wcfmmp-store-rating span:before, .wcfmmp_store_info .wcfmmp-store-rating:before, .wcfmmp_store_info .wcfmmp-store-rating span:before, .wcfmmp_sold_by_container .wcfmmp-store-rating:before, .wcfmmp_sold_by_container .wcfmmp-store-rating span:before, #wcfm_store_header .wcfmmp-store-rating:before, #wcfm_store_header .wcfmmp-store-rating span:before, .vendor_rating .wcfmmp-store-rating:before, .vendor_rating .wcfmmp-store-rating span:before {
    opacity: 1;
    filter: alpha(opacity=100);
    content: "\53\53\53\53\53";
    position: absolute;
    font-style: normal;
    font-weight: normal;
    font-family: "star";
    letter-spacing: 3px;
    font-size: 12px
}
.wcfmmp_sold_by_container_advanced .wcfmmp-store-rating, .wcfmmp_store_info .wcfmmp-store-rating, .wcfmmp_sold_by_container .wcfmmp-store-rating, #wcfm_store_header .wcfmmp-store-rating, .vendor_rating .wcfmmp-store-rating {
    width: 76px !important
}
.wcfmmp_sold_by_container_advanced .wcfmmp-store-rating:before, .wcfmmp_store_info .wcfmmp-store-rating:before, .wcfmmp_sold_by_container .wcfmmp-store-rating:before, #wcfm_store_header .wcfmmp-store-rating:before, .vendor_rating .wcfmmp-store-rating:before {
    color: var(--color-06)
}
.wcfmmp_sold_by_container_advanced .wcfmmp-store-rating span:before, .wcfmmp_store_info .wcfmmp-store-rating span:before, .wcfmmp_sold_by_container .wcfmmp-store-rating span:before, #wcfm_store_header .wcfmmp-store-rating span:before, .vendor_rating .wcfmmp-store-rating span:before {
    color: #ff912c
}
.product-block .wcfmmp_sold_by_container {
    margin: 0;
    padding: 0
}
.product-block .wcfmmp_sold_by_container .wcfmmp-store-rating, .product-block .wcfmmp_sold_by_container img.wcfmmp_sold_by_logo {
    display: none !important
}
.single-product .wcfmmp_sold_by_wrapper {
    padding-bottom: 7px
}
.information>div .price-wrapper+#besa-wcfm-info-vendor-wrapper {
    margin-top: 15px
}
.information>div .price-wrapper+#besa-wcfm-info-vendor-wrapper .wcfmmp_sold_by_container {
    padding-left: 0
}
.wcfmmp_sold_by_wrapper {
    font-size: 0
}
.wcfmmp_sold_by_wrapper span, .wcfmmp_sold_by_wrapper a {
    font-size: 14px;
    vertical-align: middle;
    font-weight: normal
}
.wcfmmp_sold_by_wrapper a {
    color: var(--color-01) !important
}
.wcfmmp_sold_by_wrapper a:hover, .wcfmmp_sold_by_wrapper a:focus {
    color: var(--tb-theme-color) !important
}
.wcfmmp_sold_by_wrapper span {
    color: var(--color-07)
}
.wcfmmp_sold_by_wrapper img.wcfmmp_sold_by_logo {
    vertical-align: middle;
    margin: 0 3px !important
}
#wcfmmp-stores-wrap ul.wcfmmp-store-wrap li .store-data .wcfmmp-store-rating {
    width: 76px !important;
    height: 20px
}
#wcfmmp-stores-wrap ul.wcfmmp-store-wrap li .store-data .wcfmmp-store-rating:before {
    content: "";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-family: "tb-icon"
}
#wcfmmp-stores-wrap ul.wcfmmp-store-wrap li .store-data .wcfmmp-store-rating:before {
    color: var(--color-06);
    opacity: 1;
    filter: alpha(opacity=100)
}
#wcfmmp-stores-wrap ul.wcfmmp-store-wrap li .store-data .wcfmmp-store-rating span:before {
    content: "";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-family: "tb-icon"
}
#wcfmmp-stores-wrap .paginations ul.page-numbers {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center
}
#wcfmmp-stores-wrap .paginations ul.page-numbers li {
    float: left;
    margin: 0;
    padding: 0
}
#wcfmmp-stores-wrap .paginations ul.page-numbers li+li {
    margin-left: 10px
}
@media(max-width:767px) {
    #wcfmmp-stores-wrap .paginations ul.page-numbers li {
        margin-bottom: 10px
    }
}
#wcfmmp-stores-wrap .paginations ul.page-numbers li span, #wcfmmp-stores-wrap .paginations ul.page-numbers li a {
    font-size: 14px;
    background: transparent;
    min-width: 44px;
    line-height: 42px;
    border: 1px solid var(--border-color);
    display: inline-block;
    font-weight: 500;
    padding: 0 3px;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s
}
#wcfmmp-stores-wrap .paginations ul.page-numbers li span.current, #wcfmmp-stores-wrap .paginations ul.page-numbers li span:hover, #wcfmmp-stores-wrap .paginations ul.page-numbers li a.current, #wcfmmp-stores-wrap .paginations ul.page-numbers li a:hover {
    border-color: transparent
}
#wcfmmp-stores-wrap .paginations ul.page-numbers li span.next, #wcfmmp-stores-wrap .paginations ul.page-numbers li span.prev, #wcfmmp-stores-wrap .paginations ul.page-numbers li a.next, #wcfmmp-stores-wrap .paginations ul.page-numbers li a.prev {
    font-size: 0
}
#wcfmmp-stores-wrap .paginations ul.page-numbers li span.next:before, #wcfmmp-stores-wrap .paginations ul.page-numbers li span.prev:before, #wcfmmp-stores-wrap .paginations ul.page-numbers li a.next:before, #wcfmmp-stores-wrap .paginations ul.page-numbers li a.prev:before {
    content: "";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-family: "tb-icon"
}
#wcfmmp-stores-wrap .paginations ul.page-numbers li span.next:before, #wcfmmp-stores-wrap .paginations ul.page-numbers li span.prev:before, #wcfmmp-stores-wrap .paginations ul.page-numbers li a.next:before, #wcfmmp-stores-wrap .paginations ul.page-numbers li a.prev:before {
    font-size: 12px;
    display: inline-block;
    vertical-align: middle;
    line-height: 1
}
#wcfmmp-stores-wrap .paginations ul.page-numbers li span.prev:before, #wcfmmp-stores-wrap .paginations ul.page-numbers li a.prev:before {
    content: "";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-family: "tb-icon"
}
.wcfmmp_store_shipping_rules br {
    display: none
}
#wcfmmp-stores-lists {
    -webkit-box-shadow: none;
    box-shadow: none;
    padding-top: 16px
}
#wcfmmp-stores-lists .wcfmmp-store-list-map {
    margin-bottom: 20px;
    z-index: 0
}
#wcfmmp-stores-lists>.wcfmmp-store-search-form {
    padding: 22px 24px;
    background: #efefef;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
    border: 1px solid #efefef;
    box-shadow: none
}
#wcfmmp-stores-lists .wcfmmp-store-search-form .select2-container--default .select2-selection--single {
    padding: 0;
    height: auto;
    margin: 0
}
#wcfmmp-stores-lists .wcfmmp-store-search-form .select2-container--default .select2-selection--single:focus {
    outline: 0
}
#wcfmmp-stores-lists .wcfmmp-store-search-form .select2-container--default .select2-selection--single .select2-selection__rendered {
    padding-left: 0
}
#wcfmmp-stores-lists .wcfmmp-store-search-form .select2-container--default .select2-selection--single .select2-selection__clear {
    width: 25px;
    margin: 0;
    background: var(--bg-white);
    z-index: 111
}
#wcfmmp-stores-lists .wcfmmp-store-search-form input[type="search"], #wcfmmp-stores-lists .wcfmmp-store-search-form input[type="text"], #wcfmmp-stores-lists .wcfmmp-store-search-form .select2-container {
    padding-left: 8px;
    font-size: 14px;
    width: auto !important;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin: 0;
    margin-right: 18px
}
#wcfmmp-stores-lists .wcfmmp-store-search-form div.wcfm_radius_slidecontainer {
    width: auto;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 0;
    overflow: initial
}
#wcfmmp-stores-lists .wcfmmp-store-search-form div.wcfm_radius_slidecontainer>span {
    font-size: 12px;
    position: absolute
}
#wcfmmp-stores-lists .wcfmmp-store-search-form div.wcfm_radius_slidecontainer>span.wcfmmp_radius_range_start {
    left: 0;
    right: auto
}
#wcfmmp-stores-lists .wcfmmp-store-search-form div.wcfm_radius_slidecontainer>span.wcfmmp_radius_range_end {
    left: auto;
    right: 0
}
#wcfmmp-stores-lists .wcfmmp-store-search-form .widget {
    margin: 0 0 30px
}
#wcfmmp-stores-lists .wcfmmp-store-search-form .widget:last-child {
    margin-bottom: 15px
}
#wcfmmp-stores-lists .wcfmmp-store-search-form .widget input {
    border-color: var(--border-color) !important
}
#wcfmmp-stores-lists .wcfmmp-store-search-form .widget .select2-container, #wcfmmp-stores-lists .wcfmmp-store-search-form .widget #wcfmmp_store_state {
    border-color: var(--border-color) !important;
    max-width: 100%;
    width: 100% !important
}
#wcfmmp-stores-lists .wcfmmp-store-search-form .widget .select2-container--default .select2-selection--single {
    padding-top: 0
}
#wcfmmp-stores-lists .wcfmmp-store-search-form .widget .select2-container--default .select2-selection--single .select2-selection__rendered {
    padding: 0
}
#wcfmmp-stores-lists .wcfmmp-store-search-form .widget .select2-container--default .select2-selection--single .select2-selection__rendered:focus {
    outline: 0
}
#wcfmmp-stores-lists .wcfmmp-store-lists-sorting .woocommerce-result-count {
    font-size: 14px;
    float: left
}
#wcfmmp-stores-lists .wcfmmp-store-lists-sorting .wcfmmp-pagination {
    display: none
}
#wcfmmp-stores-lists .right_side.right_side_full {
    padding: 49px 0
}
#wcfmmp-stores-lists .right_side.right_side_full #wcfmmp-stores-wrap ul.wcfmmp-store-wrap li.coloum-3 {
    width: 33.33%
}
#wcfmmp-stores-lists .left_sidebar {
    padding: 30px 20px
}
#wcfmmp-stores-lists .left_sidebar .widget-title {
    margin: 0 0 15px
}
#wcfmmp-stores-lists .left_sidebar .wcfmmp-store-search-form {
    padding: 0
}
#wcfmmp-stores-lists .left_sidebar .wcfmmp-store-search-form .select2-container, #wcfmmp-stores-lists .left_sidebar .wcfmmp-store-search-form input[type="search"], #wcfmmp-stores-lists .left_sidebar .wcfmmp-store-search-form input[type="text"], #wcfmmp-stores-lists .left_sidebar .wcfmmp-store-search-form #wcfmmp_store_state {
    margin: 0 0 10px;
    width: 100% !important;
    color: var(--color-12)
}
#wcfmmp-stores-lists .left_sidebar .wcfmmp-store-search-form div.wcfm_radius_slidecontainer {
    width: 100%
}
#wcfmmp-stores-lists .left_sidebar .wcfmmp-store-search-form div.wcfm_radius_slidecontainer>span:not(.wcfmmp_radius_range_cur) {
    position: static
}
#wcfmmp-stores-lists .right_side {
    padding: 0;
    padding-left: 30px
}
#wcfmmp-stores-lists .right_side .wcfmmp-store-lists-sorting {
    margin: 0
}
#wcfmmp-stores-lists .right_side .wcfmmp-store-lists-sorting .wcfm-woocommerce-ordering {
    float: right;
    margin: 0
}
#wcfmmp-stores-lists .right_side .wcfmmp-store-lists-sorting .wcfm-woocommerce-ordering select {
    font-size: 14px
}
#wcfmmp-stores-lists .right_side .wcfmmp-store-lists-sorting .wcfm-woocommerce-ordering select:focus {
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none
}
#wcfmmp-stores-lists .right_side ul.wcfmmp-store-wrap {
    margin: 23px -15px 20px
}
#wcfmmp-stores-lists .right_side #wcfmmp-stores-wrap ul.wcfmmp-store-wrap li.coloum-3 {
    width: 50%
}
#wcfmmp-stores-lists #wcfmmp-stores-wrap ul.wcfmmp-store-wrap li {
    margin-bottom: 30px
}
#wcfmmp-stores-lists #wcfmmp-stores-wrap ul.wcfmmp-store-wrap li .store-wrapper {
    border: 0;
    background: #000
}
#wcfmmp-stores-lists #wcfmmp-stores-wrap ul.wcfmmp-store-wrap li a.wcfmmp-visit-store {
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 0;
    right: 20px;
    top: 28px;
    left: auto;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    font-weight: 700
}
#wcfmmp-stores-lists #wcfmmp-stores-wrap ul.wcfmmp-store-wrap li .store-content .store-info {
    opacity: .5;
    filter: alpha(opacity=50)
}
#wcfmmp-stores-lists #wcfmmp-stores-wrap ul.wcfmmp-store-wrap li .store-footer {
    padding: 20px;
    background: var(--bg-white)
}
#wcfmmp-stores-lists #wcfmmp-stores-wrap ul.wcfmmp-store-wrap li .store-footer .store-avatar {
    width: 80px;
    height: 80px;
    padding: 5px
}
#wcfmmp-stores-lists #wcfmmp-stores-wrap ul.wcfmmp-store-wrap li .store-data h2 {
    margin: 3px 0 6px
}
#wcfmmp-stores-lists #wcfmmp-stores-wrap ul.wcfmmp-store-wrap li .store-data .store-phone {
    margin-top: 5px;
    line-height: 21px;
    margin-bottom: 9px;
    padding: 0 4px;
    font-size: 14px
}
#wcfmmp-stores-lists #wcfmmp-stores-wrap ul.wcfmmp-store-wrap li .store-data .store-phone i {
    background: transparent !important
}
#wcfmmp-stores-lists #wcfmmp-stores-wrap ul.wcfmmp-store-wrap li p.store-enquiry {
    margin: 0;
    top: 218px
}
#wcfmmp-stores-lists #wcfmmp-stores-wrap ul.wcfmmp-store-wrap li p.store-enquiry a.wcfm_catalog_enquiry {
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 0;
    margin: 0;
    text-transform: uppercase;
    font-weight: 700;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}
#wcfmmp-stores-lists.wcfm-right .right_side {
    padding: 0;
    padding-right: 30px
}
.wcfm-store-page .row, .wcfm-store-page .vc_row {
    margin-left: -15px;
    margin-right: -15px
}
.woocommerce form.register .wcfmmp_become_vendor_link {
    text-align: center
}
.woocommerce form.register .wcfmmp_become_vendor_link a {
    color: var(--tb-theme-color)
}
@media screen and (max-width:1024px) {
    .wcfmmp-store-page #wcfmmp-store .body_area>div.right_side {
        padding: 0 !important
    }
    #wcfmmp-store .header_right, #wcfmmp-store .header_left {
        width: auto;
        padding-bottom: 50px
    }
    #wcfmmp-store .header_right {
        padding: 0
    }
}
@media(max-width:991px) {
    #wcfm-main-contentainer .wcfm_membership_box_wrraper .wcfm_membership_box_foot .wcfm_submit_button {
        padding: 0 20px !important
    }
    #wcfmmp-stores-lists .right_side.right_side_full #wcfmmp-stores-wrap ul.wcfmmp-store-wrap li.coloum-3 {
        width: 50%
    }
}
@media(max-width:991px) and (min-width:768px) {
    #wcfmmp-stores-wrap ul.wcfmmp-store-wrap li.wcfmmp-single-store {
        width: 50%
    }
    #wcfmmp-stores-lists .wcfmmp-store-search-form input[type="search"], #wcfmmp-stores-lists .wcfmmp-store-search-form input[type="text"], #wcfmmp-stores-lists .wcfmmp-store-search-form .select2-container {
        margin-bottom: 15px
    }
}
@media(max-width:782px) {
    .wcfmmp-store-page #wcfmmp-store {
        padding-top: 30px;
        padding-bottom: 0
    }
}
@media(max-width:768px) {
    #wcfm-main-contentainer {
        padding-bottom: 50px
    }
    #wcfm-main-contentainer .wcfm-membership-wrapper .wcfm_membership_box_head .wcfm_membership_featured_top {
        margin: 0
    }
    #wcfm-main-contentainer .wcfm-membership-wrapper .wc-progress-steps {
        padding: 30px 0
    }
    #wcfm-main-contentainer .wcfm-membership-wrapper .wc-progress-steps li {
        text-transform: inherit
    }
    #wcfm-main-contentainer .wcfm_membership_box_wrraper {
        border: 1px solid var(--border-color);
        margin: 15px 0 !important
    }
    #wcfm-main-contentainer .wcfm_membership_box_wrraper>div {
        border: 0
    }
    #wcfm-main-contentainer .wcfm_membership_box_wrraper .wcfm_membership_box_head_inside {
        width: 100%;
        height: auto !important;
        padding-bottom: 20px
    }
    #wcfm-main-contentainer .wcfm_membership_box_wrraper .wcfm_membership_box_head_inside .wcfm_membership_price .amount {
        height: auto !important;
        padding: 20px 0 !important;
        min-height: auto
    }
    #wcfm-main-contentainer .wcfm_membership_box_wrraper .wcfm_membership_box_foot_inside {
        width: 100%;
        border-top: 1px solid var(--border-color)
    }
    #wcfm-main-contentainer .wcfm_membership_box_body {
        border: 0
    }
    #wcfm-main-contentainer .wcfm_membership_box {
        width: 30%
    }
    #wcfm-main-contentainer .wcfm_membership_box.wcfm_membership_feature_box {
        width: 70%
    }
    #wcfm-main-contentainer .wcfm_membership_element {
        justify-content: flex-end
    }
    #wcfm-main-contentainer .wcfm_membership_element.wcfm_membership_feature_element {
        border-left: 0;
        border-right: 1px solid var(--border-color)
    }
}
@media(max-width:767px) {
    .wcfmmp-store-page #wcfmmp-store {
        padding-top: 20px
    }
    #wcfmmp-store .widget {
        padding-left: 0;
        padding-right: 0
    }
    #wcfmmp-stores-lists>.wcfmmp-store-search-form {
        display: block
    }
    #wcfmmp-stores-lists>.wcfmmp-store-search-form input[type="search"], #wcfmmp-stores-lists>.wcfmmp-store-search-form input[type="text"], #wcfmmp-stores-lists>.wcfmmp-store-search-form .select2-container, #wcfmmp-stores-lists>.wcfmmp-store-search-form .wcfm_radius_slidecontainer {
        width: 100% !important;
        margin: 0 0 10px
    }
    #wcfmmp-stores-lists .wcfmmp-store-lists-sorting .wcfm-woocommerce-ordering, #wcfmmp-stores-lists .wcfmmp-store-lists-sorting .woocommerce-result-count {
        float: none !important;
        text-align: left
    }
    #wcfmmp-stores-lists #wcfmmp_store_orderby {
        width: 100%
    }
    #wcfmmp-store #wcfm_store_header {
        padding: 0 30px 30px
    }
    #wcfmmp-store .header_left, #wcfmmp-store .header_right {
        width: 100%
    }
    #wcfmmp-store .header_left {
        padding: 100px 0 20px
    }
    #wcfmmp-store .header_left>div.logo-wrapper {
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%)
    }
    #wcfmmp-store .header_left .address {
        width: 100% !important;
        padding: 0;
        margin: 0;
        text-align: center
    }
    #wcfmmp-store .bd_icon_area {
        position: static
    }
    #wcfmmp-store .social_area {
        margin: 0;
        min-height: auto
    }
    #wcfmmp-store .social_area ul {
        position: static
    }
    .wcfm-membership-wrapper {
        width: 100%;
        margin: 0
    }
    .wcfm-store-list-page #wcfmmp-stores-lists select {
        width: 100%
    }
}
.wcfm_appointment_title, .wcfm_auctions_title, .wcfm_booking_title, .wcfm_coupon_title, .wcfm_dashboard_item_title, .wcfm_listing_title, .wcfm_order_title, .wcfm_product_title {
    color: var(--black-color)
}
.wcfm_appointment_title:hover, .wcfm_appointment_title:focus, .wcfm_auctions_title:hover, .wcfm_auctions_title:focus, .wcfm_booking_title:hover, .wcfm_booking_title:focus, .wcfm_coupon_title:hover, .wcfm_coupon_title:focus, .wcfm_dashboard_item_title:hover, .wcfm_dashboard_item_title:focus, .wcfm_listing_title:hover, .wcfm_listing_title:focus, .wcfm_order_title:hover, .wcfm_order_title:focus, .wcfm_product_title:hover, .wcfm_product_title:focus {
    color: var(--tb-theme-color)
}
.wcfmmp_sold_by_container_advanced .wcfmmp_sold_by_wrapper .wcfmmp_sold_by_store {
    margin-bottom: 3px
}
@media(max-width:1199px) {
    #wcfmmp-stores-wrap ul.wcfmmp-store-wrap li.coloum-3 {
        width: 50%
    }
    #wcfmmp-store ul.product_list_widget li .product-content .block-inner {
        margin-right: 15px;
        margin-left: 0
    }
    .wcfmmp-store-page #wcfmmp-store .body_area .filter {
        margin-left: 30px;
        margin-right: 0
    }
}
@media(min-width:1025px) and (max-width:1199px) {
    #wcfmmp-store .left_sidebar, #wcfmmp-stores-lists .left_sidebar {
        border-right: 0
    }
}
@media(max-width:991px) {
    .wcfmmp-store-page #wcfmmp-store .body_area .filter {
        margin-right: 30px
    }
}
@media(max-width:767px) {
    #wcfmmp-stores-lists #wcfmmp-stores-wrap ul.wcfmmp-store-wrap li .store-data .bd_rating {
        margin-top: 7px
    }
    #wcfmmp-store .header_right .lft {
        float: none
    }
    .wcfmmp-store-page #wcfmmp-store .body_area .main-filter {
        justify-content: flex-start !important
    }
}
@media(min-width:1200px) {
    #wcfmmp-store ul.product_list_widget li .product-content .block-inner {
        padding-right: 20px;
        padding-left: 0
    }
    #wcfm-main-contentainer .wcfm-membership-wrapper {
        width: 100%;
        margin: auto
    }
    .wcfmmp-store-page #wcfmmp-store .body_area>div.right_side {
        width: 80%
    }
    .wcfmmp-store-page #wcfmmp-store .body_area>div.left_sidebar {
        width: 20%;
        border: 0;
        position: relative
    }
    .wcfmmp-store-page #wcfmmp-store .body_area>div.left_sidebar:after {
        content: '';
        width: 1px;
        top: 0;
        right: 0;
        background: var(--border-color);
        position: absolute;
        bottom: -30px
    }
}
@media(min-width:768px) {
    .wcfmmp-store-page #wcfmmp-store .body_area {
        background: var(--bg-white)
    }
}
@media(min-width:768px) and (max-width:1199px) {
    #wcfmmp-store .right_side #tabsWithStyle .tab_links #reviews {
        margin-top: 30px
    }
    .wcfmmp-store-page #wcfmmp-store .body_area .display-products.products {
        padding: 15px !important
    }
}
@media screen and (max-width:667px) {
    #wcfmmp-store .bd_icon_box .follow, #wcfmmp-store .bd_icon_box .wcfm_store_enquiry, #wcfmmp-store .bd_icon_box .wcfm_store_chatnow {
        height: 30px
    }
}
@media(max-width:575px) {
    #wcfmmp-store .body_area .tbay-filter .main-filter {
        display: block !important
    }
    #wcfmmp-store .body_area .tbay-filter .main-filter .woocommerce-result-count {
        width: 100%;
        margin-bottom: 10px
    }
    #wcfmmp-store .body_area .tbay-filter .main-filter .filter {
        margin: 0;
        width: 50%;
        float: left
    }
    #wcfmmp-store .body_area .tbay-filter .main-filter .display-mode-warpper {
        width: 50%;
        text-align: right;
        float: right
    }
}
body.vendor-register .entry-header {
    margin: 30px 0
}
.woocommerce ul.cart_list li .wcfm_dashboard_item_title:hover, .woocommerce ul.product_list_widget li .wcfm_dashboard_item_title:hover, body ul.cart_list li .wcfm_dashboard_item_title:hover, body ul.product_list_widget li .wcfm_dashboard_item_title:hover {
    color: var(--tb-theme-color)
}
.form-row input#apply_for_vendor {
    display: block;
    vertical-align: middle;
    margin: 0;
    margin-top: 7px;
    margin-bottom: 20px
}
.form-row label[for="apply_for_vendor"] {
    display: inline-block;
    margin: 0;
    margin-left: 5px
}
.wcvendors_sold_by_in_loop {
    font-size: 13px;
    padding: 0 8px
}
.wcvendors_sold_by_in_loop>a {
    color: var(--color-01);
    margin-left: 5px;
    margin-right: 0
}
.wcvendors_sold_by_in_loop>a:hover, .wcvendors_sold_by_in_loop>a:focus {
    color: var(--tb-theme-color)
}
.woocommerce-MyAccount-content .form-row input#apply_for_vendor {
    display: none
}
.wcv-form .control-group .control>input, .wcv-form .control-group .control textarea {
    font-family: var(--tb-text-primary-font);
    border-color: var(--border-color);
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    padding-left: 15px
}
.wcv-form .control-group .control>input:focus, .wcv-form .control-group .control textarea:focus {
    -webkit-box-shadow: none;
    box-shadow: none
}
.wcv-dashboard-navigation {
    margin-bottom: 30px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}
.wcv-dashboard-navigation ul {
    padding: 0;
    margin: 0;
    display: inline-block
}
.wcv-dashboard-navigation ul li {
    margin: 0
}
.wcv-dashboard-navigation ul li a.button {
    line-height: 42px;
    height: 42px;
    padding: 0 15px;
    color: var(--white-color);
    background: var(--tb-theme-color);
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s
}
.wcv-dashboard-navigation ul li a.button:hover, .wcv-dashboard-navigation ul li a.button:focus {
    background: var(--tb-theme-color-hover);
    color: #fff
}
.wcv-dashboard-navigation+hr {
    display: none
}
.wcv-dashboard-navigation+hr+h2 {
    padding-bottom: 10px;
    border-bottom: 1px solid var(--border-color)
}
.wcv-dashboard-navigation+hr+h2:before {
    content: '\e7fc'
}
.wcv-dashboard-navigation~h2 {
    font-weight: normal;
    font-size: 25px;
    line-height: 36px;
    margin: 0 0 20px
}
.wcv-dashboard-navigation~h2:before {
    content: "";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-family: "tb-icon"
}
.wcv-dashboard-navigation~h2:before {
    display: inline-block;
    line-height: 1;
    margin-left: 0;
    margin-right: 15px
}
.dashboard .wcv-dashboard-navigation~form label {
    font-weight: 500
}
.dashboard .wcv-dashboard-navigation~form input[type="submit"] {
    margin-left: 5px;
    margin-right: 0;
    text-transform: capitalize
}
.dashboard form>p {
    margin-bottom: 25px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center
}
.dashboard form input.date-pick {
    padding-left: 10px;
    padding-right: 0;
    margin: 0 5px
}
table.table-vendor-sales-report {
    margin-bottom: 35px
}
table.table-vendor-sales-report label {
    font-weight: 500
}
table.table-vendor-sales-report>thead>tr>th {
    border-bottom-width: 1px;
    background: var(--border-color-7)
}
table.table-vendor-sales-report a {
    color: var(--tb-theme-color)
}
table.table-vendor-sales-report tr th {
    font-weight: 500
}
table.table-vendor-sales-report tr th, table.table-vendor-sales-report tr td {
    text-align: center;
    line-height: 30px
}
table.table-vendor-sales-report tr td.product a {
    font-weight: normal;
    color: var(--tb-theme-color);
    text-transform: initial
}
table.table-vendor-sales-report strong, table.table-vendor-sales-report b {
    font-weight: 500;
    text-transform: uppercase
}
.shop_settings h2 {
    font-weight: normal;
    margin: 0 0 20px
}
.shop_settings #tbay-breadscrumb+#main-container h2 {
    font-size: 25px;
    margin: 0 0 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid var(--border-color)
}
.shop_settings #tbay-breadscrumb+#main-container h2:before {
    content: "";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-family: "tb-icon"
}
.shop_settings #tbay-breadscrumb+#main-container h2:before {
    line-height: 1;
    display: inline-block;
    margin-left: 0;
    margin-right: 15px
}
.shop_settings #main-container form h3 {
    font-size: 25px;
    font-weight: normal;
    margin: 0 0 10px
}
.shop_settings #main-container form h3:before {
    content: "";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-family: "tb-icon"
}
.shop_settings #main-container form h3:before {
    line-height: 1;
    display: inline-block;
    margin-left: 0;
    margin-right: 15px
}
.shop_settings #main-container form b {
    font-size: 15px;
    font-weight: 600
}
.shop_settings #main-container form input[type="text"], .shop_settings #main-container form input[type="email"] {
    margin-top: 10px;
    padding: 0 0 0 15px;
    width: 100%;
    max-width: 370px
}
.shop_settings #main-container form .pv_paypal_container, .shop_settings #main-container form .pv_shop_name_container, .shop_settings #main-container form #pv_seller_info_container, .shop_settings #main-container form #pv_shop_description_container {
    margin-bottom: 40px
}
.shop_settings #main-container form #pv_shop_description_container>p a {
    color: var(--tb-theme-color)
}
.shop_settings #main-container form table {
    background: var(--tb-theme-body);
    border: 0
}
.shop_settings #main-container form table>tbody>tr {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0 15px
}
.shop_settings #main-container form table>tbody>tr>td {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 25px 15px 0;
    border: 0
}
.shop_settings #main-container form table>tbody>tr:last-child>td {
    padding-bottom: 30px
}
.shop_settings #main-container form .form-row {
    margin: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center
}
.shop_settings #main-container form .form-row label {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    color: var(--color-10);
    margin-bottom: 3px
}
.shop_settings #main-container form .form-row input {
    margin: 0
}
.shop_settings input[name="vendor_application_submit"] {
    text-transform: capitalize
}
form[name="export_orders"]~h2 {
    font-weight: 500;
    margin: 0 0 30px
}
form[name="export_orders"]~table.table {
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-bottom: 0;
    border-right: 0
}
form[name="export_orders"]~table.table>thead>tr, form[name="export_orders"]~table.table>tbody>tr {
    background: transparent
}
form[name="export_orders"]~table.table>thead>tr>th, form[name="export_orders"]~table.table>thead>tr>td, form[name="export_orders"]~table.table>tbody>tr>th, form[name="export_orders"]~table.table>tbody>tr>td {
    border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    -ms-border-radius: 0 !important;
    -o-border-radius: 0 !important;
    border: 0;
    border-right: 1px solid var(--border-color);
    border-bottom: 1px solid var(--border-color);
    padding: 15px;
    vertical-align: middle;
    background: transparent
}
form[name="export_orders"]~table.table>thead>tr>td.order_number, form[name="export_orders"]~table.table>tbody>tr>td.order_number {
    vertical-align: top
}
form[name="export_orders"]~table.table>thead>tr>th {
    font-weight: 500;
    text-align: center
}
form[name="export_orders"]~table.table .order-comments-link {
    display: inline-block;
    color: var(--tb-theme-color)
}
form[name="export_orders"]~table.table .order-comments-link p {
    margin: 0
}
form[name="export_orders"]~table.table .order-comments {
    margin-top: 10px
}
form[name="export_orders"]~table.table .order-comments p {
    padding-top: 10px
}
form[name="export_orders"]~table.table .order-comments p+p {
    border-top: 1px solid var(--border-color)
}
form[name="export_orders"]~table.table .order-comments textarea {
    border-color: var(--border-color);
    width: 100% !important;
    min-height: 100px;
    padding: 10px 15px;
    margin-top: 10px
}
form[name="export_orders"]~table.table .order-comments textarea:focus {
    outline: 0
}
form[name="export_orders"]~table.table .order-comments input.btn {
    width: auto;
    margin-top: 10px
}
form[name="export_orders"]~table.table .wc-item-meta {
    padding: 0;
    margin: 0;
    list-style: none
}
form[name="export_orders"]~table.table .wc-item-meta strong {
    font-weight: 500;
    display: inline-block
}
form[name="export_orders"]~table.table .wc-item-meta strong+p {
    display: inline-block;
    margin: 0
}
.product-block .wcvendors_sold_by_in_loop {
    font-size: 13px;
    color: var(--color-07);
    display: block;
    padding: 0
}
.product-block .wcvendors_sold_by_in_loop a {
    color: var(--color-01);
    margin-left: 5px;
    margin-right: 0
}
.product-block .wcvendors_sold_by_in_loop a:hover {
    color: var(--tb-theme-color)
}
.product-block .wcvendors_sold_by_in_loop+br {
    display: none
}
ul.wcv_vendorslist {
    background: var(--bg-white);
    padding: 0
}
ul.wcv_vendorslist .vendor_list a {
    display: block
}
ul.wcv_vendorslist .vendor_list a img {
    margin: 0
}
ul.wcv_vendorslist .vendor_list br {
    display: none
}
ul.wcv_vendorslist .vendor_list small {
    margin-bottom: 10px
}
ul.wcv_vendorslist a.button {
    display: inline-block;
    margin-top: 19px;
    font-weight: bold;
    padding: 3px;
    background: transparent;
    font-size: 14px;
    color: var(--black-color)
}
ul.wcv_vendorslist a.button:hover {
    background: transparent;
    color: var(--tb-theme-color)
}
body.wcv-pro-dashboard .select2-container {
    z-index: 9999
}
body.wcv-pro-dashboard .select2-container:focus {
    outline: 0
}
.wcvendors-pro-dashboard-wrapper .wcv-navigation {
    margin: 0 !important
}
.wcvendors-pro-dashboard-wrapper .wcv-navigation ul.menu li {
    margin: 0 20px
}
.wcvendors-pro-dashboard-wrapper .wcv-navigation ul.menu li a {
    padding: 0;
    line-height: 50px;
    background: transparent !important
}
.wcvendors-pro-dashboard-wrapper .wcv-navigation ul.menu li a:hover {
    color: var(--tb-theme-color)
}
.wcvendors-pro-dashboard-wrapper .wcv-navigation ul.menu li.active {
    background: transparent
}
.wcvendors-pro-dashboard-wrapper .wcv-navigation ul.menu li.active a {
    color: var(--tb-theme-color)
}
.wcvendors-pro-dashboard-wrapper a.button:hover, .wcvendors-pro-dashboard-wrapper .wcv-form .control-group .button:hover {
    text-decoration: none
}
.wcvendors-pro-dashboard-wrapper #show_location_picker, .wcvendors-pro-dashboard-wrapper #use_current_position {
    text-transform: inherit
}
.wcvendors-pro-dashboard-wrapper input#update_button {
    display: block;
    text-transform: inherit
}
.wcvendors-pro-dashboard-wrapper label {
    font-weight: 600
}
.wcvendors-pro-dashboard-wrapper label[for="_wcv_store_address2"], .wcvendors-pro-dashboard-wrapper label[for="_wcv_store_search_address"] {
    display: none
}
.wcvendors-pro-dashboard-wrapper a.shop_coupon {
    margin-left: 7px;
    margin-right: 0
}
.wcvendors-pro-dashboard-wrapper h3 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px;
    color: var(--black-color)
}
.wcvendors-pro-dashboard-wrapper h3+hr {
    display: none
}
.wcvendors-pro-dashboard-wrapper .wcv_reports h3 {
    margin-bottom: 10px;
    border-bottom: 1px solid var(--border-color);
    padding-bottom: 15px
}
.wcvendors-pro-dashboard-wrapper .wcv_dashboard_table_header.wcv-search {
    width: 50%;
    float: right
}
.wcvendors-pro-dashboard-wrapper .wcv_dashboard_table_header.wcv-search>div {
    width: 100%;
    max-width: 400px
}
.wcvendors-pro-dashboard-wrapper .wcv_dashboard_table_header.wcv-search>div:first-child {
    display: none
}
.wcvendors-pro-dashboard-wrapper .wcv_dashboard_table_header.wcv-search+.wcv_actions {
    width: 50%;
    float: left;
    padding-bottom: 30px
}
.wcvendors-pro-dashboard-wrapper .wcv-search-form .wcv-button {
    text-transform: capitalize;
    margin-left: 10px;
    margin-right: 0
}
.wcvendors-pro-dashboard-wrapper .wcv-search-form .control {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}
.wcvendors-pro-dashboard-wrapper .wcv-search-form .control>span {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1
}
.wcvendors-pro-dashboard-wrapper .wcv-search-form #wcv-search {
    width: 100%;
    padding: 0 15px
}
.wcvendors-pro-dashboard-wrapper .wcv-tabs.top>hr {
    display: none
}
.wcvendors-pro-dashboard-wrapper .wcv-tabs.top .tabs-nav {
    border: 0
}
.wcvendors-pro-dashboard-wrapper .wcv-tabs.top .tabs-nav li {
    padding: 0 15px;
    border-left: 1px solid var(--border-color)
}
.wcvendors-pro-dashboard-wrapper .wcv-tabs.top .tabs-nav li a {
    padding: 0;
    margin: 0;
    border: 0;
    color: var(--tb-theme-color)
}
.wcvendors-pro-dashboard-wrapper .wcv-tabs.top .tabs-nav li a:hover {
    text-decoration: underline;
    background: transparent
}
.wcvendors-pro-dashboard-wrapper .wcv-tabs.top .tabs-nav li:first-child {
    padding-left: 0;
    border: 0
}
.wcvendors-pro-dashboard-wrapper .wcv-tabs.top .tabs-nav li.active a {
    text-decoration: underline
}
.wcvendors-pro-dashboard-wrapper+.comments-area .comment-respond, .wcvendors-pro-dashboard-wrapper+.comments-area div#new-answer-header {
    max-width: 100%
}
.wcv-grid a:hover {
    color: var(--tb-theme-color);
    text-decoration: initial
}
.wcv-grid h6 {
    font-weight: 500
}
.wcv-grid a[class*="wcv-file-uploader-delete"]:before {
    content: "";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-family: "tb-icon"
}
.wcv-grid a[class*="wcv-file-uploader-delete"]:before {
    display: inline-block;
    line-height: 1;
    margin-left: 0;
    margin-right: 5px
}
.wcv-grid a[class*="wcv-file-uploader-add"]:before {
    content: "";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-family: "tb-icon"
}
.wcv-grid a[class*="wcv-file-uploader-add"]:before {
    display: inline-block;
    line-height: 1;
    margin-left: 0;
    margin-right: 5px
}
table.wcv-table th, table.wcv-table strong {
    font-weight: 600
}
table.wcv-table>thead>tr>th {
    background: var(--tb-theme-body)
}
table.wcv-table img {
    display: block;
    margin: 0 auto
}
table.wcv-table>thead>tr>th, table.wcv-table>thead>tr>td, table.wcv-table>tbody>tr>th, table.wcv-table>tbody>tr>td {
    padding: 8px 15px
}
table.wcv-table.wcvendors-table-product>tbody>tr>td {
    vertical-align: middle
}
table.wcv-table.wcvendors-table-product a {
    color: var(--tb-theme-color)
}
table.wcv-table.wcvendors-table-product h4 {
    font-weight: 500;
    font-size: 15px;
    margin: 10px 0
}
table.wcv-table.wcvendors-table-product .row-actions-product a {
    padding: 0 5px;
    border-left: 1px solid var(--color-06)
}
table.wcv-table.wcvendors-table-product .row-actions-product a:first-child {
    border: 0;
    padding-left: 0
}
table.form-table>thead>tr>th {
    background: var(--tb-theme-body)
}
.wcv_recent_orders>div {
    position: relative
}
.wcv_recent_orders a.button {
    line-height: 23px;
    font-weight: normal;
    position: absolute;
    top: 0;
    right: 0;
    left: auto;
    padding: 0;
    border: 0;
    background: transparent !important;
    text-transform: inherit;
    color: var(--color-11)
}
.wcv_recent_orders a.button:after {
    content: "";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-family: "tb-icon"
}
.wcv_recent_orders a.button:after {
    font-size: 12px;
    line-height: 1;
    display: inline-block;
    margin-left: 5px;
    margin-right: 0
}
.wcv_recent_orders a.button:hover {
    color: var(--tb-theme-color) !important
}
.wcv_dashboard_overview {
    margin-bottom: 0 !important
}
.wcv_dashboard_overview table.wcv-table>tbody>tr>td:first-child {
    background: var(--tb-theme-body)
}
.wcv-form .control-group .control>input.wcv-button:not(#clear_button) {
    width: auto;
    display: block;
    text-transform: inherit
}
.wcv-form .control-group .control>input.wcv-datepicker {
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border: 1px solid var(--border-color);
    padding: 8px 15px
}
.wcv-form .control-group .control .select2-container {
    z-index: 1
}
.wcv-form input#update_button {
    padding: 0 15px !important
}
.wcv-cols-group.wcv-horizontal-gutters {
    margin-left: -2em;
    margin-right: 0;
    margin-bottom: 25px
}
.wcv-cols-group.wcv-horizontal-gutters>[class*=all-], .wcv-cols-group.wcv-horizontal-gutters>[class*=xlarge-] {
    padding-left: 2em;
    padding-right: 0
}
.wcv-cols-group.wcv-horizontal-gutters .all-40.small-100 {
    width: 100%
}
.wcv_dashboard_datepicker.wcv-cols-group .wcv-form .wcv-cols-group>div:not(:only-child) .control-group, .wcv-order-header .wcv-form .wcv-cols-group>div:not(:only-child) .control-group {
    padding-left: 0;
    padding-right: 10px
}
.wcv_dashboard_datepicker.wcv-cols-group .wcv-cols-group.wcv-horizontal-gutters>div:last-child, .wcv-order-header .wcv-cols-group.wcv-horizontal-gutters>div:last-child {
    padding-left: 0
}
.wcv_dashboard_datepicker form::after {
    display: block;
    clear: both;
    content: ""
}
.wcv-order-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: flex-end;
    padding-bottom: 30px !important
}
.wcv-order-header>div {
    width: auto;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1
}
.wcv-order-header>div.all-80 {
    -webkit-box-flex: 2;
    -moz-box-flex: 2;
    -webkit-flex: 2;
    -ms-flex: 2;
    flex: 2
}
.wcv-order-header>div>br {
    display: none
}
.wcv-order-header .wcv-cols-group.wcv-horizontal-gutters {
    margin-bottom: 0
}
.wcv-order-header .wcv-form .control-group {
    margin: 0
}
.wcv-order-header .wcv-form .control>input#clear_button {
    width: auto;
    display: block;
    margin: 0;
    margin-left: 10px
}
.wcv-order-header .wcv-form .control input#update_button {
    width: 100% !important
}
table.wcvendors-table-order .row-actions-order a {
    font-size: 14px;
    padding: 0;
    line-height: 30px
}
table.wcvendors-table-order .row-actions-order a:hover {
    color: var(--tb-theme-color)
}
table.wcvendors-table-order>tbody>tr>td {
    padding: 15px
}
table.wcvendors-table-order .wcv-shade.wcv-fade {
    z-index: 9999
}
table.wcvendors-table-order .wcv-shade.wcv-fade .wcv-modal {
    height: auto !important
}
table.wcvendors-table-order .wcv-shade.wcv-fade .wcv-modal .modal-header {
    padding: 15px 30px;
    border-color: var(--border-color);
    -webkit-box-shadow: none;
    box-shadow: none
}
table.wcvendors-table-order .wcv-shade.wcv-fade .wcv-modal #modal-title {
    margin: 0
}
table.wcvendors-table-order .wcv-shade.wcv-fade .wcv-modal .subtitle {
    margin: 0
}
table.wcvendors-table-order .wcv-shade.wcv-fade .wcv-modal .modal-body {
    padding: 30px
}
table.wcvendors-table-order .wcv-shade.wcv-fade .wcv-modal .modal-body h4 {
    font-weight: 500
}
table.wcvendors-table-order .wcv-shade.wcv-fade .wcv-modal .wcv-order-customer-details table.wcv-table>tbody>tr>td:not(.wcv-order-totals-label), table.wcvendors-table-order .wcv-shade.wcv-fade .wcv-modal .wcv-order-customer-details table.wcv-table>tbody>tr>th, table.wcvendors-table-order .wcv-shade.wcv-fade .wcv-modal .wcv-order-customer-details table.wcv-table>thead>tr>td:not(.wcv-order-totals-label), table.wcvendors-table-order .wcv-shade.wcv-fade .wcv-modal .wcv-order-customer-details table.wcv-table>thead>tr>th {
    text-align: center;
    vertical-align: middle
}
table.wcvendors-table-order .wcv-shade.wcv-fade .wcv-form textarea {
    min-height: 150px;
    border-color: var(--border-color);
    -webkit-box-shadow: none;
    box-shadow: none
}
table.wcvendors-table-order .wcv-shade.wcv-fade .order_note_form input[type="submit"] {
    width: auto
}
table.wcvendors-table-order .wcv-shade.wcv-fade .wcv_shipping_provider+.select2-container--default {
    margin: 0;
    margin-left: 10px;
    min-width: 200px
}
table.wcvendors-table-order .wcv-shade.wcv-fade .wcv_shipping_provider+.select2-container--default .select2-selection--single {
    margin: 0
}
table.wcvendors-table-order .wcv-shade.wcv-fade .wcv_shipping_provider+.select2-container--default .select2-selection--single .select2-selection__rendered {
    padding-left: 10px;
    padding-right: 30px
}
.single-product .wcvendors_ships_from br, .single-product .wcvendors_ships_from+br {
    display: none
}
.wcv-opening-hours-wrapper table.form-table>thead>tr>th, .wcv-opening-hours-wrapper table.form-table>thead>tr>td, .wcv-opening-hours-wrapper table.form-table>tbody>tr>th, .wcv-opening-hours-wrapper table.form-table>tbody>tr>td {
    vertical-align: middle;
    text-align: center
}
.wcv-opening-hours-wrapper #opening-hours>tr>td:last-child a {
    color: var(--color-11);
    margin: 0 10px
}
.wcv-opening-hours-wrapper #opening-hours>tr>td:last-child a:before {
    display: inline-block;
    font-weight: 700
}
.wcv-opening-hours-wrapper #opening-hours>tr>td:last-child a.remove-row {
    color: var(--red-color)
}
.wcv-opening-hours-wrapper #opening-hours>tr>td:last-child a.done {
    color: #07930b
}
.wcv-opening-hours-wrapper .wcv-icon {
    display: none
}
.wcv-opening-hours-wrapper #add-work-hours:before {
    content: "";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-family: "tb-icon"
}
.wcv-opening-hours-wrapper #add-work-hours:before {
    display: inline-block;
    font-weight: 700
}
.wcv-opening-hours-wrapper a.remove-row:before {
    content: "";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-family: "tb-icon"
}
.wcv-opening-hours-wrapper a.edit:before {
    content: '\e612'
}
.wcv-opening-hours-wrapper a.done:before {
    content: "";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-family: "tb-icon"
}
.wcv-opening-hours-wrapper+.wcv-cols-group.wcv-horizontal-gutters .control-group {
    margin: 0
}
.wcv-vacation-mode-msg-wrapper+div {
    margin-top: 20px
}
#wp-_wcv_vendor_store_notice-wrap {
    margin-bottom: 30px
}
form#wcv-store-settings input#store_save_button {
    margin-top: 15px
}
form#wcv-store-settings #branding .wcv-file-uploader-add_wcv_store_banner_id, form#wcv-store-settings #branding .wcv-file-uploader-delete_wcv_store_banner_id {
    display: inline-block;
    margin-bottom: 20px
}
form#wcv-store-settings .wcv-tabs .wcv-cols-group.wcv-horizontal-gutters {
    margin-bottom: 0
}
form#wcv-store-settings small, form#wcv-store-settings .tip {
    font-size: 13px
}
table.wcvendors-table-shop_coupon {
    margin-top: 20px
}
.wcv-store-header.header-modern .meta {
    padding: 20px 30px;
    display: block;
    text-align: left;
    background: var(--tb-theme-body)
}
.wcv-store-header.header-modern .meta a {
    color: var(--black-color)
}
.wcv-store-header.header-modern .meta>.block {
    padding: 5px 0;
    display: block
}
.wcv-store-header.header-modern .meta>.block:not(.sales) .label {
    display: none
}
.wcv-store-header.header-modern .meta .wcv-icon {
    width: 15px;
    height: 15px;
    margin-right: 5px;
    margin-left: 0
}
.wcv-store-header.header-modern .meta .phone .wcv-icon {
    width: 12px;
    height: 12px
}
.wcv-store-header.header-modern .meta .stars .wcv-icon {
    width: 14px;
    height: 14px;
    margin: 0
}
.wcv-store-header.header-modern .meta .social-icons .wcv-icon {
    width: 20px;
    height: 20px
}
.wcv-store-header.header-modern .meta .social-icons a:hover {
    color: var(--tb-theme-color)
}
.wcv-pro-vendorlist {
    border: 0;
    margin-bottom: 30px
}
.wcv_store_search form input[type="search"], .wcv_vendor_search form input[type="search"] {
    padding: 0;
    padding-left: 15px;
    width: 100%
}
.wcv_store_search form input[type="submit"], .wcv_vendor_search form input[type="submit"] {
    width: 100%;
    margin-top: 10px
}
@media(min-width:992px) {
    .wcv-store-header.header-modern .info {
        padding: 0 0 30px 30px
    }
    .wcv_dashboard_datepicker form {
        width: 50%;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    .wcv_dashboard_datepicker form>div {
        width: auto;
        -webkit-box-flex: 1;
        -moz-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1
    }
    .wcv_dashboard_datepicker form>div.all-66 {
        -webkit-box-flex: 3;
        -moz-box-flex: 3;
        -webkit-flex: 3;
        -ms-flex: 3;
        flex: 3
    }
}
@media(max-width:991px) {
    .wcv-store-header.header-modern .meta {
        text-align: center
    }
    .wcvendors-pro-dashboard-wrapper .wcv-navigation ul.menu {
        display: flex;
        display: -ms-flexbox;
        white-space: nowrap;
        overflow: auto
    }
    .wcvendors-pro-dashboard-wrapper .wcv-navigation ul.menu li {
        margin: 0 15px
    }
    .wcvendors-pro-dashboard-wrapper .wcv-tabs .tabs-content#store .wcv-cols-group.wcv-horizontal-gutters .all-60 {
        width: 100%
    }
    .wcvendors-pro-dashboard-wrapper .wcv-tabs .tabs-content#store .wcv-cols-group.wcv-horizontal-gutters .all-20 {
        width: 50%
    }
    .wcv-order-header {
        display: block
    }
    .wcv-order-header>div {
        width: 100%
    }
    .wcv-order-header>div.align-right {
        margin-top: 30px
    }
    .wcv-order-header .all-33 .wcv-cols-group.wcv-horizontal-gutters>div:last-child .control {
        margin-left: 10px;
        margin-right: 0
    }
    .wcv-order-header .all-33 .wcv-cols-group.wcv-horizontal-gutters>div:last-child .control input {
        width: 100% !important;
        margin: 0 !important
    }
}
@media(max-width:767px) {
    .wcv_dashboard_datepicker, .wcv-order-header {
        margin-bottom: 20px
    }
    .wcv_dashboard_datepicker form>div, .wcv-order-header form>div {
        width: 100%
    }
    .wcv_dashboard_datepicker form>div.all-33 label, .wcv-order-header form>div.all-33 label {
        display: none
    }
    .wcv_dashboard_datepicker .wcv-cols-group.wcv-horizontal-gutters, .wcv-order-header .wcv-cols-group.wcv-horizontal-gutters {
        margin-bottom: 0
    }
    .wcv-order-header {
        margin: 0
    }
    .wcv-order-header .wcv-form>.control-group {
        margin-top: 20px
    }
    .wcv-order-header .wcv-form>div:first-child .wcv-cols-group.wcv-horizontal-gutters>div {
        width: 100%;
        margin-bottom: 10px
    }
    .wcv-order-header .wcv-form>div .wcv-cols-group.wcv-horizontal-gutters {
        margin: 0 -5px
    }
    .wcv-order-header .wcv-form>div .wcv-cols-group.wcv-horizontal-gutters>div {
        padding: 0 5px
    }
    .wcv-order-header .wcv-form>div .wcv-cols-group.wcv-horizontal-gutters>div .control-group {
        padding: 0
    }
    .wcv-order-header .wcv-form>div .wcv-cols-group.wcv-horizontal-gutters>div .control {
        margin: 0 !important
    }
    .wcvendors-pro-dashboard-wrapper .wcv_dashboard_table_header.wcv-search {
        width: 100%
    }
    .wcvendors-pro-dashboard-wrapper .wcv_dashboard_table_header.wcv-search+.wcv_actions {
        width: 100%;
        margin-top: 30px
    }
    .wcvendors-pro-dashboard-wrapper .wcv_actions+.wcv-cols-group.wcv-horizontal-gutters>div {
        overflow-y: hidden;
        overflow-x: auto
    }
    .wcvendors-pro-dashboard-wrapper .wcv_actions+.wcv-cols-group.wcv-horizontal-gutters>div .wcvendors-table-product {
        min-width: 800px;
        margin: 0
    }
    .wcvendors-pro-dashboard-wrapper .wcv-tabs.top .tabs-nav {
        display: flex;
        display: -ms-flexbox;
        overflow: auto
    }
}
@media(max-width:479px) {
    .wcv-opening-hours-wrapper #opening-hours>tr>td:last-child a {
        margin: 0 5px
    }
}
@media(max-width:360px) {
    ul.wcv_vendorslist .vendor_list {
        min-height: 230px
    }
}
.woocommerce-product-rating .wcvendors_cart_sold_by_meta {
    margin-left: 5px;
    margin-right: 0;
    color: var(--color-01)
}
.wcv-vendor-list-filter .wcv-vendor-list-search form input[type=text] {
    border: 1px solid var(--border-color);
    padding-left: 15px;
    padding-right: 15px
}
.wcv-vendor-list-filter~.wcv_vendorslist {
    padding: 0
}
.wcv-vendor-list-filter~.wcv_vendorslist .vendor_list_info small {
    display: block
}
.wcv-vendor-list-switch .wcv-vendor-list-switch-item.active {
    color: var(--tb-theme-color) !important
}
.wcv_vendorslist.list .vendor_list .vendor_list_avatar {
    width: auto
}
.wcv_vendorslist .vendor_list .vendor_list--shop-name a {
    color: #17181a;
    font-size: 18px;
    line-height: 24px
}
.wcv_vendorslist .vendor_list .vendor_list--shop-name a:hover {
    color: var(--tb-theme-color)
}
@media(max-width:767px) {
    .wcv_vendorslist.grid .vendor_list .vendor_list_avatar {
        height: unset
    }
    ul.wcv_vendorslist.list .vendor_list a img {
        max-width: 150px
    }
    .wcv-vendor-list-filter .search-vendors-toggle-button {
        color: #fff
    }
}
.woocommerce .wpmc-nav-wrapper button.button:hover, .woocommerce .wpmc-nav-wrapper button.button:focus {
    background: var(--tb-theme-color-hover)
}
.woocommerce input.button.alt.yith-wcms-button:hover, .woocommerce input.button.alt.yith-wcms-button:focus {
    background: var(--tb-theme-color-hover)
}
.woocommerce input.button.alt.yith-wcms-button.prev {
    float: left
}
#checkout_timeline.text li.done {
    opacity: .7;
    filter: alpha(opacity=70)
}
#checkout_timeline.text li.active .timeline-wrapper a.timeline-label {
    color: var(--tb-theme-color)
}
@media(max-width:767px) {
    #checkout_timeline {
        margin-bottom: 35px
    }
    #checkout_timeline.horizontal.text li {
        line-height: 18px;
        display: unset
    }
    #checkout_timeline.horizontal.text li.active .timeline-wrapper a.timeline-label {
        font-weight: 600;
        color: var(--tb-theme-color)
    }
}
.argmc-wrapper .argmc-form-steps.current {
    padding: 30px;
    margin-bottom: 0
}
.argmc-wrapper .argmc-nav-text, .argmc-wrapper .argmc-nav-buttons {
    border: 0 !important
}
.woocommerce .argmc-wrapper form .form-row {
    margin: 0 !important
}
@media(min-width:768px) {
    .argmc-wrapper #argmc-next, .argmc-wrapper #argmc-submit {
        margin-left: 15px !important
    }
}
@media(max-width:767px) {
    .argmc-wrapper .argmc-form-steps.current {
        padding: 15px
    }
    .argmc-wrapper .argmc-form-steps.current .shop_table .cart_item:first-child {
        margin-top: 0
    }
}
.woocommerce .wpmc-step-review table.shop_table {
    border: 0;
    margin: 0;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-collapse: collapse
}
.woocommerce .wpmc-step-review table.shop_table thead {
    background: var(--border-color)
}
.woocommerce .wpmc-step-review table.shop_table thead tr th {
    font-weight: bold;
    color: var(--black-color);
    font-size: 16px
}
.woocommerce .wpmc-step-review table.shop_table tfoot tr th {
    font-weight: bold;
    color: var(--tb-theme-color)
}
.woocommerce .wpmc-step-review table.shop_table tfoot tr td .woocommerce-Price-amount {
    color: var(--tb-theme-color)
}
.wpmc-steps-wrapper form.checkout {
    padding-bottom: 0
}
form.auction_form .quantity {
    border: 1px solid var(--border-color-7);
    display: flex;
    flex-direction: row-reverse
}
form.auction_form .quantity input {
    height: 40px;
    line-height: 40px
}
form.auction_form .quantity input[type="button"] {
    width: 36px;
    font-size: 22px;
    padding: 0;
    border: 0;
    float: left;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px
}
form.auction_form.cart button.bid_button {
    height: 42px;
    line-height: 42px
}
.auction-ajax-change .wsawl-link {
    margin-top: 20px
}
@media(max-width:576px) {
    div form.cart.auction_form button.bid_button, div form.cart.auction_form .quantity {
        margin-top: 10px !important
    }
}
.elementor-product-only-image .product-content+a, .inner-only-image .product-content+a {
    display: none
}
.product-type-auction .product-block .auction-price>span {
    font-size: 13px;
    line-height: 22px;
    font-weight: 500;
    color: #262626
}
.product-type-auction .product-block .auction-price .amount {
    font-weight: 700;
    color: var(--tb-theme-color)
}
.product-type-auction .product-block .auction-time {
    padding-bottom: 4px
}
.product-type-auction .product-block .auction-time .countdown_row {
    font-size: 14px;
    padding-left: 21px
}
.product-type-auction .product-block .auction-time .countdown_row:before {
    font-size: 18px
}
.product-type-auction>div.product-block .group-buttons .add-cart a i {
    display: none
}
@media(min-width:768px) {
    .product-type-auction>div.product-block .group-buttons .add-cart a:before {
        content: "";
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-family: "tb-icon"
    }
    .product-type-auction>div.product-block .group-buttons .add-cart a:before {
        font-size: 28px;
        color: #262626;
        -webkit-transition: .3s;
        -o-transition: .3s;
        transition: .3s
    }
    .product-type-auction>div.product-block .group-buttons .add-cart a:hover:before, .product-type-auction>div.product-block .group-buttons .add-cart a:focus:before {
        color: #fff
    }
}
.product-type-auction>div.product-block .caption .price-wrapper {
    margin-bottom: 5px
}
.product-type-auction>div.product-block .auction-price>span {
    font-weight: 600
}
.product-type-auction>div.product-block .auction-price>span:only-child {
    color: #0c8fc7
}
.product-type-auction>div.product-block .auction-price .amount {
    font-weight: 600
}
.product-type-auction>div.product-block span.price {
    font-size: 13px
}
.product-type-auction>div.product-block span.price>span {
    font-size: 13px
}
.product-type-auction>div.product-block span.price>span:only-child {
    color: var(--color-07)
}
.product-type-auction>div.product-block span.price>.winned-for {
    color: #262626;
    font-weight: 600
}
.product-type-auction>div.product-block.vertical-v2 .caption>a, .product-type-auction>div.product-block.vertical-v1 .caption>a {
    margin-top: 10px
}
.product-type-auction>div.product-block .product-content+a, .product-type-auction>div.product-block.vertical-v2 .caption>a, .product-type-auction>div.product-block.vertical-v1 .caption>a {
    background: #2aa88a;
    color: var(--white-color);
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    font-size: 13px;
    font-weight: 600;
    text-align: center;
    line-height: 20px;
    margin-top: 8px
}
.product-type-auction .auction-time {
    font-size: 0;
    line-height: 1;
    padding-top: 5px;
    padding-bottom: 7px
}
.product-type-auction .auction-time .countdown_row {
    font-size: 16px;
    display: inline-block;
    line-height: 22px;
    font-weight: 700;
    color: #2aa88a;
    position: relative;
    padding: 0;
    padding-left: 31px;
    text-align: left
}
.product-type-auction .auction-time .countdown_row:before {
    content: "";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-family: "tb-icon"
}
.product-type-auction .auction-time .countdown_row:before {
    font-size: 24px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    right: auto
}
.product-type-auction .auction-end {
    font-size: 13px;
    color: #8a8a8a;
    line-height: 20px
}
.product-type-auction .reserve {
    display: inline-block;
    font-size: 13px;
    line-height: 24px;
    padding: 0;
    color: #8a8a8a;
    margin-left: 5px;
    margin-right: 0;
    margin-bottom: 0;
    font-weight: 500;
    vertical-align: middle
}
.product-type-auction .reserve:before {
    content: '('
}
.product-type-auction .reserve:after {
    content: ')'
}
.sealed-text {
    font-size: 13px;
    line-height: 22px
}
.sealed-min-text {
    width: 100%;
    font-size: 13px;
    line-height: 22px;
    margin-bottom: 13px
}
.sealed-min-text .woocommerce-Price-amount {
    font-size: 13px;
    font-weight: 700
}
.max-bid {
    width: 100%;
    font-size: 13px
}
.singular-shop>.product.product-type-auction .single-main-content::after {
    height: 0
}
.singular-shop div.product .information .button-wishlist .feedback i {
    line-height: 40px
}
.singular-shop div.product.product-type-auction .single-social-share {
    justify-content: flex-start;
    margin-top: 5px
}
.singular-shop div.product.product-type-auction .summary .price-wrapper {
    display: inline-block;
    font-size: 16px
}
.singular-shop div.product.product-type-auction .summary .price-wrapper .auction-price>span:only-child {
    color: #0c8fc7;
    position: relative;
    padding-left: 30px;
    padding-right: 0;
    font-size: 16px;
    line-height: 24px;
    display: inline-block;
    margin-top: 3px
}
.singular-shop div.product.product-type-auction .summary .price-wrapper .auction-price>span:only-child:before {
    content: "";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-family: "tb-icon"
}
.singular-shop div.product.product-type-auction .summary .price-wrapper .auction-price>span:only-child:before {
    position: absolute;
    font-size: 28px;
    left: 0;
    right: auto
}
.singular-shop div.product.product-type-auction .summary .price-wrapper .auction-price>.auction, .singular-shop div.product.product-type-auction .summary .price-wrapper .price>.auction {
    color: #262626
}
.singular-shop div.product.product-type-auction .summary .price-wrapper .price {
    font-size: 16px;
    font-weight: 500
}
.singular-shop div.product.product-type-auction .summary .price-wrapper .woocommerce-Price-amount {
    font-weight: 700
}
.singular-shop div.product.product-type-auction .auction-condition {
    margin-bottom: 6px
}
.singular-shop div.product.product-type-auction .auction-condition .curent-bid {
    font-weight: 700
}
.singular-shop div.product.product-type-auction .single_add_to_cart_button .woocommerce-Price-amount {
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}
@media(min-width:768px) {
    .singular-shop div.product.product-type-auction .single_add_to_cart_button:hover .woocommerce-Price-amount {
        color: #fff
    }
}
.singular-shop div.product.product-type-auction .top-main-content {
    padding-bottom: 6px;
    margin-bottom: 18px
}
.singular-shop div.product.product-type-auction .woocommerce-product-details__short-description {
    padding-top: 21px
}
.singular-shop div.product.product-type-auction .woocommerce-product-details__short-description ul {
    margin-bottom: 18px
}
.singular-shop div.product.product-type-auction #shop-now {
    margin-top: 0
}
.singular-shop div.product.product-type-auction .product_meta {
    margin-top: 8px;
    padding-top: 26px
}
.auction-history-table .sealed {
    text-align: left;
    padding-left: 16px;
    padding-right: 16px;
    color: #666;
    font-style: italic;
    font-weight: 500
}
.woocommerce div.product.product-type-auction form.cart div.quantity {
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    margin-right: 12px;
    margin-left: 0
}
.woocommerce .auction_form .quantity input.qty, .woocommerce-page .auction_form .quantity input.qty {
    width: 73px
}
.singular-shop .auction-ajax-change .buy-now #shop-now .single_add_to_cart_button {
    background: #ffc700;
    color: #262626;
    border-color: #ffc700
}
.singular-shop .auction-ajax-change .buy-now #shop-now .single_add_to_cart_button .woocommerce-Price-amount {
    color: #262626;
    font-weight: 700
}
@media(max-width:575px) {
    .singular-shop .auction-ajax-change .buy-now #shop-now .single_add_to_cart_button {
        width: calc(100% - 32px);
        border-radius: 4px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        -ms-border-radius: 4px;
        -o-border-radius: 4px
    }
}
.auction-ajax-change {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center
}
.auction-ajax-change form {
    display: inline-block
}
.auction-ajax-change .wsawl-link {
    display: inline-block;
    margin: 0
}
.auction-ajax-change .buy-now {
    -webkit-box-ordinal-group: 4;
    -moz-box-ordinal-group: 4;
    -ms-flex-order: 4;
    -webkit-order: 4;
    order: 4
}
.auction-ajax-change .wsawl-link {
    -webkit-box-ordinal-group: 3;
    -moz-box-ordinal-group: 3;
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3;
    margin: 0 15px 15px 0
}
.auction-ajax-change .button-wishlist .feedback i {
    line-height: 40px
}
.add-wsawl.sa-watchlist-action {
    position: relative;
    padding-left: 30px;
    padding-right: 0
}
.add-wsawl.sa-watchlist-action:before {
    content: "";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-family: "tb-icon"
}
.add-wsawl.sa-watchlist-action:before {
    font-size: 26px;
    position: absolute;
    left: 0
}
.sa-watchlist-action.remove-wsawl {
    color: var(--tb-theme-color)
}
.sa-watchlist-action.remove-wsawl:before {
    display: inline-block;
    line-height: 1;
    vertical-align: middle
}
table.auction-history-table, table.my_auctions_activity {
    border: 0;
    margin-top: 20px
}
table.auction-history-table>thead>tr>th, table.auction-history-table>thead>tr>td, table.auction-history-table>tbody>tr>th, table.auction-history-table>tbody>tr>td, table.my_auctions_activity>thead>tr>th, table.my_auctions_activity>thead>tr>td, table.my_auctions_activity>tbody>tr>th, table.my_auctions_activity>tbody>tr>td {
    border: 0;
    padding: 17px 8px
}
table.auction-history-table>tbody+tbody, table.my_auctions_activity>tbody+tbody {
    border: 0
}
table.auction-history-table>tbody tr:nth-child(2n+1), table.my_auctions_activity>tbody tr:nth-child(2n+1) {
    background: #f9f9f9
}
table.auction-history-table .woocommerce-Price-amount, table.my_auctions_activity .woocommerce-Price-amount {
    font-size: 14px
}
table.my_auctions_activity {
    margin-top: 0
}
table.my_auctions_activity>tbody tr {
    background-color: #f9f9f9
}
table.my_auctions_activity>tbody tr:nth-child(2n+1) {
    background-color: var(--bg-white)
}
table.my_auctions_activity .winning {
    background-color: #f9f9f9
}
table.my_auctions_activity tr>th:last-child, table.my_auctions_activity tr>td:last-child {
    float: right
}
#tabs-list-simle_auction_history h2 {
    margin-bottom: 6px
}
#tabs-list-simle_auction_history>p {
    margin-bottom: 2px;
    margin-top: 15px
}
.auction-bage {
    background: 0;
    top: 0;
    right: 0;
    left: auto;
    color: #a3a3a3;
    font-size: 18px;
    background: var(--bg-white);
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
    z-index: 9
}
.auction-bage:before {
    content: "";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-family: "tb-icon"
}
span.winning {
    top: 50%;
    right: auto;
    left: 50%;
    min-height: 20px;
    border-radius: 4px;
    line-height: 20px;
    padding: 0 10px;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 12;
    font-weight: 600;
    background: #eaf7f4;
    color: #2aa88a
}
.auction-ajax-change.pay-now {
    justify-content: space-between;
    background: #eaf7f4;
    align-items: center;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    margin-bottom: 30px;
    padding: 12px 21px
}
.auction-ajax-change.pay-now>p {
    margin: 0;
    color: #2aa88a;
    font-weight: 600
}
.auction-ajax-change.pay-now>p>a.button {
    background: #2aa88a;
    color: var(--white-color);
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    font-size: 13px;
    font-weight: 600;
    padding: 11px 16px
}
#tbay-quick-view-content #mobile-auctions-close-infor-wrapper, body.modal-open #mobile-auctions-close-infor-wrapper {
    display: none !important
}
#mobile-auctions-close-infor-wrapper, .mobile-auctions-btn-click, #mobile-auctions-close-infor {
    display: none
}
#mobile-auctions-close-infor-wrapper {
    display: block;
    position: fixed;
    background: rgba(0, 0, 0, 0.7);
    width: 100vw;
    left: 0;
    height: 1000vw;
    top: 0;
    z-index: 98;
    opacity: 0;
    filter: alpha(opacity=0);
    visibility: hidden;
    pointer-events: none
}
@media(min-width:768px) {
    .singular-shop div.product .auction-ajax-change>form {
        margin: 0 10px 15px 0 !important
    }
    .singular-shop div.product .auction-ajax-change>form.buy-now:nth-child(1) {
        width: 100%
    }
    .singular-shop div.product .auction-ajax-change>form.buy-now:nth-child(1) .single_add_to_cart_button {
        margin-right: 8px;
        margin-left: 0
    }
    .singular-shop div.product.product-type-auction .group-button {
        margin: 0 10px 15px 0;
        float: inherit
    }
}
@media(max-width:575px) {
    .woocommerce .quantity button i, .woocommerce-page .quantity button i {
        font-size: 16px;
        display: flex
    }
    .singular-shop div.product .auction-ajax-change>form.buy-now:nth-child(1) .group-button {
        display: none
    }
    .auction-ajax-change.pay-now {
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        margin: 0;
        z-index: 100
    }
    .auction-ajax-change.pay-now>p:first-child {
        padding-bottom: 15px
    }
    .mobile-auctions-btn-click {
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        z-index: 99;
        background: var(--bg-white);
        padding: 10px 8px 10px 16px;
        border-top: 1px solid var(--border-color);
        display: flex;
        align-items: center
    }
    .mobile-auctions-btn-click #tbay-click-buy-now-bid, .mobile-auctions-btn-click #tbay-click-addtobid {
        background: #ffc700;
        color: #262626;
        width: 88%;
        text-align: center;
        padding: 10px;
        font-weight: 700;
        border-radius: 4px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        -ms-border-radius: 4px;
        -o-border-radius: 4px;
        border: 0
    }
    .mobile-auctions-btn-click>button:nth-child(2) {
        margin-left: 4%;
        margin-right: 0
    }
    .mobile-auctions-btn-click #tbay-click-addtobid {
        background: var(--tb-theme-color);
        color: var(--white-color)
    }
    .mobile-auctions-btn-click .tbay-mobile-wishlist {
        width: 10%;
        margin-left: 8px;
        margin-right: 0;
        text-align: center;
        min-width: 40px
    }
    .mobile-auctions-btn-click .tbay-mobile-wishlist i {
        display: inline-block;
        vertical-align: middle
    }
    .open-btn-buynowbid #shop-now.has-wishlist .single_add_to_cart_button::after {
        border: 0
    }
    #mobile-auctions-close-infor {
        position: fixed;
        bottom: 52px;
        background: var(--bg-white);
        z-index: 99999;
        text-align: right;
        width: 100%;
        left: 0;
        padding: 15px 8px
    }
    #mobile-auctions-close-infor i {
        font-size: 26px
    }
    .auction-ajax-change.open {
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
        border-radius: 10px 10px 0 0;
        -webkit-border-radius: 10px 10px 0 0;
        -moz-border-radius: 10px 10px 0 0;
        -ms-border-radius: 10px 10px 0 0;
        -o-border-radius: 10px 10px 0 0;
        z-index: 9999
    }
    .auction-ajax-change.open .group-button {
        display: none
    }
    .auction-ajax-change.open~.mobile-auctions-btn-click {
        display: none
    }
    .auction-ajax-change.open~#mobile-auctions-close-infor-wrapper {
        opacity: 1;
        filter: alpha(opacity=100);
        visibility: visible;
        pointer-events: all
    }
    .auction-ajax-change.open~#mobile-auctions-close-infor {
        display: block
    }
    .auction-ajax-change .single_add_to_cart_button {
        position: static !important;
        width: 100%
    }
    .auction-ajax-change form.auction_form, .auction-ajax-change form.buy-now {
        position: fixed;
        bottom: 8px;
        width: 100vw;
        left: 16px;
        background: var(--bg-white);
        border-radius: 10px 10px 0 0;
        -webkit-border-radius: 10px 10px 0 0;
        -moz-border-radius: 10px 10px 0 0;
        -ms-border-radius: 10px 10px 0 0;
        -o-border-radius: 10px 10px 0 0;
        z-index: 99;
        -webkit-transform: translate(0, 120%);
        -ms-transform: translate(0, 120%);
        -o-transform: translate(0, 120%);
        transform: translate(0, 120%);
        opacity: 0;
        filter: alpha(opacity=0);
        -webkit-transition: none;
        -o-transition: none;
        transition: none
    }
    .auction-ajax-change.open-btn-addtobid form.auction_form {
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
        opacity: 1;
        filter: alpha(opacity=100)
    }
    .auction-ajax-change.open-btn-buynowbid form.buy-now {
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
        opacity: 1;
        filter: alpha(opacity=100);
        z-index: 9999
    }
    div.product.product-type-auction .auction-ajax-change form.cart div.quantity {
        padding: 0;
        display: flex !important;
        flex-direction: row-reverse
    }
    .product-type-auction .reserve {
        margin-left: 0
    }
    .add-wsawl.sa-watchlist-action {
        margin-left: 0
    }
    .auction-ajax-change {
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start
    }
    .auction-ajax-change .wsawl-link {
        margin: 0;
        margin-bottom: 15px
    }
    form.cart.auction_form {
        left: 0;
        bottom: 0;
        border-radius: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        -o-border-radius: 0;
        padding: 0 0 10px 16px
    }
    form.cart.auction_form div.quantity {
        margin-bottom: 0 !important;
        margin-left: 0 !important
    }
    form.cart.auction_form~.buy-now #shop-now button {
        width: calc(100% - 32px);
        border-radius: 4px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        -ms-border-radius: 4px;
        -o-border-radius: 4px
    }
    form.cart.auction_form~.buy-now #shop-now button .woocommerce-Price-amount {
        font-weight: 700
    }
    .singular-shop .auction-ajax-change .group-button .tbay-wishlist {
        position: fixed;
        bottom: 10px;
        right: 10px;
        z-index: 1
    }
    .singular-shop .auction-ajax-change .group-button .tbay-wishlist .exists .feedback {
        background: var(--tb-theme-color);
        width: 40px;
        height: 40px
    }
    .singular-shop .auction-ajax-change .group-button .tbay-wishlist:before {
        content: '';
        width: calc(100% - -16px);
        height: calc(100% - -20px);
        border-top: 1px solid var(--border-color);
        top: -10px;
        left: -6px;
        position: absolute;
        z-index: -1;
        background: white
    }
}
@media(max-width:767px) {
    #tabs-list-simle_auction_history h2 {
        padding-bottom: 0
    }
    .singular-shop div.product.product-type-auction .group-button {
        display: none
    }
}
@media(max-width:1199px) {
    .product-type-auction .single-main-content .besa-social-links {
        margin-top: 4px;
        margin-bottom: 15px
    }
}
@media(max-width:991px) {
    .product-type-auction .single-main-content .top-main-content {
        padding-bottom: 8px !important
    }
}
.product-type-auction .product-block.list .caption-right+a {
    background: #2aa88a;
    color: var(--white-color);
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    font-size: 13px;
    font-weight: 600;
    text-align: center;
    line-height: 20px;
    margin-top: 8px;
    height: max-content
}
.woocommerce div.product-nav-icon p.price, .woocommerce div.product-nav-icon span.price {
    font-size: 12px;
    line-height: 16px;
    margin-top: 8px
}
#tbay-quick-view-modal .has-buy-now .single_add_to_cart_button {
    background: #ffc700;
    color: #262626;
    border-color: #ffc700;
    margin-bottom: 15px
}
#tbay-quick-view-modal .has-buy-now .single_add_to_cart_button .woocommerce-Price-amount {
    color: #262626;
    font-weight: 700
}
.woocommerce span.yith-wcact-aution-badge {
    top: 0;
    right: 0;
    left: auto;
    color: #a3a3a3;
    font-size: 18px;
    background: var(--bg-white);
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    z-index: 10;
    position: absolute;
    padding: 0 6px 6px;
    max-width: 30px
}
.product-type-auction .entry-summary .button-wishlist .feedback i {
    line-height: 40px
}
.tbay-yith-auctions.woocommerce #respond input#submit.alt.ywcact-auction-buy-now-button, .tbay-yith-auctions.woocommerce a.button.alt.ywcact-auction-buy-now-button, .tbay-yith-auctions.woocommerce button.button.alt.ywcact-auction-buy-now-button, .tbay-yith-auctions.woocommerce input.button.alt.ywcact-auction-buy-now-button {
    background: #ffc700;
    color: #262626;
    border-color: #ffc700
}
.tbay-yith-auctions.woocommerce #respond input#submit.alt.ywcact-auction-buy-now-button .woocommerce-Price-amount, .tbay-yith-auctions.woocommerce a.button.alt.ywcact-auction-buy-now-button .woocommerce-Price-amount, .tbay-yith-auctions.woocommerce button.button.alt.ywcact-auction-buy-now-button .woocommerce-Price-amount, .tbay-yith-auctions.woocommerce input.button.alt.ywcact-auction-buy-now-button .woocommerce-Price-amount {
    color: #262626;
    font-weight: 700
}
.tbay-yith-auctions .ywcact-congratulations-winner-auction-section #yith-wcact-auction-won-auction {
    background: #2aa88a;
    color: var(--white-color);
    padding: 0 30px !important
}
.tbay-yith-auctions .ywcact-congratulations-winner-auction-section #yith-wcact-auction-won-auction:hover, .tbay-yith-auctions .ywcact-congratulations-winner-auction-section #yith-wcact-auction-won-auction:focus {
    background: #2aa88a;
    color: #fff
}
.tbay-yith-auctions .auction_end_start {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}
.tbay-yith-auctions .singular-shop div.product.product-type-auction .top-main-content {
    padding-bottom: 10px
}
.tbay-yith-auctions .singular-shop div.product.product-type-auction .woocommerce-product-details__short-description {
    padding-top: 13px
}
@media(min-width:768px) {
    .tbay-yith-auctions .singular-shop div.product.product-type-auction .group-button {
        margin-bottom: 4px
    }
    .tbay-yith-auctions .singular-shop div.product.product-type-auction .ywcact-other-auctions-section~.group-button {
        margin-bottom: 30px
    }
}
.tbay-yith-auctions .singular-shop div.product.product-type-auction .product_meta {
    margin-top: 2px;
    padding-top: 22px
}
.tbay-yith-auctions .yith-wcact-item-condition {
    padding-bottom: 8px
}
.tbay-yith-auctions .ywcact-your-bid-header p {
    font-size: 13px;
    color: #262626;
    margin-bottom: 7px
}
.tbay-yith-auctions .ywcact-bid-form {
    margin-top: 14px
}
.tbay-yith-auctions #yith_wcact_manual_bid_increment .woocommerce-Price-amount {
    font-size: 12px
}
.information-yith-auction .ywcact-sealed-auction {
    color: #0c8fc7;
    position: relative;
    padding-left: 30px;
    padding-right: 0;
    font-size: 16px;
    line-height: 24px;
    display: inline-block
}
.information-yith-auction .ywcact-sealed-auction:before {
    content: "";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-family: "tb-icon"
}
.information-yith-auction .ywcact-sealed-auction:before {
    position: absolute;
    font-size: 28px;
    left: 0;
    right: auto
}
.information-yith-auction .ywcact-sealed-auction~span {
    margin-left: 5px;
    margin-right: 0;
    color: #262626
}
.information-yith-auction .ywcact-sealed-auction~span::before {
    content: '('
}
.information-yith-auction .ywcact-sealed-auction~span::after {
    content: ')'
}
.ywcact-other-auction-product-container .ywcact-other-auction-info-current-bid {
    font-weight: 600;
    font-size: 13px;
    color: var(--tb-theme-color);
    line-height: 20px
}
.ywcact-other-auction-product-container .ywcact-other-auction-info-title {
    padding-bottom: 5px
}
.information-yith-auction .ywcact-other-auction-product-container .ywcact-sealed-auction {
    padding: 0;
    color: var(--tb-theme-color)
}
.information-yith-auction .ywcact-other-auction-product-container .ywcact-sealed-auction::before {
    content: none
}
.information-yith-auction #time .yith-wcact-container-timeleft .yith-wcact-timer-auction {
    width: 100%
}
.information-yith-auction #time.timetito {
    padding-bottom: 0
}
.information-yith-auction #time.timetito .yith-wcact-container-timeleft .yith-wcact-timer-auction {
    width: 50%
}
.information-yith-auction h3 {
    font-size: 16px;
    color: #262626;
    font-weight: 600
}
.tbay-yith-auctions .yith-wcact-loop .woocommerce-result-count {
    float: inherit
}
.tbay-yith-auctions .yith-wcact-loop .woocommerce-ordering {
    float: inherit;
    z-index: 12
}
.tbay-yith-auctions .yith-wcact-loop .woocommerce-ordering .CaptionCont {
    border-color: var(--border-color-4);
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    line-height: 38px;
    padding: 0 15px;
    cursor: pointer;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}
.tbay-yith-auctions .yith-wcact-loop .woocommerce-ordering .CaptionCont label:before {
    content: "";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-family: "tb-icon"
}
.tbay-yith-auctions .yith-wcact-loop .woocommerce-ordering .CaptionCont label:before {
    font-size: 10px;
    display: inline-block;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s
}
.tbay-yith-auctions .yith-wcact-loop .woocommerce-ordering .CaptionCont label>i {
    background: 0
}
.tbay-yith-auctions .yith-wcact-loop .woocommerce-ordering .CaptionCont>span {
    cursor: pointer
}
.tbay-yith-auctions .yith-wcact-loop .woocommerce-ordering .CaptionCont:hover {
    color: var(--tb-theme-color)
}
.tbay-yith-auctions .yith-wcact-loop .woocommerce-ordering .CaptionCont:hover label:before {
    color: var(--tb-theme-color)
}
.tbay-yith-auctions .yith-wcact-loop .woocommerce-ordering .SumoSelect>.optWrapper {
    top: calc(100% - 1px);
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0
}
.tbay-yith-auctions .yith-wcact-loop .woocommerce-ordering .SumoSelect.open label:before {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg)
}
.tbay-yith-auctions .yith-wcact-loop .woocommerce-ordering .optWrapper>.options li.opt {
    padding: 0 15px
}
.tbay-yith-auctions .singular-shop div.product.product-type-auction .summary .price-wrapper .price {
    font-weight: 500;
    color: #262626
}
.tbay-yith-auctions .singular-shop div.product.product-type-auction .summary .price-wrapper .price, .tbay-yith-auctions .singular-shop div.product.product-type-auction .summary .price-wrapper .woocommerce-Price-amount {
    font-weight: 600;
    color: var(--tb-theme-color)
}
.tbay-yith-auctions .product-block.v1 .caption {
    padding-bottom: 7px
}
.tbay-yith-auctions .product-block .product-content {
    -webkit-box-flex: unset;
    -moz-box-flex: unset;
    -webkit-flex: unset;
    -ms-flex: unset;
    flex: unset
}
.tbay-yith-auctions .product-type-auction>div.product-block span.price>span:only-child {
    color: var(--tb-theme-color)
}
.yith-wcact-timeleft-loop {
    padding-right: 6px;
    padding-left: 27px;
    position: relative;
    color: #2aa88a;
    font-weight: 700
}
.yith-wcact-timeleft-loop .yith-wcact-timeleft-compact:before {
    content: "";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-family: "tb-icon"
}
.yith-wcact-timeleft-loop .yith-wcact-timeleft-compact:before {
    font-size: 20px;
    position: absolute;
    top: 1px;
    left: 5px;
    right: auto
}
.auction_end_start {
    margin-top: 0
}
.auction_end_start span {
    margin: 0 0 0 6px;
    font-size: 13px;
    color: #3d3d3d
}
.auction_end_start span.ywcact_auction_end_start_label {
    color: var(--color-07);
    font-weight: 500;
    margin-left: 6px;
    margin-right: 0
}
.auction_end_start span:only-child {
    font-weight: 600
}
.vertical-v2 .auction_end_start span, .vertical-v1 .auction_end_start span {
    margin: 0
}
.yith-wcact-container-timeleft {
    padding: 9px 18px 13px 18px
}
.yith-wcact-container-timeleft .yith-wcact-timer-auction {
    display: inline-block;
    padding-right: 6px;
    padding-left: 31px;
    position: relative;
    color: #2aa88a;
    font-weight: 700;
    width: 50%
}
.yith-wcact-container-timeleft .yith-wcact-timer-auction:before {
    content: "";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-family: "tb-icon"
}
.yith-wcact-container-timeleft .yith-wcact-timer-auction:before {
    font-size: 20px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 2px;
    right: auto
}
.yith-wcact-container-timeleft .ywcact-auction-end-date {
    width: 49%;
    display: inline-block;
    text-align: right;
    margin: 0;
    font-size: 13px
}
.yith-wcact-container-timeleft .ywcact-auction-end-date>.ywcact-auction-end {
    font-weight: 600
}
.yith-wcact-container-timeleft .ywcact-auction-end-date>.ywcact-date-end {
    font-weight: 500
}
.yith-wcact-container-timeleft .ywcact-auction-end-date label {
    margin: 0
}
.yith-wcact-container-timeleft .ywcact-time-left {
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 7px
}
.elementor-product-only-image .yith-wcact-timeleft-loop, .elementor-product-only-image .auction_end_start {
    display: none
}
#yith_auction_end_product_page h2 {
    font-size: 18px;
    margin-bottom: 5px;
    color: var(--color-07)
}
.woocommerce button.button.ywcact-auction-fee-confirm {
    line-height: 42px
}
#shop-now #yith-wcact-form-bid {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start
}
#shop-now #yith-wcact-form-bid .ywcact-your-bid-header {
    flex: 0 0 100%
}
#shop-now #yith-wcact-form-bid button#yith-wcact-auction-add-to-cart-button {
    order: 3;
    margin-top: 0 !important;
    margin-left: 20px;
    padding: 0 30px !important;
    height: 42px
}
#shop-now #yith-wcact-form-bid button.auction_bid {
    order: 2;
    line-height: 42px
}
#shop-now #yith-wcact-form-bid .group-button {
    order: 4;
    margin-left: 10px
}
#shop-now #yith-wcact-form-bid div.quantity {
    position: relative;
    -webkit-box-ordinal-group: 0;
    -moz-box-ordinal-group: 0;
    -ms-flex-order: 0;
    -webkit-order: 0;
    order: 0;
    margin-right: 8px;
    width: auto
}
#shop-now #yith-wcact-form-bid div.quantity input.qty {
    padding-left: 20px !important;
    width: 62px;
    padding-right: 5px !important
}
#shop-now #yith-wcact-form-bid .ywcact-currency-symbol {
    position: absolute;
    left: 42px;
    line-height: 42px;
    font-size: 16px;
    top: 0
}
.yith-wcact-manual-bid-increment p, #yith_wcact_reserve_and_overtime {
    margin-bottom: 0
}
@media(max-width:575px) {
    .yith_wcact_has_reserve_price {
        margin: 10px 0
    }
    .ywcact-winner-max-bid, .ywcact-fee-amount-message {
        margin: 10px
    }
    .yith-wcact-container-timeleft .yith-wcact-timer-auction, .yith-wcact-container-timeleft .ywcact-auction-end-date {
        width: 100%;
        text-align: left
    }
    .tbay-yith-auctions .ywcact-congratulations-winner-auction-section #yith-wcact-auction-won-auction {
        width: 100%;
        position: absolute;
        bottom: 0
    }
    .form-cart-popup .information.information-yith-auction #mobile-auctions-close-infor {
        background: transparent;
        width: auto;
        right: 10px;
        bottom: 0;
        left: auto
    }
    .form-cart-popup .information.information-yith-auction #time {
        margin-top: 0;
        margin-bottom: 15px
    }
    .form-cart-popup .information.information-yith-auction #shop-now #yith-wcact-form-bid .ywcact-currency-symbol {
        left: 62px
    }
    .form-cart-popup .information.information-yith-auction #shop-now div.quantity {
        margin: 0 0 20px !important
    }
    .form-cart-popup .information.information-yith-auction .ywcact-your-bid-header {
        margin: 0 15px
    }
    .form-cart-popup .information.information-yith-auction .ywcact-bid-form {
        margin-top: 15px
    }
    .form-cart-popup .information.information-yith-auction #yith_wcact_manual_bid_increment {
        margin-top: 10px
    }
    .form-cart-popup .information.information-yith-auction #yith_wcact_manual_bid_increment, .form-cart-popup .information.information-yith-auction #yith_wcact_reserve_and_overtime {
        margin-left: 15px
    }
    .form-cart-popup .information.information-yith-auction form.cart.open~#mobile-auctions-close-infor-wrapper {
        opacity: 1;
        filter: alpha(opacity=100);
        visibility: visible;
        pointer-events: all
    }
    .form-cart-popup .information.information-yith-auction form.cart.open~.mobile-auctions-btn-click {
        display: none
    }
    .form-cart-popup .information.information-yith-auction form.cart.open~#mobile-auctions-close-infor {
        display: block
    }
    .form-cart-popup .information.information-yith-auction form.cart.open-btn-buynowbid .ywcact-your-bid-header, .form-cart-popup .information.information-yith-auction form.cart.open-btn-buynowbid .quantity, .form-cart-popup .information.information-yith-auction form.cart.open-btn-buynowbid button.auction_bid, .form-cart-popup .information.information-yith-auction form.cart.open-btn-buynowbid #yith_wcact_manual_bid_increment, .form-cart-popup .information.information-yith-auction form.cart.open-btn-buynowbid #yith_wcact_reserve_and_overtime {
        display: none !important
    }
    .form-cart-popup .information.information-yith-auction form.cart.open-btn-addtobid #yith-wcact-auction-add-to-cart-button {
        display: none !important
    }
}
@media(max-width:479px) {
    .yith-wcact-timeleft-loop {
        padding: 0
    }
    .yith-wcact-timeleft-loop .yith-wcact-timeleft-compact::before {
        display: none
    }
    .auction_end_start span {
        margin: 0
    }
}
.yith-wcact-my-auctions-list-index-container-footer {
    padding-top: 10px
}
.ywcact-return-to-watchlist {
    padding-bottom: 10px
}
.woocommerce .woocommerce-MyAccount-content a:not(.woocommerce-button):not(.vendor-dashboard).auction_add_to_cart_button {
    color: var(--white-color)
}
.yith-wcact-my-auctions.order-status span {
    display: block
}
.yith-wcact-my-watchlist-list-index-container-header {
    margin: 50px 0 20px
}
.yith-wcact-my-auctions-list-index-container-header {
    margin-bottom: 20px
}
.woocommerce table.shop_table.my_account_orders.yith_wcact_my_auctions_auction_list_index>tbody>tr>td, .woocommerce table.shop_table.my_account_orders.yith_wcact_my_auctions_auction_list_index>tbody>tr>th, .woocommerce table.shop_table.my_account_orders.yith_wcact_my_auctions_auction_list_index>thead>tr>td, .woocommerce table.shop_table.my_account_orders.yith_wcact_my_auctions_auction_list_index>thead>tr>th {
    text-align: left !important
}
.woocommerce table.shop_table.my_account_orders.yith_wcact_my_auctions_auction_list_index .auction_add_to_cart_button.button.alt {
    padding: 0 30px !important
}
.yith-wcact-timeleft-small-blocks, .yith-wcact-timeleft-big-blocks {
    padding: 10px 0 5px 0 !important
}
.yith-wcact-timeleft-small-blocks .yith-wcact-timeleft, .yith-wcact-timeleft-big-blocks .yith-wcact-timeleft {
    text-align: left
}
.yith-wcact-timeleft-small-blocks.yith-wcact-timer-auction:before, .yith-wcact-timeleft-big-blocks.yith-wcact-timer-auction:before {
    display: none
}
.yith-wcact-timeleft-big-blocks {
    padding-top: 0 !important
}
.yith-wcact-timeleft-big-blocks .yith-wcact-timeleft {
    text-align: center
}
.yith-wcact-container-timeleft .yith-wcact-timeleft-small-blocks, .yith-wcact-container-timeleft .yith-wcact-timeleft-big-blocks, .yith-wcact-container-timeleft .yith-wcact-timeleft-default {
    width: 100% !important
}
.yith-wcact-container-timeleft .yith-wcact-timeleft-small-blocks~.ywcact-auction-end-date, .yith-wcact-container-timeleft .yith-wcact-timeleft-big-blocks~.ywcact-auction-end-date, .yith-wcact-container-timeleft .yith-wcact-timeleft-default~.ywcact-auction-end-date {
    text-align: left
}
.yith-wcact-timeleft-default {
    margin-bottom: 10px
}
@media(max-width:767px) {
    .auction_end_start span.ywcact_auction_end_start_label {
        margin-left: 0
    }
}
.yith-wcact-time-left-main {
    background-color: whitesmoke
}
.yith-wcact-timeleft.yith-wcact-blocks {
    background-color: white
}
.woocommerce table.shop_table.my_account_orders.yith_wcact_my_auctions_watchlist_list_index>thead>tr>th, .woocommerce table.shop_table.my_account_orders.yith_wcact_my_auctions_watchlist_list_index>thead>tr>td, .woocommerce table.shop_table.my_account_orders.yith_wcact_my_auctions_watchlist_list_index>tbody>tr>td, .woocommerce table.shop_table.my_account_orders.yith_wcact_my_auctions_watchlist_list_index>tbody>tr>th {
    padding: 3px
}
.woocommerce table.shop_table.my_account_orders.yith_wcact_my_auctions_watchlist_list_index .yith-wcact-timeleft-default {
    margin-bottom: 0
}
.yith-wcact-timeleft-small-blocks .small-block-content {
    padding-bottom: 2px !important
}
.yith-wcact-timeleft-small-blocks .yith-wcact-number-label {
    padding-top: 12px
}
.yith-wcact-timeleft-big-blocks .yith-wcact-timeleft {
    padding-top: 15px
}
.yith-wcact-timeleft-big-blocks .yith-wcact-number-label {
    padding-top: 3px
}
@media(max-width:424px) {
    .yith-wcact-timeleft-small-blocks .yith-wcact-number-label {
        padding-top: 0
    }
    .yith-wcact-timeleft-small-blocks>div {
        margin-right: 10px
    }
    .yith-wcact-timeleft-big-blocks .yith-wcact-timeleft {
        width: 19%
    }
    .yith-wcact-timeleft-big-blocks .yith-wcact-number-label {
        padding-top: 0
    }
    .yith-wcact-timeleft-big-blocks .yith-wcact-timeleft {
        padding-top: 10px
    }
    .yith-wcact-container-timeleft .yith-wcact-timeleft-default.yith-wcact-timer-auction {
        padding: 0
    }
    .yith-wcact-container-timeleft .yith-wcact-timeleft-default.yith-wcact-timer-auction:before {
        display: none
    }
}
div.yith-wcact-timer-auction {
    color: #2aa88a
}
.widget .ywcact-sealed-auction {
    color: #ff3201;
    font-size: 13px;
    line-height: 20px;
    font-weight: 600
}
.widget .ywcact-sealed-auction+span {
    display: none
}
.widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal, .widget_icl_lang_sel_widget .wpml-ls-legacy-list-vertical, .elementor-widget-wpml-language-switcher .wpml-ls-legacy-list-horizontal, .elementor-widget-wpml-language-switcher .wpml-ls-legacy-list-vertical {
    padding-top: 0;
    padding-bottom: 0
}
.widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal.wpml-ls>ul>li>a:after, .widget_icl_lang_sel_widget .wpml-ls-legacy-list-vertical.wpml-ls>ul>li>a:after, .elementor-widget-wpml-language-switcher .wpml-ls-legacy-list-horizontal.wpml-ls>ul>li>a:after, .elementor-widget-wpml-language-switcher .wpml-ls-legacy-list-vertical.wpml-ls>ul>li>a:after {
    display: none
}
.widget_icl_lang_sel_widget .wpml-ls>ul>li:hover a, .widget_icl_lang_sel_widget .wpml-ls>ul>li :focus a, .elementor-widget-wpml-language-switcher .wpml-ls>ul>li:hover a, .elementor-widget-wpml-language-switcher .wpml-ls>ul>li :focus a {
    background: transparent
}
.widget_icl_lang_sel_widget .wpml-ls>ul>li:hover .wpml-ls-sub-menu, .widget_icl_lang_sel_widget .wpml-ls>ul>li :focus .wpml-ls-sub-menu, .elementor-widget-wpml-language-switcher .wpml-ls>ul>li:hover .wpml-ls-sub-menu, .elementor-widget-wpml-language-switcher .wpml-ls>ul>li :focus .wpml-ls-sub-menu {
    -webkit-animation: fadeIn .4s;
    -o-animation: fadeIn .4s;
    animation: fadeIn .4s
}
.widget_icl_lang_sel_widget .wpml-ls>ul>li>a, .elementor-widget-wpml-language-switcher .wpml-ls>ul>li>a {
    border: 0;
    padding-top: 0;
    padding-bottom: 0;
    line-height: inherit;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    background: transparent
}
.widget_icl_lang_sel_widget .wpml-ls>ul>li>a:after, .elementor-widget-wpml-language-switcher .wpml-ls>ul>li>a:after {
    position: static;
    content: '\e604';
    font-family: 'simple-line-icons';
    margin-left: 5px;
    border: 0;
    font-size: 10px
}
.widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal .wpml-ls-current-language>a:after, .widget_icl_lang_sel_widget .wpml-ls-legacy-list-vertical .wpml-ls-current-language>a:after, .elementor-widget-wpml-language-switcher .wpml-ls-legacy-list-horizontal .wpml-ls-current-language>a:after, .elementor-widget-wpml-language-switcher .wpml-ls-legacy-list-vertical .wpml-ls-current-language>a:after {
    display: none
}
.widget_icl_lang_sel_widget .wpml-ls-legacy-list-vertical .wpml-ls-item, .elementor-widget-wpml-language-switcher .wpml-ls-legacy-list-vertical .wpml-ls-item {
    text-align: left
}
.widget_icl_lang_sel_widget .wpml-ls-legacy-list-vertical li.wpml-ls-current-language>a, .elementor-widget-wpml-language-switcher .wpml-ls-legacy-list-vertical li.wpml-ls-current-language>a {
    padding: 0 10px
}
.widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click, .elementor-widget-wpml-language-switcher .wpml-ls-legacy-dropdown-click {
    width: auto
}
.widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu, .elementor-widget-wpml-language-switcher .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu {
    background: white;
    min-width: 170px;
    border: 0
}
.widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu>li:first-child a, .elementor-widget-wpml-language-switcher .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu>li:first-child a {
    border-top: 1px solid #cdcdcd
}
.widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu a, .elementor-widget-wpml-language-switcher .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu a {
    text-align: left;
    padding: 7px 10px
}
.widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-item.wpml-ls-current-language.wpml-ls-item-legacy-dropdown-click>a, .elementor-widget-wpml-language-switcher .wpml-ls-legacy-dropdown-click .wpml-ls-item.wpml-ls-current-language.wpml-ls-item-legacy-dropdown-click>a {
    padding: 0
}
.widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown, .elementor-widget-wpml-language-switcher .wpml-ls-legacy-dropdown {
    width: auto
}
.widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown a, .elementor-widget-wpml-language-switcher .wpml-ls-legacy-dropdown a {
    background: transparent
}
.widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-sub-menu, .elementor-widget-wpml-language-switcher .wpml-ls-legacy-dropdown .wpml-ls-sub-menu {
    min-width: 170px;
    left: -16px;
    background: var(--bg-white);
    top: 44px;
    border: 1px solid var(--border-color)
}
.widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown a, .elementor-widget-wpml-language-switcher .wpml-ls-legacy-dropdown a {
    line-height: 40px;
    padding: 0 0 0 15px;
    border: 0
}
.widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-item, .elementor-widget-wpml-language-switcher .wpml-ls-legacy-dropdown .wpml-ls-item {
    text-align: left
}
.widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-item.wpml-ls-current-language.wpml-ls-item-legacy-dropdown, .elementor-widget-wpml-language-switcher .wpml-ls-legacy-dropdown .wpml-ls-item.wpml-ls-current-language.wpml-ls-item-legacy-dropdown {
    padding: 8px 0
}
.widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-item.wpml-ls-current-language.wpml-ls-item-legacy-dropdown>a, .elementor-widget-wpml-language-switcher .wpml-ls-legacy-dropdown .wpml-ls-item.wpml-ls-current-language.wpml-ls-item-legacy-dropdown>a {
    padding: 0
}
.wpml-ls-legacy-dropdown a:hover, .wpml-ls-legacy-dropdown a:focus, .wpml-ls-legacy-dropdown .wpml-ls-current-language:hover>a {
    color: var(--tb-theme-color)
}
.elementor-widget-wpml-language-switcher {
    width: auto !important
}
.elementor-widget-wpml-language-switcher>.elementor-widget-container {
    padding: 0 10px
}
.woocommerce-cart-form .tbay-total-condition-wrap {
    width: 100%;
    display: inline-block;
    margin-top: 44px
}
.tbay-total-condition {
    width: 100%;
    position: relative;
    background: #ededed;
    height: 15px;
    line-height: 15px;
    font-size: 12px
}
.tbay-active .tbay-total-condition-hint {
    color: #000
}
.tbay-active .tbay-subtotal-condition {
    color: #fff
}
.widget_shopping_cart_content .hide-in-cart {
    display: none
}
.widget_shopping_cart_content .tbay-total-condition-desc {
    text-align: left
}
.tbay-total-condition-desc {
    max-width: 620px;
    margin: 10px auto 30px auto;
    text-align: center;
    line-height: 1.4;
    font-size: 14px;
    font-weight: normal
}
.tbay-total-condition-desc .woocommerce-Price-amount {
    color: var(--tb-theme-color);
    font-size: 16px;
    line-height: 22px;
    font-weight: 700
}
.tbay-total-condition-desc .tbay-continue {
    color: var(--tb-theme-color)
}
.tbay-total-condition-hint {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 0;
    line-height: inherit;
    color: transparent;
    text-align: center;
    font-weight: bold
}
.tbay-subtotal-condition {
    background: var(--tb-theme-color);
    position: relative;
    z-index: 1;
    color: transparent;
    line-height: inherit;
    width: 0;
    overflow: hidden;
    text-align: center;
    font-weight: bold
}
.tbay-total-condition-hint, .tbay-subtotal-condition {
    -webkit-transition: width 500ms ease;
    -o-transition: width 500ms ease;
    transition: width 500ms ease
}
@media(min-width:1200px) and (max-width:1365px) {
    .tbay-login .account-menu {
        left: -68px
    }
}
@media(max-width:1365px) and (min-width:992px) {
    .navbar-nav>li.tablet-align-right>.dropdown-menu {
        left: auto;
        right: 0
    }
    #tbay-quick-view-modal.singular-shop .group-button {
        width: 100%;
        margin: 10px 0 0
    }
}
@media(max-width:1365px) {
    .owl-carousel>.slick-arrow, .slider>.slick-arrow {
        right: 0 !important
    }
    .owl-carousel>.slick-arrow.slick-prev, .slider>.slick-arrow.slick-prev {
        left: 0 !important;
        right: auto !important
    }
    #tbay-quick-view-modal.singular-shop .single_add_to_cart_button, #tbay-quick-view-modal.singular-shop #shop-now.has-buy-now .tbay-buy-now {
        min-width: 120px
    }
}
@media(min-width:1200px) {
    .single-post .col-xl-9 .related-posts {
        padding: 60px 0 20px
    }
    .single-post .col-xl-9 .related-posts .tbay-addon-content {
        padding: 0 30px
    }
    .single-post .col-xl-9 .post-navigation {
        padding: 0
    }
    .single-post .col-xl-9 .post-excerpt {
        padding: 50px 15px 70px 15px
    }
    .single-post .col-xl-9 .entry-single .entry-header, .single-post .col-xl-9 .entry-single .entry-thumb, .single-post .col-xl-9 .entry-single .slider-blog.owl-carousel, .single-post .col-xl-9 .entry-single .slider-blog.slider, .single-post .col-xl-9 .entry-single .audio-wrap, .single-post .col-xl-9 .entry-single .content-image {
        padding: 0
    }
    .single-post .col-xl-9 #comments {
        padding: 45px 0
    }
    .archive-full .single-social-share {
        justify-content: flex-end;
        align-items: flex-end;
        flex-direction: column
    }
    .single-post .besa-social-links {
        float: right
    }
    .woocommerce .woocommerce-cart-form .tb-cart-total {
        padding-left: 48px
    }
    .woocommerce .woocommerce-cart-form .tb-cart-form {
        padding-right: 5px
    }
    .navbar-nav.tbay-menu-category>li>.dropdown-menu {
        left: 0
    }
    .single-product .tab-content {
        background: var(--tb-theme-body)
    }
    .tbay-search-form {
        max-width: 870px;
        margin-left: auto
    }
    .woocommerce div.product.style-vertical div.images .flex-control-thumbs, body div.product.style-vertical div.images .flex-control-thumbs {
        padding: 0 !important
    }
    .singular-shop:not(.archive-full) .image-mains .flex-control-thumbs {
        padding: 0 70px !important
    }
    .singular-shop:not(.archive-full) .image-mains .flex-control-thumbs>.slick-arrow {
        right: 50px
    }
    .singular-shop:not(.archive-full) .image-mains .flex-control-thumbs>.slick-arrow.owl-prev {
        right: auto;
        left: 50px
    }
    .singular-shop:not(.archive-full) .image-mains .only-featured {
        flex: 0 0 100%;
        max-width: 100%;
        -webkit-box-ordinal-group: -1;
        -moz-box-ordinal-group: -1;
        -ms-flex-order: -1;
        -webkit-order: -1;
        order: -1
    }
    .yith-wfbt-section .yith-wfbt-images {
        padding-right: 330px;
        padding-left: 0
    }
    .yith-wfbt-submit-block {
        position: absolute;
        top: 35px;
        right: 0;
        left: auto
    }
    #sidebar-shop {
        flex: 0 0 20.83333%;
        max-width: 20.83333%
    }
    #sidebar-shop+.archive-shop {
        flex: 0 0 79.16667%;
        max-width: 79.16667%
    }
    #sidebar-shop+.singular-shop {
        flex: 0 0 79.16667%;
        max-width: 79.16667%
    }
}
@media(min-width:1600px) {
    [class*="col-xlg"] {
        float: left;
        position: relative;
        min-height: 1px;
        padding-left: 15px;
        padding-right: 15px
    }
    .visible-xlg {
        display: block !important
    }
    .hidden-xlg {
        display: none !important
    }
    .col-xlg-1 {
        width: 8.33333%
    }
    .col-xlg-2 {
        width: 16.66667%
    }
    .col-xlg-3 {
        width: 25%
    }
    .col-xlg-4 {
        width: 33.33333%
    }
    .col-xlg-5 {
        width: 41.66667%
    }
    .col-xlg-6 {
        width: 50%
    }
    .col-xlg-7 {
        width: 58.33333%
    }
    .col-xlg-8 {
        width: 66.66667%
    }
    .col-xlg-9 {
        width: 75%
    }
    .col-xlg-10 {
        width: 83.33333%
    }
    .col-xlg-11 {
        width: 91.66667%
    }
    .col-xlg-12 {
        width: 100%
    }
    .tbay-to-top.active {
        right: 225px
    }
}
@media(max-width:1200px) {
    .navbar-nav.megamenu li.aligned-fullwidth>.dropdown-menu {
        left: 0;
        max-width: 100%
    }
    .tbay-search-form .button-search {
        width: auto;
        font-size: 20px
    }
    .cart-dropdown .text-cart {
        display: none
    }
    .caret:before {
        right: 13px
    }
    .woocommerce ul.order_details li {
        padding: 0;
        border: 0
    }
    .woocommerce ul.order_details li+li {
        margin-left: 20px
    }
    #comments li.comment .children .children {
        padding: 0
    }
    body.tbay-body-compare #yith-woocompare {
        overflow-y: hidden
    }
}
@media(min-width:992px) {
    #tbay-quick-view-content>div {
        -ms-flex: 0 0 44%;
        flex: 0 0 44%;
        max-width: 44%
    }
    #tbay-quick-view-content>div.entry-summary {
        -ms-flex: 0 0 56%;
        flex: 0 0 56%;
        max-width: 56%
    }
    .woocommerce .checkout_coupon {
        max-width: 570px
    }
    .woocommerce .woocommerce-form-login, .woocommerce .log-with-social>div {
        max-width: 420px;
        margin: 0 auto
    }
    .woocommerce-order-received .woocommerce-order .woocommerce-thankyou-order-details>li {
        -webkit-box-flex: 1;
        -moz-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1
    }
    .products-list .product-block .caption {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    .products-list .caption-left {
        flex: 0 0 50%;
        max-width: 50%
    }
    .products-list .caption-right {
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
        padding: 21px
    }
    #reviews .wcpr-overall-rating-and-rating-count, #ask_question {
        width: 50%
    }
    .single-product .single-main-content>.row>.image-mains {
        -ms-flex: 0 0 44%;
        flex: 0 0 44%;
        max-width: 44%
    }
    .single-product .single-main-content>.row>.information {
        -ms-flex: 0 0 56%;
        flex: 0 0 56%;
        max-width: 56%
    }
}
@media(min-width:768px) {
    div#new-answer-header, .comment-respond .comment-form {
        clear: both
    }
    .tbay-addon-video .tbay-addon-content .modal-dialog {
        width: 800px
    }
    .woocommerce table.shop_table.my_account_orders>thead>tr>th, .woocommerce table.shop_table.my_account_orders>thead>tr>td, .woocommerce table.shop_table.my_account_orders>tbody>tr>td, .woocommerce table.shop_table.my_account_orders>tbody>tr>th {
        text-align: center !important
    }
    .products-list .product-block .group-buttons div .yith-wcwl-wishlistexistsbrowse a, .products-list .product-block .group-buttons div .yith-wcwl-wishlistaddedbrowse a {
        color: #fff;
        background: var(--tb-theme-color);
        border-color: var(--tb-theme-color)
    }
    .products-list .product-block .group-buttons {
        position: absolute;
        left: 0;
        visibility: hidden;
        right: 0;
        bottom: 0;
        opacity: 0;
        filter: alpha(opacity=0);
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-transition: .4s;
        -o-transition: .4s;
        transition: .4s;
        text-align: center;
        z-index: 99
    }
    .products-list .product-block .group-buttons>div a {
        border: 1px solid var(--border-color);
        width: 35px;
        height: 35px;
        line-height: 31px;
        font-size: 18px;
        text-align: center;
        display: block;
        background: var(--bg-white);
        color: var(--color-01);
        border-radius: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        -o-border-radius: 0;
        padding: 0;
        -webkit-transition: .3s;
        -o-transition: .3s;
        transition: .3s
    }
    .products-list .product-block .group-buttons>div a:hover, .products-list .product-block .group-buttons>div a.added {
        border-color: var(--tb-theme-color);
        background: var(--tb-theme-color);
        color: #fff
    }
    .products-list .product-block .group-buttons>div a:hover:hover, .products-list .product-block .group-buttons>div a.added:hover {
        color: #fff
    }
    .products-list .product-block .group-buttons>div a i {
        margin: 0
    }
    .products-list .product-block .group-buttons>div a span {
        display: none;
        font-weight: 500
    }
    .products-list .product-block .group-buttons>div+div {
        margin-left: 8px;
        margin-right: 0
    }
    .products-list .product-block .add-cart a.added {
        display: none
    }
    .products-list .product-block .add-cart a.added+a.added_to_cart:before {
        line-height: 33px
    }
    .products-list .product-block .add-cart a.added+a.added_to_cart:hover:before {
        color: #fff
    }
}
@media(max-width:1199px) {
    .besa-ajax-search span.button-search-cancel {
        background-color: var(--tb-theme-second-color);
        position: relative;
        z-index: 10
    }
    .besa-ajax-search span.button-search-cancel:before {
        content: "";
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-family: "tb-icon"
    }
    .besa-ajax-search span.button-search-cancel:before {
        font-size: 18px;
        color: var(--black-color);
        position: absolute;
        left: 0;
        top: 0;
        -webkit-transition: .4s;
        -o-transition: .4s;
        transition: .4s;
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        visibility: hidden;
        opacity: 0;
        filter: alpha(opacity=0);
        z-index: 111
    }
    .besa-ajax-search.tbay-loading span.button-search-cancel::before {
        opacity: 1;
        filter: alpha(opacity=100);
        -webkit-animation: spin 2s linear infinite;
        -o-animation: spin 2s linear infinite;
        animation: spin 2s linear infinite;
        visibility: visible
    }
    .besa-ajax-search.tbay-loading span.button-search-cancel i {
        visibility: hidden;
        opacity: 0;
        filter: alpha(opacity=0)
    }
    .woocommerce div.product.product-type-grouped form.cart .group_table tr, body div.product.product-type-grouped form.cart .group_table tr {
        flex-direction: column
    }
    .woocommerce div.product.product-type-grouped form.cart .group_table tr .quantity, body div.product.product-type-grouped form.cart .group_table tr .quantity {
        width: max-content;
        margin: 10px 0
    }
    .woocommerce div.product.product-type-grouped form.cart .group_table td.woocommerce-grouped-product-list-item__price, body div.product.product-type-grouped form.cart .group_table td.woocommerce-grouped-product-list-item__price {
        padding-left: 0
    }
    .u-columns>.log-form, .u-columns>.log-with-social {
        width: 100%
    }
    .woocommerce form.login, .woocommerce form.register {
        margin: 0 auto
    }
    .tbay-el-pro-wrapper.hidden-header #tbay-main-content .elementor-location-header {
        display: none
    }
    .entry-single .entry-thumb, .entry-single .entry-header {
        padding: 0 30px
    }
    .related-posts .tbay-addon-content {
        padding: 0 15px
    }
    .single-social-share {
        justify-content: flex-start
    }
    .tbay-el-pro-wrapper #tbay-main-content.mm-slideout {
        overflow: hidden
    }
    #tbay-main-content.mm-slideout {
        z-index: unset
    }
    .single-post .main-content>.row, .archive .main-content>.row {
        flex-direction: column-reverse !important
    }
    .single-post .col-xl-9 .post-excerpt {
        padding-bottom: 30px
    }
    .single-post .col-xl-9 #comments {
        padding-bottom: 0
    }
    .single-post .post-excerpt {
        padding: 30px 15px
    }
    .woocommerce-cart.woocommerce .quantity button {
        padding: 0 6px
    }
    .coupon .box input[type=submit] {
        padding: 0 15px
    }
    #comments .comment, #comments ul.comment-list>li {
        padding: 15px 0
    }
    .post-navigation {
        padding: 10px 30px 40px
    }
    .mm-panel .dropdown-menu-inner .elementor-heading-title, .mm-panel .dropdown-menu-inner .heading-tbay-title {
        font-size: 14px;
        font-weight: 700;
        padding: 12px 0
    }
    .mm-panel .dropdown-menu-inner ul {
        padding: 0;
        list-style-type: none
    }
    .tbay-element.tbay-element-features .features .item {
        margin-bottom: 30px
    }
    .recent-viewed-products .content-view {
        border: 1px solid #e2e2e2
    }
    .recent-viewed-products .product-item {
        margin: 15px 0
    }
    .custom-image-list-categories .item-icon .item-cat {
        flex-wrap: nowrap;
        text-align: left
    }
    .shop_table.cart .product-info .product-name {
        margin: 0 15px
    }
    #tbay-header {
        display: none
    }
    .wrapper-container {
        padding-top: 45px
    }
    .shop_table.cart .cart_item>span.product-info {
        -webkit-box-flex: 6;
        -moz-box-flex: 6;
        -webkit-flex: 6;
        -ms-flex: 6;
        flex: 6
    }
    .tbay-element-mini-cart .widget-header-cart {
        margin: 0;
        border: 0;
        display: inline-block;
        width: 100%
    }
    .tbay-element-mini-cart .heading-title {
        padding: 0 15px 15px;
        border-bottom: 1px solid var(--border-color-3);
        margin-bottom: 20px;
        color: var(--black-color)
    }
    .tbay-element-mini-cart .dropdown-content {
        padding: 0 20px 30px
    }
    .tbay-element-mini-cart .dropdown-content .widget_shopping_cart_content {
        position: absolute;
        left: 20px;
        right: 20px;
        bottom: 0;
        top: 90px;
        overflow: hidden;
        border-color: inherit;
        box-sizing: border-box
    }
    .tbay-element-mini-cart .dropdown-content .widget_shopping_cart_content .mcart-border {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        overflow: hidden;
        border-color: inherit;
        box-sizing: border-box
    }
    .tbay-element-mini-cart .dropdown-content .widget_shopping_cart_content .mcart-border ul.product_list_widget {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 220px;
        -webkit-overflow-scrolling: touch;
        overflow: scroll;
        overflow-x: hidden;
        overflow-y: auto
    }
    .tbay-element-mini-cart .dropdown-content .widget_shopping_cart_content .mcart-border ul.product_list_widget li {
        display: inline-block
    }
    .tbay-element-mini-cart .dropdown-content .widget_shopping_cart_content .mcart-border ul.product_list_widget::-webkit-scrollbar {
        display: none
    }
    .tbay-element-mini-cart .dropdown-content .widget_shopping_cart_content .mcart-border .group-button {
        position: absolute;
        top: auto;
        left: 0;
        right: 0;
        bottom: 0;
        padding: 10px 0 15px
    }
    .tbay-search-mobile .form-group .input-group {
        display: flex;
        border: 0
    }
    .tbay-search-mobile .form-group .input-group .button-search-cancel {
        width: 0;
        pointer-events: none;
        visibility: hidden;
        z-index: 10;
        position: relative
    }
    .tbay-search-mobile .form-group .input-group .button-search-cancel.cancel-active {
        width: auto;
        pointer-events: all;
        visibility: visible;
        padding: 0 10px;
        min-width: 50px;
        text-align: center
    }
    .tbay-search-mobile .form-group .input-group .button-search-cancel.cancel-active i {
        font-weight: normal;
        font-size: 21px;
        display: block;
        line-height: 49px;
        color: var(--black-color)
    }
    .tbay-search-mobile .form-group .input-group .button-group {
        background: var(--tb-theme-color);
        border-radius: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        -o-border-radius: 0;
        text-align: center;
        width: auto
    }
    .tbay-search-mobile .form-group .input-group .button-group .button-search.icon {
        font-size: 15px;
        line-height: 49px;
        width: 50px;
        color: var(--white-color);
        background: inherit;
        margin: 0
    }
    .tbay-search-mobile .form-group .input-group .button-group .button-search.icon i {
        font-weight: normal;
        font-size: 18px;
        line-height: 47px;
        padding-top: 2px;
        padding-left: 1px;
        display: block
    }
    .tbay-search-mobile .form-group .input-group .tbay-search {
        min-width: 0;
        height: 38px;
        padding: 0 0 0 15px;
        font-size: 16px;
        width: auto;
        -webkit-box-flex: 1;
        -moz-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
        background: var(--bg-white)
    }
    .tbay-search-mobile .button-search:not(.icon) {
        padding: 0 10px;
        line-height: 47px !important
    }
    .tbay-search-mobile .SumoSelect>.optWrapper.isFloating {
        background: unset;
        position: static;
        border: 0;
        display: inline-block
    }
    .tbay-search-mobile .select-category {
        width: 100%;
        display: none
    }
    .tbay-search-mobile .sumo_product_cat .SelectBox, .tbay-search-mobile .sumo_category .SelectBox {
        display: none
    }
    .tbay-search-mobile .sumo_product_cat .optWrapper, .tbay-search-mobile .sumo_category .optWrapper {
        background: unset;
        position: static;
        border: 0;
        display: inline-block
    }
    .tbay-search-mobile .sumo_product_cat .optWrapper .options, .tbay-search-mobile .sumo_category .optWrapper .options {
        display: inline-block;
        width: 100%;
        max-height: unset
    }
    .tbay-search-mobile .sumo_product_cat .optWrapper .options li.opt, .tbay-search-mobile .sumo_category .optWrapper .options li.opt {
        float: left;
        border: 1px solid var(--border-color);
        padding: 0 15px !important;
        background: var(--bg-white) !important;
        margin: 0 10px 10px 0;
        line-height: 38px;
        color: var(--color-11)
    }
    .tbay-search-mobile .sumo_product_cat .optWrapper .options li.opt.selected, .tbay-search-mobile .sumo_category .optWrapper .options li.opt.selected {
        border-color: var(--tb-theme-color);
        color: var(--tb-theme-color)
    }
    .tbay-search-mobile .sumo_product_cat .optWrapper .options li.opt:first-child, .tbay-search-mobile .sumo_category .optWrapper .options li.opt:first-child {
        border-radius: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        -o-border-radius: 0
    }
    .tbay-search-mobile .sumo_product_cat .optWrapper .options li.opt:last-child, .tbay-search-mobile .sumo_category .optWrapper .options li.opt:last-child {
        border-bottom: 1px solid var(--border-color);
        border-radius: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        -o-border-radius: 0
    }
    .tbay-search-mobile .sumo_product_cat .optWrapper .options li.opt:last-child.selected, .tbay-search-mobile .sumo_category .optWrapper .options li.opt:last-child.selected {
        border-color: var(--tb-theme-color)
    }
    #sidebar-top-archive {
        padding: 0
    }
    .archive-shop>.tbay-filter {
        border: 0;
        margin: 0;
        padding-bottom: 0
    }
    .archive-shop>.tbay-filter .main-filter {
        display: block !important;
        text-align: right;
        padding-bottom: 15px;
        margin-bottom: 30px;
        border-bottom: 1px solid var(--border-color)
    }
    .archive-shop>.tbay-filter .woocommerce-result-count {
        width: 100%;
        color: var(--black-color);
        float: left;
        text-align: left;
        padding: 0 0 16px
    }
    .archive-shop>.tbay-filter .filter {
        float: left;
        background-color: transparent
    }
    .archive-shop>.tbay-filter .filter~.display-mode-warpper {
        float: none;
        display: inline-block;
        vertical-align: middle;
        padding-left: 30px
    }
    .archive-shop>.tbay-filter .filter .button-filter-mobile {
        background: unset
    }
    .archive-shop>.tbay-filter .woocommerce-ordering {
        float: none;
        display: inline-block;
        vertical-align: middle;
        position: relative;
        line-height: 30px
    }
    .archive-shop>.tbay-filter .display-mode-warpper {
        float: left;
        padding: 0
    }
    .archive-shop>.tbay-filter .SumoSelect {
        line-height: inherit;
        border: 0;
        border-radius: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        -o-border-radius: 0;
        padding: 0;
        font-size: 16px
    }
    .archive-shop>.tbay-filter .SumoSelect>.CaptionCont>span {
        padding-right: 20px;
        font-weight: 400
    }
    .archive-shop>.tbay-filter .SumoSelect>.CaptionCont>label {
        font-weight: bold;
        right: 0
    }
    .archive-shop>.tbay-filter .display-mode-warpper span {
        display: none
    }
    .archive-shop>.tbay-filter form.woocommerce-fillter {
        margin: 0;
        display: inline-block
    }
    #custom-login-wrapper {
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: -1;
        display: block !important;
        opacity: 0;
        filter: alpha(opacity=0);
        pointer-events: none;
        -webkit-transition: all 400ms;
        -o-transition: all 400ms;
        transition: all 400ms
    }
    #custom-login-wrapper .modal-content {
        margin-top: 0;
        height: 100vh;
        border: 0;
        overflow-y: auto;
        border-radius: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        -o-border-radius: 0
    }
    #custom-login-wrapper .modal-content .modal-header {
        top: 0;
        left: 0;
        right: auto
    }
    #custom-login-wrapper .modal-content .modal-body {
        padding: 0
    }
    #custom-login-wrapper .modal-content .modal-body .tab-content {
        padding: 40px 15px
    }
    #custom-login-wrapper .modal-content .modal-body .nav-tabs {
        padding-left: 50px;
        margin-bottom: 0;
        border-bottom: 1px solid var(--border-color)
    }
    #custom-login-wrapper .modal-content .modal-body .nav-tabs li {
        width: 50%;
        float: left;
        border-left: 1px solid var(--border-color);
        background: var(--tb-theme-body);
        margin: 0 !important
    }
    #custom-login-wrapper .modal-content .modal-body .nav-tabs li.active {
        background: var(--bg-white)
    }
    #custom-login-wrapper .modal-content .modal-body .nav-tabs li.active a {
        color: var(--tb-theme-color)
    }
    #custom-login-wrapper .modal-content .modal-body .nav-tabs li a {
        font-size: 14px;
        display: block;
        padding: 15px 10px
    }
    #custom-login-wrapper .modal-content .modal-body .nav-tabs li a i {
        margin-right: 7px
    }
    #custom-login-wrapper .modal-dialog {
        width: 100%;
        top: 0;
        margin: 0;
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0);
        -webkit-transition: all 0ms;
        -o-transition: all 0ms;
        transition: all 0ms
    }
    #custom-login-wrapper.show {
        z-index: 9999;
        opacity: 1;
        filter: alpha(opacity=100);
        pointer-events: all
    }
    #custom-login-wrapper.show .modal-dialog {
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0);
        -webkit-transition: all 0ms;
        -o-transition: all 0ms;
        transition: all 0ms
    }
    #custom-login-wrapper .btn-close {
        left: 17px;
        right: auto;
        top: 18px;
        border: 0;
        width: auto;
        color: var(--black-color)
    }
    #custom-login-wrapper .btn-close:focus {
        outline: 0
    }
    #custom-login-wrapper .btn-close i {
        width: auto;
        font-size: 18px
    }
    .topbar-device-mobile .search-device.active-search-mobile .tbay-search-form.tbay-search-mobile {
        background: rgba(0, 0, 0, 0.2);
        height: calc(100vh - -13px)
    }
    .active-search-mobile .tbay-search-form.tbay-search-mobile .input-group {
        padding: 0 4px;
        border-radius: 3px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        -ms-border-radius: 3px;
        -o-border-radius: 3px
    }
    .active-search-mobile .tbay-search-form.tbay-search-mobile .select-category {
        width: 60px;
        padding: 0;
        line-height: 36px;
        padding-right: 10px
    }
    .active-search-mobile .tbay-search-form.tbay-search-mobile .select-category>select {
        pointer-events: all;
        width: 100%;
        background: transparent url("../images/arrow-down-1.png") no-repeat scroll right center;
        background-size: 11.25px;
        padding: 0 20px 0 11px;
        height: 38px;
        font-size: 16px
    }
    .besa-ajax-search.open .select-category.input-group-addon {
        border-radius: 3px 0 0 3px;
        -webkit-border-radius: 3px 0 0 3px;
        -moz-border-radius: 3px 0 0 3px;
        -ms-border-radius: 3px 0 0 3px;
        -o-border-radius: 3px 0 0 3px
    }
    .active-search-mobile .tbay-search-mobile .select-category, #tbay-mobile-menu-navbar.search-mobile-focus .tbay-search-mobile .select-category {
        display: block
    }
    .active-search-mobile .tbay-search-mobile .autocomplete-suggestions, #tbay-mobile-menu-navbar.search-mobile-focus .tbay-search-mobile .autocomplete-suggestions {
        top: calc(100% - -4px);
        width: 100vw !important;
        height: auto;
        left: -17px;
        right: -17px;
        overflow-y: scroll;
        border-radius: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        -o-border-radius: 0;
        border: 0;
        -webkit-overflow-scrolling: touch
    }
    .active-search-mobile .tbay-search-mobile .autocomplete-suggestions>div, #tbay-mobile-menu-navbar.search-mobile-focus .tbay-search-mobile .autocomplete-suggestions>div {
        margin: 0;
        padding: 15px
    }
    .active-search-mobile .tbay-search-mobile .autocomplete-suggestions>div.view-all-products, #tbay-mobile-menu-navbar.search-mobile-focus .tbay-search-mobile .autocomplete-suggestions>div.view-all-products {
        margin-top: 7px;
        text-align: center;
        color: var(--tb-theme-color)
    }
    .active-search-mobile .tbay-search-mobile .autocomplete-suggestions>div:last-child, #tbay-mobile-menu-navbar.search-mobile-focus .tbay-search-mobile .autocomplete-suggestions>div:last-child {
        padding-bottom: 25px
    }
    .active-search-mobile .tbay-search-mobile .autocomplete-suggestions .autocomplete-suggestion, #tbay-mobile-menu-navbar.search-mobile-focus .tbay-search-mobile .autocomplete-suggestions .autocomplete-suggestion {
        padding-left: 20px;
        padding-right: 20px
    }
    .active-search-mobile .tbay-search-mobile .suggestion-title, #tbay-mobile-menu-navbar.search-mobile-focus .tbay-search-mobile .suggestion-title {
        color: var(--black-color)
    }
    .active-search-mobile .tbay-search-mobile .suggestion-title.no-found-msg, #tbay-mobile-menu-navbar.search-mobile-focus .tbay-search-mobile .suggestion-title.no-found-msg {
        padding: 15px 0 5px 0;
        color: var(--color-11)
    }
    .active-search-mobile .mm-panels, .active-search-mobile .mm-navbar_tabs, .active-search-mobile .mmenu-account, #tbay-mobile-menu-navbar.search-mobile-focus .mm-panels, #tbay-mobile-menu-navbar.search-mobile-focus .mm-navbar_tabs, #tbay-mobile-menu-navbar.search-mobile-focus .mmenu-account {
        display: none
    }
    .active-search-mobile .mm-searchfield, #tbay-mobile-menu-navbar.search-mobile-focus .mm-searchfield {
        height: 100vh
    }
    .active-search-mobile .SumoSelect>.optWrapper.isFloating>.options, #tbay-mobile-menu-navbar.search-mobile-focus .SumoSelect>.optWrapper.isFloating>.options {
        -webkit-box-shadow: none;
        box-shadow: none
    }
    .active-search-mobile .select-category.input-group-addon, #tbay-mobile-menu-navbar.search-mobile-focus .select-category.input-group-addon {
        border: 0;
        background: var(--bg-white);
        text-align: left;
        padding: 18px 15px
    }
    #tbay-mobile-menu-navbar.search-mobile-focus {
        width: 100%;
        max-width: 100%
    }
    #tbay-mobile-menu-navbar.search-mobile-focus .mm-navbars_bottom {
        display: none
    }
    #tbay-mobile-menu-navbar .dropdown-menu-inner div .elementor-element-populated {
        padding: 0
    }
    #tbay-mobile-menu-navbar .dropdown-menu-inner div .elementor-column {
        width: 100%
    }
    #tbay-mobile-menu-navbar .dropdown-menu-inner div .elementor-column .elementor-heading-title {
        font-size: 16px;
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 10px;
        border-bottom: 1px solid var(--border-color)
    }
    #tbay-mobile-menu-navbar .dropdown-menu-inner div .elementor-column .tbay-treevertical-lv1>.navbar-nav>li {
        border-color: var(--border-color-7);
        padding: 0 15px
    }
    #tbay-mobile-menu-navbar .dropdown-menu-inner div .elementor-column .tbay-treevertical-lv1>.navbar-nav>li>a {
        border-bottom: 0;
        width: 100%;
        line-height: 44px;
        padding: 0
    }
    #tbay-mobile-menu-navbar .mmenu-account ul {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    #tbay-mobile-menu-navbar .mmenu-account ul li {
        padding: 0 15px;
        display: inline-block;
        line-height: 1;
        margin: 18px 0
    }
    #tbay-mobile-menu-navbar .mmenu-account ul li a {
        color: var(--black-color)
    }
    #tbay-mobile-menu-navbar .mmenu-account ul li a i {
        display: inline-block;
        min-width: 39px;
        font-size: 16px;
        color: var(--color-11)
    }
    .topbar-device-mobile {
        color: var(--tb-header-mobile-color)
    }
    .topbar-device-mobile i {
        color: var(--tb-header-mobile-color)
    }
    .topbar-device-mobile>form.woocommerce-fillter {
        text-align: center;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        -webkit-box-flex: 2;
        -moz-box-flex: 2;
        -webkit-flex: 2;
        -ms-flex: 2;
        flex: 2;
        padding-left: 5px;
        padding-right: 0
    }
    .topbar-device-mobile>form.woocommerce-fillter select {
        width: 100%;
        text-overflow: ellipsis;
        white-space: nowrap;
        height: 32px;
        margin: 5px 0;
        border-radius: 3px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        -ms-border-radius: 3px;
        -o-border-radius: 3px;
        -webkit-appearance: none;
        background-image: url("../images/arrow-down-2.png");
        background-position: right center;
        background-size: 18px;
        background-repeat: no-repeat;
        padding: 0 20px;
        border: 1px solid var(--border-color-woo)
    }
    .topbar-device-mobile .search-device .tbay-search-mobile.tbay-search-form {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 50px;
        background: var(--bg-white);
        z-index: -1;
        padding: 0;
        margin: 0;
        display: block;
        opacity: 0;
        filter: alpha(opacity=0);
        pointer-events: none;
        -webkit-transition: all 400ms;
        -o-transition: all 400ms;
        transition: all 400ms
    }
    .topbar-device-mobile .search-device .tbay-search-mobile.tbay-search-form .form-group .input-group .button-search-cancel {
        width: auto;
        pointer-events: all;
        visibility: visible;
        min-width: 50px;
        text-align: center;
        border-radius: 0 3px 3px 0;
        -webkit-border-radius: 0 3px 3px 0;
        -moz-border-radius: 0 3px 3px 0;
        -ms-border-radius: 0 3px 3px 0;
        -o-border-radius: 0 3px 3px 0;
        background: var(--bg-white)
    }
    .topbar-device-mobile .search-device .tbay-search-mobile.tbay-search-form .form-group .input-group .button-search-cancel i {
        font-weight: normal;
        font-size: 19px;
        line-height: 38px;
        color: var(--black-color)
    }
    .topbar-device-mobile .search-device .tbay-search-mobile.tbay-search-form .form-group .input-group .button-search-cancel i::before {
        display: block
    }
    .topbar-device-mobile .search-device.active-search-mobile .tbay-search-mobile.tbay-search-form {
        bottom: 0;
        z-index: 9999;
        opacity: 1;
        filter: alpha(opacity=100);
        pointer-events: all
    }
    .tbay-menu-category {
        position: relative
    }
    .tbay-menu-category.navbar-nav>li {
        position: static
    }
    .yith-wfbt-submit-block {
        margin-top: 20px
    }
    .singular-shop div.product .tbay-woo-share {
        float: left
    }
    .singular-shop .flex-control-thumbs .slick-list li {
        margin: 0 5px !important
    }
    .singular-shop .image-mains .images {
        flex: 0 0 100%;
        max-width: 100%
    }
    .singular-shop .image-mains .only-featured {
        flex: 0 0 100%;
        max-width: 100%;
        -webkit-box-ordinal-group: -1;
        -moz-box-ordinal-group: -1;
        -ms-flex-order: -1;
        -webkit-order: -1;
        order: -1
    }
    .singular-shop .image-mains .only-featured .featured {
        margin: 0 0 10px
    }
    .singular-shop .tbay-time .title {
        line-height: inherit
    }
    .singular-shop .tbay-time-wrapper>div {
        padding: 5px 15px
    }
    .singular-shop .tbay-time-wrapper .stock {
        padding: 0 15px
    }
    .singular-shop #list-review-images ul {
        display: block;
        overflow: hidden;
        overflow-x: auto;
        overflow-y: hidden;
        white-space: nowrap;
        -webkit-overflow-scrolling: touch
    }
    .singular-shop #list-review-images ul li:not(.more) {
        display: inline-block !important;
        float: none
    }
    #reviews .wcpr-overall-rating+.wcpr-stars-count {
        -webkit-box-flex: 1.5;
        -moz-box-flex: 1.5;
        -webkit-flex: 1.5;
        -ms-flex: 1.5;
        flex: 1.5
    }
    .top-flash-sale-wrapper {
        flex-direction: row;
        padding-bottom: 25px
    }
    .top-flash-sale-wrapper .flash-sales-date {
        margin-top: 17px
    }
    .single-post .main-content>.row>div+div, .archive .main-content>.row>div+div {
        padding: 0 30px
    }
    .tbay-element-newsletter .input-newletter, .widget-newletter .input-newletter {
        font-size: 16px
    }
    .woocommerce .quantity button, .woocommerce .quantity input.qty, .woocommerce-page .quantity button, .woocommerce-page .quantity input.qty {
        font-size: 16px
    }
}
@media(max-width:1024px) {
    .tbay-product-category .topbar-device-mobile .topbar-title {
        display: none
    }
    .tbay-breadscrumb.breadcrumbs-image .breadscrumb-inner h1 {
        font-size: 40px
    }
    .checkout .details-review .order-payment .woocommerce-checkout-payment .payment_methods input[type=radio] {
        margin-right: 5px !important;
        margin-left: 0 !important
    }
    .contact-info i {
        line-height: 35px
    }
    .content-about .tbay-addon.tbay-addon-video {
        padding: 0
    }
    .image-mains .show-mobile {
        position: absolute;
        top: 30px;
        right: 30px;
        z-index: 200;
        margin: 0 !important
    }
    .image-mains .show-mobile>div {
        text-align: center;
        float: left;
        margin: 0
    }
    .image-mains .show-mobile>div i {
        font-size: 18px !important;
        margin: 0 !important;
        float: none !important;
        line-height: 35px !important;
        width: 35px;
        vertical-align: middle !important;
        border: 1px solid var(--bg-white);
        background: var(--bg-white);
        border-radius: 50%;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%
    }
    .image-mains .show-mobile>div+div {
        margin-left: 10px
    }
    .image-mains .show-mobile>div .yith-compare a {
        font-size: 0 !important
    }
    .image-mains .show-mobile>div .yith-compare a:before {
        font-size: 14px;
        margin: 0;
        line-height: 1
    }
    .image-mains .show-mobile>div .yith-wcwl-wishlistexistsbrowse.show i {
        color: var(--tb-theme-color)
    }
    .image-mains .show-mobile .tbay-wishlist span, .image-mains .show-mobile .tbay-compare span {
        display: none !important
    }
    .image-mains .woo-share-mobile.open .share-content:after {
        opacity: 1;
        filter: alpha(opacity=100);
        z-index: 2;
        pointer-events: unset
    }
    .image-mains .woo-share-mobile.open .share-content .content {
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0);
        opacity: 1;
        filter: alpha(opacity=100);
        pointer-events: all
    }
    .image-mains .woo-share-mobile.open .share-content .content#_no-clickjacking-0 {
        opacity: 1 !important;
        filter: alpha(opacity=100) !important
    }
    .image-mains .woo-share-mobile>.btn-share {
        background: transparent !important;
        border: 0;
        padding: 0;
        line-height: inherit
    }
    .image-mains .woo-share-mobile>.btn-share:before {
        display: none
    }
    .image-mains .share-content:after {
        content: "";
        left: 0;
        top: 0;
        background: rgba(0, 0, 0, 0.6);
        position: fixed;
        width: 100vw;
        height: 100vh;
        z-index: 0;
        opacity: 0;
        filter: alpha(opacity=0);
        pointer-events: none
    }
    .image-mains .share-content .content {
        position: fixed;
        padding: 0 15px 15px;
        right: 0;
        width: 100vw;
        margin-right: 0;
        background: var(--bg-white);
        display: flex;
        flex-direction: column;
        top: 50px;
        z-index: 3;
        opacity: 0;
        filter: alpha(opacity=0);
        -webkit-transition: transform 400ms ease-in, opacity 400ms ease-in;
        -o-transition: transform 400ms ease-in, opacity 400ms ease-in;
        transition: transform 400ms ease-in, opacity 400ms ease-in;
        -webkit-transform: translate(0, -100%);
        -ms-transform: translate(0, -100%);
        -o-transform: translate(0, -100%);
        transform: translate(0, -100%);
        pointer-events: none
    }
    .image-mains .share-content .content .addthis_inline_share_toolbox {
        display: inherit
    }
    .image-mains .share-content .content#_no-clickjacking-0 {
        opacity: 0 !important;
        filter: alpha(opacity=0) !important
    }
    .image-mains .share-content .share-header {
        text-align: left;
        margin: 30px 0 10px
    }
    .image-mains .share-content .share-header>* {
        display: inline-block
    }
    .image-mains .share-content .share-header .share-title {
        font-size: 14px;
        font-weight: normal;
        color: var(--color-11);
        margin: 0
    }
    .image-mains .share-content .share-header .share-close {
        float: right;
        margin-top: -8px;
        cursor: pointer;
        border: 1px solid var(--border-color);
        border-radius: 100%;
        -webkit-border-radius: 100%;
        -moz-border-radius: 100%;
        -ms-border-radius: 100%;
        -o-border-radius: 100%;
        width: 35px;
        height: 35px;
        text-align: center
    }
    .outofstock .woocommerce-product-details__short-description p {
        margin-bottom: 10px
    }
    .tbay-addon-features .inner {
        border: 0;
        display: block;
        text-align: center
    }
    .tbay-addon-features .inner>div {
        display: block;
        padding: 0
    }
    .sidebar .tbay-addon-features .fbox-icon {
        padding: 0
    }
    .related.tbay-addon .tbay-addon-title, .upsells.tbay-addon .tbay-addon-title {
        line-height: 40px;
        margin-bottom: 7px
    }
}
body.admin-bar .image-mains .share-content .content {
    top: 82px
}
@media(max-width:1024px) and (min-width:992px) {
    .singular-shop .summary-left {
        padding-top: 50px
    }
    .singular-shop:not(.archive-full) .flex-control-thumbs>.slick-arrow {
        right: 20px !important
    }
    .singular-shop:not(.archive-full) .flex-control-thumbs>.slick-arrow.owl-prev {
        right: auto !important;
        left: 20px !important
    }
    .woocommerce div.product div.images .woocommerce-product-gallery__trigger, body div.product div.images .woocommerce-product-gallery__trigger {
        bottom: 104px !important
    }
    .recent-view {
        padding-left: 0
    }
    .woocommerce .woocommerce-MyAccount-navigation, .woocommerce .woocommerce-MyAccount-content {
        padding: 15px
    }
    .woocommerce .woocommerce-MyAccount-navigation {
        padding-right: 0 !important
    }
    .woocommerce .woocommerce-MyAccount-content {
        width: 75%
    }
}
@media(max-width:1024px) and (min-width:768px) {
    .contact-info li {
        font-size: 14px;
        line-height: 35px
    }
    .contact-info li i {
        margin-right: 5px
    }
    .tbay-footer .menu.treeview li>a {
        line-height: 35px
    }
    .tbay-footer .tbay-addon:not(.tbay-addon-newletter) .tbay-addon-title {
        margin-bottom: 10px
    }
    .tbay-footer .tbay-addon-social .social {
        margin-top: 20px
    }
    .tbay-footer .tbay-addon-social .social.style3 {
        margin: 0
    }
}
@media(min-width:992px) {
    .tbay-addon-products .has-title, .tbay-addon-categoriestabs .has-title {
        display: flex;
        align-items: center
    }
    .tbay-addon-products .has-title h3, .tbay-addon-categoriestabs .has-title h3 {
        -webkit-box-flex: 4;
        -moz-box-flex: 4;
        -webkit-flex: 4;
        -ms-flex: 4;
        flex: 4;
        max-width: 40%
    }
    .tbay-addon-products .has-title ul, .tbay-addon-categoriestabs .has-title ul {
        text-align: right;
        -webkit-box-flex: 6;
        -moz-box-flex: 6;
        -webkit-flex: 6;
        -ms-flex: 6;
        flex: 6;
        max-width: 60%;
        white-space: nowrap;
        overflow: hidden;
        overflow-x: auto
    }
    .tbay-addon-products .has-title ul>li, .tbay-addon-categoriestabs .has-title ul>li {
        float: none;
        display: inline-block
    }
    .tbay-addon-instagram .tbay-addon-title~.btn-follow {
        position: absolute;
        top: 10px;
        right: -4px;
        left: auto;
        margin: 0
    }
    #custom-login-wrapper .modal-dialog {
        max-width: 370px
    }
    #sidebar-shop+.singular-shop #shop-now.has-buy-now .group-button {
        margin: 20px 0 0
    }
}
@media(max-width:1199px) and (min-width:1025px) {
    #shop-now.has-buy-now .tbay-buy-now.button {
        margin-right: -50px
    }
    .woocommerce .woocommerce-MyAccount-content {
        width: 75%
    }
}
@media(max-width:1199px) and (min-width:992px) {
    .image-mains .flex-control-thumbs {
        padding: 0 35px !important
    }
    .flex-control-nav>.slick-arrow {
        right: 15px
    }
    .flex-control-nav>.slick-arrow.owl-prev {
        right: auto;
        left: 15px
    }
    .singular-shop:not(.archive-full) .image-mains .flex-control-thumbs {
        padding: 0 35px !important
    }
    .woocommerce table.wishlist_table.shop_table .product-add-to-cart .add-cart a {
        padding: 0 25px
    }
    .tbay-element-our-team .row.grid>div {
        justify-content: center
    }
    .archive-full #shop-now.has-buy-now .group-button {
        margin: 20px 0 0;
        width: 100%
    }
    #shop-now.has-buy-now div.quantity {
        margin-right: 3px
    }
    #shop-now.has-buy-now .tbay-buy-now {
        margin-left: 3px
    }
}
@media(max-width:1199px) and (min-width:783px) {
    body.admin-bar .topbar-device-mobile, body.admin-bar .topbar-device-mobile .tbay-element-mini-cart .sidebar-right.active .dropdown-content, body.admin-bar .filter-mobile .content, body.admin-bar .topbar-device-mobile .search-device .tbay-search-mobile.tbay-search-form {
        top: 32px
    }
}
@media(max-width:1199px) and (min-width:768px) {
    .display-products.products>.row>div {
        padding: 0
    }
    .tbay-to-top {
        bottom: 60px
    }
}
@media(max-width:992px) {
    .term-wrapper>div {
        padding: 0 50px
    }
}
@media(max-width:991px) {
    .singular-shop .image-mains span.onsale {
        order: -1
    }
    .single-post .entry-header h1.entry-title {
        font-size: 24px;
        line-height: 31px
    }
    .related-posts {
        padding: 25px 30px
    }
    .related-posts .slick-slider .slick-dots {
        padding: 0
    }
    .single-post #comments {
        padding: 30px 30px
    }
    .post-list .entry-title {
        font-size: 18px;
        line-height: 25px
    }
    .post-list.position-image-row .post .entry-header {
        padding-left: 0
    }
    .single-post .main-content>div.row {
        padding: 0
    }
    .single-post .col-lg-9 .post-excerpt {
        padding-left: 0;
        padding-right: 0
    }
    .single-post .main-content>.row, .single-post .main-content>.flex-row-reverse>div+div, .archive .main-content>.row, .archive .main-content>.flex-row-reverse>div+div {
        padding: 0 15px
    }
    .single-post .row .sidebar>.widget, .single-post .flex-row-reverse .sidebar>.widget, .archive .row .sidebar>.widget, .archive .flex-row-reverse .sidebar>.widget {
        padding: 20px 15px
    }
    .single-post .row .sidebar>.widget:after, .single-post .flex-row-reverse .sidebar>.widget:after, .archive .row .sidebar>.widget:after, .archive .flex-row-reverse .sidebar>.widget:after {
        left: 15px;
        right: 15px
    }
    .single-post .row .sidebar, .single-post .flex-row-reverse .sidebar, .archive .row .sidebar, .archive .flex-row-reverse .sidebar {
        padding-top: 0
    }
    .single-post .layout-blog, .archive .layout-blog {
        padding: 25px 0
    }
    .archive .col-lg-9 .layout-blog {
        padding: 0
    }
    .archive .main-content>.row>div+div.col-lg-9 {
        padding: 0 15px
    }
    .recent-viewed-products .list-recent .product-item {
        -webkit-box-flex: 20%;
        -moz-box-flex: 20%;
        -webkit-flex: 20%;
        -ms-flex: 20%;
        flex: 20%;
        max-width: 20%
    }
    .tbay-element.tbay-element-testimonials .testimonials-body {
        padding: 15px;
        margin-bottom: 15px
    }
    .tbay-element.tbay-element-testimonials .testimonials-body .testimonial-meta {
        bottom: 40px;
        left: 100px
    }
    .row .sticky-spacer {
        display: none !important
    }
    .cart-dropdown .cart-icon {
        color: var(--black-color) !important
    }
    .archive-shop .page-title {
        font-size: 16px
    }
    .sidebar:not(.top-archive-content) {
        margin-top: 20px
    }
    .woof_products_top_panel {
        margin: 0
    }
    body.search-results .page-title {
        display: none
    }
    .woof_radio_term_reset_visible {
        display: inline-block !important
    }
    .tbay-search-form .SumoSelect .SumoUnder {
        display: none
    }
    .footer-device-mobile~#tbay-footer .tbay-copyright, body:not(.mobile-hidden-footer) #tbay-footer .tbay-copyright {
        padding-bottom: 90px !important
    }
    .tbay-breadscrumb {
        padding: 0
    }
    .tbay-breadscrumb.show-title .breadscrumb-inner {
        padding: 0
    }
    .single-main-content .image-mains {
        -webkit-box-ordinal-group: -1;
        -moz-box-ordinal-group: -1;
        -ms-flex-order: -1;
        -webkit-order: -1;
        order: -1
    }
    .single-main-content .top-main-content {
        padding-bottom: 24px !important;
        margin-bottom: 17px !important
    }
    .singular-shop div.product .image-mains .images {
        flex: 0 0 100%;
        max-width: 100%
    }
    .singular-shop div.product .information .price {
        font-size: 22px
    }
    .singular-shop div.product .product_title {
        border-top: 1px solid var(--border-color-5);
        margin-top: 24px;
        padding-top: 16px;
        font-size: 22px;
        line-height: 32px;
        margin-bottom: 6px
    }
    .tbay-filter form.woocommerce-fillter {
        display: none
    }
    .tbay-filter .woocommerce-ordering .sort-title {
        display: inline-block !important;
        margin: 0
    }
    .tbay-filter .display-mode-warpper {
        padding: 0
    }
    #reviews .review-summary-total {
        border: 0;
        text-align: center;
        margin-bottom: 20px
    }
    .nav-tabs {
        -webkit-box-align: center;
        text-align: center;
        white-space: nowrap;
        display: block !important;
        overflow-x: auto !important;
        overflow-y: hidden;
        width: 100%
    }
    .tabs-list li {
        display: inline-block
    }
    #sticky-menu-bar {
        display: none
    }
    .single-post .entry-title {
        font-size: 24px
    }
    .woocommerce-form.track_order>p {
        width: 90%
    }
    .woocommerce-customer-details .woocommerce-columns--addresses>div {
        width: 100% !important
    }
    .woocommerce-customer-details .woocommerce-columns--addresses>div.col-2 {
        margin-top: 30px
    }
    .plainoverlay, #woof_svg_load_container {
        z-index: 10000 !important
    }
    .wishlist-empty {
        padding: 0 15px
    }
    .cart-collaterals {
        margin-top: 30px
    }
    .checkout .review-wrapper {
        margin-top: 45px
    }
    .woocommerce-order-received .woocommerce-order .woocommerce-thankyou-order-received, .woocommerce-order-received .woocommerce-order .woocommerce-thankyou-order-details {
        padding: 15px
    }
    .woocommerce .col2-set.addresses address, .woocommerce-page .col2-set.addresses address {
        line-height: 32px
    }
    .u-columns>div {
        flex: 0 0 100%;
        max-width: 100%;
        border: 0 !important;
        width: 100%
    }
    .u-columns .nav-tabs li {
        display: inline-block
    }
    .tbay-element-product-tabs {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        flex-direction: column;
        flex-wrap: nowrap
    }
    .tbay-element-product-tabs .heading-tbay-title {
        display: block;
        max-width: 100%;
        padding-bottom: 15px
    }
    .tbay-element-product-tabs .heading-tbay-title+.tabs-list {
        text-align: left
    }
    .tbay-element-product-tabs .heading-tbay-title+.tabs-list li:first-child {
        padding-left: 0
    }
    .tbay-element-product-categories-tabs .heading-product-category-tabs .heading-tbay-title {
        display: block;
        max-width: 100%
    }
    .woocommerce .woocommerce-MyAccount-navigation, .woocommerce .woocommerce-MyAccount-content {
        display: block;
        width: 100%;
        padding: 15px
    }
}
@media(max-width:782px) {
    body.admin-bar .topbar-device-mobile {
        top: 46px
    }
    body.admin-bar .topbar-device-mobile~#tbay-main-content .filter-mobile .content, body.admin-bar .topbar-device-mobile~#tbay-main-content #product-size-guide .modal-dialog, body.admin-bar .topbar-device-mobile .search-device .tbay-search-mobile.tbay-search-form, body.admin-bar .topbar-device-mobile .tbay-element-mini-cart .dropdown-content {
        top: 46px
    }
    body.admin-bar .wrapper-container {
        padding-top: 92px
    }
    body.admin-bar .image-mains .share-content .content {
        top: 96px
    }
}
@media(min-width:768px) and (max-width:1199px) {
    .product-block.vertical-v2 {
        padding: 20px
    }
    .product-block.vertical-v2 .caption {
        padding-left: 20px
    }
}
@media(min-width:768px) and (max-width:991px) {
    .entry-title {
        font-size: 18px;
        line-height: 26px
    }
    .single-post .entry-meta-list>li span {
        display: none
    }
    .woocommerce div.product div.images .woocommerce-product-gallery__trigger, body div.product div.images .woocommerce-product-gallery__trigger {
        bottom: 145px !important
    }
    .image-mains .flex-control-thumbs {
        padding: 0 170px !important
    }
    .image-mains .flex-control-thumbs>.slick-arrow {
        right: 150px
    }
    .image-mains .flex-control-thumbs>.slick-arrow.owl-prev {
        left: 150px;
        right: auto
    }
    .tbay-addon-features .row.grid {
        justify-content: center
    }
}
@media(max-width:768px) {
    .woocommerce-MyAccount-content {
        padding-top: 30px;
        overflow: auto
    }
    .dokan-warranty-request-wrap form {
        overflow: auto
    }
}
@media(max-width:1199px) {
    #custom-login-wrapper {
        position: fixed
    }
    .tbay-homepage-demo .topbar-device-mobile>div {
        -webkit-box-flex: 1;
        -moz-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1
    }
    .tbay-homepage-demo .topbar-device-mobile>div.top-right-mobile {
        max-width: 88px
    }
    .tbay-homepage-demo .topbar-device-mobile>.active-mobile {
        max-width: 88px
    }
    .tbay-homepage-demo .topbar-device-mobile .topbar-icon-home {
        max-width: 88px
    }
    .products {
        text-align: left
    }
    .single-product .topbar-device-mobile .top-right-mobile {
        max-width: 88px;
        -webkit-box-flex: unset;
        -moz-box-flex: unset;
        -webkit-flex: unset;
        -ms-flex: unset;
        flex: unset
    }
    .single-product .topbar-device-mobile>.active-mobile+.mobile-logo {
        justify-content: flex-start
    }
    .single-product .topbar-device-mobile>.active-mobile~.tbay-element-mini-cart {
        max-width: 35px;
        display: inherit
    }
    .tbay-always-display-logo .topbar-device-mobile>.active-mobile {
        max-width: inherit
    }
    .tbay-always-display-logo.single-product .topbar-device-mobile>.active-mobile {
        max-width: 45px
    }
    .tbay-always-display-logo.tbay-homepage-demo .topbar-device-mobile>.active-mobile, .tbay-always-display-logo.tbay-homepage-demo .topbar-device-mobile .topbar-icon-home {
        max-width: 88px
    }
    .topbar-device-mobile {
        position: fixed;
        top: 0;
        left: 0;
        z-index: 999;
        background: var(--tb-header-mobile-bg);
        padding: 0 8px;
        width: 100%;
        -webkit-transition: all .4s ease-in-out 0s;
        -o-transition: all .4s ease-in-out 0s;
        transition: all .4s ease-in-out 0s;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        border-bottom: 1px solid var(--border-color);
        align-items: center
    }
    .topbar-device-mobile>.active-mobile {
        max-width: 45px
    }
    .topbar-device-mobile .device-wishlist-header>a {
        position: relative;
        display: block
    }
    .topbar-device-mobile .device-wishlist-header>a .count-wishlist {
        position: absolute;
        top: 3px;
        right: -8px;
        background: var(--tb-theme-color);
        color: #fff;
        height: 18px;
        min-width: 18px;
        border-radius: 3px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        -ms-border-radius: 3px;
        -o-border-radius: 3px;
        text-align: center;
        font-size: 13px;
        line-height: 18px
    }
    .topbar-device-mobile.active-search {
        z-index: 1001
    }
    .topbar-device-mobile .tbay-search-mobile>form {
        background: var(--bg-white);
        padding: 2px 16px;
        border-bottom: 1px solid var(--border-color)
    }
    .topbar-device-mobile .tbay-search-mobile>form .form-group {
        border: 1px solid var(--border-color-woo);
        border-radius: 3px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        -ms-border-radius: 3px;
        -o-border-radius: 3px
    }
    .topbar-device-mobile>div, .topbar-device-mobile form {
        -webkit-box-flex: 1;
        -moz-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1
    }
    .topbar-device-mobile .tbay-element-mini-cart .cart-dropdown a span.mini-cart-items {
        right: -5px;
        left: auto
    }
    .topbar-device-mobile .tbay-element-mini-cart {
        display: flex;
        justify-content: flex-end
    }
    .topbar-device-mobile .tbay-element-mini-cart .cart-dropdown i {
        line-height: unset
    }
    .topbar-device-mobile .tbay-element-mini-cart .cart-dropdown span {
        display: none
    }
    .topbar-device-mobile .tbay-element-mini-cart .cart-dropdown span.mini-cart-items {
        display: inline-block
    }
    .topbar-device-mobile .topbar-mobile-history {
        max-width: 24px
    }
    .topbar-device-mobile .topbar-mobile-history a {
        text-align: center;
        display: inline-block
    }
    .topbar-device-mobile .btn {
        border: 0;
        padding: 0
    }
    .topbar-device-mobile .active-mobile a, .topbar-device-mobile .active-mobile button {
        color: #fff
    }
    .topbar-device-mobile .cart_empty .total {
        margin-top: 5px
    }
    .topbar-device-mobile .tbay-element-mini-cart a.wc-continue {
        background: var(--tb-theme-color);
        border-color: var(--tb-theme-color);
        color: #fff
    }
    .topbar-device-mobile i {
        font-size: 26px;
        display: block;
        line-height: 42px
    }
    .topbar-device-mobile .mini_cart_inner i {
        line-height: normal
    }
    .topbar-device-mobile .search-device .search-icon {
        display: inline-block;
        color: var(--white-color)
    }
    .topbar-device-mobile .topbar-title {
        line-height: 45px;
        text-align: left;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        -webkit-box-flex: 2;
        -moz-box-flex: 2;
        -webkit-flex: 2;
        -ms-flex: 2;
        flex: 2
    }
    .topbar-device-mobile .topbar-icon-home {
        max-width: 33px
    }
    .topbar-device-mobile .topbar-icon-home a {
        width: 40px;
        display: inherit;
        text-align: center
    }
    .topbar-device-mobile .active-mobile .btn-danger {
        background-color: transparent;
        border: 0;
        font-size: 24px;
        margin-left: -21px;
        margin-right: 0;
        width: 60px
    }
    .topbar-device-mobile .mobile-logo {
        text-align: center;
        -webkit-box-flex: 2;
        -moz-box-flex: 2;
        -webkit-flex: 2;
        -ms-flex: 2;
        flex: 2;
        display: flex;
        align-items: center;
        justify-content: flex-start
    }
    .topbar-device-mobile .active-mobile+.mobile-logo {
        justify-content: center
    }
    .topbar-device-mobile .top-right-mobile>div {
        float: right;
        margin-left: 15px
    }
    .topbar-device-mobile .search-device .show-search {
        cursor: pointer
    }
    .topbar-device-mobile .search-device .show-search i {
        font-size: 20px;
        line-height: 30px
    }
    .topbar-device-mobile .search-device .tbay-search-form {
        background-color: var(--border-color-6);
        border: 0;
        padding: 0 10px;
        margin-top: 0;
        position: absolute;
        top: 100%;
        width: 100%;
        left: 0;
        right: auto;
        display: none;
        -webkit-transition: none;
        -o-transition: none;
        transition: none;
        border-radius: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        -o-border-radius: 0
    }
    .topbar-device-mobile .search-device .tbay-search-form .tbay-preloader {
        right: 0;
        background-size: auto 10px !important;
        background-position: right 0 center !important
    }
    .topbar-device-mobile .cart-dropdown>a {
        color: var(--black-color)
    }
    .topbar-device-mobile .cart-dropdown .cart-icon i {
        font-size: 20px;
        font-weight: normal;
        line-height: 50px;
        display: block
    }
    .topbar-device-mobile .cart-dropdown .cart-icon .mini-cart-items {
        min-width: 18px;
        line-height: 18px;
        top: 10px;
        font-size: 13px;
        right: -12px;
        background: var(--tb-theme-color);
        color: var(--white-color)
    }
    .footer-device-mobile {
        position: fixed;
        bottom: -1px;
        left: 0;
        z-index: 1000;
        background: var(--bg-white);
        border-top: 1px solid var(--border-color);
        display: flex;
        width: 100%;
        -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
        box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
        padding: 6px 0 5px;
        -webkit-transition: all .4s ease-in-out 0s;
        -o-transition: all .4s ease-in-out 0s;
        transition: all .4s ease-in-out 0s
    }
    .footer-device-mobile .cart-dropdown>a>span {
        vertical-align: initial
    }
    .footer-device-mobile .tbay-topcart i {
        font-size: 25px
    }
    .footer-device-mobile>* {
        width: 100%;
        text-align: center
    }
    .footer-device-mobile>*:hover>a, .footer-device-mobile>*:hover i, .footer-device-mobile>*:hover span, .footer-device-mobile>*:focus>a, .footer-device-mobile>*:focus i, .footer-device-mobile>*:focus span {
        color: var(--tb-theme-color)
    }
    .footer-device-mobile>* a {
        display: block;
        color: var(--color-12);
        position: relative;
        font-size: 13px;
        line-height: 17px
    }
    .footer-device-mobile>* a.remove {
        position: unset
    }
    .footer-device-mobile>* a span.count {
        position: absolute;
        top: -8px;
        left: 50%;
        right: auto;
        font-size: 14px;
        line-height: 20px;
        font-weight: 700;
        min-width: 20px;
        text-align: center;
        border-radius: 50%;
        background: var(--tb-theme-second-color);
        color: var(--black-color)
    }
    .footer-device-mobile>* a span.count h1, .footer-device-mobile>* a span.count div {
        display: none !important
    }
    .footer-device-mobile>* a span:hover i {
        color: var(--tb-theme-color)
    }
    .footer-device-mobile>* i {
        font-size: 23px;
        line-height: 20px;
        margin-bottom: 2px;
        color: var(--black-color);
        display: block
    }
    .footer-device-mobile>*.active a {
        color: var(--tb-theme-color);
        font-weight: 500
    }
    .footer-device-mobile>*.active a i {
        color: var(--tb-theme-color)
    }
    .footer-device-mobile~.tbay-to-top.tbay-to-top-mobile {
        bottom: 100px
    }
    .footer-device-mobile .cart-dropdown>a>span {
        vertical-align: initial
    }
    .tbay-element-mini-cart .cart-dropdown a.mini-cart {
        display: block;
        position: relative;
        font-size: 13px;
        width: 30px;
        margin: auto
    }
    .tbay-element-mini-cart .cart-dropdown a span.mini-cart-items {
        position: absolute;
        top: -5px;
        left: auto;
        right: -9px;
        font-size: 13px;
        line-height: 18px;
        height: 18px;
        min-width: 18px;
        text-align: center;
        border-radius: 3px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        -ms-border-radius: 3px;
        -o-border-radius: 3px;
        background: var(--tb-theme-color);
        color: #fff
    }
    .tbay-element-mini-cart .cart-dropdown .dropdown-menu {
        display: none !important
    }
    .tbay-element-mini-cart .cart-dropdown .cart-icon i {
        font-size: 23px;
        margin-bottom: 5px;
        color: var(--black-color);
        display: block
    }
    .tbay-element-mini-cart .cart-dropdown .cart-icon~span {
        display: block
    }
    .search-device-mobile {
        z-index: 1;
        min-width: 16px
    }
    .search-device-mobile .show-search {
        cursor: pointer;
        color: #666
    }
    .search-device-mobile .tbay-search-form {
        background-color: var(--bg-white);
        border: 0;
        padding: 0 10px;
        margin: 0;
        position: absolute;
        top: 0;
        width: 100%;
        left: 80px;
        right: auto;
        margin-left: -80px;
        margin-right: 0;
        display: none;
        -webkit-transition: none;
        -o-transition: none;
        transition: none;
        border-radius: 0;
        box-shadow: 0 -2px 6px rgba(0, 0, 0, 0.06);
        border-bottom: 1px solid var(--tb-theme-body)
    }
    .search-device-mobile .tbay-search-form.active {
        width: 94%
    }
    .search-device-mobile .tbay-search-form .input-group {
        display: flex;
        flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        border: 0
    }
    .search-device-mobile .tbay-search-form .input-group .tbay-search {
        padding-left: 10px;
        padding-right: 0;
        height: 50px
    }
    .search-device-mobile .tbay-search-form .tbay-preloader.no-results {
        display: none !important
    }
    .search-device-mobile .tbay-search-form .button-group {
        position: absolute;
        right: 0;
        left: auto;
        z-index: 3;
        width: auto
    }
    .search-device-mobile .tbay-search-form .button-search {
        height: 50px;
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0);
        padding: 0 10px
    }
    .search-device-mobile .tbay-search-form:after {
        position: fixed;
        width: 100%;
        height: 100%;
        opacity: .66;
        filter: alpha(opacity=66);
        background: #000;
        content: '';
        top: 0;
        left: 0;
        right: auto;
        z-index: -1
    }
    body.woocommerce-wishlist .footer-device-mobile>.device-wishlist a {
        color: var(--tb-theme-color)
    }
    body.woocommerce-wishlist .footer-device-mobile>.device-wishlist a i {
        color: var(--tb-theme-color)
    }
}
@media(max-width:1199px) {
    .product-block.v1 {
        padding: 20px
    }
}
@media(max-width:991px) {
    .woocommerce .product-block.v2 span.onsale {
        top: 15px;
        left: 15px
    }
}
@media(min-width:768px) {
    .product-block.v2 .stock-flash-sale>span {
        position: static;
        display: block;
        margin-top: 10px
    }
}
@media(min-width:768px) {
    .tbay-addon-products:not(.tbay-addon-vertical) .row.grid .product-block.v3 {
        padding-bottom: 30px
    }
}
@media(max-width:768px) {
    .woocommerce table.shop_table_responsive tr, .woocommerce-page table.shop_table_responsive tr {
        display: table-row
    }
    .woocommerce table.shop_table_responsive tr:nth-child(2n) td, .woocommerce-page table.shop_table_responsive tr:nth-child(2n) td {
        background: transparent
    }
    .woocommerce table.shop_table_responsive tr td:before, .woocommerce-page table.shop_table_responsive tr td:before {
        font-weight: normal;
        display: none
    }
}
@media(max-width:767px) {
    .elementor-product-only-image .yith-wcact-aution-badge, .elementor-product-only-image .auction-bage {
        display: none
    }
    .tbay-show-cart-mobile .product-block div.add-cart a {
        white-space: nowrap;
        padding: 0 10px;
        display: block;
        text-overflow: ellipsis;
        overflow: hidden
    }
    .style-3 .tbay-element-custom-image-list-categories .owl-carousel {
        padding: 0
    }
    .style-3 .custom-image-list-categories .content>a.cat-name {
        white-space: normal;
        text-align: center;
        margin-top: 6px
    }
    .single-post .slider-blog.owl-carousel, .single-post .slider-blog.slider, .single-post .audio-wrap, .single-post .content-image {
        padding: 0 15px
    }
    .product-flash-sales-main .top-flash-sale-wrapper {
        padding: 17px 15px
    }
    #yith-wcwl-popup-message {
        max-width: 80%
    }
    .custom-icon-box .elementor-icon-box-wrapper {
        display: -ms-flexbox;
        display: flex
    }
    .custom-icon-box .elementor-icon-box-title {
        margin-top: 0
    }
    .custom-icon-box .elementor-icon-box-content {
        margin-left: 5px;
        margin-right: 0
    }
    .u-columns>.log-form, .u-columns>.log-with-social {
        padding-left: 0;
        padding-right: 0
    }
    .heading-product-category-tabs .heading-tbay-title {
        padding: 0
    }
    .tbay-filter .woocommerce-ordering .sort-title {
        display: none !important
    }
    .post-navigation .nav-links>* {
        width: 100%
    }
    .post-navigation .nav-links>*.nav-next {
        margin-top: 15px
    }
    .sidebar.top-archive-content {
        margin-bottom: 15px;
        background-color: var(--tb-theme-body)
    }
    .single-post .post-excerpt {
        padding-left: 0;
        padding-right: 0
    }
    .single-post #comments, .entry-single .entry-thumb, .entry-single .entry-header {
        padding-left: 15px;
        padding-right: 15px
    }
    #sidebar-bottom-archive .content-empty {
        padding: 0 15px
    }
    .layout-blog .row.grid>div {
        padding-left: 15px;
        padding-right: 15px
    }
    .entry-title {
        font-size: 16px;
        line-height: 22px
    }
    .archive-shop>.tbay-filter .SumoSelect {
        border: 1px solid var(--border-color-4);
        line-height: 40px;
        width: 100%;
        border-radius: 3px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        -ms-border-radius: 3px;
        -o-border-radius: 3px
    }
    .archive-shop>.tbay-filter .SumoSelect>select {
        text-align: left
    }
    .archive-shop>.tbay-filter .SumoSelect>.CaptionCont>label {
        right: 13px
    }
    .archive-shop>.tbay-filter .main-filter {
        padding-bottom: 70px;
        position: relative
    }
    .archive-shop>.tbay-filter .woocommerce-ordering {
        position: absolute;
        left: 0;
        right: auto;
        bottom: 16px;
        width: 100%
    }
    .singular-shop .product-type-external div.group-button .tbay-wishlist .exists .feedback {
        border-color: transparent
    }
    .u-columns>div {
        padding-left: 0;
        padding-right: 0
    }
    .u-columns>div.log-with-social {
        padding-left: 0;
        padding-right: 0
    }
    .u-columns .nav-tabs {
        text-align: left
    }
    #comments .comment-text .description {
        padding-top: 0
    }
    .title-base, .questions-section h3, .yith_wcwl_wishlist_footer .yith-wcwl-share h4.yith-wcwl-share-title, #review_form_wrapper .comment-reply-title, .wc-tabs-wrapper .panel.woocommerce-Tabs-panel--seller h2, .wc-tabs-wrapper .panel.woocommerce-Tabs-panel--vendor h2, .panel h2, .panel h3, .panel h4, .questions-section h3, .yith_wcwl_wishlist_footer .yith-wcwl-share h4.yith-wcwl-share-title, #review_form_wrapper .comment-reply-title, .wc-tabs-wrapper .panel.woocommerce-Tabs-panel--seller h2, .wc-tabs-wrapper .panel.woocommerce-Tabs-panel--vendor h2, .panel h2, .panel h3, .panel h4, .tabs-fulltext h2, .woocommerce-tabs-mobile h2 {
        font-size: 18px;
        line-height: 26px;
        padding-bottom: 29px;
        padding-top: 11px
    }
    .tabs-fulltext h2, .woocommerce-tabs-mobile h2 {
        margin-bottom: 0
    }
    .woocommerce table.shop_attributes td {
        padding: 0 14px
    }
    .woocommerce-checkout.woocommerce table.my_account_orders thead {
        display: block
    }
    #tbay-cart-modal .main-content p {
        -webkit-box-flex: unset;
        -moz-box-flex: unset;
        -webkit-flex: unset;
        -ms-flex: unset;
        flex: unset;
        text-align: center;
        width: 100%
    }
    .woocommerce-cart .return-to-shop a.button.wc-backward {
        border: 0;
        font-weight: normal;
        line-height: 35px;
        padding-bottom: 50px;
        background: transparent;
        color: var(--tb-theme-color)
    }
    .woocommerce-cart .return-to-shop a.button.wc-backward:hover, .woocommerce-cart .return-to-shop a.button.wc-backward:focus, .woocommerce-cart .return-to-shop a.button.wc-backward:active:hover {
        background: transparent;
        color: var(--tb-theme-color)
    }
    .return-to-shop a.button:before {
        display: none
    }
    body:not(.tbay-homepage-demo) #main-container {
        padding-top: 25px;
        padding-bottom: 30px
    }
    body:not(.tbay-homepage-demo).store-listing {
        padding-bottom: 0
    }
    .entry-single .besa-social-links {
        margin-top: 20px
    }
    .bg-white-mobile, .cross-sells {
        background: var(--bg-white)
    }
    .cross-sells {
        padding-top: 0;
        margin: 0
    }
    .cross-sells .tbay-addon-content {
        padding: 0
    }
    .cross-sells .tbay-addon-content .owl-carousel.slick-slider .slick-slide {
        padding: 0
    }
    .cross-sells.tbay-addon.tbay-addon-products:not(.tbay-addon-vertical) {
        text-align: left
    }
    body:not(.admin-bar) .tbay-footer {
        padding-bottom: 46px
    }
    body.category #main-container {
        padding: 0
    }
    body.single-post #main-container {
        padding-top: 0;
        padding-bottom: 0;
        background: var(--bg-white)
    }
    .woocommerce table.shop_table_responsive tr, .woocommerce-page table.shop_table_responsive tr {
        display: block
    }
    .woocommerce table.shop_table_responsive tr td:before, .woocommerce-page table.shop_table_responsive tr td:before {
        display: block
    }
    .style-1 .custom-image-list-categories .item-cat {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        justify-content: center;
        flex-direction: column
    }
    .container, .dokan-dashboard .dokan-dashboard-wrap, #wcfm-main-contentainer .wcfm-membership-wrapper, .wcfmmp-store-page #wcfmmp-store {
        max-width: unset
    }
    .elementor-widget-icon-box .elementor-icon-box-wrapper .elementor-icon {
        margin-bottom: 0;
        margin-top: 0
    }
    .featured-vendor .elementor-widget-wrap .elementor-button {
        margin-bottom: 0
    }
    .collaborate .tbay-element.tbay-element-heading .heading-tbay-title .title, .elementor-widget-heading .elementor-heading-title {
        font-size: 20px
    }
    .elementor-widget-icon-box .elementor-icon-box-wrapper .elementor-icon {
        font-size: 50px
    }
    .woocommerce-cart-form>.row {
        padding: 0
    }
    .woocommerce .yith-wfbt-submit-block .yith-wfbt-submit-button-remove {
        max-width: max-content;
        font-weight: 400;
        margin-top: 10px !important
    }
    .tbay-to-top.tbay-to-top-mobile {
        display: block
    }
    .cart_totals table .woocommerce-shipping-totals.shipping td:after {
        right: 0
    }
    body.woocommerce-page {
        background: transparent
    }
    .woocommerce-products-header {
        display: none
    }
    .tbay-filter, .archive-shop .display-products.products {
        padding: 0
    }
    .tbay-filter .main-filter {
        margin: 0 !important
    }
    .products-list .product-block {
        padding: 20px 15px
    }
    .products-list .product-block .button-wishlist.shown-mobile {
        display: block !important;
        position: absolute;
        bottom: 0;
        right: 0;
        left: auto;
        width: auto !important;
        z-index: 99
    }
    .products-list .product-block .button-wishlist.shown-mobile>div .yith-wcwl-wishlistexistsbrowse a, .products-list .product-block .button-wishlist.shown-mobile>div .yith-wcwl-wishlistaddedbrowse a {
        color: var(--tb-theme-color)
    }
    .products-list .product-block .button-wishlist.shown-mobile>div a {
        color: var(--color-01);
        border: 0;
        width: 33px;
        height: 33px;
        display: block;
        border-radius: 50%;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%;
        text-align: center;
        border: 1px solid var(--border-color);
        background: var(--bg-white)
    }
    .products-list .product-block .button-wishlist.shown-mobile>div a span {
        font-size: 0
    }
    .products-list .product-block .button-wishlist.shown-mobile>div a i {
        line-height: 33px;
        font-size: 18px;
        margin: 0
    }
    .products-list .product-block .button-wishlist.shown-mobile>div a:hover {
        color: var(--tb-theme-color) !important
    }
    .recent-viewed-products {
        margin: 0
    }
    .recent-viewed-products .show-all {
        line-height: 22px;
        margin-top: 0;
        margin-right: 0
    }
    form.checkout h3#order_payment_heading {
        margin-bottom: 30px
    }
    .woocommerce form.checkout_coupon>p.form-row-last .button {
        padding: 0 15px;
        line-height: 40px
    }
    .woocommerce-checkout .woocommerce {
        padding: 30px 0
    }
    .tbay-element[class*="tbay-element-product"] .owl-carousel, .tbay-element[class*="tbay-element-product"] .row {
        padding: 0;
        margin: 0 16px
    }
    .tbay-element[class*="tbay-element-product"] .owl-carousel>div, .tbay-element[class*="tbay-element-product"] .owl-carousel .item, .tbay-element[class*="tbay-element-product"] .row>div, .tbay-element[class*="tbay-element-product"] .row .item {
        padding: 0 !important
    }
    .display-products.products {
        padding: 0
    }
    .display-products.products>.row>div {
        padding: 0
    }
    .ourteam-inner {
        margin-bottom: 15px !important
    }
    .mobile-hidden-footer #tbay-main-content {
        padding-bottom: 60px
    }
    .mobile-hidden-footer .tbay-footer {
        display: none
    }
    .woocommerce div.product div.images .flex-control-thumbs {
        max-width: 540px;
        margin: 0 auto;
        padding: 0 140px
    }
    .woocommerce .woocommerce-product-rating, body .woocommerce-product-rating {
        display: block;
        line-height: inherit
    }
    .woocommerce .woocommerce-product-rating .rate-sold, .woocommerce .woocommerce-product-rating .sold-by-meta, body .woocommerce-product-rating .rate-sold, body .woocommerce-product-rating .sold-by-meta {
        padding: 0;
        margin: 0;
        display: block
    }
    .woocommerce .woocommerce-product-rating .rate-sold:before, .woocommerce .woocommerce-product-rating .sold-by-meta:before, body .woocommerce-product-rating .rate-sold:before, body .woocommerce-product-rating .sold-by-meta:before {
        display: none
    }
    .woocommerce div.product table.variations tr, body div.product table.variations tr {
        padding-bottom: 10px;
        width: 100vw
    }
    .style-1 .custom-image-list-categories .item-cat {
        padding: 0 15px 15px
    }
    .tbay-element-custom-image-list-categories .owl-carousel {
        padding: 10px
    }
    .tbay-element-custom-image-list-categories .owl-carousel .item-cat>a {
        padding: 10px 0 0
    }
    .tbay-element-custom-image-list-categories .owl-carousel .cat-name {
        margin-top: 9px
    }
    .tbay-element-custom-image-list-categories .owl-carousel .slick-dots {
        margin-top: 15px;
        padding-bottom: 22px
    }
    .product-flash-sales-main .top-flash-sale-wrapper {
        flex-direction: row
    }
    .product-flash-sales-main .top-flash-sale-wrapper .heading-tbay-title, .product-flash-sales-main .top-flash-sale-wrapper .flash-sales-date {
        max-width: 100%
    }
    .product-flash-sales-main .top-flash-sale-wrapper .heading-tbay-title {
        padding-bottom: 20px
    }
    .product-flash-sales-main .top-flash-sale-wrapper .flash-sales-date {
        padding: 0 17px;
        margin-top: 0
    }
    #tbay-cart-modal .modal-dialog {
        left: 15px;
        right: 15px;
        width: auto;
        -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        -o-transform: translate(0, -50%);
        transform: translate(0, -50%)
    }
    #tbay-cart-modal .btn-close {
        top: -15px;
        right: -10px;
        left: auto;
        position: absolute
    }
    #tbay-cart-modal .btn-close i {
        font-size: 14px
    }
    #tbay-cart-modal .main-content {
        padding: 66px 15px 15px 15px;
        float: left
    }
    #tbay-cart-modal .main-content::before {
        top: 10px
    }
    #tbay-cart-modal.active .modal-dialog {
        -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        -o-transform: translate(0, -50%);
        transform: translate(0, -50%)
    }
    #sidebar-shop+.singular-shop .related .heading-tbay-title {
        padding: 0 0 25px
    }
    .singular-shop div.product .group-button {
        width: 100%;
        margin: 15px 0 0
    }
    .singular-shop div.product .single_add_to_cart_button.disabled, .singular-shop div.product .tbay-buy-now.disabled {
        opacity: 1;
        filter: alpha(opacity=100)
    }
    .singular-shop>.product>div.related .heading-tbay-title, .singular-shop>.product>div.upsells .heading-tbay-title {
        font-size: 18px;
        padding: 7px 0 16px
    }
    .singular-shop>.product>div, .singular-shop>.product>div.tabs-fulltext .item-panel {
        padding-left: 0;
        padding-right: 0
    }
    .singular-shop>.product .woocommerce-tabs-mobile {
        padding: 0
    }
    .singular-shop>.product .single-main-content {
        padding: 0 0 50px;
        margin: 0
    }
    .singular-shop .image-mains .images {
        display: block
    }
    .tabs-fulltext #tabs-list-seller {
        margin-top: 0;
        padding-top: 0
    }
    .time {
        margin: 10px 5px 0
    }
    .time .timming {
        font-size: 13px
    }
    .time .timming>div {
        margin: 0;
        line-height: 23px
    }
    .time .stock {
        margin: 0 0 5px
    }
    .seller-product .elementor-element-populated {
        padding: 0 !important
    }
    .seller-product .heading-tbay-title .title {
        margin-left: 20px;
        margin-right: 0
    }
    .tbay-element-product-categories-tabs {
        padding-bottom: 20px
    }
    .product-block.vertical-v2 .product-content {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        flex-direction: row;
        flex-wrap: nowrap
    }
    .product-block.vertical-v2 .product-content .block-inner {
        max-width: 35%
    }
    .product-block.vertical-v2 .product-content .caption {
        max-width: 70%;
        padding: 0 15px
    }
    .product-block.vertical-v2 .product-content .caption .total-sold {
        display: table;
        padding: 0 10px;
        border-radius: 20px;
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        -ms-border-radius: 20px;
        -o-border-radius: 20px;
        background: var(--tb-theme-body);
        line-height: 20px;
        margin-top: 7px
    }
    .woocommerce .product .woocommerce-product-gallery__trigger {
        display: none
    }
    .woocommerce table.shop_table.my_account_orders, .woocommerce table.shop_table.dokan-rma-order-item-table {
        border: 0
    }
    .woocommerce table.shop_table.my_account_orders>tbody>tr, .woocommerce table.shop_table.dokan-rma-order-item-table>tbody>tr {
        display: block;
        margin-bottom: 15px;
        border: 1px solid var(--border-color);
        padding: 10px 0;
        width: 100%
    }
    .woocommerce table.shop_table.my_account_orders>tbody>tr>td, .woocommerce table.shop_table.dokan-rma-order-item-table>tbody>tr>td {
        width: 100%;
        display: block;
        text-align: left;
        padding: 10px;
        border: 0
    }
    .woocommerce table.shop_table.my_account_orders>tbody>tr>td:before, .woocommerce table.shop_table.dokan-rma-order-item-table>tbody>tr>td:before {
        content: attr(data-title);
        display: inline-block;
        min-width: 140px;
        text-align: left;
        padding-right: 0;
        font-weight: 500
    }
    .product-block .add-cart, .product-block .button-wishlist, .product-block .tbay-quick-view, .product-block .yith-compare {
        display: none
    }
    .tbay-show-cart-mobile .product-block div.add-cart {
        display: block;
        text-align: center;
        margin-top: 10px
    }
    .tbay-show-cart-mobile .product-block div.add-cart+.button-wishlist.shown-mobile {
        bottom: 45px
    }
    .tbay-show-cart-mobile .product-block div.add-cart a {
        border: 0;
        border-radius: 3px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        -ms-border-radius: 3px;
        -o-border-radius: 3px;
        line-height: 38px;
        height: 38px;
        background: var(--tb-theme-color);
        color: #fff;
        width: 100%;
        padding: 0;
        margin-top: 0
    }
    .tbay-show-cart-mobile .product-block div.add-cart a.wvs_ajax_add_to_cart.loading {
        font-size: 0;
        line-height: 0
    }
    .tbay-show-cart-mobile .product-block div.add-cart a.wvs_ajax_add_to_cart::before {
        display: none
    }
    .tbay-show-cart-mobile .product-block div.add-cart a i {
        display: none
    }
    .tbay-show-cart-mobile .product-block div.add-cart a.loading .title-cart {
        opacity: 0;
        filter: alpha(opacity=0)
    }
    .tbay-show-cart-mobile .product-block div.add-cart a.loading:after {
        content: "";
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-family: "tb-icon"
    }
    .tbay-show-cart-mobile .product-block div.add-cart a.loading:after {
        -webkit-animation: spin 2s linear infinite;
        -o-animation: spin 2s linear infinite;
        animation: spin 2s linear infinite;
        top: 0;
        left: 0;
        width: 100%;
        font-size: 20px;
        line-height: 40px;
        display: inline-block;
        vertical-align: middle;
        position: absolute
    }
    .tbay-show-cart-mobile .product-block div.add-cart a.added+a.added_to_cart {
        font-size: 14px;
        color: #fff;
        font-weight: bold
    }
    .tbay-show-cart-mobile .product-block div.add-cart a.added+a.added_to_cart:before {
        display: none
    }
    .tbay-show-cart-mobile .product-block.list div.add-cart a i {
        display: none
    }
    .product-countdown, .tbay-addon-flash-sales {
        text-align: center
    }
    .product-countdown.tbay-top, .tbay-addon-flash-sales.tbay-top {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        flex-direction: column;
        text-align: center
    }
    .product-countdown .flash-sales-date, .tbay-addon-flash-sales .flash-sales-date {
        text-align: left
    }
    .product-countdown .flash-sales-date .date-title, .tbay-addon-flash-sales .flash-sales-date .date-title {
        line-height: 35px
    }
    .product-countdown .tbay-addon-content, .tbay-addon-flash-sales .tbay-addon-content {
        max-width: 100%
    }
    .product-countdown .show-all, .tbay-addon-flash-sales .show-all {
        position: static !important;
        -webkit-box-ordinal-group: 1;
        -moz-box-ordinal-group: 1;
        -ms-flex-order: 1;
        -webkit-order: 1;
        order: 1
    }
    .product-countdown .product-block .product-content, .tbay-addon-flash-sales .product-block .product-content {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        flex-direction: column
    }
    .product-countdown .product-block .group-bottom, .tbay-addon-flash-sales .product-block .group-bottom {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        flex-direction: column;
        max-width: 100%;
        -webkit-box-flex: 1;
        -moz-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1
    }
    .products-grid.product+.products-grid {
        margin-top: 15px
    }
    .btn-view-all {
        margin: 10px 0
    }
    .show-all {
        position: static;
        display: table;
        margin: 15px auto 0
    }
    .show-all:before {
        display: none
    }
    .related-posts .post .entry-header {
        margin-top: 0
    }
    .single-post .post .entry-thumb img {
        margin-top: 10px
    }
    .single-post .col-xl-9 .entry-single .entry-title {
        padding-top: 0;
        line-height: 33px
    }
    .single-post .col-xl-9 .post-excerpt {
        padding-left: 0;
        padding-right: 0
    }
    .entry-meta-list i {
        font-size: 14px !important;
        margin-right: 5px !important;
        margin-left: 0 !important;
        line-height: 1
    }
    .readmore {
        margin: 8px 0 15px;
        line-height: inherit;
        font-size: 14px
    }
    .yith-wfbt-form {
        margin: 0;
        padding: 3px 0 9px
    }
    .yith-wfbt-section {
        padding-bottom: 30px
    }
    .yith-wfbt-section .yith-wfbt-images {
        padding: 0 !important
    }
    .yith-wfbt-section .yith-wfbt-images .caption {
        margin-bottom: 20px
    }
    .yith-wfbt-section .yith-wfbt-images .caption .name {
        padding: 5px 0 0
    }
    .yith-wfbt-section .yith-wfbt-items {
        margin-top: 22px
    }
    .yith-wfbt-section .yith-wfbt-items li {
        margin-bottom: 3px
    }
    .yith-wfbt-submit-block {
        position: static;
        text-align: left;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
        margin: 15px 0 0 !important
    }
    .yith-wfbt-submit-block .yith-wfbt-submit-button-remove {
        margin-top: 9px !important
    }
    .yith-wfbt-submit-block .price_text>span.total_price {
        margin-left: 0;
        font-weight: 400
    }
    .woocommerce div.product.product-type-grouped.style-carousel form.cart .group_table tr {
        text-align: left
    }
    .woocommerce div.product.product-type-grouped.style-carousel form.cart .group_table td {
        min-width: auto
    }
    .woocommerce .woocommerce-cart-form {
        padding: 0
    }
    .cart-collaterals .cart_totals table {
        padding: 0 !important
    }
    .shop_table.cart {
        border-bottom: 1px solid var(--border-color-2)
    }
    .shop_table.cart .cart_item {
        display: block;
        border: 0;
        border-bottom: 1px solid var(--border-color-6);
        padding: 25px 0;
        padding-left: 75px;
        position: relative;
        min-height: 60px;
        float: left;
        width: 100%
    }
    .shop_table.cart .cart_item:last-child {
        border: 0
    }
    .shop_table.cart .cart_item.head {
        display: none
    }
    .shop_table.cart .cart_item>span {
        display: inline-block;
        line-height: normal;
        vertical-align: middle
    }
    .shop_table.cart .cart_item>span.product-subtotal.price span.woocommerce-Price-amount.amount, .shop_table.cart .cart_item>span.product-price span.woocommerce-Price-amount.amount {
        color: var(--tb-theme-color)
    }
    .shop_table.cart .cart_item>span img {
        position: absolute;
        left: 0;
        top: 20px;
        right: auto
    }
    .shop_table.cart .cart_item>span.product-info {
        width: 100%;
        padding-right: 30px;
        padding-left: 0;
        margin-bottom: 8px
    }
    .shop_table.cart .cart_item>span.product-info .product-name {
        margin: 0
    }
    .shop_table.cart .cart_item>span.product-info .product-name a {
        margin-bottom: 1px
    }
    .shop_table.cart .cart_item>span.product-subtotal b {
        font-weight: 500
    }
    .shop_table.cart .cart_item>span.product-remove {
        position: absolute;
        right: 7px;
        left: auto;
        top: 22px
    }
    .shop_table.cart .cart_item .product-quantity {
        margin: 0 25px
    }
    .coupon:not(.checkout_coupon) {
        margin-top: 50px
    }
    .coupon .box {
        max-width: 100%
    }
    .cart_totals table * tr td, .cart_totals table * tr th, .cart_totals table tr td, .cart_totals table tr th {
        padding: 0 !important
    }
    .woocommerce .cart-collaterals .cart_totals {
        padding: 0;
        border: 0
    }
    .woocommerce .cart-collaterals .cart_totals h2 {
        padding: 0 0 6px;
        font-size: 18px;
        font-weight: 600;
        margin-left: 0;
        margin-right: 0
    }
    .tb-cart-total {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        flex-direction: column
    }
    .tb-cart-total .coupon {
        -webkit-box-ordinal-group: -1;
        -moz-box-ordinal-group: -1;
        -ms-flex-order: -1;
        -webkit-order: -1;
        order: -1;
        margin: 0;
        padding: 19px 0 22px;
        border-top: 1px solid var(--border-color)
    }
    .cart-bottom {
        text-align: center;
        padding: 19px 0 19px
    }
    .coupon .box:before {
        content: "";
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-family: "tb-icon"
    }
    .coupon .box:before {
        position: absolute;
        left: auto;
        right: 0;
        pointer-events: none;
        z-index: 99;
        text-align: center;
        width: 40px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        color: #fff
    }
    .coupon .box .text {
        width: 100%;
        padding: 0 40px 0 15px
    }
    .coupon .box input[type=submit] {
        margin-left: 0;
        position: absolute;
        right: 0;
        left: auto;
        width: 40px;
        padding: 0;
        font-size: 0
    }
    .heading-tbay-title {
        font-size: 18px;
        line-height: 22px;
        flex-direction: column
    }
    .heading-tbay-title .subtitle {
        padding-left: 0
    }
    .elementor-widget-besa-custom-image-list-tags .custom-image-list-tags.owl-carousel {
        border: 0;
        margin-left: -5px;
        margin-right: -5px
    }
    .elementor-widget-besa-custom-image-list-tags .custom-image-list-tags.owl-carousel .item {
        padding: 0 5px 10px !important
    }
    .elementor-widget-besa-custom-image-list-tags .custom-image-list-tags.owl-carousel .tag-img {
        padding: 10px 8px 10px 8px;
        border-top: 1px solid var(--border-color);
        position: relative;
        border-radius: 3px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        -ms-border-radius: 3px;
        -o-border-radius: 3px;
        align-items: flex-end
    }
    .elementor-widget-besa-custom-image-list-tags .custom-image-list-tags.owl-carousel .tag-img:before, .elementor-widget-besa-custom-image-list-tags .custom-image-list-tags.owl-carousel .tag-img:after {
        content: '';
        position: absolute;
        background: var(--border-color);
        bottom: -1px;
        left: -1px
    }
    .elementor-widget-besa-custom-image-list-tags .custom-image-list-tags.owl-carousel .tag-img img {
        max-width: 50px;
        margin-right: 10px;
        margin-left: 0
    }
    .elementor-widget-besa-custom-image-list-tags .custom-image-list-tags.owl-carousel .tag-img:before {
        width: 1px;
        top: -1px;
        right: auto
    }
    .elementor-widget-besa-custom-image-list-tags .custom-image-list-tags.owl-carousel .tag-img:after {
        height: 1px;
        right: -1px
    }
    .elementor-widget-besa-custom-image-list-tags .custom-image-list-tags.owl-carousel .tag-img>img {
        -webkit-box-flex: 1;
        -moz-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1
    }
    .elementor-widget-besa-custom-image-list-tags .custom-image-list-tags.owl-carousel .tag-img .content {
        -webkit-box-flex: 1;
        -moz-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1
    }
    .tbay-addon-features .feature-box {
        text-align: center;
        margin-bottom: 10px !important
    }
    .tbay-addon-features .fbox-icon i {
        line-height: 1 !important
    }
    .tbay-addon-features.style-2 {
        margin-bottom: 0
    }
    .tbay-addon-features.style-2 .row .feature-box {
        padding: 0 8px 15px !important;
        margin: 0 !important
    }
    .tbay-addon-features.style-2 .fbox-content {
        padding-top: 15px
    }
    .tbay-addon-features.style-2 .ourservice-heading {
        line-height: 23px
    }
    .tbay-footer {
        padding-top: 0
    }
    .tbay-footer .payment {
        text-align: left !important;
        float: left
    }
    .tbay-addon-categories {
        text-align: center
    }
    .tbay-addon-categories .item-cat {
        margin: 8px 0
    }
    .tbay-element-instagram .owl-carousel.slick-slider .slick-dots {
        margin-top: 15px
    }
    .elementor-product-vertical-v2 .tbay-element-product-categories-tabs .owl-carousel.slick-slider .slick-dots {
        padding-bottom: 0 !important
    }
    .slider-blog.owl-carousel.slick-slider .slick-dots {
        padding-bottom: 0 !important
    }
    .owl-carousel.slick-slider {
        margin: 0 -8px
    }
    .owl-carousel.slick-slider .slick-slide {
        margin: 0;
        padding: 0 8px
    }
    .owl-carousel.slick-slider .slick-dots {
        margin: 0;
        position: static;
        padding: 20px 0 35px !important
    }
    .owl-carousel.slick-slider.row-no-one .slick-slide>div {
        margin: 0 -8px;
        width: calc(100% - -16px)
    }
    .owl-carousel.slick-slider.row-no-one .slick-slide>div .item {
        padding: 0 8px
    }
    .owl-carousel.slick-slider.row-no-one .slick-slide>div .item>div {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        flex-direction: unset
    }
    .owl-carousel.slick-slider.related .slick-dots {
        padding-top: 10px !important
    }
    .slick-dots li button, .tp-bullets.revo-tbay .tp-bullet {
        width: 10px;
        height: 10px
    }
    .nav-tabs>li {
        margin-bottom: 8px !important
    }
    .nav-tabs>li>a {
        margin: 0 !important
    }
    .tbay-addon-product-tabs .nav-tabs>li, .tbay-addon-categoriestabs .nav-tabs>li {
        margin-right: 30px
    }
    .tbay-addon-product-tabs .nav-tabs>li a, .tbay-addon-categoriestabs .nav-tabs>li a {
        line-height: 40px
    }
    .tbay-addon-instagram .owl-carousel:not(.slick-slider)[data-items] div.item {
        margin: 8px 0 !important
    }
    .tbay-addon-instagram .item {
        margin: 8px 0 !important
    }
    .tbay-addon-blog {
        text-align: center
    }
    .tbay-addon-blog .tbay-addon-content {
        text-align: left;
        padding: 0
    }
    .tbay-addon-blog .owl-carousel.slick-slider>div .post-grid {
        padding-bottom: 15px
    }
    .tbay-addon-blog .post .entry-meta-list {
        margin-bottom: 7px
    }
    .tbay-addon-blog .entry-title {
        font-size: 16px;
        line-height: 25px;
        margin: 0 !important
    }
    .tbay-addon-blog .entry-description {
        margin-top: 10px
    }
    .tbay-addon-blog .show-all {
        display: block;
        border-top: 1px solid var(--border-color)
    }
    .tbay-addon-features {
        padding-top: 0
    }
    .owl-carousel:not(.slick-slider), .tbay-addon .row.grid {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 0;
        margin-left: -8px;
        margin-right: -8px
    }
    .owl-carousel:not(.slick-slider):before, .tbay-addon .row.grid:before {
        display: none
    }
    .owl-carousel:not(.slick-slider)>div, .tbay-addon .row.grid>div {
        padding: 0 8px !important;
        width: auto;
        margin: 0;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    .owl-carousel:not(.slick-slider)>div:hover, .tbay-addon .row.grid>div:hover {
        outline: none !important
    }
    .owl-carousel:not(.slick-slider)>div .post-grid, .tbay-addon .row.grid>div .post-grid {
        padding-bottom: 15px
    }
    .owl-carousel:not(.slick-slider) .products-grid, .tbay-addon .row.grid .products-grid {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        max-width: 100%
    }
    .tbay-breadscrumb {
        display: none
    }
    .tbay-product-slider-gallery .slick-arrow {
        display: none !important
    }
    .tbay-addon {
        margin-bottom: 15px
    }
    .tbay-addon.relate-blog {
        margin-bottom: 0
    }
    .tbay-addon.product-recently-viewed {
        text-align: center
    }
    .tbay-addon.product-recently-viewed .owl-carousel.slick-slider {
        margin: 0
    }
    .tbay-addon.tbay-addon-products:not(.tbay-addon-vertical) {
        text-align: center
    }
    .search-trending-tags-wrapper {
        padding-top: 35px
    }
    .tbay-addon-blog.vertical .post {
        padding-bottom: 15px
    }
    input#ywqa-submit-question {
        width: 20%;
        padding: 0
    }
    .panel {
        line-height: 27px
    }
    .panel h4 {
        font-size: 14px;
        margin: 0
    }
    .wc-tabs-wrapper .panel {
        padding-bottom: 20px !important;
        margin-bottom: 23px !important
    }
    .wc-tabs-wrapper .entry-content img:not(.big-review-images-content-img) {
        margin: 8px 0
    }
    .wc-tabs-wrapper .table-responsive {
        border: 0
    }
    .woocommerce table.wishlist_table.shop_table>tbody>tr {
        -webkit-box-flex: 50%;
        -moz-box-flex: 50%;
        -webkit-flex: 50%;
        -ms-flex: 50%;
        flex: 50%;
        max-width: 50%
    }
    .tbay-to-top {
        display: none
    }
    .tbay-to-top.tbay-to-top-mobile {
        display: block
    }
    .tbay-to-top a {
        width: 40px;
        height: 40px;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center
    }
    .woocommerce .col2-set.addresses, .woocommerce-page .col2-set.addresses {
        display: block;
        margin: 0
    }
    .woocommerce .col2-set.addresses>div, .woocommerce-page .col2-set.addresses>div {
        margin: 0;
        width: 100%;
        float: none
    }
    .woocommerce .col2-set.addresses>div+div, .woocommerce-page .col2-set.addresses>div+div {
        margin-top: 20px
    }
    .woocommerce-order-received .woocommerce-order .woocommerce-thankyou-order-details {
        flex-direction: column
    }
    .woocommerce-order-received .woocommerce-order .woocommerce-thankyou-order-details li {
        padding-bottom: 15px;
        margin: 0;
        width: 100%
    }
    .contact-wrapper>div {
        padding: 20px 10px
    }
    .content-center {
        display: block
    }
    .title-about {
        font-size: 24px;
        text-align: center
    }
    .content-about p {
        margin-bottom: 15px !important;
        line-height: 23px
    }
    .text-black {
        font-size: 14px
    }
    .term-wrapper .inner {
        padding: 15px;
        border: 0
    }
    .term-wrapper h2 {
        font-size: 20px
    }
    .term-wrapper .text-black {
        font-size: 15px
    }
    .woocommerce form .form-row label {
        line-height: inherit;
        margin-bottom: 12px;
        margin-top: 12px
    }
    .track_order {
        padding: 23px 0 30px
    }
    .track_order p:first-child {
        line-height: 23px;
        margin-bottom: 15px
    }
    .track_order p .input-text {
        line-height: 38px !important
    }
    .track_order button {
        margin-top: 5px !important
    }
    .display-mode-warpper .display-mode-btn {
        margin: 0
    }
    .display-mode-warpper .display-mode-btn+.display-mode-btn {
        margin-left: 10px
    }
    .filter-mobile.active .content .sidebar>.widget {
        padding: 0
    }
    .woocommerce div.product p.price del, .woocommerce div.product span.price del {
        margin: 0
    }
    .widget-vertical .product-block {
        padding: 5px 0 !important
    }
    .singular-shop div.product .wc-tabs-wrapper #accordion {
        margin-bottom: 30px
    }
    .singular-shop div.product.style-horizontal .image-mains {
        text-align: center
    }
    .woocommerce-product-details__short-description p {
        margin-bottom: 0
    }
    .wc-tabs-wrapper .tabs-title>a {
        padding: 8px 0;
        font-size: 14px;
        line-height: inherit
    }
    .wc-tabs-wrapper .tabs-title>a i {
        font-size: 12px
    }
    .single-post .entry-title {
        font-size: 20px;
        line-height: 27px;
        margin: 0 0 10px
    }
    .single-post .entry-meta-list {
        margin: 0
    }
    .single-post .entry-meta-list::after {
        display: block;
        clear: both;
        content: ""
    }
    .single-post .entry-meta-list li {
        display: table-cell;
        float: none
    }
    .single-post .entry-meta-list li.comments-link:after {
        display: none
    }
    .single-post .entry-meta-list li.entry-category {
        display: block;
        padding: 5px 0 0
    }
    .single-post .author-info {
        padding: 30px;
        margin-top: 30px
    }
    .single-post .author-info .avarta {
        padding: 0;
        margin: 0 0 17px
    }
    .single-post .author-info .name {
        font-size: 16px;
        margin: 0 0 5px
    }
    .single-post .author-info img {
        min-width: auto;
        max-width: 70px
    }
    .single-post #comments>.commentform {
        padding: 30px 0 0 !important
    }
    #respond .comment-form-fields-wrapper {
        display: block
    }
    #respond .comment-form-fields-wrapper input {
        margin: 0 !important
    }
    .entry-single .tbay-post-share {
        float: none
    }
    .entry-single .entry-content img {
        margin: 0
    }
    .entry-single .owl-carousel-play {
        padding: 20px 0 10px
    }
    .entry-single .author-info {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        flex-direction: column;
        text-align: left
    }
    .entry-single .author-info .all-post {
        float: left
    }
    .entry-single .tbay-post-share {
        margin: 0;
        border: 0;
        padding: 20px 0 0
    }
    .entry-single .entry-content p {
        line-height: 23px
    }
    .entry-single .entry-content blockquote {
        font-size: 14px
    }
    .entry-single .entry-content blockquote p {
        line-height: 25px
    }
    .entry-single .entry-content .tbay-addon .tbay-addon-title {
        font-size: 14px
    }
    .entry-single .entry-content .center {
        margin-bottom: 30px
    }
    .entry-thumb .entry-category {
        position: static;
        display: block
    }
    .entry-thumb .entry-category a {
        margin-top: 10px
    }
    .post-navigation {
        padding: 30px 15px;
        margin-top: 0
    }
    .post-navigation .post-title {
        padding-top: 5px;
        line-height: 20px
    }
    .related-posts {
        padding: 30px 15px 25px 15px
    }
    .related-posts .tbay-addon .tbay-addon-title {
        font-size: 15px;
        text-transform: uppercase;
        margin-bottom: 20px;
        text-align: left
    }
    #comments .comments-title, #comments .comment-reply-title {
        font-size: 15px;
        line-height: inherit;
        margin: 0 0 15px;
        text-transform: uppercase
    }
    #comments li.comment {
        padding: 0;
        margin-bottom: 20px
    }
    .page-404 {
        padding: 120px 0 150px
    }
    .page-404 h1 {
        font-size: 25px
    }
    .page-404 .sub-title {
        line-height: 23px
    }
    .page-404 .page-content .group {
        margin: 20px -8px 0
    }
    .page-404 .page-content a {
        text-transform: capitalize
    }
    .vc_tta-container .vc_tta-panel-body {
        padding: 0 20px !important
    }
    .wpcf7-form .form-horizontal label {
        margin-bottom: 4px;
        font-size: 14px
    }
    .wpcf7-form .form-horizontal input.required {
        margin-bottom: 10px !important
    }
    .wpcf7-form .form-horizontal .wpcf7-submit {
        float: none;
        margin: 5px 0 0;
        text-transform: capitalize
    }
    .wpcf7-form textarea {
        height: 110px
    }
    body.woocommerce-checkout .woocommerce>form:not(.checkout) p.form-row:not(.last) {
        margin-bottom: 10px
    }
    .woocommerce-cart.empty-cart #main-content .woocommerce {
        padding-top: 100px
    }
    .woocommerce-cart.empty-cart #main-content .woocommerce .cart-empty {
        margin-bottom: 10px;
        padding-bottom: 0;
        margin-bottom: 0;
        text-align: center;
        border: 0;
        color: var(--black-color)
    }
    .woocommerce-cart.empty-cart #main-content .woocommerce .cart-empty:before {
        content: "";
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-family: "tb-icon"
    }
    .woocommerce-cart.empty-cart #main-content .woocommerce .cart-empty:before {
        font-size: 96px;
        line-height: 1;
        display: block;
        text-align: center;
        margin-bottom: 19px;
        color: #bfbfbf
    }
    .woocommerce-cart.empty-cart #main-content .woocommerce .return-to-shop {
        margin: 0;
        width: 100%;
        text-align: center
    }
    .woocommerce-cart.empty-cart.mobile-hidden-footer .wrapper-container {
        height: 100vh
    }
    .woocommerce-cart.empty-cart.mobile-hidden-footer .wrapper-container #main-content .woocommerce {
        position: absolute;
        width: 100%;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        left: 0;
        padding: 0 15px
    }
    .woocommerce-order-received .woocommerce-order table.shop_table {
        padding: 0 15px
    }
    .woocommerce-order-received .woocommerce-order table.shop_table thead tr th, .woocommerce-order-received .woocommerce-order table.shop_table thead tr td, .woocommerce-order-received .woocommerce-order table.shop_table tbody tr th, .woocommerce-order-received .woocommerce-order table.shop_table tbody tr td {
        padding: 0 15px !important;
        border: 0 !important
    }
    .woocommerce-order-received .woocommerce-order table.shop_table thead tr:last-child th, .woocommerce-order-received .woocommerce-order table.shop_table thead tr:last-child td, .woocommerce-order-received .woocommerce-order table.shop_table tbody tr:last-child th, .woocommerce-order-received .woocommerce-order table.shop_table tbody tr:last-child td {
        border-bottom: 0 !important
    }
    .woocommerce-order-received .woocommerce-order table.shop_table thead tr td, .woocommerce-order-received .woocommerce-order table.shop_table tbody tr td {
        padding-top: 10px !important;
        padding-bottom: 10px !important
    }
    .woocommerce-order-received .woocommerce-order table.shop_table thead tr td.product-name, .woocommerce-order-received .woocommerce-order table.shop_table tbody tr td.product-name {
        line-height: 24px !important;
        width: 100%
    }
    .woocommerce-order-received .woocommerce-order table.shop_table thead tr td.product-name img, .woocommerce-order-received .woocommerce-order table.shop_table tbody tr td.product-name img {
        max-width: 40px;
        margin-top: 10px
    }
    .woocommerce-order .woocommerce-order-details h2 {
        padding: 0 15px;
        line-height: 50px
    }
    .woocommerce-order .woocommerce-order-details .order_details th, .woocommerce-order .woocommerce-order-details .order_details td {
        padding: 0 15px !important;
        border: 0 !important
    }
    .woocommerce .col2-set.addresses address, .woocommerce .col2-set.addresses .woocommerce-column__title, .woocommerce .col2-set.addresses h3, .woocommerce-page .col2-set.addresses address, .woocommerce-page .col2-set.addresses .woocommerce-column__title, .woocommerce-page .col2-set.addresses h3 {
        padding-left: 15px;
        padding-right: 15px
    }
    .woocommerce .col2-set.addresses .woocommerce-column__title, .woocommerce-page .col2-set.addresses .woocommerce-column__title {
        line-height: 40px
    }
    .woocommerce-account .addresses .title .edit {
        margin-right: 15px
    }
    .tbay-addon-newletter.tbay-addon .tbay-addon-title {
        font-size: 20px;
        line-height: 25px
    }
    .tbay-addon-newletter.tbay-addon .tbay-addon-title .subtitle {
        margin: 5px 0 0;
        line-height: 18px
    }
    .tbay-addon-vertical .product-block, .widget-vertical .product-block {
        padding: 0
    }
    .tbay-addon-brands .grid .item {
        margin: 0;
        line-height: 70px
    }
    #tbay-main-content .tbay-addon.tbay-addon-flash-sales .tbay-addon-title+.flash-sales-date {
        display: block;
        margin: 7px 0
    }
    #reviews .wcpr-overall-rating-and-rating-count {
        display: inline-block !important;
        margin: 0;
        border: 0
    }
    #reviews .wcpr-overall-rating-and-rating-count>div {
        padding-left: 0;
        padding-right: 0;
        padding-top: 19px
    }
    #reviews .woocommerce-Reviews-title {
        padding-bottom: 0
    }
    #reviews .wcpr-overall-rating+.wcpr-stars-count {
        border: 0;
        padding: 0
    }
    #reviews .wcpr-overall-rating-right-total {
        padding: 5px 0 3px
    }
    #reviews .wcpr-overall-rating h2 {
        display: block;
        margin-bottom: 0;
        padding: 0
    }
    #reviews .wcpr-stars-count .wcpr-row .wcpr-col-process {
        -webkit-box-flex: 1;
        -moz-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1
    }
    #reviews .wcpr-filter-container {
        text-align: left;
        padding-top: 18px;
        border-top: 1px solid var(--border-color) !important;
        margin-top: 22px
    }
    #review_form_wrapper .comment-form-rating {
        padding: 15px 0 5px
    }
    #review_form_wrapper .comment-notes {
        margin-top: 5px
    }
    #review_form_wrapper .comment-form-cookies-consent {
        margin-bottom: 10px !important
    }
    .woocommerce #reviews #comments ol.commentlist {
        margin-top: 20px;
        padding: 17px 0 20px;
        border-top: 1px solid var(--border-color-2)
    }
    .woocommerce #reviews #comments ol.commentlist .comment_container {
        padding: 0
    }
    .woocommerce #reviews #comments ol.commentlist li .comment-text {
        padding-left: 92px;
        padding-right: 0
    }
    .woocommerce #reviews #comments ol.commentlist li {
        padding-bottom: 25px;
        margin-bottom: 23px
    }
    .widget_besa_popup_newsletter .modal-dialog {
        margin: 0 25px
    }
    .woocommerce-checkout #payment .payment_method_stripe label[for=payment_method_stripe] {
        padding-left: 21px
    }
    .contact-map-left .vc_column-inner {
        padding: 10px 20px 20px 20px !important
    }
    .checkout .details-review .order-payment .woocommerce-checkout-payment .payment_methods img {
        float: none !important
    }
    .woocommerce table.shop_table_responsive tr td, .woocommerce-page table.shop_table_responsive tr td {
        background: transparent !important
    }
    .woocommerce table.shop_table_responsive tr td:before, .woocommerce-page table.shop_table_responsive tr td:before {
        font-weight: normal
    }
    .woocommerce form.login .lost_password a, .woocommerce form.register .lost_password a {
        margin-top: 6px;
        display: inline-block
    }
    #nsl-custom-login-form-3 .nsl-container-embedded-login-layout-below {
        padding-top: 0 !important
    }
    .u-columns {
        padding: 0
    }
    .u-columns .nav-tabs {
        padding-bottom: 13px
    }
    .u-columns .nav-tabs li a {
        font-size: 22px
    }
    .woocommerce-order .woocommerce-customer-details .addresses .woocommerce-column--billing-address {
        float: left
    }
    .woocommerce-order .woocommerce-customer-details .addresses .woocommerce-column--shipping-address {
        float: right
    }
    .woocommerce table.my_account_orders thead, .woocommerce table.dokan-rma-order-item-table thead {
        display: none
    }
    .tbay-my-account-avatar {
        display: block;
        text-align: center;
        margin: -15px auto 60px;
        padding-top: 80px;
        position: relative;
        background: var(--tb-theme-body)
    }
    .tbay-my-account-avatar:before, .tbay-my-account-avatar:after {
        content: '';
        display: block;
        background: var(--tb-theme-body);
        position: absolute;
        width: 10000px;
        height: 100%;
        left: 100%;
        right: auto;
        top: 0;
        z-index: -1
    }
    .tbay-my-account-avatar:after {
        left: auto;
        right: 100%
    }
    .tbay-my-account-avatar img {
        position: relative;
        margin: 0 0 -30px;
        border: 1px solid var(--border-color)
    }
    .elementor-product-vertical-v2 .heading-tbay-title {
        border-bottom: 1px solid var(--border-color);
        padding: 0 5px 20px
    }
    .product-block.vertical-v2 {
        padding: 15px 0
    }
    .tbay-element-product-categories-tabs .nav-tabs>li, .tbay-element-product-tabs .nav-tabs>li {
        margin-bottom: 0 !important;
        margin-right: 15px;
        margin-left: 0
    }
    .tbay-element-product-tabs .heading-tbay-title {
        padding: 15px 15px 0
    }
    .tbay-element-product-categories-tabs .tab-content {
        padding-bottom: 0
    }
    .tbay-element-product-categories-tabs .heading-product-category-tabs {
        padding: 20px 15px 0
    }
    .tbay-element-product-categories-tabs .product-block .product-top {
        margin-left: 10px;
        margin-right: 0
    }
    .woocommerce .woocommerce-MyAccount-navigation, .woocommerce .woocommerce-MyAccount-content {
        padding: 0;
        padding-bottom: 15px
    }
    .single-post .main-content>.row>div+div {
        padding: 0
    }
    .archive .main-content>.row>div+div {
        padding: 0 15px
    }
    .archive .col-xl-9 .layout-blog {
        padding-top: 30px
    }
    .post-grid {
        margin-bottom: 40px
    }
    .single-post .relate-blog .post .entry-thumb img {
        margin-top: 0
    }
    .related-posts .owl-carousel.slick-slider .slick-dots {
        padding: 25px 0 5px !important
    }
}
@media(max-width:767px) and (min-width:576px) {
    .flex-control-nav>.slick-arrow {
        right: 120px
    }
    .flex-control-nav>.slick-arrow.owl-prev {
        right: auto;
        left: 120px
    }
}
@media(max-width:680px) {
    .wcpr-overall-rating {
        text-align: left
    }
}
@media(max-width:600px) {
    body.admin-bar .topbar-device-mobile {
        top: 0
    }
    body.admin-bar .topbar-device-mobile~#tbay-main-content .filter-mobile .content, body.admin-bar .topbar-device-mobile~#tbay-main-content #product-size-guide .modal-dialog, body.admin-bar .topbar-device-mobile .search-device .tbay-search-mobile.tbay-search-form, body.admin-bar .topbar-device-mobile .tbay-element-mini-cart .dropdown-content {
        top: 0
    }
    body.admin-bar .topbar-device-mobile.active {
        top: 46px
    }
    body.admin-bar .topbar-device-mobile.active~#tbay-main-content .filter-mobile .content, body.admin-bar .topbar-device-mobile.active~#tbay-main-content #product-size-guide .modal-dialog, body.admin-bar .topbar-device-mobile.active .search-device .tbay-search-mobile.tbay-search-form, body.admin-bar .topbar-device-mobile.active .tbay-element-mini-cart .dropdown-content {
        top: 46px
    }
}
@media(max-width:599px) {
    .entry-meta-list li.entry-author span {
        display: none
    }
    .woocommerce .shop_table .product-info .wc-item-meta, .woocommerce .shop_table .product-info dl.variation {
        display: block;
        padding: 0
    }
    .tbay-swatches-wrapper {
        bottom: 0
    }
    .tbay-swatches-wrapper li a.variable-item-span-color {
        height: 15px;
        min-width: 15px;
        line-height: 15px
    }
    .woocommerce div.product p.stock {
        margin: 0 0 20px
    }
}
@media(max-width:575px) {
    .form-cart-popup form.cart.open .yith-wcpb-product-bundled-items {
        -webkit-box-shadow: none;
        box-shadow: none;
        margin-top: 0;
        border-top: 0;
        border-left: 0;
        border-right: 0;
        border-radius: 0
    }
    .tbay-show-quantity-mobile .singular-shop div.product .cart .quantity.hidden {
        display: none !important
    }
    .form-cart-popup form.cart .mobile-infor-wrapper {
        margin-bottom: 43px
    }
    .tbay-show-quantity-mobile .form-cart-popup form.cart .mobile-infor-wrapper {
        margin-bottom: 0
    }
    .mobile-btn-cart-click #tbay-click-buy-now, .mobile-btn-cart-click #tbay-click-addtocart {
        padding: 0 15px
    }
    .woocommerce .cart-collaterals a.checkout-button, .woocommerce .woocommerce-checkout #place_order, .woocommerce-page .woocommerce-checkout #place_order, #shop-now.has-buy-now .tbay-buy-now, #shop-now.has-buy-now .single_add_to_cart_button, #shop-now .button-wishlist {
        z-index: 900
    }
    body.woocommerce-cart .tbay-to-top.tbay-to-top-mobile, body.woocommerce-checkout .tbay-to-top.tbay-to-top-mobile, body.single-product .tbay-to-top.tbay-to-top-mobile {
        bottom: 114px
    }
    body.tbay-body-mobile-product-two .tbay-filter+.products-grid .row>.product {
        -webkit-box-flex: 50%;
        -moz-box-flex: 50%;
        -webkit-flex: 50%;
        -ms-flex: 50%;
        flex: 50%;
        max-width: 50%
    }
    body.tbay-body-mobile-product-one .tbay-filter+.products-grid .row>.product {
        -webkit-box-flex: 100%;
        -moz-box-flex: 100%;
        -webkit-flex: 100%;
        -ms-flex: 100%;
        flex: 100%;
        max-width: 100%
    }
    body.tbay-body-mobile-product-one .tbay-filter+.products-grid .row .product-block {
        padding: 30px 0 !important
    }
    body.tbay-body-mobile-product-one .tbay-filter+.products-grid .row .product-block .block-inner {
        text-align: center
    }
    .tbay-element-mini-cart .dropdown-content {
        width: 90%;
        min-width: auto;
        color: var(--black-color)
    }
    .tbay-element.tbay-element-testimonials .testimonials .item {
        margin-bottom: 15px
    }
    .tbay-element.tbay-element-features .features .fbox-image img {
        width: 158px;
        height: 158px
    }
    .sidebar {
        padding-top: 30px
    }
    #sidebar-top-archive>.widget {
        padding: 0
    }
    .archive-shop .display-products.products {
        padding: 0
    }
    .recent-viewed-products .product-item {
        padding: 0;
        margin: 7px
    }
    #sidebar-shop+.archive-shop {
        padding-bottom: 50px
    }
    body.single-product {
        background: var(--bg-white)
    }
    form.checkout {
        padding-bottom: 10px
    }
    .singular-shop>.product>div .heading-tbay-title {
        padding-left: 0
    }
    div.product-type-external #shop-now {
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        padding: 10px 16px;
        border-top: 1px solid var(--border-color);
        background: var(--bg-white);
        z-index: 11
    }
    div.product-type-external #shop-now .single_add_to_cart_button {
        position: static;
        border-radius: 3px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        -ms-border-radius: 3px;
        -o-border-radius: 3px;
        width: calc(100% - 41px)
    }
    div.product-type-external #shop-now .single_add_to_cart_button:before, div.product-type-external #shop-now .single_add_to_cart_button:after {
        display: none
    }
    div.product-type-external #shop-now .button-wishlist {
        border-top: 0
    }
    div.product-type-external #shop-now .button-wishlist a:hover, div.product-type-external #shop-now .button-wishlist a:focus {
        background: transparent
    }
    div.product-type-external #shop-now .button-wishlist a:hover i, div.product-type-external #shop-now .button-wishlist a:focus i {
        color: var(--tb-theme-color)
    }
    div.product-type-external #shop-now .button-wishlist .yith-wcwl-add-to-wishlist {
        height: 40px
    }
    .singular-shop>.product>div {
        padding-left: 0;
        padding-right: 0
    }
    .singular-shop>.product .yith-wfbt-section {
        padding-bottom: 45px
    }
    .singular-shop>.product .single-main-content {
        padding-bottom: 19px;
        margin: 0
    }
    .singular-shop>.product div.tabs-fulltext .item-panel {
        padding: 0 0 50px !important;
        margin: 0 0 50px !important;
        border: 0 !important;
        border-bottom: 1px solid var(--border-color-5) !important
    }
    .singular-shop>.product .single-main-content::after {
        left: 0;
        right: 0;
        bottom: -1px
    }
    .singular-shop div.product .group-button {
        height: 0;
        margin: 0
    }
    .singular-shop div.product .tbay-time-wrapper .stock {
        padding: 0 10px
    }
    .singular-shop #shop-now {
        margin: 0;
        padding: 0
    }
    .singular-shop #shop-now div.quantity {
        margin: 25px 0 0;
        width: 100%;
        max-width: 180px
    }
    .singular-shop #shop-now div.quantity .box {
        width: 100%
    }
    .singular-shop #shop-now div.quantity .box input.qty {
        -webkit-box-flex: 1;
        -moz-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
        height: 41px
    }
    .singular-shop .single_variation_wrap .woocommerce-variation-add-to-cart-enabled {
        padding: 0
    }
    .woocommerce div.product div.images .flex-control-thumbs {
        padding: 0 30px
    }
    .woocommerce div.product .single_add_to_cart_button {
        position: fixed;
        left: 16px;
        right: auto;
        width: 100%;
        bottom: 10px;
        z-index: 900;
        font-size: 15px;
        border-radius: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        -o-border-radius: 0
    }
    .group-button .tbay-compare {
        display: none !important
    }
    #shop-now .yith-wcwl-add-to-wishlist {
        height: 42px
    }
    #shop-now.has-buy-now .tbay-buy-now {
        position: fixed;
        z-index: 900;
        bottom: 11px;
        width: 50%;
        left: 50%;
        font-size: 15px;
        border-radius: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        -o-border-radius: 0;
        background: #ffae00;
        margin: 0
    }
    #shop-now.has-buy-now .single_add_to_cart_button {
        width: 50%;
        min-width: auto
    }
    #shop-now.has-buy-now.has-wishlist .tbay-buy-now, #shop-now.has-buy-now.has-wishlist .single_add_to_cart_button {
        width: calc(50% - 40px);
        padding: 0;
        min-width: auto
    }
    #shop-now.has-buy-now.has-wishlist .tbay-buy-now {
        left: calc(50% - 9px);
        right: auto;
        line-height: 40px;
        width: calc(50% - 47px)
    }
    #shop-now.has-buy-now.has-wishlist .tbay-buy-now:before {
        content: '';
        background: white;
        position: absolute;
        width: calc(100% - -18px);
        height: calc(100% - -21px);
        left: -16px;
        right: auto;
        top: -10px;
        z-index: -1;
        border-top: 1px solid var(--border-color)
    }
    #shop-now.has-buy-now.has-wishlist .tbay-buy-now::after {
        position: absolute;
        content: '';
        left: 0;
        right: auto;
        bottom: 0;
        background: var(--tb-theme-color);
        width: 100%;
        height: 100%;
        z-index: -1;
        border-radius: 3px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        -ms-border-radius: 3px;
        -o-border-radius: 3px
    }
    #shop-now.has-buy-now .group-button .tbay-wishlist a {
        height: 42px
    }
    #shop-now.has-buy-now .group-button .tbay-wishlist a:hover, #shop-now.has-buy-now .group-button .tbay-wishlist a:focus {
        background: var(--bg-white)
    }
    #shop-now.has-buy-now .group-button .tbay-wishlist a:hover i, #shop-now.has-buy-now .group-button .tbay-wishlist a:focus i {
        color: var(--tb-theme-color)
    }
    #shop-now.has-buy-now .group-button .tbay-wishlist .yith-wcwl-wishlistexistsbrowse a, #shop-now.has-buy-now .group-button .tbay-wishlist .yith-wcwl-wishlistaddedbrowse a {
        background: var(--bg-white)
    }
    #shop-now .tbay-wishlist .yith-wcwl-add-to-wishlist span span {
        display: none
    }
    #shop-now .tbay-wishlist .yith-wcwl-add-to-wishlist>div.show a>span {
        display: none
    }
    #shop-now .tbay-wishlist .yith-wcwl-add-to-wishlist>div.show.yith-wcwl-add-button a>span {
        display: block
    }
    #shop-now.has-wishlist .single_add_to_cart_button {
        width: calc(100% - 72px);
        min-width: auto
    }
    #shop-now.has-wishlist .single_add_to_cart_button:before {
        content: '';
        background: white;
        position: absolute;
        width: calc(100% - -18px);
        height: calc(100% - -21px);
        left: -17px;
        right: auto;
        top: -10px;
        z-index: -1;
        border-top: 1px solid var(--border-color)
    }
    #shop-now.has-wishlist .single_add_to_cart_button::after {
        content: '';
        position: absolute;
        width: 100%;
        left: 0;
        right: auto;
        height: 100%;
        border: 1px solid var(--tb-theme-color);
        border-radius: 3px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        -ms-border-radius: 3px;
        -o-border-radius: 3px
    }
    #shop-now.has-wishlist .single_add_to_cart_button:hover {
        color: var(--tb-theme-color);
        background: var(--bg-white)
    }
    #shop-now.has-wishlist .button-wishlist {
        position: fixed;
        bottom: 11px;
        right: 0;
        width: 56px;
        background: var(--bg-white);
        left: auto;
        z-index: 900;
        line-height: 42px;
        border-top: 1px solid var(--border-color);
        padding-top: 7px
    }
    #shop-now.has-wishlist .button-wishlist::after {
        content: '';
        position: absolute;
        width: 100%;
        height: 12px;
        bottom: -12px;
        background: var(--bg-white);
        left: 0;
        right: auto
    }
    #shop-now.has-wishlist .button-wishlist a {
        line-height: 42px !important;
        display: block !important;
        text-align: center;
        border: 0;
        width: 100%
    }
    #shop-now.has-wishlist .button-wishlist a i {
        font-size: 23px !important;
        margin: 0
    }
    #shop-now.has-wishlist .button-wishlist .yith-wcwl-wishlistexistsbrowse i, #shop-now.has-wishlist .button-wishlist .yith-wcwl-wishlistaddedbrowse i {
        color: var(--tb-theme-color)
    }
    .tabs-fulltext .questions-section {
        border: 0;
        padding: 0
    }
    .tabs-fulltext #tabs-list-more_seller_product h2 {
        padding: 0;
        margin-bottom: 30px
    }
    .tabs-fulltext #tabs-list-reviews #comments {
        border: 0;
        padding: 0;
        margin: 0
    }
    div.ywqa-ask-question {
        padding-bottom: 0
    }
    .woocommerce table.shop_attributes {
        margin: 0;
        border-bottom: 0
    }
    .woocommerce table.shop_attributes th, .woocommerce table.shop_attributes td {
        display: block;
        border: 0;
        border-bottom: 1px solid var(--border-color);
        width: 100%
    }
    .products-list .product-block {
        padding-left: 0;
        padding-right: 0
    }
    .singular-shop div.product .cart .woocommerce-grouped-product-list-item__quantity, .singular-shop div.product .cart .quantity {
        display: none !important
    }
    .singular-shop div.product.product-type-grouped p.stock span {
        display: none
    }
    .flex-control-nav>.slick-arrow {
        font-size: 14px
    }
    .tbay-show-quantity-mobile .singular-shop div.product .cart .woocommerce-grouped-product-list-item__quantity, .tbay-show-quantity-mobile .singular-shop div.product .cart .quantity {
        display: block !important
    }
    .tbay-show-quantity-mobile .singular-shop div.product .cart .woocommerce-grouped-product-list-item__quantity.hidden, .tbay-show-quantity-mobile .singular-shop div.product .cart .quantity.hidden {
        display: none !important
    }
    .tbay-show-quantity-mobile div.product.product-type-grouped form.cart .group_table tr {
        align-items: center;
        position: relative
    }
    .tbay-show-quantity-mobile div.product.product-type-grouped form.cart .group_table tr td {
        -webkit-box-flex: unset;
        -moz-box-flex: unset;
        -webkit-flex: unset;
        -ms-flex: unset;
        flex: unset
    }
    .tbay-show-quantity-mobile div.product.product-type-grouped form.cart .group_table tr td.woocommerce-grouped-product-list-item__label {
        -webkit-box-flex: 1;
        -moz-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1
    }
    .tbay-show-quantity-mobile div.product.product-type-grouped form.cart .group_table tr td.woocommerce-grouped-product-list-item__quantity {
        position: absolute;
        top: 20px;
        right: 20px;
        left: auto;
        width: auto
    }
    .tbay-show-quantity-mobile div.product.product-type-grouped form.cart .group_table tr td.woocommerce-grouped-product-list-item__price {
        padding: 50px 0 0;
        text-align: right
    }
    .woocommerce .woocommerce-form-login-toggle .woocommerce-info, .woocommerce .woocommerce-form-login-toggle .woocommerce-message, .woocommerce .woocommerce-form-coupon-toggle .woocommerce-info, .woocommerce .woocommerce-form-coupon-toggle .woocommerce-message {
        font-size: 14px;
        line-height: 23px
    }
    .woocommerce .woocommerce-form-login-toggle+form.login .form-row.last label {
        margin-top: 5px
    }
    .woocommerce table.wishlist_table.shop_table {
        padding: 30px 0 0
    }
    .woocommerce table.wishlist_table.shop_table>tbody {
        margin: 0 -15px
    }
    .woocommerce table.wishlist_table.shop_table>tbody>tr {
        padding: 0 15px;
        margin-bottom: 50px
    }
    .woocommerce table.wishlist_table.shop_table .product-add-to-cart .add-cart a {
        width: 100%;
        padding: 0
    }
    form.checkout {
        padding-top: 30px
    }
    form.checkout h3 {
        font-size: 18px;
        line-height: 23px
    }
    form.checkout h3#ship-to-different-address {
        font-size: 14px;
        text-transform: capitalize;
        margin-bottom: 20px
    }
    form.checkout .woocommerce-billing-fields h3 {
        margin-bottom: 10px;
        padding-bottom: 10px
    }
    form.checkout .form-row .input-text {
        margin-bottom: 15px !important
    }
    form.checkout #order_comments {
        height: 120px !important;
        padding: 10px 20px !important;
        padding-left: 8px !important
    }
    form.checkout .order-payment {
        padding-top: 45px
    }
    .woocommerce-checkout #payment .payment_method_stripe label[for=payment_method_stripe] {
        line-height: 28px
    }
    .woocommerce .cart-collaterals a.checkout-button, .woocommerce .woocommerce-checkout #place_order, .woocommerce-page .woocommerce-checkout #place_order {
        position: fixed;
        bottom: 15px;
        left: 15px;
        right: 15px;
        width: calc(100% - 30px);
        z-index: 900;
        margin: 0;
        border-radius: 3px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        -ms-border-radius: 3px;
        -o-border-radius: 3px
    }
    .woocommerce .cart-collaterals a.checkout-button:before, .woocommerce .woocommerce-checkout #place_order:before, .woocommerce-page .woocommerce-checkout #place_order:before {
        content: '';
        position: absolute;
        height: calc(100% - -30px);
        background: var(--bg-white);
        bottom: -15px;
        left: -15px;
        right: auto;
        width: calc(100% - -30px);
        border-top: 1px solid var(--border-color);
        z-index: -1
    }
    .woocommerce .cart-collaterals a.checkout-button:after, .woocommerce .woocommerce-checkout #place_order:after, .woocommerce-page .woocommerce-checkout #place_order:after {
        content: '';
        position: absolute;
        height: 100%;
        background: var(--tb-theme-color);
        bottom: 0;
        left: 0;
        right: auto;
        width: 100%;
        z-index: -1;
        border-radius: 3px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        -ms-border-radius: 3px;
        -o-border-radius: 3px
    }
    .woocommerce .woocommerce-checkout #place_order, .woocommerce-page .woocommerce-checkout #place_order {
        margin: 0 !important;
        width: calc(100% - 30px) !important
    }
    .widget_besa_popup_newsletter .popup-content {
        padding: 30px 15px
    }
    .widget_besa_popup_newsletter .popup-content>a {
        top: -25px;
        right: -25px
    }
    .widget_besa_popup_newsletter .popup-content>span {
        margin: 30px 0 0
    }
    .widget_besa_popup_newsletter h3 {
        font-size: 20px;
        line-height: 30px
    }
    .widget_besa_popup_newsletter .description {
        line-height: 20px;
        margin-bottom: 20px
    }
    .widget_besa_popup_newsletter .mc4wp-form-fields {
        display: block
    }
    .widget_besa_popup_newsletter .input-newletter {
        border-radius: 3px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        -ms-border-radius: 3px;
        -o-border-radius: 3px
    }
    .widget_besa_popup_newsletter button[type="submit"] {
        width: 100%;
        margin-top: 10px;
        border-radius: 3px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        -ms-border-radius: 3px;
        -o-border-radius: 3px
    }
    .widget_besa_popup_newsletter .social {
        margin-top: 10px
    }
    .wishlist_table.mobile+.yith_wcwl_wishlist_footer .yith-wcwl-share {
        padding: 20px 0 0
    }
}
@media(max-width:575px) {
    .wrapper-container {
        min-height: 100vh
    }
}
@media(max-width:479px) {
    .dokan-store .tbay-filter .main-filter {
        padding-bottom: 45px;
        position: relative
    }
    .dokan-store .tbay-filter .main-filter.justify-content-end {
        justify-content: space-between !important
    }
    .dokan-store .tbay-filter .main-filter .result-vendor {
        position: absolute;
        bottom: 7px
    }
    .shop_table.cart .cart_item>span {
        display: block
    }
    .shop_table.cart .cart_item>span.product-quantity {
        margin: 10px 0
    }
    .archive-shop>.tbay-filter .filter~.display-mode-warpper {
        padding-left: 10px
    }
    .autocomplete-suggestions>div .suggestion-group {
        display: block
    }
    .autocomplete-suggestions>div .suggestion-group .suggestion-price {
        float: left
    }
    .hidden-xxs {
        display: none !important
    }
    .cart_totals table * strong {
        display: block
    }
    form.checkout .form-row {
        width: 100%
    }
    .woocommerce-cart-form>.row {
        padding-bottom: 0
    }
    #custom-login input.submit_button {
        width: 100%
    }
    #custom-login-wrapper .modal-content .modal-header .close span {
        font-size: 15px
    }
    .tbay-body-woocommerce-catalog-mod .singular-shop div.product .group-button {
        margin: 0;
        margin-left: 20px
    }
    .header-mobile-left .mobile-logo {
        text-align: left
    }
    [class*="style-gallery"] .woocommerce-product-gallery__wrapper {
        margin: 0 -5px !important
    }
    [class*="style-gallery"] .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image {
        padding: 0 5px;
        margin-bottom: 10px
    }
    .woocommerce-checkout-payment .payment_methods .about_paypal {
        padding-right: 15px
    }
    .woocommerce .woof_submit_search_form_container button.woof_reset_search_form {
        margin: 0 !important
    }
    .time .timming>div {
        margin: 0
    }
    .contact-map .contact-map-left .contact-info {
        padding-left: 25px;
        padding-right: 0
    }
    .woocommerce form.checkout_coupon>p.form-row {
        width: 100% !important
    }
    .woocommerce form.checkout_coupon>p.form-row .button {
        border-radius: 3px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        -ms-border-radius: 3px;
        -o-border-radius: 3px
    }
    .order-review .shop_table>thead>tr>td:first-child, .order-review .shop_table>thead>tr th:first-child, .order-review .shop_table>tbody>tr>td:first-child, .order-review .shop_table>tbody>tr th:first-child, .order-review .shop_table>tfoot>tr>td:first-child, .order-review .shop_table>tfoot>tr th:first-child {
        padding-left: 15px
    }
    .woocommerce-checkout-payment .payment_methods li {
        padding: 10px 0 10px 15px
    }
    .woocommerce-checkout-payment .payment_methods .payment_method_stripe img {
        display: none
    }
    .woocommerce-checkout-payment .place-order .woocommerce-terms-and-conditions-wrapper {
        padding: 25px 0 0
    }
    .woocommerce-checkout-payment .place-order .woocommerce-terms-and-conditions-wrapper a:after {
        content: '*';
        display: inline-block;
        margin-left: 5px;
        margin-right: 0;
        color: var(--red-color)
    }
    .woocommerce-checkout-payment .place-order .woocommerce-terms-and-conditions-wrapper .required {
        display: none
    }
    .term-wrapper, .term-wrapper p {
        line-height: 23px
    }
    .cart_totals table .order-total .woocs_special_price_code {
        color: var(--tb-theme-color)
    }
    .cart_totals table * tr td {
        padding: 0 !important;
        border: 0 !important
    }
    .contact-map-left .vc_column-inner {
        padding: 20px 20px 25px 0 !important
    }
    .tbay-addon-newletter {
        display: block;
        padding: 0
    }
    .tbay-addon-newletter>h3 {
        width: auto;
        float: none
    }
    .tbay-addon-newletter>div:not(.row) {
        width: 100%;
        float: none
    }
    .contact-info li {
        word-wrap: break-word
    }
    .tbay-footer .tbay-addon:not(.tbay-addon-newletter) .tbay-addon-title {
        margin-bottom: 10px;
        font-size: 14px;
        text-align: left
    }
    .woocommerce-cart .wc-proceed-to-checkout {
        padding: 0
    }
    .entry-meta-list>li.entry-author i, .entry-meta-list li.comments-link span {
        display: none
    }
    .entry-meta-list>li {
        padding: 0 8px
    }
    .entry-meta-list>li:first-child {
        padding-left: 0
    }
    .post-list {
        margin-bottom: 30px
    }
    .post-list .entry-title, .post-list .entry-meta-list {
        margin: 0 0 12px !important
    }
    .entry-description {
        line-height: 23px
    }
    article .more {
        margin-top: 5px
    }
    .readmore {
        margin: 13px 0 0
    }
    .readmore i {
        font-size: 13px
    }
    .track_order .form-row-first, .track_order .form-row-last {
        float: none !important
    }
    .owl-carousel>.slick-arrow, .slider>.slick-arrow {
        height: 35px !important;
        width: 35px !important;
        line-height: 35px !important;
        font-size: 13px;
        right: -8px !important
    }
    .owl-carousel>.slick-arrow.slick-prev, .slider>.slick-arrow.slick-prev {
        left: -8px !important;
        right: auto !important
    }
    .singular-shop div.product.style-carousel .slider>.slick-arrow.slick-next {
        right: 0 !important;
        left: auto !important
    }
    .singular-shop div.product.style-carousel .slider>.slick-arrow.slick-prev {
        left: 0 !important;
        right: auto !important
    }
    .woocommerce #review_form #respond p:not(.form-submit) {
        flex-direction: column;
        align-items: inherit;
        margin-bottom: 7px
    }
    .woocommerce #review_form #respond p:not(.comment-form-rating) label {
        margin: 0 0 2px
    }
    .woocommerce #review_form #respond p label {
        min-width: auto
    }
    .woocommerce #reviews #comment {
        height: 100px
    }
    #commentform input.form-control {
        height: 40px
    }
    #commentform .comment-form-comment {
        margin-bottom: 15px
    }
    #comments #respond .form-submit input, #reviews #respond .form-submit input {
        width: 100%;
        line-height: 38px;
        margin-top: 7px;
        text-transform: capitalize
    }
    #comments ul.commentlist, #reviews ul.commentlist {
        padding-top: 15px
    }
    #comments ul.commentlist li, #reviews ul.commentlist li {
        padding-bottom: 12px;
        margin-bottom: 20px
    }
    #comments ul.commentlist li:last-child, #reviews ul.commentlist li:last-child {
        margin-bottom: 10px
    }
    #comments p.meta, #reviews p.meta {
        line-height: 17px;
        margin-bottom: 10px !important
    }
    #comments .description p, #reviews .description p {
        line-height: 23px !important;
        font-size: 14px
    }
    #comments .comment_container, #reviews .comment_container {
        align-items: inherit
    }
    #comments .tbay-avatar {
        min-width: auto;
        margin-right: 20px;
        margin-left: 0
    }
    #comments .tbay-avatar img {
        margin: 0;
        max-width: 50px
    }
    #comments li.comment>.children {
        padding-left: 30px
    }
    body:not(.woocommerce) #comments .form-group.h-info, body:not(.woocommerce) #comments .logged-in-as {
        margin-bottom: 15px
    }
    .singular-shop #comments .tbay-author {
        margin: 0 0 5px
    }
    .tbay-addon-features .ourservice-heading {
        font-size: 14px;
        line-height: 20px
    }
    .tbay-addon-features .description {
        display: none
    }
    .tbay-addon-newletter .input-group {
        margin: 20px 0 0
    }
    .tbay-addon-newletter .input-newletter {
        width: 100%;
        margin: 0;
        padding-left: 15px;
        padding-right: 40px;
        font-size: 14px;
        height: 40px !important
    }
    .tbay-addon-newletter .input-group-btn {
        position: absolute;
        right: 0;
        left: auto;
        top: 0;
        width: 40px;
        color: #fff;
        z-index: 11
    }
    .tbay-addon-newletter .input-group-btn:before {
        content: "";
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-family: "tb-icon"
    }
    .tbay-addon-newletter .input-group-btn:before {
        font-size: 15px;
        position: absolute;
        right: auto;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        z-index: 99;
        line-height: 40px;
        pointer-events: none;
        -webkit-transition: .4s;
        -o-transition: .4s;
        transition: .4s
    }
    .tbay-addon-newletter .input-group-btn input {
        width: 100%;
        font-size: 0;
        padding: 0;
        border: 0;
        background: var(--tb-theme-color);
        z-index: 100;
        line-height: 40px !important
    }
    .post .post-type {
        display: none
    }
    .tbay-footer .contact-info i {
        line-height: 1
    }
    .tbay-footer .tbay-copyright {
        margin-top: 15px
    }
    .yith-wfbt-submit-block .yith-wfbt-submit-button-remove {
        width: 100%
    }
    .singular-shop #comments {
        padding: 0
    }
    #reviews h3#reply-title {
        font-size: 14px;
        margin: 10px 0 !important
    }
    #reviews .reviews-col1 .row ul {
        margin-top: 5px;
        padding: 25px 15px;
        margin-bottom: 28px
    }
    #reviews .reviews-col1 .row ul>li {
        padding: 0
    }
    #reviews .review-summary-total {
        text-align: left;
        padding-bottom: 20px;
        border-bottom: 1px solid var(--border-color);
        margin-bottom: 25px
    }
    #reviews .number-customer {
        margin: 0
    }
    #reviews .review-summary-result p {
        display: none
    }
    #reviews .review-summary-result strong {
        font-size: 45px;
        line-height: 40px
    }
    #reviews .review-summary-item {
        padding-left: 55px
    }
    #reviews .progress {
        height: 14px;
        margin-bottom: 14px
    }
    .entry-thumb .entry-category a {
        line-height: 28px;
        padding: 0 15px;
        font-weight: normal
    }
    .post-list .entry-title {
        font-size: 18px !important;
        line-height: 25px
    }
    .entry-tags-list {
        padding: 0
    }
    .entry-tags-list a {
        line-height: 28px;
        padding: 0 15px
    }
    .wpcf7-form .form-horizontal .wpcf7-submit {
        width: 100%
    }
    .title-about {
        font-size: 16px;
        text-align: left;
        margin: 0
    }
    .content-about .tbay-addon .tbay-addon-title {
        font-size: 14px;
        margin-bottom: 18px;
        line-height: 23px;
        padding-top: 5px
    }
    .content-about .tbay-addon .tbay-addon-title .subtitle {
        line-height: 23px;
        margin: 3px 0
    }
    .ourteam-inner .info {
        position: static;
        visibility: visible;
        margin-top: 10px
    }
    .ourteam-inner .name-team {
        font-size: 14px;
        color: var(--black-color)
    }
    .ourteam-inner .job {
        margin: 0 !important;
        opacity: 1;
        filter: alpha(opacity=100);
        line-height: 20px
    }
    .ourteam-inner .social-link {
        display: none
    }
    .woocommerce form.login, .woocommerce form.register {
        padding: 0 !important;
        background: transparent;
        border: 0
    }
    .woocommerce form.checkout_coupon {
        margin-bottom: 20px;
        padding-bottom: 20px;
        border-bottom: 1px solid var(--border-color);
        border-radius: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        -o-border-radius: 0
    }
    .woocommerce form.checkout_coupon .form-row.last input, .woocommerce form.checkout_coupon .form-row.last button {
        max-width: 100%
    }
    .woocommerce form.checkout_coupon #coupon_code {
        min-width: auto;
        border-radius: 3px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        -ms-border-radius: 3px;
        -o-border-radius: 3px
    }
    .woocommerce form.checkout_coupon button {
        width: 100%
    }
    body.woocommerce-checkout .woocommerce .social-log {
        margin-top: 15px;
        text-align: center
    }
    body.woocommerce-checkout .woocommerce .social-log:before {
        content: '';
        background: var(--color-06);
        position: absolute;
        left: 0;
        width: 100%;
        height: 1px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        right: auto;
        z-index: -1
    }
    body.woocommerce-checkout .woocommerce .social-log span {
        padding: 0 20px
    }
    .select2-container--default .select2-selection--single {
        margin-bottom: 15px
    }
    .woocommerce-account-fields, .woocommerce-account-fields .create-account {
        margin-top: 10px
    }
    .woocommerce-shipping-fields {
        margin: 0;
        border: 0;
        padding-top: 15px
    }
    .woocommerce-shipping-fields h3 label {
        font-weight: 700
    }
    .review-wrapper {
        margin-top: 20px
    }
    .review-wrapper #order_review_heading {
        margin-bottom: 25px
    }
    div.nsl-container-block.nsl-container {
        display: block !important
    }
    div.nsl-container-block.nsl-container .nsl-button .nsl-button-label-container b {
        line-height: 40px
    }
    .woocommerce-cart .return-to-shop a {
        width: 100%
    }
    .tbay-addon-features .inner {
        width: 100%
    }
    .tbay-addon-features .inner .fbox-content {
        padding: 10px 0 0
    }
    .tbay-addon-features:not(.style-2) .row>.feature-box {
        padding-bottom: 20px !important;
        margin-bottom: 20px !important
    }
    .tbay-addon-features:not(.style-2) .row>.feature-box:before {
        content: '';
        background: var(--border-color-6);
        position: absolute;
        left: 8px;
        right: 8px;
        bottom: 0;
        height: 1px
    }
    .tbay-addon-features:not(.style-2) .row>.feature-box:last-child, .tbay-addon-features:not(.style-2) .row>.feature-box:nth-last-child(2) {
        margin: 0 !important;
        padding: 0 !important
    }
    .tbay-addon-features:not(.style-2) .row>.feature-box:last-child:before, .tbay-addon-features:not(.style-2) .row>.feature-box:nth-last-child(2):before {
        display: none
    }
    .tbay-addon-newletter.tbay-addon {
        background-image: none !important;
        background: var(--tb-theme-body)
    }
    .tbay-addon-categories .row.grid[data-mobileslick="1"] .item+.item, .tbay-addon-categories .row.grid[data-mobile="1"] .item+.item, .tbay-addon-categories .owl-carousel:not(.slick-slider)[data-mobileslick="1"] .item+.item, .tbay-addon-categories .owl-carousel:not(.slick-slider)[data-mobile="1"] .item+.item {
        margin-top: 15px
    }
    .tbay-addon-categories .row.grid[data-mobileslick="1"] .item-cat, .tbay-addon-categories .row.grid[data-mobile="1"] .item-cat, .tbay-addon-categories .owl-carousel:not(.slick-slider)[data-mobileslick="1"] .item-cat, .tbay-addon-categories .owl-carousel:not(.slick-slider)[data-mobile="1"] .item-cat {
        margin: 0
    }
    .products-list .product-block .product-content {
        margin-left: -8px;
        margin-right: -8px
    }
    .products-list .product-block .product-content>div {
        padding: 0 8px
    }
    .woocommerce[class*=columns-] .products-grid>.row {
        margin: 0
    }
    .woocommerce[class*=columns-] .products-grid>.row>div {
        padding: 0
    }
}
@media(max-width:399px) {
    .mobile-btn-cart-click #tbay-click-buy-now, .mobile-btn-cart-click #tbay-click-addtocart {
        padding: 0 10px
    }
    .singular-shop div.product .tbay-time-wrapper>div {
        padding: 5px
    }
    .wishlist_table.mobile li {
        padding: 0 15px
    }
    .wishlist_table.mobile .product-add-to-cart .add-cart a {
        padding: 0 !important;
        width: 100%
    }
    .flex-control-nav>.slick-arrow {
        right: 0
    }
    .flex-control-nav>.slick-arrow.owl-prev {
        right: auto;
        left: 0
    }
    .woocommerce div.product div.images .flex-control-thumbs {
        padding: 0 20px
    }
    .yith-wfbt-form {
        padding: 15px !important
    }
    #reviews .wcpr-filter-container {
        overflow: hidden;
        overflow-x: auto;
        overflow-y: hidden;
        white-space: nowrap;
        -webkit-overflow-scrolling: touch
    }
    #reviews .wcpr-overall-rating {
        padding: 15px !important
    }
    #reviews .wcpr-overall-rating+.wcpr-stars-count {
        padding: 15px 15px 20px
    }
    .recent-viewed-products {
        padding-bottom: 40px
    }
    .recent-viewed-products .show-all {
        position: absolute;
        top: auto;
        bottom: 0;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%)
    }
    .tbay-element-newsletter button[type="submit"] {
        padding: 0 15px
    }
    .tbay-element-custom-image-list-categories .owl-carousel .item-cat>a {
        padding: 0
    }
    .elementor-widget-besa-custom-image-list-tags .custom-image-list-tags.owl-carousel .tag-img {
        align-items: center
    }
    .style-2 .custom-image-list-categories .item-cat>a {
        margin: 0
    }
    .style-2 .custom-image-list-categories .content {
        text-align: center;
        margin-top: 10px
    }
}
@media(max-width:320px) {
    .woocommerce .woocommerce-product-rating .rate-sold, body .woocommerce-product-rating .rate-sold {
        display: inherit;
        border: 0;
        padding: 0;
        margin: 0
    }
    .woocommerce .woocommerce-product-rating .rate-sold:after, body .woocommerce-product-rating .rate-sold:after {
        display: none
    }
    .widget_besa_popup_newsletter h3 {
        line-height: 1
    }
    .widget_besa_popup_newsletter .description {
        line-height: inherit
    }
    .widget_besa_popup_newsletter .social {
        margin-top: 30px !important
    }
    .tbay-footer .contact-info li.address {
        line-height: 24px
    }
    .archive-shop>.tbay-filter .woocommerce-ordering {
        bottom: 30px
    }
    .tbay-filter .woocommerce-ordering {
        float: right
    }
    .tbay-filter .woocommerce-ordering .SumoSelect {
        margin: 0;
        line-height: inherit;
        z-index: 10;
        -webkit-appearance: none;
        -moz-appearance: none;
        -o-appearance: none;
        -ms-appearance: none;
        appearance: none
    }
    .tbay-filter .woocommerce-ordering .SumoSelect>.optWrapper:not(.isFloating) {
        position: absolute;
        width: auto;
        margin: 0;
        left: auto;
        right: 0
    }
    .tbay-filter .woocommerce-ordering select {
        font-size: 0
    }
    .tbay-filter .woocommerce-ordering label {
        display: none
    }
    .tbay-filter .woocommerce-ordering option {
        font-size: 14px
    }
}
@media(max-width:375px) {
    .product-quantity-mode .product-block.grid .quantity-group-btn.active {
        padding: 0
    }
    .product-quantity-mode .product-block.grid .quantity-group-btn.active .add-cart a {
        position: relative;
        width: 100%;
        margin-bottom: 18px
    }
    .product-quantity-mode .product-block.grid .quantity-group-btn.active .add-cart a.loading i {
        display: block
    }
    .product-quantity-mode .product-block.grid .quantity-group-btn.active .add-cart a.loading::after {
        display: none
    }
}
@media(max-width:360px) {
    .single-product .topbar-device-mobile>.active-mobile~.tbay-element-mini-cart {
        margin-right: 7px
    }
    .custom-image-list-tags .item-tag {
        justify-content: center;
        text-align: center;
        flex-direction: column
    }
    .custom-image-list-tags .item-tag .content {
        margin-top: 10px
    }
    .custom-image-list-tags .item-tag .tag-hover {
        display: block
    }
}
@media(max-width:767px) {
    .elementor-section-stretched .tbay-element[class*="tbay-element-product"] .owl-carousel.slick-slider {
        margin: 0 15px
    }
    .product-block .stock {
        margin: 16px 0 0
    }
    .product-block .stock::before {
        left: 3px
    }
    .tbay-show-cart-mobile .product-block.v1 .button-wishlist.shown-mobile {
        bottom: 38px
    }
    .product-block.v1 {
        padding: 24px;
        max-width: 100%;
        text-align: left
    }
    .product-block.v1 .name {
        margin: 0;
        line-height: 20px;
        max-width: 100%;
        margin-bottom: 5px
    }
    .product-block.v1 .product-top {
        display: block;
        min-height: 26px;
        margin-bottom: 10px
    }
    .product-block.v1 .block-inner {
        max-width: 100%
    }
    .product-block.v1 ul.show-brand {
        padding-bottom: 7px
    }
    .product-block.v1 .caption {
        padding: 17px 0 0;
        max-width: 100%
    }
    .product-block.v1 .button-wishlist.shown-mobile {
        display: block !important;
        position: absolute;
        bottom: 0;
        right: 0;
        left: auto;
        width: auto !important;
        z-index: 99
    }
    .product-block.v1 .button-wishlist.shown-mobile>div a {
        color: var(--color-12);
        border: 0;
        width: 33px;
        height: 33px;
        display: block;
        border-radius: 50%;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%;
        text-align: center;
        border: 1px solid var(--border-color);
        background: var(--bg-white)
    }
    .product-block.v1 .button-wishlist.shown-mobile>div a span {
        font-size: 0
    }
    .product-block.v1 .button-wishlist.shown-mobile>div a i {
        line-height: 33px;
        font-size: 18px;
        margin: 0
    }
    .product-block.v1 .button-wishlist.shown-mobile>div a:hover {
        color: var(--tb-theme-color) !important
    }
    .product-block.v1 .button-wishlist.shown-mobile>div .yith-wcwl-wishlistaddedbrowse a, .product-block.v1 .button-wishlist.shown-mobile>div .yith-wcwl-wishlistexistsbrowse a {
        color: var(--tb-theme-color)
    }
    .product-block.v1 .button-wishlist.shown-mobile>div .yith-wcwl-wishlistaddedbrowse a:hover, .product-block.v1 .button-wishlist.shown-mobile>div .yith-wcwl-wishlistexistsbrowse a:hover {
        background: var(--bg-white)
    }
    .product-block.vertical-v1 {
        padding: 15px 0
    }
    .product-block.vertical-v1 .image img {
        max-width: 48px
    }
    .product-block.vertical-v1 .product-content {
        flex-direction: row;
        flex-wrap: nowrap
    }
    .product-block.vertical-v1 .product-content .image {
        border: 1px solid var(--border-color)
    }
    .product-block.vertical-v1 .product-content .block-inner {
        padding: 0;
        padding-right: 17px;
        -webkit-box-flex: none;
        -moz-box-flex: none;
        -webkit-flex: none;
        -ms-flex: none;
        flex: none
    }
    .product-block.vertical-v1 .product-content>div {
        display: table-cell;
        vertical-align: top;
        -webkit-box-flex: 1;
        -moz-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1
    }
    .product-countdown .product-block.v1 .caption, .tbay-element-product-flash-sales .product-block.v1 .caption {
        padding-bottom: 0
    }
    .product-countdown .product-block.v1 .stock-flash-sale, .product-countdown .product-block.v1 .time, .tbay-element-product-flash-sales .product-block.v1 .stock-flash-sale, .tbay-element-product-flash-sales .product-block.v1 .time {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        flex-direction: column;
        -webkit-box-flex: none;
        -moz-box-flex: none;
        -webkit-flex: none;
        -ms-flex: none;
        flex: none
    }
    .product-countdown .product-block.v1 .time .stock, .tbay-element-product-flash-sales .product-block.v1 .time .stock {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        max-width: 100%;
        flex-direction: column-reverse
    }
    .tbay-element-product-flash-sales .product-block.v1 {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        flex-direction: column;
        text-align: left
    }
    .tbay-element-product-flash-sales .product-block.v1 .product-content {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        flex-direction: column;
        -webkit-box-flex: 1;
        -moz-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1
    }
    .tbay-element-product-flash-sales .product-block.v1 .caption {
        -webkit-box-flex: 1;
        -moz-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1
    }
}
@media(max-width:575px) {
    .product-block.vertical-v1 .name a {
        white-space: unset
    }
}
@media(max-width:399px) {
    .product-block.v1 {
        padding: 15px
    }
}
@media(max-width:767px) {
    .product-block.v2 .group-buttons {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
        position: static
    }
    .tbay-show-cart-mobile .product-block.v2 .group-buttons {
        padding: 10px 10px 0
    }
}
@media(max-width:767px) {
    .product-block.v3 .tbay-swatches-wrapper {
        position: static;
        margin-bottom: 10px
    }
    .tbay-show-cart-mobile .product-block.v3 .group-buttons {
        padding: 10px 10px 0
    }
}
@media(max-width:767px) {
    .product-block.v4 .tbay-swatches-wrapper {
        position: static;
        margin-bottom: 10px
    }
    .tbay-show-cart-mobile .product-block.v4 .add-cart {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        flex-direction: column-reverse;
        -webkit-box-flex: 1;
        -moz-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
        padding: 10px 5px 0
    }
    .tbay-show-cart-mobile .product-block.v4 .group-buttons {
        padding: 0
    }
    .tbay-show-cart-mobile .product-block.v4.tbay-not-flash-sale .add-cart {
        display: block
    }
    .tbay-show-cart-mobile .tbay-addon-flash-sales .product-block.v4 .stock-flash-sale, .tbay-show-cart-mobile .tbay-addon-flash-sales .product-block.v4 .time, .tbay-show-cart-mobile .product-countdown .product-block.v4 .stock-flash-sale, .tbay-show-cart-mobile .product-countdown .product-block.v4 .time {
        margin-top: 20px
    }
}
@media(max-width:767px) {
    .product-block.v5 .tbay-swatches-wrapper {
        position: static;
        margin-bottom: 10px
    }
    .product-block.v5 .woocommerce-product-details__short-description {
        margin-top: -15px;
        padding-top: 10px;
        border-top: 1px solid var(--border-color);
        text-align: left;
        padding-right: 10px;
        padding-left: 15px
    }
    .product-block.v5 .woocommerce-product-details__short-description ul {
        margin-bottom: 20px
    }
    .product-block.v5 .woocommerce-product-details__short-description li, .product-block.v5 .woocommerce-product-details__short-description p {
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden
    }
    .tbay-show-cart-mobile .product-block.v5 .group-buttons {
        padding: 10px 10px 0
    }
}
@media(max-width:767px) {
    .product-block.v6 .tbay-swatches-wrapper {
        position: static;
        margin-bottom: 10px
    }
    .tbay-addon-flash-sales .product-block.v6 .stock-flash-sale {
        margin-left: 5px;
        margin-right: 5px
    }
    .tbay-show-cart-mobile .tbay-addon-flash-sales .product-block.v6 .group-buttons {
        padding-bottom: 25px
    }
}
@media(max-width:767px) {
    .product-block.v7 .tbay-swatches-wrapper {
        position: static;
        margin-bottom: 10px
    }
    .tbay-show-cart-mobile .product-block.v7 .group-buttons {
        padding: 10px 10px 0
    }
    .product-countdown .product-block.v7 .time {
        margin-bottom: 5px
    }
    .product-countdown .product-block.v7 .caption {
        padding-bottom: 25px
    }
}
@media(max-width:767px) {
    .product-block.v10 .tbay-swatches-wrapper {
        padding: 5px 0 10px;
        background: var(--bg-white);
        position: static
    }
    .woocommerce .product .product-block.v10 span.onsale .saled, .woocommerce .product .product-block.v10 span.onsale .featured {
        border-radius: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        -o-border-radius: 0
    }
}
@media(max-width:767px) {
    .tbay-show-cart-mobile .tbay-addon-flash-sales .product-block.v11 .group-buttons {
        padding: 0
    }
    .tbay-show-cart-mobile .tbay-addon-flash-sales .product-block.v11 .add-cart {
        padding: 0 5px 10px
    }
}
@media(max-width:767px) {
    .product-block.v15 .group {
        max-width: 100%
    }
    .tbay-show-cart-mobile .product-block.v15 .group-buttons {
        padding: 0
    }
    .tbay-show-cart-mobile .product-block.v15 .group-add-cart {
        padding: 10px 5px 0
    }
}
@media(max-width:767px) {
    .product-block.v16 .tbay-swatches-wrapper {
        position: static;
        margin: 5px 0
    }
}
body.tbay-dark-mode-active {
    background-color: var(--tb-theme-body)
}
@media(max-width:767px) {
    body.tbay-dark-mode-active {
        background-color: var(--bg-white)
    }
}
body.tbay-dark-mode-active.tbay-body-compare {
    background-color: var(--tb-theme-body) !important;
    color: var(--color-05)
}
body.tbay-dark-mode-active.tbay-body-compare table.dataTable tbody tr, body.tbay-dark-mode-active.tbay-body-compare table.compare-list td.even {
    background-color: var(--tb-theme-body)
}
body.tbay-dark-mode-active.tbay-body-compare table.compare-list tbody th {
    background-color: var(--tb-theme-body)
}
.tbay-dark-mode-active {
    --bg-feature: #103d41;
    --bg-saled: #c08b30;
    --feature-color: #99dae6;
    --color-01: #bfbfbf;
    --color-02: #bfbfbf;
    --color-03: #1f1f1f;
    --color-04: #bfbfbf;
    --color-05: #bfbfbf;
    --color-06: #dedede;
    --color-07: #bfbfbf;
    --color-08: #bfbfbf;
    --color-09: #bfbfbf;
    --color-10: #bfbfbf;
    --color-11: #bfbfbf;
    --color-12: #bfbfbf;
    --color-13: #a3e699;
    --color-14: #bfbfbf;
    --color-15: #1f1f1f;
    --color-input: #babfc5;
    --bg-white: #1c1c21;
    --white-color: #bfbfbf;
    --black-color: #bfbfbf;
    --border-color: #292929;
    --border-color-2: #2e2e2e;
    --border-color-3: #333;
    --border-color-4: #4d4d4d;
    --border-color-4: #4d4d4d;
    --border-color-5: #383838;
    --border-color-6: #2b2b2b;
    --border-color-7: #474747;
    --border-color-woo: #404040;
    --price-color: #e6a899;
    --red-color: #e6a899;
    --rating-color: #e6c699;
    --stock-color: #99e6c9;
    --bg-flash-sale: #c05130
}
.tbay-dark-mode-active input, .tbay-dark-mode-active select, .tbay-dark-mode-active button, .tbay-dark-mode-active .form-control:focus {
    color: #babfc5;
    background-color: #1f1f1f
}
.tbay-dark-mode-active input.dokan-btn-theme, .tbay-dark-mode-active select.dokan-btn-theme, .tbay-dark-mode-active button.dokan-btn-theme, .tbay-dark-mode-active .form-control:focus.dokan-btn-theme {
    background-color: #d06243;
    color: #fff
}
.tbay-dark-mode-active button.dokan-btn {
    background-color: var(--border-color-6);
    color: #babfc5
}
.tbay-dark-mode-active .sticky {
    background-color: #111
}
.tbay-dark-mode-active .SumoSelect>.optWrapper {
    background: #1c1c21;
    border-color: var(--tb-theme-body)
}
.tbay-dark-mode-active .SumoSelect>.optWrapper>.options li.opt {
    border-color: var(--tb-theme-body)
}
.tbay-dark-mode-active .form-control {
    background: transparent
}
.tbay-dark-mode-active .product-block .progress, .tbay-dark-mode-active .tbay-total-condition {
    background-color: #2b2b2b
}
.tbay-dark-mode-active .tbay-to-top a, .tbay-dark-mode-active .owl-carousel>.slick-arrow, .tbay-dark-mode-active .slider>.slick-arrow {
    -webkit-box-shadow: 0 0 14px 0 rgba(191, 191, 191, 0.1);
    box-shadow: 0 0 14px 0 rgba(191, 191, 191, 0.1)
}
.tbay-dark-mode-active #tbay-cart-modal .main-content, .tbay-dark-mode-active #dokan-store-listing-filter-wrap, .tbay-dark-mode-active #dokan-seller-listing-wrap ul.dokan-seller-wrap li .store-wrapper, .tbay-dark-mode-active #dokan-store-listing-filter-form-wrap, .tbay-dark-mode-active #yith-wcwl-popup-message {
    -webkit-box-shadow: 0 2px 10px 0 rgba(191, 191, 191, 0.1);
    box-shadow: 0 2px 10px 0 rgba(191, 191, 191, 0.1)
}
.tbay-dark-mode-active .elementor-widget-besa-nav-menu .tbay-horizontal .navbar-nav>li>.dropdown-menu, .tbay-dark-mode-active .product-recently-viewed-header .content-view {
    border: 1px solid var(--border-color)
}
.tbay-dark-mode-active input.dokan-form-control, .tbay-dark-mode-active.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu {
    background-color: var(--bg-white)
}
.tbay-dark-mode-active .mm-navbar_tabs>:not(.mm-navbar__tab_selected), .tbay-dark-mode-active .mm-navbars_bottom.mm-navbars_has-tabs .mm-navbar_tabs~.mm-navbar, .tbay-dark-mode-active .mm-navbars_top.mm-navbars_has-tabs>.mm-navbar:not(.mm-navbar_tabs) {
    background: rgba(28, 28, 33, 0.4)
}
.tbay-dark-mode-active.woocommerce .product span.onsale span {
    color: #fff
}
.top-right-mobile .tbay-search-mobile {
    overflow: scroll !important
}
.yith-wcwl-add-to-wishlist a>i+span {
    display: none !important
}
.single-product .pswp.pswp--open~#elementor-lightbox-slideshow-single-img {
    display: none !important
}
#nav-cover {
    z-index: 1000
}
.category-inside-content {
    z-index: 997
}
#tbay-header .tbay-element-mini-cart .dropdown-content .widget_shopping_cart_content {
    top: 70px
}
.woocommerce form .password-input, .woocommerce-page form .password-input {
    width: 100%
}
.woocommerce table.shop_table td small {
    display: block
}
.woocommerce table.shop_table>tbody>tr.order-total>td small .woocommerce-Price-amount {
    font-size: 14px
}
.woocommerce-shipping-totals .woocommerce-shipping-destination {
    line-height: 20px;
    margin-bottom: 10px !important
}
body.filter-mobile-active {
    overflow-y: hidden
}
.product-block:hover .image>a>.image-effect {
    opacity: 0;
    filter: alpha(opacity=0)
}
.product-block.product-swatched:hover .image>a>.image-effect {
    opacity: 1;
    filter: alpha(opacity=100)
}
.woocommerce-MyAccount-content .woocommerce-pagination a.button:before {
    display: none
}
.woocommerce-MyAccount-content .woocommerce-pagination a.button:after {
    content: "";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-family: "tb-icon"
}
.woocommerce-MyAccount-content .woocommerce-pagination a.button:after {
    font-weight: 600
}
.woocommerce-MyAccount-content .woocommerce-pagination a.button.woocommerce-button--previous:before {
    content: "";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-family: "tb-icon"
}
.woocommerce-MyAccount-content .woocommerce-pagination a.button.woocommerce-button--previous:before {
    display: inline-block
}
input[type="email"], input[type="number"], input[type="password"], input[type="search"], input[type="text"], input[type="tel"], input#ywqa_ask_question_text {
    line-height: normal
}
.dokan-support-login-wrapper {
    width: auto !important
}
.dokan-dashboard .dokan-dash-sidebar #dokan-navigation>#mobile-menu-icon {
    z-index: 99
}
.dokan-feat-image-upload .fa.fa-cloud-upload:before {
    content: "\f0ee"
}
.archive-shop .display-products.products {
    max-width: 100%
}
.archive-shop .display-products.products .row {
    width: 100%
}
.product-block .product-top {
    display: flex;
    min-height: 21px
}
.woocommerce div.product-block {
    max-width: 100%
}
.woocommerce table.shop_table.order_details {
    border-collapse: collapse
}
@media(max-width:1399px) and (min-width:992px) {
    .elementor-editor-active #tbay-header {
        display: block !important
    }
}
img[data-lazy-src] {
    opacity: 0
}
img.lazyloaded {
    -webkit-transition: opacity .5s linear .2s;
    -moz-transition: opacity .5s linear .2s;
    transition: opacity .5s linear .2s;
    opacity: 1
}
.button-filter-mobile {
    color: var(--tb-theme-color)
}
.woocommerce form .form-row .required {
    color: var(--red-color)
}
input[type='submit'].dokan-btn-theme, a.dokan-btn-theme, input[type="submit"].dokan-btn-default, a.dokan-btn-default, .dokan-btn-default, .dokan-btn-theme {
    color: #fff !important
}
.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).color-variable-item.selected:not(.no-stock) .variable-item-contents:before, .woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).image-variable-item.selected:not(.no-stock) .variable-item-contents:before {
    display: none !important
}
.store-page-wrap .tbay-filter .main-filter {
    display: block !important
}
.store-page-wrap .tbay-filter .display-mode-warpper {
    width: 50%;
    text-align: right;
    float: right
}
.store-page-wrap .tbay-filter .woocommerce-result-count {
    width: 50%;
    margin: 0 0 20px;
    float: left
}
.store-page-wrap .tbay-filter .dokan-store-products-filter-area {
    clear: both
}