@charset "UTF-8";
    .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: red;
    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: 26px;
    color: #777;
    overflow-x: hidden;
}
.font-16 {
    font-size: 16px;
}
.elementor-text-editor p, .elementor-text-editor h1, .elementor-text-editor h2, .elementor-text-editor h3, .elementor-text-editor h4, .elementor-text-editor h5, .elementor-text-editor h6 {
    margin: 0;
}
.dropdown-menu {
    list-style: none;
    font-size: 14px;
    text-align: left;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    -webkit-box-shadow: 0 3px 4px rgba(0, 0, 0, 0.175);
    box-shadow: 0 3px 4px rgba(0, 0, 0, 0.175);
    background-clip: padding-box;
}
.wrapper-container {
    position: relative;
    overflow: hidden;
}
.wrapper-container.offcanvas-right {
    z-index: 1001;
}
.wrapper-container.boxed-layout {
    max-width: 1320px;
    margin: 0 auto;
    background: #FFF;
    -webkit-box-shadow: 0 0 64px 0 rgba(0, 0, 0, 0.08);
    box-shadow: 0 0 64px 0 rgba(0, 0, 0, 0.08);
}
.woocommerce-password-strength {
    font-weight: 500;
}
.rev-btn, .rev-btn:visited {
    font-family: var(--tb-text-primary-font);
}
.search-form>form {
    border: 1px solid #eee;
    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: #777;
    font-size: 20px;
}
.search-form .btn:hover {
    background: transparent;
    color: #333;
}
.search-form .form-control {
    border: 0;
}
.rows-2 .slick-slide>div, .rows-3 .slick-slide>div {
    margin: 0 -15px;
}
.rows-2 .slick-slide>div>.item, .rows-3 .slick-slide>div>.item {
    padding: 0 15px;
}
.btn:focus {
    box-shadow: none;
}
.form-control, form input:not([type="file"]), input#ywqa_ask_question_text {
    height: 28px;
    background: #fff;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border: 1px solid #eee;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.form-control:focus, form input:not([type="file"]):focus, input#ywqa_ask_question_text:focus {
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.form-control[type="checkbox"], .form-control[type="radio"], form input:not([type="file"])[type="checkbox"], form input:not([type="file"])[type="radio"], input#ywqa_ask_question_text[type="checkbox"], input#ywqa_ask_question_text[type="radio"] {
    height: initial;
}
@media(max-width:1199px) {
    .form-control, form input: not([type="file"]), input#ywqa_ask_question_text {
    font-size: 16px;
}
}strong {
    font-weight: bold;
}
.woocommerce form .form-row {
    padding: 3px;
    margin: 0 0 6px;
    flex-direction: column;
}
.woocommerce form .form-row textarea {
    padding-top: 10px;
    line-height: initial;
}
.woocommerce form .form-row label.radio {
    padding-left: 20px;
    position: relative;
    padding-right: 0;
}
.woocommerce form .form-row label.radio input[type='radio'] {
    position: absolute;
    top: 7px;
    left: 0;
    right: auto;
}
.form-row label, .checkbox label {
    font-weight: normal;
}
.form-row .checkbox, .checkbox .checkbox {
    margin-bottom: 0;
    margin-top: 0;
}
.woocommerce form .form-row .select2-container {
    line-height: inherit;
    display: block;
}
.select2-container--default .select2-selection--single {
    height: auto;
    border-color: #eee;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    margin-bottom: 10px;
    position: relative;
}
.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: 42px;
    padding-left: 15px;
    padding-right: 20px;
    color: #000;
}
.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: #eee;
}
.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 {
    line-height: 24px;
    padding: 14px 44px;
}
.woocommerce .woocommerce-info:before, .woocommerce .woocommerce-message:before, .woocommerce .woocommerce-error:before {
    vertical-align: middle;
}
.woocommerce .woocommerce-info li, .woocommerce .woocommerce-message li, .woocommerce .woocommerce-error li {
    display: block;
    vertical-align: middle;
}
.woocommerce .woocommerce-info a.button, .woocommerce .woocommerce-message a.button, .woocommerce .woocommerce-error a.button {
    text-transform: uppercase;
}
.woocommerce .woocommerce-info a.button:after, .woocommerce .woocommerce-message a.button:after, .woocommerce .woocommerce-error a.button:after {
    content: "\f061";
    font-family: "FontAwesome";
    margin: 0 0 0 5px;
    line-height: 1;
    display: inline-block;
    margin-left: 5px;
    margin-right: 0;
    font-size: 12px;
}
.woocommerce.single-product .woocommerce-info a.button, .woocommerce.single-product .woocommerce-message a.button, .woocommerce.single-product .woocommerce-error a.button {
    letter-spacing: 1.5px;
    padding: 1px 30px;
}
.woocommerce .woocommerce-NoticeGroup {
    width: 100%}
.woocommerce .woocommerce-message {
    border-top-color: #6c9d24;
}
.woocommerce .woocommerce-message:before {
    color: #6c9d24;
}
.return-to-shop {
    margin: 30px 0;
}
.return-to-shop a.button {
    text-transform: uppercase;
    letter-spacing: 1.5px;
}
.return-to-shop a.button:before {
    content: "\f060";
    font-family: "FontAwesome";
    margin: 0 5px 0 0;
}
input {
    color: #777;
}
::-webkit-input-placeholder {
    color: #999 !important;
}
:-ms-input-placeholder {
    color: #999 !important;
}
::placeholder {
    color: #999 !important;
}
input, button, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
.center {
    text-align: center;
}
.color {
    color: #6c9d24;
}
.required {
    color: red;
}
.overflow-y {
    overflow-y: hidden;
}
a {
    color: #333;
    text-decoration: none;
    -webkit-transition: color .3s ease;
    -o-transition: color .3s ease;
    transition: color .3s ease;
}
a:hover, a:focus {
    color: #6c9d24;
    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 0 30px 0;
    color: #333;
    font-weight: bold;
    padding: 20px 40px;
    font-size: 20px;
    background: #fafafa;
}
.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: 15px;
    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 {
    padding: 10px 15px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    line-height: 1;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    display: inline-block;
    margin: 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: #6c9d24;
    color: #fff;
    border-color: #6c9d24;
}
.pagination i, .tbay-pagination i {
    line-height: 30px;
    vertical-align: middle;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.pagination a, .tbay-pagination a {
    color: #333;
    cursor: pointer;
}
.woocommerce-pagination {
    margin-top: 15px;
    display: block;
    text-align: right;
}
.woocommerce-pagination a.button:after {
    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;
    line-height: 1;
}
.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;
    line-height: 1;
}
.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;
}
@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;
}
}.greenmart-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: #333;
    word-break: break-all;
    word-wrap: break-word;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    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 #eee;
}
table>thead>tr>th, table.wcv-table>thead>tr>th, .table>thead>tr>th {
    vertical-align: bottom;
    border-bottom: 2px solid #eee;
}
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 #eee;
}
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 #eee;
}
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 #eee;
}
.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: #f5f5f5;
}
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: var(--tb-theme-color-hover);
}
.table-hover .table-active:hover>td, .table-hover .table-active:hover>th {
    background-color: var(--tb-theme-color-hover);
}
.table-success, .table-success>th, .table-success>td {
    background-color: #dff0d8;
}
.table-hover .table-success:hover {
    background-color: var(--tb-theme-color-hover);
}
.table-hover .table-success:hover>td, .table-hover .table-success:hover>th {
    background-color: var(--tb-theme-color-hover);
}
.table-info, .table-info>th, .table-info>td {
    background-color: #d9edf7;
}
.table-hover .table-info:hover {
    background-color: var(--tb-theme-color-hover);
}
.table-hover .table-info:hover>td, .table-hover .table-info:hover>th {
    background-color: var(--tb-theme-color-hover);
}
.table-warning, .table-warning>th, .table-warning>td {
    background-color: #fcf8e3;
}
.table-hover .table-warning:hover {
    background-color: var(--tb-theme-color-hover);
}
.table-hover .table-warning:hover>td, .table-hover .table-warning:hover>th {
    background-color: var(--tb-theme-color-hover);
}
.table-danger, .table-danger>th, .table-danger>td {
    background-color: #f2dede;
}
.table-hover .table-danger:hover {
    background-color: var(--tb-theme-color-hover);
}
.table-hover .table-danger:hover>td, .table-hover .table-danger:hover>th {
    background-color: var(--tb-theme-color-hover);
}
@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 #eee;
    -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, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: var(--tb-text-primary-font);
    font-weight: 700;
    line-height: 1.5;
    color: #222;
}
h3, .h3 {
    font-size: 24px;
}
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:425px) {
    .d-xxs-block {
    display: block !important;
}
.d-xxs-none {
    display: none !important;
}
}.has-after, .post .entry-category.type-2 a, .entry-meta-list .entry-category a, .entry-single .entry-category a, #tab-questions a.back-to-product {
    position: relative;
}
.has-after:after, .post .entry-category.type-2 a:after, .entry-meta-list .entry-category a:after, .entry-single .entry-category a:after, #tab-questions a.back-to-product:after {
    background-color: #6c9d24;
    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, .entry-meta-list .entry-category a:hover, .entry-single .entry-category a:hover, #tab-questions a.back-to-product:hover {
    color: #6c9d24;
}
.has-after:hover:after, .post .entry-category.type-2 a:hover:after, .entry-meta-list .entry-category a:hover:after, .entry-single .entry-category a:hover:after, #tab-questions a.back-to-product: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 .woocommerce-info a.button, .woocommerce .woocommerce-message a.button, .woocommerce .woocommerce-error a.button, .woocommerce-pagination a.button, .woof_container_inner_tags ul.woof_list label, .widget_price_filter .price_slider_amount .button, .show-view-all a, .tbay-element-banner .banner-content .style-btn, .tbay-element-newsletter button[type="submit"], .widget-newletter button[type="submit"], .btn-view-all, .post .entry-category.type-1 a, .entry-single .entry-description a, .post-password-form input[type=submit], #comments #respond .form-submit input, #reviews #respond .form-submit input, body table.compare-list .add-to-cart td .add-cart a, input#ywqa-submit-question, div#new-answer-header .ywqa_submit_answer, table.wishlist_table td.product-add-to-cart .add-cart a, .woocommerce button.button, .woocommerce a.button.wc-backward, .woocommerce a.woocommerce-button.view, .woocommerce button.button[name="track"], .woocommerce #respond input#submit, .woocommerce input.button, .woocommerce div.product .entry-summary .single_add_to_cart_button, .woocommerce div.product .entry-summary .tbay-buy-now, .singular-shop .tbay-modalButton, #shop-now.has-buy-now .tbay-buy-now, #sticky-menu-bar #sticky-custom-add-to-cart, #add_payment_method .btn, .woocommerce-cart .btn, .woocommerce-checkout .btn, .woocommerce .cart_totals .checkout-button, .woocommerce .order-again>a.button, .woocommerce-order-received .order-again a, #custom-register input.submit_button, #custom-login input.submit_button, .woocommerce-button.button.request_warranty, .order_details .review_link_data_wappers .button, .woocommerce a.goto_more_offer_tab.button, .woocommerce .woocommerce-Tabs-panel--singleproductmultivendor a.button, #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, .woocommerce .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"], .vendor_list a.button, .wcv-dashboard-navigation ul>li>a.button, .woocommerce input[name="vendor_application_submit"], #wcv_pro_quick_contact_form input[type="submit"] {
    border: 0;
    padding: 0 15px;
    font-weight: bold;
    line-height: 36px;
    font-size: 13px;
    background: #6c9d24;
    color: #fff;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    display: inline-block;
    letter-spacing: 0;
    text-align: center;
    border: 1px solid transparent;
}
.btn-theme:hover, .btn-default:hover, .woocommerce .woocommerce-info a.button:hover, .woocommerce .woocommerce-message a.button:hover, .woocommerce .woocommerce-error a.button:hover, .woocommerce-pagination a.button:hover, .woof_container_inner_tags ul.woof_list label:hover, .widget_price_filter .price_slider_amount .button:hover, .show-view-all a:hover, .tbay-element-banner .banner-content .style-btn:hover, .tbay-element-newsletter button[type="submit"]:hover, .widget-newletter button[type="submit"]:hover, .btn-view-all:hover, .post .entry-category.type-1 a: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, body table.compare-list .add-to-cart td .add-cart a:hover, input#ywqa-submit-question:hover, div#new-answer-header .ywqa_submit_answer:hover, table.wishlist_table td.product-add-to-cart .add-cart a:hover, .woocommerce button.button:hover, .woocommerce a.button.wc-backward:hover, .woocommerce a.woocommerce-button.view:hover, .woocommerce #respond input#submit:hover, .woocommerce input.button:hover, .woocommerce div.product .entry-summary .single_add_to_cart_button:hover, .woocommerce div.product .entry-summary .tbay-buy-now:hover, .singular-shop .tbay-modalButton:hover, #shop-now.has-buy-now .tbay-buy-now:hover, #sticky-menu-bar #sticky-custom-add-to-cart:hover, #add_payment_method .btn:hover, .woocommerce-cart .btn:hover, .woocommerce-checkout .btn:hover, .woocommerce .cart_totals .checkout-button:hover, .woocommerce .order-again>a.button:hover, .woocommerce-order-received .order-again a:hover, #custom-register input.submit_button:hover, #custom-login input.submit_button:hover, .woocommerce-button.button.request_warranty:hover, .order_details .review_link_data_wappers .button:hover, .woocommerce a.goto_more_offer_tab.button:hover, .woocommerce .woocommerce-Tabs-panel--singleproductmultivendor a.button: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, .woocommerce .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, .vendor_list a.button:hover, .wcv-dashboard-navigation ul>li>a.button:hover, .woocommerce input[name="vendor_application_submit"]:hover, #wcv_pro_quick_contact_form input[type="submit"]:hover, .btn-theme:focus, .btn-default:focus, .woocommerce .woocommerce-info a.button:focus, .woocommerce .woocommerce-message a.button:focus, .woocommerce .woocommerce-error a.button:focus, .woocommerce-pagination a.button:focus, .woof_container_inner_tags ul.woof_list label:focus, .widget_price_filter .price_slider_amount .button:focus, .show-view-all a:focus, .tbay-element-banner .banner-content .style-btn:focus, .tbay-element-newsletter button[type="submit"]:focus, .widget-newletter button[type="submit"]:focus, .btn-view-all:focus, .post .entry-category.type-1 a: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, body table.compare-list .add-to-cart td .add-cart a:focus, input#ywqa-submit-question:focus, div#new-answer-header .ywqa_submit_answer:focus, table.wishlist_table td.product-add-to-cart .add-cart a:focus, .woocommerce button.button:focus, .woocommerce a.button.wc-backward:focus, .woocommerce a.woocommerce-button.view:focus, .woocommerce #respond input#submit:focus, .woocommerce input.button:focus, .woocommerce div.product .entry-summary .single_add_to_cart_button:focus, .woocommerce div.product .entry-summary .tbay-buy-now:focus, .singular-shop .tbay-modalButton:focus, #shop-now.has-buy-now .tbay-buy-now:focus, #sticky-menu-bar #sticky-custom-add-to-cart:focus, #add_payment_method .btn:focus, .woocommerce-cart .btn:focus, .woocommerce-checkout .btn:focus, .woocommerce .cart_totals .checkout-button:focus, .woocommerce .order-again>a.button:focus, .woocommerce-order-received .order-again a:focus, #custom-register input.submit_button:focus, #custom-login input.submit_button:focus, .woocommerce-button.button.request_warranty:focus, .order_details .review_link_data_wappers .button:focus, .woocommerce a.goto_more_offer_tab.button:focus, .woocommerce .woocommerce-Tabs-panel--singleproductmultivendor a.button: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, .woocommerce .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, .vendor_list a.button:focus, .wcv-dashboard-navigation ul>li>a.button:focus, .woocommerce input[name="vendor_application_submit"]:focus, #wcv_pro_quick_contact_form input[type="submit"]:focus {
    background: #fff;
    color: #6c9d24;
    border-color: #6c9d24;
}
.btn-theme:hover, .btn-default:hover, .woocommerce .woocommerce-info a.button:hover, .woocommerce .woocommerce-message a.button:hover, .woocommerce .woocommerce-error a.button:hover, .woocommerce-pagination a.button:hover, .woof_container_inner_tags ul.woof_list label:hover, .widget_price_filter .price_slider_amount .button:hover, .show-view-all a:hover, .tbay-element-banner .banner-content .style-btn:hover, .tbay-element-newsletter button[type="submit"]:hover, .widget-newletter button[type="submit"]:hover, .btn-view-all:hover, .post .entry-category.type-1 a: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, body table.compare-list .add-to-cart td .add-cart a:hover, input#ywqa-submit-question:hover, div#new-answer-header .ywqa_submit_answer:hover, table.wishlist_table td.product-add-to-cart .add-cart a:hover, .woocommerce button.button:hover, .woocommerce a.button.wc-backward:hover, .woocommerce a.woocommerce-button.view:hover, .woocommerce #respond input#submit:hover, .woocommerce input.button:hover, .woocommerce div.product .entry-summary .single_add_to_cart_button:hover, .woocommerce div.product .entry-summary .tbay-buy-now:hover, .singular-shop .tbay-modalButton:hover, #shop-now.has-buy-now .tbay-buy-now:hover, #sticky-menu-bar #sticky-custom-add-to-cart:hover, #add_payment_method .btn:hover, .woocommerce-cart .btn:hover, .woocommerce-checkout .btn:hover, .woocommerce .cart_totals .checkout-button:hover, .woocommerce .order-again>a.button:hover, .woocommerce-order-received .order-again a:hover, #custom-register input.submit_button:hover, #custom-login input.submit_button:hover, .woocommerce-button.button.request_warranty:hover, .order_details .review_link_data_wappers .button:hover, .woocommerce a.goto_more_offer_tab.button:hover, .woocommerce .woocommerce-Tabs-panel--singleproductmultivendor a.button: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, .woocommerce .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, .vendor_list a.button:hover, .wcv-dashboard-navigation ul>li>a.button:hover, .woocommerce input[name="vendor_application_submit"]:hover, #wcv_pro_quick_contact_form input[type="submit"]:hover, .btn-theme:focus, .btn-default:focus, .woocommerce .woocommerce-info a.button:focus, .woocommerce .woocommerce-message a.button:focus, .woocommerce .woocommerce-error a.button:focus, .woocommerce-pagination a.button:focus, .woof_container_inner_tags ul.woof_list label:focus, .widget_price_filter .price_slider_amount .button:focus, .show-view-all a:focus, .tbay-element-banner .banner-content .style-btn:focus, .tbay-element-newsletter button[type="submit"]:focus, .widget-newletter button[type="submit"]:focus, .btn-view-all:focus, .post .entry-category.type-1 a: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, body table.compare-list .add-to-cart td .add-cart a:focus, input#ywqa-submit-question:focus, div#new-answer-header .ywqa_submit_answer:focus, table.wishlist_table td.product-add-to-cart .add-cart a:focus, .woocommerce button.button:focus, .woocommerce a.button.wc-backward:focus, .woocommerce a.woocommerce-button.view:focus, .woocommerce #respond input#submit:focus, .woocommerce input.button:focus, .woocommerce div.product .entry-summary .single_add_to_cart_button:focus, .woocommerce div.product .entry-summary .tbay-buy-now:focus, .singular-shop .tbay-modalButton:focus, #shop-now.has-buy-now .tbay-buy-now:focus, #sticky-menu-bar #sticky-custom-add-to-cart:focus, #add_payment_method .btn:focus, .woocommerce-cart .btn:focus, .woocommerce-checkout .btn:focus, .woocommerce .cart_totals .checkout-button:focus, .woocommerce .order-again>a.button:focus, .woocommerce-order-received .order-again a:focus, #custom-register input.submit_button:focus, #custom-login input.submit_button:focus, .woocommerce-button.button.request_warranty:focus, .order_details .review_link_data_wappers .button:focus, .woocommerce a.goto_more_offer_tab.button:focus, .woocommerce .woocommerce-Tabs-panel--singleproductmultivendor a.button: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, .woocommerce .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, .vendor_list a.button:focus, .wcv-dashboard-navigation ul>li>a.button:focus, .woocommerce input[name="vendor_application_submit"]:focus, #wcv_pro_quick_contact_form input[type="submit"]:focus, .btn-theme:active:hover, .btn-default:active:hover, .woocommerce .woocommerce-info a.button:active:hover, .woocommerce .woocommerce-message a.button:active:hover, .woocommerce .woocommerce-error a.button:active:hover, .woocommerce-pagination a.button: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, .tbay-element-banner .banner-content .style-btn:active:hover, .tbay-element-newsletter button[type="submit"]:active:hover, .widget-newletter button[type="submit"]:active:hover, .btn-view-all:active:hover, .post .entry-category.type-1 a: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, body table.compare-list .add-to-cart td .add-cart a:active:hover, input#ywqa-submit-question:active:hover, div#new-answer-header .ywqa_submit_answer:active:hover, table.wishlist_table td.product-add-to-cart .add-cart a:active:hover, .woocommerce button.button:active:hover, .woocommerce a.button.wc-backward:active:hover, .woocommerce a.woocommerce-button.view:active:hover, .woocommerce #respond input#submit:active:hover, .woocommerce input.button:active:hover, .woocommerce div.product .entry-summary .single_add_to_cart_button:active:hover, .woocommerce div.product .entry-summary .tbay-buy-now:active:hover, .singular-shop .tbay-modalButton:active:hover, #shop-now.has-buy-now .tbay-buy-now:active:hover, #sticky-menu-bar #sticky-custom-add-to-cart:active:hover, #add_payment_method .btn:active:hover, .woocommerce-cart .btn:active:hover, .woocommerce-checkout .btn:active:hover, .woocommerce .cart_totals .checkout-button:active:hover, .woocommerce .order-again>a.button:active:hover, .woocommerce-order-received .order-again a:active:hover, #custom-register input.submit_button:active:hover, #custom-login input.submit_button:active:hover, .woocommerce-button.button.request_warranty:active:hover, .order_details .review_link_data_wappers .button:active:hover, .woocommerce a.goto_more_offer_tab.button:active:hover, .woocommerce .woocommerce-Tabs-panel--singleproductmultivendor a.button: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, .woocommerce .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, .vendor_list a.button:active:hover, .wcv-dashboard-navigation ul>li>a.button:active:hover, .woocommerce input[name="vendor_application_submit"]:active:hover, #wcv_pro_quick_contact_form input[type="submit"]:active:hover {
    outline: 0;
}
.btn-theme i, .btn-default i, .woocommerce .woocommerce-info a.button i, .woocommerce .woocommerce-message a.button i, .woocommerce .woocommerce-error a.button i, .woocommerce-pagination a.button i, .woof_container_inner_tags ul.woof_list label i, .widget_price_filter .price_slider_amount .button i, .show-view-all a i, .tbay-element-banner .banner-content .style-btn i, .tbay-element-newsletter button[type="submit"] i, .widget-newletter button[type="submit"] i, .btn-view-all i, .post .entry-category.type-1 a 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, body table.compare-list .add-to-cart td .add-cart a i, input#ywqa-submit-question i, div#new-answer-header .ywqa_submit_answer i, table.wishlist_table td.product-add-to-cart .add-cart a i, .woocommerce button.button i, .woocommerce a.button.wc-backward i, .woocommerce a.woocommerce-button.view i, .woocommerce button.button[name="track"] i, .woocommerce #respond input#submit i, .woocommerce input.button i, .woocommerce div.product .entry-summary .single_add_to_cart_button i, .woocommerce div.product .entry-summary .tbay-buy-now i, .singular-shop .tbay-modalButton i, #shop-now.has-buy-now .tbay-buy-now i, #sticky-menu-bar #sticky-custom-add-to-cart i, #add_payment_method .btn i, .woocommerce-cart .btn i, .woocommerce-checkout .btn i, .woocommerce .cart_totals .checkout-button i, .woocommerce .order-again>a.button i, .woocommerce-order-received .order-again a i, #custom-register input.submit_button i, #custom-login input.submit_button i, .woocommerce-button.button.request_warranty i, .order_details .review_link_data_wappers .button i, .woocommerce a.goto_more_offer_tab.button i, .woocommerce .woocommerce-Tabs-panel--singleproductmultivendor a.button 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, .woocommerce .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, .vendor_list a.button i, .wcv-dashboard-navigation ul>li>a.button i, .woocommerce input[name="vendor_application_submit"] i, #wcv_pro_quick_contact_form input[type="submit"] i {
    margin-right: 7px;
    margin-left: 0;
    font-size: 18px;
    display: inline-block;
    vertical-align: middle;
}
button.btn-close, .widget_greenmart_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: #fff;
}
button.btn-close i, .widget_greenmart_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_greenmart_popup_newsletter .popup-content>a:hover {
    opacity: 1;
    filter: alpha(opacity=100);
    color: #6c9d24;
}
.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, .woocommerce form .form-row .woocommerce-form__input+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, .woocommerce form .form-row .woocommerce-form__input+label, #custom-login-wrapper #cus-rememberme+label {
    display: inline-block;
}
.title-base, .questions-section h3, #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: 20px;
    line-height: 22px;
    font-weight: bold;
    margin: 0;
    color: #0b132b;
}
@media(max-width:425px) {
    .title-base, .questions-section h3, #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;
}
}
.item-absolute, .footer-device-mobile>* a span.icon .count, .footer-device-mobile>* a span.icon .mini-cart-items, .footer-device-mobile>* a span.icon .mini-cart-items-static, .topbar-device-mobile .device-cart a .mini-cart-items, .topbar-device-mobile .device-cart a .mini-cart-items-static {
    font-size: 12px;
    line-height: 18px;
    width: 18px;
    height: 18px;
    text-align: center;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    background: #6c9d24;
    color: #fff;
}
@media(min-width:768px) and (max-width:991px) {
    .container, .dokan-dashboard .dokan-dashboard-wrap, .dokan-store #main, #wcfm-main-contentainer .wcfm-membership-wrapper, .wcfmmp-store-page #wcfmmp-store, .dokan-dashboard .dokan-dashboard-wrap, .dokan-store #main, #wcfm-main-contentainer .wcfm-membership-wrapper, .wcfmmp-store-page #wcfmmp-store {
    width: 750px;
    max-width: 750px;
    margin: auto;
}
}@media(min-width:992px) and (max-width:1199px) {
    .container, .dokan-dashboard .dokan-dashboard-wrap, .dokan-store #main, #wcfm-main-contentainer .wcfm-membership-wrapper, .wcfmmp-store-page #wcfmmp-store, .dokan-dashboard .dokan-dashboard-wrap, .dokan-store #main, #wcfm-main-contentainer .wcfm-membership-wrapper, .wcfmmp-store-page #wcfmmp-store {
    width: 970px;
    max-width: 970px;
    margin: auto;
}
}
@media(min-width:1200px) {
    .container, .dokan-dashboard .dokan-dashboard-wrap, .dokan-store #main, #wcfm-main-contentainer .wcfm-membership-wrapper, .wcfmmp-store-page #wcfmmp-store, .dokan-dashboard .dokan-dashboard-wrap, .dokan-store #main, #wcfm-main-contentainer .wcfm-membership-wrapper, .wcfmmp-store-page #wcfmmp-store {
    width: 1200px;
    max-width: 1200px;
    margin: auto;
}
}.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 .input-group {
    align-items: center;
}
.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: #fff;
    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:after {
    position: absolute;
    content: '\e604';
    font-size: 15px;
    font-family: 'simple-line-icons';
    display: block;
    color: #333;
}
.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>.optWrapper>.options li.opt {
    padding: 0 0 0 12px;
}
.tbay-search-form .select-category {
    background-color: white;
    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: 50%}
.tbay-search-form .select-category.input-group-addon {
    color: #000;
    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 15px;
    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: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: 47px;
    color: #000;
    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: 30px;
    padding-left: 0;
    font-weight: 700;
}
.tbay-search-form .select-category .optWrapper {
    z-index: 200;
    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 15px;
    line-height: normal;
    border: 0;
    height: 47px;
    float: none;
    font-size: 14px;
    background: transparent;
    min-width: 135px;
    -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: 13px;
    line-height: 42px;
    padding: 0 20px;
    font-weight: 700;
    color: #6c9d24;
    letter-spacing: 0;
    float: right;
    display: flex;
    align-items: center;
    background: transparent;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
}
.tbay-search-form .button-search:not(.icon) i {
    font-size: 18px;
    margin: 0;
    display: inline-block;
    vertical-align: middle;
    line-height: 42px;
}
.tbay-search-form .button-search:not(.icon) i+.text {
    margin-left: 5px;
    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: #fff;
    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: transparent;
    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: #000;
    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 .searchform.tbay-loading .button-search.btn i, .tbay-search-form .searchform.tbay-loading .button-search.btn span {
    color: #6c9d24;
}
.tbay-search-form .searchform.greenmart-ajax-search.open div.form-group div.input-group {
    border-bottom-left-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    -webkit-border-bottom-right-radius: 0;
}
.tbay-search-form .button-hidden-search {
    font-size: 24px;
    background-color: transparent;
    padding: 0;
}
.tbay-search-form .button-hidden-search:hover {
    color: red;
}
.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 #eee;
    -webkit-transition: all 500ms;
    -o-transition: all 500ms;
    transition: all 500ms;
    opacity: 0;
    filter: alpha(opacity=0);
    background: #fff;
    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: #fff;
    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;
}
.greenmart-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;
    color: #fff;
}
.greenmart-ajax-search .greenmart-search-results {
    position: static;
}
.greenmart-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;
}
.greenmart-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;
}
.tbay-preloader {
    cursor: pointer;
    position: absolute;
    line-height: 42px;
    right: 100%;
    left: auto;
    top: 0;
    text-align: center;
    width: 40px;
    opacity: 0;
    filter: alpha(opacity=0);
    visibility: hidden;
}
.tbay-preloader:before {
    content: "";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-family: "tb-icon"}
.tbay-preloader:before {
    font-size: 14px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.greenmart-search-results .autocomplete-suggestions {
    border: 1px solid #eee;
    left: -1px;
    right: auto;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    line-height: 23px;
    background: #fff;
    text-align: center;
    top: 100%;
    max-width: 320px;
}
.greenmart-search-results .autocomplete-suggestions>div {
    cursor: pointer;
    padding: 15px 0;
    margin: 0 15px;
}
.greenmart-search-results .autocomplete-suggestions>div .product-title {
    color: #222;
    text-align: left;
    font-weight: 500;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    line-height: 1.7;
    margin-bottom: 5px;
    font-size: 13px;
}
.greenmart-search-results .autocomplete-suggestions>div .product-title:hover {
    color: #6c9d24;
}
.greenmart-search-results .autocomplete-suggestions>div:not(:only-child) {
    border-top: 1px solid #e5e5e5;
}
.greenmart-search-results .autocomplete-suggestions>div:last-child {
    border: 0;
}
.greenmart-search-results .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;
}
.greenmart-search-results .autocomplete-suggestions>div.view-all-products {
    line-height: 40px;
    color: #fff;
    padding: 0;
    background: #6c9d24;
    margin-bottom: 15px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-width: 1px;
    border-style: solid;
    border-color: #6c9d24;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    font-weight: bold;
}
.greenmart-search-results .autocomplete-suggestions>div.view-all-products i {
    display: inline-block;
    margin-left: 5px;
    margin-right: 0;
    font-size: 10px;
}
.greenmart-search-results .autocomplete-suggestions>div.view-all-products:hover {
    color: #6c9d24;
    background: #fff;
}
.greenmart-search-results .autocomplete-suggestions>div.list-header {
    color: #222;
    line-height: 40px;
    padding: 4px 0;
    border: 0;
}
.greenmart-search-results .autocomplete-suggestions>div.list-header .count {
    color: #6c9d24;
    margin-right: 4px;
    margin-left: 0;
}
.greenmart-search-results .autocomplete-suggestions>div .suggestion-thumb {
    display: table-cell;
    vertical-align: middle;
    padding-right: 15px;
    padding-left: 0;
}
.greenmart-search-results .autocomplete-suggestions>div .suggestion-thumb img {
    max-width: 60px;
}
.greenmart-search-results .autocomplete-suggestions>div .suggestion-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    flex-direction: column;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.greenmart-search-results .autocomplete-suggestions>div .suggestion-title.no-found-msg {
    text-align: center;
    width: 100%}
body.search .entry-content h2 {
    font-weight: 500;
    margin: 0;
    font-size: 20px;
}
.divider-category-yes .select-category {
    position: relative;
}
.divider-category-yes .select-category:after {
    content: '';
    position: absolute;
    width: 1px;
    height: 100%;
    background: #eee;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
    left: auto;
}
#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: #fff;
    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 #000;
    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: #000;
}
#tbay-search-form-canvas .sidebar-canvas-search .sidebar-content .button-group .button-search i:hover {
    color: #6c9d24;
}
#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: #777;
}
#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: #000;
}
#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: #6c9d24;
}
#tbay-search-form-canvas .sidebar-canvas-search .sidebar-content .autocomplete-suggestions {
    border: 0;
    text-align: left;
    background: #fff;
    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 .price .woocommerce-Price-amount, #tbay-search-form-canvas .sidebar-canvas-search .sidebar-content .autocomplete-suggestions .autocomplete-suggestion .price del .woocommerce-Price-amount {
    font-size: 13px;
}
#tbay-search-form-canvas .sidebar-canvas-search .sidebar-content .autocomplete-suggestions .autocomplete-suggestion .product-title:hover {
    color: #6c9d24;
}
#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: #6c9d24;
}
#tbay-search-form-canvas .tbay-loading:after {
    content: "";
    z-index: 2;
    position: absolute;
    border: 2px solid #ddd;
    border-top-color: #6c9d24;
    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: #6c9d24;
}
.active-admin-bar #tbay-search-form-canvas .sidebar-canvas-search .sidebar-content {
    top: 32px;
}
#tbay-header {
    margin: 0;
    padding: 0;
    z-index: 1001;
    background: #fff;
    position: relative;
}
#tbay-header .menu_fixed {
    position: fixed;
    top: 0;
    z-index: 9999;
    background: #fff;
    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: #6c9d24;
}
#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;
    padding: 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 0;
    background: #fff;
    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 .dokan-store .header-main>#main>.row, .dokan-store #tbay-header .header-main>#main>.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 .dokan-store .header-mainmenu>#main, .dokan-store #tbay-header .header-mainmenu>#main, #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 .dokan-store .header-main>#main, .dokan-store #tbay-header.sticky-header .header-main>#main, #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: #ea2f2f;
    color: #fff;
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
    min-width: 20px;
    padding: 0 2px;
    line-height: 20px;
    font-size: 12px;
    top: 0;
    right: auto;
    left: 23px;
    font-weight: 400;
    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 {
    transition: none !important;
}
.element-sticky-header.sticky {
    position: fixed !important;
    top: 0;
    width: 100%;
    z-index: 999;
    left: 0;
    right: 0;
}
.element-sticky-header.sticky+.sticky {
    z-index: 900;
}
#tbay-header.nav-cover-active-1 #nav-cover {
    z-index: 1;
    opacity: .75;
    filter: alpha(opacity=75);
    pointer-events: auto;
    visibility: visible;
    height: 1000vh;
    z-index: 99;
}
#tbay-header.nav-cover-active-2 #nav-cover {
    z-index: 1;
    opacity: .75;
    filter: alpha(opacity=75);
    pointer-events: auto;
    visibility: visible;
    height: 1000vh;
    z-index: 99;
}
#tbay-header.nav-cover-active-3 #nav-cover {
    z-index: 1;
    opacity: .75;
    filter: alpha(opacity=75);
    pointer-events: auto;
    visibility: visible;
    height: 1000vh;
    z-index: 99;
}
#tbay-header.nav-cover-active-4 #nav-cover {
    z-index: 1;
    opacity: .75;
    filter: alpha(opacity=75);
    pointer-events: auto;
    visibility: visible;
    height: 1000vh;
    z-index: 99;
}
#tbay-header.nav-cover-active-5 #nav-cover {
    z-index: 1;
    opacity: .75;
    filter: alpha(opacity=75);
    pointer-events: auto;
    visibility: visible;
    height: 1000vh;
    z-index: 99;
}
#tbay-header.nav-cover-active-6 #nav-cover {
    z-index: 1;
    opacity: .75;
    filter: alpha(opacity=75);
    pointer-events: auto;
    visibility: visible;
    height: 1000vh;
    z-index: 99;
}
#tbay-header.nav-cover-active-7 #nav-cover {
    z-index: 1;
    opacity: .75;
    filter: alpha(opacity=75);
    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: flex-start;
    justify-content: center;
    line-height: 44px;
    height: 44px;
    position: relative;
}
.tbay-element.header-icon a i {
    font-size: 24px;
}
.width-auto-yes {
    width: auto !important;
}
.elementor-widget-tbay-nav-menu.width-auto-yes {
    position: relative !important;
}
#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.elementor-widget-tbay-search-form, #tbay-header .elementor-widget-wrap>.elementor-element.elementor-widget-tbay-nav-menu, #tbay-header .elementor-widget-wrap>.elementor-element.elementor-widget-wp-widget-nav_menu {
    width: 100%;
    max-width: 100%}
.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: #eee;
    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;
}
.btn-danger:active, .btn-danger:focus, .btn-danger:active:focus, .btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled):focus, .btn-danger:not(:disabled):not(.disabled):active:focus {
    -webkit-box-shadow: unset;
    box-shadow: unset;
    background: 0;
    color: #6c9d24;
}
.footer-device-mobile {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 999;
    background: #fff;
    width: 100%;
    border-top: 1px solid rgba(0, 0, 0, 0.09);
    padding: 11px 0 4px;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    display: none;
}
.footer-device-mobile>* {
    width: 100%;
    text-align: center;
    font-size: 12px;
}
.footer-device-mobile>* a {
    display: block;
    color: #666;
    line-height: 20px;
}
.footer-device-mobile>* a span.icon {
    position: relative;
    display: inline-block;
}
.footer-device-mobile>* a span.icon .count, .footer-device-mobile>* a span.icon .mini-cart-items, .footer-device-mobile>* a span.icon .mini-cart-items-static {
    position: absolute;
    top: -7px;
    right: 0;
    left: auto;
    width: auto;
    border-radius: unset;
}
.footer-device-mobile>*.active a {
    color: #6c9d24;
}
.footer-device-mobile>* i {
    font-size: 24px;
    line-height: 20px;
    display: block;
}
.topbar-device-mobile {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1001;
    background: #fff;
    padding: 0 15px;
    width: 100%;
    -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.06);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.06);
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    display: flex;
    align-items: center;
}
.topbar-device-mobile .topbar-post {
    display: flex;
    align-content: center;
}
.topbar-device-mobile>div {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.topbar-device-mobile .active-mobile .btn-danger {
    background-color: transparent;
    border: 0;
    color: #333;
    font-size: 24px;
    padding-left: 0;
    display: flex;
}
.topbar-device-mobile .mobile-logo {
    padding: 0 11px 0 0px;
    margin-right: 0;
    display: inline-block;
    line-height: 44px;
    -webkit-box-flex: 4;
    -moz-box-flex: 4;
    -webkit-flex: 4;
    -ms-flex: 4;
    flex: 4;
    text-align: center;
}
.topbar-device-mobile .search-device {
    display: flex;
    max-width: 30px;
    align-items: center;
    min-width: 30px;
}
.topbar-device-mobile .search-device.open .search-mobile-close {
    pointer-events: auto;
    opacity: 1;
    filter: alpha(opacity=100);
}
.topbar-device-mobile .search-device i {
    font-size: 20px;
    line-height: 30px;
    color: #333;
}
.topbar-device-mobile .search-device .tbay-search-form {
    background-color: #eee;
    border: 0;
    padding: 0;
    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 .input-group {
    background: white;
    width: 100vw;
    left: calc(-100vw / 2 - -100% / 2);
    padding: 0 10px;
    border-top: 1px solid #eee;
}
.topbar-device-mobile .search-device .tbay-search-form i {
    color: #333;
}
.topbar-device-mobile .search-device .search-mobile-close {
    position: absolute;
    content: "";
    background: rgba(0, 0, 0, 0.7);
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: -1;
    pointer-events: none;
    opacity: 0;
    filter: alpha(opacity=0);
}
.topbar-device-mobile .device-cart {
    justify-content: flex-end;
    display: flex;
    max-width: 30px;
    align-items: center;
}
.topbar-device-mobile .device-cart i {
    color: #333;
    font-size: 24px;
    line-height: 30px;
}
.topbar-device-mobile .device-cart a {
    position: relative;
    display: inline-block;
}
.topbar-device-mobile .device-cart a .mini-cart-items, .topbar-device-mobile .device-cart a .mini-cart-items-static {
    position: absolute;
    top: -3px;
    right: -11px;
    width: auto;
    border-radius: unset;
}
.topbar>.container>.row, .dokan-dashboard .topbar>.dokan-dashboard-wrap>.row, .dokan-store .topbar>#main>.row, #wcfm-main-contentainer .topbar>.wcfm-membership-wrapper>.row, .wcfmmp-store-page .topbar>#wcfmmp-store>.row {
    display: flex;
    align-items: center;
}
.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: #ddd;
    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: auto;
    top: 100%;
    right: 0;
    visibility: hidden;
    background: #fff;
    z-index: 1000;
    padding: 0;
    width: 160px;
    border: 1px solid rgba(0, 0, 0, 0.15);
    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;
    -webkit-box-shadow: 0 3px 4px rgba(0, 0, 0, 0.175);
    box-shadow: 0 3px 4px rgba(0, 0, 0, 0.175);
}
.tbay-login .account-menu ul {
    list-style: none;
    padding: 10px 35px;
    margin: 0;
}
.tbay-login .account-menu ul li a {
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    line-height: 30px;
    height: auto;
    display: inline-block;
    position: relative;
    padding: 0;
    color: #777;
    font-weight: 500;
}
.tbay-login .account-menu ul li a:hover {
    color: #6c9d24;
}
.tbay-login .account-menu.left {
    right: -20px;
    left: auto;
}
.tbay-login>a:focus {
    color: #000;
}
.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: 21px;
}
.tbay-custom-language .sub-menu {
    visibility: hidden;
    opacity: 0;
    filter: alpha(opacity=0);
    position: absolute;
    top: 100%;
    right: auto;
    left: -15px;
    border: 1px solid #eee;
    padding: 0;
    margin: 0;
    list-style-type: none;
    z-index: 1000;
    min-width: 150px;
    background: #fff;
    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 #eee;
}
.tbay-custom-language li:hover {
    cursor: pointer;
}
.tbay-custom-language li:hover .select-button {
    color: #fff;
}
.tbay-custom-language li:hover .select-button:after {
    color: #fff;
}
.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: inherit;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.tbay-custom-language .select-button:hover:after {
    color: #fff;
}
.tbay-footer a, .tbay_footer-template a {
    color: #777;
}
.tbay-footer a:hover, .tbay_footer-template a:hover {
    color: #6c9d24;
}
.tbay-footer .tbay-element-menu-vertical, .tbay_footer-template .tbay-element-menu-vertical {
    font-size: 13px;
}
.tbay-footer .tbay-element-menu-vertical .menu-vertical-container>.menu-vertical>li, .tbay_footer-template .tbay-element-menu-vertical .menu-vertical-container>.menu-vertical>li {
    padding: 0;
    line-height: 31px;
}
.tbay-footer .tbay-element-menu-vertical .nav>li>a, .tbay_footer-template .tbay-element-menu-vertical .nav>li>a {
    -webkit-transition: ease-out .3s;
    -o-transition: ease-out .3s;
    transition: ease-out .3s;
}
.tbay-footer .tbay-element-menu-vertical .nav>li>a:before, .tbay_footer-template .tbay-element-menu-vertical .nav>li>a:before {
    content: "\f0da";
    font-family: FontAwesome;
    opacity: 0;
    filter: alpha(opacity=0);
    visibility: hidden;
    width: 0;
    float: left;
    -webkit-transition: ease-out .3s;
    -o-transition: ease-out .3s;
    transition: ease-out .3s;
}
.tbay-footer .tbay-element-menu-vertical .nav>li:hover>a, .tbay-footer .tbay-element-menu-vertical .nav>li:focus>a, .tbay_footer-template .tbay-element-menu-vertical .nav>li:hover>a, .tbay_footer-template .tbay-element-menu-vertical .nav>li:focus>a {
    padding-left: 8px;
    padding-right: 0;
    -webkit-transition: ease-out .3s;
    -o-transition: ease-out .3s;
    transition: ease-out .3s;
    color: #6c9d24;
}
.tbay-footer .tbay-element-menu-vertical .nav>li:hover>a:before, .tbay-footer .tbay-element-menu-vertical .nav>li:focus>a:before, .tbay_footer-template .tbay-element-menu-vertical .nav>li:hover>a:before, .tbay_footer-template .tbay-element-menu-vertical .nav>li:focus>a:before {
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible;
    width: auto;
    color: #6c9d24;
    padding-left: 8px;
    padding-right: 0;
    -webkit-transition: ease-out .3s;
    -o-transition: ease-out .3s;
    transition: ease-out .3s;
}
.single-product .tbay-footer, .woocommerce-cart .tbay-footer, .woocommerce-checkout .tbay-footer {
    padding-bottom: 0;
}
@media(max-width:575px) {
    .single-product, .woocommerce-cart, .woocommerce-checkout {
    padding-bottom: 46px;
}
}.tbay-footer {
    position: relative;
}
.tbay-footer .tbay-copyright {
    border-top: 1px solid #eee;
    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;
    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: 28px;
    width: auto;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    color: #999;
}
.tbay-footer .menu li>a:hover {
    color: #6c9d24;
}
.tbay-footer .menu li>a.selected {
    background: transparent;
}
.tbay-footer ul.menu li.active a {
    color: #6c9d24;
}
.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: #888;
}
.contact-info .head {
    color: #888;
    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: #888;
    -webkit-transition: .3s all;
    -o-transition: .3s all;
    transition: .3s all;
}
.contact-info a:hover {
    color: #6c9d24;
}
.copyright {
    color: #888;
    line-height: 26px;
}
.copyright a {
    color: #6c9d24;
}
.tbay-to-top {
    position: fixed;
    z-index: 1050;
    bottom: 10%;
    right: 20px;
    left: auto;
    text-align: center;
    font-size: 35px;
    display: inline-block;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    pointer-events: none;
}
.tbay-to-top.active {
    opacity: 1;
    filter: alpha(opacity=100);
    right: 50px;
    left: auto;
    pointer-events: auto;
}
.tbay-to-top a {
    display: block;
    width: 45px;
    height: 45px;
    color: #222;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    line-height: 45px;
    border: 1px solid #eee;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    margin: 0 auto;
    position: relative;
    margin-top: 5px;
    padding: 0;
    background: #fff;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}
.tbay-to-top a:hover, .tbay-to-top a:focus {
    background: #6c9d24;
    color: #fff;
    border-color: #6c9d24;
}
.tbay-to-top a:hover i, .tbay-to-top a:focus i {
    color: #fff;
}
.tbay-to-top a span {
    position: absolute;
    top: 1px;
    right: 0;
    left: auto;
    font-size: 11px;
    color: #fff;
    width: auto;
    height: 20px;
    background-color: red;
    z-index: 1;
    line-height: 18px;
    border-radius: unset;
    -webkit-border-radius: unset;
    -moz-border-radius: unset;
    -ms-border-radius: unset;
    -o-border-radius: unset;
    border: 2px solid #fff;
    -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.12);
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.12);
}
.tbay-to-top a i {
    font-size: 17px;
    color: #777;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}
.tbay-to-top.tbay-to-top-mobile {
    display: none;
}
ul>li.esc {
    background: #fafafa !important;
}
.elementor-widget-tbay-nav-menu .tbay-treevertical-lv1 .dropdown-menu {
    -webkit-box-shadow: unset;
    box-shadow: unset;
    background: #fafafa;
}
.elementor-widget-tbay-nav-menu .tbay-treevertical-lv1 .dropdown-menu>li>a {
    padding: 0 15px;
    line-height: 33px;
}
.elementor-widget-tbay-nav-menu .tbay-treevertical-lv1 .dropdown-menu>li:hover>a, .elementor-widget-tbay-nav-menu .tbay-treevertical-lv1 .dropdown-menu>li:focus>a, .elementor-widget-tbay-nav-menu .tbay-treevertical-lv1 .dropdown-menu>li.acitve>a {
    text-decoration: underline;
}
.elementor-widget-tbay-nav-menu .tbay-treevertical-lv1.tbay-vertical>.navbar-nav>li {
    border-right: 4px solid transparent;
}
.elementor-widget-tbay-nav-menu .tbay-treevertical-lv1.tbay-vertical>.navbar-nav>li>a {
    font-size: 13px;
    padding: 4px 20px 3px;
    font-weight: 500;
}
.elementor-widget-tbay-nav-menu .tbay-treevertical-lv1.tbay-vertical>.navbar-nav>li>a .caret {
    display: block;
    border: 0;
}
.elementor-widget-tbay-nav-menu .tbay-treevertical-lv1.tbay-vertical>.navbar-nav>li>a .caret:after {
    content: '\e606';
    font-family: 'simple-line-icons';
    font-size: 14px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.elementor-widget-tbay-nav-menu .tbay-treevertical-lv1.tbay-vertical>.navbar-nav>li .dropdown-menu {
    left: calc(100% - -5px);
    -webkit-box-shadow: 0 3px 4px rgba(0, 0, 0, 0.175);
    box-shadow: 0 3px 4px rgba(0, 0, 0, 0.175);
    border-color: rgba(0, 0, 0, 0.1);
}
.elementor-widget-tbay-nav-menu .tbay-treevertical-lv1.tbay-vertical>.navbar-nav>li:hover {
    border-color: #6c9d24;
}
.elementor-widget-tbay-nav-menu .tbay-treevertical-lv1.tbay-vertical>.navbar-nav>li:hover>a .caret {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
}
.elementor-widget-tbay-nav-menu .tbay-treevertical-lv1.tbay-vertical>.navbar-nav>li:hover>a .caret:after {
    -webkit-transform: translate(0, -50%) rotate(180deg);
    -moz-transform: translate(0, -50%) rotate(180deg);
    -ms-transform: translate(0, -50%) rotate(180deg);
    -o-transform: translate(0, -50%) rotate(180deg);
    transform: translate(0, -50%) rotate(180deg);
}
.elementor-widget-tbay-nav-menu .tbay-treevertical-lv1 .caret {
    display: none;
}
.elementor-widget-tbay-nav-menu .tbay-treevertical-lv1>.navbar-nav {
    list-style: none;
    padding: 0;
    margin: 0;
}
.elementor-widget-tbay-nav-menu .tbay-treevertical-lv1>.navbar-nav>li>a {
    display: block;
    padding: 3px 20px;
    line-height: 32px;
    -webkit-transition: .35s;
    -o-transition: .35s;
    transition: .35s;
    border-bottom: 1px solid #ddd;
    font-size: 13px;
    font-weight: 500;
}
.elementor-widget-tbay-nav-menu .tbay-treevertical-lv1>.navbar-nav>li>a i, .elementor-widget-tbay-nav-menu .tbay-treevertical-lv1>.navbar-nav>li>a img {
    display: inline-block;
    font-size: 15px;
    vertical-align: middle;
    color: #ddd;
    -webkit-transition: .35s;
    -o-transition: .35s;
    transition: .35s;
    margin: 0;
    margin-left: 0;
    margin-right: 15px;
}
.elementor-widget-tbay-nav-menu .tbay-treevertical-lv1>.navbar-nav>li>a.selected, .elementor-widget-tbay-nav-menu .tbay-treevertical-lv1>.navbar-nav>li>a:hover {
    background-color: transparent;
    color: #6c9d24;
}
.elementor-widget-tbay-nav-menu .tbay-treevertical-lv1>.navbar-nav>li>a.selected i, .elementor-widget-tbay-nav-menu .tbay-treevertical-lv1>.navbar-nav>li>a:hover i {
    color: #6c9d24;
}
.elementor-widget-tbay-nav-menu .tbay-treevertical-lv1>.navbar-nav>li>a .text-label {
    display: inline-block;
    margin-left: 10px;
    margin-right: 0;
}
.elementor-widget-tbay-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 28px;
}
.tbay-section-static .tbay-column-static .aligned-fullwidth .dropdown-menu .elementor-widget-wrap>div {
    padding: 0 13px;
}
.tbay-horizontal>ul>li>.dropdown-menu .elementor-widget-wrap>div {
    padding: 0 26px;
}
.menu {
    padding: 0;
    margin: 0;
}
.menu li {
    list-style: none;
}
.elementor-widget-tbay-nav-menu .dropdown-toggle::after, .single-tbay_megamenu .dropdown-toggle::after {
    display: none;
}
.elementor-widget-tbay-nav-menu .tbay-horizontal .navbar-nav {
    float: none;
    width: 100%;
    padding: 0;
    position: unset;
    z-index: 999;
}
.elementor-widget-tbay-nav-menu .tbay-horizontal .navbar-nav>li {
    display: inline-block;
    position: static;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.elementor-widget-tbay-nav-menu .tbay-horizontal .navbar-nav>li.active>a, .elementor-widget-tbay-nav-menu .tbay-horizontal .navbar-nav>li:hover>a, .elementor-widget-tbay-nav-menu .tbay-horizontal .navbar-nav>li:focus>a {
    color: #6c9d24;
}
.elementor-widget-tbay-nav-menu .tbay-horizontal .navbar-nav>li.active>a .caret, .elementor-widget-tbay-nav-menu .tbay-horizontal .navbar-nav>li:hover>a .caret, .elementor-widget-tbay-nav-menu .tbay-horizontal .navbar-nav>li:focus>a .caret {
    color: #6c9d24;
}
.elementor-widget-tbay-nav-menu .tbay-horizontal .navbar-nav>li .dropdown-menu .heading-tbay-title, .elementor-widget-tbay-nav-menu .tbay-horizontal .navbar-nav>li .dropdown-menu .elementor-heading-title, .elementor-widget-tbay-nav-menu .tbay-horizontal .navbar-nav>li .dropdown-menu .elementor-heading-title {
    font-size: 14px;
    line-height: 24px;
    font-weight: 700;
    color: #0b132b;
    padding-left: 0;
}
.elementor-widget-tbay-nav-menu .tbay-horizontal .navbar-nav>li .dropdown-menu .heading-tbay-title {
    padding-left: 0;
}
.elementor-widget-tbay-nav-menu .tbay-horizontal .navbar-nav>li .dropdown-menu>li.active>a, .elementor-widget-tbay-nav-menu .tbay-horizontal .navbar-nav>li .dropdown-menu>li:hover :focus>a {
    color: #6c9d24;
}
.elementor-widget-tbay-nav-menu .tbay-horizontal .navbar-nav>li.menu-item-has-children .dropdown-menu>li.menu-item-has-children .caret, .elementor-widget-tbay-nav-menu .tbay-horizontal .navbar-nav>li.active-mega-menu .dropdown-menu>li.menu-item-has-children .caret {
    display: none;
}
.elementor-widget-tbay-nav-menu .tbay-horizontal .navbar-nav>li.menu-item-has-children .dropdown-menu>li.menu-item-has-children .dropdown-menu, .elementor-widget-tbay-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-tbay-nav-menu .tbay-horizontal .navbar-nav>li.active-mega-menu .elementor-column>.elementor-element-populated {
    padding: 0;
}
.elementor-widget-tbay-nav-menu .tbay-horizontal .navbar-nav>li.active-mega-menu .dropdown-menu .elementor-container {
    min-height: auto;
}
.elementor-widget-tbay-nav-menu .tbay-horizontal .navbar-nav>li.active-mega-menu .dropdown-menu ul>li.active>a {
    color: #6c9d24;
}
.elementor-widget-tbay-nav-menu .tbay-horizontal .navbar-nav>li.active-mega-menu .dropdown-menu ul>li>a {
    font-size: 14px;
    line-height: 1;
    border: 0;
    padding: 2px 0;
    display: inline-block;
}
.elementor-widget-tbay-nav-menu .tbay-horizontal .navbar-nav>li.active-mega-menu .dropdown-menu ul>li>a:hover, .elementor-widget-tbay-nav-menu .tbay-horizontal .navbar-nav>li.active-mega-menu .dropdown-menu ul>li>a:focus {
    color: #6c9d24;
    font-weight: 400;
}
.elementor-widget-tbay-nav-menu .tbay-horizontal .navbar-nav>li>a {
    padding: 11px 20px;
    line-height: 1.2;
    position: relative;
    background: transparent;
    font-weight: 500;
    z-index: 10;
    display: inherit;
    -webkit-transition: all .35s;
    -o-transition: all .35s;
    transition: all .35s;
}
.elementor-widget-tbay-nav-menu .tbay-horizontal .navbar-nav>li>a img {
    max-width: 50px;
    margin-right: 8px;
    margin-left: auto;
    font-size: 15px;
}
.elementor-widget-tbay-nav-menu .tbay-horizontal .navbar-nav>li>a i {
    max-width: 50px;
    margin-right: 8px;
    margin-left: 0;
    font-size: 15px;
    color: #ccc;
    vertical-align: middle;
}
.elementor-widget-tbay-nav-menu .tbay-horizontal .navbar-nav>li>a:hover, .elementor-widget-tbay-nav-menu .tbay-horizontal .navbar-nav>li>a:focus, .elementor-widget-tbay-nav-menu .tbay-horizontal .navbar-nav>li>a:active {
    background: transparent;
}
.elementor-widget-tbay-nav-menu .tbay-horizontal .navbar-nav>li>a:hover .caret:before, .elementor-widget-tbay-nav-menu .tbay-horizontal .navbar-nav>li>a:focus .caret:before, .elementor-widget-tbay-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-tbay-nav-menu .tbay-horizontal .navbar-nav>li>.dropdown-menu {
    top: 100%}
.elementor-widget-tbay-nav-menu .tbay-horizontal .navbar-nav>li.flash-sale>a {
    font-weight: 700;
    color: #e20202;
    padding-left: 20px;
}
.elementor-widget-tbay-nav-menu .tbay-horizontal .navbar-nav>li.flash-sale>a:hover, .elementor-widget-tbay-nav-menu .tbay-horizontal .navbar-nav>li.flash-sale>a:focus, .elementor-widget-tbay-nav-menu .tbay-horizontal .navbar-nav>li.flash-sale>a.active {
    font-weight: 700;
    color: #e20202;
}
.elementor-widget-tbay-nav-menu .tbay-horizontal .navbar-nav>li.aligned-left {
    position: relative;
}
.elementor-widget-tbay-nav-menu .tbay-horizontal .navbar-nav>li.aligned-left>.dropdown-menu {
    left: 0;
    right: auto;
}
.elementor-widget-tbay-nav-menu .tbay-horizontal .navbar-nav>li.aligned-right {
    position: relative;
}
.elementor-widget-tbay-nav-menu .tbay-horizontal .navbar-nav>li.aligned-right>.dropdown-menu {
    left: auto;
    right: 0;
}
.elementor-widget-tbay-nav-menu .tbay-horizontal .navbar-nav>li.menu-item-has-children .dropdown-menu {
    padding: 15px 0;
    border: 0;
}
.elementor-widget-tbay-nav-menu .tbay-horizontal .navbar-nav>li.menu-item-has-children .dropdown-menu>li>a {
    padding: 5px 20px;
}
.elementor-widget-tbay-nav-menu .tbay-horizontal .navbar-nav .dropdown {
    position: relative;
}
.elementor-widget-tbay-nav-menu .tbay-horizontal .navbar-nav .dropdown-menu {
    display: block;
    visibility: hidden;
    padding: 20px 15px;
    min-width: 200px;
    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: auto;
    top: 0;
    background: #fff;
    pointer-events: none;
    width: 100%;
    -webkit-box-shadow: 0 2px 16px rgba(0, 0, 0, 0.06);
    box-shadow: 0 2px 16px rgba(0, 0, 0, 0.06);
}
.elementor-widget-tbay-nav-menu .tbay-horizontal .navbar-nav .dropdown-menu>li:hover>a, .elementor-widget-tbay-nav-menu .tbay-horizontal .navbar-nav .dropdown-menu>li.active>a, .elementor-widget-tbay-nav-menu .tbay-horizontal .navbar-nav .dropdown-menu>li:focus>a {
    color: #6c9d24;
}
.elementor-widget-tbay-nav-menu .tbay-horizontal .navbar-nav .dropdown-menu>li>a {
    background: transparent;
    line-height: 23px;
    padding: 0;
    font-size: 14px;
    color: #333;
    display: inline-block;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    position: relative;
}
.elementor-widget-tbay-nav-menu .tbay-horizontal .navbar-nav .dropdown-menu>li>a:hover {
    color: #6c9d24;
}
.elementor-widget-tbay-nav-menu .tbay-horizontal .navbar-nav .dropdown-menu .dropdown-menu-inner .has-border {
    border: 0;
}
.elementor-widget-tbay-nav-menu .tbay-horizontal .navbar-nav .dropdown-menu .dropdown-menu-inner>p {
    margin: 0;
}
.elementor-widget-tbay-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: #888;
}
.elementor-widget-tbay-nav-menu .tbay-horizontal .navbar-nav .dropdown-menu .tbay-addon ul:not(.entry-meta-list) li>a:hover {
    color: #6c9d24;
    padding-left: 5px;
    padding-right: 0;
}
.elementor-widget-tbay-nav-menu .tbay-horizontal .navbar-nav .dropdown-menu .tbay-addon ul:not(.entry-meta-list) li.active a {
    color: #6c9d24;
}
.elementor-widget-tbay-nav-menu .tbay-horizontal .navbar-nav .dropdown-menu .wpb_content_element {
    margin-bottom: 0;
}
.elementor-widget-tbay-nav-menu .tbay-horizontal .navbar-nav .dropdown-menu .wpb_single_image {
    margin-top: 15px;
}
.elementor-widget-tbay-nav-menu .tbay-horizontal .navbar-nav .container, .elementor-widget-tbay-nav-menu .tbay-horizontal .navbar-nav .dokan-dashboard .dokan-dashboard-wrap, .dokan-dashboard .elementor-widget-tbay-nav-menu .tbay-horizontal .navbar-nav .dokan-dashboard-wrap, .elementor-widget-tbay-nav-menu .tbay-horizontal .navbar-nav .dokan-store #main, .dokan-store .elementor-widget-tbay-nav-menu .tbay-horizontal .navbar-nav #main, .elementor-widget-tbay-nav-menu .tbay-horizontal .navbar-nav #wcfm-main-contentainer .wcfm-membership-wrapper, #wcfm-main-contentainer .elementor-widget-tbay-nav-menu .tbay-horizontal .navbar-nav .wcfm-membership-wrapper, .elementor-widget-tbay-nav-menu .tbay-horizontal .navbar-nav .wcfmmp-store-page #wcfmmp-store, .wcfmmp-store-page .elementor-widget-tbay-nav-menu .tbay-horizontal .navbar-nav #wcfmmp-store {
    padding-right: 20px;
    padding-left: 20px;
    width: 100%}
.elementor-widget-tbay-nav-menu .tbay-horizontal .navbar-nav li:hover>.dropdown-menu {
    visibility: visible;
    pointer-events: auto;
    opacity: 1;
    filter: alpha(opacity=100);
}
.elementor-widget-tbay-nav-menu .tbay-horizontal .navbar-nav li:hover.wpml-ls-item>.dropdown-menu {
    left: 0;
    right: auto;
}
@media(max-width:1199px) {
    .elementor-widget-tbay-nav-menu .tbay-horizontal .navbar-nav .column-full {
    width: 100%}
.elementor-widget-tbay-nav-menu .tbay-horizontal .navbar-nav .column-hidden {
    display: none;
}
}.elementor-widget-tbay-nav-menu .tbay-horizontal .navbar-nav .text-label {
    font-size: 12px;
    padding: 0 4px;
    background: #07930b;
    color: #fff;
    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;
}
.elementor-widget-tbay-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-tbay-nav-menu .tbay-horizontal .navbar-nav .text-label.label-hot {
    background: #6c9d24;
}
.elementor-widget-tbay-nav-menu .tbay-horizontal .navbar-nav .text-label.label-hot:before {
    border-top-width: 6px;
    border-top-style: solid;
    border-top-color: #6c9d24;
}
.elementor-widget-tbay-nav-menu .tbay-horizontal .navbar-nav .owl-carousel .item:before, .elementor-widget-tbay-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;
    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: #fff;
}
.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: #000;
    background-color: #fff;
}
.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 #e5e5e5;
}
.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: #eee;
}
.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: #6c9d24;
}
.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: #6c9d24;
}
.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: #fafafa;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.navbar-offcanvas .dropdown-menu li {
    border-bottom: 1px solid #f5f5f5;
}
.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: #6c9d24;
}
.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 #f5f5f5;
}
.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-align: left;
    background: #fafafa;
}
#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;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    vertical-align: middle;
    color: #888;
}
.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 5px;
    margin-right: 0;
    vertical-align: middle;
    border-top: 4px solid;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}
.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);
    display: block;
}
.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;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    color: #000;
    padding-left: 0;
    padding-right: 0;
    position: relative;
    z-index: 11;
    background: transparent;
    margin-bottom: 0;
    font-size: 15px;
}
.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: #000;
}
.category-inside-title i {
    font-size: 18px;
    line-height: 1;
    margin-left: 0;
    margin-right: 9px;
    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: #fff;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    min-width: 270px;
    z-index: 999;
    border: 1px solid #eee;
    width: 100%;
    display: none;
}
.elementor-widget-tbay-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);
    display: block;
}
.elementor-widget-tbay-nav-menu:not(.elementor-toggle-content-menu-yes) .category-inside-title:after {
    display: none;
}
.elementor-widget-tbay-nav-menu:not(.elementor-toggle-content-menu-yes) .category-inside-content {
    -webkit-box-shadow: none;
    box-shadow: none;
}
.elementor-widget-tbay-nav-menu .tbay-horizontal .navbar-nav>li {
    display: flex;
}
.elementor-widget-tbay-nav-menu .tbay-horizontal .navbar-nav>li>a {
    align-items: center;
    margin-right: 3px;
}
.elementor-widget-tbay-nav-menu .tbay-horizontal .navbar-nav>li>a.active>i, .elementor-widget-tbay-nav-menu .tbay-horizontal .navbar-nav>li>a:hover>i, .elementor-widget-tbay-nav-menu .tbay-horizontal .navbar-nav>li>a:focus>i {
    background: transparent;
    color: #6c9d24;
}
.elementor-widget-tbay-nav-menu .tbay-horizontal .navbar-nav>li.active>a>i, .elementor-widget-tbay-nav-menu .tbay-horizontal .navbar-nav>li:hover>a>i, .elementor-widget-tbay-nav-menu .tbay-horizontal .navbar-nav>li:focus>a>i {
    background: transparent;
    color: #6c9d24;
}
div.style-horizontal-v1 .tbay-horizontal .navbar-nav>li:first-child>a {
    padding-left: 0;
    border-left: 0;
}
div.style-horizontal-v1 .tbay-horizontal .navbar-nav>li>a {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.2;
    padding: 11px 20px;
    border-bottom: 3px solid transparent;
    border-left: 1px solid #fafafa;
}
div.style-horizontal-v1 .tbay-horizontal .navbar-nav>li>a.active, div.style-horizontal-v1 .tbay-horizontal .navbar-nav>li>a:hover, div.style-horizontal-v1 .tbay-horizontal .navbar-nav>li>a:focus {
    background: transparent;
    border-bottom-color: #6c9d24;
}
div.style-horizontal-v1 .tbay-horizontal .navbar-nav>li.active>a, div.style-horizontal-v1 .tbay-horizontal .navbar-nav>li:hover>a, div.style-horizontal-v1 .tbay-horizontal .navbar-nav>li:focus>a {
    background: transparent;
    border-bottom-color: #6c9d24;
}
i {
    display: inline-block;
    vertical-align: middle;
}
div.style-horizontal-v2 .tbay-horizontal .navbar-nav>li>a {
    padding: 25px 20px;
    font-weight: 500;
    border-bottom: 3px solid transparent;
}
div.style-horizontal-v2 .tbay-horizontal .navbar-nav>li>a.active, div.style-horizontal-v2 .tbay-horizontal .navbar-nav>li>a:hover, div.style-horizontal-v2 .tbay-horizontal .navbar-nav>li>a:focus {
    border-bottom-color: #6c9d24;
}
div.style-horizontal-v2 .tbay-horizontal .navbar-nav>li.active>a, div.style-horizontal-v2 .tbay-horizontal .navbar-nav>li:hover>a, div.style-horizontal-v2 .tbay-horizontal .navbar-nav>li:focus>a {
    border-bottom-color: #6c9d24;
}
div.style-horizontal-v2 .tbay-horizontal .navbar-nav>li+li>a {
    border-left: 1px solid #eee;
}
div.style-horizontal-v3 .tbay-horizontal .navbar-nav>li>a {
    padding: 9px 12px 23px;
    font-weight: 500;
    border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    -ms-border-radius: 5px 5px 0 0;
    -o-border-radius: 5px 5px 0 0;
}
div.style-horizontal-v3 .tbay-horizontal .navbar-nav>li>a.active, div.style-horizontal-v3 .tbay-horizontal .navbar-nav>li>a:hover, div.style-horizontal-v3 .tbay-horizontal .navbar-nav>li>a:focus {
    background: #6c9d24;
    color: #fff;
}
div.style-horizontal-v3 .tbay-horizontal .navbar-nav>li>a.active .caret, div.style-horizontal-v3 .tbay-horizontal .navbar-nav>li>a:hover .caret, div.style-horizontal-v3 .tbay-horizontal .navbar-nav>li>a:focus .caret {
    color: #fff;
}
div.style-horizontal-v3 .tbay-horizontal .navbar-nav>li>a>i {
    display: none;
}
div.style-horizontal-v3 .tbay-horizontal .navbar-nav>li.active>a, div.style-horizontal-v3 .tbay-horizontal .navbar-nav>li:hover>a, div.style-horizontal-v3 .tbay-horizontal .navbar-nav>li:focus>a {
    background: #6c9d24;
    color: #fff;
}
div.style-horizontal-v3 .tbay-horizontal .navbar-nav>li.active>a .caret, div.style-horizontal-v3 .tbay-horizontal .navbar-nav>li:hover>a .caret, div.style-horizontal-v3 .tbay-horizontal .navbar-nav>li:focus>a .caret {
    color: #fff;
}
.menu-canvas-content .tbay-treevertical-lv1>.navbar-nav>li>a {
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 400;
    padding: 5px 15px;
}
.menu-canvas-content .tbay-treevertical-lv1 .dropdown-menu>li>a {
    padding: 0 20px;
}
.menu-canvas-content .tbay-treevertical-lv1 .hitarea:after {
    font-size: 16px;
}
.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 #ddd;
}
.tbay-treeview li.menu-item-has-children .dropdown-menu>li>a i {
    margin-right: 10px;
}
.tbay-treeview .navbar-nav>li.active>a {
    color: #6c9d24;
}
.tbay-treeview .navbar-nav>li .dropdown-menu>li.active>a {
    text-decoration: underline;
    color: #6c9d24;
}
.tbay-treeview .navbar-nav>li.active-mega-menu .dropdown-menu {
    border: 0;
    position: static;
    width: 100% !important;
    padding: 0;
}
.tbay-treeview .navbar-nav>li.active-mega-menu .dropdown-menu .elementor-section-wrap>.elementor-section {
    padding-top: 0 !important;
}
.tbay-treeview .navbar-nav>li.active-mega-menu .dropdown-menu .elementor-widget-wrap {
    padding: 0 !important;
}
.tbay-treeview .navbar-nav>li.active-mega-menu .dropdown-menu .tbay-element-menu-vertical .heading-tbay-title {
    margin: 0;
    padding: 10px 20px;
    background: #eee;
}
.tbay-treeview .navbar-nav>li.active-mega-menu .dropdown-menu .tbay-element-menu-vertical .menu-vertical-container>.menu-vertical {
    margin: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.tbay-treeview .navbar-nav>li.active-mega-menu .dropdown-menu .tbay-element-menu-vertical .menu-vertical-container>.menu-vertical>li {
    padding-left: 20px !important;
    padding-right: 20px !important;
}
.tbay-treeview .navbar-nav>li.active-mega-menu .dropdown-menu ul>li {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.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 i {
    margin-right: 10px;
}
.tbay-treeview .navbar-nav>li.active-mega-menu .dropdown-menu ul>li>a:hover {
    text-decoration: none;
    color: #6c9d24;
}
.tbay-treeview .navbar-nav>li.active-mega-menu .dropdown-menu .elementor-column {
    width: 100% !important;
    padding: 0 !important;
}
.tbay-treeview .navbar-nav>li.active-mega-menu .dropdown-menu .elementor-column>.elementor-column-wrap {
    padding: 0 !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 15px;
}
.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: 0 0 20px;
}
.tbay-treeview .navbar-nav>li.active-mega-menu .dropdown-menu .elementor-section-wrap>.elementor-section {
    padding: 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: #000;
    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: #777;
}
.menu.treeview li {
    background: 0;
    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: #fafafa;
    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: #eee !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: #fafafa;
}
.tbay_custom_menu.treeview-menu .dropdown-menu ul li {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1) !important;
    line-height: 25px;
}
.tbay_custom_menu.treeview-menu .dropdown-menu ul li a {
    line-height: normal;
    padding: 5px 20px !important;
}
.navbar-nav.treeview li {
    background: none !important;
}
.treeview li {
    position: relative;
    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: 39px;
    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: #333;
    -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: #999;
    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: #6c9d24;
}
.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: relative;
}
.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 #f5f5f5;
}
.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;
}
.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.menu-item-has-children>.dropdown-menu li a i {
    margin-right: 5px;
}
.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: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 20px;
    left: auto;
    font-size: 11.57px;
}
.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: #fff;
    display: block;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    opacity: 0;
    filter: alpha(opacity=0);
    visibility: hidden;
    border: 1px solid #eaeaea;
    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:before, .tbay-vertical>.navbar-nav .sub-menu:before {
    content: '';
    background-color: #ddd;
    width: 1px;
    height: 100%;
    position: absolute;
    left: -1px;
    top: 0;
    right: auto;
}
.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: 5px 15px;
}
.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: #f5f5f5;
    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 #f5f5f5;
}
.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 #f5f5f5;
    line-height: 36px;
}
.tbay-vertical>.navbar-nav .dropdown-menu>li>a:hover, .tbay-vertical>.navbar-nav .sub-menu>li>a:hover {
    color: #6c9d24;
    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: #999;
}
.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: #6c9d24;
    background-color: transparent;
}
.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;
}
.tbay-vertical>.navbar-nav .dropdown-menu .brands.row.grid, .tbay-vertical>.navbar-nav .sub-menu .brands.row.grid {
    margin-right: -4px;
    margin-left: -4px;
}
.tbay-vertical>.navbar-nav .dropdown-menu .brands.row.grid>.item, .tbay-vertical>.navbar-nav .sub-menu .brands.row.grid>.item {
    padding: 0 4px;
    margin-bottom: 8px;
}
.open .category-inside-content {
    top: 100%;
    left: 0;
}
@media(max-width:1199px) {
    .open .category-inside-content {
    max-width: 100%;
    min-width: auto;
}
}.tbay-vertical .navbar-nav>li.active-mega-menu .dropdown-menu {
    min-width: 700px;
    padding: 0 15px;
}
.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: #000;
    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 20px;
    line-height: 45px;
    -webkit-transition: .35s;
    -o-transition: .35s;
    transition: .35s;
    border-bottom: 1px solid #eaeaea;
}
.menu-canvas-content .tbay-vertical .navbar-nav>li>a:hover {
    background: #f5f5f5;
}
.menu-canvas-content .tbay-vertical .navbar-nav>li:hover {
    background: #f5f5f5;
}
.menu-canvas-content .tbay-vertical .navbar-nav>li:hover>a {
    color: #6c9d24;
}
.menu-canvas-content .tbay-vertical .navbar-nav>li:hover>a i {
    color: #6c9d24;
}
.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: 12px;
    margin-left: 0;
    font-size: 18px;
    vertical-align: middle;
    color: #888;
    -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: #f5f5f5;
    color: #6c9d24;
}
.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: #6c9d24;
}
.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: 50%;
    right: 20px;
    left: auto;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 11.57px;
}
.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: #fff;
    display: block;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    opacity: 0;
    filter: alpha(opacity=0);
    visibility: hidden;
    border: 1px solid #eaeaea;
    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: #ddd;
    width: 1px;
    height: 100%;
    position: absolute;
    left: -1px;
    top: 0;
    right: auto;
}
.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;
    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: #888;
}
.menu-canvas-content .tbay-vertical .navbar-nav .tbay-addon-nav-menu li a:hover {
    color: #6c9d24;
}
.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: -1px;
}
nav.tbay-vertical.vertical-submenu-left .navbar-nav .active-mega-menu .dropdown-menu {
    right: calc(100% - 1px);
    left: auto;
}
.active-admin-bar .element-menu-canvas .menu-canvas-content, .admin-bar .element-menu-canvas .menu-canvas-content {
    top: 32px;
}
.btn-canvas-menu i {
    display: inline-block;
    vertical-align: middle;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.element-menu-canvas .menu-canvas-content {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: auto;
    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: 330px;
    z-index: 10002;
    background-color: #fff;
    padding: 0;
    -webkit-transition: -webkit-transform .25s ease;
    transition: -webkit-transform .25s ease;
    transition: transform .25s ease;
    transition: transform .25s ease, -webkit-transform .25s ease;
    height: auto;
    overflow-y: visible;
    -webkit-transform: translate3d(370px, 0, 0);
    transform: translate3d(370px, 0, 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.7);
    -webkit-transition: opacity .25s ease, visibility 0s ease .25s;
    -o-transition: opacity .25s ease, visibility 0s ease .25s;
    transition: opacity .25s ease, visibility 0s ease .25s;
}
.element-menu-canvas.open .canvas-overlay-wrapper {
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible;
    -webkit-transition: opacity .25s ease, visibility 0s ease;
    -o-transition: opacity .25s ease, visibility 0s ease;
    transition: opacity .25s ease, visibility 0s ease;
}
.element-menu-canvas.open .menu-canvas-content {
    -webkit-transform: none !important;
    -moz-transform: none !important;
    -ms-transform: none !important;
    -o-transform: none !important;
    transform: none !important;
}
.canvas-position-left .element-menu-canvas .menu-canvas-content {
    left: 0;
    right: auto;
    -webkit-transform: translate3d(-370px, 0, 0);
    transform: translate3d(-370px, 0, 0);
}
.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: calc(100% - -1px);
}
.canvas-position-right .element-menu-canvas .menu-canvas-content {
    right: 0;
    left: auto;
    -webkit-transform: translate3d(370px, 0, 0);
    transform: translate3d(370px, 0, 0);
}
.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%}
.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: 1px solid #eaeaea;
    border-right: 0;
    border-left: 0;
}
.element-menu-canvas .menu-canvas-content .tbay-vertical .navbar-nav .dropdown-menu>li>a:hover {
    color: #6c9d24;
}
.element-menu-canvas .menu-canvas-content .toggle-canvas-title {
    padding: 15px 0 15px 30px;
    line-height: 40px;
    background-color: #666;
    color: #fff;
    margin: 0;
    font-size: 14px;
    font-weight: 400;
}
.element-menu-canvas .menu-canvas-content .toggle-canvas-close {
    float: right;
    padding: 5px 10px;
    margin-right: 10px;
    margin-left: 0;
    width: 30px;
    height: 30px;
    display: flex;
    outline: 0;
    border: 0;
    align-items: center;
    justify-content: center;
    background: #6c9d24;
    color: #fff;
}
.woocommerce div.product.elementor .star-rating {
    margin-top: auto;
}
.name a {
    color: #222;
}
.name a:hover {
    color: #6c9d24;
}
.product-block .groups-button {
    clear: both;
}
.product-block .groups-button a {
    color: #bbb;
    background: #fff;
    padding: 5px 0;
    font-weight: 400;
    line-height: 1;
    vertical-align: middle;
    text-align: center;
}
.product-block .groups-button a:hover {
    color: #fff;
    background: #6c9d24;
}
.product-block .groups-button i {
    line-height: 1;
}
.product-block .groups-button .title-cart {
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 500;
    line-height: 17px;
    display: inline-block;
    padding: 0;
    text-align: center;
}
.product-block .groups-button .yith-wcqv-button {
    float: left;
}
.product-block .groups-button .yith-wcqv-button i {
    height: 15px;
}
.product-block .groups-button>div:not(.quantity-group-btn) {
    line-height: 30px;
    border: 1px solid #eee;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    margin-right: 5px;
    margin-bottom: 7px;
}
.product-block .groups-button>div:not(.quantity-group-btn).add-cart {
    float: left;
}
.product-block .groups-button>div:not(.quantity-group-btn).add-cart>a {
    padding: 0 10px;
    display: block;
    line-height: 30px;
}
.product-block .groups-button>div:not(.quantity-group-btn).add-cart>a.added+a {
    padding: 0 20px;
    background: #6c9d24;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    color: #fff;
}
.product-block .groups-button>div:not(.quantity-group-btn).add-cart:hover {
    background: #6c9d24;
}
.product-block .groups-button>div:not(.quantity-group-btn).add-cart .added {
    display: none;
}
.product-block .groups-button>div:not(.quantity-group-btn):hover a {
    color: #fff;
    background: #6c9d24;
}
.product-block .groups-button>a {
    margin-bottom: 7px;
}
.product-block .groups-button div.yith-compare, .product-block .groups-button .yith-wcqv-button {
    padding: 0;
    width: 32px;
    height: 32px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #eee;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    margin-right: 5px;
    margin-left: 0;
}
.product-block .groups-button div.yith-compare:hover, .product-block .groups-button .yith-wcqv-button:hover {
    background: #6c9d24;
}
.product-block .groups-button div.yith-compare {
    margin-right: 0;
    position: relative;
}
.product-block .groups-button div.yith-compare a {
    line-height: initial;
    text-indent: -10000px;
    width: inherit;
}
.product-block .groups-button div.yith-compare a:after {
    content: "";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-family: "tb-icon"}
.product-block .groups-button div.yith-compare a:after {
    position: absolute;
    top: 0;
    left: 0;
    right: auto;
    width: 100%;
    line-height: 30px;
    text-indent: 0;
    font-size: 14px;
}
.product-block .button-wishlist {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 11;
}
.product-block .button-wishlist .yith-wcwl-wishlistexistsbrowse a, .product-block .button-wishlist .yith-wcwl-wishlistaddedbrowse a {
    color: #6c9d24;
}
.product-block .button-wishlist .yith-wcwl-add-to-wishlist span span {
    display: none;
}
.product-block .button-wishlist .yith-wcwl-add-to-wishlist>div a>span {
    display: none;
}
.product-block .button-wishlist .yith-wcwl-add-to-wishlist>div.yith-wcwl-add-button a {
    font-size: 0;
    line-height: 0;
    color: #e0e0e0;
    font-weight: normal;
}
.product-block .button-wishlist .yith-wcwl-add-to-wishlist>div.yith-wcwl-add-button a>i {
    display: none;
}
.product-block .button-wishlist .yith-wcwl-add-to-wishlist>div.yith-wcwl-add-button a:hover {
    color: #6c9d24;
}
.product-block .button-wishlist .yith-wcwl-add-to-wishlist>div.yith-wcwl-add-button a.delete_item {
    color: #6c9d24;
}
.product-block .button-wishlist .yith-wcwl-add-to-wishlist>div.yith-wcwl-add-button a.delete_item:before {
    content: "";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-family: "tb-icon"}
.product-block .button-wishlist .yith-wcwl-add-to-wishlist>div.yith-wcwl-add-button a.delete_item:hover {
    color: #6c9d24;
}
.product-block .button-wishlist .yith-wcwl-add-to-wishlist>div.yith-wcwl-add-button a.delete_item:before {
    font-size: 18px;
    line-height: 33px;
}
.product-block .button-wishlist .yith-wcwl-add-to-wishlist>div.yith-wcwl-add-button a.delete_item+span {
    display: none;
}
.product-block .button-wishlist .yith-wcwl-add-to-wishlist>div.yith-wcwl-add-button a.view-wishlist {
    display: none;
}
.product-block .button-wishlist .yith-wcwl-add-to-wishlist>div.yith-wcwl-add-button a>span {
    display: block;
}
.product-block .button-wishlist .yith-wcwl-add-to-wishlist>div.yith-wcwl-add-button a>span>i {
    font-size: 18px;
    line-height: 1;
    margin: 0;
}
.product-block .button-wishlist .yith-wcwl-add-to-wishlist>div.yith-wcwl-add-button a>span>span {
    display: none;
}
.product-block .button-wishlist a {
    font-size: 18px;
    line-height: 1;
}
.product-block.grid {
    position: relative;
    margin: 0 0 30px;
    background: #fff;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    border: 3px solid #eee;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    z-index: 1;
}
.product-block.grid .block-inner {
    position: relative;
    max-width: 100%}
.product-block.grid .image {
    border-radius: 8px 8px 0 0;
    -webkit-border-radius: 8px 8px 0 0;
    -moz-border-radius: 8px 8px 0 0;
    -ms-border-radius: 8px 8px 0 0;
    -o-border-radius: 8px 8px 0 0;
}
.product-block.grid .onsale>span {
    background: #e22a32 none repeat scroll 0 0;
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    padding: 0 10px;
    position: absolute;
    text-align: center;
    text-transform: none;
    left: 10px;
    right: auto;
    top: 10px;
    line-height: 18px;
    min-height: auto;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    display: inline-block;
    height: 18px;
    z-index: 2;
    min-width: 100px;
}
.product-block.grid .onsale>span.featured {
    top: 38px;
    background: #ffaf00;
}
.product-block.grid:hover {
    border-color: #6c9d24;
}
.product-block.grid .caption {
    padding: 19px 17px 13px;
    max-width: 100%}
.product-block.grid .name {
    font-size: 13px;
    font-weight: 500;
    margin: 0 0 5px;
    font-family: var(--tb-text-primary-font);
}
.product-block.grid .price {
    margin-bottom: 30px;
    display: flex;
}
.hidden-text-cart-yes .product-block.grid .title-cart {
    display: none;
}
.woocommerce span.onsale {
    min-width: 0;
    min-height: 0;
    top: 0;
    left: 0;
    background: transparent;
    z-index: 11;
}
.hidden-desc-yes .description {
    display: none;
}
@media(max-width:767px) {
    .product-block.grid .groups-button div.yith-compare, .product-block.grid .groups-button .yith-wcqv-button {
    display: none;
}
}@media(min-width:768px) and (max-width:825px) {
    .product-block.grid .groups-button>div.add-cart {
    float: initial;
    width: max-content;
    max-width: 100%}
}.hidden-text-cart-yes .product-block .add-cart a.loading i {
    display: none;
}
.hidden-text-cart-yes .product-block .add-cart a.loading:after {
    margin: 0;
}
.hidden-text-cart-yes .product-block .add-cart .added+a {
    font-size: 0;
    position: relative;
}
.hidden-text-cart-yes .product-block .add-cart .added+a:before {
    position: absolute;
    content: '\e080';
    font-family: 'simple-line-icons';
    font-size: 12px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.elementor-product-v3 .time, .product-count-down .time {
    margin-bottom: 14px;
}
.elementor-product-v3 .description, .product-count-down .description {
    margin-bottom: 15px;
}
.input-default, .post-password-form input[type=password], .woocommerce .input-text {
    border: 1px solid #eee !important;
    line-height: normal !important;
    padding: 0 15px;
    outline: 0;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    height: 40px;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: #fff;
}
@media(max-width:1199px) {
    .input-default, .post-password-form input[type=password], .woocommerce .input-text {
    font-size: 16px;
}
}@media(max-width:480px) {
    .input-default, .post-password-form input[type=password], .woocommerce .input-text {
    padding: 0 8px !important;
}
}.archive #main-content>.layout-blog {
    margin: 0;
}
.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;
}
.widget_price_filter .price_slider_wrapper {
    overflow: hidden;
    padding: 20px;
    border: 1px solid #eee;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}
.widget_price_filter .products-list {
    padding: 20px;
    border: 1px solid #eee;
    border-radius: 5px;
    overflow: hidden;
    margin-bottom: 15px;
}
.widget_layered_nav>ul a {
    color: #777;
    line-height: 27px;
}
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 .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 .product-title {
    font-weight: 500;
    color: #0b132b;
    font-size: 15px;
}
body:not(.tbay-body-default) .widget.widget_recent_reviews ul.product_list_widget li .product-title:hover {
    color: #6c9d24;
}
body:not(.tbay-body-default) .widget.widget_recent_reviews ul.product_list_widget li .reviewer {
    display: none;
}
body:not(.tbay-body-default) .widget.widget_recent_reviews ul.product_list_widget li a {
    line-height: 22px;
}
body:not(.tbay-body-default) .widget.widget_recent_reviews ul.product_list_widget li a img {
    float: left;
    margin-right: 15px;
    margin-left: auto;
    max-width: 70px;
    -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;
}
body:not(.tbay-body-default) .widget.yith-woocompare-widget .products-list {
    padding: 19px 20px 18px;
    border: 1px solid #eee;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    overflow: hidden;
    margin-bottom: 17px;
}
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 {
    font-family: "fontawesome";
    content: "\f014 ";
    font-size: 17px;
    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: #222;
    font-size: 13px !important;
    font-weight: 500 !important;
    text-transform: capitalize;
}
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: #6c9d24;
    color: #fff;
    border-width: 1px;
    border-style: solid;
    border-color: #6c9d24;
    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;
    padding: 10px 24px;
    font-weight: 500;
}
body:not(.tbay-body-default) .widget.yith-woocompare-widget a.compare:after {
    vertical-align: unset;
}
body:not(.tbay-body-default) .widget.yith-woocompare-widget a.compare:hover {
    background: transparent;
    color: #6c9d24;
}
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: #000;
    font-weight: 500;
}
body:not(.tbay-body-default) .feedback {
    text-align: center;
}
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 #eee;
}
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_greenmart_instagram .instagram-pics {
    margin: 0 -5px;
}
body:not(.tbay-body-default) .widget_greenmart_instagram .instagram-pics::after {
    display: block;
    clear: both;
    content: ""}
body:not(.tbay-body-default) .widget_greenmart_instagram .instagram-pics>div {
    padding: 0 5px;
    margin-bottom: 10px;
    margin-top: 0;
}
body:not(.tbay-body-default) .widget_greenmart_instagram .instagram-pics>div .group-items, body:not(.tbay-body-default) .widget_greenmart_instagram .instagram-pics>div .elapsed-time {
    display: none;
}
body:not(.tbay-body-default) .widget_greenmart_instagram a {
    display: block;
    position: relative;
}
body:not(.tbay-body-default) .widget_greenmart_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_greenmart_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: #333;
    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: #6c9d24;
}
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: #6c9d24;
}
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: #777;
}
.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 .dokan-store #main, .dokan-store .tbay-widget-banner-image #main, .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: #fff;
    border: 0;
    background: transparent;
}
.tbay-widget-banner-image .banner-remove:focus {
    outline: 0;
}
.widget_greenmart_recent_post .item, .tbay-addon-blog.vertical .item, .widget_greenmart_popular_post .item {
    display: block !important;
}
@media(min-width:1600px) {
    .widget_greenmart_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_greenmart_popular_post .row[data-xlgdesktop="1"] .item:nth-last-child(1) .post {
    border: 0;
}
}
@media(max-width:1599.98px) and (min-width:1200px) {
    .widget_greenmart_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_greenmart_popular_post .row[data-desktop="1"] .item:nth-last-child(1) .post {
    border: 0;
}
}@media(max-width:1199.98px) and (min-width:992px) {
    .widget_greenmart_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_greenmart_popular_post .row[data-desktopsmall="1"] .item:nth-last-child(1) .post {
    border: 0;
}
}
@media(max-width:991.98px) and (min-width:768px) {
    .widget_greenmart_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_greenmart_popular_post .row[data-tablet="1"] .item:nth-last-child(1) .post {
    border: 0;
}
}@media(max-width:767.98px) and (min-width:576px) {
    .widget_greenmart_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_greenmart_popular_post .row[data-landscape="1"] .item:nth-last-child(1) .post {
    border: 0;
}
}
@media(max-width:479.98px) {
    .widget_greenmart_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_greenmart_popular_post .row[data-mobile="1"] .item:nth-last-child(1) .post {
    border: 0;
}
}@media(min-width:1600px) {
    .widget_greenmart_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_greenmart_popular_post .row[data-xlgdesktop="2"] .item:nth-last-child(2) .post {
    border: 0;
}
.widget_greenmart_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_greenmart_popular_post .row[data-xlgdesktop="2"] .item:nth-last-child(1) .post {
    border: 0;
}
}@media(max-width:1599.98px) and (min-width:1200px) {
    .widget_greenmart_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_greenmart_popular_post .row[data-desktop="2"] .item:nth-last-child(2) .post {
    border: 0;
}
.widget_greenmart_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_greenmart_popular_post .row[data-desktop="2"] .item:nth-last-child(1) .post {
    border: 0;
}
}@media(max-width:1199.98px) and (min-width:992px) {
    .widget_greenmart_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_greenmart_popular_post .row[data-desktopsmall="2"] .item:nth-last-child(2) .post {
    border: 0;
}
.widget_greenmart_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_greenmart_popular_post .row[data-desktopsmall="2"] .item:nth-last-child(1) .post {
    border: 0;
}
}@media(max-width:991.98px) and (min-width:768px) {
    .widget_greenmart_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_greenmart_popular_post .row[data-tablet="2"] .item:nth-last-child(2) .post {
    border: 0;
}
.widget_greenmart_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_greenmart_popular_post .row[data-tablet="2"] .item:nth-last-child(1) .post {
    border: 0;
}
}@media(max-width:767.98px) and (min-width:576px) {
    .widget_greenmart_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_greenmart_popular_post .row[data-landscape="2"] .item:nth-last-child(2) .post {
    border: 0;
}
.widget_greenmart_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_greenmart_popular_post .row[data-landscape="2"] .item:nth-last-child(1) .post {
    border: 0;
}
}@media(max-width:479.98px) {
    .widget_greenmart_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_greenmart_popular_post .row[data-mobile="2"] .item:nth-last-child(2) .post {
    border: 0;
}
.widget_greenmart_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_greenmart_popular_post .row[data-mobile="2"] .item:nth-last-child(1) .post {
    border: 0;
}
}@media(min-width:1600px) {
    .widget_greenmart_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_greenmart_popular_post .row[data-xlgdesktop="3"] .item:nth-last-child(3) .post {
    border: 0;
}
.widget_greenmart_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_greenmart_popular_post .row[data-xlgdesktop="3"] .item:nth-last-child(2) .post {
    border: 0;
}
.widget_greenmart_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_greenmart_popular_post .row[data-xlgdesktop="3"] .item:nth-last-child(1) .post {
    border: 0;
}
}
@media(max-width:1599.98px) and (min-width:1200px) {
    .widget_greenmart_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_greenmart_popular_post .row[data-desktop="3"] .item:nth-last-child(3) .post {
    border: 0;
}
.widget_greenmart_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_greenmart_popular_post .row[data-desktop="3"] .item:nth-last-child(2) .post {
    border: 0;
}
.widget_greenmart_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_greenmart_popular_post .row[data-desktop="3"] .item:nth-last-child(1) .post {
    border: 0;
}
}@media(max-width:1199.98px) and (min-width:992px) {
    .widget_greenmart_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_greenmart_popular_post .row[data-desktopsmall="3"] .item:nth-last-child(3) .post {
    border: 0;
}
.widget_greenmart_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_greenmart_popular_post .row[data-desktopsmall="3"] .item:nth-last-child(2) .post {
    border: 0;
}
.widget_greenmart_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_greenmart_popular_post .row[data-desktopsmall="3"] .item:nth-last-child(1) .post {
    border: 0;
}
}
@media(max-width:991.98px) and (min-width:768px) {
    .widget_greenmart_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_greenmart_popular_post .row[data-tablet="3"] .item:nth-last-child(3) .post {
    border: 0;
}
.widget_greenmart_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_greenmart_popular_post .row[data-tablet="3"] .item:nth-last-child(2) .post {
    border: 0;
}
.widget_greenmart_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_greenmart_popular_post .row[data-tablet="3"] .item:nth-last-child(1) .post {
    border: 0;
}
}@media(max-width:767.98px) and (min-width:576px) {
    .widget_greenmart_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_greenmart_popular_post .row[data-landscape="3"] .item:nth-last-child(3) .post {
    border: 0;
}
.widget_greenmart_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_greenmart_popular_post .row[data-landscape="3"] .item:nth-last-child(2) .post {
    border: 0;
}
.widget_greenmart_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_greenmart_popular_post .row[data-landscape="3"] .item:nth-last-child(1) .post {
    border: 0;
}
}
@media(max-width:479.98px) {
    .widget_greenmart_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_greenmart_popular_post .row[data-mobile="3"] .item:nth-last-child(3) .post {
    border: 0;
}
.widget_greenmart_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_greenmart_popular_post .row[data-mobile="3"] .item:nth-last-child(2) .post {
    border: 0;
}
.widget_greenmart_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_greenmart_popular_post .row[data-mobile="3"] .item:nth-last-child(1) .post {
    border: 0;
}
}@media(min-width:1600px) {
    .widget_greenmart_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_greenmart_popular_post .row[data-xlgdesktop="4"] .item:nth-last-child(4) .post {
    border: 0;
}
.widget_greenmart_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_greenmart_popular_post .row[data-xlgdesktop="4"] .item:nth-last-child(3) .post {
    border: 0;
}
.widget_greenmart_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_greenmart_popular_post .row[data-xlgdesktop="4"] .item:nth-last-child(2) .post {
    border: 0;
}
.widget_greenmart_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_greenmart_popular_post .row[data-xlgdesktop="4"] .item:nth-last-child(1) .post {
    border: 0;
}
}@media(max-width:1599.98px) and (min-width:1200px) {
    .widget_greenmart_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_greenmart_popular_post .row[data-desktop="4"] .item:nth-last-child(4) .post {
    border: 0;
}
.widget_greenmart_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_greenmart_popular_post .row[data-desktop="4"] .item:nth-last-child(3) .post {
    border: 0;
}
.widget_greenmart_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_greenmart_popular_post .row[data-desktop="4"] .item:nth-last-child(2) .post {
    border: 0;
}
.widget_greenmart_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_greenmart_popular_post .row[data-desktop="4"] .item:nth-last-child(1) .post {
    border: 0;
}
}@media(max-width:1199.98px) and (min-width:992px) {
    .widget_greenmart_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_greenmart_popular_post .row[data-desktopsmall="4"] .item:nth-last-child(4) .post {
    border: 0;
}
.widget_greenmart_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_greenmart_popular_post .row[data-desktopsmall="4"] .item:nth-last-child(3) .post {
    border: 0;
}
.widget_greenmart_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_greenmart_popular_post .row[data-desktopsmall="4"] .item:nth-last-child(2) .post {
    border: 0;
}
.widget_greenmart_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_greenmart_popular_post .row[data-desktopsmall="4"] .item:nth-last-child(1) .post {
    border: 0;
}
}@media(max-width:991.98px) and (min-width:768px) {
    .widget_greenmart_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_greenmart_popular_post .row[data-tablet="4"] .item:nth-last-child(4) .post {
    border: 0;
}
.widget_greenmart_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_greenmart_popular_post .row[data-tablet="4"] .item:nth-last-child(3) .post {
    border: 0;
}
.widget_greenmart_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_greenmart_popular_post .row[data-tablet="4"] .item:nth-last-child(2) .post {
    border: 0;
}
.widget_greenmart_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_greenmart_popular_post .row[data-tablet="4"] .item:nth-last-child(1) .post {
    border: 0;
}
}@media(max-width:767.98px) and (min-width:576px) {
    .widget_greenmart_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_greenmart_popular_post .row[data-landscape="4"] .item:nth-last-child(4) .post {
    border: 0;
}
.widget_greenmart_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_greenmart_popular_post .row[data-landscape="4"] .item:nth-last-child(3) .post {
    border: 0;
}
.widget_greenmart_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_greenmart_popular_post .row[data-landscape="4"] .item:nth-last-child(2) .post {
    border: 0;
}
.widget_greenmart_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_greenmart_popular_post .row[data-landscape="4"] .item:nth-last-child(1) .post {
    border: 0;
}
}@media(max-width:479.98px) {
    .widget_greenmart_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_greenmart_popular_post .row[data-mobile="4"] .item:nth-last-child(4) .post {
    border: 0;
}
.widget_greenmart_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_greenmart_popular_post .row[data-mobile="4"] .item:nth-last-child(3) .post {
    border: 0;
}
.widget_greenmart_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_greenmart_popular_post .row[data-mobile="4"] .item:nth-last-child(2) .post {
    border: 0;
}
.widget_greenmart_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_greenmart_popular_post .row[data-mobile="4"] .item:nth-last-child(1) .post {
    border: 0;
}
}@media(min-width:1600px) {
    .widget_greenmart_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_greenmart_popular_post .row[data-xlgdesktop="5"] .item:nth-last-child(5) .post {
    border: 0;
}
.widget_greenmart_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_greenmart_popular_post .row[data-xlgdesktop="5"] .item:nth-last-child(4) .post {
    border: 0;
}
.widget_greenmart_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_greenmart_popular_post .row[data-xlgdesktop="5"] .item:nth-last-child(3) .post {
    border: 0;
}
.widget_greenmart_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_greenmart_popular_post .row[data-xlgdesktop="5"] .item:nth-last-child(2) .post {
    border: 0;
}
.widget_greenmart_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_greenmart_popular_post .row[data-xlgdesktop="5"] .item:nth-last-child(1) .post {
    border: 0;
}
}
@media(max-width:1599.98px) and (min-width:1200px) {
    .widget_greenmart_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_greenmart_popular_post .row[data-desktop="5"] .item:nth-last-child(5) .post {
    border: 0;
}
.widget_greenmart_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_greenmart_popular_post .row[data-desktop="5"] .item:nth-last-child(4) .post {
    border: 0;
}
.widget_greenmart_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_greenmart_popular_post .row[data-desktop="5"] .item:nth-last-child(3) .post {
    border: 0;
}
.widget_greenmart_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_greenmart_popular_post .row[data-desktop="5"] .item:nth-last-child(2) .post {
    border: 0;
}
.widget_greenmart_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_greenmart_popular_post .row[data-desktop="5"] .item:nth-last-child(1) .post {
    border: 0;
}
}@media(max-width:1199.98px) and (min-width:992px) {
    .widget_greenmart_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_greenmart_popular_post .row[data-desktopsmall="5"] .item:nth-last-child(5) .post {
    border: 0;
}
.widget_greenmart_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_greenmart_popular_post .row[data-desktopsmall="5"] .item:nth-last-child(4) .post {
    border: 0;
}
.widget_greenmart_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_greenmart_popular_post .row[data-desktopsmall="5"] .item:nth-last-child(3) .post {
    border: 0;
}
.widget_greenmart_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_greenmart_popular_post .row[data-desktopsmall="5"] .item:nth-last-child(2) .post {
    border: 0;
}
.widget_greenmart_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_greenmart_popular_post .row[data-desktopsmall="5"] .item:nth-last-child(1) .post {
    border: 0;
}
}
@media(max-width:991.98px) and (min-width:768px) {
    .widget_greenmart_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_greenmart_popular_post .row[data-tablet="5"] .item:nth-last-child(5) .post {
    border: 0;
}
.widget_greenmart_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_greenmart_popular_post .row[data-tablet="5"] .item:nth-last-child(4) .post {
    border: 0;
}
.widget_greenmart_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_greenmart_popular_post .row[data-tablet="5"] .item:nth-last-child(3) .post {
    border: 0;
}
.widget_greenmart_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_greenmart_popular_post .row[data-tablet="5"] .item:nth-last-child(2) .post {
    border: 0;
}
.widget_greenmart_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_greenmart_popular_post .row[data-tablet="5"] .item:nth-last-child(1) .post {
    border: 0;
}
}@media(max-width:767.98px) and (min-width:576px) {
    .widget_greenmart_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_greenmart_popular_post .row[data-landscape="5"] .item:nth-last-child(5) .post {
    border: 0;
}
.widget_greenmart_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_greenmart_popular_post .row[data-landscape="5"] .item:nth-last-child(4) .post {
    border: 0;
}
.widget_greenmart_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_greenmart_popular_post .row[data-landscape="5"] .item:nth-last-child(3) .post {
    border: 0;
}
.widget_greenmart_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_greenmart_popular_post .row[data-landscape="5"] .item:nth-last-child(2) .post {
    border: 0;
}
.widget_greenmart_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_greenmart_popular_post .row[data-landscape="5"] .item:nth-last-child(1) .post {
    border: 0;
}
}
@media(max-width:479.98px) {
    .widget_greenmart_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_greenmart_popular_post .row[data-mobile="5"] .item:nth-last-child(5) .post {
    border: 0;
}
.widget_greenmart_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_greenmart_popular_post .row[data-mobile="5"] .item:nth-last-child(4) .post {
    border: 0;
}
.widget_greenmart_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_greenmart_popular_post .row[data-mobile="5"] .item:nth-last-child(3) .post {
    border: 0;
}
.widget_greenmart_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_greenmart_popular_post .row[data-mobile="5"] .item:nth-last-child(2) .post {
    border: 0;
}
.widget_greenmart_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_greenmart_popular_post .row[data-mobile="5"] .item:nth-last-child(1) .post {
    border: 0;
}
}@media(min-width:1600px) {
    .widget_greenmart_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_greenmart_popular_post .row[data-xlgdesktop="6"] .item:nth-last-child(6) .post {
    border: 0;
}
.widget_greenmart_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_greenmart_popular_post .row[data-xlgdesktop="6"] .item:nth-last-child(5) .post {
    border: 0;
}
.widget_greenmart_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_greenmart_popular_post .row[data-xlgdesktop="6"] .item:nth-last-child(4) .post {
    border: 0;
}
.widget_greenmart_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_greenmart_popular_post .row[data-xlgdesktop="6"] .item:nth-last-child(3) .post {
    border: 0;
}
.widget_greenmart_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_greenmart_popular_post .row[data-xlgdesktop="6"] .item:nth-last-child(2) .post {
    border: 0;
}
.widget_greenmart_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_greenmart_popular_post .row[data-xlgdesktop="6"] .item:nth-last-child(1) .post {
    border: 0;
}
}@media(max-width:1599.98px) and (min-width:1200px) {
    .widget_greenmart_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_greenmart_popular_post .row[data-desktop="6"] .item:nth-last-child(6) .post {
    border: 0;
}
.widget_greenmart_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_greenmart_popular_post .row[data-desktop="6"] .item:nth-last-child(5) .post {
    border: 0;
}
.widget_greenmart_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_greenmart_popular_post .row[data-desktop="6"] .item:nth-last-child(4) .post {
    border: 0;
}
.widget_greenmart_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_greenmart_popular_post .row[data-desktop="6"] .item:nth-last-child(3) .post {
    border: 0;
}
.widget_greenmart_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_greenmart_popular_post .row[data-desktop="6"] .item:nth-last-child(2) .post {
    border: 0;
}
.widget_greenmart_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_greenmart_popular_post .row[data-desktop="6"] .item:nth-last-child(1) .post {
    border: 0;
}
}@media(max-width:1199.98px) and (min-width:992px) {
    .widget_greenmart_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_greenmart_popular_post .row[data-desktopsmall="6"] .item:nth-last-child(6) .post {
    border: 0;
}
.widget_greenmart_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_greenmart_popular_post .row[data-desktopsmall="6"] .item:nth-last-child(5) .post {
    border: 0;
}
.widget_greenmart_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_greenmart_popular_post .row[data-desktopsmall="6"] .item:nth-last-child(4) .post {
    border: 0;
}
.widget_greenmart_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_greenmart_popular_post .row[data-desktopsmall="6"] .item:nth-last-child(3) .post {
    border: 0;
}
.widget_greenmart_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_greenmart_popular_post .row[data-desktopsmall="6"] .item:nth-last-child(2) .post {
    border: 0;
}
.widget_greenmart_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_greenmart_popular_post .row[data-desktopsmall="6"] .item:nth-last-child(1) .post {
    border: 0;
}
}@media(max-width:991.98px) and (min-width:768px) {
    .widget_greenmart_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_greenmart_popular_post .row[data-tablet="6"] .item:nth-last-child(6) .post {
    border: 0;
}
.widget_greenmart_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_greenmart_popular_post .row[data-tablet="6"] .item:nth-last-child(5) .post {
    border: 0;
}
.widget_greenmart_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_greenmart_popular_post .row[data-tablet="6"] .item:nth-last-child(4) .post {
    border: 0;
}
.widget_greenmart_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_greenmart_popular_post .row[data-tablet="6"] .item:nth-last-child(3) .post {
    border: 0;
}
.widget_greenmart_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_greenmart_popular_post .row[data-tablet="6"] .item:nth-last-child(2) .post {
    border: 0;
}
.widget_greenmart_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_greenmart_popular_post .row[data-tablet="6"] .item:nth-last-child(1) .post {
    border: 0;
}
}@media(max-width:767.98px) and (min-width:576px) {
    .widget_greenmart_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_greenmart_popular_post .row[data-landscape="6"] .item:nth-last-child(6) .post {
    border: 0;
}
.widget_greenmart_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_greenmart_popular_post .row[data-landscape="6"] .item:nth-last-child(5) .post {
    border: 0;
}
.widget_greenmart_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_greenmart_popular_post .row[data-landscape="6"] .item:nth-last-child(4) .post {
    border: 0;
}
.widget_greenmart_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_greenmart_popular_post .row[data-landscape="6"] .item:nth-last-child(3) .post {
    border: 0;
}
.widget_greenmart_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_greenmart_popular_post .row[data-landscape="6"] .item:nth-last-child(2) .post {
    border: 0;
}
.widget_greenmart_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_greenmart_popular_post .row[data-landscape="6"] .item:nth-last-child(1) .post {
    border: 0;
}
}@media(max-width:479.98px) {
    .widget_greenmart_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_greenmart_popular_post .row[data-mobile="6"] .item:nth-last-child(6) .post {
    border: 0;
}
.widget_greenmart_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_greenmart_popular_post .row[data-mobile="6"] .item:nth-last-child(5) .post {
    border: 0;
}
.widget_greenmart_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_greenmart_popular_post .row[data-mobile="6"] .item:nth-last-child(4) .post {
    border: 0;
}
.widget_greenmart_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_greenmart_popular_post .row[data-mobile="6"] .item:nth-last-child(3) .post {
    border: 0;
}
.widget_greenmart_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_greenmart_popular_post .row[data-mobile="6"] .item:nth-last-child(2) .post {
    border: 0;
}
.widget_greenmart_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_greenmart_popular_post .row[data-mobile="6"] .item:nth-last-child(1) .post {
    border: 0;
}
}@media(min-width:1600px) {
    .widget_greenmart_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_greenmart_popular_post .row[data-xlgdesktop="7"] .item:nth-last-child(7) .post {
    border: 0;
}
.widget_greenmart_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_greenmart_popular_post .row[data-xlgdesktop="7"] .item:nth-last-child(6) .post {
    border: 0;
}
.widget_greenmart_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_greenmart_popular_post .row[data-xlgdesktop="7"] .item:nth-last-child(5) .post {
    border: 0;
}
.widget_greenmart_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_greenmart_popular_post .row[data-xlgdesktop="7"] .item:nth-last-child(4) .post {
    border: 0;
}
.widget_greenmart_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_greenmart_popular_post .row[data-xlgdesktop="7"] .item:nth-last-child(3) .post {
    border: 0;
}
.widget_greenmart_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_greenmart_popular_post .row[data-xlgdesktop="7"] .item:nth-last-child(2) .post {
    border: 0;
}
.widget_greenmart_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_greenmart_popular_post .row[data-xlgdesktop="7"] .item:nth-last-child(1) .post {
    border: 0;
}
}
@media(max-width:1599.98px) and (min-width:1200px) {
    .widget_greenmart_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_greenmart_popular_post .row[data-desktop="7"] .item:nth-last-child(7) .post {
    border: 0;
}
.widget_greenmart_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_greenmart_popular_post .row[data-desktop="7"] .item:nth-last-child(6) .post {
    border: 0;
}
.widget_greenmart_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_greenmart_popular_post .row[data-desktop="7"] .item:nth-last-child(5) .post {
    border: 0;
}
.widget_greenmart_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_greenmart_popular_post .row[data-desktop="7"] .item:nth-last-child(4) .post {
    border: 0;
}
.widget_greenmart_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_greenmart_popular_post .row[data-desktop="7"] .item:nth-last-child(3) .post {
    border: 0;
}
.widget_greenmart_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_greenmart_popular_post .row[data-desktop="7"] .item:nth-last-child(2) .post {
    border: 0;
}
.widget_greenmart_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_greenmart_popular_post .row[data-desktop="7"] .item:nth-last-child(1) .post {
    border: 0;
}
}@media(max-width:1199.98px) and (min-width:992px) {
    .widget_greenmart_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_greenmart_popular_post .row[data-desktopsmall="7"] .item:nth-last-child(7) .post {
    border: 0;
}
.widget_greenmart_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_greenmart_popular_post .row[data-desktopsmall="7"] .item:nth-last-child(6) .post {
    border: 0;
}
.widget_greenmart_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_greenmart_popular_post .row[data-desktopsmall="7"] .item:nth-last-child(5) .post {
    border: 0;
}
.widget_greenmart_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_greenmart_popular_post .row[data-desktopsmall="7"] .item:nth-last-child(4) .post {
    border: 0;
}
.widget_greenmart_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_greenmart_popular_post .row[data-desktopsmall="7"] .item:nth-last-child(3) .post {
    border: 0;
}
.widget_greenmart_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_greenmart_popular_post .row[data-desktopsmall="7"] .item:nth-last-child(2) .post {
    border: 0;
}
.widget_greenmart_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_greenmart_popular_post .row[data-desktopsmall="7"] .item:nth-last-child(1) .post {
    border: 0;
}
}
@media(max-width:991.98px) and (min-width:768px) {
    .widget_greenmart_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_greenmart_popular_post .row[data-tablet="7"] .item:nth-last-child(7) .post {
    border: 0;
}
.widget_greenmart_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_greenmart_popular_post .row[data-tablet="7"] .item:nth-last-child(6) .post {
    border: 0;
}
.widget_greenmart_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_greenmart_popular_post .row[data-tablet="7"] .item:nth-last-child(5) .post {
    border: 0;
}
.widget_greenmart_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_greenmart_popular_post .row[data-tablet="7"] .item:nth-last-child(4) .post {
    border: 0;
}
.widget_greenmart_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_greenmart_popular_post .row[data-tablet="7"] .item:nth-last-child(3) .post {
    border: 0;
}
.widget_greenmart_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_greenmart_popular_post .row[data-tablet="7"] .item:nth-last-child(2) .post {
    border: 0;
}
.widget_greenmart_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_greenmart_popular_post .row[data-tablet="7"] .item:nth-last-child(1) .post {
    border: 0;
}
}@media(max-width:767.98px) and (min-width:576px) {
    .widget_greenmart_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_greenmart_popular_post .row[data-landscape="7"] .item:nth-last-child(7) .post {
    border: 0;
}
.widget_greenmart_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_greenmart_popular_post .row[data-landscape="7"] .item:nth-last-child(6) .post {
    border: 0;
}
.widget_greenmart_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_greenmart_popular_post .row[data-landscape="7"] .item:nth-last-child(5) .post {
    border: 0;
}
.widget_greenmart_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_greenmart_popular_post .row[data-landscape="7"] .item:nth-last-child(4) .post {
    border: 0;
}
.widget_greenmart_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_greenmart_popular_post .row[data-landscape="7"] .item:nth-last-child(3) .post {
    border: 0;
}
.widget_greenmart_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_greenmart_popular_post .row[data-landscape="7"] .item:nth-last-child(2) .post {
    border: 0;
}
.widget_greenmart_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_greenmart_popular_post .row[data-landscape="7"] .item:nth-last-child(1) .post {
    border: 0;
}
}
@media(max-width:479.98px) {
    .widget_greenmart_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_greenmart_popular_post .row[data-mobile="7"] .item:nth-last-child(7) .post {
    border: 0;
}
.widget_greenmart_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_greenmart_popular_post .row[data-mobile="7"] .item:nth-last-child(6) .post {
    border: 0;
}
.widget_greenmart_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_greenmart_popular_post .row[data-mobile="7"] .item:nth-last-child(5) .post {
    border: 0;
}
.widget_greenmart_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_greenmart_popular_post .row[data-mobile="7"] .item:nth-last-child(4) .post {
    border: 0;
}
.widget_greenmart_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_greenmart_popular_post .row[data-mobile="7"] .item:nth-last-child(3) .post {
    border: 0;
}
.widget_greenmart_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_greenmart_popular_post .row[data-mobile="7"] .item:nth-last-child(2) .post {
    border: 0;
}
.widget_greenmart_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_greenmart_popular_post .row[data-mobile="7"] .item:nth-last-child(1) .post {
    border: 0;
}
}@media(min-width:1600px) {
    .widget_greenmart_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_greenmart_popular_post .row[data-xlgdesktop="8"] .item:nth-last-child(8) .post {
    border: 0;
}
.widget_greenmart_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_greenmart_popular_post .row[data-xlgdesktop="8"] .item:nth-last-child(7) .post {
    border: 0;
}
.widget_greenmart_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_greenmart_popular_post .row[data-xlgdesktop="8"] .item:nth-last-child(6) .post {
    border: 0;
}
.widget_greenmart_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_greenmart_popular_post .row[data-xlgdesktop="8"] .item:nth-last-child(5) .post {
    border: 0;
}
.widget_greenmart_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_greenmart_popular_post .row[data-xlgdesktop="8"] .item:nth-last-child(4) .post {
    border: 0;
}
.widget_greenmart_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_greenmart_popular_post .row[data-xlgdesktop="8"] .item:nth-last-child(3) .post {
    border: 0;
}
.widget_greenmart_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_greenmart_popular_post .row[data-xlgdesktop="8"] .item:nth-last-child(2) .post {
    border: 0;
}
.widget_greenmart_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_greenmart_popular_post .row[data-xlgdesktop="8"] .item:nth-last-child(1) .post {
    border: 0;
}
}@media(max-width:1599.98px) and (min-width:1200px) {
    .widget_greenmart_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_greenmart_popular_post .row[data-desktop="8"] .item:nth-last-child(8) .post {
    border: 0;
}
.widget_greenmart_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_greenmart_popular_post .row[data-desktop="8"] .item:nth-last-child(7) .post {
    border: 0;
}
.widget_greenmart_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_greenmart_popular_post .row[data-desktop="8"] .item:nth-last-child(6) .post {
    border: 0;
}
.widget_greenmart_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_greenmart_popular_post .row[data-desktop="8"] .item:nth-last-child(5) .post {
    border: 0;
}
.widget_greenmart_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_greenmart_popular_post .row[data-desktop="8"] .item:nth-last-child(4) .post {
    border: 0;
}
.widget_greenmart_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_greenmart_popular_post .row[data-desktop="8"] .item:nth-last-child(3) .post {
    border: 0;
}
.widget_greenmart_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_greenmart_popular_post .row[data-desktop="8"] .item:nth-last-child(2) .post {
    border: 0;
}
.widget_greenmart_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_greenmart_popular_post .row[data-desktop="8"] .item:nth-last-child(1) .post {
    border: 0;
}
}@media(max-width:1199.98px) and (min-width:992px) {
    .widget_greenmart_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_greenmart_popular_post .row[data-desktopsmall="8"] .item:nth-last-child(8) .post {
    border: 0;
}
.widget_greenmart_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_greenmart_popular_post .row[data-desktopsmall="8"] .item:nth-last-child(7) .post {
    border: 0;
}
.widget_greenmart_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_greenmart_popular_post .row[data-desktopsmall="8"] .item:nth-last-child(6) .post {
    border: 0;
}
.widget_greenmart_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_greenmart_popular_post .row[data-desktopsmall="8"] .item:nth-last-child(5) .post {
    border: 0;
}
.widget_greenmart_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_greenmart_popular_post .row[data-desktopsmall="8"] .item:nth-last-child(4) .post {
    border: 0;
}
.widget_greenmart_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_greenmart_popular_post .row[data-desktopsmall="8"] .item:nth-last-child(3) .post {
    border: 0;
}
.widget_greenmart_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_greenmart_popular_post .row[data-desktopsmall="8"] .item:nth-last-child(2) .post {
    border: 0;
}
.widget_greenmart_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_greenmart_popular_post .row[data-desktopsmall="8"] .item:nth-last-child(1) .post {
    border: 0;
}
}@media(max-width:991.98px) and (min-width:768px) {
    .widget_greenmart_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_greenmart_popular_post .row[data-tablet="8"] .item:nth-last-child(8) .post {
    border: 0;
}
.widget_greenmart_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_greenmart_popular_post .row[data-tablet="8"] .item:nth-last-child(7) .post {
    border: 0;
}
.widget_greenmart_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_greenmart_popular_post .row[data-tablet="8"] .item:nth-last-child(6) .post {
    border: 0;
}
.widget_greenmart_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_greenmart_popular_post .row[data-tablet="8"] .item:nth-last-child(5) .post {
    border: 0;
}
.widget_greenmart_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_greenmart_popular_post .row[data-tablet="8"] .item:nth-last-child(4) .post {
    border: 0;
}
.widget_greenmart_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_greenmart_popular_post .row[data-tablet="8"] .item:nth-last-child(3) .post {
    border: 0;
}
.widget_greenmart_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_greenmart_popular_post .row[data-tablet="8"] .item:nth-last-child(2) .post {
    border: 0;
}
.widget_greenmart_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_greenmart_popular_post .row[data-tablet="8"] .item:nth-last-child(1) .post {
    border: 0;
}
}@media(max-width:767.98px) and (min-width:576px) {
    .widget_greenmart_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_greenmart_popular_post .row[data-landscape="8"] .item:nth-last-child(8) .post {
    border: 0;
}
.widget_greenmart_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_greenmart_popular_post .row[data-landscape="8"] .item:nth-last-child(7) .post {
    border: 0;
}
.widget_greenmart_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_greenmart_popular_post .row[data-landscape="8"] .item:nth-last-child(6) .post {
    border: 0;
}
.widget_greenmart_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_greenmart_popular_post .row[data-landscape="8"] .item:nth-last-child(5) .post {
    border: 0;
}
.widget_greenmart_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_greenmart_popular_post .row[data-landscape="8"] .item:nth-last-child(4) .post {
    border: 0;
}
.widget_greenmart_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_greenmart_popular_post .row[data-landscape="8"] .item:nth-last-child(3) .post {
    border: 0;
}
.widget_greenmart_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_greenmart_popular_post .row[data-landscape="8"] .item:nth-last-child(2) .post {
    border: 0;
}
.widget_greenmart_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_greenmart_popular_post .row[data-landscape="8"] .item:nth-last-child(1) .post {
    border: 0;
}
}@media(max-width:479.98px) {
    .widget_greenmart_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_greenmart_popular_post .row[data-mobile="8"] .item:nth-last-child(8) .post {
    border: 0;
}
.widget_greenmart_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_greenmart_popular_post .row[data-mobile="8"] .item:nth-last-child(7) .post {
    border: 0;
}
.widget_greenmart_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_greenmart_popular_post .row[data-mobile="8"] .item:nth-last-child(6) .post {
    border: 0;
}
.widget_greenmart_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_greenmart_popular_post .row[data-mobile="8"] .item:nth-last-child(5) .post {
    border: 0;
}
.widget_greenmart_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_greenmart_popular_post .row[data-mobile="8"] .item:nth-last-child(4) .post {
    border: 0;
}
.widget_greenmart_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_greenmart_popular_post .row[data-mobile="8"] .item:nth-last-child(3) .post {
    border: 0;
}
.widget_greenmart_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_greenmart_popular_post .row[data-mobile="8"] .item:nth-last-child(2) .post {
    border: 0;
}
.widget_greenmart_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_greenmart_popular_post .row[data-mobile="8"] .item:nth-last-child(1) .post {
    border: 0;
}
}.widget_greenmart_recent_post .slick-slide>div:last-child .post, .tbay-addon-blog.vertical .slick-slide>div:last-child .post, .widget_greenmart_popular_post .slick-slide>div:last-child .post {
    border: 0;
}
.widget_greenmart_recent_post .post, .tbay-addon-blog.vertical .post, .widget_greenmart_popular_post .post {
    list-style: none;
    padding: 11px 0 15px;
    margin: 0 0 5px;
    border-bottom: 1px solid #eee;
}
.widget_greenmart_recent_post .post:last-child, .tbay-addon-blog.vertical .post:last-child, .widget_greenmart_popular_post .post:last-child {
    padding-bottom: 0;
    border: 0;
}
.widget_greenmart_recent_post .post>div, .tbay-addon-blog.vertical .post>div, .widget_greenmart_popular_post .post>div {
    display: table-cell;
    vertical-align: middle;
}
.widget_greenmart_recent_post .post .entry-thumb, .tbay-addon-blog.vertical .post .entry-thumb, .widget_greenmart_popular_post .post .entry-thumb {
    border: 0;
}
.widget_greenmart_recent_post .post .entry-thumb img, .tbay-addon-blog.vertical .post .entry-thumb img, .widget_greenmart_popular_post .post .entry-thumb img {
    max-width: 70px;
}
.widget_greenmart_recent_post .post .entry-title, .tbay-addon-blog.vertical .post .entry-title, .widget_greenmart_popular_post .post .entry-title {
    font-size: 14px;
    margin: 0;
    line-height: 22px;
}
.widget_greenmart_recent_post .post .entry-meta-list, .tbay-addon-blog.vertical .post .entry-meta-list, .widget_greenmart_popular_post .post .entry-meta-list {
    margin: 4px 0 0;
}
.widget_greenmart_recent_post .post .entry-meta-list i, .tbay-addon-blog.vertical .post .entry-meta-list i, .widget_greenmart_popular_post .post .entry-meta-list i {
    font-size: 14px;
    margin-right: 4px;
}
.widget_greenmart_recent_post .entry-content, .tbay-addon-blog.vertical .entry-content, .widget_greenmart_popular_post .entry-content {
    padding: 0;
    padding-left: 17px;
    padding-right: 0;
}
.widget_greenmart_posts .entry-title {
    font-size: 16px;
    line-height: 24px;
}
.widget_greenmart_posts .entry-meta-list {
    margin-top: 5px !important;
}
.widget_greenmart_posts .post .comments-link a {
    color: #000;
}
.widget_greenmart_posts .post .comments-link a:hover {
    color: #6c9d24;
}
.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 .widget_layered_nav.widget ul li, .elementor-widget-sidebar>.elementor-widget-container .widget_layered_nav.widget ul li, .dokan-widget-area .widget_layered_nav.widget ul li {
    font-size: 13px;
}
.sidebar .widgettitle, .sidebar h4:not(.entry-title), .elementor-widget-sidebar>.elementor-widget-container .widgettitle, .elementor-widget-sidebar>.elementor-widget-container h4:not(.entry-title), .dokan-widget-area .widgettitle, .dokan-widget-area h4:not(.entry-title) {
    font-size: 18px;
    line-height: 26px;
    font-weight: bold;
    margin: 0 0 15px;
    color: #0b132b;
}
.sidebar>aside, .elementor-widget-sidebar>.elementor-widget-container>aside, .dokan-widget-area>aside {
    padding-bottom: 23px;
    position: relative;
}
.sidebar>aside:not(:first-child) .widget-title, .elementor-widget-sidebar>.elementor-widget-container>aside:not(:first-child) .widget-title, .dokan-widget-area>aside:not(:first-child) .widget-title {
    padding-top: 20px;
}
.sidebar .widget_tbay_instagram .row, .elementor-widget-sidebar>.elementor-widget-container .widget_tbay_instagram .row, .dokan-widget-area .widget_tbay_instagram .row {
    margin: 0 -5px;
}
.sidebar .widget_tbay_instagram .row>.item, .elementor-widget-sidebar>.elementor-widget-container .widget_tbay_instagram .row>.item, .dokan-widget-area .widget_tbay_instagram .row>.item {
    padding: 5px;
}
.sidebar .widget_search i, .elementor-widget-sidebar>.elementor-widget-container .widget_search i, .dokan-widget-area .widget_search i {
    font-size: 18px;
    line-height: 40px;
}
.sidebar .widget_search .btn:focus, .elementor-widget-sidebar>.elementor-widget-container .widget_search .btn:focus, .dokan-widget-area .widget_search .btn:focus {
    box-shadow: unset;
}
.sidebar .widget_greenmart_recent_post ul>li:last-child, .elementor-widget-sidebar>.elementor-widget-container .widget_greenmart_recent_post ul>li:last-child, .dokan-widget-area .widget_greenmart_recent_post ul>li:last-child {
    padding: 0;
    border: 0;
}
.sidebar .tbay_custom_menu.treeview-menu .widgettitle, .elementor-widget-sidebar>.elementor-widget-container .tbay_custom_menu.treeview-menu .widgettitle, .dokan-widget-area .tbay_custom_menu.treeview-menu .widgettitle {
    line-height: 47px;
    cursor: pointer;
    background: #6c9d24;
    display: block;
    border-radius: 8px 8px 0 0;
    -webkit-border-radius: 8px 8px 0 0;
    -moz-border-radius: 8px 8px 0 0;
    -ms-border-radius: 8px 8px 0 0;
    -o-border-radius: 8px 8px 0 0;
    letter-spacing: 0;
    font-size: 13px;
    color: #fff;
    position: relative;
    padding: 0 20px;
    font-weight: 500;
    margin-bottom: 0;
}
.sidebar .tbay_custom_menu.treeview-menu .widgettitle:before, .elementor-widget-sidebar>.elementor-widget-container .tbay_custom_menu.treeview-menu .widgettitle:before, .dokan-widget-area .tbay_custom_menu.treeview-menu .widgettitle:before {
    display: block;
    float: left;
    content: "\f0c9";
    color: #fff;
    text-align: center;
    font-family: "FontAwesome";
    font-size: 16px;
    font-weight: 900;
    margin-right: 11px;
    min-width: 14px;
}
.sidebar .tbay_custom_menu.treeview-menu .dropdown-menu h3, .elementor-widget-sidebar>.elementor-widget-container .tbay_custom_menu.treeview-menu .dropdown-menu h3, .dokan-widget-area .tbay_custom_menu.treeview-menu .dropdown-menu h3 {
    font-weight: 700;
    font-size: 14px;
    margin: 0;
    padding: 10px 20px;
    line-height: normal;
    background: #eee;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 0;
}
.sidebar .tbay_custom_menu.treeview-menu .menu-category-menu-container>ul, .elementor-widget-sidebar>.elementor-widget-container .tbay_custom_menu.treeview-menu .menu-category-menu-container>ul, .dokan-widget-area .tbay_custom_menu.treeview-menu .menu-category-menu-container>ul {
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
}
.sidebar .tbay_custom_menu.treeview-menu .menu-category-menu-container>ul>li a, .elementor-widget-sidebar>.elementor-widget-container .tbay_custom_menu.treeview-menu .menu-category-menu-container>ul>li a, .dokan-widget-area .tbay_custom_menu.treeview-menu .menu-category-menu-container>ul>li a {
    font-weight: 500;
    border-right: 4px solid transparent;
}
.sidebar .tbay_custom_menu.treeview-menu .menu-category-menu-container>ul>li a:hover, .elementor-widget-sidebar>.elementor-widget-container .tbay_custom_menu.treeview-menu .menu-category-menu-container>ul>li a:hover, .dokan-widget-area .tbay_custom_menu.treeview-menu .menu-category-menu-container>ul>li a:hover {
    border-right-color: #6c9d24;
}
.sidebar .tbay_custom_menu.treeview-menu .menu-category-menu-container>ul>li a:hover i, .elementor-widget-sidebar>.elementor-widget-container .tbay_custom_menu.treeview-menu .menu-category-menu-container>ul>li a:hover i, .dokan-widget-area .tbay_custom_menu.treeview-menu .menu-category-menu-container>ul>li a:hover i {
    color: #6c9d24;
}
.sidebar .tbay_custom_menu.treeview-menu .menu-category-menu-container>ul>li .hitarea, .elementor-widget-sidebar>.elementor-widget-container .tbay_custom_menu.treeview-menu .menu-category-menu-container>ul>li .hitarea, .dokan-widget-area .tbay_custom_menu.treeview-menu .menu-category-menu-container>ul>li .hitarea {
    line-height: 39px;
}
.sidebar .tbay_custom_menu.treeview-menu a, .elementor-widget-sidebar>.elementor-widget-container .tbay_custom_menu.treeview-menu a, .dokan-widget-area .tbay_custom_menu.treeview-menu a {
    padding-left: 20px;
    line-height: 39px;
    font-size: 13px;
}
.sidebar .tbay_custom_menu.treeview-menu a:before, .sidebar .tbay_custom_menu.treeview-menu a:after, .elementor-widget-sidebar>.elementor-widget-container .tbay_custom_menu.treeview-menu a:before, .elementor-widget-sidebar>.elementor-widget-container .tbay_custom_menu.treeview-menu a:after, .dokan-widget-area .tbay_custom_menu.treeview-menu a:before, .dokan-widget-area .tbay_custom_menu.treeview-menu a:after {
    display: none;
}
.sidebar .tbay_custom_menu.treeview-menu a i, .elementor-widget-sidebar>.elementor-widget-container .tbay_custom_menu.treeview-menu a i, .dokan-widget-area .tbay_custom_menu.treeview-menu a i {
    margin-right: 10px;
    margin-left: 0;
    font-size: 18px;
    color: #ddd;
}
.sidebar .tbay-addon-features .feature-box, .elementor-widget-sidebar>.elementor-widget-container .tbay-addon-features .feature-box, .dokan-widget-area .tbay-addon-features .feature-box {
    margin-bottom: 20px !important;
    padding: 0 !important;
}
.sidebar .tbay-addon-features .feature-box:last-child, .elementor-widget-sidebar>.elementor-widget-container .tbay-addon-features .feature-box:last-child, .dokan-widget-area .tbay-addon-features .feature-box:last-child {
    margin: 0 !important;
}
.sidebar .tbay-addon-features .feature-box:after, .elementor-widget-sidebar>.elementor-widget-container .tbay-addon-features .feature-box:after, .dokan-widget-area .tbay-addon-features .feature-box:after {
    display: none;
}
.sidebar .tbay-addon-features .fbox-content, .elementor-widget-sidebar>.elementor-widget-container .tbay-addon-features .fbox-content, .dokan-widget-area .tbay-addon-features .fbox-content {
    line-height: 21px;
}
.sidebar .tbay-addon-features .ourservice-heading, .elementor-widget-sidebar>.elementor-widget-container .tbay-addon-features .ourservice-heading, .dokan-widget-area .tbay-addon-features .ourservice-heading {
    line-height: 21px;
}
.sidebar .tbay-addon-features .inner, .elementor-widget-sidebar>.elementor-widget-container .tbay-addon-features .inner, .dokan-widget-area .tbay-addon-features .inner {
    border: 0;
}
.sidebar .tbay-addon-features .fbox-icon, .elementor-widget-sidebar>.elementor-widget-container .tbay-addon-features .fbox-icon, .dokan-widget-area .tbay-addon-features .fbox-icon {
    font-size: 30px;
    padding-right: 16px;
}
.sidebar .tbay-addon-features .fbox-icon i.tb-icon--truck, .elementor-widget-sidebar>.elementor-widget-container .tbay-addon-features .fbox-icon i.tb-icon--truck, .dokan-widget-area .tbay-addon-features .fbox-icon i.tb-icon--truck {
    font-size: 33px;
}
.sidebar .widget_greenmart_recent_post .post, .sidebar .tbay-addon-blog.vertical .post, .elementor-widget-sidebar>.elementor-widget-container .widget_greenmart_recent_post .post, .elementor-widget-sidebar>.elementor-widget-container .tbay-addon-blog.vertical .post, .dokan-widget-area .widget_greenmart_recent_post .post, .dokan-widget-area .tbay-addon-blog.vertical .post {
    padding-top: 0;
    margin-bottom: 15px;
}
.sidebar ul.product_list_widget>li, .elementor-widget-sidebar>.elementor-widget-container ul.product_list_widget>li, .dokan-widget-area ul.product_list_widget>li {
    clear: both;
    margin: 0 0 30px;
    position: relative;
    padding: 0 10px 0 90px;
}
.sidebar ul.product_list_widget>li:last-child, .elementor-widget-sidebar>.elementor-widget-container ul.product_list_widget>li:last-child, .dokan-widget-area ul.product_list_widget>li:last-child {
    margin-bottom: 0;
}
.sidebar ul.product_list_widget>li .star-rating, .elementor-widget-sidebar>.elementor-widget-container ul.product_list_widget>li .star-rating, .dokan-widget-area ul.product_list_widget>li .star-rating {
    width: 100%}
.sidebar ul.product_list_widget>li img, .elementor-widget-sidebar>.elementor-widget-container ul.product_list_widget>li img, .dokan-widget-area ul.product_list_widget>li img {
    width: 80px;
    margin-left: 0;
    float: left;
    padding-right: 10px;
    position: absolute;
    left: 0;
    top: 10px;
}
.sidebar ul.product_list_widget>li a, .elementor-widget-sidebar>.elementor-widget-container ul.product_list_widget>li a, .dokan-widget-area ul.product_list_widget>li a {
    font-weight: 400;
    line-height: 19px;
    font-size: 14px;
}
.sidebar ul.product_list_widget ins, .elementor-widget-sidebar>.elementor-widget-container ul.product_list_widget ins, .dokan-widget-area ul.product_list_widget ins {
    text-decoration: none;
}
.sidebar ul.product_list_widget .woocommerce-Price-amount, .elementor-widget-sidebar>.elementor-widget-container ul.product_list_widget .woocommerce-Price-amount, .dokan-widget-area ul.product_list_widget .woocommerce-Price-amount {
    font-weight: 500;
    color: #6c9d24;
}
.sidebar ul.product_list_widget del .woocommerce-Price-amount, .elementor-widget-sidebar>.elementor-widget-container ul.product_list_widget del .woocommerce-Price-amount, .dokan-widget-area ul.product_list_widget del .woocommerce-Price-amount {
    font-weight: 400;
    color: #333;
}
.sidebar>.widget ul, .elementor-widget-sidebar>.elementor-widget-container>.widget ul, .dokan-widget-area>.widget ul {
    padding: 0;
    margin: 0;
}
.sidebar>.widget ul.woof_list_radio>li+li, .elementor-widget-sidebar>.elementor-widget-container>.widget ul.woof_list_radio>li+li, .dokan-widget-area>.widget ul.woof_list_radio>li+li {
    padding-top: 10px !important;
}
.sidebar>.widget ul.children, .elementor-widget-sidebar>.elementor-widget-container>.widget ul.children, .dokan-widget-area>.widget ul.children {
    padding-top: 7px;
}
.sidebar>.widget ul li, .elementor-widget-sidebar>.elementor-widget-container>.widget ul li, .dokan-widget-area>.widget ul li {
    list-style: none;
    line-height: 26px;
}
.sidebar>.widget ul li+li, .elementor-widget-sidebar>.elementor-widget-container>.widget ul li+li, .dokan-widget-area>.widget ul li+li {
    padding-top: 10px;
}
.sidebar>.widget>.widget-title, .sidebar>.widget .widgettitle, .sidebar>.widget h4:not(.entry-title), .elementor-widget-sidebar>.elementor-widget-container>.widget>.widget-title, .elementor-widget-sidebar>.elementor-widget-container>.widget .widgettitle, .elementor-widget-sidebar>.elementor-widget-container>.widget h4:not(.entry-title), .dokan-widget-area>.widget>.widget-title, .dokan-widget-area>.widget .widgettitle, .dokan-widget-area>.widget h4:not(.entry-title) {
    font-size: 20px;
    line-height: 26px;
    font-weight: 700;
    margin: 0 0 20px;
    color: #222;
}
.sidebar>.widget.widget_search .widget-title, .elementor-widget-sidebar>.elementor-widget-container>.widget.widget_search .widget-title, .dokan-widget-area>.widget.widget_search .widget-title {
    padding-bottom: 10px;
}
.sidebar .treeview li, .elementor-widget-sidebar>.elementor-widget-container .treeview li, .dokan-widget-area .treeview li {
    border-bottom: 1px solid #eee;
}
.sidebar .treeview li:first-child, .elementor-widget-sidebar>.elementor-widget-container .treeview li:first-child, .dokan-widget-area .treeview li:first-child {
    border-top: 1px solid #eee;
}
.sidebar .woof_redraw_zone>.woof_container, .elementor-widget-sidebar>.elementor-widget-container .woof_redraw_zone>.woof_container, .dokan-widget-area .woof_redraw_zone>.woof_container {
    position: relative;
    padding: 0;
    padding-bottom: 30px;
    margin: 0;
}
.sidebar .woof_redraw_zone>.woof_container.woof_checkbox_sales_container:after, .elementor-widget-sidebar>.elementor-widget-container .woof_redraw_zone>.woof_container.woof_checkbox_sales_container:after, .dokan-widget-area .woof_redraw_zone>.woof_container.woof_checkbox_sales_container:after {
    display: none;
}
.sidebar .woof_redraw_zone>.woof_container:nth-last-child(2):after, .elementor-widget-sidebar>.elementor-widget-container .woof_redraw_zone>.woof_container:nth-last-child(2):after, .dokan-widget-area .woof_redraw_zone>.woof_container:nth-last-child(2):after {
    display: none;
}
.sidebar .woof_redraw_zone>.woof_container:after, .elementor-widget-sidebar>.elementor-widget-container .woof_redraw_zone>.woof_container:after, .dokan-widget-area .woof_redraw_zone>.woof_container:after {
    content: '';
    height: 1px;
    background-color: #e2e2e2;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}
.sidebar .woof_redraw_zone>.woof_container.woof_checkbox_sales_container, .elementor-widget-sidebar>.elementor-widget-container .woof_redraw_zone>.woof_container.woof_checkbox_sales_container, .dokan-widget-area .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, .elementor-widget-sidebar>.elementor-widget-container .woof_redraw_zone>.woof_container.woof_checkbox_sales_container input, .dokan-widget-area .woof_redraw_zone>.woof_container.woof_checkbox_sales_container input {
    display: none;
}
.sidebar .woof_redraw_zone>.woof_container.woof_checkbox_sales_container label, .elementor-widget-sidebar>.elementor-widget-container .woof_redraw_zone>.woof_container.woof_checkbox_sales_container label, .dokan-widget-area .woof_redraw_zone>.woof_container.woof_checkbox_sales_container label {
    font-size: 14px;
    margin: 0;
}
.sidebar .woof_redraw_zone>.woof_container:not(:first-child) h4, .elementor-widget-sidebar>.elementor-widget-container .woof_redraw_zone>.woof_container:not(:first-child) h4, .dokan-widget-area .woof_redraw_zone>.woof_container:not(:first-child) h4 {
    padding-top: 17px;
}
.sidebar .woof_redraw_zone>div:last-child, .elementor-widget-sidebar>.elementor-widget-container .woof_redraw_zone>div:last-child, .dokan-widget-area .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 8px;
    line-height: 32px;
    background: #c6e8fa;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    color: #6a7180;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border: 0;
    font-size: 15px;
    font-family: var(--tb-text-second-font);
}
.woof_list_label li .woof_label_term.checked, .woof_list_label li .woof_label_term:hover {
    color: #fff;
    background: #6c9d24;
}
.woof_radio_term_reset, .woof_radio_term_reset_visible {
    padding: 0;
    width: 25px;
    height: 25px;
    line-height: 25px;
    border: 1px solid #eee;
    background: #f5f5f5;
    font-size: 12px;
    text-align: center;
    margin-left: 0;
    margin-right: 7px;
    -webkit-box-ordinal-group: -1;
    -moz-box-ordinal-group: -1;
    -ms-flex-order: -1;
    -webkit-order: -1;
    order: -1;
    float: left;
}
.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: 28px;
    vertical-align: middle;
    margin: 0 !important;
    padding: 0 !important;
    position: relative;
    display: block;
}
ul.woof_list li .hover {
    color: #6c9d24;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}
ul.woof_list li>div {
    width: 15px;
    height: 15px;
    background: transparent;
    border: 1px solid #000;
    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: #6c9d24;
}
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 {
    padding-right: 20px !important;
}
ul.woof_list .woof_checkbox_count {
    color: #aaa;
}
ul.woof_list label {
    margin: 0;
    padding: 0;
    color: #6a7180;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    display: inline-block !important;
}
ul.woof_list label:before {
    display: none;
}
ul.woof_list label.woof_radio_label_selected, ul.woof_list label:hover {
    color: #6c9d24;
}
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-block !important;
}
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: #6c9d24;
}
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 5px 5px 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: #6c9d24;
    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;
    font-weight: normal;
    padding: 0 20px;
    margin-bottom: 10px;
    margin-right: 10px;
    margin-left: 0;
    color: #888;
}
.widget_price_filter .price_slider_amount .price_label {
    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: 500;
    color: #222;
}
.widget_price_filter .ui-slider {
    position: relative;
    text-align: left;
}
.widget_price_filter .ui-slider .ui-slider-range {
    top: 0;
    height: 100%;
    background: #ddd;
}
.widget_price_filter .ui-slider .ui-slider-handle {
    z-index: 2;
    position: absolute;
    width: 18px;
    height: 18px;
    cursor: pointer;
    top: -5px !important;
}
.widget_price_filter .price_slider_wrapper .ui-widget-content {
    background: #eaeaea;
    height: 5px;
    margin: 5px 10px 20px;
}
.widget_price_filter .price_slider_wrapper .ui-widget-content {
    margin-bottom: 10px;
    background-color: #eee !important;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-range {
    background: #6c9d24;
}
.woocommerce .widget_price_filter .price_slider_amount {
    display: flex;
    flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.woocommerce .widget_price_filter .price_slider_amount .price_label {
    margin: 10px 0 0;
    color: #777;
    text-transform: capitalize;
    font-weight: 500;
}
.woocommerce .widget_price_filter .price_slider_amount .price_label+.clear {
    display: none;
}
.woocommerce .widget_price_filter .price_slider_amount .button {
    margin-top: 10px;
    padding: 0 30px;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
    width: 14px;
    height: 14px;
    border-width: 1px;
    border-style: solid;
    border-color: #6c9d24;
    background: #6c9d24;
    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;
    text-transform: uppercase;
}
.woof_list_color .woof_color_term {
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    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 #000;
}
.woof_list_color .woof_color_term.checked:before {
    visibility: visible;
}
.widget_greenmart_recent_post>.post-widget, .widget_tag_cloud .tagcloud, .widget_greenmart_instagram .instagram-pics {
    padding-top: 10px;
}
.widget_greenmart_custom_menu ul.treeview {
    display: block;
}
.widget_greenmart_custom_menu ul.treeview li {
    border: 0 !important;
}
.widget_greenmart_custom_menu ul.treeview li>a {
    padding: 0;
    line-height: 28px;
    color: #888;
}
.widget_greenmart_custom_menu ul.treeview li>a:hover {
    color: #6c9d24;
}
.widget-video-content .widget-video-name {
    font-size: 16px;
    font-weight: bold;
    margin: 10px 0 0;
}
.widget_greenmart_recent_comment .media {
    padding-bottom: 15px;
}
.widget_greenmart_recent_comment .avatar-comment-widget img {
    margin: 0;
}
.widget_greenmart_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_greenmart_recent_comment .content-comment-widget h6 {
    line-height: 24px;
    font-weight: bold;
    margin: 0;
}
.widget_greenmart_recent_comment .comment-text-side {
    display: inline-block;
    font-style: italic;
    line-height: 20px;
}
.widget_greenmart_woo_carousel .product-block .caption {
    padding: 10px 0 20px;
}
.widget_greenmart_woo_carousel .woocommerce .slick-slider .slick-dots {
    margin-top: 15px;
    padding: 0;
}
.widget_greenmart_list_categories .item {
    padding: 0 15px 15px;
    text-align: center;
}
.widget_greenmart_list_categories .cat-name {
    font-size: 14px;
    color: #000;
    margin-top: 13px;
    display: inline-block;
}
.widget_greenmart_list_categories .cat-name:hover {
    color: #6c9d24;
}
.tagcloud::after, ul.list-tags li::after {
    display: block;
    clear: both;
    content: ""}
.tagcloud a, ul.list-tags li a {
    padding: 3px 20px;
    color: #777;
    border: 1px solid #eee;
    font-size: 13px !important;
    display: inline-block;
    border-radius: 5px;
    margin: 0 3px 9px 3px;
}
.tagcloud a:hover, ul.list-tags li a:hover {
    border-color: #6c9d24;
}
.wrapper-share-tags {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid #eee;
    margin-top: 14px;
    padding: 22px 0;
}
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-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: #6c9d24;
}
.widget_pages>ul li a, .widget_meta>ul li a, .widget_archive>ul li a {
    display: inline-block;
    color: #6a7180;
}
.widget_pages>ul li a:hover, .widget_meta>ul li a:hover, .widget_archive>ul li a:hover {
    color: #6c9d24;
}
.widget select {
    width: 100%;
    padding: 8px;
}
.widget_pages ul {
    list-style: none;
}
.widget_pages ul li {
    line-height: 2;
}
.widget_pages ul li:first-child {
    border-top: 1px solid #eee;
}
.widget_pages>ul {
    padding: 0;
    margin: 0;
}
.textwidget select {
    padding: 8px;
    max-width: 100%}
.widget_greenmart_popup_newsletter .modal.show {
    display: flex !important;
    align-items: center;
    justify-content: center;
}
.widget_greenmart_popup_newsletter .modal-dialog {
    max-width: 470px;
    width: 100%}
.widget_greenmart_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_greenmart_popup_newsletter .popup-newsletter-widget {
    display: block;
    padding: 0;
    text-align: center;
}
.widget_greenmart_popup_newsletter .popup-newsletter-widget::after {
    display: block;
    clear: both;
    content: ""}
.widget_greenmart_popup_newsletter h3 {
    font-size: 22px;
    line-height: 22px;
    margin: 0 0 9px;
    font-weight: 700;
    color: #000;
}
.widget_greenmart_popup_newsletter .sale {
    color: #ffb400;
}
.widget_greenmart_popup_newsletter .description {
    line-height: 30px;
    margin: 0 0 12px;
    color: #999;
}
.widget_greenmart_popup_newsletter .modal-body {
    padding: 0;
}
.widget_greenmart_popup_newsletter .modal-body::after {
    display: block;
    clear: both;
    content: ""}
.widget_greenmart_popup_newsletter .popup-content {
    padding: 48px 30px 137px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: left center;
    position: relative;
    color: #fff;
}
.widget_greenmart_popup_newsletter .popup-content>a {
    display: block;
}
.widget_greenmart_popup_newsletter .popup-content>a i {
    width: auto;
}
.widget_greenmart_popup_newsletter .popup-content>span {
    cursor: pointer;
    display: inline-block;
    margin-top: 42px;
    font-size: 14px;
    color: #6c9d24;
    margin-bottom: 30px;
}
.widget_greenmart_popup_newsletter .popup-content>span+.social {
    margin: 0;
    margin-bottom: -45px;
}
.widget_greenmart_popup_newsletter .widget-newletter .input-group {
    margin: 0;
    display: block;
}
.widget_greenmart_popup_newsletter .widget-newletter .input-group-btn {
    width: 100%;
    display: block;
}
.widget_greenmart_popup_newsletter .widget-newletter .input-group-btn>.btn {
    margin: 0;
}
.widget_greenmart_popup_newsletter .widget-newletter .input-newletter {
    padding-left: 14px;
    border-color: #ccc;
}
.widget_greenmart_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_greenmart_popup_newsletter .social>li {
    margin: 0 5px 5px 0;
}
.widget_greenmart_popup_newsletter .social>li a {
    width: 40px;
    height: 40px;
}
.widget_greenmart_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: #fff;
    top: 35px;
    border: 1px solid #eee;
}
.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: #6c9d24;
}
.widget_search form {
    padding: 0 10px 0 15px;
}
.widget_search .form-control {
    padding: 0;
    height: 42px;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.widget_search .btn {
    font-size: 15px;
    padding: 0;
}
.widget_search .btn:hover i {
    color: #6c9d24;
}
.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 {
    padding: 10px 0;
}
.tbay-breadscrumb .breadscrumb-inner {
    margin: 12px 0;
}
.tbay-breadscrumb .breadscrumb-inner::after {
    display: block;
    clear: both;
    content: ""}
.tbay-breadscrumb .breadscrumb-inner .breadcrumb>li+li::before, .tbay-breadscrumb .breadscrumb-inner .breadcrumb a+li::before {
    content: "/ ";
    color: #ccc;
    padding: 0 5px;
}
.tbay-breadscrumb .breadcrumb {
    padding: 15px 0;
    background-color: transparent;
    margin: 0;
    font-weight: 500;
    line-height: 20px;
    display: inline-block;
}
.tbay-breadscrumb .breadcrumb li {
    color: #6c9d24;
    display: inline-block;
}
.tbay-breadscrumb .breadcrumb li a {
    color: #000;
}
.tbay-breadscrumb .breadcrumb li a:hover {
    color: #6c9d24;
}
.tbay-breadscrumb .breadcrumb .active {
    color: #6c9d24;
}
.tbay-breadscrumb.breadcrumbs-image {
    position: relative;
    padding: 0;
}
.tbay-breadscrumb.breadcrumbs-image .breadscrumb-inner {
    position: absolute;
    top: 0;
    height: 100%;
    margin: 0;
    text-align: left;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
}
.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: #fff;
    font-size: 15px;
}
.tbay-breadscrumb.breadcrumbs-image .breadscrumb-inner .breadcrumb li a {
    color: #fff;
    font-size: 15px;
}
.tbay-breadscrumb.breadcrumbs-image .breadscrumb-inner h1 {
    color: #fff;
    margin: 0 0 7px;
    font-size: 30px;
    font-weight: bold;
    line-height: 36px;
    text-align: left;
}
.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: #000;
    font-weight: normal;
}
.tbay-breadscrumb.breadcrumbs-color .page-title, .tbay-breadscrumb.breadcrumbs-text .page-title {
    padding-top: 15px;
}
.tbay-breadscrumb .tbay-woocommerce-breadcrumb.breadcrumb>li+li:before {
    content: "/";
    padding: 0 5px;
}
.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: 50px;
}
.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: 50px;
    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: 50px;
    color: #888;
}
.tbay-breadscrumb .product-nav-icon .img-link:hover {
    color: #6c9d24;
}
.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: #fff;
    position: absolute;
    top: 100%;
    right: 0;
    left: auto;
    border: 1px solid #eee;
    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: 40px;
    font-weight: bold;
    margin: 0;
    padding-bottom: 0;
}
.active-nav-right .breadcrumb, .active-nav-icon .breadcrumb {
    float: left;
}
.greenmart-back-btn {
    float: right;
    color: #888;
}
.greenmart-back-btn i {
    margin-right: 9px;
    margin-left: 0;
    line-height: 50px;
    display: inline-block;
}
.greenmart-back-btn span {
    display: inline-block;
}
.greenmart-back-btn:hover {
    color: #6c9d24;
}
.tbay-body-default .entry-single .entry-content a {
    color: inherit;
}
.tbay-body-default .widget_pages>ul li a:hover, .tbay-body-default .widget_pages>ul li a[aria-current="page"], .tbay-body-default .widget_pages>ul li a[aria-current="page"], .tbay-body-default .widget_archive>ul li a:hover, .tbay-body-default .widget_archive>ul li a[aria-current="page"], .tbay-body-default .widget_archive>ul li a[aria-current="page"] {
    color: #6c9d24;
}
.tbay-body-default .topbar-device-mobile .button-search i {
    color: #000;
}
.tbay-body-default.woocommerce.single-product .woocommerce-info, .tbay-body-default.woocommerce.single-product .woocommerce-message, .tbay-body-default.woocommerce.single-product .woocommerce-error {
    margin-top: 0;
    margin-bottom: 30px;
}
.tbay-body-default .search-content .layout-blog {
    padding: 0;
}
.tbay-body-default .search-content .page-header {
    margin-top: 0;
    margin-bottom: 50px;
}
.tbay-body-default .post:not(.sticky) .entry-meta-list {
    display: contents;
}
.tbay-body-default .post:not(.sticky) .entry-meta-list>li {
    display: inline;
}
.tbay-body-default .post:not(.sticky) .entry-meta-list>li.entry-category a:nth-child(n+2) {
    margin: 0;
}
.tbay-body-default.single-post .entry-thumb, .tbay-body-default.single-post .owl-carousel-play, .tbay-body-default.single-post .content-image, .tbay-body-default.single-post .audio-wrap, .tbay-body-default.single-post .link-wrap, .tbay-body-default.single-post>blockquote {
    padding-bottom: 0;
    padding-top: 30px;
}
.tbay-body-default.single-post .main-content {
    margin-top: 80px;
}
.tbay-body-default .tbay-footer {
    padding-top: 30px;
}
.tbay-body-default .entry-description {
    margin-bottom: 0;
}
.tbay-body-default .calendar_wrap caption {
    text-align: center;
    caption-side: unset;
    padding-top: 0;
    font-size: 15px;
}
.tbay-body-default .calendar_wrap tr>th, .tbay-body-default .calendar_wrap tr>td {
    color: #6a7180;
    padding: .4em .236em;
    text-align: center;
}
.tbay-body-default .calendar_wrap tr>th {
    color: #0b132b;
}
.tbay-body-default .calendar_wrap .wp-calendar-nav {
    padding: .236em;
    border: 1px solid #eee;
    border-top: 0;
    font-size: 15px;
    display: flex;
    justify-content: space-between;
}
.tbay-body-default table {
    margin-bottom: 0;
}
.tbay-body-default #main {
    margin-top: 40px;
}
@media(min-width:768px) {
    .tbay-body-default #main {
    margin-top: 80px;
}
}.tbay-body-default #main .sidebar {
    padding-bottom: 30px;
}
.tbay-body-default .sidebar:not(.top-archive-content) {
    margin-top: 0;
}
.tbay-body-default p {
    line-height: 1.8 !important;
}
.tbay-body-default .post .entry-content h3, .tbay-body-default .post .entry-content h2, .tbay-body-default .post .entry-content h1, .tbay-body-default #comments .description h3, .tbay-body-default #comments .description h2, .tbay-body-default #comments .description h1 {
    color: #0b132b;
}
.tbay-body-default .post-list .post .entry-header {
    padding-left: 0;
}
.tbay-body-default .post-list .entry-thumb+.entry-content .entry-header {
    margin-top: 30px !important;
}
.tbay-body-default .post-password-form input[type=submit] {
    height: 40px;
}
.tbay-body-default .entry-header h1.entry-title {
    margin-bottom: 15px;
    margin-top: 0;
    color: #0b132b;
}
.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 {
    border-top: 1px solid #eee;
}
.tbay-body-default .entry-single .tagcloud a {
    color: #6a7180;
}
.tbay-body-default .entry-single .tagcloud a:hover, .tbay-body-default .entry-single .tagcloud a:focus {
    color: #6c9d24;
}
.tbay-body-default .entry-single .wp-block-verse {
    margin-bottom: 30px;
}
.tbay-body-default .wrapper-share-tags {
    display: block;
    border-top: 0;
    padding: 0;
    margin-top: 0;
}
.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: #999 !important;
}
.tbay-body-default .mini_cart_item>a.remove_from_cart_button:hover {
    background: transparent;
    color: red !important;
}
.tbay-body-default .woocommerce-mini-cart__buttons>a.wc-forward {
    margin-bottom: 7px;
    color: #000;
    background: #f5f5f5;
    border: 1px solid #ddd;
    display: block;
    padding: 0 30px;
    font-weight: bold;
    line-height: 44px;
    text-align: center;
}
.tbay-body-default .woocommerce-mini-cart__buttons>a.wc-forward.checkout {
    background: #6c9d24;
    color: #fff;
}
.tbay-body-default .woocommerce-mini-cart__buttons>a.wc-forward.checkout:hover {
    background: #6c9d24;
    border-color: #6c9d24;
}
.tbay-body-default ul.cart_empty>li {
    padding: 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 0 30px;
}
.tbay-body-default .woocommerce .woocommerce-cart-form {
    padding: 30px 0;
}
.tbay-body-default form.checkout {
    padding-bottom: 0;
}
.tbay-body-default .header-logo .logo-theme img {
    max-width: 126px;
}
.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;
    padding-top: 10px;
}
.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 ul li, .tbay-body-default .footer .widget ul li ul li {
    padding-left: 1.5rem;
    border: 0;
}
.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;
    color: #0b132b;
}
.tbay-body-default .widget.widget_text p strong {
    display: inline-block;
}
.tbay-body-default .widget.widget_text p strong:first-child {
    margin-bottom: 15px;
}
.tbay-body-default .widget.widget_text p strong:last-child {
    margin-top: 15px;
}
.tbay-body-default .widget.widget_rss ul li {
    padding: 15px 0;
}
.tbay-body-default .widget.widget_rss ul li a {
    display: block;
    font-size: 16px;
    color: #0b132b;
    font-weight: 500;
}
.tbay-body-default .widget.widget_rss ul li a:hover {
    color: #6c9d24;
}
.tbay-body-default .widget.widget_rss ul li .rss-date, .tbay-body-default .widget.widget_rss ul li cite {
    font-size: 13px;
    font-style: normal;
    line-height: 1.5;
    font-weight: 500;
}
.tbay-body-default .widget.widget_rss ul li cite {
    margin: 0;
}
.tbay-body-default .widget.widget_rss ul li span {
    font-size: 15px;
}
.tbay-body-default .widget.widget_rss ul li .rssSummary {
    font-size: 15px;
    margin-top: 8px;
}
.tbay-body-default select {
    padding: 8px;
    border: 1px solid #eee;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    margin-bottom: 5px;
}
.tbay-body-default select:focus {
    outline: 0;
}
.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 {
    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: #6c9d24;
}
.tbay-body-default .entry-single .tagcloud {
    padding-top: 40px;
    margin-top: 14px;
}
.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 #000;
}
.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;
    color: #0b132b;
}
.tbay-body-default #tbay-footer .widget.widget_rss ul li a {
    color: #0b132b;
}
.tbay-body-default #tbay-footer .widget.widget_rss ul li a:hover {
    color: #6c9d24;
}
.tbay-body-default #tbay-footer ul>li>a {
    color: #6a7180;
}
.tbay-body-default #tbay-footer a:hover {
    color: #6c9d24;
    text-decoration: none;
}
.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 .dokan-store #main>.row, .dokan-store .tbay-body-default #tbay-footer #main>.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 .widget {
    position: relative;
    padding-bottom: 30px;
    margin-bottom: 9px;
}
.tbay-body-default #tbay-footer .widget:after {
    content: '';
    height: 1px;
    background-color: #e0e6ea;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}
.tbay-body-default #tbay-footer .widget:last-child::after {
    display: none;
}
.tbay-body-default #tbay-footer .widget>.widget-title, .tbay-body-default #tbay-footer .widget .widgettitle {
    font-size: 20px;
    color: #0b132b;
    margin: 0 0 20px;
    font-weight: 500;
}
.tbay-body-default #tbay-footer .widget:not(:first-child)>.widget-title, .tbay-body-default #tbay-footer .widget:not(:first-child) .widgettitle {
    padding-top: 17px;
}
.tbay-body-default #tbay-footer .widget ul {
    padding: 0;
    margin: 0;
}
.tbay-body-default #tbay-footer .widget ul li {
    list-style: none;
    font-size: 15px;
    line-height: 26px;
}
.tbay-body-default #tbay-footer .widget ul li+li, .tbay-body-default #tbay-footer .widget ul li ul {
    padding-top: 10px;
}
.tbay-body-default #tbay-footer .widget ul li a {
    font-size: 15px;
}
.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 #tbay-footer .tbay-copyright a {
    color: #6c9d24;
}
.tbay-body-default .rsswidget>img {
    vertical-align: unset;
}
.woocommerce-mini-cart__total {
    padding: 25px 0;
}
.woocommerce-mini-cart__empty-message {
    margin: 0;
    padding: 25px 0;
}
div[class^=wp-block-], figure[class^=wp-block-], ul[class^=wp-block-] {
    margin-top: 18px;
}
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: #d0d0d0;
}
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 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;
}
@media(min-width:959px) {
    .wp-block-image.alignwide img, .wp-block-image.alignwide figcaption {
    max-width: 100%;
    width: 150%}
}.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 #000;
}
.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: #000;
    font-size: 20px;
    line-height: 28px;
    font-weight: 500;
    border-left-width: 4px;
    border-left-style: solid;
    border-left-color: #000;
}
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: #0b132b;
    text-decoration: none;
}
div[class^=wp-block-] a:hover, div[class^=wp-block-] a:focus, div[class^=wp-block-] a:active, figure[class^=wp-block-] a:hover, figure[class^=wp-block-] a:focus, figure[class^=wp-block-] a:active, ul[class^=wp-block-] a:hover, ul[class^=wp-block-] a:focus, ul[class^=wp-block-] a:active, .tbay-body-default .main-page a:hover, .tbay-body-default .main-page a:focus, .tbay-body-default .main-page a:active, .tbay-body-default .entry-single a:hover, .tbay-body-default .entry-single a:focus, .tbay-body-default .entry-single a:active {
    color: #6c9d24;
}
.tbay-body-default .content-404 a.backtohome {
    color: #fff !important;
}
.tbay-body-default .entry-single .entry-description a {
    color: #fff;
}
.tbay-body-default .main-page .page-links a:hover {
    color: #fff;
}
div[class^=wp-block-] .wp-block-button__link {
    color: #fff;
    text-decoration: none;
}
div[class^=wp-block-] .wp-block-button__link:hover {
    color: #fff;
}
.aligncenter, div.aligncenter {
    text-align: center;
}
.entry-single .entry-content .wp-block-cover .wp-block-cover-text {
    color: #fff;
}
.entry-single .entry-content .wp-block-cover .wp-block-cover-text a {
    color: #fff;
}
.entry-content .is-style-outline .wp-block-button__link:not(.has-text-color) {
    color: #222;
}
.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 #000;
    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 {
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}
body.tbay-body-default .tbay-topcart .cart_list li {
    padding-bottom: 20px !important;
}
body.tbay-body-default .tbay-topcart .cart_list li+li {
    margin-top: 23px !important;
    margin-bottom: 0 !important;
}
body.tbay-body-default .entry-title {
    margin-bottom: 10px;
    margin-top: 10px;
}
body.tbay-body-default .singular-shop>.product .single-main-content {
    padding-top: 0;
}
body.tbay-body-default #main-container {
    padding-bottom: 10px;
}
body.tbay-body-default.post-type-archive-product .main-wrapper, body.tbay-body-default.single-product .main-wrapper {
    padding-bottom: 30px;
}
body.tbay-body-default.woocommerce-cart #tbay-main-content {
    padding-bottom: 30px;
}
body.tbay-body-default.woocommerce-checkout .woocommerce {
    padding: 0;
}
body.tbay-body-default .single-post .post-excerpt {
    padding: 40px 0;
}
body.tbay-body-default.attachment .single-post .post-excerpt {
    padding-top: 0;
}
body.tbay-body-default.attachment .tbay-main-content {
    margin-top: 40px;
}
body.tbay-body-default .related-posts {
    padding: 30px 0;
}
body.tbay-body-default.archive .layout-blog {
    padding: 0;
}
body.tbay-body-default .has-large-font-size {
    color: #6a7180;
}
.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: 30px;
}
.wp-block-file .wp-block-file__button {
    color: #fff !important;
}
@media screen and (max-width:782px) {
    html body.admin-bar {
    top: -46px !important;
    position: relative;
    height: calc(100vh - -46px);
}
}@media(max-width:767px) {
    .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: #fff;
}
}
@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;
}
}.post-navigation .nav-links>*>div>div {
    max-width: 100%}
@media(max-width:767px) {
    .tbay-body-default.single-post .main-content {
    margin-top: 30px;
}
.tbay-body-default.single-product #main {
    margin-top: 0;
}
.tbay-body-default .archive-shop>.tbay-filter .SumoSelect>.CaptionCont>span {
    padding-left: 0;
}
.tbay-body-default .archive-shop>.tbay-filter .woocommerce-ordering select {
    padding: 0;
}
}@media(max-width:1199px) {
    .tbay-body-default .archive-shop>.tbay-filter .main-filter {
    height: 50px;
}
.tbay-body-default .archive-shop>.tbay-filter .main-filter .woocommerce-result-count {
    width: auto;
    line-height: 40px !important;
}
}@media(max-width:1200px) {
    .tbay-body-default #comments ul.comment-list .children .comment: last-child .reply {
    padding-bottom: 12px;
}
}#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;
}
.wpml-ls-menu-item .wpml-ls-flag {
    margin-right: 8px;
    margin-left: 0;
}
#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: #6c9d24;
}
#elementor .tbay-element-nav-menu .dropdown-menu .elementor-nav-menu--main>ul>li>a {
    color: #999;
}
#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: #6c9d24;
}
.elementor-widget-image .elementor-image>a, .elementor-widget-image .elementor-image figure>a {
    display: block;
}
.elementor-widget-tbay-nav-menu .elementor-nav-menu--main .elementor-nav-menu ul {
    width: auto;
    position: unset;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    transition: none !important;
}
.elementor-widget-tbay-nav-menu .elementor-nav-menu--main .elementor-nav-menu ul.dropdown-menu {
    position: absolute;
}
.elementor-widget-tbay-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: 10px 0;
}
.header-default .container, .header-default .dokan-dashboard .dokan-dashboard-wrap, .dokan-dashboard .header-default .dokan-dashboard-wrap, .header-default .dokan-store #main, .dokan-store .header-default #main, .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 ul {
    flex-direction: row;
}
.header-default ul>li {
    padding: 20px;
}
.header-default ul>li:first-child {
    padding-left: 0;
}
.header-default ul>li:hover a, .header-default ul>li:hover .caret::before, .header-default ul>li:focus a, .header-default ul>li:focus .caret::before, .header-default ul>li.active a, .header-default ul>li.active .caret::before {
    color: #6c9d24;
}
.header-default ul>li .caret {
    position: relative;
    -webkit-transition: .35s;
    -o-transition: .35s;
    transition: .35s;
}
.header-default ul>li .caret:before {
    content: "";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-family: "tb-icon"}
.header-default ul>li .caret:before {
    font-size: 9px;
    color: #0b132b;
    -webkit-transition: .35s;
    -o-transition: .35s;
    transition: .35s;
    display: inline-block;
}
.header-default ul>li>a {
    line-height: 46px;
    color: #0b132b;
}
.header-default ul>li.active-mega-menu:hover>.dropdown-menu, .header-default ul>li.active-mega-menu:focus>.dropdown-menu, .header-default ul>li.menu-item-has-children:hover>.dropdown-menu, .header-default ul>li.menu-item-has-children:focus>.dropdown-menu {
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible;
    -webkit-box-shadow: 0 3px 15px rgba(0, 0, 0, 0.06);
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.06);
    border-top: 1px solid #e0e6ea;
}
.header-default ul>li.active-mega-menu:hover .caret:before, .header-default ul>li.active-mega-menu:focus .caret:before, .header-default ul>li.menu-item-has-children:hover .caret:before, .header-default ul>li.menu-item-has-children:focus .caret:before {
    color: #6c9d24;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}
.header-default ul>li.active-mega-menu.aligned-left, .header-default ul>li.menu-item-has-children.aligned-left {
    position: relative;
}
.header-default ul>li.flash-sale a, .header-default ul>li.flash-sale .caret::before {
    font-weight: 700;
    color: #e20202;
}
.header-default ul>li.flash-sale a:hover, .header-default ul>li.flash-sale .caret::before:hover {
    color: #e20202;
}
.header-default ul>li.menu-item-has-children .dropdown-menu {
    padding: 15px 0;
    min-width: 255px;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
}
.header-default ul>li.menu-item-has-children .dropdown-menu>li {
    padding: 0 28px;
    line-height: 34px;
}
.header-default ul>li.menu-item-has-children .dropdown-menu>li>a {
    color: #999;
    font-weight: 400;
    line-height: 28px;
}
.header-default ul>li.menu-item-has-children .dropdown-menu>li:hover>a, .header-default ul>li.menu-item-has-children .dropdown-menu>li:focus>a, .header-default ul>li.menu-item-has-children .dropdown-menu>li.active>a {
    color: #6c9d24;
}
.header-default ul>li.menu-item-has-children .dropdown-menu>li.menu-item-has-children .caret {
    display: none;
}
.header-default ul>li.menu-item-has-children .dropdown-menu>li.menu-item-has-children .dropdown-menu {
    top: 0;
    left: 100%;
    right: auto;
}
.header-default ul .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 .dropdown-menu .elementor-heading-title, .header-default ul .dropdown-menu .heading-tbay-title {
    font-size: 14px;
    line-height: 24px;
    font-weight: 700;
    color: #000;
    padding: 0 13px 12px;
}
.header-default ul .dropdown-menu ul>li {
    padding: 0 13px;
}
.header-default ul .dropdown-menu ul>li>a {
    color: #999;
    font-size: 14px;
    line-height: 28px;
    border: 0;
    padding: 0;
    display: inline-block;
}
.header-default ul .dropdown-menu ul>li:hover a, .header-default ul .dropdown-menu ul>li:focus a, .header-default ul .dropdown-menu ul>li.active a {
    color: #6c9d24;
}
.header-default ul .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 {
    top: 67px !important;
    padding: 15px 30px;
}
.header-default .tbay-topcart .cart_list a.remove i {
    top: 0;
}
.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: #fff;
    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 .tbay-topcart .cart_list li {
    padding: 10px 0 !important;
}
.header-default .tbay-topcart .cart_list a.remove i {
    top: 10px;
}
.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;
}
#tbay-header .elementor-widget-wrap>.elementor-element {
    margin-bottom: 0;
}
@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: #fff;
    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;
}
}.tbay-horizontal-default ul.navbar-nav {
    flex-direction: row;
}
.tbay-horizontal-default ul.navbar-nav>li {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.2;
    padding: 11px 20px;
    border-bottom: 3px solid transparent;
    border-left: 1px solid #fafafa;
    cursor: pointer;
}
.tbay-horizontal-default ul.navbar-nav>li:first-child {
    padding-left: 0;
    border-left: 0;
}
.tbay-horizontal-default ul.navbar-nav>li.active, .tbay-horizontal-default ul.navbar-nav>li:hover {
    border-bottom-color: #6c9d24;
}
.tbay-horizontal-default ul.navbar-nav>li.active>a, .tbay-horizontal-default ul.navbar-nav>li.active i, .tbay-horizontal-default ul.navbar-nav>li:hover>a, .tbay-horizontal-default ul.navbar-nav>li:hover i {
    color: #6c9d24;
}
.tbay-horizontal-default ul.navbar-nav>li:hover .dropdown-menu {
    display: block;
}
.tbay-horizontal-default ul.navbar-nav>li .dropdown-menu {
    position: absolute;
    -webkit-box-shadow: 0 2px 16px rgba(0, 0, 0, 0.06);
    box-shadow: 0 2px 16px rgba(0, 0, 0, 0.06);
    padding: 15px 0;
    border: 0;
    min-width: 170px;
    left: 0;
    right: auto;
    width: 100%;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    top: calc(100% - -1px);
}
.tbay-horizontal-default ul.navbar-nav>li .dropdown-menu>li {
    background: transparent;
    padding: 5px 20px;
    line-height: 1.7;
}
.tbay-horizontal-default ul.navbar-nav>li .dropdown-menu>li a {
    font-weight: 400;
}
.tbay-horizontal-default ul.navbar-nav>li .dropdown-menu>li:hover a, .tbay-horizontal-default ul.navbar-nav>li .dropdown-menu>li.active a {
    color: #6c9d24;
}
.tbay-horizontal-default ul.navbar-nav>li.active-mega-menu .dropdown-menu {
    left: 15px;
    width: calc(100% - 30px);
    padding: 15px 25px;
    margin: 0;
    top: 100%}
.tbay-horizontal-default ul.navbar-nav>li.active-mega-menu .dropdown-menu ul>li {
    font-weight: 400;
}
.tbay-horizontal-default i {
    color: #ccc;
    font-size: 15px;
    max-width: 50px;
    margin-right: 8px;
    margin-left: 0;
}
#tbay-header {
    -webkit-box-shadow: 0 4px 15px rgba(0, 0, 0, 0.06);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.06);
}
#tbay-header .tbay-mainmenu {
    border-top: 1px solid #fafafa;
    margin-top: 25px;
}
#tbay-header .tbay-mainmenu .container, #tbay-header .tbay-mainmenu .dokan-dashboard .dokan-dashboard-wrap, .dokan-dashboard #tbay-header .tbay-mainmenu .dokan-dashboard-wrap, #tbay-header .tbay-mainmenu .dokan-store #main, .dokan-store #tbay-header .tbay-mainmenu #main, #tbay-header .tbay-mainmenu #wcfm-main-contentainer .wcfm-membership-wrapper, #wcfm-main-contentainer #tbay-header .tbay-mainmenu .wcfm-membership-wrapper, #tbay-header .tbay-mainmenu .wcfmmp-store-page #wcfmmp-store, .wcfmmp-store-page #tbay-header .tbay-mainmenu #wcfmmp-store {
    position: relative;
}
#tbay-header .cart-default .dropdown-menu.show {
    top: 50px !important;
}
.wrapper-container:after {
    position: absolute;
    top: 0;
    left: 0;
    right: auto;
    width: 100%;
    height: 100%;
    content: "";
    background: rgba(0, 0, 0, 0.66);
    visibility: hidden;
    z-index: 1000;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    pointer-events: none;
    opacity: 0;
    filter: alpha(opacity=0);
}
.wrapper-container.active:after {
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible;
    pointer-events: all;
}
.wrapper-container.active .tbay-offcanvas-main {
    overflow: visible;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible;
    z-index: 9999;
}
.wrapper-container.active .tbay-offcanvas-main+#tbay-header {
    z-index: 1;
}
.tbay-offcanvas-main {
    right: 0;
    left: auto;
    position: absolute;
    width: 270px;
    background: #fff;
    min-height: 100vh;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
    opacity: 0;
    filter: alpha(opacity=0);
    visibility: hidden;
    top: 0;
}
.tbay-offcanvas-main .navbar {
    margin: 0;
}
.tbay-offcanvas-main .navbar-nav {
    width: 100%;
    float: none;
}
.tbay-offcanvas-main .navbar-nav>li {
    float: none;
    border-top: 1px solid #eee;
    cursor: pointer;
    display: block;
}
.tbay-offcanvas-main .navbar-nav>li>a {
    color: #000;
    font-size: 14px;
    display: inline-block;
    padding: 0;
    padding-left: 16px;
    line-height: 40px;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}
.tbay-offcanvas-main .navbar-nav>li>a i {
    font-size: 18px;
    vertical-align: middle;
    margin: 0;
    margin-right: 10px;
}
.tbay-offcanvas-main .navbar-nav>li:last-child {
    border-bottom: 1px solid #eee;
}
.tbay-offcanvas-main .navbar-nav>li:hover, .tbay-offcanvas-main .navbar-nav>li.active {
    background: #f5f5f5;
}
.tbay-offcanvas-main .navbar-nav>li:hover>a, .tbay-offcanvas-main .navbar-nav>li.active>a {
    background: transparent;
}
.tbay-offcanvas-main .navbar-nav li.active-mega-menu {
    position: relative;
}
.tbay-offcanvas-main .navbar-nav li.active-mega-menu:after {
    content: "";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-family: "tb-icon"}
.tbay-offcanvas-main .navbar-nav li.active-mega-menu:after {
    position: absolute;
    left: auto;
    right: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 10px;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}
.tbay-offcanvas-main .navbar-nav li.active-mega-menu:hover:after {
    -webkit-transform: translateY(-50%) rotate(180deg);
    -moz-transform: translateY(-50%) rotate(180deg);
    -ms-transform: translateY(-50%) rotate(180deg);
    -o-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg);
}
.tbay-offcanvas-main .navbar-nav li.active-mega-menu:hover .dropdown-menu {
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible;
}
.tbay-offcanvas-main .navbar-nav li.aligned-fullwidth>.dropdown-menu {
    left: auto;
    right: 100%}
.tbay-offcanvas-main .navbar-nav .dropdown-menu {
    list-style: none;
    position: absolute;
    top: 0;
    left: auto;
    right: 100%;
    padding: 25px 30px;
    background: #fff;
    text-align: left;
    opacity: 0;
    filter: alpha(opacity=0);
    visibility: hidden;
    z-index: 1;
    margin: 0;
    display: block;
    border: 1px solid #eee;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    max-width: unset !important;
}
.tbay-offcanvas-main .navbar-nav .dropdown-menu>li a {
    background: transparent !important;
}
.tbay-offcanvas-main .navbar-nav .dropdown-menu>li.active>a, .tbay-offcanvas-main .navbar-nav .dropdown-menu>li>a:hover, .tbay-offcanvas-main .navbar-nav .dropdown-menu>li>a:focus {
    color: #6c9d24;
}
.tbay-offcanvas-main .navbar-nav .text-label {
    font-size: 11px;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    line-height: 18px;
    position: static;
    display: inline-block;
    vertical-align: top;
    margin: 0;
    margin-left: 5px;
}
.tbay-offcanvas-main .navbar-nav .text-label:before {
    display: none;
}
.tbay-offcanvas-main .column-hidden {
    display: none;
}
.tbay-offcanvas-main .column-full {
    width: 100%}
.offcanvas-head {
    position: relative;
}
.offcanvas-head h3 {
    font-size: 14px;
    font-weight: 500;
    padding: 35px 18px;
    margin: 0;
}
.offcanvas-head .btn-toggle-canvas {
    font-size: 12px;
    position: absolute;
    left: auto;
    right: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.offcanvas-head .btn-toggle-canvas i {
    font-weight: 600;
}
.navbar-nav.tbay-menu-category>li>a {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: 13px;
    line-height: 20px;
    padding: 15px 8px;
    padding-right: 20px;
    color: #000;
    font-weight: normal;
}
.navbar-nav.tbay-menu-category>li>a i {
    font-size: 18px;
    margin-right: 4px;
}
.navbar-nav.tbay-menu-category>li:hover>a {
    color: #6c9d24;
    background: #000;
}
.navbar-nav.tbay-menu-category>li>.dropdown-menu {
    padding: 15px 25px 30px 25px;
}
.navbar-nav.tbay-menu-category>li>.dropdown-menu .tbay_custom_menu {
    padding-bottom: 20px;
}
.navbar-nav.tbay-menu-category>li>.dropdown-menu .tbay-addon .tbay-addon-title {
    line-height: 42px;
    font-size: 14px;
}
.navbar-nav.tbay-menu-category>li>.dropdown-menu .tbay-addon ul:not(.entry-meta-list) li>a {
    line-height: 30px;
}
.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;
}
.heading-tbay-title {
    font-size: 20px;
    line-height: 1.7;
    margin: 0;
    text-align: center;
    font-weight: 300;
    position: relative;
    color: #222;
    display: flex;
    flex-direction: column;
    padding-bottom: 20px;
    font-family: var(--tb-text-second-font);
}
.heading-tbay-title .subtitle {
    display: block;
    font-weight: normal;
    color: #777;
    padding-top: 6px;
}
.readmore-wrapper {
    text-align: center;
    margin-top: 21px;
}
.show-all {
    display: inline-block;
    width: auto;
    color: #fff;
    font-weight: normal;
    padding: 0 22px;
    line-height: 36px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    background: #6c9d24;
    font-size: 13px;
    border-width: 1px;
    border-style: solid;
    border-color: #6c9d24;
    letter-spacing: 1.5px;
}
.show-all i {
    display: inline-block;
    vertical-align: middle;
}
.show-all:hover {
    color: #6c9d24;
    background: #fff;
}
.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: #fff;
    -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: #000;
    line-height: 24px;
    font-weight: 700;
}
.tbay-element-banner .banner-title .subtitle {
    color: #555;
}
.tbay-element-banner .banner-title .description {
    color: #999;
}
.section-banner-close {
    margin-top: -1px;
}
.section-banner-close .elementor-widget-tbay-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 .dokan-store #main, .dokan-store .tbay-element-banner-close .banner-content #main, .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: #fff;
    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: #6c9d24;
}
.tbay-element-brands .row.grid {
    margin-left: -15px;
    margin-right: -15px;
}
.tbay-element-brands .row.grid>div {
    padding: 0 15px;
    margin-bottom: 15px;
}
.tbay-element-brands .owl-carousel.slick-slider .item .inner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.tbay-element-brands .item .inner>a {
    opacity: .25;
    filter: alpha(opacity=25);
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.tbay-element-brands .item:hover .inner>a {
    opacity: 1;
    filter: alpha(opacity=100);
}
.elementor-widget-tbay-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: #6c9d24;
    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: #6c9d24;
    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: #6c9d24;
}
.collaborate .tbay-element.tbay-element-heading .heading-tbay-title .subtitle {
    padding-top: 12px;
}
.tbay-element.tbay-element-testimonials .testimonial-meta:before {
    visibility: hidden;
}
.elementor-widget-icon-box .elementor-icon-box-wrapper {
    text-align: left;
}
.elementor-widget-icon-box .elementor-icon-box-wrapper .elementor-icon {
    color: #6c9d24;
    margin-top: 12px;
    margin-bottom: 12px;
    font-size: 60px;
}
.elementor-widget-icon-box .elementor-icon-box-wrapper .elementor-icon-box-content .elementor-icon-box-title {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 8px;
}
.tbay-element-list-menu {
    line-height: 23px;
}
.tbay-element-list-menu .list-menu-wrapper {
    color: #999;
}
.tbay-element-features {
    text-align: left;
}
.tbay-element-features .row.grid {
    margin-left: 0;
    margin-right: 0;
}
.tbay-element-features .row.grid>div {
    padding-left: 0;
    padding-right: 0;
}
.tbay-element-features .fbox-icon {
    font-size: 16px;
    color: #6c9d24;
}
.tbay-element-features .ourservice-heading {
    font-size: 14px;
    line-height: 21px;
    color: #17181a;
    font-weight: 600;
    margin: 0 0 5px;
    font-family: var(--tb-text-primary-font);
}
.tbay-element-features .description {
    color: #777;
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 0;
}
.tbay-element-features .inner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.tbay-element-features .inner .fbox-content {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.tbay-element-features .fbox-image, .tbay-element-features .fbox-icon {
    margin-right: 6px;
    margin-left: 0;
}
.feature-style-1 .item {
    margin-bottom: 40px;
}
.feature-style-2 .inner, .feature-style-3 .inner {
    padding: 18px 18px 18px 25px;
    background-color: #fff;
    border: 1px solid #eee;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    margin-right: 10px;
    margin-left: 0;
    width: 100%}
.feature-style-2 .ourservice-heading, .feature-style-2 .description, .feature-style-3 .ourservice-heading, .feature-style-3 .description {
    font-size: 13px;
    line-height: 20px;
}
.feature-style-2 .ourservice-heading, .feature-style-3 .ourservice-heading {
    font-weight: 700;
}
.feature-style-2 .fbox-icon, .feature-style-2 .fbox-image, .feature-style-3 .fbox-icon, .feature-style-3 .fbox-image {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    margin-bottom: 0;
    position: relative;
    float: left;
    margin-right: 20px;
    margin-left: 0;
    background-color: #fafafa;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
}
.feature-style-2 .fbox-icon>i, .feature-style-2 .fbox-icon>img, .feature-style-2 .fbox-image>i, .feature-style-2 .fbox-image>img, .feature-style-3 .fbox-icon>i, .feature-style-3 .fbox-icon>img, .feature-style-3 .fbox-image>i, .feature-style-3 .fbox-image>img {
    position: absolute;
    font-size: 38px;
    color: #6c9d24;
    line-height: 60px;
    width: 60px;
    top: 0;
    left: -20px;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.feature-style-2 .inner:hover .fbox-icon>i, .feature-style-2 .inner:hover .fbox-icon>img, .feature-style-2 .inner:hover .fbox-image>i, .feature-style-2 .inner:hover .fbox-image>img {
    left: 0;
}
.feature-style-3 .ourservice-heading, .feature-style-3 .description {
    margin-bottom: 0;
}
.feature-style-3 .inner {
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    padding-left: 30px;
}
.feature-style-3 .fbox-icon, .feature-style-3 .fbox-image {
    margin: 0;
}
.feature-style-3 .inner .fbox-content {
    margin-left: -15px;
    z-index: 1;
}
.feature-style-3 .features[data-xlgdesktop] .inner, .feature-style-3 .features[data-desktop] .inner, .feature-style-3 .features[data-desktopsmall] .inner, .feature-style-3 .features[data-tablet] .inner, .feature-style-3 .features[data-landscape] .inner, .feature-style-3 .features[data-mobile] .inner {
    margin-right: 0;
    margin-bottom: 10px;
}
.post-grid, .post-list {
    margin-bottom: 40px;
    position: relative;
}
.post-grid .entry-date, .post-list .entry-date {
    color: #888;
    padding-left: 7px;
    padding-right: 0;
}
.post-grid .post, .post-list .post {
    position: relative;
}
.post-grid .post .entry-header, .post-list .post .entry-header {
    margin-top: 17px;
}
.post-grid .entry-title, .post-list .entry-title {
    margin: 0;
    line-height: 28px;
}
.post-grid .entry-meta-list, .post-list .entry-meta-list {
    margin-bottom: 5px;
}
.post-grid .entry-meta-list .comments-link a span, .post-list .entry-meta-list .comments-link a span {
    display: none;
}
.post-grid figure, .post-list figure {
    margin: 0;
}
.post-grid .entry-thumb, .post-list .entry-thumb {
    position: relative;
    text-align: center;
}
.post-grid .comments-link, .post-list .comments-link {
    position: absolute;
    top: 15px;
    right: 15px;
    left: auto;
    line-height: 25px;
    background: #fff;
    color: #888;
    text-align: center;
    padding: 0 15px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    -webkit-box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.06);
    box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.06);
    z-index: 1;
}
.post-grid .entry-title, .post-list .entry-title {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.4;
    padding: 14px 25px 20px;
    text-align: left;
    background: #333;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.post-grid .entry-title a, .post-list .entry-title a {
    color: #fff;
}
.post-grid .entry-title a:hover, .post-list .entry-title a:hover {
    color: #fff;
}
.post-grid .entry-content, .post-list .entry-content {
    border: 1px solid #eee;
    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;
    padding: 0 23px 20px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.post-grid:hover .entry-content, .post-list:hover .entry-content {
    border-color: #6c9d24;
}
.post-grid:hover .entry-title, .post-list:hover .entry-title {
    background: #6c9d24;
}
.post-grid:hover .readmore a, .post-list:hover .readmore a {
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible;
}
.post-grid .author .avatar, .post-list .author .avatar {
    width: 50px;
    height: 50px;
    border: 5px solid #fff;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    vertical-align: text-bottom;
    margin: 0;
    display: inline-block;
}
.post-grid .author a, .post-list .author a {
    color: #6c9d24;
    position: relative;
    padding-right: 10px;
    padding-left: 0;
}
.post-grid .author a:before, .post-list .author a:before {
    content: '';
    position: absolute;
    top: 2px;
    right: 0;
    left: auto;
    width: 2px;
    height: 12px;
    background: #ccc;
}
.post-grid .meta-info, .post-list .meta-info {
    color: #888;
    -webkit-transform: translate(0, -12px);
    -ms-transform: translate(0, -12px);
    -o-transform: translate(0, -12px);
    transform: translate(0, -12px);
	display: none;
}
.post-grid .meta-info span+span, .post-list .meta-info span+span {
    padding-left: 7px;
    padding-right: 0;
}
.post-grid .readmore a, .post-list .readmore a {
    width: 0;
    height: 0;
    border-bottom-width: 35px;
    border-bottom-style: solid;
    border-bottom-color: #6c9d24;
    border-left: 35px solid transparent;
    position: absolute;
    bottom: 1px;
    right: 1px;
    left: auto;
    opacity: 0;
    filter: alpha(opacity=0);
    visibility: hidden;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.post-grid .readmore i, .post-list .readmore i {
    position: absolute;
    bottom: -38px;
    right: 0;
    left: auto;
    background: transparent;
    font-size: 22px;
    color: #fff;
    margin: 0;
    line-height: 1;
}
.tbay-post-style-2 .post-grid .entry-content {
    padding: 10px 15px 0;
    border: 0;
    border-radius: 0;
}
.tbay-post-style-2 .post-grid .meta-info {
    margin: 10px 0;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
}
.tbay-post-style-2 .post-grid .meta-info a {
    color: #888;
}
.tbay-post-style-2 .post-grid .comments-link {
    right: 25px;
    top: 10px;
    left: auto;
    background: rgba(119, 119, 119, 0.25);
    color: #fff;
    position: absolute;
    text-align: center;
    padding: 0 15px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    z-index: 1;
}
.tbay-post-style-2 .post-grid .comments-link a, .tbay-post-style-2 .post-grid .comments-link i {
    color: #fff;
}
.tbay-post-style-2 .post-grid .entry-title {
    padding: 0;
    background: transparent;
    min-height: auto;
    line-height: 20px;
    font-size: 14px;
    font-weight: 700;
}
.tbay-post-style-2 .post-grid .entry-title a {
    color: #333;
}
.tbay-post-style-2 .post-grid .entry-title a:hover {
    color: #6c9d24;
}
.tbay-post-style-2 .post-grid img.avatar {
    width: 35px;
    height: 35px;
    border: 0;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    vertical-align: middle;
    margin-right: 5px;
    margin-left: auto;
}
.tbay-post-style-2 .post-grid .author a {
    color: #6c9d24;
    position: relative;
    padding-right: 10px;
    padding-left: 0;
}
.tbay-post-style-2 .post-grid .readmore {
    margin-top: 12px;
}
.tbay-post-style-2 .post-grid .readmore a, .tbay-post-style-2 .post-grid .readmore i {
    color: #6c9d24;
    font-size: 13px;
    font-weight: 500;
    position: static;
    visibility: visible;
    opacity: 1;
    filter: alpha(opacity=100);
    border: 0;
}
.tbay-post-style-2 .post-grid .readmore i {
    font-weight: 400;
    margin-left: 7px;
    margin-right: 0;
}
.position-img-left, .position-img-right {
    height: 0;
}
.position-img-left img, .position-img-right img {
    transform: translateY(-25%);
    position: absolute;
    left: 0;
    right: auto;
}
.position-img-right {
    text-align: right;
}
.position-img-right img {
    right: 0;
    left: auto;
}
.tbay-element svg {
    width: 1em;
    height: 1em;
    position: relative;
    display: block;
}
.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: #fff;
    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: #888;
    -webkit-transition: .35s;
    -o-transition: .35s;
    transition: .35s;
    margin-top: 10px;
}
.tbay-element-instagram .btn-follow span {
    color: #000;
    -webkit-transition: .35s;
    -o-transition: .35s;
    transition: .35s;
}
.tbay-element-instagram .btn-follow:hover {
    color: #6c9d24;
}
.tbay-element-instagram .btn-follow:hover span {
    color: #6c9d24;
}
.tbay-element-menu-vertical .heading-tbay-title {
    font-size: 14px;
    line-height: 1.5;
    font-weight: 700;
    margin: 0 0 10px;
    padding: 0;
    font-family: var(--tb-text-primary-font);
}
.tbay-element-menu-vertical .menu-vertical-container>.menu-vertical {
    display: flex;
    flex-direction: column;
    list-style-type: none;
    padding-left: 0;
    background: transparent;
}
.tbay-element-menu-vertical .menu-vertical-container>.menu-vertical>li {
    padding-top: 2px;
    padding-bottom: 2px;
    line-height: 2.2;
}
.tbay-element-menu-vertical .menu-vertical-container>.menu-vertical>li .sub-menu {
    padding: 5px 15px;
}
.tbay-element-menu-vertical .menu-vertical-container>.menu-vertical>li>a {
    color: #333;
}
.tbay-element-menu-vertical .menu-vertical-container>.menu-vertical>li>a.active, .tbay-element-menu-vertical .menu-vertical-container>.menu-vertical>li>a:hover, .tbay-element-menu-vertical .menu-vertical-container>.menu-vertical>li>a:focus {
    color: #6c9d24;
}
.tbay-element-menu-vertical .menu-vertical-container>.menu-vertical>li.active>a, .tbay-element-menu-vertical .menu-vertical-container>.menu-vertical>li:hover>a, .tbay-element-menu-vertical .menu-vertical-container>.menu-vertical>li:focus>a {
    color: #6c9d24;
}
.mc4wp-alert {
    padding: 6px 15px 0;
}
.mc4wp-alert.mc4wp-error p {
    color: #dc3545;
}
.mc4wp-alert p {
    font-style: italic;
}
.tbay-element-newsletter .mc4wp-form-fields, .widget-newletter .mc4wp-form-fields {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    flex-direction: row;
}
.tbay-element-newsletter .input-newletter, .widget-newletter .input-newletter {
    height: 40px;
    padding: 0 0 0 30px;
    float: none;
    line-height: normal;
    border: 0;
    font-size: 13px;
}
.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"] {
    height: 40px;
    font-size: 13px;
    letter-spacing: 1.5px;
    padding: 0 15px;
}
.tbay-element-newsletter button[type="submit"] i, .widget-newletter button[type="submit"] i {
    font-size: inherit;
    line-height: 1;
    margin-left: 7px;
    margin-right: 0;
}
.tbay-element-newsletter .input-group:before, .widget-newletter .input-group:before {
    content: "\f0e0";
    font-family: 'FontAwesome';
    display: block;
    float: left;
    position: absolute;
    z-index: 3;
    top: 0;
    left: 10px;
    height: 40px;
    line-height: 40px;
    color: #bbb;
    z-index: 11;
    font-size: 13px;
}
.tbay-element-newsletter .input-group:focus, .widget-newletter .input-group:focus {
    background: transparent;
}
.widget-newletter button[type="submit"] {
    padding: 0 30px;
}
.widget-newletter button[type="submit"] i {
    display: none;
}
.our-team-content {
    text-align: center;
    margin: 28px 0 0;
    flex-direction: column;
    position: relative;
    overflow: hidden;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%}
.our-team-content:hover .social-link {
    visibility: visible;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    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;
    top: 50%;
    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: 0;
    margin-left: 0;
    padding: 17px;
    line-height: 10px;
    background: #eee;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.our-team-content .social-link li:last-child {
    margin: 0;
}
.our-team-content .social-link li:hover {
    background: #6c9d24;
}
.our-team-content .social-link li:hover a {
    color: #fff;
}
.our-team-content .social-link a {
    color: #6a7180;
}
.our-team-content .social-link a:hover {
    color: #6c9d24;
}
.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;
    margin-bottom: 5px;
}
.tbay-element-our-team .info {
    margin-top: 17px;
    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: 18px;
    font-weight: 700;
    line-height: 28px;
}
.tbay-element-our-team .job {
    color: #999;
    font-size: 16px;
    line-height: 24px;
    margin-top: 4px;
}
.underline .elementor-heading-title a {
    position: relative;
}
.underline .elementor-heading-title a:after {
    content: '';
    position: absolute;
    background: #6c9d24;
    height: 2px;
    left: 1px;
    right: 1px;
    bottom: 6px;
}
.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: #fff;
    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 .slick-slider[data-loop="1"] .slick-list {
    overflow: visible;
    display: grid;
}
.tbay-element-testimonials .slick-slider .slick-slide {
    opacity: .1;
    filter: alpha(opacity=10);
    pointer-events: none;
}
.tbay-element-testimonials .slick-slider .slick-slide.slick-active {
    opacity: 1;
    filter: alpha(opacity=100);
    pointer-events: auto;
}
.tbay-element-testimonials .testimonials .item {
    margin-bottom: 10px;
}
.tbay-element-testimonials .testimonials .item:only-child {
    margin-bottom: 0;
}
.tbay-element-testimonials .testimonials .item:only-child .testimonials-content {
    border-width: 0;
}
.tbay-element-testimonials .testimonials.rows-2 .item:only-child, .tbay-element-testimonials .testimonials.rows-3 .item:only-child {
    margin-bottom: 15px;
}
.tbay-element-testimonials .testimonials.rows-2 .item:only-child .testimonials-content, .tbay-element-testimonials .testimonials.rows-3 .item:only-child .testimonials-content {
    border-width: 1px;
}
.tbay-element-testimonials .testimonials-body {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
    margin: 0 auto;
}
.tbay-element-testimonials .testimonials-body i {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-size: 18px;
    margin-right: 15px;
    margin-left: 0;
    color: #6c9d24;
    margin-top: -2px;
}
.tbay-element-testimonials .testimonials-body .excerpt {
    -webkit-box-flex: 14;
    -moz-box-flex: 14;
    -webkit-flex: 14;
    -ms-flex: 14;
    flex: 14;
    line-height: 21px;
}
.tbay-element-testimonials .testimonials-content {
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    padding: 20px;
    border: 1px solid #eee;
    width: 100%}
.tbay-element-testimonials .testimonials-content:hover {
    border-color: #6c9d24;
}
.tbay-element-testimonials .testimonial-meta {
    font-size: 13px;
    text-align: right;
    margin-top: 15px;
    width: 100%}
.tbay-element-testimonials .testimonial-meta .name {
    padding: 0;
    margin: 0;
    color: #222;
    font-weight: 700;
    font-size: 14px;
    position: relative;
}
.tbay-element-testimonials .testimonial-meta .name:before {
    content: "";
    position: absolute;
    width: 40px;
    height: 1px;
    background-color: #6c9d24;
    top: 50%;
    left: -50px;
    right: auto;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
}
.tbay-element-testimonials .testimonial-meta .job {
    display: block;
    font-size: 14px;
    font-weight: 500;
    color: #bbb;
}
.testi-style-image .testimonials {
    border: 2px solid #eee;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    padding: 33px 10px 43px;
}
.testi-style-image .tbay-element-testimonials img {
    max-width: 96px;
    margin: auto;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    margin: auto;
}
.testi-style-image .tbay-element-testimonials .testimonials-content {
    padding: 0;
    border: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.testi-style-image .tbay-element-testimonials .testimonials-body {
    -webkit-box-ordinal-group: 3;
    -moz-box-ordinal-group: 3;
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3;
    text-align: center;
}
.testi-style-image .tbay-element-testimonials .testimonial-meta {
    text-align: center;
    position: relative;
    display: flex;
    justify-content: center;
    margin-bottom: 58px;
}
.testi-style-image .tbay-element-testimonials .testimonial-meta:before {
    visibility: visible;
    content: '';
    width: 1px;
    height: 20px;
    background: #6c9d24;
    position: absolute;
    bottom: -38px;
}
.testi-style-image .tbay-element-testimonials .testimonial-meta .job {
    font-size: 13px;
    font-weight: 400;
}
.testi-style-image .tbay-element-testimonials .testimonial-meta .name {
    padding-right: 10px;
    margin-right: 10px;
    margin-left: 0;
    padding-left: 0;
    font-weight: 400;
    color: #6c9d24;
    font-size: 13px;
}
.testi-style-image .tbay-element-testimonials .testimonial-meta .name:before {
    display: none;
}
.testi-style-image .tbay-element-testimonials .testimonial-meta .name:after {
    content: '';
    width: 1px;
    height: 12px;
    background-color: rgba(0, 0, 0, 0.1);
    top: 50%;
    right: 0;
    left: auto;
    position: absolute;
    transform: translateY(-50%);
}
.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: #000;
    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: #fff;
    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%}
.elementor-widget-video .elementor-custom-embed-play i {
    font: normal normal normal 14px/1 'Material-Design-Iconic-Font';
    width: 80px;
    line-height: 80px;
    background: #fff;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    font-size: 48px;
    color: #6c9d24;
    opacity: 1;
    filter: alpha(opacity=100);
    position: relative;
}
.elementor-widget-video .elementor-custom-embed-play i.eicon-play:before {
    content: '\f3aa';
    margin-left: 5px;
    margin-right: 0;
}
.elementor-widget-video .elementor-custom-embed-play i:after {
    content: '';
    background: rgba(255, 255, 255, 0.2);
    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: .4s;
    -o-transition: .4s;
    transition: .4s;
    z-index: 0;
}
.elementor-widget-video:hover .elementor-custom-embed-play i:after {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
.video-wrapper-inner .fancybox-video .fa {
    border: 2px solid #fff;
    border-radius: 50%;
    bottom: 0;
    color: #fff;
    font-size: 28px;
    height: 80px;
    left: 0;
    line-height: 76px;
    margin: auto;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    -webkit-transition: all .3s ease-in-out 0s;
    -o-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
    width: 80px;
    z-index: 9;
}
@media(min-width:1200px) {
    .dialog-type-lightbox .dialog-widget-content {
    width: 50%}
}.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 #fff;
    border-bottom: 1px solid #fff;
    -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 #fff;
    border-left: 1px solid #fff;
    -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: #fff;
    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;
}
.toogle-btn-search {
    width: 60px;
    height: 70px;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    padding: 0;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    background: #6c9d24;
    box-shadow: none;
    border-width: 1px;
    border-style: solid;
    border-color: #6c9d24;
    outline: none !important;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}
.toogle-btn-search i:last-child {
    display: none;
}
.toogle-btn-search.active {
    background: #333;
    border-color: #333;
}
.toogle-btn-search.active i:first-child {
    display: none;
}
.toogle-btn-search.active i:last-child {
    display: block;
}
.toogle-btn-search ~ .tbay-search-form {
    display: none;
    position: absolute;
    top: 100%;
    left: auto;
    right: 0;
    width: 425px;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    border: solid 1px #eee;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}
.toogle-btn-search ~ .tbay-search-form .button-group {
    margin: 2px 1px;
}
.toogle-btn-search ~ .tbay-search-form .input-group {
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}
.toogle-btn-search ~ .tbay-search-form input {
    font-size: 16px;
}
.toogle-btn-search ~ .tbay-search-form .tbay-search {
    height: 44px;
}
.toogle-btn-search ~ .tbay-search-form .button-search {
    background: #6c9d24;
    color: #fff;
}
.toogle-btn-search ~ .tbay-search-form .button-search i, .toogle-btn-search ~ .tbay-search-form .button-search span {
    height: 39px;
    line-height: 39px;
}
.toogle-btn-search ~ .tbay-search-form .button-search:not(.icon) i {
    font-size: 14px;
}
.tbay-body-woocommerce-catalog-mod .product-add-to-cart, .tbay-body-woocommerce-catalog-mod .add-to-cart, .tbay-body-woocommerce-catalog-mod .single_add_to_cart_button, .tbay-body-woocommerce-catalog-mod .cart, .tbay-body-woocommerce-catalog-mod .yith-compare, .tbay-body-woocommerce-catalog-mod .tbay-element-mini-cart {
    display: none !important;
}
.tbay-body-hide-sub-title .product-block .name-subtitle {
    min-height: 24px;
    margin-bottom: 8px;
}
.woocommerce .quantity input.minus, .woocommerce-page .quantity input.minus, .woocommerce .quantity input.plus, .woocommerce-page .quantity input.plus {
    border: 0;
    width: 26px;
    height: 42px;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    float: left;
    clear: none;
    font-size: 16px;
    line-height: 42px;
    font-weight: 900;
    color: #3a4354;
    outline: 0;
    background: white;
}
.woocommerce .quantity input.minus:hover, .woocommerce-page .quantity input.minus:hover, .woocommerce .quantity input.plus:hover, .woocommerce-page .quantity input.plus:hover {
    background: transparent;
    color: #6c9d24;
}
.modal-content dl.variation {
    margin-bottom: 0;
}
.modal-content dl.variation dd {
    margin-bottom: 0;
}
.singular-shop div.product .information .cart .box-quantity {
    display: flex;
    float: left;
}
.singular-shop div.product .information .cart .box-quantity .title-qty {
    line-height: 44px;
    font-size: 14px;
    color: #333;
    font-weight: bold;
    margin-right: 20px;
    margin-left: 0;
}
.single-product-cart .quantity span {
    display: none;
}
.woocommerce .quantity, .woocommerce-page .quantity {
    margin-right: 20px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border: 1px solid #eee;
    padding: 0 10px;
    display: inline-block;
}
.woo-variation-swatches .wvs-archive-variation-wrapper .reset_variations a {
    background: transparent !important;
}
.product-block .groups-button>div.woo-swatches-pro-btn {
    float: none;
    border: 0;
}
.product-block .groups-button>div.woo-swatches-pro-btn .add-cart a {
    width: max-content;
    margin: auto;
    border: 1px solid #eee;
    text-transform: uppercase;
    font-size: 13px;
    height: 30px;
    padding: 0 10px;
    line-height: 30px;
    font-weight: 500;
}
.product-block .groups-button>div.woo-swatches-pro-btn .add-cart a.loading {
    padding: 0 10px;
}
.product-block .groups-button>div.woo-swatches-pro-btn .add-cart a.added {
    display: none;
}
.product-block .groups-button>div.woo-swatches-pro-btn .add-cart a.added_to_cart {
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    background: #6c9d24;
    color: #fff;
    width: max-content;
    margin: auto;
    text-transform: uppercase;
    font-size: 13px;
}
.product-block .groups-button>div.woo-swatches-pro-btn ~ .wvs-archive-variation-wrapper {
    border: 0;
}
.tbay-body-woocommerce-quantity-mod .product-block .groups-button .quantity-group-btn {
    float: left;
    border: 0;
    margin: 0;
}
.tbay-body-woocommerce-quantity-mod .product-block .groups-button .quantity-group-btn .add-cart {
    float: left;
    border: 1px solid #eee;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}
.tbay-body-woocommerce-quantity-mod .product-block .groups-button .quantity-group-btn .add-cart a {
    height: 30px;
    padding: 0 10px;
    line-height: 30px;
    display: block;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 13px;
	background-color:#6c9d24;
	color:#FFF;
    margin: 1px;
}
.tbay-body-woocommerce-quantity-mod .product-block .groups-button .quantity-group-btn .add-cart a.added {
    display: none;
}
.tbay-body-woocommerce-quantity-mod .product-block .groups-button .quantity-group-btn .add-cart a.added_to_cart {
    background: #6c9d24;
    color: #fff;
}
.tbay-body-woocommerce-quantity-mod .product-block .groups-button .quantity-group-btn .add-cart a.product_type_variable, .tbay-body-woocommerce-quantity-mod .product-block .groups-button .quantity-group-btn .add-cart a.product_type_grouped {
    padding: 0 5px;
}
.tbay-body-woocommerce-quantity-mod .product-block .groups-button .quantity-group-btn .box-quantity {
    line-height: 0;
    margin: 0 4px 5px 0;
    padding: 0;
    border: 1px solid #eee;
    float: left;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}
.tbay-body-woocommerce-quantity-mod .product-block .groups-button .quantity-group-btn .box-quantity .title-qty {
    display: none;
}
.tbay-body-woocommerce-quantity-mod .product-block .groups-button .quantity-group-btn .box-quantity .quantity {
    margin: 0;
    padding: 0;
    height: 30px;
}
.tbay-body-woocommerce-quantity-mod .product-block .groups-button .quantity-group-btn .box-quantity .quantity input {
    line-height: 30px;
    width: 30px;
    height: 30px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}
.tbay-body-woocommerce-quantity-mod .product-block .groups-button .quantity-group-btn .box-quantity .quantity input.qty {
    line-height: 30px;
    width: 30px;
    height: 30px;
    border: 0;
    min-height: initial;
    font-size: 15px;
    font-weight: 500;
}
.tbay-body-woocommerce-quantity-mod .product-block .groups-button .quantity-group-btn ~ .wvs-archive-variation-wrapper {
    border: 0;
    float: left;
}
.tbay-body-woocommerce-quantity-mod .product-block .groups-button .quantity-group-btn ~ .yith-wcqv-button, .tbay-body-woocommerce-quantity-mod .product-block .groups-button .quantity-group-btn ~ .yith-compare {
    display: none !important;
}
.tbay-body-woocommerce-quantity-mod .product-block .groups-button .quantity-group-btn .quantity {
    border: 0;
}
.tbay-body-woocommerce-quantity-mod .product-block .groups-button .quantity-group-btn .add-cart a.loading span {
    font-size: 0;
}
.tbay-body-woocommerce-quantity-mod .product-block .groups-button .quantity-group-btn .add-cart a.loading i {
    display: none;
}
.tbay-body-woocommerce-quantity-mod .product-block .groups-button .quantity-group-btn .add-cart a.loading:after {
    line-height: 30px;
}
@media(min-width:768px) {
    .product-block .add-cart a.added+a.added_to_cart: after {
    display: none !important;
}
.product-block .add-cart a.loading {
    padding: 0;
    opacity: .25;
    filter: alpha(opacity=25);
}
.product-block .add-cart a.loading:after {
    top: 0;
    position: unset;
    margin-left: 5px;
}
}.product-block {
    position: relative;
    overflow: hidden;
    width: 100%;
    background: #fff;
    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 .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 .tbay-swatches-wrapper {
    position: absolute;
    bottom: 0;
    width: 100%}
.product-block.grid .sold-dokan {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    line-height: 23px;
}
@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;
    height: 180px;
}
.product-block .image a {
    display: block;
    text-align: center;
}
.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;
    width: 100%;
    text-align: center;
    padding: 12px 0;
    background: rgba(255, 255, 255, 0.8);
    top: 44%;
    left: 0;
    right: auto;
    text-transform: uppercase;
    font-weight: 700;
}
.product-block .name-subtitle {
    min-height: 46px;
    margin-bottom: 5px;
}
.product-block .tbay-subtitle {
    color: #bbb;
    font-size: 13px;
    line-height: 22px;
}
.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 {
    position: absolute;
    left: 20px;
    bottom: 13px;
    padding: 0;
    margin: 0;
    z-index: 12;
}
.product-block ul.show-brand li {
    display: inline-block;
}
.product-block ul.show-brand a {
    font-size: 12px;
    color: #000;
    line-height: 20px;
    display: block;
    padding: 0 10px;
    background: #f5f5f5;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    margin-right: 10px;
}
.product-block .clear {
    display: none !important;
}
.product-block .add_to_cart_button {
    position: relative;
}
.product-block .block-inner {
    position: relative;
}
.product-block .caption {
    background-color: #fff;
}
.product-block .item-product-cate {
    font-size: 15px;
    color: #828895;
    margin-bottom: 8px;
    display: block;
}
.product-block .item-product-cate a {
    color: inherit;
}
.product-block .item-product-cate a:hover {
    color: #6c9d24;
}
.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 {
    padding: 16px;
    max-width: 100%;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: flex-end;
}
.product-block .stock>span {
    display: block;
    margin-top: 5px;
    color: #888;
}
.product-block .stock>span span {
    font-weight: bold;
    color: #000;
}
.product-block .progress {
    height: 8px;
    background: #eee;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
}
.woocommerce span.onsale>span {
    background: #ea2f2f;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    padding: 0 10px;
    position: absolute;
    text-align: center;
    left: 10px;
    top: 10px;
    line-height: 18px;
    min-height: auto;
    display: inline-block;
    right: auto;
    height: 18px;
    z-index: 2;
    min-width: 49px;
}
.woocommerce span.onsale>span.featured {
    background: #f2bc3b;
}
.woocommerce span.onsale>span+.featured {
    top: 38px;
}
@media(min-width:768px) {
    .woocommerce .image-mains span.onsale>span {
    left: 25px;
}
.woocommerce .style-vertical .image-mains span.onsale>span {
    left: 115px;
}
}.woocommerce .single-main-content span.onsale {
    top: 14px;
}
.btn-view-all {
    margin: 35px 0;
}
.tbay-addon-products.tbay-addon-grid {
    text-align: center;
}
#tbay-cart-modal .woocommerce-Price-amount span {
    margin-left: 5px;
    margin-right: 5px;
}
#tbay-cart-modal .modal-body {
    padding: 40px;
}
#tbay-cart-modal .btn-close {
    position: absolute;
    top: 0;
    right: 0;
    left: auto;
    z-index: 99;
    background: #fff;
    width: 30px;
    height: 30px;
    line-height: 26px;
    text-align: center;
    display: inline-block;
    color: #000;
}
#tbay-cart-modal .btn-close i {
    font-size: 20px;
}
#tbay-cart-modal .popup-cart .title-add {
    color: #5cb85c;
}
#tbay-cart-modal .popup-cart .title-count, #tbay-cart-modal .popup-cart .title-add {
    font-size: 20px;
    margin: 0 0 20px;
}
#tbay-cart-modal .popup-cart .widget-product {
    margin-top: 10px;
}
#tbay-cart-modal .popup-cart .image img {
    max-width: 100px;
    margin-right: 15px;
    margin-left: 0;
}
#tbay-cart-modal .name {
    margin-top: 20px;
    font-size: 18px;
    margin-bottom: 5px;
}
#tbay-cart-modal .quantity {
    border: 0;
    font-size: 20px;
    padding: 0;
}
#tbay-cart-modal .woocommerce-Price-amount {
    color: #6c9d24;
    font-size: 20px;
}
#tbay-cart-modal .gr-buttons {
    margin: 50px 0 0;
}
#tbay-cart-modal .gr-buttons .btn {
    line-height: 38px;
    padding: 0 30px;
}
#tbay-cart-modal .gr-buttons .btn i {
    line-height: 1;
    font-size: 14px;
}
#tbay-cart-modal .modal-content {
    background: #fff none repeat scroll 0 0;
    min-width: 200px;
    max-width: 100%;
    margin-top: 50%;
    transform: translate(0, -110px);
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
}
#yith-wcwl-popup-message {
    background: #07930b;
    color: #fff;
    padding: 20px 40px;
    line-height: inherit;
    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 20px 20px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 20px 20px 0 rgba(0, 0, 0, 0.2);
}
.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: #000;
    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: #6c9d24;
}
.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 !important;
}
.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;
}
.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;
    position: relative;
    color: #000;
    display: flex;
    flex-direction: column;
    padding-bottom: 25px;
}
.elementor-product-vertical-v1 .item {
    margin-bottom: 20px;
}
.rating {
    float: right;
    display: inline-flex;
    align-items: center;
    line-height: 20px;
}
.rating .count {
    margin: 0 0 0 5px;
    font-size: 12px;
    color: #bbb;
}
.custom-image-list-categories .item-cat>a {
    display: block;
}
.custom-image-list-categories .item-cat>a>i {
    line-height: initial;
    display: inline-flex;
    font-size: 75px;
    color: #6c9d24;
}
.custom-image-list-categories .item-cat svg {
    display: inline-block;
}
.custom-image-list-categories.owl-carousel .slick-slide {
    margin: 0 4px;
}
.custom-image-list-categories.row {
    margin-left: -4px;
    margin-right: -4px;
}
.custom-image-list-categories.row>.item {
    padding-left: 4px;
    padding-right: 4px;
}
.custom-image-list-categories .item-cat {
    color: #888;
    width: 100%;
    -webkit-transition: .35s;
    -o-transition: .35s;
    transition: .35s;
    margin-bottom: 10px;
}
.custom-image-list-categories .item-cat:hover>.cat-icon {
    border-color: #6c9d24;
    background-color: #6c9d24;
}
.custom-image-list-categories .item-cat:hover>.cat-icon i {
    color: #fff;
}
.custom-image-list-categories .cat-name {
    display: block;
    margin-top: 10px;
    font-weight: 700;
    color: #333;
    text-transform: uppercase;
}
.custom-image-list-categories .count-item {
    display: block;
    font-size: 14px;
}
.custom-image-list-categories.tbay-addon-carousel .carousel-wrapper {
    position: static;
}
.custom-image-list-categories .item-image img {
    border: 1px solid transparent;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.custom-image-list-categories .item-image img:hover {
    border-color: #6c9d24;
}
.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: #fff;
    margin-bottom: 30px;
}
.list-categories-product .cat-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: #fff;
    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: #fff;
    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;
}
}.times>div, .times>span {
    display: table-cell;
    vertical-align: middle;
}
.times>div {
    font-size: 12px;
    color: #fff !important;
    padding: 0;
    display: inline-block;
    position: relative;
    text-align: center;
    height: 52px;
    line-height: 25px;
    overflow: hidden;
    background-color: #6c9d24;
    margin-right: 2px;
    margin-left: 0;
    margin-bottom: 2px;
    width: 52px;
}
.times div>span {
    font-size: 16px;
    line-height: 15px;
    padding: 0 5px;
    font-weight: 700;
    color: #fff;
    display: block;
    text-align: center;
    padding-top: 10px;
}
.product-count-down .times>div {
    width: 23%}
.tbay-element-product-categories-tabs .heading-product-category-tabs ul>li {
    position: relative;
    float: none;
    display: inline-block;
}
.tbay-element-product-categories-tabs .heading-product-category-tabs ul>li a {
    font-weight: 500;
    letter-spacing: .5px;
    border-bottom: 1px solid #eee;
    padding-bottom: 17px;
    display: inline-block;
    text-align: center;
}
.tbay-element-product-categories-tabs .heading-product-category-tabs ul>li a i {
    display: block;
    font-size: 35px;
    color: #ddd;
    margin-bottom: 10px;
}
.tbay-element-product-categories-tabs .heading-product-category-tabs ul>li a.active, .tbay-element-product-categories-tabs .heading-product-category-tabs ul>li a:hover, .tbay-element-product-categories-tabs .heading-product-category-tabs ul>li a:focus {
    color: #6c9d24;
    border-color: #6c9d24;
}
.tbay-element-product-categories-tabs .heading-product-category-tabs ul>li a.active i, .tbay-element-product-categories-tabs .heading-product-category-tabs ul>li a:hover i, .tbay-element-product-categories-tabs .heading-product-category-tabs ul>li a:focus i {
    color: #6c9d24;
}
.tbay-element-product-categories-tabs .nav-tabs {
    border: 0;
}
.nav-tabs {
    border: 0;
    padding-bottom: 10px;
}
.nav-tabs>li a.active {
    color: #6c9d24;
}
.tbay-element-product-tabs .tabs-list>li {
    font-size: 18px;
}
.tbay-element-product-tabs .tabs-list>li+li {
    margin-left: 20px;
    margin-right: 0;
}
.tbay-element-compare a.element-btn-compare {
    background: transparent !important;
    padding: 0;
    color: #333;
    font-weight: 400;
}
.tbay-element-compare a.element-btn-compare::after {
    display: none !important;
}
.tbay-element-compare a.element-btn-compare i {
    margin-right: 5px;
}
.tbay-element-compare a.element-btn-compare:hover {
    color: #6c9d24;
}
article .more {
    margin-top: 18px;
}
.layout-blog .row.grid {
    margin: 0 -15px;
}
.layout-blog .row.grid>div {
    padding: 0 15px;
}
.layout-blog .navigation {
    margin-bottom: 30px;
    margin-top: 0;
}
.layout-blog .navigation a.prev, .layout-blog .navigation a.next {
    font-size: 14px;
}
.layout-blog .entry-thumb {
    position: relative;
    margin-bottom: 0;
}
.layout-blog .position-image-row .entry-thumb .post-type {
    left: 35px;
}
.post .entry-header {
    margin-top: 28px;
}
.post .entry-header .readmore {
    font-family: var(--tb-text-second-font);
    color: #6c9d24;
    font-weight: 600;
    display: block;
    font-size: 16px;
    line-height: 28px;
    display: inline-block;
    text-decoration: underline;
    -webkit-text-underline-position: under;
    -ms-text-underline-position: under;
    text-underline-position: under;
}
.post .entry-header .readmore:hover {
    color: #6c9d24;
}
.post .entry-date {
    padding-left: 7px;
    padding-right: 0;
}
.post .post-type {
    position: absolute;
    background: white;
    top: 15px;
    left: 15px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 20px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    padding: 0;
    line-height: 40px;
    color: #6c9d24;
}
.post .post-type i {
    font-size: 20px;
    color: inherit;
}
.post .entry-date, .post .comments-link {
    font-weight: 400;
    font-size: 14px;
    color: #888;
}
.post .entry-date:hover, .post .comments-link:hover {
    color: #6c9d24;
}
.post .entry-date:hover a, .post .entry-date:hover i, .post .comments-link:hover a, .post .comments-link:hover i {
    color: #6c9d24;
}
.post .entry-meta-list>li.entry-category>a {
    color: #6c9d24;
}
.post .entry-meta-list>li>a {
    color: #828895;
}
.post .entry-meta-list>li>a:hover {
    color: #6c9d24;
}
.post.sticky {
    margin: 0;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    padding: 50px;
    background: #6c9d24;
}
.post.sticky .entry-description, .post.sticky .entry-meta-list>li a, .post.sticky .entry-meta-list>li, .post.sticky .entry-date, .post.sticky .entry-category a, .post.sticky .entry-header .readmore {
    color: #fff;
}
.post.sticky .entry-header {
    margin: 0 !important;
}
.post.sticky .entry-title {
    display: inline-block;
    margin-top: 0;
}
.post.sticky .entry-title a {
    color: #fff;
}
.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-left: 0;
    margin-right: 7px;
    font-size: 20px;
    line-height: 31px;
    display: inline-block;
    vertical-align: middle;
}
.post .entry-thumb .entry-image {
    position: relative;
    display: inline-block;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}
.post .entry-thumb .entry-image:hover .post-type {
    background-color: #6c9d24;
    color: #fff;
}
.post .entry-category i {
    display: inline-block;
    margin-right: 5px;
    margin-left: 0;
}
.post .entry-category.type-1 a {
    line-height: 24px !important;
    background: #f5f5f5;
    padding: 0 10px;
    font-weight: normal;
    margin-bottom: 7px;
}
.post .entry-category.type-1 a:hover {
    background: #fff;
}
.post .entry-category.type-1 a+a {
    margin-left: 7px;
    margin-right: 0;
}
.post .entry-category.type-2 a {
    color: #6c9d24;
    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: #828895;
    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: 0;
    position: relative;
    line-height: 23px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
}
.entry-meta-list>li:after {
    font-size: 5px;
    margin-right: 8px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 0;
    line-height: 1;
    content: ", ";
    font-size: 14px;
}
.entry-meta-list>li:last-child:after {
    display: none;
}
.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;
}
.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 {
    color: #6c9d24;
    margin-left: 5px;
    margin-right: 0;
}
.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 {
    color: #777;
    font-size: 14px;
    line-height: 20px;
}
.entry-title {
    font-size: 21px;
    font-weight: 700;
    margin: 13px 0 11px;
    line-height: 28px;
}
.entry-title a:hover {
    color: #6c9d24;
}
.post .entry-category {
    margin: 0;
}
.post .entry-category a {
    color: #6c9d24;
}
.post .entry-category a:nth-child(n+2) {
    margin-left: 5px;
    margin-right: 0;
}
.entry-title .comments-link {
    margin-left: 5px;
}
.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;
}
.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: #6c9d24;
}
.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-width: 2px;
    border-style: solid;
    border-color: #6c9d24;
}
.post-area .post-link {
    font-size: 18px;
    display: block;
    padding: 17px 27px;
    min-height: 60px;
    color: #fff;
    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: #6c9d24;
}
.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 {
    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;
}
@media(max-width:767px) {
    .post.sticky {
    padding: 20px;
}
}.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: #fff;
    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: #6c9d24;
}
.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: #fff !important;
    font-size: 20px;
    font-weight: 500;
}
.link-wrap a:hover {
    text-decoration: underline;
}
.comment-reply-title {
    font-size: 24px;
}
.comment-reply-title+form .form-submit {
    display: flex;
    justify-content: flex-end;
    padding-top: 15px;
    margin-bottom: 0;
}
.comment-reply-title+form .form-submit>input {
    min-width: 100px;
}
#cancel-comment-reply-link {
    font-size: 15px;
}
.meta-info .author a {
    position: relative;
    padding-right: 10px;
    padding-left: 0;
}
.meta-info .author a:before {
    content: '';
    position: absolute;
    top: 2px;
    right: 0;
    left: auto;
    width: 2px;
    height: 12px;
    background: #ccc;
}
.meta-info .author .avatar {
    width: 50px;
    height: 50px;
    border: 5px solid #fff;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    vertical-align: text-bottom;
    margin: 0;
    display: inline-block;
}
.tagcloud a:hover {
    color: #6c9d24;
}
.widget_categories>ul li, .widget_page>ul li, .widget_meta>ul li, .widget_archive>ul li {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding: 12px 3px;
}
.widget_categories>ul li:first-child, .widget_page>ul li:first-child, .widget_meta>ul li:first-child, .widget_archive>ul li:first-child {
    padding-top: 3px;
}
#recentcomments>li {
    padding: 10px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    color: #000;
    font-weight: bold;
    font-size: 14px;
}
#recentcomments>li a {
    font-weight: 300;
}
.comments-link a {
    color: #bbb;
}
.entry-single .post .comments-link, .entry-single .post .comments-link a {
    color: #bbb;
}
.entry-single .entry-thumb .comments-link {
    position: absolute;
    right: 20px;
    background: #fff;
    padding: 1px 20px;
    border-radius: 4px;
    top: 20px;
    color: #bbb;
}
.entry-single .entry-header {
    margin: 0;
}
.entry-single .entry-title {
    font-size: 33px;
    line-height: 39px;
    margin: 5px 0 10px;
    font-weight: 700;
    color: #333;
    display: block;
}
.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 12px;
}
.entry-single .entry-content a {
    color: #6c9d24;
}
.entry-single .entry-content .tagcloud a {
    color: #6a7180;
}
.entry-single .entry-content .tagcloud a:hover {
    color: #6c9d24;
}
.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 .meta-info {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    margin-bottom: 17px;
    padding-bottom: 12px;
}
.entry-single .meta-info .author .avatar {
    vertical-align: bottom;
}
.entry-single .entry-description a {
    margin-top: 15px;
}
.entry-single .entry-category {
    margin: 0;
}
.entry-single .entry-category a {
    color: #6c9d24;
}
.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 .author-info {
    margin-top: 35px;
    padding: 35px;
    line-height: 23px;
    display: flex;
    background: #f5f5f5;
}
.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: 90px;
}
.entry-single .author-info .avarta {
    padding-right: 35px;
    padding-left: 0;
}
.entry-single .author-info .name {
    font-size: 16px;
    font-weight: 700;
    color: #000;
    margin: 0 0 5px;
}
.entry-single .author-info .content p {
    line-height: 23px;
    margin: 0 0 12px;
}
.entry-single .author-info .all-post {
    color: #6a7180;
    float: right;
}
.entry-single .author-info .all-post:hover {
    color: #6c9d24;
}
.entry-single .author-info .all-post i {
    display: inline-block;
}
.entry-single .wpb_content_element {
    margin-bottom: 22px;
}
.entry-single .tagcloud {
    clear: both;
}
.entry-single .tagcloud span {
    float: left;
    margin-right: 8px;
    margin-left: 0;
    line-height: 32px;
    color: #0b132b;
    font-weight: 700;
}
.logged-in-as {
    font-size: 14px;
    margin-bottom: 25px;
}
.post-password-form input[type=submit] {
    line-height: 40px;
}
.navigation {
    clear: both;
}
.post .entry-thumb {
    position: relative;
}
.post-navigation {
    padding: 20px 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    margin-bottom: 35px;
    margin-top: 20px;
}
.post-navigation .screen-reader-text {
    display: none;
}
.post-navigation .post-title {
    font-weight: 500;
    font-size: 13px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.post-navigation .post-title:hover {
    color: #6c9d24;
}
.post-navigation .nav-links {
    overflow: hidden;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
}
.post-navigation .nav-links>div.nav-next {
    text-align: right;
}
.post-navigation .nav-links .meta-nav {
    display: block;
    text-transform: uppercase;
    color: #999;
    letter-spacing: 1px;
    font-size: 12px;
    font-weight: 300;
    position: relative;
}
.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: 0 3px;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    width: 32px;
    height: 32px;
    line-height: 32px;
    border: 1px solid transparent;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    display: inline-block;
    font-weight: 500;
    padding: 0 3px;
    text-align: center;
    margin-right: 5px;
    margin-left: 0;
}
.page-links>span:not(.page-links-title) {
    background: #6c9d24 none repeat scroll 0 0;
    border-color: #6c9d24;
    color: #fff;
}
.page-links a {
    color: #333;
    cursor: pointer;
}
.page-links a:hover, .page-links a:focus {
    background: #6c9d24 none repeat scroll 0 0;
    border-color: #6c9d24;
    color: #fff !important;
    text-decoration: none;
}
.related-posts {
    padding: 60px 0;
    background: #fff;
}
.related-posts+#comments {
    border-top: 1px solid #eee;
}
.related-posts .widget-title {
    margin-bottom: 20px;
}
.tbay-addon-blog.relate-blog .tbay-addon-title {
    font-size: 22px;
    margin-bottom: 20px;
    color: #000;
    font-weight: 700;
}
.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;
    padding-right: 17px;
    padding-left: 0;
    display: inline-block;
    float: left;
}
.tbay-addon-blog.relate-blog .post .entry-thumb img {
    max-width: 70px;
}
.tbay-addon-blog.relate-blog .post .entry-thumb.no-thumb {
    padding: 0;
}
.tbay-addon-blog.relate-blog .post .entry-title {
    font-size: 14px;
    margin: 0;
    line-height: 22px;
    font-weight: 700;
}
.tbay-addon-blog.relate-blog .post .entry-meta-list {
    margin: 1px 0 0;
}
.tbay-addon-blog.relate-blog .post .entry-meta-list i {
    font-size: 14px;
    margin-right: 4px;
}
.tbay-addon-blog.relate-blog .entry-content {
    padding: 0;
}
#comments .comments-title {
    font-weight: 500;
    font-size: 20px;
    margin: 0 0 40px;
    color: #222;
}
#comments .comments-title::first-letter  {
    font-weight: 300;
}
#comments ol, #comments ul {
    list-style-type: none;
}
#comments ol {
    padding: 0;
}
#comments .form-submit input {
    float: right;
    height: 36px;
    line-height: 34px;
    text-transform: uppercase;
}
#commentform .form-control {
    padding: 12px;
}
#commentform .form-control:focus {
    outline: 0;
    border-color: #eee;
}
#commentform .form-group {
    margin: 0 0 5px;
}
.comment-list .comment-edit-link {
    margin-left: 10px;
    margin-right: 0;
}
.comment-list div.avatar {
    font-style: normal;
}
.comment-list div.avatar img {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    width: 50px;
    vertical-align: text-bottom;
    margin: 0 5px 0 0;
}
.comment-list div.avatar .author {
    font-size: 13px;
    text-transform: capitalize;
    color: #333;
    font-weight: 500;
    padding: 0 14px 0 0;
    border-right: 1px solid #e0e0e0;
}
.comment-list div.avatar .comment-reply-link {
    margin: 0 0 0 7px;
    padding: 4px 10px;
    display: inline-block;
    cursor: pointer;
    color: #333;
    font-size: 13px;
}
.comment-list div.avatar .comment-reply-link:before {
    content: "\e050";
    font-family: simple-line-icons;
    margin-right: 5px;
}
.comment-list .date {
    color: #888;
    padding: 0 14px;
    font-size: 13px;
    border-right: 1px solid #e0e0e0;
}
.comment-list .comment-box {
    font-style: normal;
    padding: 20px 0 8px;
    border-bottom: 1px solid #eee;
    display: block;
    width: 100%}
.comment-list .the-comment {
    margin: 0 0 20px;
    flex-direction: column;
}
#respond {
    font-style: normal;
}
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;
    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;
}
.search-content .page-header {
    margin-top: 40px;
}
.search-content .page-header .page-title {
    font-size: 26px;
    padding: 20px 20px;
    margin-bottom: 0;
    background: #f5f5f5;
    margin: 0;
}
.search-content .layout-blog {
    padding: 15px 0;
}
.wpcf7 .wpcf7-text, .wpcf7 .wpcf7-textarea {
    text-indent: 30px;
	background-color: #cfdfeb;
}
textarea:focus {
    outline: 0;
}
.wpcf7 p {
    position: relative;
}
.wpcf7 p .icon- {
    position: absolute;
    color: #cdcac3;
    z-index: 100;
    font-size: 13px;
    border: 0;
    left: 12px;
    top: auto;
    bottom: 13px;
}
.wpcf7 p .icon-pencil {
    top: 9px;
}
.wpcf7-form {
    font-size: 13px;
}
.wpcf7-form input, .wpcf7-form textarea {
    border-radius: 4px;
    background-color: #fff;
    border: solid 1px #eee;
    min-height: 36px;
}
.wpcf7-form .wpcf7-form-control-wrap {
    width: 100%;
    display: grid;
}
.wpcf7-form textarea {
    height: 123px;
}
.wpcf7-form input[type="submit"] {
    float: right;
    border-radius: 4px;
    background-color: #6c9d24;
    padding: 5px 33px;
    text-transform: uppercase;
    color: #fff;
    box-shadow: none;
    border: 1px solid transparent;
}
.wpcf7-form input[type="submit"]:hover, .wpcf7-form input[type="submit"]:focus {
    border-color: #6c9d24;
    background: #fff;
    color: #6c9d24;
}
.elementor-widget-tabs .elementor-tab-desktop-title {
    border-color: #f7f7f7;
    margin-top: 3px;
    padding: 15px 25px;
}
.elementor-widget-tabs .elementor-tab-desktop-title:first-child {
    margin-top: 0;
}
.elementor-tabs .elementor-tabs-wrapper>div {
    border-right: 0;
}
.elementor-tabs .elementor-tabs-wrapper>div.elementor-active {
    background: #f8f8f8;
}
.elementor-tabs .elementor-tabs-content-wrapper {
    background: #f8f8f8;
}
.page-404 {
    background: #f7f7f7;
    padding: 50px 0;
    margin-bottom: 20px;
}
.page-404 .notfound-top {
    background: url(../../../images/notfound.png) no-repeat top center;
    min-height: 220px;
    margin-bottom: 30px;
    padding: 80px 0;
}
.page-404 .notfound-top h1 {
    font-size: 30px;
    color: #6c9d24;
    text-transform: uppercase;
    font-weight: 800;
    letter-spacing: 1px;
    margin: 0;
}
.page-404 .notfound-top .sub {
    font-size: 16px;
    font-weight: 700;
    color: #17181a;
}
.page-404 .page-title {
    font-size: 40px;
    margin: 0;
}
.page-404 .sub-title {
    color: #333;
    font-size: 16px;
}
.page-404 .notfound-bottom .search-form {
    background-color: #6c9d24;
    max-width: 500px;
    margin: 0 auto 20px;
}
.page-404 .notfound-bottom .search-form>form {
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-color: #6c9d24;
    border-bottom-width: 4px;
}
.page-404 .notfound-bottom .search-form .input-group-btn .btn {
    padding: 8px 25px;
    color: #fff;
    font-size: 16px;
}
.page-404 .notfound-bottom .search-form .input-group input {
    height: 42px;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
}
.page-404 .backtohome {
    font-size: 14px;
    text-transform: uppercase;
    color: #17181a;
    font-weight: 600;
    margin-top: 30px;
    display: inline-block;
}
.page-404 .backtohome:hover {
    color: #6c9d24;
}
.page-404 .backtohome .fa {
    margin-right: 0;
    margin-left: 8px;
}
.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: #6c9d24;
}
.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 #eee;
    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: #6c9d24;
    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: #fff 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: 16px;
    height: 8px;
    background: #ddd;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    -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 {
    width: 40px;
    background: #6c9d24;
}
.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: -40px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    width: 40px;
    height: 22px;
    -webkit-transition: all .4s, opacity 1s;
    -o-transition: all .4s, opacity 1s;
    transition: all .4s, opacity 1s;
    background: #fff;
    text-align: center;
    border: 1px solid #eee;
    color: #aaa;
}
.owl-carousel>.slick-arrow.slick-prev, .slider>.slick-arrow.slick-prev {
    left: -40px;
    right: auto;
}
.owl-carousel>.slick-arrow:hover, .owl-carousel>.slick-arrow:focus, .slider>.slick-arrow:hover, .slider>.slick-arrow:focus {
    background: #6c9d24;
    color: #fff;
    border-color: #6c9d24;
}
.owl-carousel>.slick-arrow i, .slider>.slick-arrow i {
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 14px;
}
.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: 0 15px 20px !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: 4px;
    left: auto;
    cursor: pointer;
    font-size: 20px;
}
.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: #6c9d24;
}
.flex-control-nav>.slick-arrow:before {
    display: inline-block;
}
.flex-control-nav>.slick-arrow.owl-prev {
    right: auto;
    left: 0;
}
.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: #ccc;
}
.flex-control-nav>.slick-arrow.slick-disabled:hover {
    background: transparent;
    border-color: #d0d0d0;
    color: #ccc;
    cursor: default;
}
@media(min-width:1200px) {
    .flex-control-nav>.slick-arrow {
    opacity: 0;
    filter: alpha(opacity=0);
    visibility: hidden;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.flex-control-nav:hover>.slick-arrow {
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible;
}
}.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-nav-absolute .slick-arrow {
    top: -30px;
    right: auto;
}
.tbay-nav-absolute .slick-arrow.slick-prev {
    left: 15px;
}
.tbay-nav-absolute .slick-arrow.slick-next {
    left: 60px;
}
.align-nav-left .slick-arrow.slick-prev {
    right: auto;
    left: 15px;
}
.align-nav-left .slick-arrow.slick-next {
    right: auto;
    left: 60px;
}
.align-nav-center .slick-arrow.slick-prev {
    left: calc(50% - 22px);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}
.align-nav-center .slick-arrow.slick-next {
    left: calc(50% - -22px);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}
.align-nav-right .slick-arrow.slick-prev {
    right: 60px;
    left: auto;
}
.align-nav-right .slick-arrow.slick-next {
    right: 15px;
    left: auto;
}
@media(min-width:768px) and (max-width:1199px) {
    .align-nav-tablet-left .slick-arrow.slick-prev {
    right: auto;
    left: 15px;
}
.align-nav-tablet-left .slick-arrow.slick-next {
    right: auto;
    left: 60px;
}
.align-nav-tablet-center .slick-arrow.slick-prev {
    left: calc(50% - 23px);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}
.align-nav-tablet-center .slick-arrow.slick-next {
    left: calc(50% - -23px);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}
.align-nav-tablet-right .slick-arrow.slick-prev {
    right: 60px;
    left: auto;
}
.align-nav-tablet-right .slick-arrow.slick-next {
    right: 15px;
    left: auto;
}
}@media(max-width:767px) {
    .owl-carousel: not(.slick-slider), .tbay-element .row.grid {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.align-nav-mobile-center .slick-arrow.slick-prev {
    left: calc(50% - 23px);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}
.align-nav-mobile-center .slick-arrow.slick-next {
    left: calc(50% - -23px);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}
div.archive-shop .align-nav-mobile-left .slick-arrow.slick-prev, .align-nav-mobile-left .slick-arrow.slick-prev {
    right: auto;
    left: 10px;
}
div.archive-shop .align-nav-mobile-left .slick-arrow.slick-next, .align-nav-mobile-left .slick-arrow.slick-next {
    right: auto;
    left: 55px;
}
div.archive-shop .align-nav-mobile-right .slick-arrow.slick-prev, .align-nav-mobile-right .slick-arrow.slick-prev {
    right: 55px;
    left: auto;
}
div.archive-shop .align-nav-mobile-right .slick-arrow.slick-next, .align-nav-mobile-right .slick-arrow.slick-next {
    right: 10px;
    left: auto;
}
.elementor-col-100 .align-nav-mobile-left .slick-arrow.slick-prev {
    right: auto;
    left: 27px;
}
.elementor-col-100 .align-nav-mobile-left .slick-arrow.slick-next {
    right: auto;
    left: 72px;
}
.elementor-col-100 .align-nav-mobile-right .slick-arrow.slick-prev {
    right: 33px;
    left: auto;
}
.elementor-col-100 .align-nav-mobile-right .slick-arrow.slick-next {
    right: -12px;
    left: auto;
}
}#yith-quick-view-content .carousel .carousel-controls-v3 .carousel-control {
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    background: #6c9d24;
    color: #fff;
}
#yith-quick-view-content .carousel .carousel-controls-v3 .carousel-control.left {
    left: 15px;
    right: auto;
}
#yith-quick-view-content .carousel .carousel-controls-v3 .carousel-control.right {
    right: 15px;
    left: auto;
}
.tbay-currency {
    position: relative;
    line-height: 44px;
}
.tbay-currency .woocs_diplay_none {
    display: none;
}
.tbay-currency .SumoSelect.open>.optWrapper {
    top: 100%}
.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: inherit;
    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>.optWrapper {
    -webkit-box-shadow: none;
    box-shadow: none;
    min-width: 150px;
    padding: 5px 0;
    border: 1px solid #ddd;
    left: -15px;
    right: auto;
    top: 100%;
    display: block !important;
    background: #fff;
    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: #eee;
}
.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: #6c9d24;
    background-color: #fff !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;
}
.sub-menu .dropdown-menu-inner h3 {
    font-size: 14px;
    font-size: 14px;
    padding: 0 15px;
    margin: 30px 0 10px;
    color: #222;
}
.sub-menu .dropdown-menu-inner ul {
    list-style-type: none;
    padding: 0 15px;
}
.sub-menu .dropdown-menu-inner ul li {
    padding: 6px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.sub-menu>li>a {
    line-height: 38px;
}
.mm-panel__searchsplash {
    padding: 20px 15px;
}
.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;
    border-bottom: 1px solid #eee;
    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: 44px;
}
.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: 21px;
    right: 12px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #ccc;
}
.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: 21px;
    left: 15px;
    right: auto;
    color: #ccc;
}
.mm-navbar {
    border-color: #eee;
    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-listitem {
    position: relative;
    color: #000;
}
.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: #eee;
}
.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: 48px;
}
.mm-listitem>a:focus {
    color: #6c9d24;
}
.mm-listitem.active>a {
    color: #6c9d24;
}
.mm-listitem.flash-sale>a {
    color: #e20202;
    font-weight: 700;
}
.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%;
    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: 1001;
}
.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: #ccc;
}
.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;
}
.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 #e5e5e5;
}
.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_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 {
    font-weight: 400;
    border-bottom: 1px solid #fff;
}
.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: 0;
    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: #fff;
}
.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: #fff;
    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: #fff;
}
.mm-menu_theme-whiteinput.mm-toggle:checked ~ label.mm-toggle {
    background: #4bd963;
}
.mm-menu_theme-dark {
    background: #333;
    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: #333;
}
.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: #fff;
}
.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: #999;
    border-color: #fff !important;
}
.mm-menu.mm-menu_theme-dark .mm-navbar a, .mm-menu.mm-menu_theme-dark .mm-navbar>* {
    color: #fff;
}
.mm-menu.mm-menu_theme-dark .mm-btn:after, .mm-menu.mm-menu_theme-dark .mm-btn:before {
    border-color: #999;
}
.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: #fff;
    padding-right: 0;
}
.mm-menu .mm-navbar {
    height: 45px;
}
.mm-menu .mm-navbar a, .mm-menu .mm-navbar>* {
    color: #888;
}
.mm-menu .mm-navbar>a {
    line-height: 40px;
    padding: 0;
}
.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: 15px;
}
.mm-menu .mm-navbars_top>.mm-navbar:not(.mm-navbar_tabs) .mm-searchfield input {
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border: 1px solid #eee;
    height: 40px;
    line-height: normal;
    max-height: initial;
    color: #000;
    background: #fff;
}
.mm-menu .mm-panel_has-navbar .mm-navbar {
    height: 44px;
    left: 0;
    right: 0;
    border-bottom: 1px solid #eee;
}
.mm-menu .mm-panels .mm-navbar__title {
    font-weight: 500;
    color: #000;
    line-height: 40px;
    font-size: 15px;
}
.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) {
    background: #f9f9f9;
    color: #aaa;
    font-weight: 400;
    border-bottom: 1px solid #eee;
}
.mm-menu .mm-navbar_tabs a {
    border: 0;
    border-top: 1px solid #eee;
    border-right: 1px solid #eee;
    color: #6c9d24;
    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 #e5e5e5;
}
.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: #6c9d24;
}
.mm-menu .mm-listitem a i, .mm-menu .mm-listitem a img {
    margin-right: 5px;
    margin-left: 0;
    min-width: 15px;
}
.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 .menu li {
    line-height: 40px;
}
.mm-menu .sub-menu .menu li a {
    padding: 0 15px;
    border-bottom: 1px solid #eee;
    display: block;
}
.mm-menu .mm-counter {
    right: 40px;
    left: auto;
}
.mm-menu .mm-navbars_bottom, .mm-menu .mm-navbars_top {
    border-color: #eee;
}
.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;
}
@media(min-width:768px) {
    .yith-wfbt-section .yith-wfbt-form {
    padding-right: 250px;
}
.yith-wfbt-section .yith-wfbt-form .yith-wfbt-submit-block {
    position: absolute;
    right: 0;
    z-index: 2;
    margin-bottom: 0;
}
.yith-wfbt-section .yith-wfbt-form .yith-wfbt-submit-block::before {
    position: absolute;
    left: -30px;
    height: 300px;
    width: 1px;
    content: "";
    top: -60px;
    background: #eee;
}
.yith-wfbt-section .yith-wfbt-form .price_text .total_price {
    margin: 12px 0 9px 0;
}
}
.yith-wfbt-section {
    border: 1px solid #eee;
    padding: 13px 20px;
    overflow: hidden;
    margin-bottom: 30px;
}
.yith-wfbt-section>h3 {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
    margin: 0;
    padding: 7px 0 0;
}
.yith-wfbt-section .yith-wfbt-form {
    margin: 0;
    padding: 0;
    position: relative;
}
.yith-wfbt-section .yith-wfbt-form .yith-wfbt-submit-block {
    margin-bottom: 30px;
}
.yith-wfbt-section .yith-wfbt-form .yith-wfbt-submit-button {
    padding: 0 30px;
    line-height: 42px;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: normal;
}
.yith-wfbt-section .yith-wfbt-form .price_text .total_price {
    color: #6c9d24;
    font-weight: 500;
    margin: 16px 0 20px -8px;
    font-size: 20px;
    display: inline-block;
}
.yith-wfbt-section .yith-wfbt-form .price_text .total_price del {
    color: #333;
}
.yith-wfbt-section .yith-wfbt-form .price_text .total_price ins {
    text-decoration: none;
}
.yith-wfbt-section .yith-wfbt-form .price_text .total_price_label {
    font-weight: bold;
    font-size: 16px;
    display: block;
}
.yith-wfbt-section .yith-wfbt-images {
    margin: 10px 15px 10px 0;
    float: left;
}
.yith-wfbt-section .yith-wfbt-images td {
    border: 0;
    width: auto;
    padding: 0;
    vertical-align: middle;
}
.yith-wfbt-section .yith-wfbt-images .image_plus {
    width: 20px;
    text-align: center;
}
.yith-wfbt-section .yith-wfbt-item label {
    line-height: 23px;
}
.yith-wfbt-section .yith-wfbt-item:first-child .product-name {
    font-weight: bold;
    color: #000;
}
.yith-compare a.added {
    background: #6c9d24;
    color: #fff;
    position: absolute !important;
    width: 100%;
    height: 100%;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}
.yith-compare a.added:before {
    content: "";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-family: "tb-icon"}
.yith-compare a.added:before {
    line-height: 18px;
    font-size: 14px;
    vertical-align: middle;
}
body.woocommerce>h1 {
    background: transparent;
    color: #333;
    font-family: "Roboto";
    font-size: 28px;
    text-transform: none;
    margin-top: 10px;
    padding: 6px 30px 15px;
    line-height: normal;
    border-bottom: 1px solid #f5f5f5;
    margin-bottom: 20px;
}
.yith_woocompare_colorbox #cboxTopLeft, .yith_woocompare_colorbox #cboxTopCenter, .yith_woocompare_colorbox #cboxTopRight, .yith_woocompare_colorbox #cboxMiddleLeft, .yith_woocompare_colorbox #cboxMiddleRight, .yith_woocompare_colorbox #cboxBottomLeft, .yith_woocompare_colorbox #cboxBottomRight, .yith_woocompare_colorbox #cboxBottomCenter {
    display: none;
}
.yith_woocompare_colorbox #cboxClose {
    right: 25px;
    bottom: auto;
    top: 10px;
}
body table.compare-list .add-to-cart td .add-cart a {
    font-weight: 400;
    padding: 0 30px;
    line-height: 42px;
}
body table.compare-list .add-to-cart td .add-cart a i {
    display: none;
}
body table.compare-list td img {
    max-width: 100%}
body table.compare-list .price ins {
    display: inline;
}
body table.compare-list.dataTable tbody th {
    text-transform: none;
}
body table.compare-list.dataTable tbody th, body table.compare-list.dataTable tbody td {
    padding: 11px 10px;
    text-decoration: none;
}
body table.compare-list.dataTable tbody tr.price {
    color: #333;
}
body table.compare-list.dataTable tbody tr.price del .woocommerce-Price-amount {
    margin-left: 7px;
    margin-right: 0;
    font-weight: 500;
}
body table.compare-list.dataTable tbody tr.price .woocommerce-Price-amount {
    font-size: 14px;
    font-weight: bold;
    color: #333;
    opacity: 1;
    filter: alpha(opacity=100);
    font-family: Roboto;
}
body table.compare-list>thead, body table.compare-list>tfoot {
    display: none;
}
body table.compare-list .remove td a {
    display: block;
    margin: 10px 0;
}
#tbay-quick-view-modal {
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}
#tbay-quick-view-modal .top-main-content {
    border-bottom: 1px solid #eee;
    margin-bottom: 25px;
}
#tbay-quick-view-modal .top-main-content:before {
    display: none;
}
#tbay-quick-view-modal.singular-shop .image-mains {
    padding-right: 85px;
    padding-left: 85px;
    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 .cart .group-button {
    margin-left: 25px;
}
#tbay-quick-view-modal .tbay-woo-share, #tbay-quick-view-modal .product_meta {
    display: none !important;
}
#tbay-quick-view-modal .woocommerce .price {
    font-size: 22px;
}
#tbay-quick-view-modal .woocommerce .price ins {
    font-size: 22px;
}
#tbay-quick-view-modal .woocommerce .price del {
    font-size: 16px;
}
#tbay-quick-view-modal .woocommerce .grouped_form .price {
    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;
}
.greenmart-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.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: #6c9d24;
    width: 10px;
    height: 10px;
}
.carousel .carousel-indicators li {
    background-color: #ddd;
    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: #000;
    background-image: none;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    text-shadow: none;
    border: 1px solid #eee;
    background: #fff;
}
.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: #6c9d24;
    border-color: #6c9d24;
    color: #fff;
}
#yith-quick-view-modal #yith-quick-view-close {
    display: none;
}
#yith-quick-view-modal #yith-quick-view-content {
    overflow-x: hidden;
}
#yith-quick-view-modal .yith-wcqv-main {
    max-height: 490px;
}
#yith-quick-view-modal.open .yith-wcqv-main {
    overflow: hidden;
}
#yith-quick-view-content.single-product.woocommerce div.product .woocommerce-product-rating {
    margin-bottom: 0;
    margin-top: 10px;
}
#yith-quick-view-content .star-rating span {
    position: relative;
}
#yith-quick-view-content div.summary {
    width: 100%}
#yith-quick-view-content div.product .entry-summary .single_add_to_cart_button, #yith-quick-view-content div.product .entry-summary .tbay-buy-now {
    margin: 0;
    margin-top: 30px;
}
#yith-quick-view-content div.product .entry-summary .tbay-buy-now {
    margin-left: 20px;
}
#yith-quick-view-content .summary form.cart .box-quantity {
    min-width: 120px;
}
#yith-quick-view-content .summary form.cart .box-quantity .title-qty {
    display: none;
}
#quickview-carousel #tbay-quick-view-content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 50px;
}
#quickview-carousel.carousel .carousel-indicators li {
    width: 16px;
    height: 8px;
    background-color: #eee;
    border: 1px solid transparent;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
}
#quickview-carousel.carousel .carousel-indicators li.active {
    width: 40px;
    border-color: #6c9d24;
    background: #6c9d24;
}
#yith-quick-view-content div.woocommerce-product-rating a.woocommerce-review-link {
    display: block;
    margin-left: 0;
}
.questions-section h3 {
    padding: 0 0 28px;
    margin: 0 !important;
}
#ywqa_question_list, #ask_question {
    padding: 0;
}
ol.ywqa-question-list {
    margin: 0;
}
li.question-container {
    padding: 0 0 25px;
    display: block;
    margin-bottom: 30px;
    border-color: #eee;
}
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: #6c9d24;
    margin-right: 18px;
    margin-left: 0;
}
div.question-text .question, div.question-text .answer {
    padding: 0;
}
div.question-text .answer-content {
    margin-top: 10px;
}
span.question a, #show-all-questions a.show-questions {
    color: #000;
    font-weight: bold;
}
span.question a:hover, #show-all-questions a.show-questions:hover {
    color: #6c9d24;
    font-weight: bold;
}
span.admin-answer-symbol, span.answer-symbol {
    font-weight: bold;
    color: #000;
    background: #f5f5f5;
    border: 1px solid #eee;
    display: inline-block;
    line-height: 30px;
    padding: 0 10px;
    margin-left: 0;
    margin-right: 18px;
}
span.answer-symbol {
    padding: 0;
    width: 25px;
    height: 20px;
    line-height: 18px;
}
div.ywqa-ask-question {
    height: auto;
    padding: 0 0 30px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 50%}
input#ywqa-submit-question {
    height: 40px;
    padding: 0 45px;
    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 {
    height: 40px;
    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: #eee;
}
div#new-answer-header .parent-question {
    color: #000;
}
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: #eee;
    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: #6c9d24;
}
#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: #000;
    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: #eee;
}
.device-wishlist .blockUI.blockMsg h1, .tbay-to-top .blockUI.blockMsg h1, .woocommerce-wishlist .blockUI.blockMsg h1 {
    display: none;
}
.woocommerce-wishlist .elementor-shortcode {
    background: #fff;
}
.woocommerce-wishlist table.wishlist_table.wishlist_view {
    border: 0;
}
.woocommerce-wishlist table.wishlist_table.wishlist_view tbody>tr>td {
    border: 1px solid #ddd;
}
.woocommerce-wishlist table.wishlist_table.wishlist_view tbody>tr>td+td {
    border-left-width: 1px;
}
table.wishlist_table>thead>tr>th {
    font-size: 16px;
}
table.wishlist_table td.product-name {
    text-align: center;
    font-size: 14px;
}
table.wishlist_table td.product-name .yith-wcqv-button {
    display: none;
}
table.wishlist_table td.product-price ins {
    text-decoration: unset;
}
table.wishlist_table td.product-price .woocommerce-Price-amount {
    color: #6c9d24;
    font-size: 14px;
    font-weight: 700;
}
table.wishlist_table td.product-price del .woocommerce-Price-amount {
    font-weight: 500;
    color: #aaa;
    font-size: 14px;
    margin-right: 7px;
}
table.wishlist_table td.product-stock-status span.wishlist-in-stock {
    color: #2d7;
    text-transform: capitalize;
    font-size: 14px;
}
table.wishlist_table td.product-add-to-cart .add-cart a {
    min-width: 155px;
    text-transform: uppercase;
    letter-spacing: 0;
    font-weight: 400;
    display: inline-block !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}
table.wishlist_table td.product-add-to-cart .add-cart a i {
    line-height: 1;
}
.wishlist_table.mobile {
    padding: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -15px;
}
.wishlist_table.mobile li {
    -webkit-box-flex: 50%;
    -moz-box-flex: 50%;
    -webkit-flex: 50%;
    -ms-flex: 50%;
    flex: 50%;
    padding: 0 15px;
    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;
}
.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;
    text-align: center;
}
.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 h3 {
    line-height: 20px;
    margin: 0 0 10px;
    font-size: 14px;
    font-weight: 500;
}
.wishlist_table.mobile li table td.label {
    display: none !important;
}
.wishlist_table.mobile li table td.value {
    text-align: center !important;
    font-size: inherit !important;
    padding: 0 !important;
}
.wishlist_table.mobile li .additional-info-wrapper .product-remove {
    text-align: center;
    padding-top: 10px;
}
.wishlist_table.mobile li .additional-info-wrapper .product-remove a {
    font-size: 16px;
    color: #999;
}
.wishlist_table.mobile .product-add-to-cart .add-cart a {
    padding: 0 !important;
    line-height: 37px;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: normal;
    border-width: 1px;
    border-style: solid;
    border-color: #6c9d24;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    width: 100%}
.woocommerce .wishlist_table a.button.loading::after {
    position: static;
    margin-left: 5px;
    margin-right: 0;
}
.woocommerce .wishlist_table table .woocommerce-Price-amount {
    font-weight: 400;
    color: #777;
}
.woocommerce .wishlist_table table ins {
    text-decoration: unset;
}
.wishlist_table a.button.yith-wcqv-button {
    background: transparent;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #6c9d24;
    padding: 0;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    margin-bottom: 14px !important;
    color: #6c9d24;
}
@media(max-width:767px) {
    .wishlist_table.mobile li .additional-info-wrapper .product-remove a {
    font-size: 13px;
}
}@media(min-width:576px) and (max-width:1199px) {
    .wishlist_table.mobile li {
    -webkit-box-flex: 33.33%;
    -moz-box-flex: 33.33%;
    -webkit-flex: 33.33%;
    -ms-flex: 33.33%;
    flex: 33.33%;
    max-width: 33.33%}
}@media(min-width:1200px) {
    .wishlist_table.mobile li {
    -webkit-box-flex: 25%;
    -moz-box-flex: 25%;
    -webkit-flex: 25%;
    -ms-flex: 25%;
    flex: 25%;
    max-width: 25%}
}@media(min-width:576px) and (max-width:767px) {
    .wishlist_table.mobile li {
    max-width: calc(33.33% - 10px);
    margin-right: 15px;
    margin-bottom: 15px;
}
.wishlist_table.mobile li:nth-child(3n+3) {
    margin-right: 0;
}
}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: #fff;
}
.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: #000;
    -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: #6c9d24;
}
.tparrows:hover:before {
    color: #fff;
}
.tp-bullets.revo-tbay {
    width: auto !important;
}
.tp-bullets.revo-tbay:before {
    padding: 0 !important;
}
.tp-bullets.revo-tbay .tp-bullet {
    display: block;
    background: #eee;
    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: #6c9d24;
}
.tp-bullets.revo-tbay .tp-bullet:last-child {
    margin: 0;
}
.tp-bullets {
    width: auto !important;
}
.tp-bullets:before {
    padding: 0 !important;
}
.tp-bullets .tp-bullet {
    display: block;
    width: 8px;
    height: 8px;
    background: #eee !important;
    border-radius: 20px;
    border: 1px solid #eee !important;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    cursor: pointer;
    position: initial !important;
    display: inline-block;
}
.tp-bullets .tp-bullet.selected {
    background: #6c9d24 !important;
    width: 40px;
    height: 8px;
    margin: 0 5px;
}
.tp-bullets .tp-bullet:hover {
    background: #6c9d24 !important;
}
.row.grid, .display-products.products-grid .row, .products.products-grid .row, .widget-grid.widget-categories .row {
    clear: both;
}
.row.grid:before, .row.grid:after, .display-products.products-grid .row:before, .display-products.products-grid .row:after, .products.products-grid .row:before, .products.products-grid .row:after, .widget-grid.widget-categories .row:before, .widget-grid.widget-categories .row:after {
    display: none;
}
.row.grid>div, .display-products.products-grid .row>div, .products.products-grid .row>div, .widget-grid.widget-categories .row>div {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-right: 15px;
    padding-left: 15px;
}
@media(min-width:1600px) {
    .row.grid[data-xlgdesktop="1"]>div, .display-products.products-grid .row[data-xlgdesktop="1"]>div, .products.products-grid .row[data-xlgdesktop="1"]>div, .widget-grid.widget-categories .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, .products.products-grid .row[data-xlgdesktop="2"]>div, .widget-grid.widget-categories .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, .products.products-grid .row[data-xlgdesktop="3"]>div, .widget-grid.widget-categories .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, .products.products-grid .row[data-xlgdesktop="4"]>div, .widget-grid.widget-categories .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, .products.products-grid .row[data-xlgdesktop="5"]>div, .widget-grid.widget-categories .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, .products.products-grid .row[data-xlgdesktop="6"]>div, .widget-grid.widget-categories .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, .products.products-grid .row[data-xlgdesktop="7"]>div, .widget-grid.widget-categories .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, .products.products-grid .row[data-xlgdesktop="8"]>div, .widget-grid.widget-categories .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, .products.products-grid .row[data-xlgdesktop="9"]>div, .widget-grid.widget-categories .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, .products.products-grid .row[data-xlgdesktop="10"]>div, .widget-grid.widget-categories .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, .products.products-grid .row[data-xlgdesktop="11"]>div, .widget-grid.widget-categories .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, .products.products-grid .row[data-xlgdesktop="12"]>div, .widget-grid.widget-categories .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, .products.products-grid .row[data-desktop="1"]>div, .widget-grid.widget-categories .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, .products.products-grid .row[data-desktop="2"]>div, .widget-grid.widget-categories .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, .products.products-grid .row[data-desktop="3"]>div, .widget-grid.widget-categories .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, .products.products-grid .row[data-desktop="4"]>div, .widget-grid.widget-categories .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, .products.products-grid .row[data-desktop="5"]>div, .widget-grid.widget-categories .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, .products.products-grid .row[data-desktop="6"]>div, .widget-grid.widget-categories .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, .products.products-grid .row[data-desktop="7"]>div, .widget-grid.widget-categories .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, .products.products-grid .row[data-desktop="8"]>div, .widget-grid.widget-categories .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, .products.products-grid .row[data-desktop="9"]>div, .widget-grid.widget-categories .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, .products.products-grid .row[data-desktop="10"]>div, .widget-grid.widget-categories .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, .products.products-grid .row[data-desktop="11"]>div, .widget-grid.widget-categories .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, .products.products-grid .row[data-desktop="12"]>div, .widget-grid.widget-categories .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, .products.products-grid .row[data-desktopsmall="1"]>div, .widget-grid.widget-categories .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, .products.products-grid .row[data-desktopsmall="2"]>div, .widget-grid.widget-categories .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, .products.products-grid .row[data-desktopsmall="3"]>div, .widget-grid.widget-categories .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, .products.products-grid .row[data-desktopsmall="4"]>div, .widget-grid.widget-categories .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, .products.products-grid .row[data-desktopsmall="5"]>div, .widget-grid.widget-categories .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, .products.products-grid .row[data-desktopsmall="6"]>div, .widget-grid.widget-categories .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, .products.products-grid .row[data-desktopsmall="7"]>div, .widget-grid.widget-categories .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, .products.products-grid .row[data-desktopsmall="8"]>div, .widget-grid.widget-categories .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, .products.products-grid .row[data-desktopsmall="9"]>div, .widget-grid.widget-categories .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, .products.products-grid .row[data-desktopsmall="10"]>div, .widget-grid.widget-categories .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, .products.products-grid .row[data-desktopsmall="11"]>div, .widget-grid.widget-categories .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, .products.products-grid .row[data-desktopsmall="12"]>div, .widget-grid.widget-categories .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, .products.products-grid .row[data-tablet="1"]>div, .widget-grid.widget-categories .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, .products.products-grid .row[data-tablet="2"]>div, .widget-grid.widget-categories .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, .products.products-grid .row[data-tablet="3"]>div, .widget-grid.widget-categories .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, .products.products-grid .row[data-tablet="4"]>div, .widget-grid.widget-categories .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, .products.products-grid .row[data-tablet="5"]>div, .widget-grid.widget-categories .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, .products.products-grid .row[data-tablet="6"]>div, .widget-grid.widget-categories .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, .products.products-grid .row[data-tablet="7"]>div, .widget-grid.widget-categories .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, .products.products-grid .row[data-tablet="8"]>div, .widget-grid.widget-categories .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, .products.products-grid .row[data-tablet="9"]>div, .widget-grid.widget-categories .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, .products.products-grid .row[data-tablet="10"]>div, .widget-grid.widget-categories .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, .products.products-grid .row[data-tablet="11"]>div, .widget-grid.widget-categories .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, .products.products-grid .row[data-tablet="12"]>div, .widget-grid.widget-categories .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, .products.products-grid .row[data-landscape="1"]>div, .widget-grid.widget-categories .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, .products.products-grid .row[data-landscape="2"]>div, .widget-grid.widget-categories .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, .products.products-grid .row[data-landscape="3"]>div, .widget-grid.widget-categories .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, .products.products-grid .row[data-landscape="4"]>div, .widget-grid.widget-categories .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, .products.products-grid .row[data-landscape="5"]>div, .widget-grid.widget-categories .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, .products.products-grid .row[data-landscape="6"]>div, .widget-grid.widget-categories .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, .products.products-grid .row[data-landscape="7"]>div, .widget-grid.widget-categories .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, .products.products-grid .row[data-landscape="8"]>div, .widget-grid.widget-categories .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, .products.products-grid .row[data-landscape="9"]>div, .widget-grid.widget-categories .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, .products.products-grid .row[data-landscape="10"]>div, .widget-grid.widget-categories .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, .products.products-grid .row[data-landscape="11"]>div, .widget-grid.widget-categories .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, .products.products-grid .row[data-landscape="12"]>div, .widget-grid.widget-categories .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, .products.products-grid .row[data-mobile="1"]>div, .widget-grid.widget-categories .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, .products.products-grid .row[data-mobile="2"]>div, .widget-grid.widget-categories .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, .products.products-grid .row[data-mobile="3"]>div, .widget-grid.widget-categories .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, .products.products-grid .row[data-mobile="4"]>div, .widget-grid.widget-categories .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, .products.products-grid .row[data-mobile="5"]>div, .widget-grid.widget-categories .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, .products.products-grid .row[data-mobile="6"]>div, .widget-grid.widget-categories .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, .products.products-grid .row[data-mobile="7"]>div, .widget-grid.widget-categories .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, .products.products-grid .row[data-mobile="8"]>div, .widget-grid.widget-categories .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, .products.products-grid .row[data-mobile="9"]>div, .widget-grid.widget-categories .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, .products.products-grid .row[data-mobile="10"]>div, .widget-grid.widget-categories .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, .products.products-grid .row[data-mobile="11"]>div, .widget-grid.widget-categories .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, .products.products-grid .row[data-mobile="12"]>div, .widget-grid.widget-categories .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%}
}.products>div>.product-category {
    list-style-type: none;
    -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%}
.products>div>.product-category a {
    display: block;
}
.products>div>.product-category h3 {
    text-align: center;
    font-size: 16px;
    margin: 5px 0;
}
.products>div>.product-category .count {
    background: transparent;
}
@media(max-width:767px) {
    .products>div>.product-category {
    list-style-type: none;
    -webkit-box-flex: 50%;
    -moz-box-flex: 50%;
    -webkit-flex: 50%;
    -ms-flex: 50%;
    flex: 50%;
    max-width: 50%}
}.all-subcategories {
    list-style: none;
    padding: 0;
}
@media(max-width:768px) {
    .all-subcategories.row {
    margin-left: -5px;
    margin-right: -5px;
}
}.all-subcategories>li {
    display: inline-block;
    width: 33.3333333%;
    float: left;
    padding: 0 15px;
    margin-bottom: 30px;
    text-align: center;
}
@media(min-width:480px) {
    .all-subcategories>li: nth-child(3n+1) {
    clear: both;
}
}@media(max-width:768px) and (min-width:480px) {
    .all-subcategories>li {
    padding: 0 5px;
}
}@media(max-width:480px) {
    .all-subcategories>li {
    width: 50%;
    padding: 0 5px;
}
.all-subcategories>li:nth-child(2n+1) {
    clear: both;
}
}.all-subcategories h3 {
    font-size: 14px;
    text-transform: uppercase;
}
.all-subcategories h3 .count {
    font-size: 12px;
    background: transparent;
    color: #a5a5a5;
    font-weight: initial;
}
.all-subcategories a {
    display: block;
}
.all-subcategories a img {
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    width: auto;
}
.all-subcategories a {
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}
.all-subcategories a:hover h3 {
    color: #6c9d24;
}
.woo-variation-swatches .products.products-list .wvs-archive-variation-wrapper .variable-items-wrapper {
    justify-content: flex-start;
}
.woo-variation-swatches .products.products-list .wvs-archive-variation-wrapper .variations {
    text-align: left;
}
.tbay-filter {
    margin: 0 0 30px 0;
    padding: 0;
    float: left;
    width: 100%}
.tbay-filter .display-mode {
    float: left;
    line-height: 37px;
}
.tbay-filter .change-view {
    background: transparent;
    padding: 3px 5px;
    margin-right: 5px;
    margin-left: 0;
    border: 0;
    color: #bbb;
}
.tbay-filter .change-view.active {
    color: #6c9d24;
}
.tbay-filter .woocommerce-result-count {
    color: #333;
    font-weight: 500;
    line-height: 39px;
    margin: 0;
}
.tbay-filter .woocommerce-ordering {
    margin: 0;
    font-weight: 500;
    color: #333;
    z-index: 13;
}
.tbay-filter .woocommerce-ordering>span {
    line-height: 29px;
    margin-right: 10px;
    -webkit-transform: translate(0, -5px);
    -ms-transform: translate(0, -5px);
    -o-transform: translate(0, -5px);
    transform: translate(0, -5px);
    display: inline-block;
}
.tbay-filter .SumoSelect>.CaptionCont {
    border-color: #eee;
}
.tbay-filter .SumoSelect>.CaptionCont>span {
    line-height: 23px;
}
.tbay-filter .SumoSelect>.CaptionCont>label {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.tbay-filter .SumoSelect>.CaptionCont>label>i {
    display: block;
}
.tbay-filter .SumoSelect>.CaptionCont:focus {
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.SumoSelect>.optWrapper>.options li.opt {
    line-height: 26px;
}
select {
    padding: 4px;
    border: 1px solid rgba(0, 0, 0, 0.1);
}
.products.products-list .product-block .product-content {
    display: inline-block;
}
.products.products-list>.row>div {
    width: 50%;
    float: left;
    padding: 0 15px;
}
.products.products-list>.row>div .product-block.list {
    margin-bottom: 30px;
    display: inline-block;
}
.products.products-list>.row>div span.price del {
    color: #333;
    font-weight: 500;
    font-size: 14px;
}
.products.products-list>.row>div .block-inner {
    float: left;
    width: 43%}
.products.products-list>.row>div .block-inner>.image {
    width: 100%}
.products.products-list>.row>div .caption {
    padding: 15px 0 0 15px;
    display: inline-block;
    width: 57%}
.products.products-list>.row>div .caption .groups-button {
    float: left;
    display: inline-block;
    margin: 10px 0 0;
}
.products.products-list>.row>div .caption .groups-button>* {
    float: left;
}
.products.products-list .name {
    font-size: 13px;
    font-weight: 500;
    margin: 0 0 5px;
}
.products.products-list .rating {
    margin: 0 0 5px;
    width: 100%}
@media(max-width:782px) {
    .admin-bar #tbay-main-content .sidebar-mobile-wrapper {
    top: 46px;
}
}@media(max-width:600px) {
    .admin-bar #tbay-main-content .sidebar-mobile-wrapper {
    top: 0;
}
}.admin-bar .topbar-device-mobile.active ~ #tbay-main-content .sidebar-mobile-wrapper {
    top: 46px;
}
.tbay-sidebar-mobile-btn {
    display: none;
    float: left;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    vertical-align: middle;
    cursor: pointer;
    padding: 0;
    margin-right: 12px;
    margin-left: auto;
    color: #bbb;
    height: 37px;
    line-height: 37px;
    text-align: center;
}
.tbay-sidebar-mobile-btn i {
    margin: 0 auto;
}
.tbay-sidebar-mobile-btn span {
    text-transform: capitalize;
    margin-left: 10px;
}
.sidebar-mobile-wrapper .widget-mobile-heading {
    text-transform: uppercase;
    border-bottom: 1px solid #eee;
    padding: 9px 15px;
    text-align: right;
    display: none;
}
@media(max-width:767px) {
    .sidebar-mobile-wrapper .widget-mobile-heading {
    display: block;
    border: 0;
}
}.sidebar-mobile-wrapper .widget-mobile-heading a {
    display: inline-block;
    color: unset;
}
.sidebar-mobile-wrapper .widget-mobile-heading i {
    font-size: 22px;
    line-height: 32px;
}
.tbay-close-side {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1001;
    opacity: 0;
    visibility: hidden;
    background-color: rgba(0, 0, 0, 0.7);
    -webkit-transition: opacity .25s ease, visibility 0s ease .25s;
    transition: opacity .25s ease, visibility 0s ease .25s;
}
body.show-sidebar .tbay-close-side {
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity .25s ease, visibility 0s ease;
    transition: opacity .25s ease, visibility 0s ease;
}
body.show-sidebar .mm-slideout {
    z-index: unset;
}
@media(max-width:767px) {
    #tbay-main-content .sidebar-mobile-wrapper, #tbay-main-content .wcfmmp-store-page-wrap .left_sidebar, #tbay-main-content .dokan-store-sidebar {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    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: 300px !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    max-width: none;
    overflow: hidden;
    z-index: 10001;
    margin-top: 0;
    background-color: #fff;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 0;
    -webkit-transition: -webkit-transform .25s ease;
    transition: -webkit-transform .25s ease;
    transition: transform .25s ease;
    transition: transform .25s ease, -webkit-transform .25s ease;
    -webkit-transform: translate3d(-300px, 0, 0);
    height: auto;
    overflow-y: visible;
    padding-bottom: 70px;
}
#tbay-main-content .sidebar-mobile-wrapper .sidebar, #tbay-main-content .wcfmmp-store-page-wrap .left_sidebar .sidebar, #tbay-main-content .dokan-store-sidebar .sidebar {
    margin: 0 !important;
}
#tbay-main-content .sidebar-mobile-wrapper aside, #tbay-main-content .wcfmmp-store-page-wrap .left_sidebar aside, #tbay-main-content .dokan-store-sidebar aside {
    padding: 5px 20px 15px;
    border-bottom: 0;
    float: left;
    width: 100%}
#tbay-main-content .sidebar-mobile-wrapper aside.sidebar, #tbay-main-content .wcfmmp-store-page-wrap .left_sidebar aside.sidebar, #tbay-main-content .dokan-store-sidebar aside.sidebar {
    padding: 0;
}
#tbay-main-content .sidebar-mobile-wrapper aside .widget.widget-woof, #tbay-main-content .wcfmmp-store-page-wrap .left_sidebar aside .widget.widget-woof, #tbay-main-content .dokan-store-sidebar aside .widget.widget-woof {
    padding: 0 15px !important;
    margin: 10px 0;
}
#tbay-main-content .sidebar-mobile-wrapper aside:last-child, #tbay-main-content .wcfmmp-store-page-wrap .left_sidebar aside:last-child, #tbay-main-content .dokan-store-sidebar aside:last-child {
    border: 0;
}
#tbay-main-content .sidebar-mobile-wrapper aside .button, #tbay-main-content .wcfmmp-store-page-wrap .left_sidebar aside .button, #tbay-main-content .dokan-store-sidebar aside .button {
    min-width: initial;
}
#tbay-main-content .sidebar-mobile-wrapper aside .widget-title, #tbay-main-content .wcfmmp-store-page-wrap .left_sidebar aside .widget-title, #tbay-main-content .dokan-store-sidebar aside .widget-title {
    padding-top: 10px;
    margin-bottom: 20px;
}
.tbay-sidebar-mobile-btn {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}
body.show-sidebar #tbay-main-content .sidebar-mobile-wrapper, body.show-sidebar #tbay-main-content .wcfmmp-store-page-wrap .left_sidebar, body.show-sidebar #tbay-main-content .dokan-store-sidebar {
    transform: none;
    -webkit-transform: none;
}
body.show-sidebar .tbay-sidebar-mobile-btn {
    color: #6c9d24;
}
}.cart_list .woocommerce-Price-amount {
    color: #6c9d24;
    font-weight: bold;
}
.woocommerce .cart-popup .dropdown-menu, .cart-popup .dropdown-menu {
    border-left: 0;
    padding: 0;
    width: 300px;
    display: block;
    visibility: hidden;
    text-align: left;
    left: auto !important;
    right: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.woocommerce .cart-popup .dropdown-menu.show, .cart-popup .dropdown-menu.show {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform-origin: 29px -50px;
    -moz-transform-origin: 29px -50px;
    -ms-transform-origin: 29px -50px;
    transform-origin: 29px -50px;
    filter: none;
    -webkit-filter: none;
    -moz-filter: none;
    -o-filter: none;
    -ms-filter: none;
    visibility: visible;
    color: #333;
    will-change: unset !important;
    -webkit-transform: translate3d(0, 0, 0) !important;
    transform: translate3d(0, 0, 0) !important;
}
.woocommerce .cart-popup .dropdown-menu:before, .woocommerce .cart-popup .dropdown-menu:after, .cart-popup .dropdown-menu:before, .cart-popup .dropdown-menu:after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    left: 100%;
    right: auto;
    margin-right: 0;
    margin-left: -31px;
    border-left: 11px solid transparent;
    border-right: 11px solid transparent;
}
.woocommerce .cart-popup .dropdown-menu:before, .cart-popup .dropdown-menu:before {
    top: -11px;
    border-bottom: 11px solid rgba(0, 0, 0, 0.2);
}
.woocommerce .cart-popup .dropdown-menu:after, .cart-popup .dropdown-menu:after {
    top: -10px;
    border-bottom: 11px solid #fff;
}
.woocommerce .cart-popup .dropdown-menu .cart_list+.total, .cart-popup .dropdown-menu .cart_list+.total {
    text-align: left;
    font-weight: 700;
    font-size: 16px;
    padding: 5px 20px;
}
.woocommerce .cart-popup .dropdown-menu .cart_list+.total .amount, .cart-popup .dropdown-menu .cart_list+.total .amount {
    float: right;
    color: #6c9d24;
}
.woocommerce .cart-popup .dropdown-menu p.buttons, .cart-popup .dropdown-menu p.buttons {
    margin: 0;
    background: #6c9d24;
    padding: 20px 20px 5px;
    text-align: center;
}
.woocommerce .cart-popup .dropdown-menu p.buttons a, .cart-popup .dropdown-menu p.buttons a {
    -webkit-box-shadow: none;
    box-shadow: none;
    display: inline-block;
    border: 1px solid #fff;
    margin-bottom: 15px;
    min-width: 60%;
    color: #fff;
    background: transparent;
    padding: 4px 10px;
    font-size: 12px;
    line-height: 1.5;
    text-transform: uppercase;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    font-weight: 400;
    letter-spacing: 1.5px;
}
.woocommerce .cart-popup .dropdown-menu p.buttons a:hover, .cart-popup .dropdown-menu p.buttons a:hover {
    color: #6c9d24;
    background: #fff;
}
.woocommerce .cart-popup .dropdown-menu p.buttons a i, .cart-popup .dropdown-menu p.buttons a i {
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
    margin-right: 0;
    margin-bottom: 2px;
}
.woocommerce .cart-popup .dropdown-menu ul, .cart-popup .dropdown-menu ul {
    padding: 20px 20px 0;
    max-height: 300px;
    display: block;
    margin-bottom: 12px;
    overflow: hidden;
    overflow-y: auto;
    list-style-type: none;
}
.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);
}
.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 .dropdown-menu ul li, .cart-popup .dropdown-menu ul li {
    margin: 0 0 10px;
}
.woocommerce .cart-popup .dropdown-menu ul li:last-child, .cart-popup .dropdown-menu ul li:last-child {
    border-bottom: 1px solid #e5e5e5;
}
.woocommerce .cart-popup .dropdown-menu ul.cart_empty li:last-child, .cart-popup .dropdown-menu ul.cart_empty li:last-child {
    border-bottom: 0;
}
.woocommerce .cart-popup .dropdown-menu ul img, .cart-popup .dropdown-menu ul img {
    width: 80px;
    float: left;
}
.woocommerce .cart-popup .dropdown-menu ul .product-details, .cart-popup .dropdown-menu ul .product-details {
    padding-left: 90px;
    padding-right: 0;
    position: relative;
    min-height: 80px;
    padding-right: 5px;
}
.woocommerce .cart-popup .dropdown-menu ul .product-details .quantity, .cart-popup .dropdown-menu ul .product-details .quantity {
    display: block;
    float: none;
    font-size: 12px;
    color: #9a9a9a;
    font-weight: 700;
    line-height: 2.14;
    border: 0;
    padding: 0;
    margin: 0;
}
.woocommerce .cart-popup .dropdown-menu ul .product-details a, .cart-popup .dropdown-menu ul .product-details a {
    font-weight: 400;
}
.woocommerce .cart-popup .dropdown-menu ul li .remove, .cart-popup .dropdown-menu ul li .remove {
    padding: 0 6px;
    color: #333 !important;
    background: transparent;
    display: inline-block;
    position: absolute;
    top: 2px;
    line-height: 18px;
    right: -8px;
    left: auto;
    font-size: 18px;
    font-weight: 700;
    width: auto;
}
.woocommerce .cart-popup .widget-header-cart, .cart-popup .widget-header-cart {
    padding: 0;
}
.woocommerce .cart-popup .cart-icon, .cart-popup .cart-icon {
    position: relative;
    display: inline-block;
    line-height: 1;
}
.woocommerce .cart-popup .cart-icon i, .cart-popup .cart-icon i {
    display: inline-block;
    line-height: 1;
    font-size: 34px;
    height: 34px;
}
.woocommerce .cart-popup .mini-cart-items, .cart-popup .mini-cart-items {
    display: inline-block;
    padding: 0;
    background-color: #ff1616;
    border-radius: unset;
    -webkit-border-radius: unset;
    -moz-border-radius: unset;
    -ms-border-radius: unset;
    -o-border-radius: unset;
    color: #fff;
    font-size: 11px;
    position: absolute;
    content: "";
    right: auto;
    left: 19px;
    top: 7px;
    font-weight: 600;
    min-width: 20px;
    border: 2px solid #fff;
    -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
    line-height: 17px;
}
.woocommerce .cart-popup .wrapper-title-cart, .cart-popup .wrapper-title-cart {
    padding-left: 15px;
    padding-right: 0;
    display: flex;
}
.woocommerce .cart-popup .wrapper-title-cart>span:after, .cart-popup .wrapper-title-cart>span:after {
    display: inline-block;
    vertical-align: middle;
    margin-left: 7px;
    margin-right: 0;
    line-height: 1;
}
.woocommerce .cart-popup .mini-cart, .cart-popup .mini-cart {
    display: flex;
    align-items: flex-end;
}
.woocommerce .cart-popup .mini-cart:hover, .woocommerce .cart-popup .mini-cart:focus, .cart-popup .mini-cart:hover, .cart-popup .mini-cart:focus {
    color: #000;
}
.woocommerce .cart-popup .dropdown-toggle::after, .cart-popup .dropdown-toggle::after {
    border: 0;
}
.layout-wrapper-title-price-row .wrapper-title-cart {
    flex-direction: row;
    align-items: center;
}
.layout-wrapper-title-price-row .wrapper-title-cart .text-cart {
    margin-left: 0;
    margin-right: 15px;
}
.layout-wrapper-title-price-row .wrapper-title-cart>span:last-child:not(.mini-cart-items):after {
    content: "";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-family: "tb-icon"}
.layout-wrapper-title-price-column .wrapper-title-cart {
    flex-direction: column;
    line-height: 23px !important;
}
.layout-wrapper-title-price-column .wrapper-title-cart>span:first-child:not(.mini-cart-items) {
    position: relative;
}
.layout-wrapper-title-price-column .wrapper-title-cart>span:first-child:not(.mini-cart-items):after {
    content: "";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-family: "tb-icon"}
.mini-cart-subtotal i {
    display: none;
}
.position-total-static .cart-popup .mini-cart-items-static {
    position: static;
    background-color: transparent;
    color: #bbb;
    border-radius: 0;
    min-width: auto;
    line-height: 1;
    border: 0;
    box-shadow: unset;
}
.position-total-static.layout-wrapper-title-price-row .mini-cart-items-static {
    margin-left: -10px;
    margin-right: 10px;
}
.position-total-absolute .mini-cart-items {
    line-height: 17px !important;
    text-align: center;
}
.text-cart {
    font-weight: 500;
}
.btn-close .fa {
    font-family: FontAwesome;
}
.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 {
    padding-left: 0;
    border-left: 0;
    font-size: 12px;
    display: flex;
    align-items: center;
}
.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 {
    line-height: 22px;
    color: #888;
    padding: 0;
    font-weight: 400;
}
.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 {
    color: #888;
    font-weight: 400;
}
.woocommerce ul.cart_list li dl dd, .woocommerce ul.product_list_widget li dl dd, body ul.cart_list li dl dd, body ul.product_list_widget li dl dd {
    margin: 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: #fff;
    -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;
}
#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: #6c9d24;
}
#product-size-guide .close i {
    color: #000;
}
.wvs-css .has-size-guide .variable-items-wrapper {
    display: inline-block;
}
.btn-size-guide {
    color: #6c9d24;
    background: transparent;
    border: 0;
    padding: 0;
    margin-left: 40px;
    margin-right: 0;
    display: inline-block;
    font-weight: bold;
}
.btn-size-guide i {
    display: inline-block;
    margin-left: 7px;
    margin-right: 0;
}
.btn-size-guide:focus {
    outline: 0;
}
.tbay-wc-gallery-lightbox #elementor-lightbox {
    display: none !important;
}
.variable-items-wrapper .variable-item.image-variable-item {
    width: 60px;
    height: auto;
    margin-top: 7px !important;
}
.variable-items-wrapper .variable-item.image-variable-item img {
    width: 100%;
    height: auto;
}
.left-main .has-buy-now .group-button, .main-right .has-buy-now .group-button {
    width: 100%}
.yith-wcbr-brands {
    margin-top: 13px;
}
p.must-log-in {
    color: #dc3545;
}
p.must-log-in a {
    color: #6c9d24;
}
.comment-reply-login {
    color: #6c9d24;
}
.widget.upsells, .widget.related.products {
    padding: 50px 0 0;
    margin: 50px 0 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.widget.upsells.more-products h3, .widget.related.products.more-products h3 {
    margin-bottom: 20px;
}
.widget.upsells.cross-sells.products, .widget.related.products.cross-sells.products {
    padding: 0;
    margin: 0;
    border: 0;
}
.widget.upsells.cross-sells.products .widget-title, .widget.related.products.cross-sells.products .widget-title {
    font-size: 30px;
    margin-top: 30px;
    margin-bottom: 67px;
}
.widget .owl-carousel>.slick-arrow, .widget .slider>.slick-arrow {
    top: -27px;
    left: 15px;
}
.widget .owl-carousel>.slick-arrow.slick-next, .widget .slider>.slick-arrow.slick-next {
    left: 60px;
}
.widget h3 {
    font-size: 20px;
    font-weight: 700;
    margin: 0 0 48px;
    position: relative;
    padding: 0;
    color: #222;
}
#sidebar-shop+.singular-shop {
    background: #fff;
    padding-bottom: 90px;
}
#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 .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;
}
.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
    background: #6c9d24;
}
.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover {
    color: #6c9d24;
    background: white;
}
.single-product #tbay-header.sticky-header {
    display: none;
}
.single-product #tbay-main-content .heading-tbay-title {
    font-size: 24px;
    line-height: 32px;
}
.single-product .elementor-widget-text-editor ul, .single-product .elementor-widget-text-editor ol {
    padding-left: 15px;
    padding-right: 0;
}
.single-product.woocommerce div.product .woocommerce-product-rating {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 6px;
}
.top-main-content .woocommerce-product-rating {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    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 15px;
    position: relative;
}
.top-main-content .woocommerce-product-rating .rate-sold:before, .top-main-content .woocommerce-product-rating .sold-by-meta:before {
    content: '';
    background: #eee;
    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;
}
.rate-sold {
    padding-left: 15px;
    padding-right: 0;
    margin-left: 15px;
    margin-right: 0;
    color: #888;
    font-size: 14px;
    position: relative;
    line-height: 17px;
}
.rate-sold .count {
    color: #333;
    font-weight: 700;
}
.upsells .product-block.grid {
    margin-bottom: 0;
}
.woocommerce div.product.outofstock .entry-summary p.price, .woocommerce div.product.outofstock .entry-summary span.price {
    margin: 15px 0 20px;
}
.woocommerce div.product.outofstock .entry-summary p.price ins, .woocommerce div.product.outofstock .entry-summary p.price del, .woocommerce div.product.outofstock .entry-summary span.price ins, .woocommerce div.product.outofstock .entry-summary span.price del {
    font-size: 1.25em;
}
.woocommerce div.product .entry-summary .single_add_to_cart_button, .woocommerce div.product .entry-summary .tbay-buy-now {
    line-height: 42px;
    text-transform: uppercase;
    display: flex;
    justify-content: center;
    font-weight: 400;
    margin-left: 20px;
    margin-right: 0;
}
.woocommerce div.product .entry-summary .single_add_to_cart_button:before, .woocommerce div.product .entry-summary .tbay-buy-now:before {
    content: "";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-family: "tb-icon"}
.woocommerce div.product .entry-summary .single_add_to_cart_button::before, .woocommerce div.product .entry-summary .tbay-buy-now::before {
    color: #fff;
    font-size: 16px;
    margin-right: 10PX;
    margin-left: 0;
}
.woocommerce div.product .entry-summary .single_add_to_cart_button:hover:before, .woocommerce div.product .entry-summary .tbay-buy-now:hover:before {
    color: #6c9d24;
}
.woocommerce div.product .entry-summary .single_add_to_cart_button.disabled, .woocommerce div.product .entry-summary .tbay-buy-now.disabled {
    background: #6c9d24;
}
.woocommerce div.product .entry-summary .single_add_to_cart_button.disabled:hover, .woocommerce div.product .entry-summary .single_add_to_cart_button.disabled:focus, .woocommerce div.product .entry-summary .tbay-buy-now.disabled:hover, .woocommerce div.product .entry-summary .tbay-buy-now.disabled:focus {
    color: #fff;
    background: #6c9d24;
}
.woocommerce div.product .entry-summary .single_add_to_cart_button.disabled:hover:hover:before, .woocommerce div.product .entry-summary .single_add_to_cart_button.disabled:focus:hover:before, .woocommerce div.product .entry-summary .tbay-buy-now.disabled:hover:hover:before, .woocommerce div.product .entry-summary .tbay-buy-now.disabled:focus:hover:before {
    color: #fff;
}
.woocommerce div.product .entry-summary span.price {
    margin: 5px 0 23px;
}
.woocommerce div.product .entry-summary table.variations+div p.price, .woocommerce div.product .entry-summary table.variations+div span.price {
    margin-top: 7px;
    margin-bottom: 0;
}
.woocommerce div.product .entry-summary p.price, .woocommerce div.product .entry-summary span.price {
    margin: 0;
    font-size: 30px;
    font-weight: 700;
    line-height: normal;
    margin: 11px 0 15px;
    color: #333;
    width: 100%}
.woocommerce div.product .entry-summary p.price ins, .woocommerce div.product .entry-summary span.price ins {
    font-size: 30px;
    margin-right: 5px;
    margin-left: 0;
    /* color: #333; */
    font-weight: 700;
}
.woocommerce div.product .entry-summary p.price del, .woocommerce div.product .entry-summary span.price del {
    font-size: 30px;
    margin-right: 5px;
    margin-left: 0;
    /* color: #333; */
    font-weight: 700;
}
.woocommerce div.product .entry-summary span.onsale {
    vertical-align: bottom;
}
.woocommerce form .form-row textarea {
    padding-top: 10px !important;
}
.woocommerce form .form-row .woocommerce-form__input+span.woocommerce-terms-and-conditions-checkbox-text {
    display: initial;
}
.summary .rate-sold:after {
    background-color: rgba(0, 0, 0, 0.1);
    content: "";
    position: absolute;
    left: 0;
    width: 1px;
    height: 75%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.singular-shop .cart {
    margin: 20px 5px 20px 0;
    padding-top: 30px;
    padding-bottom: 30px;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.singular-shop .product_meta, .singular-shop .tbay-social-share {
    overflow: hidden;
    margin: 20px 0 0;
    padding-top: 20px;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    width: 100%;
    clear: both;
    display: inline-block;
}
.singular-shop h1.product_title {
    margin-bottom: 5px;
}
.singular-shop .compare.button {
    text-transform: uppercase;
    color: #777;
    font-size: 11px;
    background: transparent;
    font-weight: normal;
    letter-spacing: 1.5px;
}
.singular-shop .compare.button:before {
    content: "\f021";
    font-family: "FontAwesome";
    color: #666;
    font-size: 12px;
    position: relative;
    margin-right: 5px;
    margin-left: 0;
    font-weight: normal;
}
.singular-shop .compare.button:hover, .singular-shop .compare.button.added {
    color: #6c9d24;
    background: transparent;
}
.singular-shop .compare.button:hover:before, .singular-shop .compare.button.added:before {
    color: #6c9d24;
}
.singular-shop div.product .information .yith-wcwl-wishlistexistsbrowse a, .singular-shop div.product .information .yith-wcwl-wishlistaddedbrowse a {
    color: #6c9d24;
    font-size: 11px;
    text-transform: uppercase;
}
.singular-shop div.product .information .yith-wcwl-wishlistexistsbrowse a i, .singular-shop div.product .information .yith-wcwl-wishlistaddedbrowse a i {
    margin-right: 5px;
    margin-left: 0;
    font-size: 12px;
}
.singular-shop div.product .information .add_to_wishlist {
    text-transform: uppercase;
    color: #777;
    font-size: 11px;
    letter-spacing: 1.5px;
}
.singular-shop div.product .information .add_to_wishlist:hover {
    color: #6c9d24;
}
.singular-shop div.product .information .add_to_wishlist i {
    margin-right: 5px;
    margin-left: 0;
    font-size: 12px;
}
.singular-shop div.product .information .star-rating span {
    position: relative;
}
.singular-shop .woocommerce-product-details__short-description {
    line-height: 24px;
}
.singular-shop>.product>div {
    padding: 30px 0;
    background: #fff;
}
.singular-shop>.product>div.related {
    background: transparent;
    padding-bottom: 60px;
    padding-top: 0;
}
.singular-shop>.product>div.related .heading-tbay-title {
    font-size: 24px;
    line-height: 32px;
    padding-top: 60px;
    border-top: 1px solid #eee;
    position: relative;
    font-weight: 600;
}
.singular-shop>.product>div.tabs-sidebar {
    padding: 0;
}
.singular-shop>.product .single-main-content {
    padding: 60px 0 30px;
}
.singular-shop .tbay-time-wrapper {
    margin: 0 0 25px;
    border: 1px solid #e20202;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.singular-shop .tbay-time-wrapper>div {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.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;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 0 20px;
}
.singular-shop .tbay-time-wrapper .tb-sold {
    margin-right: 13px;
    margin-left: 0;
    color: #888;
}
.singular-shop .tbay-time-wrapper .tb-sold .sold {
    font-weight: bold;
    color: #000;
}
.singular-shop .tbay-time-wrapper .progress {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    height: 8px;
    background-color: #f5f5f5;
    -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;
    margin: 0;
}
.singular-shop .tbay-time-wrapper .progress .progress-bar {
    -webkit-box-shadow: none;
    box-shadow: none;
}
.singular-shop .tbay-time {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
    padding: 0 20px;
    background: #e20202;
    color: #fff;
    margin: 0;
}
.singular-shop .tbay-time .title {
    margin-right: 6px;
    margin-left: 0;
    line-height: 30px;
}
.singular-shop .times {
    font-size: 18px;
}
.singular-shop .times>span {
    padding: 0 4px;
}
.singular-shop .times>div {
    display: inline-block;
    padding: 5px 10px;
    margin: 0 5px 0 0;
    text-align: center;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}
.singular-shop .times>div>span {
    padding-top: 5px;
}
.singular-shop .single_variation_wrap .single_variation {
    flex-direction: column;
    -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: 20px;
}
.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 {
    margin-bottom: 20px;
}
.singular-shop div.product .flex-control-thumbs .slick-list li {
    padding: 0 4px;
}
.singular-shop div.product.outofstock .product_meta {
    padding-top: 19px;
    border-top: 1px solid #eee;
}
.singular-shop div.product .cart {
    margin: 20px 0 !important;
}
.singular-shop div.product .cart .price {
    font-size: inherit;
}
.singular-shop div.product p.price .price {
    font-size: inherit;
}
.singular-shop div.product p.price .price ins {
    font-size: 24px;
}
.singular-shop div.product .feedback {
    display: none;
}
.singular-shop div.product .yith-wcwl-add-to-wishlist {
    margin: 0;
    display: inline-block;
    margin-right: 25px;
    margin-left: 0;
}
.singular-shop div.product .group-button {
    float: left;
    margin-left: 28px;
    margin-right: 0;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    line-height: 40px;
    align-items: center;
}
.singular-shop div.product .group-button .yith-compare a span {
    display: inline-block;
}
.singular-shop div.product .group-button>div {
    display: inline-block;
}
.singular-shop div.product .group-button>div+div {
    margin-left: 15px;
    margin-right: 0;
}
.singular-shop div.product .show-mobile {
    display: none;
}
.singular-shop div.product .yith-wcwl-wishlistexistsbrowse a, .singular-shop div.product .yith-wcwl-wishlistaddedbrowse a {
    color: #6c9d24;
}
.singular-shop div.product .yith-wcwl-add-button>a>i {
    display: none;
}
.singular-shop div.product .tbay-compare::after {
    display: block;
    clear: both;
    content: ""}
.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: #6c9d24;
    line-height: 22px;
    font-size: 14px;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
}
.singular-shop div.product .tbay-compare a i {
    vertical-align: middle;
    margin-right: 7px;
    margin-left: 0;
    font-size: 15px;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    line-height: 40px;
}
.singular-shop div.product .tbay-compare a i:before {
    content: "";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-family: "tb-icon"}
.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-compare a.compare:before {
    font-size: 15px;
    margin-right: 7px;
    margin-left: 0;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    line-height: 40px;
}
.singular-shop div.product .tbay-compare a:hover, .singular-shop div.product .tbay-compare a.added {
    color: #6c9d24;
}
.singular-shop div.product .tbay-wishlist a>i+span {
    display: inline-block !important;
}
.singular-shop div.product .tbay-wishlist a.delete_item {
    color: #6c9d24;
}
.singular-shop div.product .tbay-wishlist a.delete_item:before {
    content: "";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-family: "tb-icon"}
.singular-shop div.product .tbay-wishlist a.delete_item:before {
    font-size: 15px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 0;
    margin-right: 7px;
}
.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: 16px;
}
.singular-shop div.product .product_meta>span span, .singular-shop div.product .product_meta>span a {
    font-weight: 400;
    display: inline-block;
}
.singular-shop div.product .product_meta>span a+a:before {
    content: ', ';
    color: #6a7180;
    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: #6c9d24;
}
.singular-shop div.product .product_meta>span a:first-child {
    margin-left: 5px;
    margin-right: 0;
}
.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 .thumbnails-image {
    margin-top: 40px;
}
@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, .singular-shop .woocommerce-product-gallery__image .zoomImg {
    cursor: zoom-in;
    display: block;
}
.singular-shop .woocommerce-product-gallery__image a.lightbox-gallery, .singular-shop .woocommerce-product-gallery__image .zoomImg.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;
}
.singular-shop .image-mains span.onsale {
    flex-direction: row;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    line-height: 20px;
}
.singular-shop .image-mains span.onsale>span {
    min-width: 100px;
}
.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: #999;
    padding-top: 15px;
    max-width: 100%}
.singular-shop .image-mains .featured {
    min-width: 50px;
    line-height: 18px;
    display: inline-block;
    text-align: center;
    padding: 0 7px;
}
.singular-shop .quantity .name {
    display: none;
}
.singular-shop .tbay-modalButton {
    position: absolute;
    top: 30px;
    right: 45px;
    left: auto;
    z-index: 11;
    padding: 0 15px;
    margin: 15px 0;
}
.singular-shop .tbay-modalButton i {
    font-size: 16px;
    display: inline-block;
    vertical-align: middle;
}
.singular-shop #comments .tbay-author {
    margin-bottom: 10px;
    color: #000;
}
.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: row;
    padding-bottom: 13px;
}
.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: #fff;
    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;
}
.flex-control-thumbs.flex-control-thumbs {
    overflow: visible !important;
    margin-top: 20px !important;
    max-width: 100%}
.woocommerce .quantity button, .woocommerce-page .quantity button {
    border: 0;
    background: transparent;
    float: left;
    padding: 0;
    text-align: center;
    line-height: 37px;
    font-size: 10px;
    color: #6a7180;
}
.woocommerce .quantity button i, .woocommerce-page .quantity button i {
    font-weight: bold;
}
.woocommerce .quantity button:focus, .woocommerce .quantity button:hover, .woocommerce-page .quantity button:focus, .woocommerce-page .quantity button:hover {
    outline: 0;
    color: #6c9d24;
}
#shop-now::after {
    display: block;
    clear: both;
    content: ""}
#shop-now.has-buy-now div.quantity {
    margin-right: 7px;
}
#shop-now.has-buy-now .tbay-buy-now {
    margin: 0 0 0 7px;
    min-width: 150px;
}
#shop-now.has-buy-now .tbay-buy-now:hover, #shop-now.has-buy-now .tbay-buy-now:focus {
    background: #6c9d24;
}
#shop-now.has-buy-now .group-button .tbay-wishlist a.view-wishlist {
    font-size: 0;
}
#shop-now.has-buy-now .group-button .tbay-wishlist a.view-wishlist:before {
    font-size: 19px;
    margin: 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: #6c9d24;
}
#shop-now.has-buy-now .group-button .tbay-wishlist .yith-wcwl-wishlistexistsbrowse span, #shop-now.has-buy-now .group-button .tbay-wishlist .yith-wcwl-wishlistaddedbrowse span {
    display: none !important;
}
#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;
}
#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: 40px;
}
#shop-now.has-buy-now .group-button .tbay-wishlist {
    margin-right: 25px !important;
}
#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: 19px;
    margin: 0 !important;
    line-height: 1;
}
#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;
}
.variations label {
    font-size: 16px;
    color: #333;
    text-transform: capitalize;
    margin: 5px 0;
}
.woocommerce div.product form.cart div.quantity {
    margin: 0;
}
.woocommerce div.product form.cart div.quantity .box {
    max-width: max-content;
}
.woocommerce div.product form.cart div.quantity .name {
    display: none;
}
.woocommerce div.product form.cart .variations label {
    margin: 0;
}
.woocommerce div.product form.cart .variations td.label {
    min-width: 80px;
    text-align: left;
}
.woo-variation-swatches.wvs-show-label .variations td .woo-selected-variation-item-name {
    margin-right: 10px;
    font-size: 13px;
    color: #999;
}
.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;
}
.woocommerce div.product form.cart .group_table td:first-child {
    text-align: left;
}
.quantity .box {
    background: #fff;
    display: flex;
    padding: 0 15px;
    border: 1px solid #eee;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    min-width: max-content;
}
.Qty {
    position: absolute;
    left: 0;
    top: 0;
    width: 1920px;
    height: 2251px;
    z-index: 174;
}
.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;
}
.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 div.product.product-type-grouped .entry-summary .single_add_to_cart_button {
    margin-left: 0;
}
.woocommerce div.product.product-type-grouped .entry-summary .woocommerce-Price-amount {
    color: inherit;
    font-weight: inherit;
}
.woocommerce .quantity input.qty, .woocommerce-page .quantity input.qty {
    width: 30px;
    height: 42px;
    padding: 0 !important;
    margin: 0 !important;
    border: 0 !important;
    background: #fff;
    float: left;
    color: #000;
}
.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 #eee;
}
.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: #6c9d24;
}
.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: #777;
    font-weight: 500;
    line-height: 30px;
    background: transparent;
    width: 28px;
    height: 28px;
    text-align: center;
    display: block;
    border: 1px solid #777;
    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: #6c9d24;
    border-color: #6c9d24;
    -webkit-box-shadow: 0 0 0 30px #6c9d24 inset;
    box-shadow: 0 0 0 30px #6c9d24 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: 20px;
    margin-bottom: 35px;
}
.woocommerce div.product .top-main-content:before, body div.product .top-main-content:before {
    content: '';
    background: #e0e0e0;
    height: 1px;
    position: absolute;
    left: 15px;
    right: 15px;
    bottom: 0;
}
.woocommerce div.product .product_title, body div.product .product_title {
    display: block;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 0;
    color: #333;
    line-height: 36px;
}
.woocommerce div.product p.stock, body div.product p.stock {
    margin: 10px 0;
    font-size: 15px;
    color: #21ab0b;
    font-weight: normal;
}
.woocommerce div.product p.stock span, body div.product p.stock span {
    font-weight: bold;
    color: #000;
}
.woocommerce div.product p.stock.out-of-stock, body div.product p.stock.out-of-stock {
    color: red;
    font-size: 22px;
    font-weight: bold;
    margin: 16px 0 17px;
}
.woocommerce div.product .out-of-stock+.group-button, body div.product .out-of-stock+.group-button {
    float: none;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin: 0;
    height: auto;
}
.woocommerce div.product form.cart .variations td, body div.product form.cart .variations td {
    border: 0;
    padding: 0;
}
.woocommerce div.product form.cart .variations td.label, body div.product form.cart .variations td.label {
    color: #6a7180;
    padding: 0;
    font-size: 15px;
}
.woocommerce div.product form.cart .variations td.value, body div.product form.cart .variations td.value {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.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: #d0d0d0;
    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::after, body div.product div.images .woocommerce-product-gallery__trigger::after {
    content: "";
    display: block;
    width: 2px;
    height: 8px;
    background: #000;
    border-radius: 6px;
    position: absolute;
    top: 19px;
    left: 22px;
    right: auto;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    box-sizing: content-box;
}
.woocommerce div.product div.images .woocommerce-product-gallery__trigger:hover, body div.product div.images .woocommerce-product-gallery__trigger:hover {
    color: #6c9d24;
    border-color: #6c9d24;
}
.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 {
    margin-left: 5px;
    margin-right: 0;
}
.woocommerce .woocommerce-product-rating .woocommerce-review-link span {
    color: inherit;
}
.woocommerce-product-details__short-description ul {
    padding: 0;
    list-style: none;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    flex-direction: column;
}
.woocs_special_price_code {
    color: #6c9d24;
    font-weight: 500;
    font-size: 14px;
}
.price ins, .woocs_price_code ins, .woocommerce-grouped-product-list-item__price ins {
    text-decoration: none;
}
#cart .mini-cart .mini-cart-subtotal {
    font-size: 14px;
    font-weight: bold;
    color: #6c9d24;
}
.price, .woocommerce-grouped-product-list-item__price {
    font-weight: 700;
    color: #6c9d24;
    font-size: 14px;
}
.price ins, .woocommerce-grouped-product-list-item__price ins {
    display: inline-block;
    color: inherit;
}
.price del, .woocommerce-grouped-product-list-item__price del {
    color: #333;
    display: inline-block;
    margin-left: 0;
    margin-right: 5px;
    font-weight: 500;
}
.woocommerce div.product p.price, .woocommerce div.product span.price {
    color: #6c9d24;
    font-size: 12px;
    line-height: 20px;
    font-weight: 500;
    /* display: inline-block; */
    vertical-align: middle;
}
span.price{
    margin:0px -5px;
}
.woocommerce div.product p.price ins, .woocommerce div.product span.price ins {
    font-size: 14px;
    font-weight: 500;
}
.woocommerce div.product p.price del, .woocommerce div.product span.price del {
    color: #333;
    font-weight: 500;
    opacity: 1;
    filter: alpha(opacity=100);
    font-size: 15px;
}
.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, .wcmp-store-detail-list .star-rating, .woocommerce .star-rating {
    margin: auto 0;
    overflow: hidden;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 65px;
    height: 10px;
}
.woocommerce .products .star-rating:before, .woocommerce .product .star-rating:before, .wcmp-store-detail-list .star-rating:before, .woocommerce .star-rating:before {
    letter-spacing: 3px;
    font-size: 10px;
}
.woocommerce .products .star-rating:before, .woocommerce .product .star-rating:before, .wcmp-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, .wcmp-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, .wcmp-store-detail-list .star-rating span:before, .woocommerce .star-rating span:before {
    top: 0;
    position: absolute;
    left: 0;
    right: auto;
    color: #ffc02a;
    font-size: 10px;
    letter-spacing: 3px;
}
.wcmp_widget_vendor_product_categories .product-categories li .count {
    margin-left: 3px;
    margin-right: auto;
}
.woocommerce table.shop_attributes {
    border: 1px solid #ddd;
}
.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: #ddd;
    border-left: 1px solid #ddd;
    width: 50%;
    font-style: normal;
    color: #555;
}
.woocommerce table.shop_attributes td p {
    padding: 0;
    line-height: 43px !important;
}
.woocommerce table.shop_attributes td p a {
    color: #6a7180;
}
.woocommerce table.shop_attributes th {
    padding: 0 30px;
    vertical-align: middle;
    border-color: #ddd;
}
.upsells {
    margin: 50px 0 0;
}
.gallery-caption, .bypostauthor {
    font-style: italic;
    font-size: 12px;
}
#reviews #reply-title {
    font-size: 14px;
    text-transform: capitalize;
    font-weight: 500;
}
#reviews #reply-title.comment-reply-title {
    margin-bottom: 30px;
}
#reviews .reviews-summary .progress .progress-bar {
    color: #222;
}
#reviews .reviews-summary h5 {
    text-transform: capitalize;
    margin-bottom: 20px;
    border-bottom: 1px solid #eee;
    padding: 14px 0 12px;
    font-size: 14px;
}
#reviews .reviews-summary .reviews-col1>h5, #reviews .reviews-summary .reviews-col2>h5 {
    font-weight: bold;
    text-transform: uppercase;
    padding-top: 5px;
    margin-top: 11px;
}
#reviews .reviews-summary .reviews-col1 {
    display: block;
}
#reviews .reviews-summary .review-summary-total {
    text-align: center;
    font-weight: 400;
    padding-right: 10px;
    padding-left: 0;
}
#reviews .reviews-summary .review-summary-total .review-summary-result {
    width: 90px;
    height: 90px;
    text-align: center;
    border: 2px solid #f65b47;
    color: #f65b47;
    line-height: 90px;
    font-size: 24px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    margin-bottom: 18px;
}
#reviews .reviews-summary .review-summary-detal {
    padding-left: 100px;
}
#reviews .reviews-summary .review-summary-detal .review-label {
    color: #000;
    font-weight: 400;
}
#reviews .reviews-summary .progress {
    margin-bottom: 20px;
    background-color: #eee;
    -webkit-box-shadow: none;
    box-shadow: none;
    height: 23px;
    border-radius: 0;
}
#reviews .comments h5 {
    margin-bottom: 20px;
    text-transform: capitalize;
    margin-top: 11px;
}
#reviews .comments .commentlist {
    margin: 15px 0;
}
#reviews .comments .commentlist .tbay-avata {
    padding-right: 20px;
    width: 130px;
    text-align: center;
}
#reviews .comments .commentlist .tbay-avata .tbay-image .avatar {
    overflow: hidden;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%}
#reviews .comments .commentlist .tbay-author {
    padding-bottom: 17px;
    color: #000;
    font-weight: 900;
    padding-top: 16px;
    text-transform: capitalize;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    line-height: 20px;
}
#reviews .comments .commentlist .comment-text .meta {
    color: #bbb;
    margin: 0 0 3px;
}
#reviews .comments .commentlist .comment-text .star-rating {
    margin-bottom: 10px;
    width: 65px;
    float: left;
}
#reviews .comments .commentlist p {
    line-height: 30px;
}
.progress-bar-success {
    background-color: #5cb85c;
}
.woocommerce #reviews #comments ol.commentlist {
    padding: 30px 0 25px;
    max-width: 100%;
    width: 800px;
}
.woocommerce #reviews #comments ol.commentlist li {
    padding: 0 0 25px;
    font-size: inherit;
    border-bottom: 1px solid #eaeaea;
}
.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: 72px;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text {
    margin: 0;
    padding: 0;
    border: 0;
    flex-direction: column;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text .star-rating {
    float: right;
    margin-top: 5px;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta {
    font-size: 14px;
    margin: 0 0 5px;
    line-height: 26px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    flex-direction: column;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text strong {
    color: #0b132b;
}
.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 .description p {
    line-height: 24px;
    margin: 0;
    color: #6a7180;
}
.woocommerce #reviews #comments ol.commentlist li time {
    color: #6a7180;
    float: none;
    font-size: 12px;
}
.woocommerce #reviews #comments ol.commentlist li:last-child {
    border: 0;
}
.woocommerce #reviews #comments ol.commentlist .comment_container, .woocommerce #reviews #comments ol.commentlist .review_comment_container {
    position: relative;
    padding-left: 110px;
    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: 100%}
#review_form_wrapper label {
    font-weight: normal;
    margin: 0 0 5px;
    display: inline-block;
}
#review_form_wrapper label[for="wcpr_image_upload"] {
    display: block;
}
#review_form_wrapper .comment-form-rating {
    padding: 9px 0 17px;
}
#review_form_wrapper .comment-form-rating label {
    margin-bottom: 20px;
    font-weight: 700;
    color: #777;
}
#review_form_wrapper #respond .form-submit input {
    float: right;
    padding: 0 33px;
    text-transform: uppercase;
    font-weight: 500;
}
#review_form_wrapper #respond p {
    margin: 0 0 3px;
    position: relative;
    z-index: 0;
}
#review_form_wrapper #respond p .fa {
    position: absolute;
    color: #cdcac3;
    z-index: 100;
    font-size: 13px;
    border: 0;
    left: 12px;
    right: auto;
    top: 10px;
}
#review_form_wrapper #respond p .fa.fa-pencil:before {
    content: "\f040"}
#review_form_wrapper #respond #comment, #review_form_wrapper #respond input[type="text"], #review_form_wrapper #respond input[type="email"] {
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    background-color: #fff;
    border: solid 1px #eee;
    min-height: 36px;
    padding: 1px 30px;
    margin-bottom: 15px;
}
#review_form_wrapper #respond input[type="text"], #review_form_wrapper #respond input[type="email"] {
    height: 36px;
}
#review_form_wrapper #respond.comment-form-comment {
    margin-top: 25px;
}
#review_form_wrapper p.stars a:before {
    content: ''}
#respond textarea {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#respond p.stars {
    position: relative;
    padding: 6px 0;
}
#respond p.stars a {
    font-size: 16px;
    margin-right: 1em;
    font-weight: 700;
}
#respond p.stars a:hover:after, #respond p.stars a.active:after {
    color: #f65b47;
    content: "\e020"}
#respond p.stars a.star-1, #respond p.stars a.star-2, #respond p.stars a.star-3, #respond p.stars a.star-4, #respond p.stars a.star-5 {
    border-right: 1px solid rgba(0, 0, 0, 0.1);
}
#respond p.stars a.star-1:after, #respond p.stars a.star-2:after, #respond p.stars a.star-3:after, #respond p.stars a.star-4:after, #respond p.stars a.star-5:after {
    top: -6px;
    font-family: "WooCommerce";
    text-indent: 0;
    position: absolute;
    left: 0;
    right: auto;
}
#respond p.stars a.star-1 {
    width: 2em;
}
#respond p.stars a.star-1:after {
    content: "\e021"}
#respond p.stars a.star-1:hover:after, #respond p.stars a.star-1.active:after {
    content: "\e020"}
#respond p.stars a.star-2 {
    width: 3em;
}
#respond p.stars a.star-2:after {
    content: "\e021\e021"}
#respond p.stars a.star-2:hover:after, #respond p.stars a.star-2.active:after {
    content: "\e020\e020"}
#respond p.stars a.star-3 {
    width: 4em;
}
#respond p.stars a.star-3:after {
    content: "\e021\e021\e021"}
#respond p.stars a.star-3:hover:after, #respond p.stars a.star-3.active:after {
    content: "\e020\e020\e020"}
#respond p.stars a.star-4 {
    width: 5em;
}
#respond p.stars a.star-4:after {
    content: "\e021\e021\e021\e021"}
#respond p.stars a.star-4:hover:after, #respond p.stars a.star-4.active:after {
    content: "\e020\e020\e020\e020"}
#respond p.stars a.star-5 {
    width: 6em;
    border: 0;
}
#respond p.stars a.star-5:after {
    content: "\e021\e021\e021\e021\e021"}
#respond p.stars a.star-5:hover:after, #respond p.stars a.star-5.active:after {
    content: "\e020\e020\e020\e020\e020"}
#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;
    padding-top: 10px;
}
.woocommerce #review_form #respond #comment {
    height: 200px;
    border-color: #ddd;
    padding-top: 6px;
}
.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 15px;
}
.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: #fff;
    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;
    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: 15px;
    font-weight: 500;
    margin: 0 0 15px;
    color: #0b132b;
    font-family: var(--tb-text-primary-font);
}
#list-review-images ul {
    float: left;
    list-style: none;
    padding: 0;
    margin: 0;
    position: relative;
}
#list-review-images ul::after {
    display: block;
    clear: both;
    content: ""}
#list-review-images ul li {
    float: left;
    border: 1px solid #eee;
    margin: 0;
}
#list-review-images ul li+li {
    margin-left: 10px;
}
#list-review-images .more {
    pointer-events: none;
    position: absolute;
    height: 100%;
    width: 57px;
    right: 0;
    left: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    background: rgba(0, 0, 0, 0.45);
}
#list-review-images img {
    max-width: 64px;
}
.pswp__img {
    max-width: none !important;
}
.wcpr-modal-light-box .wcpr-modal-wrap-container .wcpr-close:hover, .wcpr-modal-light-box .wcpr-modal-wrap-container .wcpr-close:focus {
    background: transparent;
}
#reviews-content-left-main .reviews-images {
    max-height: 400px;
}
#reviews-content-left #reviews-content-left-modal {
    padding: 0;
    justify-content: center;
}
#reviews-content-left #reviews-content-left-modal .reviews-images-wrap {
    padding: 8px 4px;
    width: 90px;
    max-height: unset;
}
.pswp__ui--fit .pswp__top-bar {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.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;
}
.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
    width: 100%}
.woocommerce #content div.product div.summary .tbay-subtitle, .woocommerce div.product div.summary .tbay-subtitle, .woocommerce-page #content div.product div.summary .tbay-subtitle, .woocommerce-page div.product div.summary .tbay-subtitle {
    color: #bbb;
    line-height: 23px;
    margin-bottom: 4px;
}
.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%}
.woocommerce button.button.alt.disabled {
    background: #6c9d24;
}
.product_meta>span {
    display: block;
    margin-bottom: 3px;
    width: 100%}
.elementor-widget-woocommerce-product-meta .detail-label {
    font-weight: 400;
}
.woocommerce div.product .elementor-widget-woocommerce-product-price p.price, .woocommerce div.product .elementor-widget-woocommerce-product-price span.price, .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart p.price, .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart span.price {
    font-size: 30px;
    font-weight: 700;
}
.woocommerce div.product .elementor-widget-woocommerce-product-price p.price ins, .woocommerce div.product .elementor-widget-woocommerce-product-price span.price ins, .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart p.price ins, .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart span.price ins {
    font-size: 30px;
    font-weight: 700;
}
.woocommerce div.product .elementor-widget-woocommerce-product-price p.price del, .woocommerce div.product .elementor-widget-woocommerce-product-price span.price del, .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart p.price del, .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart span.price del {
    font-size: 24px;
    font-weight: 700;
}
.woocommerce div.product.elementor .elementor-add-to-cart form.cart table.variations td {
    flex-direction: column;
    align-items: flex-start;
}
.woocommerce .elementor-widget-woocommerce-product-data-tabs .tabs-list>li a {
    font-size: 18px;
    border-bottom: 2px solid transparent;
    line-height: 24px;
    padding-bottom: 10px;
    text-transform: uppercase;
    color: #17181a;
    font-weight: 700;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.woocommerce .elementor-widget-woocommerce-product-data-tabs .tabs-list>li a.active, .woocommerce .elementor-widget-woocommerce-product-data-tabs .tabs-list>li a:hover {
    border-color: #6c9d24;
}
.woocommerce .elementor-widget-woocommerce-product-data-tabs .tabs-list>li+li {
    padding-left: 30px;
    padding-right: 0;
}
.woocommerce button.button.disabled {
    color: #fff;
    padding: 0 15px;
}
.woocommerce .elementor-widget-woocommerce-product-add-to-cart button.button {
    margin-left: 20px;
    margin-right: 0;
    font-weight: 400;
    text-transform: uppercase;
}
.woocommerce div.product.elementor form.cart table.variations td.label {
    font-size: 16px;
    color: #333;
    text-transform: capitalize;
}
.woocommerce div.product.elementor .woocommerce-variation-add-to-cart .quantity input {
    height: 42px;
}
.elementor-add-to-cart form.cart .box-quantity, .summary form.cart .box-quantity {
    display: flex;
    align-items: center;
}
.elementor-add-to-cart form.cart .box-quantity .title-qty, .summary form.cart .box-quantity .title-qty {
    margin-right: 20px;
    margin-left: 0;
    color: #333;
    font-weight: 700;
}
.elementor-add-to-cart form.cart .variations ul li.button-variable-item, .summary form.cart .variations ul li.button-variable-item {
    background-color: #f1f1f1;
    padding: 0 5px;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    color: #777;
    opacity: .4;
    filter: alpha(opacity=40);
}
.elementor-add-to-cart form.cart .variations ul li.button-variable-item:hover, .elementor-add-to-cart form.cart .variations ul li.button-variable-item.selected, .summary form.cart .variations ul li.button-variable-item:hover, .summary form.cart .variations ul li.button-variable-item.selected {
    border-color: #6c9d24;
    opacity: 1;
    filter: alpha(opacity=100);
}
.elementor-add-to-cart form.cart .variations ul li.button-variable-item:hover span, .elementor-add-to-cart form.cart .variations ul li.button-variable-item.selected span, .summary form.cart .variations ul li.button-variable-item:hover span, .summary form.cart .variations ul li.button-variable-item.selected span {
    color: #777;
}
.elementor-add-to-cart form.cart .variations .price, .summary form.cart .variations .price {
    font-size: 30px;
    font-weight: 700;
}
.elementor-add-to-cart form.cart .variations .price del, .summary form.cart .variations .price del {
    font-size: 24px;
    margin-right: 5px;
    margin-left: 0;
    color: #333;
}
.elementor-add-to-cart form.cart .single_add_to_cart_button, .summary form.cart .single_add_to_cart_button {
    background-color: #6c9d24;
    color: #fff;
    padding: 0 30px;
    text-transform: uppercase;
    font-weight: 400;
    border-width: 1px;
    border-style: solid;
    border-color: #6c9d24;
    height: 44px;
}
.modal-open .mm-slideout {
    z-index: unset;
}
.wvs-css .variable-items-wrapper .variable-item:not(.radio-variable-item) {
    -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1);
    opacity: .4;
    filter: alpha(opacity=40);
    padding: 0;
    margin-right: 15px;
}
.wvs-css .variable-items-wrapper .variable-item:not(.radio-variable-item) span {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}
.wvs-css .variable-items-wrapper .variable-item:not(.radio-variable-item) span:after {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}
.wvs-css .variable-items-wrapper .variable-item:not(.radio-variable-item):hover, .wvs-css .variable-items-wrapper .variable-item:not(.radio-variable-item).selected {
    -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1) !important;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1) !important;
    opacity: 1;
    filter: alpha(opacity=100);
}
.wvs-css .variable-items-wrapper .variable-item:not(.radio-variable-item).color-variable-item.selected .variable-item-span-color {
    opacity: 1;
    filter: alpha(opacity=100);
}
.wvs-css .variable-items-wrapper .variable-item:not(.radio-variable-item).color-variable-item.selected .variable-item-span-color:after {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
    content: "";
    width: 6px;
    height: 10px;
    display: block;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    position: absolute;
    top: 9px;
    left: 12px;
    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;
}
.wvs-css .variable-items-wrapper .variable-item:not(.radio-variable-item).button-variable-item {
    background-color: #f1f1f1;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: 1px solid transparent;
    width: auto;
    min-width: 30px;
    padding: 0 5px;
    border-radius: 15px;
}
.wvs-css .variable-items-wrapper .variable-item:not(.radio-variable-item).button-variable-item span {
    font-size: 14px;
    display: inline-block;
    padding-top: 2px;
}
.wvs-css .variable-items-wrapper .variable-item:not(.radio-variable-item).button-variable-item:hover, .wvs-css .variable-items-wrapper .variable-item:not(.radio-variable-item).button-variable-item.selected {
    border-color: #6c9d24;
}
.wvs-css .variable-items-wrapper .variable-item:not(.radio-variable-item).image-variable-item {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: 1px solid transparent;
}
.wvs-css .variable-items-wrapper .variable-item:not(.radio-variable-item).image-variable-item:hover, .wvs-css .variable-items-wrapper .variable-item:not(.radio-variable-item).image-variable-item.selected {
    border-color: #6c9d24;
}
.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 #eee;
    opacity: 1;
    filter: alpha(opacity=100);
    background: #fff;
    color: #888;
}
.tawcvs-swatches .swatch.selected, .tawcvs-swatches .swatch:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #6c9d24;
    color: #6c9d24;
}
.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: #fff;
    text-indent: 0;
}
.tbay-swatches-wrapper {
    display: block;
}
.tbay-swatches-wrapper ul {
    margin: 10px 0 0 !important;
    padding: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
}
.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 5px 0;
    cursor: pointer;
    min-width: 17px;
    height: 17px;
    line-height: 17px;
    position: relative;
    opacity: 1;
    filter: alpha(opacity=100);
}
.tbay-swatches-wrapper li a.variable-item-span-color {
    margin-right: 15px;
    text-indent: -9999px;
}
.tbay-swatches-wrapper li a.variable-item-span-color.selected {
    -webkit-box-shadow: none;
    box-shadow: none;
}
.tbay-swatches-wrapper li a.variable-item-span-color.selected:before {
    content: "";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-family: "tb-icon"}
.tbay-swatches-wrapper li a.variable-item-span-color.selected:before {
    width: 100%;
    height: 100%;
    font-size: 10px;
    -webkit-box-shadow: unset;
    box-shadow: unset;
    color: #fff;
    top: 0;
    left: 0;
    right: auto;
    position: absolute;
    border: 0;
    margin: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    text-indent: 0;
}
.tbay-swatches-wrapper li a.variable-item-span-label {
    background: #fff;
    color: #000;
    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 #eee;
    position: relative;
}
.tbay-swatches-wrapper li a.variable-item-span-label:hover, .tbay-swatches-wrapper li a.variable-item-span-label.selected {
    border-color: #6c9d24;
    opacity: 1;
    filter: alpha(opacity=100);
    background: #6c9d24;
    color: white;
}
.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;
}
.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: 0;
    margin-bottom: 32px;
}
.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 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
}
.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: 16px;
}
.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, .woocommerce div.product.product-type-grouped form.cart .group_table .price ins, .woocommerce div.product.product-type-grouped form.cart .group_table .price 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, body div.product.product-type-grouped form.cart .group_table .price ins, body div.product.product-type-grouped form.cart .group_table .price 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: 400;
    font-size: 15px;
    line-height: 20px;
    color: #0b132b;
}
.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;
    line-height: 20px;
    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: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 0;
    line-height: 20px;
}
.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;
}
.woocommerce div.product.product-type-grouped form.cart .group_table td.woocommerce-grouped-product-list-item__quantity .add-cart>a, body div.product.product-type-grouped form.cart .group_table td.woocommerce-grouped-product-list-item__quantity .add-cart>a {
    display: flex;
    background: #6c9d24;
    color: #fff;
    font-weight: 400;
    font-size: 14px;
    border-width: 1px;
    border-style: solid;
    border-color: #6c9d24;
}
.woocommerce div.product.product-type-grouped form.cart .group_table td.woocommerce-grouped-product-list-item__quantity .add-cart>a>i, body div.product.product-type-grouped form.cart .group_table td.woocommerce-grouped-product-list-item__quantity .add-cart>a>i {
    margin-right: 5px;
    margin-left: 0;
}
.woocommerce div.product.product-type-grouped form.cart .group_table td.woocommerce-grouped-product-list-item__quantity .add-cart>a:hover, body div.product.product-type-grouped form.cart .group_table td.woocommerce-grouped-product-list-item__quantity .add-cart>a:hover {
    color: #6c9d24;
    background: #fff;
}
.woocommerce div.product.product-type-grouped form.cart .group_table td.woocommerce-grouped-product-list-item__quantity .add-cart>a:hover>i, body div.product.product-type-grouped form.cart .group_table td.woocommerce-grouped-product-list-item__quantity .add-cart>a:hover>i {
    color: #6c9d24;
}
.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;
    padding-right: 0;
}
.woocommerce div.product.product-type-grouped form.cart .group_table td.woocommerce-grouped-product-list-item__price del, body div.product.product-type-grouped form.cart .group_table td.woocommerce-grouped-product-list-item__price del {
    font-weight: 700;
}
.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 {
    padding-left: 15px;
    padding-right: 0;
}
.woocommerce div.product.product-type-grouped form.cart .group_table .woocommerce-grouped-product-list-item__label a, body div.product.product-type-grouped form.cart .group_table .woocommerce-grouped-product-list-item__label a {
    font-weight: 700;
}
.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;
    max-width: 100%}
.woocommerce-grouped-product-list-item__quantity .add-cart a.button {
    border: 0;
    padding: 0 15px;
    font-weight: bold;
    line-height: 40px;
    font-size: 16px;
    background: #e0e6ea;
    color: #828895;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    display: inline-block;
    letter-spacing: 0;
    text-align: center;
    font-family: var(--tb-text-second-font);
    min-width: 114px;
    max-width: 100%}
.woocommerce-grouped-product-list-item__quantity .add-cart a.button i {
    margin: 0;
}
.woocommerce-grouped-product-list-item__quantity .add-cart a.button .title-cart {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
    display: block;
}
.woocommerce-grouped-product-list-item__quantity .add-cart a.button:hover {
    color: #6c9d24;
}
.woocommerce .singular-shop:not(.archive-full) div.product.product-type-grouped form.cart .group_table .quantity .box, .woocommerce .singular-shop:not(.archive-full) div.product.product-type-grouped form.cart .group_table .add-cart a.button {
    min-width: auto;
}
.woocommerce .singular-shop:not(.archive-full) div.product.product-type-grouped form.cart .group_table td.woocommerce-grouped-product-list-item__price {
    padding-left: 15px;
    padding-right: 0;
}
@media(max-width:767px) {
    .singular-shop div.product.product-type-external form.cart {
    padding: 0;
    margin: 0 !important;
}
}.singular-shop div.product.product-type-external .single_add_to_cart_button {
    background: #6c9d24;
    color: #fff;
    margin: 0;
}
@media(max-width:767px) {
    .singular-shop div.product.product-type-external .single_add_to_cart_button {
    margin: 0 !important;
    width: 100% !important;
    max-width: unset !important;
    font-size: 16px !important;
    line-height: 50px !important;
}
.singular-shop div.product.product-type-external .single_add_to_cart_button::before {
    margin-right: 7px;
}
.singular-shop div.product.product-type-external .single_add_to_cart_button::after {
    display: none !important;
}
}.singular-shop div.product.product-type-external .single_add_to_cart_button:hover {
    background: #6c9d24;
}
#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: #fff;
    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 #eee;
}
#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: 50px;
}
}#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: #6c9d24;
}
#sticky-menu-bar li a {
    background: transparent !important;
    padding: 0;
    line-height: 30px;
    color: #888;
}
#sticky-menu-bar li a:hover, #sticky-menu-bar li a:focus {
    color: #6c9d24;
}
#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: red;
}
#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 #ddd;
}
.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: 16px !important;
}
.menu-bar-left .woocommerce-product-rating .rate-sold, .menu-bar-left .woocommerce-product-rating .sold-by-meta {
    margin: 0 15px;
    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: #eee;
    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 {
    border: 1px solid #eee;
    padding: 13px 20px;
}
.wc-tabs-wrapper #accordion .panel .tabs-title>a {
    line-height: 30px;
    display: block;
    position: relative;
    text-transform: uppercase;
    font-weight: 700;
}
.wc-tabs-wrapper #accordion .panel .tabs-title>a i {
    font-size: 24px;
    left: auto;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
}
.wc-tabs-wrapper #accordion .panel+.panel {
    margin-top: 5px;
}
.wc-tabs-wrapper #accordion .entry-content .woocommerce-Reviews-title {
    font-size: 18px;
}
.wc-tabs-wrapper #accordion .display-products.products-grid .row {
    margin: 0 -30px;
}
.wc-tabs-wrapper .tabs-title button {
    font-size: 20px;
    line-height: 46px;
    font-weight: 500;
    display: block;
    position: relative;
    width: 100%;
    text-align: left;
    padding: 0;
    color: #0b132b;
    border: 0;
    border-bottom: 1px solid #eee;
    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 button 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 button:hover, .wc-tabs-wrapper .tabs-title button:focus {
    text-decoration: unset;
    color: #6c9d24;
}
.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: 5px 0;
    border-bottom: 1px solid #eee;
}
.woocommerce-tabs-mobile .tabs-mobile li:last-child {
    margin-bottom: 30px;
}
.woocommerce-tabs-mobile .tabs-mobile a {
    width: 100%;
    font-weight: 500;
    display: inline-block;
    position: relative;
}
.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: 10px;
}
.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: #fff;
    height: 100vh;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
    visibility: hidden;
    padding: 70px 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.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;
    background: #6c9d24;
    color: #fff;
    font-size: 13px;
    letter-spacing: 1.5px;
    padding: 0 15px;
    font-weight: bold;
}
.woocommerce-tabs-mobile .wc-tab-mobile .tab-head>* {
    color: #fff;
    font-size: 16px;
}
@media(max-width:782px) {
    .active-admin-bar .woocommerce-tabs-mobile .wc-tab-mobile {
    top: 46px;
}
}@media(max-width:600px) {
    .active-admin-bar .woocommerce-tabs-mobile .wc-tab-mobile {
    top: 0;
}
}@media(min-width:782px) {
    .active-admin-bar .woocommerce-tabs-mobile .wc-tab-mobile {
    top: 32px;
}
}.layout-account-column .tbay-element.header-icon a {
    flex-direction: column;
}
.title-account {
    color: #777;
}
.text-account {
    color: #000;
    font-weight: bold;
}
.tbay-element-account>.tbay-login>a {
    line-height: 1;
    height: initial;
}
.tbay-element-account>.tbay-login>a>span {
    line-height: 23px;
}
#sidebar-shop+.singular-shop #list-review-images ul li:nth-child(n+7) {
    display: none;
}
@media(min-width:1200px) {
    .flex-control-nav {
    padding: 0 25px !important;
}
.flex-control-nav .slick-list li {
    margin: 0 5px !important;
    clear: none !important;
}
}.flex-control-thumbs .slick-list li {
    clear: none !important;
}
.flex-control-thumbs .slick-list li img {
    opacity: 1 !important;
    filter: alpha(opacity=100) !important;
    border: 1px solid #ddd;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}
.flex-control-thumbs .slick-list li img.flex-active, .flex-control-thumbs .slick-list li img:hover {
    border-color: #6c9d24;
}
.style-horizontal #list-review-images {
    padding-top: 30px;
}
.tbay-modalButton[data-target="#productvideo"] {
    bottom: auto;
    top: 0;
    left: auto;
    right: 70px;
    display: block;
    background: white;
    border: 1px solid #eee;
    box-shadow: none;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    position: absolute;
    outline: 0;
    padding: 0 15px;
    z-index: 9;
    font-size: 12px;
    font-weight: 300;
    color: #777;
    line-height: 31px;
}
.tbay-modalButton[data-target="#productvideo"] i {
    margin-right: 5px;
    color: #ff3838;
}
.tbay-modalButton[data-target="#productvideo"]:hover {
    background: #232323;
    border-color: #232323;
    color: #fff;
}
.tbay-modalButton[data-target="#productvideo"]:hover i {
    color: #fff;
}
@media(min-width:1200px) {
    .style-vertical .image-mains .flex-control-thumbs {
    margin: 0 !important;
    padding: 0 !important;
}
.style-vertical .image-mains .woocommerce-product-gallery {
    padding-left: 90px;
    padding-right: 15px;
}
.style-vertical .image-mains .woocommerce-product-gallery .flex-control-nav {
    position: absolute;
    top: 0;
    left: 0;
    right: auto;
    bottom: 0;
    width: 80px;
    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 8px !important;
    float: none;
    border: 0;
    padding: 0;
}
}@media(min-width:768px) {
    .woocommerce .woocommerce-tabs.vertical-tabs {
    position: relative;
    z-index: 0;
    padding-left: 170px;
}
.woocommerce .woocommerce-tabs.vertical-tabs .wc-tabs {
    position: absolute;
    z-index: 1;
    left: 0;
    max-width: 170px;
    padding-right: 10px;
    flex-direction: column;
}
.woocommerce .woocommerce-tabs.vertical-tabs .wc-tabs li {
    display: block;
    padding: 15px 0;
    overflow: hidden;
    white-space: nowrap;
    width: 100%;
    text-overflow: ellipsis;
}
.woocommerce .woocommerce-tabs.vertical-tabs .wc-tabs li:first-child {
    padding-top: 5px;
}
.woocommerce .woocommerce-tabs.vertical-tabs .panel.wc-tab {
    min-height: 300px;
}
}.singular-shop>.product>div.tabs-fulltext {
    background: transparent;
    padding: 0;
}
.singular-shop>.product>div.tabs-fulltext .item-panel {
    padding: 30px 0;
    background: #fff;
}
.tabs-fulltext h2, .woocommerce-tabs-mobile h2 {
    font-size: 20px;
    font-weight: bold;
    margin: 0 0 20px;
    line-height: 30px;
    color: #0b132b;
    border-bottom: 1px solid #eee;
}
.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 {
    border-top: 1px solid #eaeaea;
    padding-top: 40px;
}
.tabs-fulltext #tabs-list-seller, .woocommerce-tabs-mobile #tabs-list-seller {
    margin-top: 20px;
    padding-top: 45px;
}
.tabs-fulltext #tabs-list-seller h2, .woocommerce-tabs-mobile #tabs-list-seller h2 {
    margin-bottom: 25px;
    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 #e0e0e0;
    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: 50px 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: 28px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
#tabs-list-seller ul li>span:first-child {
    color: #000;
    font-weight: bold;
    display: inline-block;
    min-width: 135px;
}
#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: #555;
}
.woocommerce div.product #woocommerce-tabs ul.tabs {
    padding: 0;
    margin-bottom: 33px;
    position: relative;
    border: 0;
    -webkit-box-align: center;
    text-align: center;
    white-space: nowrap;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: unset;
    flex-wrap: unset;
    overflow-x: auto;
    overflow-y: hidden;
    border-bottom: 1px solid #eee;
}
.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: 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 {
    color: #6c9d24;
}
.woocommerce div.product #woocommerce-tabs ul.tabs li.active>a:before, .woocommerce div.product #woocommerce-tabs ul.tabs li:hover>a:before {
    background: #6c9d24;
}
.woocommerce div.product #woocommerce-tabs ul.tabs li>a {
    font-weight: normal;
    position: relative;
    font-size: 16px;
    margin: 0 48px 0 0;
    line-height: 26px;
    border: 0;
    font-weight: normal;
    color: #828895;
    padding: 0 0 5px;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    font-weight: 500;
    direction: ltr;
}
.woocommerce div.product #woocommerce-tabs ul.tabs li>a:before {
    content: '';
    height: 2px;
    position: absolute;
    background: transparent;
    bottom: 0;
    top: auto;
    left: 0;
    right: 0;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.woocommerce .woocommerce-tabs ul.wc-tabs li {
    padding-right: 30px;
}
.woocommerce .woocommerce-tabs ul.wc-tabs li>a {
    padding: 0 3px 10px;
    position: relative;
    border: 0;
    margin: 0;
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    color: #17181a;
    border-bottom: 2px solid transparent;
    text-transform: uppercase;
}
.woocommerce .woocommerce-tabs ul.wc-tabs li:hover>a, .woocommerce .woocommerce-tabs ul.wc-tabs li.active>a {
    border-color: #6c9d24;
}
.woocommerce .wc-tabs-wrapper .accordion-group .panel .panel-collapse {
    padding-top: 20px;
}
.wc-tabs-wrapper .panel {
    overflow: hidden;
    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;
}
.wc-tabs-wrapper .panel table tbody tr:first-child td {
    color: #000;
    background-color: #f9f9f9;
    font-size: 15px;
}
.wc-tabs-wrapper .panel p {
    line-height: 30px;
}
.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 .panel.wc-tab .display-products.products-grid .row {
    margin: 0 -30px;
}
.wc-tabs-wrapper .entry-content #reviews #comments {
    padding: 0;
    border: 0;
}
.wc-tabs-wrapper .entry-content#tab-more_seller_product .product-block img {
    margin: 0;
}
.panel h2, .panel h3, .panel h4 {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 500;
}
.panel ul, .panel ol {
    margin: 0;
}
.content-center {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
}
#yith-quick-view-content #mobile-close-infor-wrapper, .yith-quick-view-content #mobile-close-infor-wrapper {
    display: none !important;
}
.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.mm-slideout {
    z-index: 95;
}
.open-main-content.mm-slideout ~ .tbay-to-top {
    z-index: 94;
}
.mobile-attribute-list {
    border: 1px solid #eee;
    position: relative;
    padding: 5px 10px;
    position: relative;
    margin-bottom: 15px;
}
.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: 16px;
    -webkit-transform: translate(0, -8px);
    -ms-transform: translate(0, -8px);
    -o-transform: translate(0, -8px);
    transform: translate(0, -8px);
}
.mobile-attribute-list .list-wrapper {
    font-size: 13px;
}
.mobile-attribute-list .list-wrapper>* {
    text-align: left;
}
.mobile-attribute-list .list-wrapper .value {
    color: #232323;
    font-weight: 600;
}
.mobile-btn-cart-click.has-buy-now #tbay-click-addtocart {
    width: 125px;
    font-size: 0 !important;
}
.mobile-btn-cart-click.has-buy-now #tbay-click-addtocart::before {
    position: absolute;
    margin: 0 0 0 -3px;
    line-height: 50px;
    font-size: 18px;
}
.mobile-btn-cart-click #tbay-click-addtocart, .mobile-btn-cart-click #tbay-click-buy-now {
    font-size: 16px !important;
    font-weight: 400;
    height: 50px;
    line-height: 50px;
}
.mobile-btn-cart-click #tbay-click-addtocart {
    margin: 0;
    position: fixed;
    bottom: 0;
    left: 0;
    right: auto;
    padding: 0;
    z-index: 500;
    border-radius: 0 !important;
    border: 0 !important;
    color: #fff !important;
    text-align: center;
    min-height: 50px;
    width: 100%;
    background: #6c9d24;
    font-size: 13px;
    text-transform: uppercase;
}
.mobile-btn-cart-click #tbay-click-addtocart:before {
    content: "";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-family: "tb-icon"}
.mobile-btn-cart-click #tbay-click-addtocart::before {
    margin: 0 7px 0 0;
    transform: translate(0, 1px);
    display: none;
}
.mobile-btn-cart-click #tbay-click-addtocart::after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 1px;
    height: 30px;
    background-color: #fff;
    top: 50%;
    transform: translate(0, -50%);
    min-width: unset;
    display: none;
}
.mobile-btn-cart-click #tbay-click-buy-now {
    padding: 0 30px;
    position: fixed;
    z-index: 1000;
    bottom: 0;
    width: calc(100% - 125px);
    left: 0;
    margin: 0;
    height: 50px;
    line-height: 50px;
    margin-left: 125px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 16px;
    max-height: 50px;
    opacity: 1;
    filter: alpha(opacity=100);
    text-align: center;
    color: #fff;
    background: #6c9d24;
}
#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: 998;
    opacity: 0;
    filter: alpha(opacity=0);
    visibility: hidden;
    pointer-events: none;
}
@media(max-width:767px) {
    .tbay-single-time ~ #mobile-close-infor-wrapper ~ .yith-wcwl-add-to-wishlist {
    margin-top: 10px;
}
.singular-shop div.product.form-cart-popup .information .cart .box-quantity {
    display: flex !important;
    margin-bottom: 60px;
    margin-top: 10px;
    justify-content: space-between;
    width: 100%;
    padding: 0 15px;
}
.singular-shop div.product.form-cart-popup .summary.has-buy-now .mobile-btn-cart-click #tbay-click-addtocart::after {
    display: block;
}
.singular-shop div.product.form-cart-popup .summary.has-buy-now .mobile-btn-cart-click #tbay-click-addtocart:before {
    display: inline-block;
}
.mobile-attribute-list, .mobile-btn-cart-click {
    display: block;
}
.form-cart-popup .information #shop-now {
    position: relative;
}
.form-cart-popup .information #shop-now .quantity {
    display: block !important;
    margin: 10px 15px 60px !important;
    padding: 0;
    height: 45px;
}
.form-cart-popup .information #shop-now .tbay-wishlist {
    position: absolute;
    z-index: 99;
    right: 15px;
    background: #fff;
    top: 12px;
}
.form-cart-popup .information #shop-now .tbay-compare {
    display: none !important;
}
.form-cart-popup .information #shop-now.has-buy-now.has-wishlist .tbay-buy-now {
    left: 0;
    right: auto;
    margin-left: 25px !important;
}
.form-cart-popup .information.product.product-type-grouped form.cart.grouped_form .single_add_to_cart_button, .form-cart-popup .information.product.product-type-grouped form.cart.grouped_form .tbay-buy-now {
    bottom: 0 !important;
}
.form-cart-popup .information.product.product-type-grouped form.cart.grouped_form .group_table {
    margin-bottom: 0 !important;
}
.form-cart-popup .information.product.product-type-grouped form.cart.grouped_form .group_table tr {
    border-bottom: 1px solid #eee;
    align-items: flex-start;
    padding: 0 185px 10px 15px;
    margin: 0;
}
.form-cart-popup .information.product.product-type-grouped form.cart.grouped_form .group_table tr:last-child {
    border-bottom: 0;
}
.form-cart-popup .information.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 .information.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 .information.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 .information form.cart {
    position: fixed;
    bottom: 0;
    width: 100vw;
    left: 0;
    background: #fff;
    z-index: 999;
    /* -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;
    margin: 0 !important;
}
.form-cart-popup .information form.cart .group_table {
    margin: 15px 0 26px !important;
}
.form-cart-popup .information form.cart .group_table tr {
    padding: 0 15px;
    display: inline-block;
}
.form-cart-popup .information form.cart .group_table tr:last-child {
    padding-bottom: 0;
}
.form-cart-popup .information form.cart .group_table tr td {
    margin: 0 !important;
}
.form-cart-popup .information form.cart .group_table tr .box-quantity {
    margin-bottom: 15px !important;
    margin-top: 0 !important;
    padding-right: 0 !important;
}
.form-cart-popup .information form.cart .group_table tr p.stock {
    background: white;
    font-size: 14px;
    padding: 0;
    margin: 0;
}
.form-cart-popup .information form.cart .group_table tr .woocommerce-Price-amount {
    font-size: 16px;
}
.form-cart-popup .information form.cart .mobile-infor-wrapper, .form-cart-popup .information form.cart #mobile-close-infor {
    display: block;
}
.form-cart-popup .information form.cart .mobile-infor-wrapper {
    padding: 0 15px 15px;
    border-bottom: 1px solid #eee;
}
.form-cart-popup .information form.cart .mobile-infor-wrapper img {
    max-height: 100px;
    width: auto;
    max-width: 80px;
}
.form-cart-popup .information form.cart .mobile-infor-wrapper .mr-3 {
    margin-left: 1rem !important;
    margin-right: 0 !important;
}
.form-cart-popup .information form.cart .mobile-infor-wrapper .infor-body p.stock {
    background: white;
    font-size: 14px;
    padding: 0;
    margin: 0;
    text-align: left;
}
.form-cart-popup .information form.cart .mobile-infor-wrapper .infor-body .price, .form-cart-popup .information form.cart .mobile-infor-wrapper .infor-body .woocommerce-Price-amount {
    font-size: 18px;
    margin-top: 0;
    margin-bottom: 5px;
}
.form-cart-popup .information form.cart .woocommerce-product-details__short-description {
    display: none;
}
.form-cart-popup .information form.cart #mobile-close-infor {
    text-align: right;
}
.form-cart-popup .information form.cart #mobile-close-infor i {
    font-size: 24px;
    margin: 10px 10px 0;
    display: inline-block;
    cursor: pointer;
}
.form-cart-popup .information form.cart #mobile-close-infor i:hover {
    color: #6c9d24;
}
.form-cart-popup .information form.cart div.quantity {
    padding: 0;
    margin: 0 !important;
}
.form-cart-popup .information form.cart div.quantity input[type='button'] {
    min-width: 36px;
}
.form-cart-popup .information form.cart .variations {
    padding: 15px 15px 0;
    display: block;
    border-bottom: 1px solid #eee !important;
    max-height: 220px;
    overflow: hidden;
    overflow-y: scroll;
    margin-bottom: 0 !important;
}
.form-cart-popup .information form.cart .variations tr:last-child {
    padding-bottom: 0;
}
.form-cart-popup .information form.cart .single_variation {
    display: none !important;
}
.form-cart-popup .information form.cart .single_add_to_cart_button.disabled, .form-cart-popup .information form.cart .tbay-buy-now.disabled {
    opacity: .7 !important;
    filter: alpha(opacity=70) !important;
}
.form-cart-popup .information form.cart.open {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    z-index: 999;
    padding: 0 !important;
}
.form-cart-popup .information form.cart.open .variable-items-wrapper .wvs-has-image-tooltip:hover:after, .form-cart-popup .information form.cart.open .variable-items-wrapper .wvs-has-image-tooltip:hover:before, .form-cart-popup .information form.cart.open .variable-items-wrapper [data-wvstooltip]:hover:after, .form-cart-popup .information form.cart.open .variable-items-wrapper [data-wvstooltip]:hover:before {
    display: none;
}
.form-cart-popup .information form.cart.open .single_add_to_cart_button::before {
    margin: 0 !important;
}
.form-cart-popup .information form.cart.open.open-btn-all .single_variation_wrap #shop-now.has-buy-now .single_add_to_cart_button:before {
    right: 1px;
    margin-top: 0 !important;
}
.form-cart-popup .information form.cart.open.open-btn-addtocart .tbay-buy-now {
    display: none !important;
}
.form-cart-popup .information form.cart.open.open-btn-addtocart .single_add_to_cart_button {
    width: 100% !important;
    font-size: 16px !important;
    transition: none !important;
    max-width: unset !important;
    line-height: 50px !important;
    height: 50px;
}
.form-cart-popup .information form.cart.open.open-btn-addtocart .single_add_to_cart_button:before, .form-cart-popup .information form.cart.open.open-btn-addtocart .single_add_to_cart_button:after {
    display: none !important;
}
.form-cart-popup .information form.cart.open.open-btn-addtocart .single_add_to_cart_button.loading:after {
    position: relative;
    display: inline-block !important;
}
.form-cart-popup .information form.cart.open.open-btn-addtocart .single_add_to_cart_button+.added_to_cart.wc-forward {
    width: 100%;
    font-size: 16px;
    transition: none !important;
}
.form-cart-popup .information form.cart.open.open-btn-addtocart .single_add_to_cart_button+.added_to_cart.wc-forward::before, .form-cart-popup .information form.cart.open.open-btn-addtocart .single_add_to_cart_button+.added_to_cart.wc-forward::after {
    display: none !important;
}
.form-cart-popup .information form.cart.open.open-btn-addtocart .single_add_to_cart_button+.added_to_cart.wc-forward {
    width: 100%;
    font-size: 16px !important;
    transition: none !important;
}
.form-cart-popup .information form.cart.open.open-btn-addtocart .single_add_to_cart_button+.added_to_cart.wc-forward:before, .form-cart-popup .information form.cart.open.open-btn-addtocart .single_add_to_cart_button+.added_to_cart.wc-forward:after {
    display: none !important;
}
.form-cart-popup .information form.cart.open.open-btn-buynow .single_add_to_cart_button {
    display: none !important;
}
.form-cart-popup .information form.cart.open.open-btn-buynow .tbay-buy-now {
    margin: 0;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    font-size: 16px;
}
.form-cart-popup .information form.cart.open.open-btn-buynow .tbay-buy-now {
    width: 100% !important;
    margin: 0 !important;
}
.form-cart-popup .information form.cart.open ~ #mobile-close-infor-wrapper {
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible;
    pointer-events: all;
}
.form-cart-popup .information form.cart.open ~ .mobile-btn-cart-click {
    display: none;
}
}.woocommerce form .form-row.woocommerce-invalid label {
    color: #777;
}
.woocommerce-invalid #terms {
    outline: 0;
}
.woocommerce-cart-form .table-responsive {
    overflow-x: unset;
}
#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {
    background: rgba(235, 233, 235, 0.35);
}
#add_payment_method #payment label, .woocommerce-cart #payment label, .woocommerce-checkout #payment label {
    font-weight: 700;
}
#add_payment_method #payment label.checkbox, .woocommerce-cart #payment label.checkbox, .woocommerce-checkout #payment label.checkbox {
    font-weight: 400;
}
#add_payment_method #payment ul.payment_methods li input, .woocommerce-cart #payment ul.payment_methods li input, .woocommerce-checkout #payment ul.payment_methods li input {
    height: auto;
}
#add_payment_method #payment .payment_method_paypal .about_paypal, .woocommerce-cart #payment .payment_method_paypal .about_paypal, .woocommerce-checkout #payment .payment_method_paypal .about_paypal {
    line-height: 26px;
    margin-left: 10px;
    margin-right: 0;
}
#add_payment_method table.cart td.actions .coupon .input-text, .woocommerce-cart table.cart td.actions .coupon .input-text, .woocommerce-checkout table.cart td.actions .coupon .input-text {
    float: left;
    box-sizing: border-box;
    padding: 6px 6px 5px;
    margin: 0 4px 0 0;
    outline: 0;
    width: auto;
}
#add_payment_method .btn, .woocommerce-cart .btn, .woocommerce-checkout .btn {
    text-transform: uppercase;
    letter-spacing: 1.5px;
}
#add_payment_method .btn[aria-disabled="true"]:hover, .woocommerce-cart .btn[aria-disabled="true"]:hover, .woocommerce-checkout .btn[aria-disabled="true"]:hover {
    background: #6c9d24;
    color: #fff;
}
#add_payment_method .cart_totals table.shop_table, .woocommerce-cart .cart_totals table.shop_table, .woocommerce-checkout .cart_totals table.shop_table {
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    text-align: left;
}
#add_payment_method .wc-proceed-to-checkout a.checkout-button, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button, .woocommerce-checkout .wc-proceed-to-checkout a.checkout-button {
    padding: 2px 25px;
    text-transform: uppercase;
    font-size: 14px;
    width: max-content;
    letter-spacing: 1.5px;
}
#add_payment_method .wc-proceed-to-checkout a.checkout-button:after, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button:after, .woocommerce-checkout .wc-proceed-to-checkout a.checkout-button:after {
    content: "\f061";
    font-family: "FontAwesome";
    margin: 0 0 0 5px;
}
#add_payment_method .wc-proceed-to-checkout a.checkout-button:hover, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover, .woocommerce-checkout .wc-proceed-to-checkout a.checkout-button:hover {
    border-color: #6c9d24;
    background: #fff;
    color: #6c9d24;
}
#add_payment_method .wc-proceed-to-checkout a.checkout-button:hover:after, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover:after, .woocommerce-checkout .wc-proceed-to-checkout a.checkout-button:hover:after {
    color: #6c9d24;
}
.woocommerce .cart-collaterals .related.owl-carousel {
    width: 100%}
.woocommerce table.shop_table {
    border-collapse: collapse;
}
.woocommerce .cart_totals h2 {
    font-size: 30px;
    margin-top: 30px;
}
.woocommerce .cart_totals table {
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}
.woocommerce .cart_totals table>tbody>tr>th {
    border: 0;
}
.woocommerce .cart_totals table .woocommerce-Price-amount {
    color: #6c9d24;
}
.woocommerce table .woocommerce-Price-amount {
    color: #222;
    font-weight: 500;
}
.woocommerce table.shop_table {
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border: 0;
    border-bottom: 1px solid #ddd;
    text-align: center;
}
.woocommerce table.shop_table.cart tbody .cart_item .product-thumbnail img {
    width: auto;
    max-width: 100px;
}
.woocommerce table.shop_table.cart dl.variation {
    display: flex;
    justify-content: center;
}
.woocommerce table.shop_table>thead>tr>th {
    text-align: center;
    border: 0;
    font-weight: 500;
    color: #333;
}
.woocommerce table.shop_table tbody>tr>td {
    border-bottom: 0;
    border-color: #ddd;
}
.woocommerce table.shop_table tbody>tr>td+td {
    border-left: 0;
}
.woocommerce table.shop_table .product-quantity .title-qty {
    display: none;
}
.woocommerce table.shop_table .product-name>a {
    color: #222;
    font-weight: 500;
}
.woocommerce table.shop_table .product-name>a:hover {
    color: #6c9d24;
}
.woocommerce table.shop_table a.remove {
    margin: auto;
    color: #777 !important;
}
.woocommerce table.shop_table a.remove:hover {
    color: red !important;
    background: transparent !important;
}
dl.variation {
    display: flex;
    font-weight: 400;
}
dl.variation dt {
    font-weight: 400;
}
dl.variation dd {
    margin-left: 5px;
    margin-right: 0;
}
.shop_table.woocommerce-checkout-review-order-table tr>th {
    width: 75%}
@media(max-width:768px) {
    .woocommerce #content table.cart .product-thumbnail, .woocommerce table.cart .product-thumbnail, .woocommerce-page #content table.cart .product-thumbnail, .woocommerce-page table.cart .product-thumbnail {
    float: left;
    border: 0;
    margin: 0;
    padding: 20px 10px;
    position: absolute;
    left: 0;
    height: 100%;
    width: 120px;
    display: flex;
    align-items: center;
}
.woocommerce table.shop_table_responsive.cart tr.cart_item, .woocommerce-page table.shop_table_responsive.cart tr.cart_item {
    float: left;
    width: 100%;
    position: relative;
    padding-left: 120px;
    padding-right: 10px;
    background: #fff;
}
.woocommerce table.shop_table_responsive.cart tr.cart_item:nth-child(2n), .woocommerce-page table.shop_table_responsive.cart tr.cart_item:nth-child(2n) {
    background-color: rgba(0, 0, 0, 0.025);
}
.woocommerce table.shop_table_responsive.cart tr.cart_item:nth-child(2n) td, .woocommerce-page table.shop_table_responsive.cart tr.cart_item:nth-child(2n) td {
    background-color: unset;
}
.woocommerce table.shop_table_responsive thead, .woocommerce-page table.shop_table_responsive thead {
    display: none;
}
.woocommerce table.shop_table_responsive tr td::before, .woocommerce-page table.shop_table_responsive tr td::before {
    display: none;
}
.woocommerce .cart_totals table.shop_table_responsive tr td::before, .woocommerce-page .cart_totals table.shop_table_responsive tr td::before {
    display: block;
}
.woocommerce table.shop_table.cart {
    border-color: transparent;
}
.woocommerce table.shop_table.cart tbody>tr>td {
    border-color: transparent;
    padding-left: 10px;
    padding-right: 10px;
}
.woocommerce table.shop_table.cart tr td.actions>div>div {
    padding-top: 15px;
}
.woocommerce table.shop_table.cart tbody td.product-name {
    text-align: left !important;
    float: left;
    border: 0;
    padding: 10px 0 5px;
    width: 100%}
.woocommerce table.shop_table.cart tbody td.product-price {
    width: 100%;
    padding: 0;
    text-align: left !important;
    display: inline-block;
    border: 0;
}
.woocommerce table.shop_table.cart tbody td.product-quantity {
    border: 0;
    float: left;
    padding: 10px 0;
}
.woocommerce table.shop_table.cart tbody td.product-quantity .quantity {
    background: #fff;
    margin-right: 0;
}
.woocommerce table.shop_table.cart tbody td.product-quantity .quantity input.minus, .woocommerce table.shop_table.cart tbody td.product-quantity .quantity input.plus {
    height: 32px;
    line-height: 32px;
}
.woocommerce table.shop_table.cart tbody td.product-quantity .quantity input.qty {
    height: 32px;
}
.woocommerce table.shop_table.cart tbody td.product-subtotal.price {
    display: none;
}
.woocommerce table.shop_table.cart tbody td.product-remove {
    border: 0;
    float: left;
    padding-top: 15px;
}
.woocommerce table.shop_table.cart tbody td.product-remove a {
    color: red !important;
    font-size: 16px;
}
.woocommerce-cart table.cart td.actions .coupon .input-text {
    width: 48%}
}.tbay-my-account-avatar {
    display: none;
}
.woocommerce-account .woocommerce-MyAccount-content, .woocommerce-account .woocommerce-MyAccount-navigation {
    float: none;
    width: 100%}
.woocommerce button.button.disabled, .woocommerce button.button:disabled, .woocommerce button.button:disabled[disabled] {
    padding-top: 0;
    padding-bottom: 0;
    color: white;
}
.woocommerce button.button.disabled:hover, .woocommerce button.button:disabled:hover, .woocommerce button.button:disabled[disabled]:hover {
    color: #6c9d24;
    background: #fff;
}
.account-orders-table .order-actions {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.account-orders-table .order-actions>a {
    color: #fff;
    background: #6c9d24;
    line-height: 40px;
    padding: 0 15px;
}
.account-orders-table .order-actions>a.cancel {
    background: red;
}
.woocommerce .woocommerce-customer-details address {
    border-width: 1px;
}
.woocommerce .woocommerce-MyAccount-navigation, .woocommerce .woocommerce-MyAccount-content {
    background: #fff;
    float: none;
    vertical-align: top;
}
@media(min-width:1025px) {
    .woocommerce .woocommerce-MyAccount-navigation, .woocommerce .woocommerce-MyAccount-content {
    padding-top: 50px;
    padding-bottom: 100px;
    padding-left: 0;
    padding-right: 15px;
}
}.woocommerce .woocommerce-MyAccount-navigation {
    margin-bottom: 20px;
}
.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 #e0e0e0;
}
.woocommerce .woocommerce-MyAccount-navigation ul li a {
    display: block;
    font-weight: 700;
    text-align: left;
    box-shadow: none;
    outline: 0;
    margin: 0;
    cursor: pointer;
    padding: 12px 5px 12px 12px;
    border-right: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
    border-left: 1px solid #e0e0e0;
    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: #6c9d24;
    color: #fff;
    border-color: transparent;
    border-bottom-color: #fff;
}
.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--wishlist a:before {
    content: "\e08a"}
.woocommerce .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--orders a:before {
    content: "\e04e"}
body.woocommerce-account ul li.woocommerce-MyAccount-navigation-link--purchased-products 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--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--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;
}
@media(min-width:1025px) {
    .woocommerce .woocommerce-MyAccount-content {
    width: 80%;
    padding-left: 15px;
    padding-right: 0;
}
}.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: #fff;
}
.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: #ddd;
    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 #ddd;
    border-right: 1px solid #ddd;
    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: 0;
    font-size: 20px;
    margin-bottom: 20px;
    color: #0b132b;
}
.woocommerce-account .addresses .title h3 {
    font-size: 16px;
}
.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: 30px;
    font-weight: 500;
    font-size: 20px;
}
.woocommerce .woocommerce-customer-details address, .woocommerce-page .woocommerce-customer-details address {
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom-width: 2px;
    border-right-width: 2px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    padding: 6px 12px;
    background: #f7f6f7;
}
.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 #eee;
    overflow: hidden;
    margin: 0 15px;
    padding: 0;
}
.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: #fbfbfb;
}
.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: #fbfbfb;
    font-size: 15px;
    margin: 0;
}
.woocommerce-account #main-content .woocommerce .title-account {
    font-size: 60px;
    display: block;
    font-weight: 200;
    color: #eee;
    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: #000;
    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:not(.woocommerce-info):not(.woocommerce-message):not(.dokan-error) {
    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 table.shop_table.woocommerce-orders-table tbody>tr:last-child td {
    border: 1px solid rgba(59, 50, 50, 0.1);
    border-bottom: 0;
}
.woocommerce table.shop_table.woocommerce-orders-table tbody>tr:first-child td:first-child {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.woocommerce table.shop_table.woocommerce-orders-table tbody>tr td+td {
    border-left: 1px solid rgba(0, 0, 0, 0.1);
}
.woocommerce table.shop_table.woocommerce-table--order-details td, .woocommerce table.shop_table.woocommerce-table--order-details th {
    text-align: left;
}
.woocommerce table.shop_table.woocommerce-table--order-details>thead>tr>th {
    text-align: left;
}
@media(max-width:768px) {
    .woocommerce table.shop_table_responsive.woocommerce-orders-table tr td: :before, .woocommerce-page table.shop_table_responsive.woocommerce-orders-table tr td::before {
    display: block;
}
}.woocommerce button.button[value="Reset password"] {
    width: max-content;
}
.woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register {
    border: 1px solid #d3ced2;
    padding: 20px;
    margin: 2em 0;
    text-align: left;
    border-radius: 5px;
}
.woocommerce form.checkout_coupon button.button, .woocommerce form.login button.button, .woocommerce form.register button.button {
    max-width: max-content;
    letter-spacing: 1.5px;
    padding: 0 30px;
    text-transform: uppercase;
}
.woocommerce form.login .form-row {
    flex-direction: row;
    align-items: center;
}
.woocommerce form.login .form-row .woocommerce-form-login__rememberme {
    margin: 0;
}
.woocommerce form.login .form-row .woocommerce-form-login__submit {
    -webkit-box-ordinal-group: -1;
    -moz-box-ordinal-group: -1;
    -ms-flex-order: -1;
    -webkit-order: -1;
    order: -1;
}
.woocommerce #customer_login form.login {
    min-height: 350px;
}
.woocommerce form.register {
    min-height: 350px;
}
.woocommerce form.register .woocommerce-privacy-policy-text p {
    color: #999;
    line-height: 22px;
    margin: 10px 0 0;
    padding: 25px 0 17px;
    border-top: 1px solid #eee;
}
.woocommerce form.register .woocommerce-privacy-policy-text a {
    color: #6c9d24;
}
.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;
    background: #fff;
    margin: 0;
    padding: 60px 70px;
}
.u-columns>div {
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0;
}
.u-columns>div:only-child {
    padding: 0 !important;
}
.u-columns>div:only-child .nav-tabs {
    justify-content: center;
}
.u-columns .nav-tabs {
    border: 0;
    padding-bottom: 35px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.u-columns .nav-tabs li {
    margin: 0;
}
.u-columns .nav-tabs li a {
    color: #bbb;
    font-size: 22px;
    font-weight: bold;
    border: 0;
}
.u-columns .nav-tabs li a:hover, .u-columns .nav-tabs li a:focus, .u-columns .nav-tabs li a.active {
    color: #000;
    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: 12px;
}
.u-columns .log-form {
    padding-right: 115px;
}
.u-columns .log-with-social {
    padding-left: 115px;
    border-left: 1px solid #eaeaea;
}
.log-with-social .social-log {
    margin-top: 65px;
    line-height: 30px;
    text-align: left;
}
.log-with-social .social-log span {
    padding: 0;
}
.log-with-social .social-log span:before {
    display: none;
}
.social-log {
    position: relative;
    line-height: 37px;
    text-align: center;
    z-index: 1;
    margin-top: 35px;
}
.social-log span {
    display: inline-block;
    padding: 0 20px;
    background: #fff;
}
.social-log span:before {
    content: '';
    background: #eee;
    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: 6px 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: 500;
    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 tfoot {
    background: #f7f6f7;
}
.woocommerce-order-received .woocommerce-order .woocommerce-thankyou-order-received {
    margin: 0;
    line-height: 30px;
    border-bottom: 0;
    padding: 0 0 12px;
}
.woocommerce-order-received .woocommerce-order .woocommerce-thankyou-order-details {
    border: 1px solid #eee;
    border-top: 0;
    background: #f5f5f5;
    padding: 20px;
    display: flex;
    overflow-x: auto !important;
    white-space: nowrap;
}
.woocommerce-order-received .woocommerce-order table.shop_table {
    padding: 0 30px;
}
.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: 1px solid #ddd;
    width: 50%;
    color: #777;
}
.woocommerce-order-received .woocommerce-order table.shop_table thead tr th .woocommerce-Price-amount, .woocommerce-order-received .woocommerce-order table.shop_table thead tr td .woocommerce-Price-amount, .woocommerce-order-received .woocommerce-order table.shop_table tbody tr th .woocommerce-Price-amount, .woocommerce-order-received .woocommerce-order table.shop_table tbody tr td .woocommerce-Price-amount {
    font-weight: 400;
    color: #777;
}
.woocommerce-order-received .woocommerce-order table.shop_table thead tr .product-name>a, .woocommerce-order-received .woocommerce-order table.shop_table tbody tr .product-name>a {
    color: #333;
}
.woocommerce-order-received .woocommerce-order table.shop_table thead tr .product-name>a:hover, .woocommerce-order-received .woocommerce-order table.shop_table tbody tr .product-name>a:hover {
    color: #6c9d24;
    font-weight: 500;
}
.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 {
    font-weight: bold;
}
.woocommerce-order-received .woocommerce-order table.shop_table tfoot tr th {
    font-weight: bold;
    color: #777;
}
.woocommerce-order-received .woocommerce-order table.shop_table tfoot tr th .woocommerce-Price-amount, .woocommerce-order-received .woocommerce-order table.shop_table tfoot tr td .woocommerce-Price-amount {
    font-weight: 700;
    color: #777;
}
.woocommerce-order-received .woocommerce-order table.shop_table tfoot th, .woocommerce-order-received .woocommerce-order table.shop_table tfoot td {
    color: #777;
    vertical-align: middle;
}
.woocommerce-order-received .order-again {
    margin-top: 20px;
}
.woocommerce ul.order_details li {
    line-height: 30px;
    font-size: 11px;
    margin: 0;
    width: 200px;
}
.woocommerce ul.order_details li+li {
    margin-left: 30px;
}
.woocommerce ul.order_details li strong {
    font-size: 14px;
}
.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 {
    line-height: 30px;
    font-size: 20px;
    font-weight: bold;
    color: #17181a;
}
.woocommerce-order .woocommerce-order-details .order_details {
    border-top: 0;
    border-color: #eee;
    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: #ddd;
    text-align: left !important;
}
.woocommerce-order .woocommerce-order-details .order_details .button {
    border-color: #6c9d24;
}
.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 .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>tbody>tr:last-child>td {
    border-bottom: 0 !important;
}
#track-order i {
    display: inline-block;
    vertical-align: middle;
    font-size: 17px;
    margin-right: 5px;
    margin-left: 0;
}
.woocommerce-form.track_order .form-row button {
    padding: 0 50px;
    margin-top: 7px;
}
.track_order {
    background: #fff;
    margin-top: 5px;
    padding: 62px 0 243px;
}
.track_order p:first-child {
    color: #555;
    margin-bottom: 28px;
}
.track_order p.form-row-first, .track_order p.form-row-last {
    width: 49%}
.track_order p label {
    margin: 0;
    color: #000;
    font-weight: bold;
}
.track_order button {
    float: right;
}
#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;
}
.payment_method_paypal {
    display: flex;
    align-items: center;
}
.woocommerce-checkout #payment div.form-row {
    display: block;
}
.woocommerce #payment #place_order, .woocommerce-page #payment #place_order {
    text-transform: uppercase;
    letter-spacing: 1.5px;
    padding: 0 30px;
    float: left;
    margin-top: 20px;
}
.woocommerce #payment #place_order:focus, .woocommerce-page #payment #place_order:focus {
    color: #fff;
}
.woocommerce table.shop_table.woocommerce-checkout-review-order-table {
    border: 0;
}
.woocommerce table.shop_table.woocommerce-checkout-review-order-table>thead>tr>th, .woocommerce table.shop_table.woocommerce-checkout-review-order-table tbody>tr>td, .woocommerce table.shop_table.woocommerce-checkout-review-order-table tr>td {
    border: 1px solid #eee;
    text-align: left;
    color: #777;
    font-weight: 700;
}
.woocommerce table.shop_table.woocommerce-checkout-review-order-table>thead>tr>th.product-name img, .woocommerce table.shop_table.woocommerce-checkout-review-order-table tbody>tr>td.product-name img, .woocommerce table.shop_table.woocommerce-checkout-review-order-table tr>td.product-name img {
    max-width: 50px;
    margin-right: 10px;
    float: left;
}
.woocommerce table.shop_table.woocommerce-checkout-review-order-table .woocommerce-Price-amount {
    font-weight: 700;
    color: #777;
}
.woocommerce table.shop_table.woocommerce-checkout-review-order-table>tbody .woocommerce-Price-amount {
    font-weight: 400;
}
#custom-register, #custom-login {
    color: #555;
    text-align: center;
}
#custom-register input:not(.submit_button), #custom-login input:not(.submit_button) {
    color: #999;
    padding: 0 15px;
    margin: 0 0 10px;
    border: 1px solid #ccc;
}
#custom-register label.error, #custom-login label.error {
    color: red;
}
#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: #6c9d24;
    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: #6c9d24;
}
#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 i {
    font-size: 20px;
    line-height: 20px;
}
#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;
}
#custom-login-wrapper .nav-tabs li a:hover {
    background-color: transparent;
}
#custom-login-wrapper .nav-tabs li a.active {
    color: #000;
    background: #fff;
}
#custom-login-wrapper .nav-tabs li+li {
    margin-left: 30px;
}
#custom-login-wrapper .tab-pane h3 {
    font-size: 14px;
    color: #555;
    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: #000;
    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;
}
#store-toc-wrapper {
    margin-bottom: 40px;
}
.dokan-dashboard .page-header {
    margin-bottom: 0;
}
.dokan-dashboard .dokan-dashboard-wrap {
    padding: 30px 0 60px;
}
.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li.dokan-common-links a:hover {
    background: #6c9d24;
}
.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li.active, .dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li:hover {
    background: #6c9d24;
}
.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-store #main {
    padding: 0;
    margin-left: auto;
    margin-right: auto;
}
.dokan-store #main #dokan-secondary {
    margin-right: 0 !important;
}
.dokan-store #main #dokan-secondary, .dokan-store #main #dokan-primary {
    padding-left: 15px;
    padding-right: 15px;
}
.dokan-store .tbay-breadscrumb {
    margin: 0 -15px;
}
.dokan-product-listing .dokan-product-listing-area {
    padding: 0;
}
#store-toc-wrapper {
    padding-left: 15px;
    padding-right: 15px;
}
#store-toc-wrapper h2 {
    margin: 0 0 30px;
    padding-bottom: 5px;
    font-size: 20px;
    line-height: 36px;
    border-bottom: 1px solid #e5e5e5;
    font-weight: 500;
}
.dokan-product-search-form .dokan-form-control[name="product_search_name"] {
    padding-left: 15px;
    padding-right: 15px;
    height: 36px;
}
.dokan-form-control {
    border-color: #eee;
}
.dokan-withdraw-content .dokan-withdraw-area ul {
    margin-bottom: 21px;
}
.dokan-withdraw-content .dokan-withdraw-area ul li.active a {
    color: #6c9d24;
}
.dokan-withdraw-content .dokan-withdraw-area ul li a {
    font-size: 13px;
}
.dokan-order-filter-serach .select2-container--default .select2-selection--single {
    border-color: #eee;
}
.dokan-form-horizontal input[type="submit"] {
    margin-left: 10px;
}
.dokan-form-horizontal .dokan-control-label {
    line-height: 44px;
}
.dokan-dashboard .dokan-form-horizontal .dokan-control-label {
    line-height: inherit;
}
.dokan-settings-content .dokan-settings-area .dokan-banner {
    margin: 30px auto;
}
.dokan-report-abuse-button {
    font-size: inherit;
    float: right;
}
.become-vendor #main-container {
    padding-top: 0 !important;
}
@media(min-width:768px) {
    .become-vendor #tbay-main-content .tbay-addon .tbay-addon-title, .become-vendor #tbay-main-content .tbay-addon .tbay-addon-heading {
    font-size: 38px;
    text-align: center;
    font-weight: 600;
    line-height: 54px;
}
.become-vendor #tbay-main-content .tbay-addon .tbay-addon-title .subtitle, .become-vendor #tbay-main-content .tbay-addon .tbay-addon-heading .subtitle {
    margin-top: 10px;
}
}.become-vendor #tbay-main-content .tbay-addon.tbay-addon-text-heading {
    margin-bottom: 45px;
}
.become-vendor #tbay-main-content .tbay-addon.tbay-addon-video .tbay-addon-title {
    font-size: 20px;
    font-weight: 500;
    margin: 15px 0;
}
.become-vendor #tbay-main-content .tbay-addon.tbay-addon-video .video-image:before {
    content: '';
    background: #000;
    opacity: 0;
    filter: alpha(opacity=0);
    pointer-events: none;
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-transition: .35s;
    -o-transition: .35s;
    transition: .35s;
}
.become-vendor #tbay-main-content .tbay-addon.tbay-addon-video .tbay-modalButton {
    opacity: 0;
    filter: alpha(opacity=0);
    visibility: hidden;
}
.become-vendor #tbay-main-content .tbay-addon.tbay-addon-video .tbay-addon-content:hover .video-image:before {
    opacity: .6;
    filter: alpha(opacity=60);
}
.become-vendor #tbay-main-content .tbay-addon.tbay-addon-video .tbay-addon-content:hover .tbay-modalButton {
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible;
}
.become-vendor #tbay-main-content .tbay-addon-features:not(.style-2):not(.style-3) .inner {
    flex-direction: column;
    align-items: unset;
    border: 0;
}
.become-vendor #tbay-main-content .tbay-addon-features:not(.style-2):not(.style-3) .inner:hover .fbox-icon {
    color: #6c9d24;
}
.become-vendor #tbay-main-content .tbay-addon-features:not(.style-2):not(.style-3) .fbox-icon {
    font-size: 55px;
    padding: 0;
    color: #6c9d24;
}
.become-vendor #tbay-main-content .tbay-addon-features:not(.style-2):not(.style-3) .fbox-content {
    padding-top: 30px;
}
.become-vendor #tbay-main-content .tbay-addon-features:not(.style-2):not(.style-3) .ourservice-heading {
    font-size: 18px;
    margin-bottom: 13px;
}
form.register .dokan-become-seller .form-row {
    margin-bottom: 10px;
}
form.register .dokan-become-seller .form-row:last-child input {
    margin-top: 20px !important;
}
input[type="submit"].dokan-btn-theme, a.dokan-btn-theme, .dokan-btn-theme {
    background-color: #6c9d24;
    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: bold;
    height: 36px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    border-color: #6c9d24;
}
input[type="submit"].dokan-btn-theme:hover, input[type="submit"].dokan-btn-theme:focus, a.dokan-btn-theme:hover, a.dokan-btn-theme:focus, .dokan-btn-theme:hover, .dokan-btn-theme:focus {
    background: #242424;
    border-color: #242424;
}
#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 {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    width: 34px;
    height: 34px;
    font-size: 25px;
    line-height: 34px;
    display: inline-block;
}
#dokan-seller-listing-wrap ul.dokan-seller-wrap li .store-footer a span {
    padding: 0;
}
.pagination-wrap ul.pagination {
    padding-left: 15px;
}
.woocommerce form.register.dokan-vendor-register .form-row {
    padding: 0;
}
.woocommerce.dokan-store #reviews h3 {
    margin-bottom: 20px;
}
.woocommerce.dokan-store #reviews #comments ol.commentlist li img.avatar {
    width: 32px;
    position: absolute;
}
#dokan-vendor-register input[type="submit"].dokan-btn-theme {
    width: max-content;
}
@media(max-width:767px) {
    .dokan-store-tabs ~ .tbay-filter .woocommerce-result-count {
    display: block;
}
.dokan-store #main #dokan-secondary {
    padding-left: 0;
    padding-right: 0;
}
.dokan-single-store .dokan-store-tabs .dokan-list-inline {
    white-space: nowrap;
    overflow: hidden;
    overflow-x: auto;
}
.dokan-single-store .dokan-store-tabs .dokan-list-inline>li {
    float: none !important;
}
.dokan-single-store .dokan-store-tabs .dokan-list-inline>li button.dokan-btn {
    vertical-align: inherit;
}
.dokan-widget-area .widget {
    margin-bottom: 20px;
    float: left;
    width: 100%}
.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 0 60px;
}
.dokan-store #main {
    display: flex;
    flex-direction: column-reverse;
}
}@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: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;
}
}.store-cat-stack-dokan ul {
    padding: 0;
    list-style-type: none;
}
.store-cat-stack-dokan ul li {
    line-height: 33px;
}
.dokan-widget-area .widget .widget-title, .dokan-widget-area .widget .widgettitle, .dokan-widget-area .widget .widget-heading {
    padding-bottom: 0;
}
.dokan-widget-area .widget:last-child {
    margin-bottom: 40px;
}
select.dokan-form-control {
    height: 36px;
    line-height: normal;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    padding: 4px 15px;
}
#dokan-seller-listing-wrap.list-view .dokan-seller-wrap .dokan-single-seller .store-wrapper .store-content .store-data-container .store-data h2 {
    margin-bottom: 0;
    font-size: 19px;
}
.sold-dokan {
    margin-top: 5px;
    margin-bottom: 4px;
}
.store-page-wrap .woocommerce-result-count {
    float: right;
}
.dokan-store-tabs ~ .tbay-filter {
    margin-top: 10px;
}
.dokan-dashboard .select2-container {
    z-index: 9999;
}
.dokan-dashboard .select2-container--default .select2-selection--single {
    margin-bottom: 0;
}
.dokan-dashboard .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 34px;
}
.dokan-dashboard .select2-search--dropdown input:focus {
    outline: 0;
}
.dokan-dashboard input#order_date_filter {
    height: 36px;
    padding: 7px;
    margin: 0;
}
#dokan-store-listing-filter-wrap .right .toggle-view .active {
    color: #6c9d24;
}
.dokan-seller-rating .rating {
    float: initial;
    display: block;
}
.dokan-widget-area .widget h3 {
    margin-bottom: 20px;
}
.dokan-single-store .profile-frame .profile-info-box.profile-layout-layout2 .profile-info-summery-wrapper {
    height: auto;
}
#dokan-store-listing-filter-wrap .item:hover {
    color: #6c9d24;
    background: #fff;
}
#dokan-store-listing-filter-wrap .item:hover .dokan-icons {
    color: #6c9d24;
}
#dokan-store-listing-filter-wrap .item .dokan-store-list-filter-button {
    line-height: 20px;
    background: #6c9d24;
    color: #fff;
}
#dokan-store-listing-filter-wrap .right .item select {
    padding-top: 4px;
    padding-bottom: 4px;
}
.dokan-single-store.dokan-w8 {
    width: 75%}
@media(max-width:991px) {
    .dokan-store #main {
    display: flex;
    flex-direction: column-reverse;
}
.dokan-store #main .tbay-breadscrumb {
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
}
.dokan-single-store.dokan-w8, .dokan-w3 {
    width: 100%}
}.pagination-wrap ul.pagination>li>a, .dokan-pagination-container .dokan-pagination>li>a {
    padding: 10px 15px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    margin: 0 3px;
    line-height: 1;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}
.pagination-wrap ul.pagination>li>a:hover, .dokan-pagination-container .dokan-pagination>li>a:hover {
    background: #6c9d24;
    color: #fff;
    border-color: #6c9d24;
}
.pagination-wrap ul.pagination>li.active a, .dokan-pagination-container .dokan-pagination>li.active a {
    background: #6c9d24;
    color: #fff;
}
.pagination-wrap ul.pagination>li>span.current, .dokan-pagination-container .dokan-pagination>li>span.current {
    padding: 10px 15px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    margin: 0 3px;
    line-height: 1;
    background: #6c9d24;
    color: #fff;
    border-color: #6c9d24;
}
.pagination-wrap ul.pagination>li:first-child>a, .pagination-wrap ul.pagination>li:first-child span, .dokan-pagination-container .dokan-pagination>li:first-child>a, .dokan-pagination-container .dokan-pagination>li:first-child span {
    margin-left: 0;
}
.dokan-pagination-container .dokan-pagination>li>a {
    padding-top: 9px;
    padding-bottom: 9px;
}
td.diviader {
    display: none;
}
@media(max-width:991px) and (min-width:768px) {
    #dokan-seller-listing-wrap ul.dokan-seller-wrap li.coloum-3 {
    width: 50%}
}.dokan-single-store .dokan-store-tabs .dokan-list-inline>li {
    border-right: 0;
}
.dokan-single-store .dokan-store-tabs .dokan-list-inline>li button.dokan-btn {
    height: 40px;
}
.woocommerce-button.button.request_warranty {
    margin-left: 5px;
    margin-right: 0;
}
form input[name="import_xml"].btn-danger {
    background: #dc3545;
    border-color: #dc3545;
}
@media(max-width:600px) {
    .active-admin-bar #tbay-main-content .dokan-store-sidebar {
    top: 46px;
}
}@media(max-width:767px) and (min-width:601px) {
    #tbay-main-content .dokan-store-sidebar {
    top: 46px;
}
}@media(min-width:1000px) {
    .dokan-store-wrap .dokan-store-sidebar {
    flex: 0 1 25%}
.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 {
    max-width: 75%}
}.dokan-store-wrap {
    max-width: 100%}
.tbay-sidebar-vendor.sidebar {
    padding: 0;
}
@media(max-width:1199px) {
    .dokan-store-wrap .dokan-single-store, .dokan-store-wrap .dokan-store-sidebar {
    padding: 0;
}
.dokan-store-wrap.layout-left .dokan-single-store, .dokan-store-wrap.layout-right .dokan-single-store {
    max-width: 100%}
.dokan-store-wrap.layout-right .dokan-single-store, .dokan-store-wrap.layout-right .dokan-store-sidebar {
    padding: 0;
}
}@media(min-width:1000px) and (max-width:1199px) {
    .dokan-store-wrap.layout-left, .dokan-store-wrap.layout-right {
    flex-direction: column-reverse;
}
}.dokan-dashboard .fa.fa-long-arrow-left:before {
    content: "\f177"}
.dokan-dashboard .fa.fa-dashboard:before, .dokan-dashboard .fa.fa-tachometer:before {
    content: "\f0e4"}
.dokan-dashboard .fa.fa-external-link:before {
    content: "\f08e"}
.dokan-dashboard .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: "\f166"}
.product-remove .fa.fa-trash-o {
    font-family: "Font Awesome 5 Free" !important;
}
#wcmp-store-conatiner .wcmp-store-map-wrapper {
    background: #e5e3df;
    margin: 0;
}
#wcmp-store-conatiner .wcmp-store-map-filter {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    flex-wrap: wrap;
}
#wcmp-store-conatiner .wcmp-store-map-filter>div {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
#wcmp-store-conatiner .wcmp-store-map-filter>div.wcmp-email {
    -webkit-box-flex: 2;
    -moz-box-flex: 2;
    -webkit-flex: 2;
    -ms-flex: 2;
    flex: 2;
}
#wcmp-store-conatiner .wcmp-store-map-filter>div.wcmp-within, #wcmp-store-conatiner .wcmp-store-map-filter>div.wcmp-distanceSelect {
    max-width: 210px;
    font-weight: 600;
}
#wcmp-store-conatiner .wcmp-store-map-filter input[type="text"], #wcmp-store-conatiner .wcmp-store-map-filter select {
    border: 1px solid #ddd;
    width: 100%}
#wcmp-store-conatiner input[type="submit"] {
    background: #6c9d24;
    border-width: 1px;
    border-style: solid;
    border-color: #6c9d24;
    color: #fff;
    font-weight: bold;
    outline: 0;
    text-transform: uppercase;
    font-size: 13px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
}
#wcmp-store-conatiner input[type="submit"]:hover, #wcmp-store-conatiner input[type="submit"]:focus {
    background: #fff;
    color: #6c9d24;
}
#wcmp-store-conatiner .wcmp-store-locator-wrap .wcmp-store-map-pagination {
    padding-top: 37px;
    padding-bottom: 21px;
    margin-bottom: 30px;
    border-bottom-color: #eee;
}
#wcmp-store-conatiner .wcmp-store-list .wcmp-store-detail-wrap {
    padding-left: 25px;
    padding-right: 25px;
}
#wcmp-store-conatiner .wcmp-store-list .wcmp-store-detail-wrap .wcmp-store-detail-list {
    margin-top: 9px;
}
#wcmp-store-conatiner .wcmp-store-list .wcmp-store-detail-wrap .wcmp-store-detail-list li {
    padding-left: 0;
}
#wcmp-store-conatiner .wcmp-store-list .wcmp-store-detail-wrap .wcmp-store-detail-list li .wcmp_vendor_detail i.ico-call-icon:before {
    content: "\e901"}
#wcmp-store-conatiner .wcmp-store-list .wcmp-store-detail-wrap .wcmp-store-detail-list li.list-name {
    margin-bottom: 7px;
    line-height: 25px;
}
#wcmp-store-conatiner .wcmp-store-list .wcmp-store-detail-wrap .wcmp-store-detail-list li:not(:last-of-type) {
    margin-bottom: 4px;
}
#wcmp-store-conatiner .wcmp-store-list .wcmp-store-detail-wrap .wcmp-store-detail-list li .wcmp_vendor_detail {
    color: #6c9d24;
}
#wcmp-store-conatiner .wcmp-store-list .wcmp-store-detail-wrap .wcmp-store-detail-list li .wcmp_vendor_detail>label {
    font-weight: 400;
}
#wcmp-store-conatiner .wcmp-store-list .wcmp-store-detail-wrap .wcmp-store-detail-list li i {
    position: unset;
    display: inline-block;
    font-size: inherit;
    margin: 0 10px 5px 0;
    color: inherit;
}
#wcmp-store-conatiner .wcmp-store-list .wcmp-store-detail-wrap .wcmp-store-detail-list li i+p {
    display: inline-block;
}
#wcmp-store-conatiner .wcmp-store-detail-list li>a[href="#reviews"] {
    font-size: 14px;
    font-weight: 400;
    color: inherit;
}
#wcmp-store-conatiner .wcmp-store-detail-list .star-rating {
    margin: auto 0;
    overflow: hidden;
    position: relative;
    width: 6.77em;
    height: 1.2em;
    line-height: 1.2em;
    font-family: 'star';
    font-size: 10px;
    display: inline-block;
    vertical-align: middle;
    float: none;
}
#wcmp-store-conatiner .wcmp-store-detail-list .star-rating:before {
    color: #dbdbdb;
    float: left;
    top: 0;
    left: 0;
    right: auto;
    position: absolute;
    letter-spacing: 3px;
}
#wcmp-store-conatiner .wcmp-store-detail-list .star-rating span {
    overflow: hidden;
    float: left;
    top: 0;
    left: 0;
    right: auto;
    position: absolute;
    padding-top: 1.5em;
}
#wcmp-store-conatiner .wcmp-store-detail-list .star-rating span:before {
    top: 0;
    position: absolute;
    left: 0;
    right: auto;
    color: #ffc02a;
    letter-spacing: 3px;
    font-size: 10px;
}
#wcmp-store-conatiner .list-name .store-name {
    font-size: 16px;
}
#wcmp-store-conatiner input[type="text"], #wcmp-store-conatiner select {
    outline: none !important;
}
.vendor_description .vendor_address {
    margin-top: 18px;
}
.vendor_description .vendor_address .wcmp_vendor_rating {
    margin: 10px 0;
}
input, button, select, textarea {
    outline: 0;
}
.widget_wcmp_quick_info #respond input[type="text"], .widget_wcmp_quick_info #respond textarea, .widget_wcmp_quick_info #respond input[type="email"] {
    width: 100%;
    padding: 0 15px;
    margin-bottom: 10px;
    border-color: #eee;
}
.widget_wcmp_quick_info #respond input#submit {
    width: 100%;
    background: #6c9d24;
    border-color: #6c9d24;
    color: #fff;
    text-transform: uppercase;
    font-size: 13px;
    line-height: 30px;
    font-weight: bold;
}
.widget_wcmp_quick_info #respond input#submit:hover, .widget_wcmp_quick_info #respond input#submit:focus {
    background: #fff;
    color: #6c9d24;
    border-color: #6c9d24;
}
.woocommerce #reviews #wcmp_vendor_reviews .comment_container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    flex-wrap: nowrap;
    flex-direction: row;
    padding: 10px 0 10px 105px;
}
.woocommerce #reviews #wcmp_vendor_reviews .comment-reply-title+form .form-submit {
    padding-top: 0;
}
.woocommerce #reviews #wcmp_vendor_reviews #comments ol.commentlist {
    padding: 0;
}
.woocommerce #reviews #wcmp_vendor_reviews #comments ol.commentlist li {
    margin-bottom: 0;
    padding-bottom: 0;
    border: 0;
}
.woocommerce #reviews #wcmp_vendor_reviews #comments ol.commentlist li img.avatar {
    position: absolute;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    top: 10px;
}
.woocommerce #reviews #wcmp_vendor_reviews #comments ol.commentlist li .comment-text p.meta {
    flex-direction: row;
}
.woocommerce #reviews #wcmp_vendor_reviews #comments ol.commentlist li .comment-text p.meta * {
    margin-right: 6px;
    margin-left: 0;
}
.woocommerce #reviews #wcmp_vendor_reviews #comments ol.commentlist li .comment-text p.meta time {
    margin-left: 8px;
    margin-right: 0;
}
.woocommerce #reviews #wcmp_vendor_reviews #comments ol.commentlist li .comment-text .star-rating {
    margin-top: 0;
    margin-bottom: 5px;
}
.woocommerce #reviews #wcmp_vendor_reviews #comments ol.commentlist li+li {
    border-top: 1px solid #eee;
    padding-top: 15px;
}
.woocommerce #reviews #wcmp_vendor_reviews #comments ol.commentlist li>ul.children {
    border-top: 1px solid #eee;
    margin-top: 0;
    padding-left: 0;
    padding-top: 10px;
}
.woocommerce #reviews #wcmp_vendor_reviews #comments ol.commentlist li .comment-text {
    width: 100%;
    min-width: auto;
    margin-left: 0;
    padding: 0;
    border: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    flex-direction: column;
}
.woocommerce #reviews #wcmp_vendor_reviews #comments ol.commentlist li .comment-text p.meta {
    line-height: 26px;
    margin: 5px 0;
    font-size: 14px;
}
.woocommerce #reviews #wcmp_vendor_reviews #comments {
    margin: 30px 0;
}
.woocommerce #reviews #wcmp_vendor_reviews #comments h2 {
    padding: 14px 0 12px;
    display: block;
    border-bottom: 1px solid #eee;
    margin-top: 0;
    font-size: 14px;
}
.woocommerce #reviews #wcmp_vendor_reviews p.stars a::before {
    content: ""}
.woocommerce #reviews #wcmp_vendor_reviews #respond .form-submit input {
    border-width: 1px;
    border-style: solid;
    border-color: #6c9d24;
    background: #6c9d24;
    color: #fff;
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
}
.woocommerce #reviews #wcmp_vendor_reviews #respond .form-submit input:hover, .woocommerce #reviews #wcmp_vendor_reviews #respond .form-submit input:focus {
    border-color: #6c9d24;
    color: #6c9d24;
    background: #fff;
}
.woocommerce #reviews #wcmp_vendor_reviews #review_form #respond textarea {
    border-color: #eee;
}
.wcmp_vendor_banner_template .img_div img {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%}
@media(min-width:1200px) {
    .wcmp_vendor_banner_template.template1 .vendor_description {
    padding: 15px 20px;
}
}.wcmp_vendor_banner_template.template1 .wcmp_social_profile {
    right: 20px;
}
.wcmp_vendor_banner_template.template2 .wcmp_vendor_detail:hover {
    color: #6c9d24;
}
.wcmp_vendor_banner_template.template3 .vendor_address {
    margin-top: 8px;
}
.wcmp_vendor_banner_template.template3 .vendor_address .wcmp_vendor_rating {
    margin-bottom: 5px;
}
.wcmp_vendor_banner_template.template3 .img_div {
    padding-right: 20px;
    padding-left: 0;
}
@media(min-width:481px) {
    .wcmp_vendor_banner_template.template3 .img_div img {
    min-width: 100px;
    min-height: 100px;
}
}.wcmp_vendor_banner_template.template3 a.wcmp_vendor_detail:hover {
    color: #6c9d24;
}
@media(min-width:992px) {
    .wcmp_vendor_banner_template.template3 .vendor_img_add .wcmp_vendor_name {
    margin-bottom: 36px;
}
}
.wcmp_regi_main {
    margin-bottom: 100px;
}
.wcmp_regi_main .register button.button {
    background: #6c9d24;
    border-width: 1px;
    border-style: solid;
    border-color: #6c9d24;
    font-family: "Roboto", sans-serif !important;
    font-weight: 700;
    font-size: 14px;
    border-radius: 3px !important;
    -webkit-border-radius: 3px !important;
    -moz-border-radius: 3px !important;
    -ms-border-radius: 3px !important;
    -o-border-radius: 3px !important;
    color: white;
}
.wcmp_regi_main .register button.button:hover, .wcmp_regi_main .register button.button:focus {
    background: #fff;
    border-color: #6c9d24;
    color: #6c9d24;
}
.wcmp_regi_main .reg_header1 {
    display: none;
}
.wcmp_regi_main .register .wcmp_regi_form_box {
    padding: 20px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    margin: 2em 0;
    border: 1px solid #eee;
    box-shadow: none;
}
.wcmp_regi_main .register .wcmp_regi_form_box .reg_header2 {
    text-transform: capitalize;
    border-bottom: 1px solid #ddd;
    margin-top: 0;
    padding-bottom: 15px;
    color: #000;
}
.wcmp_regi_main .register .wcmp_regi_form_box .wcmp-regi-12 {
    margin: 10px 0;
    width: 100%}
.wcmp_regi_main .register .wcmp_regi_form_box label {
    font-weight: 400;
    font-size: 14px;
    color: #777;
}
.wcmp_regi_main .register .wcmp_regi_form_box label .required {
    color: red;
    font-weight: 700;
}
.wcmp_regi_main .register .wcmp_regi_form_box input[type=email], .wcmp_regi_main .register .wcmp_regi_form_box input[type=file], .wcmp_regi_main .register .wcmp_regi_form_box input[type=password], .wcmp_regi_main .register .wcmp_regi_form_box input[type=text], .wcmp_regi_main .register .wcmp_regi_form_box input[type=url], .wcmp_regi_main .register .wcmp_regi_form_box textarea {
    background: #fff;
    line-height: normal;
}
.order_details ul.wc-item-meta {
    padding-left: 0;
}
.product-name .wc-item-meta .wc-item-meta-label {
    font-weight: 400;
}
.wcmp-non-vendor-notice {
    margin-left: -15px;
    margin-right: -15px;
}
#wcmp-store-conatiner div.wcmp-pagination li {
    height: auto;
    background: transparent;
}
#wcmp-store-conatiner div.wcmp-pagination li>a, #wcmp-store-conatiner div.wcmp-pagination li>span {
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.1);
    padding: 1px 15px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    color: #333;
}
#wcmp-store-conatiner div.wcmp-pagination li>a:hover, #wcmp-store-conatiner div.wcmp-pagination li>a.current, #wcmp-store-conatiner div.wcmp-pagination li>span:hover, #wcmp-store-conatiner div.wcmp-pagination li>span.current {
    background: #6c9d24;
    color: #fff;
    border-color: #6c9d24;
}
#wcmp-store-conatiner div.wcmp-pagination li>span.current {
    padding: 8px 15px;
    line-height: 36px;
}
.main-container-wcmp>.row {
    flex-direction: row-reverse;
}
.main-container-wcmp .archive-shop .page-title {
    margin: 0 0 30px;
    color: #333;
    font-weight: 700;
    padding: 20px 40px;
    background: #fafafa;
    border: 0;
    font-size: 20px;
}
.main-container-wcmp #review_form p.stars+.stars {
    display: none;
}
div.SumoSelect.open>.CaptionCont, div.SumoSelect:focus>.CaptionCont, div.SumoSelect:hover>.CaptionCont {
    border-color: #eee;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.wcmp_regi_main .register .wcmp_regi_form_box input[type="text"], .wcmp_regi_main .register .wcmp_regi_form_box input[type="email"], .wcmp_regi_main .register .wcmp_regi_form_box input[type="password"] {
    padding: 0 15px;
}
.woocommerce a.goto_more_offer_tab.button {
    margin-bottom: 25px;
}
.woocommerce .woocommerce-Tabs-panel--singleproductmultivendor .container, .woocommerce .woocommerce-Tabs-panel--singleproductmultivendor .dokan-dashboard .dokan-dashboard-wrap, .dokan-dashboard .woocommerce .woocommerce-Tabs-panel--singleproductmultivendor .dokan-dashboard-wrap, .woocommerce .woocommerce-Tabs-panel--singleproductmultivendor .dokan-store #main, .dokan-store .woocommerce .woocommerce-Tabs-panel--singleproductmultivendor #main, .woocommerce .woocommerce-Tabs-panel--singleproductmultivendor #wcfm-main-contentainer .wcfm-membership-wrapper, #wcfm-main-contentainer .woocommerce .woocommerce-Tabs-panel--singleproductmultivendor .wcfm-membership-wrapper, .woocommerce .woocommerce-Tabs-panel--singleproductmultivendor .wcfmmp-store-page #wcfmmp-store, .wcfmmp-store-page .woocommerce .woocommerce-Tabs-panel--singleproductmultivendor #wcfmmp-store {
    padding: 0;
}
.woocommerce .woocommerce-Tabs-panel--singleproductmultivendor .container>.row, .woocommerce .woocommerce-Tabs-panel--singleproductmultivendor .dokan-dashboard .dokan-dashboard-wrap>.row, .dokan-dashboard .woocommerce .woocommerce-Tabs-panel--singleproductmultivendor .dokan-dashboard-wrap>.row, .woocommerce .woocommerce-Tabs-panel--singleproductmultivendor .dokan-store #main>.row, .dokan-store .woocommerce .woocommerce-Tabs-panel--singleproductmultivendor #main>.row, .woocommerce .woocommerce-Tabs-panel--singleproductmultivendor #wcfm-main-contentainer .wcfm-membership-wrapper>.row, #wcfm-main-contentainer .woocommerce .woocommerce-Tabs-panel--singleproductmultivendor .wcfm-membership-wrapper>.row, .woocommerce .woocommerce-Tabs-panel--singleproductmultivendor .wcfmmp-store-page #wcfmmp-store>.row, .wcfmmp-store-page .woocommerce .woocommerce-Tabs-panel--singleproductmultivendor #wcfmmp-store>.row {
    margin: 0;
}
.woocommerce .woocommerce-Tabs-panel--singleproductmultivendor .rowsub {
    text-align: center;
}
.woocommerce .woocommerce-Tabs-panel--singleproductmultivendor .woocommerce-Price-amount {
    color: #6c9d24;
    font-weight: 500;
}
.woocommerce .woocommerce-Tabs-panel--singleproductmultivendor .star-rating {
    float: initial;
}
.woocommerce .woocommerce-Tabs-panel--singleproductmultivendor .add-cart {
    display: inline-block;
}
.woocommerce .woocommerce-Tabs-panel--singleproductmultivendor .add-cart a {
    line-height: 36px;
}
.woocommerce .woocommerce-Tabs-panel--singleproductmultivendor .add-cart i {
    line-height: 1;
}
@media(max-width:911px) {
    #main-content .wcmp_regi_main {
    width: 100% !important;
    margin: 0 !important;
    padding: 0 5px;
}
}@media(max-width:991px) and (min-width:769px) {
    #wcmp-store-conatiner .wcmp-store-locator-wrap ~ .wcmp-store-list-wrap {
    margin-left: -15px;
    margin-right: -15px;
}
#wcmp-store-conatiner .wcmp-store-locator-wrap ~ .wcmp-store-list-wrap .wcmp-store-list {
    width: calc(50% - 30px);
    margin: 0 15px 30px;
}
#wcmp-store-conatiner .wcmp-store-locator-wrap ~ .wcmp-store-list-wrap .wcmp-store-list:nth-child(3n+1) {
    margin-left: 15px;
    clear: unset;
}
}
@media(min-width:768px) {
    .main-container-wcmp {
    margin-bottom: 150px;
    margin-top: 15px;
}
}@media(max-width:767px) {
    #wcmp-store-conatiner {
    margin: 0 5px;
}
.main-container-wcmp .archive-shop .page-title {
    display: none;
}
}@media(max-width:480px) {
    #wcmp-store-conatiner .wcmp-store-map-filter>div.wcmp-within, #wcmp-store-conatiner .wcmp-store-map-filter>div.wcmp-distanceSelect {
    margin-left: 0;
}
#wcmp-store-conatiner .wcmp-store-map-filter>div.wcmp-email {
    -webkit-box-flex: 100%;
    -moz-box-flex: 100%;
    -webkit-flex: 100%;
    -ms-flex: 100%;
    flex: 100%;
    margin: 0 0 10px;
}
#wcmp-store-conatiner .wcmp-store-locator-wrap .wcmp-store-map-pagination {
    padding-top: 15px;
    text-align: left;
}
.wcmp_vendor_banner_template.template3 .vendor_description .vendor_img_add {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
}@media screen and (max-width:550px) {
    #wcmp-store-conatiner .wcmp-store-list-wrap .wcmp-store-list {
    width: 100%}
}.sold-by-meta.sold-wcmp {
    margin-bottom: 5px;
}
@media(max-width:600px) {
    .woocommerce-order .woocommerce-order-details .star-rating {
    float: left;
    margin-top: 15px;
    width: 100%}
}
@media screen and (max-width:550px) {
    #wcmp-store-conatiner .wcmp-store-map-filter>div.wcmp-inp-wrap {
    margin-left: 0;
    margin-right: 0;
    -webkit-box-flex: 100%;
    -moz-box-flex: 100%;
    -webkit-flex: 100%;
    -ms-flex: 100%;
    flex: 100%}
}@media(min-width:320px) and (max-width:767px) {
    .wcmp_bannersec_start {
    margin: 15px;
}
#wcmp-store-conatiner .wcmp-store-locator-wrap ~ .wcmp-store-list-wrap {
    padding: 0 15px;
}
}@media(min-width:320px) and (max-width:768px) {
    .wcmp-theme02 div.wcmp-bannerright {
    margin-top: 16px;
}
.wcmp_social_profile {
    left: 15px;
    right: auto;
}
div.wcmp_bannersec_start .wcmp_vendor_rating * {
    color: #333;
}
.wcmp_bannersec_start.wcmp-theme01 .description_data p {
    text-align: left;
}
}#wcmp-store-conatiner form[name=vendor_list_form] .wcmp-store-map-filter {
    padding: 20px;
    background: #c6c6c6;
    overflow: hidden;
    border-top: 1px solid #fff;
}
#wcmp-store-conatiner .wcmp-store-locator-wrap ~ .wcmp-store-list-wrap {
    margin-left: -15px;
    margin-right: -15px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
#wcmp-store-conatiner .wcmp-store-locator-wrap ~ .wcmp-store-list-wrap .wcmp-store-list {
    width: calc(33.3333% - 30px);
    margin: 0 15px 30px;
}
#wcmp-store-conatiner .wcmp-store-locator-wrap ~ .wcmp-store-list-wrap .wcmp-store-list:nth-child(3n+1) {
    margin-left: 15px;
    clear: unset;
}
#wcmp-store-conatiner .wcmp-store-list-wrap.list-3 .wcmp-store-list.wcmp-store-list-vendor:nth-child(3n+1) {
    margin-left: 15px;
}
#wcmp-store-conatiner .wcmp-rating-block {
    margin: 0;
}
#wcmp-store-conatiner .wcmp-rating-block .wcmp_rating_wrap .star-rating {
    width: 85px;
}
#wcmp-store-conatiner .wcmp-rating-block .wcmp_rating_wrap .star-rating span:before {
    font-size: 14px;
    color: #ffc02a;
}
#wcmp-store-conatiner div.wcmp-store-map-pagination {
    padding: 15px 0 20px;
}
body.tax-dc_vendor_shop {
    background-color: #fff;
}
.wcmp_bannersec_start {
    border: 1px solid #e8e8e8;
    padding-bottom: 22px;
    margin-bottom: 34px;
}
.wcmp_bannersec_start .wcmp_vendor_rating * {
    color: white;
}
.wcmp_bannersec_start.wcmp-theme02 .description_data {
    padding: 20px 20px 20px;
}
.wcmp_bannersec_start.wcmp-theme01 .wcmp-banner-area {
    top: 20px;
}
.wcmp_bannersec_start.wcmp-theme01 .wcmp-profile-area {
    margin-right: 10px;
}
.wcmp_bannersec_start.wcmp-theme01 .wcmp_vendor_rating * {
    color: #000;
}
.wcmp_bannersec_start.wcmp-theme01 .wcmp-contact-deatil {
    flex-wrap: wrap;
}
.wcmp_bannersec_start.wcmp-theme01 .wcmp-contact-deatil .wcmp-address {
    margin-bottom: 5px;
}
#custom-register .wcfmmp_become_vendor_link {
    margin-top: 15px;
}
#custom-register .wcfmmp_become_vendor_link a {
    color: #6c9d24;
}
.wcfm-info, .wcfm-success, .wcfm-warning, .wcfm-error, .wcfm-validation, .wcfm-wcfmu {
    padding: 15px;
}
.wcfm_popup_wrapper .wcfm_popup_button:hover, .wcfm_popup_wrapper .wcfm_popup_button:focus {
    border-color: transparent;
    background: var(--tb-theme-color-hover);
}
.wcfm_popup_wrapper label input[type="radio"] {
    margin-right: 5px;
    margin-left: 0;
}
#wcfm-main-contentainer {
    padding-bottom: 200px;
}
#wcfm-main-contentainer .wcfm_membership_thankyou_content_wrapper {
    background: #f5f5f5;
    padding: 10px 15px;
}
#wcfm-main-contentainer .wcfm-membership-wrapper {
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin: auto;
}
#wcfm-main-contentainer .wcfm-membership-wrapper>h2 {
    display: none;
    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: #888;
}
#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;
    line-height: 40px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
    text-transform: uppercase;
    position: relative;
}
#wcfm-main-contentainer .wcfm-membership-wrapper .wcfm_membership_box_head .wcfm_membership_price .amount {
    font-size: 32px;
    font-weight: 600;
    border: 0;
}
#wcfm-main-contentainer .wcfm-membership-wrapper .wcfm_membership_box_head .wcfm_membership_featured_top {
    font-size: 14px;
    padding: 5px 0;
    color: #fff;
    margin-top: -6px;
}
#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 #eee;
    border-bottom: 1px solid #eee;
    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: #fff;
    position: absolute;
    top: 100%;
    left: -1px;
    right: -1px;
    height: 0;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    border: 1px solid #eee;
    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 #eee;
    -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 #eee;
}
#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 20px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
    background: #fff;
    border-top: 1px solid #eee;
    font-weight: 500;
}
#wcfm-main-contentainer .wcfm_membership_element:nth-child(even) {
    background: #f5f5f5;
}
#wcfm-main-contentainer .wcfm_membership_element.wcfm_membership_feature_element {
    font-weight: 600;
    justify-content: unset;
    border-left: 1px solid #eee;
}
#wcfm-main-contentainer .wcfm-membership-wrapper input[type="submit"]:hover, #wcfm-main-contentainer .wcfm-membership-wrapper input[type="submit"]:focus, #wcfm-main-contentainer #wcfm-main-contentainer .wcfm_form_simple_submit_wrapper .wcfm_submit_button:hover, #wcfm-main-contentainer #wcfm-main-contentainer .wcfm_form_simple_submit_wrapper .wcfm_submit_button:focus {
    background: var(--tb-theme-color-hover);
    border-color: var(--tb-theme-color-hover);
    color: #fff;
}
#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: 1px 30px !important;
    margin-left: 10px;
    margin-right: 0;
    float: left;
}
#wcfm-main-contentainer .wcfm_form_simple_submit_wrapper .wcfm_submit_button:hover, #wcfm-main-contentainer .wcfm_form_simple_submit_wrapper .wcfm_submit_button:focus {
    background: var(--tb-theme-color-hover);
    border-color: var(--tb-theme-color-hover);
    color: #fff;
}
#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: #eee !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;
}
#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 a.wcfm_catalog_enquiry {
    line-height: 40px;
    padding: 0 20px;
    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-color: #ddd !important;
    background: #eee !important;
    color: #000 !important;
}
.singular-shop a.wcfm_catalog_enquiry:hover {
    border-color: #ddd !important;
    background: #e5e5e5 !important;
    color: #000 !important;
}
.singular-shop .woocommerce-product-details__short-description+.wcfm-clearfix+.wcfmmp_sold_by_container_advanced {
    margin: 0;
}
.singular-shop .cart+.product_meta #greenmart-wcfm-info-vendor-wrapper {
    margin: 0 0 30px;
}
#greenmart-wcfm-info-vendor-wrapper {
    padding: 10px 20px;
    margin: 10px 0;
    background: #f5f5f5;
    display: inline-block;
}
#greenmart-wcfm-info-vendor-wrapper.has-wcfm-enquiry {
    padding: 10px 20px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
}
#greenmart-wcfm-info-vendor-wrapper .wcfmmp_sold_by_container_advanced, #greenmart-wcfm-info-vendor-wrapper .wcfmmp_sold_by_container {
    padding: 0 0 0 50px;
    background: transparent;
}
#greenmart-wcfm-info-vendor-wrapper .wcfmmp_sold_by_container_advanced .wcfmmp_sold_by_container_left, #greenmart-wcfm-info-vendor-wrapper .wcfmmp_sold_by_container .wcfmmp_sold_by_container_left {
    left: 0;
}
#greenmart-wcfm-info-vendor-wrapper .wcfm-clearfix {
    display: none;
}
#greenmart-wcfm-info-vendor-wrapper .wcfm_catalog_enquiry_button_wrapper {
    float: right;
    margin: 0;
}
#greenmart-wcfm-info-vendor-wrapper .wcfm_catalog_enquiry_button_wrapper a.wcfm_catalog_enquiry {
    margin: 0 !important;
}
.wcfmmp_sold_by_container_advanced, .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;
    padding: 10px 0 10px 20px;
    background: #f5f5f5;
    width: 100%}
.wcfmmp_sold_by_container_advanced .wcfmmp_sold_by_logo, .wcfmmp_sold_by_container .wcfmmp_sold_by_logo {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%}
.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;
    top: 50px;
}
.wcfm_policies_heading, .wcfm-enquiries-heading {
    margin: 0 0 15px;
    font-size: 20px;
    line-height: 36px;
    padding: 0 0 10px;
    border-bottom: 1px solid #e5e5e5;
    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_button {
    margin: 0 20px;
    font-family: inherit;
}
#cboxLoadedContent {
    margin: 0;
    border: 0;
    padding: 0;
}
.wcfmmp-store-page #wcfmmp-store {
    padding: 30px 15px;
    -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 {
    height: auto !important;
}
.wcfmmp-store-page #wcfmmp-store .body_area>div.left_sidebar {
    background: white !important;
    border: 0;
    padding: 0;
}
.wcfmmp-store-page #wcfmmp-store .body_area>div.right_side {
    padding: 0;
    padding-left: 30px;
}
.wcfmmp-store-page #wcfmmp-store.wcfm-right .body_area div.right_side {
    padding: 0;
    padding-right: 30px;
}
#wcfmmp-store input[type="text"], #wcfmmp-store input[type="email"] {
    border: 0;
    padding: inherit;
    margin: inherit;
    height: inherit;
}
#wcfmmp-store p {
    line-height: inherit;
}
#wcfmmp-store p.SelectBox {
    padding: 5px 10px;
}
#wcfmmp-store .SumoSelect ul.options {
    padding: 0;
}
#wcfmmp-store .SumoSelect ul.options>li {
    padding: 3px 20px;
}
#wcfmmp-store .widget_categories>ul li {
    padding: 10px 3px 12px;
}
#wcfmmp-store .widget_categories>ul li:first-child {
    padding-top: 3px;
}
#wcfmmp-store ul li {
    padding: 0;
}
#wcfmmp-store .yith-woocompare-widget ul {
    padding: 19px 20px 18px;
    margin-bottom: 17px;
}
#wcfmmp-store #recentcomments>li {
    padding: 10px 0;
}
#wcfmmp-store ins {
    background: transparent;
    color: #6c9d24;
}
#wcfmmp-store del {
    color: #888;
}
#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;
    font-size: 14px;
    position: absolute;
    top: 50%;
    right: 17px;
    transform: translateY(-50%);
    font-size: 18px;
    color: #000;
}
#wcfmmp-store .woocommerce-product-search .search-field {
    width: 100%;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid #eee;
    padding: 0 15px;
}
#wcfmmp-store .sidebar_heading {
    margin-bottom: 0;
}
#wcfmmp-store .sidebar_heading h4 {
    line-height: 26px;
    font-weight: 700;
    margin: 0 0 20px;
    color: #222 !important;
    text-transform: none;
    font-size: 20px;
}
#wcfmmp-store .categories_list ul li {
    background: transparent;
    margin: 0;
    padding: 0;
}
#wcfmmp-store .categories_list ul li a {
    line-height: 33px !important;
}
#wcfmmp-store .categories_list ul li a:hover, #wcfmmp-store .categories_list ul li a:focus {
    color: #6c9d24;
}
#wcfmmp-store .categories_list ul li.parent_cat a {
    font-size: 14px;
}
#wcfmmp-store .product_list_widget .product-block .woocs_price_code, #wcfmmp-store .product_list_widget .product-block .price {
    line-height: inherit;
}
#wcfmmp-store .right_side #tabsWithStyle .tab_links {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #eee;
    margin-bottom: 35px;
}
#wcfmmp-store .right_side #tabsWithStyle .tab_links li {
    margin: 0;
    background: #f5f5f5;
    border: 1px solid #eee !important;
    border-bottom: 0 !important;
}
#wcfmmp-store .right_side #tabsWithStyle .tab_links li:after {
    display: none;
}
#wcfmmp-store .right_side #tabsWithStyle .tab_links li a {
    font-weight: 500;
    letter-spacing: 0;
    line-height: 44px;
    padding: 0 25px;
    font-size: 14px;
}
@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 li {
    padding-left: 90px;
    padding-right: 0;
    line-height: 25px;
}
#wcfmmp-store ul.product_list_widget li img {
    width: 80px;
}
#wcfmmp-store ul.product_list_widget li a {
    margin-bottom: 0;
}
#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 {
    content: "";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-family: "tb-icon"}
#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 {
    width: 72px !important;
}
#wcfmmp-store #wcfm_store_header {
    padding: 0 30px;
    padding-left: 57px;
    margin-bottom: 50px;
    min-height: auto;
}
#wcfmmp-store #wcfm_store_header .wcfmmp-store-rating::before {
    color: #ddd;
    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: 14px;
    position: relative;
}
#wcfmmp-store .header_left {
    margin: 0;
    padding-left: 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: 20px;
    margin: 0;
}
#wcfmmp-store .address {
    width: auto !important;
    padding-top: 15px;
    padding-left: 27px;
}
#wcfmmp-store .address i {
    font-size: 15px;
}
#wcfmmp-store .address p {
    padding: 0;
}
#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: 10px;
}
#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: #888 !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 .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 #eee;
    padding-bottom: 10px;
}
#wcfmmp-store #reviews .add_review input {
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid #eee;
    min-height: 50px;
}
#wcfmmp-store #reviews .add_review button {
    border: 0;
    margin-top: 20px;
}
#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 #eee;
    min-height: 150px;
}
.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"}
.vendor_rating .wcfmmp-store-rating:before, .vendor_rating .wcfmmp-store-rating span:before, .wcfmmp_sold_by_container .wcfmmp-store-rating:before, .wcfmmp_sold_by_container .wcfmmp-store-rating span:before, .wcfmmp_sold_by_container_advanced .wcfmmp-store-rating:before, .wcfmmp_sold_by_container_advanced .wcfmmp-store-rating span:before {
    content: "";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-family: "tb-icon"}
.vendor_rating .wcfmmp-store-rating, .wcfmmp_sold_by_container .wcfmmp-store-rating, .wcfmmp_sold_by_container_advanced .wcfmmp-store-rating {
    width: 72px !important;
}
.vendor_rating .wcfmmp-store-rating:before, .wcfmmp_sold_by_container .wcfmmp-store-rating:before, .wcfmmp_sold_by_container_advanced .wcfmmp-store-rating:before {
    color: #ddd;
    opacity: 1;
    filter: alpha(opacity=100);
}
.woocommerce ul.cart_list li dl dd a.wcfm_dashboard_item_title, a.wcfm_dashboard_item_title {
    color: #888;
    font-weight: 400;
}
.woocommerce ul.cart_list li dl dd a.wcfm_dashboard_item_title:hover, a.wcfm_dashboard_item_title:hover {
    color: #6c9d24;
}
.product-block .wcfmmp_sold_by_container {
    margin: 0;
    padding: 0;
    background: transparent;
}
.product-block .wcfmmp_sold_by_container .wcfmmp-store-rating, .product-block .wcfmmp_sold_by_container img.wcfmmp_sold_by_logo {
    display: none !important;
}
.yith-quick-view-modal .wcfmmp_sold_by_container {
    background: #f5f5f5;
}
.wcfmmp_sold_by_container_advanced, .wcfmmp_sold_by_container {
    margin: 10px 0;
    position: relative;
}
.wcfmmp_sold_by_container_advanced .wcfmmp_sold_by_container_left, .wcfmmp_sold_by_container .wcfmmp_sold_by_container_left {
    margin: 0;
    width: 40px;
    position: absolute;
    left: 20px;
    right: auto;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.wcfmmp_sold_by_container_advanced .wcfmmp_sold_by_label, .wcfmmp_sold_by_container .wcfmmp_sold_by_label {
    font-size: 14px;
    letter-spacing: 0;
    font-style: normal;
    margin: 0;
    text-transform: none;
}
.wcfmmp_sold_by_wrapper {
    font-size: 0;
    margin-bottom: 5px;
}
.wcfmmp_sold_by_wrapper span, .wcfmmp_sold_by_wrapper a {
    color: #888 !important;
    font-size: 14px;
    vertical-align: middle;
    font-weight: normal;
}
.wcfmmp_sold_by_wrapper a:hover {
    color: #6c9d24 !important;
}
.wcfmmp_sold_by_wrapper img.wcfmmp_sold_by_logo {
    vertical-align: middle;
    margin: 0 3px !important;
}
.wcfm-store-list-page.woocommerce nav.woocommerce-pagination ul li {
    border-right: 0;
}
#wcfmmp-stores-wrap ul.wcfmmp-store-wrap li .store-data .wcfmmp-store-rating {
    width: 72px !important;
}
#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: #ddd;
    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: 5px;
}
@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 {
    padding: 10px 15px;
    line-height: 1;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    display: inline-block;
    margin: 0 3px;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.1);
}
#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: #6c9d24;
    background: #6c9d24;
}
.wcfmmp_store_shipping_rules br {
    display: none;
}
#wcfmmp-store p.woocommerce-result-count {
    line-height: 39px;
    padding: 0;
}
#wcfmmp-stores-lists {
    -webkit-box-shadow: none;
    box-shadow: none;
}
#wcfmmp-stores-lists .wcfmmp-store-list-map {
    margin-bottom: 20px;
}
#wcfmmp-stores-lists>.wcfmmp-store-search-form {
    padding: 20px;
    background: #f5f5f5;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
    -webkit-box-shadow: none;
    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: #fff;
    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 {
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    padding-left: 15px;
    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: #eee !important;
}
#wcfmmp-stores-lists .wcfmmp-store-search-form .widget .select2-container, #wcfmmp-stores-lists .wcfmmp-store-search-form .widget #wcfmmp_store_state {
    border-color: #eee !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-search-form .widget #wcfmmp_store_state {
    line-height: 42px;
    height: 42px;
    width: 100%}
#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: 60px 0;
}
#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: #999;
}
#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;
    height: 44px;
    border-color: #eee !important;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
}
#wcfmmp-stores-lists .right_side .wcfmmp-store-lists-sorting .wcfm-woocommerce-ordering select:focus {
    outline: 0;
}
#wcfmmp-stores-lists .right_side ul.wcfmmp-store-wrap {
    margin-left: -15px;
    margin-right: -15px;
}
#wcfmmp-stores-lists .right_side ul.wcfmmp-store-wrap li .store-wrapper {
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid #eee;
}
#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: #2a3344;
}
#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;
    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: 500;
}
#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;
}
#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: 23px 0 6px;
}
#wcfmmp-stores-lists #wcfmmp-stores-wrap ul.wcfmmp-store-wrap li .store-data .store-phone {
    margin-top: 10px;
}
#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 a.wcfm_catalog_enquiry {
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 0;
    margin: 0;
    font-weight: 500;
    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;
}
@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;
}
}
@media(max-width:991px) and (min-width:768px) {
    #wcfmmp-stores-wrap ul.wcfmmp-store-wrap li.wcfmmp-single-store {
    width: 50%}
}@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_box_wrraper {
    border: 1px solid #eee;
    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 #eee;
}
#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 #eee;
}
}@media(max-width:767px) {
    .wcfmmp-store-page #wcfmmp-store {
    padding-top: 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;
}
}@media(max-width:599px) {
    #wcfmmp-store .right_side #tabsWithStyle .tab_links li {
    width: 100%}
}#wcfmmp-store .user_review_area span {
    display: block;
    margin: 0;
    margin-top: 10px;
}
#wcfmmp-store .user_review_text {
    margin-top: 20px;
}
#wcfm-main-contentainer #wcfm_membership_registration_submit.wcfm_form_simple_submit_wrapper input.wcfm_submit_button {
    float: right;
}
#wcfm-main-contentainer #wcfm_membership_registration_submit.wcfm_form_simple_submit_wrapper a.wcfm_submit_button {
    margin-left: 0;
}
#wcfm-main-contentainer .wcfm_membership_review_plan .wcfm_review_plan_title {
    color: #333;
}
.woocommerce .form-row input#apply_for_vendor {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
}
.woocommerce .form-row label[for="apply_for_vendor"] {
    display: inline-block;
    margin: 0;
    margin-left: 5px;
}
.woocommerce .form-row input[name="apply_for_vendor_submit"] {
    min-width: 130px;
    text-transform: uppercase;
}
.wcv-form .control-group .control>input, .wcv-form .control-group .control textarea {
    font-family: var(--tb-text-primary-font);
    border-color: #eee;
    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;
}
.woocommerce p+form .clear+.form-row {
    display: inline-block;
}
.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 a {
    display: inline-block;
    font-weight: 500;
    color: #fff;
    padding: 0 20px;
    line-height: 50px;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}
.wcv-dashboard-navigation ul li a:hover {
    color: #6c9d24;
}
.wcv-dashboard-navigation+hr {
    display: none;
}
.wcv-dashboard-navigation+hr+h2 {
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
}
.wcv-dashboard-navigation ~ h2 {
    font-weight: normal;
    font-size: 25px;
    line-height: 36px;
    margin: 0 0 20px;
}
.dashboard .wcv-dashboard-navigation ~ form label {
    font-weight: 500;
}
.dashboard .wcv-dashboard-navigation ~ form input[type="submit"] {
    margin-left: 5px;
    margin-right: 0;
}
.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: #f5f5f5;
}
table.table-vendor-sales-report a {
    color: #6c9d24;
}
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: #6c9d24;
}
table.table-vendor-sales-report strong, table.table-vendor-sales-report b {
    font-weight: 500;
}
.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 #eee;
}
.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: #6c9d24;
    text-decoration: underline;
}
.shop_settings #main-container form table {
    background: #f5f5f5;
    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: #555;
    margin-bottom: 3px;
}
.shop_settings #main-container form .form-row input {
    margin: 0;
}
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 #eee;
    border-bottom: 1px solid #eee;
    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: #6c9d24;
}
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 #eee;
}
form[name="export_orders"] ~ table.table .order-comments textarea {
    border-color: #eee;
    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;
}
.wcvendors_sold_by_in_loop {
    font-size: 100%;
    color: #777;
    margin-bottom: 4px;
    display: inline-block;
    line-height: 22px;
}
.wcvendors_sold_by_in_loop a {
    color: #333;
    margin-left: 5px;
    margin-right: 0;
}
.wcvendors_sold_by_in_loop a:hover {
    color: #6c9d24;
}
ul.wcv_vendorslist {
    padding: 0;
}
ul.wcv_vendorslist::after {
    display: block;
    clear: both;
    content: ""}
ul.wcv_vendorslist .vendor_list {
    float: left;
    margin: 0 !important;
    width: 20%;
    border: 1px solid #eee;
    border-right: 0;
    border-bottom: 0;
    position: relative;
    padding: 35px;
}
ul.wcv_vendorslist .vendor_list:before {
    content: '';
    background: #eee;
    left: -1px;
    right: -1px;
    bottom: -1px;
    height: 1px;
    position: absolute;
}
ul.wcv_vendorslist .vendor_list:last-child:after {
    content: '';
    background: #eee;
    left: auto;
    right: -1px;
    bottom: 0;
    top: 0;
    width: 1px;
    position: absolute;
}
@media(min-width:992px) {
    ul.wcv_vendorslist .vendor_list: nth-child(5n) {
    border-right: 1px solid #eee;
}
}ul.wcv_vendorslist .vendor_list a {
    display: block;
}
ul.wcv_vendorslist .vendor_list a img {
    margin: 0;
    max-width: 110px;
}
ul.wcv_vendorslist .vendor_list br {
    display: none;
}
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: #6c9d24;
}
.wcvendors-pro-dashboard-wrapper .wcv-navigation ul.menu li.active {
    background: transparent;
}
.wcvendors-pro-dashboard-wrapper .wcv-navigation ul.menu li.active a {
    color: #6c9d24;
}
.wcvendors-pro-dashboard-wrapper a.button:hover, .wcvendors-pro-dashboard-wrapper .wcv-form .control-group .button:hover {
    text-decoration: none;
}
.wcvendors-pro-dashboard-wrapper input#update_button {
    display: block;
}
.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: #000;
}
.wcvendors-pro-dashboard-wrapper h3+hr {
    display: none;
}
.wcvendors-pro-dashboard-wrapper .wcv_reports h3 {
    margin-bottom: 10px;
    border-bottom: 1px solid #eee;
    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 {
    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 #eee;
}
.wcvendors-pro-dashboard-wrapper .wcv-tabs.top .tabs-nav li a {
    padding: 0;
    margin: 0;
    border: 0;
    color: #6c9d24;
}
.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: #6c9d24;
    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: #f5f5f5;
}
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: #6c9d24;
}
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 #ddd;
}
table.wcv-table.wcvendors-table-product .row-actions-product a:first-child {
    border: 0;
    padding-left: 0;
}
table.form-table>thead>tr>th {
    background: #f5f5f5;
}
.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;
    color: #888;
}
.wcv_recent_orders a.button:before {
    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_dashboard_overview {
    margin-bottom: 0 !important;
}
.wcv_dashboard_overview table.wcv-table>tbody>tr>td:first-child {
    background: #f5f5f5;
}
.wcv-form .control-group .control>input.wcv-button:not(#clear_button) {
    width: auto;
    display: block;
}
.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 #eee;
    padding: 8px 15px;
}
.wcv-form .control-group .control .select2-container {
    z-index: 1;
}
.wcv-form input#update_button {
    padding: 0 !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: #6c9d24;
}
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: #eee;
    -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: #eee;
    -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: #888;
    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: red;
}
.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: #f5f5f5;
}
.wcv-store-header.header-modern .meta a {
    color: #000;
}
.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: #6c9d24;
}
.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) and (min-width:768px) {
    ul.wcv_vendorslist .vendor_list {
    width: 25%;
    padding: 30px 10px;
}
ul.wcv_vendorslist .vendor_list:nth-child(4n) {
    border-right: 1px solid #eee;
}
}@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) {
    .pv_paypal_container ~ table {
    display: block;
    overflow-x: auto;
}
.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:767px) and (min-width:480px) {
    ul.wcv_vendorslist .vendor_list {
    width: 33.33%;
    padding: 30px 10px;
}
ul.wcv_vendorslist .vendor_list:nth-child(3n) {
    border-right: 1px solid #eee;
}
}
@media(max-width:479px) {
    ul.wcv_vendorslist .vendor_list {
    width: 50%;
    padding: 30px 10px;
}
ul.wcv_vendorslist .vendor_list:nth-child(2n) {
    border-right: 1px solid #eee;
}
.wcv-opening-hours-wrapper #opening-hours>tr>td:last-child a {
    margin: 0 5px;
}
}.wcv_pagination ul {
    padding: 0;
    list-style-type: none;
    justify-content: center;
    display: flex;
    margin: 30px 0 50px 0;
}
.wcv_pagination ul>li>a, .wcv_pagination ul>li>span {
    padding: 10px 15px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    line-height: 1;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    display: inline-block;
    margin: 0 3px;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}
.wcv_pagination ul>li>a:hover, .wcv_pagination ul>li>a.current, .wcv_pagination ul>li>a:active, .wcv_pagination ul>li>span:hover, .wcv_pagination ul>li>span.current, .wcv_pagination ul>li>span:active {
    background: #6c9d24;
    border-color: #6c9d24;
    color: #fff;
}
.vendor_list a.button {
    margin-top: 20px;
    text-transform: uppercase;
}
.wcv-dashboard-navigation ul>li>a.button {
    text-transform: uppercase;
}
.wcv-dashboard-navigation ~ form input {
    padding: 0 10px;
}
.wcv-dashboard-navigation ~ form input[type="submit"] {
    padding: 0 20px;
    background: #6c9d24;
    color: #fff;
    border-color: #6c9d24;
    font-weight: 500;
}
.wcv-dashboard-navigation ~ form input[type="submit"]:hover {
    border-color: #6c9d24;
    background: #fff;
    color: #6c9d24;
}
label[for="apply_for_vendor"] {
    margin-top: 1rem;
}
.agree-to-terms-container {
    margin-top: -1rem;
}
.pv_paypal_container input {
    padding: 5px 10px;
    border: 1px solid #eee;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    margin-top: 15px;
}
.pv_paypal_container ~ table input, .pv_paypal_container ~ table textarea, .pv_paypal_container ~ div input, .pv_paypal_container ~ div textarea {
    padding: 5px 10px;
    border: 1px solid #eee;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    margin-top: 5px;
}
.woocommerce input[name="vendor_application_submit"] {
    min-width: 170px;
    text-transform: uppercase;
}
#wcv_pro_quick_contact_form input, #wcv_pro_quick_contact_form textarea {
    border: 1px solid #eee;
    padding: 0 10px;
}
#wcv_pro_quick_contact_form textarea {
    width: 100%;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}
.wcv-recent-products-widget .woocommerce-Price-amount {
    color: #6c9d24;
    font-weight: 500;
}
.wcv-recent-products-widget ins {
    text-decoration: none;
}
.wcv-recent-products-widget del .woocommerce-Price-amount {
    color: #333;
}
.wcv-header-container #inner-element {
    background: transparent;
}
.pv_shop_description_container a {
    font-weight: 700;
}
@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%}
}@media(min-width:1200px) {
    #tbay-mobile-menu, .topbar-device-mobile, .footer-device-mobile, .topbar-mobile {
    display: none;
}
.woocommerce div.product .entry-summary .single_add_to_cart_button, .woocommerce div.product .entry-summary .tbay-buy-now {
    min-width: 170px;
}
}@media(min-width:992px) {
    #yith-quick-view-content div.product .entry-summary form.cart .box-quantity {
    display: block;
}
#yith-quick-view-content div.product .entry-summary form.cart div.quantity {
    margin-right: 20px;
    margin-left: 0;
}
#yith-quick-view-content div.product .entry-summary form.cart .woocommerce-grouped-product-list-item div.quantity {
    margin: 0;
}
#yith-quick-view-content div.product .entry-summary .single_add_to_cart_button, #yith-quick-view-content div.product .entry-summary .tbay-buy-now {
    min-width: 120px;
    margin-top: 0;
}
#yith-quick-view-content div.product .entry-summary table.variations+div span.price {
    margin-bottom: 20px;
}
}
@media(max-width:1199px) {
    .horizontal-tabs ul.tabs.wc-tabs.nav.nav-tabs {
    white-space: nowrap;
    overflow-x: auto;
    display: block;
}
.horizontal-tabs ul.tabs.wc-tabs.nav.nav-tabs>li {
    display: inline-block;
}
.search-device .tbay-search-result .autocomplete-suggestions {
    left: 0;
    right: auto;
    top: 100%;
    text-align: center;
    color: #000;
    font-size: 14px;
    background: #fff;
    padding: 0;
    -webkit-box-shadow: 0 3px 30px rgba(0, 0, 0, 0.11);
    box-shadow: 0 3px 30px rgba(0, 0, 0, 0.11);
    border: 0;
    overflow-y: scroll;
    max-height: 300px;
}
.search-device .tbay-search-result .autocomplete-suggestions>.autocomplete-suggestion {
    display: flex;
    padding: 13px 15px;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.search-device .tbay-search-result .autocomplete-suggestions>.autocomplete-suggestion .suggestion-title strong {
    font-weight: 400;
}
.search-device .tbay-search-result .autocomplete-suggestions>.autocomplete-suggestion .suggestion-thumb {
    max-width: 60px;
    margin-right: 10px;
    margin-left: 0;
}
.search-device .tbay-search-result .autocomplete-suggestions>.autocomplete-suggestion .suggestion-group {
    text-align: left;
}
.search-device .tbay-search-result .autocomplete-suggestions>.autocomplete-suggestion .suggestion-title {
    line-height: 20px;
}
.search-device .tbay-search-result .list-header {
    padding: 11px 15px;
    text-align: left;
}
.search-device .tbay-search-result .list-header .count {
    color: #6c9d24;
}
.search-device .tbay-search-result .view-all-products {
    position: absolute;
    right: 15px;
    left: auto;
    top: 15px;
    color: #777;
    font-weight: 600;
}
.search-device .tbay-search-form .form-search-mobile .input-group {
    padding: 0 15px;
    border-top: 1px solid #eee;
}
.form-search-mobile .tbay-search {
    height: 43px;
    padding: 0;
}
.form-search-mobile .button-search:not(.icon) i {
    font-size: 14px;
    line-height: 39px;
}
.greenmart-ajax-search.tbay-loading .button-group:before {
    color: #000;
}
.topbar-device-mobile .search-device .tbay-search-form .tbay-loading i {
    font-size: 0;
}
#tbay-header {
    display: none;
}
.wrapper-container {
    padding-top: 46px;
}
.flex-row-reverse>div.col-xl-3 {
    margin-top: 50px;
}
.topbar-post>.active-mobile {
    display: flex;
    align-items: center;
    width: 30px;
    padding: 0;
}
.topbar-post>.mobile-logo {
    max-width: 30px;
}
.topbar-post>.mobile-logo>a {
    font-size: 21px;
    color: #333;
}
.topbar-post>.topbar-title {
    display: block;
    width: 170px;
    max-width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-top: 10px;
    padding: 0 10px;
    text-align: center;
    font-size: 20px;
    color: #222;
    -webkit-box-flex: 3;
    -moz-box-flex: 3;
    -webkit-flex: 3;
    -ms-flex: 3;
    flex: 3;
    font-weight: 500;
}
}
@media(max-width:782px) {
    .admin-bar .mm-menu.offsetop, .admin-bar #tbay-mobile-menu.tbay-offcanvas, .admin-bar .topbar-device-mobile {
    top: 46px;
}
.admin-bar .wrapper-container {
    top: 46px;
}
}@media(max-width:1199px) and (min-width:783px) {
    .admin-bar .mm-menu.offsetop, .admin-bar #tbay-mobile-menu.tbay-offcanvas, .admin-bar .topbar-device-mobile {
    top: 32px;
}
}@media(min-width:768px) and (max-width:991px) {
    .woocommerce div.product form.cart div.quantity {
    padding: 0 5px;
}
.woocommerce div.product .entry-summary .single_add_to_cart_button, .woocommerce div.product .entry-summary .tbay-buy-now {
    margin-left: 6px;
    margin-right: 0;
    padding: 0 7px;
}
.tbay-body-woocommerce-quantity-mod .groups-button .box-quantity {
    float: none;
    width: max-content;
    margin-bottom: 10px;
}
}@media(min-width:769px) and (max-width:991px) {
    .woocommerce .cross-sells .rating {
    float: left;
}
}@media(min-width:768px) and (max-width:1199px) {
    .elementor-product-v2 div.product-block .groups-button {
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible;
    position: static;
    display: block;
    padding-bottom: 8px;
}
.elementor-product-v2 div.product-block .price {
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible;
    margin-bottom: 10px;
}
.elementor-product-v2 div.product-block .product-content {
    flex-direction: column;
}
.singular-shop div.product .information .cart .box-quantity .title-qty {
    display: none;
}
.woocommerce div.product p.price, .woocommerce div.product span.price {
    width: 50%;
    vertical-align: unset;
}
.woocommerce .cross-sells div.product p.price, .woocommerce .cross-sells div.product span.price {
    width: inherit;
    margin-bottom: 15px;
}
.woocommerce .elementor-product-v2 div.product p.price, .woocommerce .elementor-product-v2 div.product span.price {
    width: 100%}
}
@media(min-width:768px) {
    .woocommerce .woocommerce-MyAccount-navigation {
    width: 20%;
    margin-bottom: 50px;
    float: left;
}
.woocommerce .woocommerce-MyAccount-content {
    width: 80%;
    padding-left: 30px;
    margin-bottom: 40px;
    float: left;
}
#comments {
    padding: 30px;
    border: 1px solid #eee;
    clear: both;
}
.elementor-product-v2 .product-block.grid {
    margin-bottom: 15px;
}
.elementor-product-v2 .product-block.grid .title-cart {
    display: none;
}
.elementor-product-v2 .product-block .add-cart a.loading>i {
    display: none;
}
.elementor-product-v2 .product-block .add-cart a.loading:after {
    margin: 0;
}
.elementor-product-v2 .product-block .add-cart .added+a {
    font-size: 0;
    padding: 0 !important;
}
.elementor-product-v2 .product-block .add-cart .added+a:before {
    position: absolute;
    content: '\e080';
    font-family: 'simple-line-icons';
    width: 100%;
    height: 100%;
    font-size: 12px;
    left: 0;
    top: 0;
    right: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #6c9d24;
    color: #fff;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}
.elementor-product-v2 .product-block .product-content {
    flex-direction: row;
}
.elementor-product-v2 .product-block .block-inner {
    -webkit-box-flex: 2;
    -moz-box-flex: 2;
    -webkit-flex: 2;
    -ms-flex: 2;
    flex: 2;
}
.elementor-product-v2 .product-block .caption {
    -webkit-box-flex: 3;
    -moz-box-flex: 3;
    -webkit-flex: 3;
    -ms-flex: 3;
    flex: 3;
    padding: 15px 15px 0;
    position: relative;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}
.elementor-product-v2 .product-block .rating {
    float: initial;
    margin-bottom: 0;
    width: 100%}
.elementor-product-v2 .product-block .price {
    margin-bottom: 22px;
}
.elementor-product-v2 .product-block .groups-button {
    display: inline-block;
    position: absolute;
    left: 15px;
    right: auto;
    bottom: 7px;
    opacity: 0;
    filter: alpha(opacity=0);
    visibility: hidden;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}
.elementor-product-v2 .product-block .groups-button>div.add-cart {
    position: relative;
    width: 32px;
    height: 32px;
    text-align: center;
    padding: 0;
    float: left;
}
.elementor-product-v2 .product-block .groups-button.grid .groups-button>div.add-cart {
    float: left;
    width: 32px;
    padding: 0;
}
.elementor-product-v2 .product-block:hover .groups-button {
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible;
}
.elementor-product-v2 .product-block:hover .price {
    opacity: 0;
    filter: alpha(opacity=0);
    visibility: hidden;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}
.elementor-product-v3 .product-block.grid .price, .product-count-down .product-block.grid .price {
    margin-bottom: 39px;
}
body .hidden-text-cart-yes .groups-button>div.add-cart>a, body .elementor-product-v2 .product-block .groups-button>div.add-cart>a {
    padding: 0;
    width: 30px;
}
.tbay-element-product-categories-tabs .heading-product-category-tabs ul>li a {
    min-width: 107px;
}
.nav-tabs {
    padding-bottom: 30px;
}
.tbay-post-style-2 .post-grid .entry-content {
    padding: 0 15px 0 0;
}
}@media(min-width:992px) {
    .modal-lg {
    max-width: 900px;
}
}@media(max-width:991px) {
    #tbay-cart-modal .gr-buttons a.checkout {
    margin-top: 20px;
    float: left !important;
}
#yith-quick-view-content div.product form.cart {
    display: flex;
    flex-direction: column;
}
#yith-quick-view-content div.product .entry-summary .tbay-buy-now {
    margin-left: 0;
    margin-top: 10px;
}
.entry-content>p>a>img {
    max-width: calc(50% - 20px);
}
}@media(max-width:1024px) {
    .woocommerce-page table.cart td.actions .pull-right input[type=submit] {
    border-color: #e22a32;
    background: #e22a32;
    color: #fff;
}
}@media(max-width:767px) {
    body.mobile-hidden-footer #tbay-footer {
    display: none !important;
}
body.mobile-hidden-footer #tbay-main-content {
    padding-bottom: 60px;
}
ul.tabs.wc-tabs.nav.nav-tabs {
    white-space: nowrap;
    overflow-x: auto;
    display: block;
}
ul.tabs.wc-tabs.nav.nav-tabs>li {
    display: inline-block;
}
#reviews .reviews-summary .review-summary-total {
    width: 100%}
#reviews .reviews-summary .review-summary-total .review-summary-result {
    margin: auto;
}
#reviews .reviews-summary .review-summary-detal {
    padding: 0;
}
.woocommerce-account .tbay-breadscrumb, .woocommerce-account .page-header {
    display: block;
}
.cart-collaterals .cart_totals .order-total td[data-title="Total"] {
    width: 100%}
.woocommerce div.product .entry-summary .single_add_to_cart_button::before {
    line-height: 50px;
}
.product-block .groups-button, .singular-shop div.product .information .cart .box-quantity {
    display: none;
}
body.tbay-show-cart-mobile .product-block .groups-button {
    display: block;
}
body.tbay-show-quantity-mobile .singular-shop div.product .information .cart .box-quantity {
    display: flex;
}
.input-group .form-control, .tbay-addon-newsletter .input-newletter, .widget-newletter .input-newletter, .input-text, input, .mm-searchfield input, textarea {
    font-size: 16px;
}
.widget .owl-carousel>.slick-arrow, .widget .slider>.slick-arrow {
    top: -27px;
    left: 7px;
}
.widget .owl-carousel>.slick-arrow.slick-next, .widget .slider>.slick-arrow.slick-next {
    left: 52px;
}
#respond p.stars a {
    font-size: 14px;
    margin-right: 0;
}
#respond p.stars a.star-1, #respond p.stars a.star-2, #respond p.stars a.star-3, #respond p.stars a.star-4, #respond p.stars a.star-5 {
    border-right: 0;
}
.woocommerce .woocommerce-message {
    padding-left: 50px;
    padding-right: 21px;
}
.woocommerce .woocommerce-message:before {
    position: absolute;
}
.woocommerce .woocommerce-message .button {
    width: 100%;
    margin-bottom: 10px;
}
.widget.upsells, .widget.related.products {
    padding-top: 16px;
    margin-top: 25px;
}
.singular-shop div.product .information .tbay-social-share, .singular-shop div.product .information .product_meta {
    margin: 10px 0 0;
    padding-top: 10px;
}
.singular-shop div.product .information .product-type-variable .price, .singular-shop div.product .information .product-type-grouped .price {
    font-size: 24px;
}
.row.grid, .display-products.products-grid .row, .products.products-grid .row {
    margin-left: -15px;
    margin-right: -15px;
}
.row.grid>div, .display-products.products-grid .row>div, .products.products-grid .row>div {
    padding-left: 2px;
    padding-right: 2px;
}
.tbay-nav-normal .owl-carousel>.slick-arrow, .tbay-nav-normal .slider>.slick-arrow {
    left: auto;
    right: 0;
}
.tbay-nav-normal .owl-carousel>.slick-arrow.slick-prev, .tbay-nav-normal .slider>.slick-arrow.slick-prev {
    left: 0;
    right: auto;
}
.post-grid, .post-list {
    margin-bottom: 20px;
}
.times>div {
    font-size: 10px;
}
.times>div>span {
    font-size: 12px;
}
.rows-2 .slick-slide>div, .rows-3 .slick-slide>div {
    margin: 0 -8px;
}
.rows-2 .slick-slide>div>.item, .rows-3 .slick-slide>div>.item {
    padding: 0 8px;
    margin-bottom: 15px;
}
.rows-2 .slick-slide>div>.item .product-block, .rows-3 .slick-slide>div>.item .product-block {
    margin: 0;
}
table.compare-list tbody th {
    font-size: 14px;
}
.slick-initialized .slick-slide {
    margin: 0;
    padding: 0 8px;
}
.owl-carousel, .slider, .tbay-element .row.grid {
    margin-left: -8px;
    margin-right: -8px;
}
.owl-carousel:not(.slick-slider)>div, .tbay-element .row.grid>div {
    padding: 0 8px !important;
}
.owl-carousel:not(.slick-slider)>div .testimonials-content, .tbay-element .row.grid>div .testimonials-content {
    margin-bottom: 15px;
}
.nav-tabs {
    padding-bottom: 30px;
}
.product-block.grid {
    margin-bottom: 15px;
}
.product-block.grid .caption {
    padding: 7px;
    max-width: 100%}
.product-block.grid .rating {
    float: inherit;
    margin: 0;
    width: 100%}
.product-block.grid .price {
    margin-bottom: 7px;
}
.product-block .tbay-subtitle {
    margin-bottom: 0;
}
.footer-device-mobile.visible-xxs {
    display: flex;
}
.tbay-element-product-categories-tabs .heading-product-category-tabs ul>li a {
    font-size: 13px;
    padding-bottom: 4px;
    border: 0;
}
.tbay-element-product-categories-tabs .heading-product-category-tabs ul>li a.active {
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #6c9d24;
}
.tbay-element-product-categories-tabs .heading-product-category-tabs ul>li a i {
    font-size: 28px;
}
.tbay-element-product-categories-tabs ul.nav-tabs, .tbay-element-product-tabs ul.nav-tabs {
    display: block;
    overflow-x: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    text-align: left;
    padding-bottom: 5px !important;
    border-bottom: 0;
}
.tbay-element-product-categories-tabs ul.nav-tabs>li, .tbay-element-product-tabs ul.nav-tabs>li {
    padding: 0 6px 5px;
}
.heading-tbay-title {
    font-size: 18px;
}
.feature-style-2 .inner, .feature-style-3 .inner {
    margin-right: 0;
    margin-bottom: 15px;
    width: 100%}
.elementor-product-v2 .product-block .product-content {
    flex-direction: column;
}
.elementor-product-v2 .product-block .groups-button {
    bottom: 0;
    left: 7px;
}
#tbay-cart-modal .gr-buttons {
    display: flex;
    flex-direction: column;
}
.tbay-breadscrumb, .tbay-filter .woocommerce-result-count, .tbay-filter .woocommerce-ordering>span, .page-header {
    display: none;
}
.products.products-list>.row>div {
    width: 100%}
body:not(.tbay-disable-cart-fixed) .singular-shop div.product .information .cart .button, body:not(.tbay-disable-cart-fixed) .singular-shop div.product .information .single_add_to_cart_button.added+a {
    margin: 0;
    position: fixed;
    bottom: 0;
    left: 0;
    right: auto;
    width: 100%;
    padding: 0;
    z-index: 500;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border: 0;
    color: #fff;
    line-height: 44px;
    opacity: 1;
    filter: alpha(opacity=100);
}
body:not(.tbay-disable-cart-fixed) .singular-shop div.product .information .entry-summary.has-buy-now .single_add_to_cart_button {
    width: 125px;
    font-size: 0;
    height: 50px;
    min-width: unset;
    max-width: 125px;
}
body:not(.tbay-disable-cart-fixed) .singular-shop div.product .information .entry-summary.has-buy-now .single_add_to_cart_button:hover {
    color: #fff;
    background: #6c9d24;
}
body:not(.tbay-disable-cart-fixed) .singular-shop div.product .information .entry-summary.has-buy-now .single_add_to_cart_button:hover:before {
    color: #fff;
}
body:not(.tbay-disable-cart-fixed) .singular-shop div.product .information .entry-summary.has-buy-now .tbay-buy-now.button {
    position: fixed;
    z-index: 1000;
    bottom: 0;
    width: calc(100% - 125px);
    left: 0;
    right: auto;
    margin: 0;
    height: 50px;
    line-height: 50px;
    margin-left: 125px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 16px;
    opacity: 1;
    filter: alpha(opacity=100);
}
body:not(.tbay-disable-cart-fixed) .singular-shop div.product .information .entry-summary.has-buy-now .tbay-buy-now.button:hover {
    color: #fff;
    background: #6c9d24;
}
body:not(.tbay-disable-cart-fixed) .singular-shop div.product .information .entry-summary.has-buy-now .tbay-buy-now.button:hover i {
    color: #fff;
}
body:not(.tbay-disable-cart-fixed) div.product .entry-summary .tbay-buy-now::before {
    display: none;
}
body:not(.tbay-disable-cart-fixed) div.product .entry-summary .single_add_to_cart_button.button:after {
    content: "";
    position: absolute;
    right: 0;
    left: auto;
    top: 0;
    width: 1px;
    height: 30px;
    background-color: #fff;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    display: block;
    margin: 0;
}
#add_payment_method .wc-proceed-to-checkout a.checkout-button, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button, .woocommerce-checkout .wc-proceed-to-checkout a.checkout-button, #add_payment_method #payment div.form-row.place-order #place_order, .woocommerce-cart #payment div.form-row.place-order #place_order, .woocommerce-checkout #payment div.form-row.place-order #place_order {
    margin: 0;
    position: fixed;
    bottom: 0;
    left: 0;
    right: auto;
    width: 100%;
    padding: 0;
    z-index: 500;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border: 0;
    color: #fff;
    line-height: 50px;
    opacity: 1;
    filter: alpha(opacity=100);
}
.woocommerce div.product.product-type-grouped form.cart .group_table td.woocommerce-grouped-product-list-item__quantity .add-cart>a, body div.product.product-type-grouped form.cart .group_table td.woocommerce-grouped-product-list-item__quantity .add-cart>a {
    border: 0;
    height: 50px;
}
.singular-shop div.product.product-type-external .information .cart .button {
    position: unset;
}
#main-content {
    padding-top: 10px;
}
h2, .h2 {
    font-size: 24px;
    margin-top: 10px;
}
.woocommerce a.button.loading i {
    display: none;
}
.woocommerce a.button.loading:after {
    position: static;
    margin-left: 5px;
    margin-right: 0;
}
.woocommerce div.product.product-type-grouped form.cart .group_table, .woocommerce div.product body div.product.product-type-grouped form.cart .group_table {
    margin-bottom: 20px;
    padding-bottom: 23px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.woocommerce div.product div.images .flex-control-thumbs {
    padding: 0 25px;
}
.woocommerce div.product div.summary {
    margin-bottom: 10px;
}
.woocommerce div.product .entry-summary p.price, .woocommerce div.product .entry-summary span.price {
    font-size: 24px;
}
.woocommerce div.product .entry-summary p.price ins, .woocommerce div.product .entry-summary span.price ins {
    font-size: 24px;
}
.woocommerce div.product .entry-summary p.price del, .woocommerce div.product .entry-summary span.price del {
    font-size: 18px;
}
.woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register {
    padding: 10px;
}
.woocommerce form.checkout_coupon p {
    width: 100%}
.woocommerce form.cart {
    padding-top: 10px;
    padding-bottom: 10px;
    border: 0;
}
.woocommerce .woocommerce-tabs ul.wc-tabs li>a {
    text-transform: capitalize;
    color: #888;
}
.woocommerce .woocommerce-tabs ul.wc-tabs li.active a {
    color: #17181a;
}
.woocommerce .cart_totals h2 {
    font-size: 16px;
}
.woocommerce table.woocommerce-checkout-review-order-table tr.order-total, .woocommerce table.shop_table_responsive tr.order-total, .woocommerce-page table.woocommerce-checkout-review-order-table tr.order-total, .woocommerce-page table.shop_table_responsive tr.order-total {
    margin: 0;
    position: fixed;
    bottom: 44px;
    left: 0;
    width: 100%;
    z-index: 500;
    padding: 0;
    background: #fff;
    border-top: 1px solid rgba(0, 0, 0, 0.09);
    display: flex;
    justify-content: space-between;
}
.woocommerce table.woocommerce-checkout-review-order-table tr.order-total th, .woocommerce table.woocommerce-checkout-review-order-table tr.order-total td, .woocommerce table.shop_table_responsive tr.order-total th, .woocommerce table.shop_table_responsive tr.order-total td, .woocommerce-page table.woocommerce-checkout-review-order-table tr.order-total th, .woocommerce-page table.woocommerce-checkout-review-order-table tr.order-total td, .woocommerce-page table.shop_table_responsive tr.order-total th, .woocommerce-page table.shop_table_responsive tr.order-total td {
    border: 0;
    padding-top: 11px;
    padding-bottom: 11px;
    background: #fff;
}
.tbay-to-top.active, .tbay-to-top {
    display: none !important;
}
.entry-single .entry-title {
    font-size: 20px;
    line-height: 26px;
}
.post .entry-date {
    font-size: 12px;
}
.post-navigation {
    padding: 10px 0;
    margin-bottom: 15px;
}
.post-navigation .nav-links>div.nav-next {
    text-align: left;
}
#comments .comments-title {
    font-size: 24px;
}
.style-grid .post .entry-title, .related-posts .post .entry-title {
    font-size: 18px;
    line-height: 26px;
}
.post-grid .entry-content, .post-list .entry-content {
    padding: 0 10px 10px;
}
.post-grid .entry-title, .post-list .entry-title {
    padding: 15px 10px;
}
.related-posts {
    padding: 0;
}
.sidebar ul.product_list_widget>li, .elementor-widget-sidebar>.elementor-widget-container ul.product_list_widget>li {
    margin-bottom: 5px;
}
.sidebar:not(:first-child) .widget-title, .elementor-widget-sidebar>.elementor-widget-container:not(:first-child) .widget-title {
    padding-top: 8px;
    margin-bottom: 8px;
}
.wpcf7-form-control {
    width: 100%}
.widget.upsells.cross-sells.products .widget-title, .widget.related.products.cross-sells.products .widget-title {
    font-size: 16px;
    margin-bottom: 50px;
    margin-top: 0;
}
.woocommerce-cart-form .table-responsive {
    border-color: transparent;
}
#add_payment_method .wc-proceed-to-checkout a.checkout-button, #add_payment_method #payment div.form-row.place-order #place_order, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button, .woocommerce-cart #payment div.form-row.place-order #place_order, .woocommerce-checkout .wc-proceed-to-checkout a.checkout-button, .woocommerce-checkout #payment div.form-row.place-order #place_order {
    line-height: 44px;
}
#add_payment_method .wc-proceed-to-checkout a.checkout-button:hover, #add_payment_method .wc-proceed-to-checkout a.checkout-button:focus, #add_payment_method #payment div.form-row.place-order #place_order:hover, #add_payment_method #payment div.form-row.place-order #place_order:focus, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button:focus, .woocommerce-cart #payment div.form-row.place-order #place_order:hover, .woocommerce-cart #payment div.form-row.place-order #place_order:focus, .woocommerce-checkout .wc-proceed-to-checkout a.checkout-button:hover, .woocommerce-checkout .wc-proceed-to-checkout a.checkout-button:focus, .woocommerce-checkout #payment div.form-row.place-order #place_order:hover, .woocommerce-checkout #payment div.form-row.place-order #place_order:focus {
    background: #6c9d24;
    color: #fff;
}
#add_payment_method .wc-proceed-to-checkout a.checkout-button:hover:after, #add_payment_method .wc-proceed-to-checkout a.checkout-button:focus:after, #add_payment_method #payment div.form-row.place-order #place_order:hover:after, #add_payment_method #payment div.form-row.place-order #place_order:focus:after, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover:after, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button:focus:after, .woocommerce-cart #payment div.form-row.place-order #place_order:hover:after, .woocommerce-cart #payment div.form-row.place-order #place_order:focus:after, .woocommerce-checkout .wc-proceed-to-checkout a.checkout-button:hover:after, .woocommerce-checkout .wc-proceed-to-checkout a.checkout-button:focus:after, .woocommerce-checkout #payment div.form-row.place-order #place_order:hover:after, .woocommerce-checkout #payment div.form-row.place-order #place_order:focus:after {
    color: #fff;
}
.tbay-body-woocommerce-quantity-mod .groups-button .box-quantity {
    margin-bottom: 10px;
}
}@media(max-width:782px) {
    html body.admin-bar.yith-woocompare-popup {
    top: 0 !important;
}
}@media(min-width:576px) and (max-width:767px) {
    .container, .dokan-dashboard .dokan-dashboard-wrap, .dokan-store #main, #wcfm-main-contentainer .wcfm-membership-wrapper, .wcfmmp-store-page #wcfmmp-store {
    max-width: 100%}
}@media(max-width:480px) {
    .products.products-list>.row>div .caption .groups-button>.add-cart {
    margin-right: 5px;
    margin-left: 0;
}
.woocommerce div.product .entry-summary .single_add_to_cart_button, .woocommerce div.product .entry-summary .tbay-buy-now {
    width: 100%;
    margin-left: 0;
    margin-top: 15px;
}
.product-block .groups-button>div:not(.box-quantity) {
    margin-right: 0;
}
.woocommerce-order-received .woocommerce-order .woocommerce-thankyou-order-details {
    display: block;
    white-space: normal;
    padding: 0;
}
.woocommerce-order-received .woocommerce-order .woocommerce-thankyou-order-details>li {
    display: block;
    padding: 5px 15px;
    border: 0;
    margin: 0;
    border-bottom: 1px dashed #d3ced2;
    width: 100%}
.woocommerce-order-received .woocommerce-order .woocommerce-thankyou-order-details>li:last-child {
    border: 0;
}
}@media(max-width:600px) {
    .admin-bar .topbar-device-mobile {
    top: 0;
}
.admin-bar .topbar-device-mobile.active {
    top: 46px;
}
.woocommerce #content table.cart td.actions .coupon, .woocommerce table.cart td.actions .coupon, .woocommerce table.cart td.actions .coupon input, .woocommerce-page #content table.cart td.actions .coupon, .woocommerce-page table.cart td.actions .coupon, .woocommerce-page table.cart td.actions .coupon input {
    width: 100%}
.woocommerce #content table.cart td.actions .coupon+.pull-right, .woocommerce table.cart td.actions .coupon+.pull-right, .woocommerce table.cart td.actions .coupon input+.pull-right, .woocommerce-page #content table.cart td.actions .coupon+.pull-right, .woocommerce-page table.cart td.actions .coupon+.pull-right, .woocommerce-page table.cart td.actions .coupon input+.pull-right {
    width: 100%;
    padding: 0;
}
.woocommerce #content table.cart td.actions .coupon+.pull-right input, .woocommerce table.cart td.actions .coupon+.pull-right input, .woocommerce table.cart td.actions .coupon input+.pull-right input, .woocommerce-page #content table.cart td.actions .coupon+.pull-right input, .woocommerce-page table.cart td.actions .coupon+.pull-right input, .woocommerce-page table.cart td.actions .coupon input+.pull-right input {
    width: 100%}
.woocommerce-cart table.cart td.actions .coupon .input-text {
    width: 100%;
    margin-bottom: 7px;
}
.woocommerce div.product.product-type-grouped form.cart .group_table tr, body div.product.product-type-grouped form.cart .group_table tr {
    display: table-row;
}
.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: unset;
    -moz-box-flex: unset;
    -webkit-flex: unset;
    -ms-flex: unset;
    flex: unset;
    width: auto;
}
.woocommerce div.product.product-type-grouped form.cart .group_table td .title-qty, body div.product.product-type-grouped form.cart .group_table td .title-qty {
    display: none;
}
.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 {
    min-width: 125px;
}
.woocommerce div.product.product-type-grouped form.cart .group_table td.woocommerce-grouped-product-list-item__price, .woocommerce div.product.product-type-grouped form.cart .group_table td.woocommerce-grouped-product-list-item__label, body 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__label {
    width: 100%;
    display: inline-block;
}
.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 {
    margin-bottom: 20px;
}
}@media(min-width:481px) and (max-width:600px) {
    .woocommerce div.product .entry-summary .single_add_to_cart_button, .woocommerce div.product .entry-summary .tbay-buy-now {
    margin-left: 10px;
    margin-right: 0;
}
}@media(max-width:768px) {
    .woocommerce table.shop_table.cart dl.variation {
    justify-content: flex-start;
}
}
@media(max-width:375px) {
    .product-block .groups-button .title-cart {
    text-transform: capitalize;
}
.product-block .groups-button>div:not(.box-quantity).add-cart>a {
    padding: 0 8px;
}
.product-block .groups-button>div.add-cart {
    width: 100%}
}@media(max-width:767px) {
    .product-block.v1 {
    padding: 15px;
    max-width: 100%}
.product-block.v1 .name {
    margin: 0;
    line-height: 20px;
    max-width: 100%;
    margin-bottom: 5px;
    text-align: center;
}
.product-block.v1 .block-inner {
    max-width: 100%;
    position: static;
}
.product-block.v1 ul.show-brand {
    padding-bottom: 7px;
    text-align: center;
}
.product-block.v1 .caption {
    padding: 17px 0 0;
    max-width: 100%}
.product-block.v1 .button-wishlist.shown-mobile {
    display: block !important;
    position: absolute;
    top: 15px;
    right: 15px;
    left: auto;
    width: auto !important;
    z-index: 99;
}
.product-block.v1 .button-wishlist.shown-mobile>div a {
    border: 0;
    text-align: center;
    background: transparent;
}
.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 .yith-wcwl-wishlistaddedbrowse a, .product-block.v1 .button-wishlist.shown-mobile>div .yith-wcwl-wishlistexistsbrowse a {
    color: #6c9d24;
}
.product-block.v1 .button-wishlist.shown-mobile .yith-wcwl-add-to-wishlist>div.yith-wcwl-add-button a {
    color: #999;
}
.product-block.v1 .button-wishlist.shown-mobile .yith-wcwl-add-to-wishlist>div.yith-wcwl-add-button a>span>i {
    line-height: 33px;
}
.product-block.vertical-v1 {
    padding: 15px 0;
    border: 0 !important;
}
.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 #eee;
}
.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-block.vertical-v1 .caption>.rating {
    justify-content: flex-start;
}
.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;
}
}div.wp-block-themepunch-revslider {
    margin-top: 0;
}
.single-product #elementor-lightbox-slideshow-single-img {
    display: none !important;
}
#nav-cover {
    z-index: 1000;
}
.category-inside-content {
    z-index: 999;
}
#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%}
.tbay_custom_menu.treeview-menu .sub-menu {
    display: none;
}
@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;
}
.wpml-ls-menu-item .wpml-ls-flag+span {
    display: inline-block;
    line-height: 1;
    vertical-align: middle;
    padding: 0;
}
.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: #6c9d24;
}
.dropdown-html-placeholder {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(255, 255, 255, 0.6);
}
.tbay-offcanvas.load-ajax .tbay-offcanvas-body>nav {
    height: 100%;
    position: relative;
    opacity: .6;
    filter: alpha(opacity=60);
}
.tbay-offcanvas.load-ajax .tbay-offcanvas-body>nav:after {
    content: "";
    z-index: 2;
    position: absolute;
    border: 2px solid #ddd;
    border-radius: 100%;
    height: 40px;
    width: 40px;
    top: 150px;
    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: #6c9d24;
}
.tbay-product-categories-tabs-ajax .tbay-addon-content.load-ajax, .tbay-product-tabs-ajax .tbay-addon-content.load-ajax {
    position: relative;
    opacity: .6;
    filter: alpha(opacity=60);
}
.tbay-product-categories-tabs-ajax .tbay-addon-content.load-ajax:after, .tbay-product-tabs-ajax .tbay-addon-content.load-ajax:after {
    content: "";
    z-index: 2;
    position: absolute;
    top: 150px;
    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: #6c9d24;
}
.tbay-product-categories-tabs-ajax .tbay-addon-content.load-ajax>.tab-pane.current, .tbay-product-tabs-ajax .tbay-addon-content.load-ajax>.tab-pane.current {
    display: block;
    opacity: 0 !important;
    filter: alpha(opacity=0) !important;
}
.tbay-product-categories-tabs-ajax .tbay-addon-content.load-ajax>.tab-pane.show, .tbay-product-tabs-ajax .tbay-addon-content.load-ajax>.tab-pane.show {
    display: none !important;
}
@media(min-width:768px) {
    .elementor-product-v2 .tbay-element-product-categories-tabs .tbay-addon-content.load-ajax: after, .elementor-product-v2 .tbay-product-ajax-tabs .tbay-addon-content.load-ajax:after {
    top: 40%}
}
.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: #6c9d24;
}
.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: #6c9d24;
}
.greenmart-social-links a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    color: #fff !important;
    background-color: #1b4e9b;
    margin: 0 5px;
    display: inline-block;
    text-align: center;
    font-size: 20px;
}
.greenmart-social-links a:first-child {
    margin-left: 0;
}
.greenmart-social-links a.share-linkedin {
    background-color: #026fac;
}
.greenmart-social-links a.share-pinterest {
    background-color: #c51f26;
}
.greenmart-social-links a.share-twitter {
    background-color: #1c9deb;
}
.greenmart-social-links a.share-whatsapp {
    background-color: #57f676;
}
.greenmart-social-links a.share-email {
    background-color: #d44f42;
}
@media(max-width:767px) {
    .greenmart-social-links a {
    font-size: 16px;
    width: 30px;
    height: 30px;
    line-height: 30px;
}
}.singular-shop .information .greenmart-social-links {
    margin-bottom: 17px;
}
@media(max-width:767px) {
    .singular-shop .information .greenmart-social-links {
    margin-top: 15px;
}
}.singular-shop .information .product_meta+.greenmart-social-links {
    margin-top: -10px;
    margin-bottom: 0;
}
@media(max-width:767px) {
    .singular-shop .information .product_meta+.greenmart-social-links {
    margin-bottom: 30px;
}
}