/*
Theme Name:   Xstore Child
Theme URI:    http://8theme.com/
Description:  XStore Child Theme
 Author:       8theme
 Author URI:   http://8theme.com
 Template:     xstore
 Version:      1.6.12
 Text Domain:  xstore-child
*/
/* .coupon-israel25 {display: none;} */

.row {
    margin-left: 0px;
    margin-right: 0px;
}
.container .row {
    margin-left: -15px;
    margin-right: -15px;
}

body.rtl .woofc-area .woofc-area-top {
    padding: 0 60px 0 60px;
}
#ms-menu a[href="#cart"] {
    display:none;
}
#openVSButton {
    right:10px !important;
}

::selection {background: #ccc;}
.product-content-image {
    position: relative;
    overflow: hidden;
} 
.content-product .product-image-wrapper {
    direction: inherit !important;
    overflow: visible !important;
}
.content-product .swiper-custom-right,
.content-product .swiper-custom-left {z-index: 999;background: none;color:#000;opacity: 1;visibility:visible;}
.content-product .swiper-custom-right::before,
.content-product .swiper-custom-left::before {font-size: 20px !important;}
.swiper-entry:hover .content-product .swiper-custom-right,
.content-product .swiper-custom-right {left: 0;} 
.swiper-entry:hover .content-product .swiper-custom-left,
.content-product .swiper-custom-left {right: 0;}
.hover-image {
    position: absolute !important;
    top: 0;
    right: 0;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
}
.loop-product-slider .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {margin:0 2px;width: 5px;height: 5px;}
@media only screen and (min-width: 650px) {
    .swiper-vertical-images {
        flex-wrap: wrap;
    }
}
@media (min-width: 922px){
    #floating-consulting-stripe {position: static !important;}
    .product-content-image:hover .hover-image {
        opacity: 1;
    }
}
/* modelviewer */
.modelviewer-wrap {
    height: 100%;
    width: 100%;
    right: 0;
    top: 0;
    pointer-events: none;
}

.modelviewer-wrap.active {
    position: absolute;
    height: calc(100% - 48px);
    width: calc(100% - 15px);
    z-index: 9999;
}

.res-qr,
.res-video,
.res-iframe {display: none;}
.res-qr.active,
.res-video.active,
.res-iframe.active {
    display: block;
    position: absolute;
    height: calc(100% + 5px);
    width: 100%;
    top:0;
    right:0;
    padding-left: 10px;
    z-index: 98;
    border: 0;
}

.res-iframe.active div model-viewer,
.res-iframe.active iframe,
.res-iframe.active img {
    border: 0;
    z-index: 98;
    background: #fff;
    position:absolute;
    top:0;
    left: 100px;
    width:100%;
    height:100%;
}

.res-iframe.active div model-viewer, .res-iframe.active iframe, .res-video.active {
    left: 0;
}

.res-qr.active, .res-video.active {
    background: rgba(255, 255, 255, 0.7);
    display: flex;
    justify-content: center;
    align-items: center;
}
.res-qr.active {
    justify-content: start;
}
.res-qr .res-qr-content, .res-video .res-video-content {
    width: 100%;
    height: 100%;
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    font-weight: 500;
    margin:0;
}
.res-qr .res-qr-content {
    /* padding: 0 10px; */
    width: calc(80% + 10px);
}
.res-qr-content-popup {
    max-height: 100%;
    max-width: 100%;
    background: #fff;
    border-radius: 12px;
    padding: 24px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
}
.res-qr-content-popup-title {
    text-align: center;
    color: #1a1a1a;
    margin: 0;
    font-size: 32px;
    font-weight: 600;
    line-height: 1.3;
    text-align: center;
    margin-bottom: 16px;
    padding: 0 0 8px;
}
.res-qr-content-popup-steps {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 22px;
    height: calc(100% - 50px);
    overflow: auto;
}

.res-qr-content-popup-step {
    box-sizing: border-box;
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    flex-direction: column;
    align-items: center;
    max-width: 310px;
    width: 100%;
    min-height: 480px;
    padding: 24px 16px;
    transition: all .2s;
    display: flex;
    box-shadow: 0 4px 6px -1px #0000001a, 0 2px 4px -1px #0000000f;
}
.res-qr-content-popup-step-title {
    text-align: center;
    color: #1a1a1a;
    margin: 0;
    font-size: 25px;
    font-weight: 600;
    line-height: 1.3;
    margin-bottom: 8px;
}
.res-qr-content-popup-step p {
    text-align: center;
    color: #6b7280;
    margin: 0;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.4;
}
.res-qr-content-popup-step-media {
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    justify-content: center;
    align-items: center;
    width: 276px;
    height: 276px;
    margin: 20px auto;
    display: flex;
}
.res-qr-content-popup-step-media img {
    box-sizing: border-box;
    background: #fff;
    border-radius: 8px;
    justify-content: center;
    align-items: center;
    width: 242px;
    height: 242px;
    padding: 17px;
    display: flex;
    box-shadow: 0 1px 3px #0000001a;
}
.res-video.has-slider .res-video-content {
    width: calc(100% - 60px);
}

.res-video-content .videos {
    width: 100%;
    position: relative;
}
.res-video-content .videos.slick-initialized .slick-slide {display: block;}
.res-video-content .videos .slick-list {
    overflow: hidden;
    width: 100%;
}
.res-video-content .videos .slick-track {
    display: flex;
}
/* .res-video-content .videos .swiper-custom-right,
.res-video-content .videos .swiper-custom-left {
    background-color: inherit;
    color:#000;
    font-weight: bold;
} */
.res-video-content .videos .swiper-custom-right {
    left: -28px;
}

.res-video-content .videos .swiper-custom-left {
    right: -28px;
}

.res-video .res-video-content .video {
    width: 100%;
    position: relative; 
    padding-bottom: 56.25%;
    overflow: hidden;
    max-width: 100%;
    height: auto;
}

/* .res-video .res-video-content iframe {
    width: 100%;
    min-height: 300px;
} */
.res-video .res-video-content .video iframe,
.res-video .res-video-content .video object,
.res-video .res-video-content .video embed { 
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.res-qr .res-qr-content img {
    max-width: 240px;
    height: auto;
}
.modelviewer-wrap .wrap-modelviewer-controls {
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 99;
    top: 0;
}

.modelviewer-controls {
    display: flex;
    bottom: -10px;
    right: 0;
    pointer-events: all;
    z-index: 999999;
    width: 80%;
    justify-content: center;
}

.modelviewer-btn-close {
    position: absolute;
    top: 20px;
    left: 20px;
    border: 1px solid #000;
    border-radius: 50%;
    line-height: 0;
    height: 30px;
    width: 30px;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    background: #fff;
    display: none;
    z-index: 99;
    font-size: 22px;
}
.modelviewer-btn-close.active {
    display: flex;
}
.modelviewer-controls .modelviewer-btn {
    cursor: pointer;
    position: relative;
    text-align: center;
    flex-grow: 1;
    align-items: center;
    border: 1px solid #666;
    border-radius: 30px;
    padding: 3px;
    user-select: none;
    justify-content: center;
    width: 33%;
    max-width: 150px;
    display: flex;
}

.modelviewer-controls .modelviewer-btn a {
    width: 100%;
    text-align: center;
    align-items: center;
    user-select: none;
    justify-content: center;
    display: flex;
}
.modelviewer-controls .modelviewer-btn:not(:last-child) {
    margin-left: 10px;
}
.modelviewer-controls .open-vr, 
.open-ar, 
.res-qr, 
.res-iframe, 
.res-video {
    pointer-events: all;
}
.res-qr, .res-iframe, .res-video {
    display: none;
}

.modelviewer-controls .modelviewer-btn img {}
.modelviewer-controls .modelviewer-btn-text {
    display: block;
    font-size: 12px;
    font-weight: bold;
    color: #000;
}
.modelviewer-controls .modelviewer-btn.active:before {
    content: "\e90a";
    font-family: xstore-icons;
    width: 19px;
    height: 19px;
    border-radius: 50%;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 22x;
    z-index: 999;
    margin-left: 5px;
}
.modelviewer-controls .modelviewer-btn.active img {display: none;}

/* Header / Header top/bottom */
.header-top-strip {
    background: #000;
    color: #fff;
    text-align: center;
    font-size: 16px;
    padding: 5px 0;
    width: 100%;
    overflow: hidden;
}
.header-top-strip a {
    color: #fff;
}
.header-top-strip strong,
.header-top-strip b {
    color: #e2b411;
    font-weight: normal;
}
.header-top-strip p {margin: 0;color:#fff;}
.header-top-strip-slide {width: 100%;}
.header-top-strip-slider:not(.slick-initialized),
.header-top-strip-slider .slick-track {display: flex;}
header.main-header {
    background: #fff;
}

.header-wrapper.header-xstore .menu-wrapper {
    width: auto;
}

.header-wrapper header>.container .container-wrapper {
    padding: 8px 0;
    align-items: inherit;
    justify-content: inherit;
}

.header-wrapper header>.container .container-wrapper>div {
    flex-grow: 1;
    flex-shrink: inherit;
    flex-basis: inherit;
    display: flex;
}

.header-wrapper .menu-wrapper>.menu-main-container>.menu>li>a,
.header-wrapper .menu-wrapper .menu>li>a {
    font-size: 18px;
    color: #000;
    padding: 8px 0;
    margin: 0 10px;
}

.current-menu-item a {
    color:  #000 !important;
}

/* Hedaer top */
header.main-header>.container,
header.main-header .header-top>.container {
    position: relative;
    width: 100%;
    max-width: calc(1920px + 160px);
    padding: 0 80px;
}

.header-top {
    background: #f0f0f0;
}

.header-top .menu-align-left {
    float: left;
}

.header-top .menu-align-left .woofc-menu-item a,
.header-top .menu-align-left .woofc-menu-item .woofc-menu-item-inner {
    display: flex !important;
    align-items: flex-start;
    line-height: 22px;
}

.header-top .menu-align-left .woofc-menu-item .woofc-icon-cart7,
.header-top .menu-align-left .woofc-menu-item .woofc-menu-item-inner:after {
    display: none;
}

.woofc-icon-cart7:before {
    content: url('images/bag.svg');
}
.woofc-menu-item .woofc-menu-item-inner i {width: 22px;}
.header-top .menu-align-left .woofc-menu-item a:before {
    width: 20px;
    margin-right: 0;
    margin-left: 5px;
    content: url('images/bag.svg');

    /* font-family: 'woofc' !important; */
    speak-as: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.header-top .menu-align-left .woofc-menu-item .woofc-menu-item-inner:before {
    margin-left: 5px;
    content: attr(data-count);
    display: block;
    background-color: #e2b411;
    color: #fff;
    font-size: 10px;
    font-weight: 400;
    width: 18px;
    height: 18px;
    line-height: 18px;
    text-align: center;
    border-radius: 50%;
}
.magazaga-menu-item > a {
    font-size: 15px !important;
}

.header-top #menu-menu-left .nav-sublist-dropdown {
    padding: 0;
    right: -10px;
    border: 0;
}

.header-top #menu-menu-left .nav-sublist-dropdown li {
    padding: 0 20px;
}

.header-top #menu-menu-left .nav-sublist-dropdown li a {
    padding: 10px 0;
}

.header-top #menu-menu-left .nav-sublist-dropdown li:not(:last-child) a {
    border-bottom: 1px solid #000;
}

.header-top #menu-menu-left .nav-sublist-dropdown li a {
    color: #000;
}

.header-top #menu-menu-left li:hover>a {
    color: #e2b411;
}

.fast-shipping-container {
    position: relative;
    width: 100%;
}

.fast-shipping {
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 9991;
}
.header-top-tel {position: absolute;right:35px;top:20px;display: none;}
.fast-shipping-mobile {display: none;}
/* Hedaer Bottom */
.header-logo {
    position: absolute;
    bottom: 20px;
    right: 0;
}

.header-logo img {
    max-width: 152px;
}

.header-bottom {
    position: relative !important;
}

.header-bottom .menu-align-center {
    padding-right: 162px;
}

.header-bottom .menu-wrapper .menu>li {
    position: relative;
}

.header-bottom .menu>li:hover>a {
    border-bottom: 1px solid #e2b411;
    padding-bottom: 7px !important;
    transition: inherit;
}
.header-bottom .menu-item-has-children:hover .nav-sublist-dropdown,
.header-bottom .menu-item-has-children:hover .nav-sublist-dropdown li a,
.header-bottom li:hover .nav-sublist-dropdown li a,
.header-bottom .menu-item-has-children:hover .nav-sublist-dropdown li,
.header-bottom li:hover .nav-sublist-dropdown li {
    width: inherit;
    padding: 0;
    border: 0;
    display: block;
}

.header-bottom .menu-item-has-children:hover .nav-sublist-dropdown li a,
.header-bottom li:hover .nav-sublist-dropdown li a {
    padding: 10px 10px 10px 50px;
    margin: 0;
    font-size: 18px;
}

.header-bottom .menu-wrapper .menu li.menu-item-has-children .nav-sublist-dropdown {
    top: 0;
    width: auto;
    padding: 0;
    border: 0;
    top: calc(100% - 8px);
    padding-top: 8px;
    /* height: 270px; */
    height: 295px;
}

.header-bottom .menu-wrapper .menu > li.menu-item-has-children:hover::before {
    content: "";
    background: #fff;
    position: absolute;
    width: 100vw;
    right: -80px;
    top: 100%;
    /* height: 270px; */
    height: 295px;
}

.header-bottom .nav-sublist-dropdown .container {
    position: relative;
    width: auto;
    display: flex;
    flex-direction: row-reverse;
}

.header-bottom .nav-sublist-dropdown .container ul {
    width: auto;
}

.header-bottom .menu-wrapper .menu .container .nav-item-image {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    display: none;
    max-height: 240px;
    width: auto;
    height: auto;
    width: auto;
    height: 100%;
}

.header-bottom .menu-wrapper .menu .container .nav-item-image img {
    width: auto;
    height: auto;
    max-height: 240px;
}

.header-bottom .menu-wrapper .menu .container .nav-item-image-parent {
    position: relative;
}

.header-bottom .menu-wrapper .menu li a span.menu-item-descr {
    display: none;
}

.header-bottom .menu-wrapper .menu .menu-parent-item:hover .nav-sublist-dropdown .nav-item-image-parent,
.header-bottom .menu-wrapper .menu .nav-sublist-dropdown li:hover .nav-item-image,
.header-bottom .menu-wrapper .menu .nav-sublist-dropdown li:hover span.menu-item-descr {
    display: inline-block;
    z-index: 1;
}

.header-bottom .menu-wrapper .menu .nav-sublist-dropdown ul > li.menu-item-has-children,
.header-bottom .menu-wrapper .menu li {
    position: inherit;
}

.header-bottom .menu-wrapper .menu .nav-sublist-dropdown li:hover > a {
    color: #e2b411 !important;
}

.header-bottom .menu-wrapper .menu li.menu-item-has-children .container .nav-item-image,
.header-bottom .menu-wrapper .menu li.menu-item-has-children .container .nav-item-image-parent {
    width: 240px;
    min-width: 240px;
    min-height: 240px;
}

.header-bottom .menu-wrapper .menu li.menu-item-has-children.two-rows-items .container .nav-item-image,
.header-bottom .menu-wrapper .menu li.menu-item-has-children.two-rows-items .container .nav-item-image-parent {
    left: 0;
}

.header-bottom .menu-wrapper .menu li.menu-item-has-children ul {
    /* display: flex;
    flex-direction: column;
    flex-wrap: wrap; */
    /* height: 270px; */
    height: 295px;
    width: auto;
    display: grid;
    grid-auto-flow: column;
    grid-template-rows: repeat(7, auto);
    padding-left:0;
    align-content: start;
}

.header-bottom .menu-wrapper .menu li.menu-item-has-children ul li {
    width: 100%;
}
.online-only-mark > a {position: relative;}
.online-only-mark > a::before {
    content: "";
    background-image: url(./images/online-only.png);
    background-size: auto auto;
    background-repeat: no-repeat;
    display: block;
    position: absolute;
    width: 60px;
    height: 53px;
    top: calc((100% + 8px) * -1);
    right: calc(50% - 30px);
}
.header-xstore.has-countdown .online-only-mark > a::before {
    display: none;
}
.online-only-mark:hover > a::before {
    top: calc((100% + 9px) * -1);
}
#ms-container {
    display: none;
    position: absolute;
    top: 20px;
    left: 100px;
}

.header-bottom .menu-wrapper .menu .nav-sublist-dropdown .nav-sublist {
    position: relative;
    z-index: 999;
}
.header-bottom .menu-wrapper .menu .nav-sublist-dropdown .nav-sublist ul {
    position: absolute;
    right: 0;
    z-index: 999;
    width: 100%;
    display: block;
    top: 0;
}
.header-bottom .menu-wrapper .menu .nav-sublist-dropdown ul > li.menu-item-has-children > a:after {
    display: none;
}
.header-bottom .menu-wrapper .menu .nav-sublist-dropdown ul > li .nav-sublist ul {
    /* position: inherit; */
    top: inherit;
    border: inherit;
    z-index: inherit;
    left: inherit;
    display: block;
    padding: 0;
    margin: 0;
    height: auto;
    /* width: auto !important; */
}
.header-bottom .menu-wrapper .menu .nav-sublist-dropdown ul > li .nav-sublist ul li {
    display: block;
    position: initial;
    /* width: 480px; */
}
.header-bottom .menu-wrapper .menu .nav-sublist-dropdown ul > li .nav-sublist ul li a {
    width: 100%;
}
.header-bottom .menu-wrapper .menu .nav-sublist-dropdown .nav-sublist .nav-item-image {
    display: none !important;
    left: -240px !important;
}
.header-bottom .menu-wrapper .menu .nav-sublist-dropdown .nav-sublist li:hover a .nav-item-image  {
    display: inline-block !important;
}
.header-bottom .menu-wrapper .menu .nav-sublist-dropdown .nav-sublist .nav-item-title {
    width: 240px;
    display: block;
}
/* Header search */
#ajax-search {
    flex-grow: 1;
    position: relative;
    margin-left: 135px;
    margin-right: 20px;
    max-height: 57px
}

#ajax-search input {
    border: 1px solid #ebebeb !important;
    margin-bottom: 0;
}

#ajax-search-results {
    display: none;
    position: absolute;
    z-index: 1000;
    background: white;
    overflow-y: auto;
    right: 0;
    left: 0;
    margin-top: -10px;
}
#ajax-search-results .result-item {
    padding: 7px;
    font-size: 0.9rem;
    font-weight: bold;
}
#ajax-search-results .result-item:last-child {
    border-bottom: none;
}

#ajax-search.active {
    box-shadow: 0 0 20px #bebebe8f;
    border-radius: 20px 20px 0 0;
    padding-bottom: 0;
}

#ajax-search .svg-close {
    display: none;
}

#ajax-search.active .svg-close {
    display: block;
}

#ajax-search.active .svg-search {
    display: none;
}

#ajax-search.active #ajax-search-input {
    border: none !important;
}

#ajax-search.active #ajax-search-results {
    box-shadow: 0 0 20px #bebebe8f;
    border-radius: 0 0 20px 20px;
    overflow: hidden;
    display: block;
    padding-bottom: 15px;
    margin-top: 13px;
}
#ajax-search.active:before {
    content: "";
    border-bottom: 1px solid #ebebeb;
    position: absolute;
    z-index: 10000;
    bottom: 0;
    right: 10px;
    width: calc(100% - 20px);
    height: 1px;
}
#ajax-search.active::after {
    content: "";
    position: absolute;
    bottom: -14px;
    right: 0;
    left: 0;
    height: 24px;
    background: #fff;
    z-index: 9999;
}

#ajax-search > svg {
    position: absolute;
    top: 7px;
    left: 10px;
}

#ajax-search.active > svg{
    top: 9px;
    z-index: 10000;
    cursor: pointer;
}

#ajax-search #search-result-spinner-wrap {
    padding: 20px;
    display: flex;
    justify-content: center;
    padding-bottom: 60px;
}

#ajax-search .spinner {
    width: 50px;
    height: 50px;
    animation: rotate 2s linear infinite;
    transform: rotate(0);
    transform-origin: center center;
    display: inline-block;
    position: absolute;
    left: calc(50% - 25px);
}

#ajax-search .path {
    stroke: #e1ad00; 
    stroke-linecap: round;
    animation: dash 1.5s ease-in-out infinite;
}

#ajax-search .empty-message {
    margin-right: 10px;
}

#ajax-search #category-results {
    padding: 0 10px;
    width: 25%;
}

#ajax-search #category-results .title, #ajax-search #product-results .title {
    font-size: 1.5rem;
    font-weight: bold;
    margin-bottom: 5px;
    color: #121212;
}

#ajax-search-results-list {
    display: flex;
}

#ajax-search #product-results {
    flex-grow: 1;
    width: 75%;
}

#ajax-search #product-results .list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    padding: 10px;
}

#ajax-search #product-results .list a {
    display: flex;
    align-items: start;
}

#ajax-search #product-results .list a img {
    width: 100%;
    max-width: 120px;
    padding-right: 10px;
    flex-grow: 1;
    object-fit: contain;
}
#ajax-search #product-results .list a .textuals {
    width: 100%;
    max-width: calc(100% - 130px);
}
#ajax-search #product-results .list a span {
    font-size: 1rem;
    color: rgba(194, 0, 0, 1);
}

#ajax-search-all-results-link {
    text-align: left;
    float: left;
    margin-left: 10px;
    font-weight: bold;
    display: none;
}

#mobile-search-toggle {
    display: none;
}

@keyframes rotate {
    100% {
        transform: rotate(360deg);
    }
}

@keyframes dash {
    0% {
        stroke-dasharray: 1, 150;
        stroke-dashoffset: 0;
    }
    50% {
        stroke-dasharray: 90, 150;
        stroke-dashoffset: -35;
    }
    100% {
        stroke-dasharray: 90, 150;
        stroke-dashoffset: -124;
    }
}
@media only screen and (max-width: 1400px) {
    .navigation-wrapper .menu-wrapper:first-child > .menu-main-container > .menu > li:first-child > a,
    .container-wrapper > .header-logo + .menu-wrapper > .menu-main-container > .menu > li:first-child > a {padding-left:0;}
    .header-wrapper .menu-wrapper>.menu-main-container>.menu>li>a, .header-wrapper .menu-wrapper .menu>li>a {
        margin: 0 5px;
        font-size: 16px;
    }
    #ajax-search {
        margin-right: 10px;
        margin-left: 125px;
    }
}
@media only screen and (max-width: 1240px) {
    .online-only-mark > a::before {
        display: none;
    }
}
@media only screen and (max-width: 1240px) {
    #ajax-search {
        margin-left:0;
        width: 100px;
    }
    .fast-shipping {
        top: 54px;
    }
}
@media only screen and (max-width: 1016px) {

    .header-wrapper .menu-wrapper>.menu-main-container>.menu>li>a,
    .header-wrapper .menu-wrapper .menu>li>a {
        font-size: 16px;
    }
}

@media only screen and (max-width: 992px) {
    .modelviewer-controls .modelviewer-btn.active:before {
        right: 5px;
    }

    header.main-header {
        padding: 6px 0;
    }
    .header-logo {
        position: inherit;
        bottom: inherit;
        right: inherit;
    }

    .header-logo img {
        margin-bottom: 0 !important;
        max-width: 100px !important;
        display: inline-block;
    }

    .header-wrapper header>.container .container-wrapper {
        padding: 0;
        display: block;
    }

    #ms-container {
        display: block;
        top:inherit;
        bottom: 0; 
        left: 175px;
    }

    .fast-shipping {
        top: 12px;
        /* top: 0; */
        left: 0;
        /* width: 60px; */
        width: 69px;
        height: auto;
    }
    .header-top-tel,
    .fast-shipping-mobile {display: block;}
    .fast-shipping-desktop {display: none;}
    
    body.rtl .woofc-menu-item .woofc-menu-item-inner:after {
        left: 4px;
        top: -13px;
        right: inherit;
    }

    #mobile-search-toggle {
        position: absolute;
        right: 67px;
        top: 19px;
        height: 26px;
        width: 27px;
    }

    #mobile-search-toggle {
        display: block;
    }

    #ajax-search {
        position: absolute;
        left: -14px;
        right: -17px;
        top: 66px;
        background: #fff;
        margin: 0;
        padding: 10px;
        display: none;
        width: calc(100% + 32px);
    }

    #ajax-search input {
        margin-bottom: 0;
    }

    #ajax-search > svg {
        top: 19px;
        left: 19px;
    }

    #ajax-search.active {
        box-shadow: none;
        border-radius: 0;
        padding-bottom: 10px;
    }

    .menu-wrapper {
        display: block !important;
    }

    .menu-wrapper .menu-main-container {
        display: none;
    }
    
    .header-logo {
        justify-content: center;
    }

    header.main-header>.container,
    header.main-header .header-top>.container {
        padding: 0 15px;
    }

    #ms-container {
        left: 100px;
        top: 25px;
        bottom: inherit;
    }
    #ms-container .woocommerce-Price-amount {display: none;}
    #ms-container #ms-menu {margin: 0;}
    body.rtl .woofc-menu-item .woofc-menu-item-inner:after {
        left: 6px;
        top: -15px;
    }
}

/* end */
/* red price */
.price .amount, .cart .amount,
.product-content .price:not(.show-price-desc),
.content-product .price,
.current-menu-item.red-sale a,
.red-sale a {
    color: rgba(194, 0, 0, 1) !important;
}
.price del .amount {
    color: rgba(194, 0, 0, 0.5) !important;
}
/*end red price */
/* countdown */
.wrap-countdown {display: none;height: 100%;position: absolute;top:0;right:calc(50%);transform: translateX(50%);/*right: calc(162px + 90px);*/align-items:center;color:#D20D10;font-weight: bold;font-size: 20px;line-height: 20px;}
.wrap-countdown.active {display:flex;}
.countdown-title {margin-left:10px;}
.simply-countdown{display:flex;flex-direction: row-reverse; align-items:center;justify-content:center;}
.simply-countdown>.simply-section {padding: 0 10px;}
.simply-countdown>.simply-section:not(:first-child) {border-left:1px solid #000;}
.simply-countdown>.simply-section .simply-amount,
.simply-countdown>.simply-section .simply-word{display:block;text-align:center}
.simply-countdown>.simply-section .simply-amount {font-size: 22px;line-height: 22px;}
.simply-countdown>.simply-section .simply-word {font-size: 14px;color:#000;line-height: 14px;}
/* end countdown*/

/* QA */
.qa-container-title {font-size:24px !important;}
.qa-container ul li {list-style: none; font-weight: bold;border-bottom: 1px solid #ccc;padding-bottom:.5em;margin-bottom:.5em;}
.qa-container .question {display:flex;cursor: pointer;align-items: center;}
.qa-container .question::before {content: '';margin-left:5px;transition: transform 0.25s;display: inline-block;width: 0; height: 0; border-top: 5px solid transparent;border-bottom: 5px solid transparent;  border-right: 5px solid #000; }
.qa-container .qa-row.active-animation .question::before { border-right:5px solid #e2b411; transform: rotate(-90deg);}
.qa-container .answer {display:none;font-weight: normal;}
.qa-container .answer .answer-content {padding-top: 20px;display: block;}
.qa-container .qa-row.active .question,
.qa-container .qa-row.active-animation .question {color:#e2b411;}
.qa-container .qa-row.active-animation .answer {display: block;}
/* QA end */

.grecaptcha-badge {
    visibility: hidden;
}
/* Bravo */
.bravo {
    position: relative;
    width: 100%;
    max-width: 160px;
    text-align: center;
    display: inline-block;
}

.section-container-bravo {
    position: relative;
}
.barvo-widget {
    width: 25%;
    position: absolute;
    z-index: 1;
    left:0;
    top: 3.65vw;
    padding-top: 35px;
}
.bravo-product {
    max-width: 120px;
}

.wrap-bravo-and-share {
    display: flex;
    justify-items: center;
}

.wrap-bravo-and-share .product-share {
    margin-left: 20px;
}

.shop-filters .shop-filters-area:empty {
    display: none;
}

@media only screen and (min-width: 768px) {
    .wrap-bravo-and-desc {
        display: flex;
    }

    .wrap-bravo-and-share {
        justify-items: center;
    }

    .wrap-bravo-and-desc .term-description {
        margin-left: 20px;
    }
}

@media only screen and (max-width: 768px) {
    .barvo-widget {
        width: 100%;
        position: inherit;
        z-index: 1;
        left:inherit;
        top: inherit;
        padding-top: 0;
        margin: 0 auto;
    }
    .barvo-widget .bravo {
        display: block;
        margin: 0 auto;
        max-width: 130px;
    }


    .shop-filters.filters-opened,
    .shop-filters {
        display: flex;
        align-items: end;
    }


    .shop-filters .sidebar-widget:last-child {
        margin-bottom: 0;
    }
}
/* local_pickup_description */
#shipping_method li {flex-wrap: wrap;}
#shipping_method li input[type="hidden"] + label {
    width: 100%;
}
.shipping_decription {
    width: calc(100% - 4px);
    display: none;
}
.shipping_decription p {
    font-size: 14px;
}
.woocommerce-terms-and-conditions-wrapper .form-row label {
    font-size: 1.14rem;
}
/* other */
.woocommerce-terms-and-conditions-checkbox-text a {
    color: #e2b411;
}

#floating-consulting-stripe {
    background-color: #000;
    color: #fff;
    text-align: center;
    padding: 5px;
    width: 100%;
    box-sizing: border-box;
}
.swiper-vertical-images #floating-consulting-stripe {
    width: 80%;
}
#floating-consulting-stripe a {
    color: #fff;
    font-weight: bold;
}

.single-product-wide .product-information-inner {
    position: relative;
    z-index: 999;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    padding-left: 80px;
}

.product-information table.variations td.value {
    margin-bottom: 0;
    margin-top: .71em;
}
.product-information table.variations td.label label {
    margin-bottom: 0;
}
ul.st-swatch-size-large {margin:0 !important;padding:0 !important;}
ul.st-swatch-size-large li.type-image,
ul.st-swatch-size-large[data-attribute="pa_legs"] li.type-image {
    cursor: auto;
}

.single-product-wide .product-information-inner .woocommerce-breadcrumb .breadcrumbs {
    margin-top: 0;
}

.single-product-wide .product-information-inner .woocommerce-breadcrumb .breadcrumb a, .single-product-wide .product-information-inner .woocommerce-breadcrumb .breadcrumb span.current {
    color: #231f20 !important;
}

div#custom_html-4 {
    padding: 0px !important;
    border: 0px;
    background: none !important;
    margin: 0px !important;
}

div#custom_html-4::after {
    background-image: none;
}

div#custom_html-4::before {
    background-image: none;
}


h2,
.h2,
h3,
.h3 {
    font-size: 2.15rem;
    font-weight: 700;
    color: #000;
}

body {
    background-repeat: no-repeat;
    background-position-y: calc(100% - 250px);
}

.home-title {
    margin-top: 25px;
}

a {
    color: #000;
}

.product-details {padding-bottom: 0;position: initial;}
.product-details h2 {
    font-weight: normal;
}

.type-projects .content-article.entry-content p {
    margin-bottom: 0 !important;
}

.type-projects .content-article.entry-content a {
    color: #e2b411;
}

.type-projects .content-article.entry-content a:hover {
    text-decoration: underline;
}

.title-bordered:before,
.title-bordered:after,
.vc_general.vc_btn3 span:before,
.vc_general.vc_btn3 span:after,
.et-tabs-wrapper .tabs-nav:before,
.et-tabs-wrapper .tabs-nav:after,
.shop-filters form.searchandfilter ul:before,
.shop-filters form.searchandfilter ul:after,
.etheme-pagination:before,
.etheme-pagination:after,
.col-md-3.sidebar.sidebar-right .widget-title:before,
.col-md-3.sidebar.sidebar-right .widget-title:after,
.sidebar-widget.widget_text:before,
.sidebar-widget.widget_text:after,
.woocommerce-pagination:before,
.woocommerce-pagination:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    right: 0;
    top: 0;
    background-image: url(images/bullet.png);
    background-repeat: repeat-x;
}

ul.st-swatch-size-normal li.type-image {
    cursor: auto;
}

.type-product ul,
.content ul,
.type-product ol,
.content ol {
    cursor: auto;
}

.title-bordered:after,
.vc_general.vc_btn3 span:after,
.read-more:after,
.send-button .send-button-border:after,
.et-tabs-wrapper .tabs-nav:after,
.upload-btn-wrapper:after,
.shop-filters form.searchandfilter ul:after,
.sub-variations:after,
ul.menu-social-icons::after,
.share-post:after,
.etheme-pagination:after,
.nav-side:after,
.col-md-3.sidebar.sidebar-right .widget-title:after,
.sidebar-widget.widget_text:after,
.woocommerce-pagination:after {
    top: auto;
    bottom: 0;
}

.snifim-descr .more-button:after {
    top: auto;
    bottom: 0;
}

.sidebar-widget.widget_text {
    position: relative;
    padding: 20px 0 5px;
}

.tax-projects-category .sidebar h4.widget-title,
.category .sidebar h4.widget-title,
.post-type-archive-projects .sidebar h4.widget-title,
.blog .sidebar h4.widget-title,
.single .sidebar h4.widget-title {
    background: none;
    position: relative;
    padding-top: 10px;
}

.rev-btn span:before,
.rev-btn span:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    right: 0;
    top: 0;
    background-image: url(images/bullet.png);
    background-repeat: repeat-x;
}

.rev-btn span:after {
    top: auto;
    bottom: 0;
}

.vc_general.vc_btn3:before,
.vc_general.vc_btn3:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    right: 0;
    top: 0;
    background-image: url(images/bullet.png);
    background-repeat: repeat-x;
}

.vc_general.vc_btn3:after {
    top: auto;
    bottom: 0;
}

.snifim-descr .more-button:before,
.snifim-descr .more-button:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    right: 0;
    top: 0;
    background-image: url(images/bullet-white.png);
    background-repeat: repeat-x;
    background-color: transparent;
}

.snifim-descr .more-button:after {
    top: auto;
    bottom: 0;
}
body.tax-projects-category h1::after,
body.tax-projects-category h1::before,
body.category h1::after,
body.category h1::before,
body.post-type-archive-projects h1::after,
body.post-type-archive-projects h1::before,
body.blog h1:before,
body.blog h1:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    right: 0;
    top: 0;
    background-image: url(images/bullet.png);
    background-repeat: repeat-x;
}

body.tax-projects-category h1:after,
body.category h1:after,
body.post-type-archive-projects h1:after,
body.blog h1:after
 {
    top: auto;
    bottom: 0;
}

.single-product .content-page {padding-bottom: 0;}
.content-page .post-heading h1:before,
.content-page .post-heading h1:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    right: 0;
    top: 0;
    background-image: url(images/bullet.png);
    background-repeat: repeat-x;
}

.single .content-page .post-heading h1:before,
.single .content-page .post-heading h1:after,
.single .content-page .entry-date {
    background-image: url(images/bullet-white.png);
}

a.sten-reset-loop-variation {
    display: none !important;
}

ul.st-swatch-preview li.type-image span,
.st-item-meta .st-swatch-preview.type-image span,
ul.st-swatch-preview li.type-color span,
.st-item-meta .st-swatch-preview.type-color span,
ul.st-swatch-preview li.type-color:before,
.st-item-meta .st-swatch-preview.type-color:before {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.single ul.st-swatch-preview li.type-image span,
.single .st-item-meta .st-swatch-preview.type-image span,
.single ul.st-swatch-preview li.type-color span,
.single .st-item-meta .st-swatch-preview.type-color span,
.single ul.st-swatch-preview li.type-color:before,
.single .st-item-meta .st-swatch-preview.type-color:before {
    top: 2px;
    bottom: 2px;
    left: 2px;
    right: 2px;
}

.open-360-popup:before {
    content: "";
    background: url(images/360-icon.png);
    width: 76px;
    height: 41px;
}

@media only screen and (max-width: 769px) {
    .open-360-popup:before {
        width: 56px;
        height: 31px;
        background-size: contain;
        background-repeat: no-repeat;
    }
}

.open-360-popup {
    width: 76px;
    height: 41px;
}

.content-page .post-heading h1:after {
    top: auto;
    bottom: 0;
}

body.single.single-etheme_snifim h1:before,
body.single.single-etheme_snifim h1:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    right: 0;
    top: 0;
    background-image: url(images/bullet.png);
    background-repeat: repeat-x;
}

body.single.single-etheme_snifim h1:after {
    top: auto;
    bottom: 0;
}
.swiper-slide.images.woocommerce-product-gallery .woocommerce-product-gallery__image {
    width: 100%;
}
@media (max-width: 768px){
    .single-etheme_snifim .content-article .vc_row {
        display: flex;
        flex-direction: column-reverse;
    }
    .single-etheme_snifim .content-article .wpb_single_image.vc_align_left {
        text-align: right;
    }
    .main-images {
        margin-bottom: 0;
        /* overflow: hidden; */
    }
    .swiper-slide.images.woocommerce-product-gallery {
        padding-top: 100%;
    }
    .swiper-slide.images.woocommerce-product-gallery .woocommerce-product-gallery__image {
        position: absolute;
        top: 0;
        right: 0;
        width: 100%;
    }
}
.page-id-4060 .page-content.sidebar-position-without {
    margin-top: 10px;
}

.page-id-4060 .breadcrumbs {
    display: none;
}

.menu-wrapper .menu>li {
    float: right;
}

.content-page .post-heading h1 {
    position: relative;
    padding: 7px 0 12px;
}

.content-page .entry-date {
    display: block;
    max-width: 550px;
    padding-top: 6px;
    margin-bottom: 2px;
    background-image: url(images/bullet.png);
    background-repeat: repeat-x;
    background-position-y: top;
}

.sidebar h4.widget-title {
    background-image: url(images/bullet.png);
    background-repeat: repeat-x;
    background-position-y: bottom;
    border: none;
}
body.tax-projects-category h1,
body.category h1,
body.post-type-archive-projects h1,
body.blog h1 {
    margin: 4.16VW 0;
    text-align: center;
    padding: 12px 0 7px;
    font-size: 3.125VW;
    color: #000;
    font-weight: 700;
    text-transform: uppercase;
    position: relative;
}

body.single h1 {
    color: #fff;
    font-size: 3.335VW;
    max-width: 550px;
    line-height: 0.85;
}
body.single.custom-sale-template h1{
    color: #222222;
    font-size:2.5714rem !important;
    max-width:initial;
    line-height:1.1;
    font-family: Heebo;
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

body.single.single-etheme_snifim h1 {
    color: #000;
    font-size: 2.6vw;
    line-height: 1;
    position: relative;
    padding: 10px 0;
    margin-bottom: -20px;
}

body.single .page-heading {
    padding: 10px 0 40px;
}

.menu-zaga-word {
    color: #e2b411
}

body.blog .post-categories,
.single .post-categories {
    display: none;
}

article.blog-post time.entry-date {
    font-size: 13px;
    font-weight: 700;
    color: #7f7f7f;
    margin-bottom: 10px;
    display: block;
    background: none;
}

article.content-chess>div .post-data {
    margin-top: -50px;
}

div#breadcrumb {
    font-size: 14px;
    color: #000;
}

div#breadcrumb a {
    color: #909090;
}

.woocommerce-breadcrumb a:last-of-type+.delimeter,
#breadcrumb a:last-of-type+.delimeter,
.bbp-breadcrumb a:last-of-type+.bbp-breadcrumb-sep {
    font-size: 35px !important;
    color: #909090;
    line-height: 12px;
    top: -2px;
    position: relative;
}

.sidebar h4.widget-title {
    font-size: 18px;
    color: #e2b411;
    padding-bottom: 10px;
    margin-bottom: 15px;
}

.sidebar h5 {
    font-size: 14px;
}

.widget_product_categories.sidebar-widget ul li a,
.wpb_widgetised_column .widget_product_categories ul li a,
.sidebar-widget ul li a {
    color: #4e4e4e;
}

.et-mailchimp.dark input[type="submit"] {
    background-color: #000;
    color: #fff;
    border-left: none;
    font-size: 13px;
    border: 1px solid #000;
}

.et-mailchimp {
    max-width: 215px;
}

.sidebar-widget ul.menu>li>a,
.footer-widget ul.menu>li>a,
.widget ul.menu>li>a,
.copyrights-widget ul.menu>li>a,
.sidebar-widget li a,
.footer-widget li a,
.widget li a,
.copyrights-widget li a {
    padding: 4px 0px;
}

.footer-widget .current-menu-item a {
    color: #fff !important;
}

.post>.content-article {
    padding-left: 5.2VW;
}

.post .content-article h2 {
    font-size: 22px;
}

.post .content-article .mpc-row p {
    padding-left: 3.385VW;
}

.header-wrapper {
    z-index: 99999;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.header-logo img.logo-default {
    margin-bottom: -20px;
}

.swiper-custom-right,
.swiper-custom-left {
    background-color: #000;
    color: #fff;
    width: 20px;
}

.single-product-wide .product-images {
    padding-bottom: 80px;
}

.single-product-wide .product-images img:not(.modelviewer-img):not(.custom-label-image) {
    aspect-ratio: 1 / 1;
    max-width: 100vw;
    object-fit: cover;
}

#product-page-mobile-fixed-add-to-cart {
    position: fixed;
    bottom: 0;
    right: 0;
    left: 0;
    background: #EAEAEA;
    padding: 10px 20px;
    align-items: center;
    display: none;
    flex-wrap: wrap;
    z-index: 9999;
}

#product-page-mobile-fixed-add-to-cart > div {
    width: 100%;
    max-width: 100%;
}
#product-page-mobile-fixed-add-to-cart .price {
    width: auto;
    margin-bottom: 0;
    margin-left: 15px;
}

#product-page-mobile-fixed-add-to-cart #floating-add-to-cart-btn, 
#product-page-mobile-fixed-add-to-cart #single_buy_now_button {
    height: 35px;
    line-height: 35px;
    font-weight: bold;
    font-size: 1.1rem;
    width: calc(50% - 5px);
    border-radius: 30px;
    padding: 0 10px;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
}

#product-page-mobile-fixed-add-to-cart #floating-add-to-cart-btn {
    background: #e2b411;
    margin-right: 5px;
}

#product-page-mobile-fixed-add-to-cart #floating-add-to-cart-btn:after {
    content: "";
    background-image: url('images/bag.svg');
    height: 22px;
    width: 25px;
    display: inline-block;
    background-size: cover;
    background-repeat: no-repeat;
    margin-right: 5px;
}

#product-page-mobile-fixed-add-to-cart #single_buy_now_button {
    background-color: #000;
    color: #fff;
    margin-left:5px;
}
#product-page-mobile-fixed-add-to-cart .label-image-banner-wrap {display: none;}
.products-carousel .swiper-entry:not(.swipers-couple-wrapper) .swiper-wrapper {
    background-image: url(images/buller-vertical.png);
    background-repeat: repeat-y;
    background-position-y: top;
    background-position-x: right;
}

#related .swiper-custom-right,
#related .swiper-custom-left,
.related-posts .swiper-custom-right,
.related-posts .swiper-custom-left {
    background: none;
    background-image: none;
}
#related .swiper-custom-right {
    right: -65px;
    left: inherit;
    opacity: 1;
    visibility: visible;
}
#related .swiper-custom-left {
    left: -65px;
    right: inherit;
    opacity: 1;
    visibility: visible;
}

#related .swiper-custom-right:before,
.related-posts .swiper-custom-left:before {
    content: "\e904";
    color: #231f20;
    font-size: 42px;
}

#related .swiper-custom-left:before,
.related-posts .swiper-custom-right:before {
    content: "\e902";
    color: #231f20;
    font-size: 42px;
}
.product-images .swiper-entry .images .swiper-custom-left {
    left: 0 !important;
    right: inherit !important;
}
.product-images .swiper-entry .images .swiper-custom-right {
    right: 0 !important;
    left: inherit !important;
}
.product-images .swiper-entry .images .swiper-custom-left:before,
.product-images .swiper-entry .images .swiper-custom-right:before {
    font-weight: bold;
    font-size: 24px;
}
.product-images .swiper-entry .images .swiper-custom-left:before {
    content: "\e902";
}
.product-images .swiper-entry .images .swiper-custom-right:before {
    content: "\e904";
}
.related-posts .swiper-button-disabled:before,
#related .swiper-button-disabled:before {
    color: #ccc;
}
#related .st-swatch-in-loop ul.st-swatch-preview {
    display: inline-flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    align-items: center;
    margin:4px 0 0;
}
#related .st-swatch-in-loop ul.st-swatch-preview li {
    margin-bottom: 4px;
}

.related-products .ajax-content {display: block;}
/* #related .related-swiper-wrapper {flex-wrap: wrap;} */
.related-products .swiper-slide.related-item {min-width: 25% !important;}
#cart-recommendations .related-products .swiper-slide.related-item {min-width: 50% !important;}
@media (max-width: 1280px) {
    .related-products .swiper-slide.related-item {
        min-width: 33.33% !important;
    }
} 

@media (max-width: 992px) {
    .related-products .swiper-slide.related-item  {
        min-width:50% !important;
    }

    #related .swiper-custom-right {
        right: -5px;
    }
    #related .swiper-custom-left {
        left: -5px;
    }
}
/* .swiper-slide.related-item img {
    transform: inherit !important;
    margin: 0 !important;
} */
/* .related-swiper-wrapper{
    flex-wrap: wrap;
} */
.swiper-slide.related-item a.swiper-slide {
    width: 100% !important;
} 
.post-categories {
    display: none;
}

.home article.blog-post time.entry-date {
    display: none;
}

.home .post .content-article {
    padding-left: 0;
}

.et-footers-wrapper {
    background-color: #000;
}

.footer-bottom {
    background-image: url(images/bullet-white.png);
    background-repeat: repeat-x;
    background-position-y: top;
    padding: 10px 0;
}

.footer-bottom .container {
    border: none;
    padding-top: 0;
}

.footer-bottom ul li a {
    font-size: 11px;
}

.breadcrumbs,
.woocommerce-breadcrumb,
.bbp-breadcrumb {
    margin-top: 20px;
    z-index: 0;
    position: relative;
}

.snifim-filters {
    display: none;
}

.snifim-descr h3 {
    color: #fff
}

.snifim-descr .read-more {
    margin-top: 0px;
    background: #e2b411;
    height: 100%;
    display: inline-block;
    line-height: 1;
    padding: 1px 3px 1px;
    line-height: 1;
    position: relative;
    z-index: 9;
    width: 50px;
    -webkit-transition: all 0.4 ease;
    -o-transition: all 0.4 ease;
    transition: all 0.4 ease;
    display: block;
}

.snifim-descr .more-button {
    position: relative;
    display: block;
    line-height: 1;
    -webkit-transition: all 0.4 ease;
    -o-transition: all 0.4 ease;
    transition: all 0.4 ease;
    width: 20%;
}

.snifim-descr .more-button:hover .read-more {
    width: 100%;
}

.read-more:hover:after,
.read-more:hover:before {
    display: none;
}

.snifim-descr .project-title a {
    font-size: 1.72VW;
    font-weight: 700;
    margin-bottom: 7px;
    display: block;
}

.snifim-image a {
    position: relative;
}

.snifim-image a:before {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
}

.snifim-item-inner:hover .snifim-image img {
    opacity: 1;
}

.ibox-text p {
    margin-bottom: 0;
}

.ibox-block {
    margin-bottom: 10px;
    padding-bottom: 10px;
    position: relative;
    background-image: url(images/bullet.png);
    background-repeat: repeat-x;
    background-position-y: bottom;
}

.ibox-block .ibox-symbol {
    display: inline-block;
    vertical-align: top;
    padding-left: 15px;
    padding-right: 0;
    line-height: 1;
    font-size: 0;
    margin-top: 2px;
}

.ibox-block.custome-service .ibox-symbol {
    margin-top: 25px;
}

.ibox-block .ibox-symbol i,
.ibox-block .ibox-symbol i.icon-image {
    height: auto;
    width: auto;
    min-width: 1px;
    min-height: 1px;
    line-height: 1;
    font-size: 1px;
    font-weight: bold;
}

.ibox-block .ibox-content {
    display: inline-block;
    vertical-align: top;
    line-height: 20px;
    font-size: 16px;
    max-width: 90%;
}

.ibox-block .ibox-content p {
    font-weight: 400;
    color: #4e4e4e;
}

.ibox-block .ibox-content p a {
    color: #4e4e4e;
    text-decoration: none;
}

.single .ibox-block .ibox-content p a {
    color: #e2b411;
    text-decoration: underline;
}

.ibox-block:nth-last-of-type(n+2) p a,
.single .ibox-block:nth-last-of-type(n+2) p a {
    color: #4e4e4e;
    text-decoration: none;
}

.whatsapp-icon-link.ibox-block {
    display: flex;
    align-items: center;
}

.whatsapp-icon-link .ibox-symbol {
    padding-left: 5px;
}

.whatsapp-icon-link.ibox-block:hover .ibox-symbol i.fa-whatsapp,
.whatsapp-icon-link.ibox-block .ibox-symbol i.fa-whatsapp {
    margin-right: -5px;
    color: #fff;
    width: 30px;
    font-size: 20px;
    height: 30px;
    background: #25D366;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    font-weight: normal;
}

.tp-caption.subtitle {
    background-image: url(images/bullet.png);
    background-repeat: repeat-x;
    background-position-y: top;
}

.menu-static-block .wpb_text_column {
    background-image: url(images/bullet.png);
    background-repeat: repeat-x;
    background-position-y: bottom;
    padding-bottom: 5px;
    margin: 0 16px 8px;
}

.et-tab .et-tab-content {
    background-image: url(images/bullet.png);
    background-repeat: repeat-x;
    background-position-y: top;
    margin-top: 22px;
    padding-top: 0;
}

.page-id-4079 .et-tab .et-tab-content {
    background: none;
}

.vc_toggle.vc_toggle_arrow {
    background-image: url(images/bullet.png);
    background-repeat: repeat-x;
    background-position-y: bottom;
}

.vc_toggle_active .vc_toggle_title {
    border: none;
}

.nav-sublist-dropdown .block-container>.vc_row {
    padding-top: 0px;
}

.mega-menus-full-width .menu-wrapper>.menu-main-container .item-design-mega-menu .nav-sublist-dropdown {
    border: none;
}

.header-xstore.fixed {
    position: fixed;
    top: 0;
    background: #fff;
}

.header-xstore .header-logo,
.header-xstore .navbar-header {
    width: auto;
}

.ltr {
    direction: ltr;
}

.rev-btn {
    position: relative;
    padding-right: 55px;
}

.rev-btn:before {
    content: "";
    width: 40px;
    background: url(images/arrow-read-more.png) #000 no-repeat;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    background-size: 30px;
    background-position-y: center;
    background-position-x: 5px;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.rev-btn span {
    padding-right: 55px;
    position: relative;
    display: block;
    height: 100%;
}

.rev-btn:hover:before {
    width: 100%;
    background-position-x: 15px;
}

.rev-btn:hover span {
    color: #fff !important;
}

p.product-slider-sizes {
    font-size: 13px;
    color: #4e4e4e;
}

.title-bordered {
    display: inline-block;
    width: auto;
    position: relative;
    font-size: 42px !important;
}
@media only screen and (max-width: 768px) {
    .title-bordered {
        font-size: 32px !important;
    }
}
.title-bordered.title-bordered--full-width {
    width: 100%;
}

.vc_general.vc_btn3 {
    position: relative !important;
    background: none !important;
    width: 100%;
    display: block !important;
    max-width: 350px;
    padding: 0 !important;
    border: none !important;
}

.vc_general.vc_btn3 span {
    display: block !important;
    width: 100% !important;
    position: relative !important;
}

.vc_general.vc_btn3:before {
    content: "";
    width: 50px;
    background: url(images/arrow-read-more.png) #000 no-repeat;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    background-position: center;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    height: 100%;
}

.vc_general.vc_btn3:hover:before,
.more-button:hover:before {
    width: 100%;
    background-position-x: 15px;
}

.snifim-descr .more-button:hover:before {
    width: 100%;
    background-position-x: 0px;
}

.read-more {
    position: relative;
}

.read-more {
    display: block !important;
}

#menu-main-new-1 .menu-item:before {
    content: "";
    width: 0px;
    position: absolute;
    right: -1px;
    top: 25px;
    bottom: 25px;
    -webkit-transition: width 0.5s ease;
    -o-transition: width 0.5s ease;
    transition: width 0.5s ease;
    background: #000;
}

.fixed #menu-main-new-1 .menu-item:before {
    top: 12px;
    bottom: 12px;
}

#menu-main-new-1 .menu-item:hover:before {
    width: calc(100% + 2px);
}

#menu-main-new-1 .menu-item:hover>a {
    color: #fff;
    border-left: 1px solid #000 !important;
}

#menu-menu-left li:hover a {
    color: #e2b411
}

.et-tabs-wrapper .tabs-nav {
    display: inline-block;
    overflow: hidden;
    width: auto;
    padding: 0;
    position: relative;
    border: none;
    padding: 0 0px 0px 34px;
}

.et-tabs-wrapper .tabs-nav li.et-opened {
    font-weight: 700;
}

.et-tabs-wrapper .tabs-nav li a {

    padding: 10px 20px 8px !important;
    font-size: 16px !important;
}

.et-tabs-wrapper .tabs-nav li.et-opened a {
    border-bottom: 3px solid #e2b411;
}

.prefooter .vc_row {
    margin-right: 0;
    margin-left: 0;
}
.prefooter .sidebar-widget {
    display: block !important;
}

.prefooter .pre-footer-contact {
    background-repeat: no-repeat;
}

.pre-footer-contact .container {
    margin: 0 auto;
}

.pre-footer-contact p {
    font-size: 17px;
    color: #000;
}

.pre-footer-contact .container .mpc-column:last-child .vc_column-inner {
    padding: 0;
}

.et-tab {
    display: none !important;
}

.opened+.et-tab {
    display: block !important;
}

.AllowedMail {
    direction: rtl;
    margin-bottom: 19px;
    position: relative;
    z-index: 1;
}

.select2.select2-container--default .select2-selection--single,
.upload-btn-wrapper .btn,
select,
input[type="text"]:not(.price-input),
input[type="number"],
input[type="email"],
input[type="search"],
input[type="password"],
input[type="tel"],
input[type="url"],
textarea,
textarea.form-control {
    direction: rtl !important;
    background-color: #fff;
    outline: none;
    width: 100%;
    color: #222222;
    font-size: 16px;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin-bottom: 19px;
    line-height: 38px;
    height: 38px;
    direction: rtl;
    border: 1px solid #000;
    border-radius: 20px;
    text-align: right;
    direction: rtl;
}

.select2.select2-container--default .select2-selection--single,
.wpcf7-select {
    background-image: url(images/f-2.png);
    background-repeat: no-repeat;
    background-position: left 10px top 10px;
}
select[multiple], select[size] {
    height: 38px;
    margin-bottom: 0;
    border:0;
}
select[multiple] option {
    margin:0.5rem 0;
}
select[multiple]:focus {
    height: 150px;
    overflow-y: scroll; 
}
.wpcf7-form-control-wrap[data-name="select-where"] {
    border: 1px solid #000;
    border-radius: 20px;
    margin-bottom: 20px;
    display: block;
    overflow: hidden;
}
.select2-container[dir=rtl] .select2-selection--single .select2-selection__rendered {
    margin: 0;
    padding: 0;
    padding-right: 0 !important;
    padding-left: 0 !important;
}

.select2-container--default .select2-search--dropdown .select2-search__field,
.select2.select2-container--default .select2-selection--single {
    margin-bottom: 0;
}
.select2-selection__clear {
    display: block;
    z-index: 10;
}
.select2-dropdown {
    border: 1px solid #000 !important;
    border-top: 0 !important;
    padding-bottom: 20px;
    border-radius: 0 0 20px 20px !important;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    margin: 10px 0
}

.select2-container--default .select2-results__option--highlighted[aria-selected],
.select2-container--default .select2-results__option--highlighted[data-selected] {
    background: #000 !important;
}

select.wpcf7-not-valid,
input[type="text"].wpcf7-not-valid,
input[type="number"].wpcf7-not-valid,
input[type="email"].wpcf7-not-valid,
input[type="search"].wpcf7-not-valid,
input[type="password"].wpcf7-not-valid,
input[type="tel"].wpcf7-not-valid,
input[type="url"].wpcf7-not-valid,
textarea.wpcf7-not-valid,
textarea.form-control.wpcf7-not-valid {
    border: 1px solid #ff0000;
}


.pre-footer-contact select,
.pre-footer-contact input[type="text"],
.pre-footer-contact input[type="number"],
.pre-footer-contact input[type="email"],
.pre-footer-contact input[type="search"],
.pre-footer-contact input[type="password"],
.pre-footer-contact input[type="tel"],
.pre-footer-contact input[type="url"],
.pre-footer-contact textarea,
.pre-footer-contact textarea.form-control {
    background: transparent;
}

.content-product .button.add_to_cart_button,
#place_order,
.checkout-button,
.woofc-area.woofc-style-02 .woofc-area-bot .woofc-action .woofc-action-inner>div a,
.single-product .fixed-content a.send-button-border,
.template-container .template-content .footer a.btn-newsletter,
a.btn-newsletter,
button[type="submit"].single_add_to_cart_button,
form.wpcf7-form .wpcf7-submit,
input[type="submit"] {
    background-color: #e2b411;
    color: #222222;
    display: inline-block;
    text-align: center;
    border: 0;
    font-weight: bold;
    font-size: 1.14rem;
    width: 100%;
    border-radius: 20px !important;
    padding: 0 15px;
    line-height: 38px;
    height: 38px;
}
.content-product .button.add_to_cart_button {
    width: auto;
    line-height: 40px;
    position: initial;
}
.content-product .button.add_to_cart_button:hover {
    background-color: #4c4c4c;
    border-color: #4c4c4c;
    color: #fff;
}
.content-product .footer-product,
.content-product:hover .footer-product {
    opacity: 1;
    transform: inherit;
    position: initial;
    height: inherit;
}
.footer-product .button:before {
    display: none;
}
form.wpcf7-form .wpcf7-submit,
input[type="submit"].wpcf7-submit {
    background-image: url(images/f-1.png);
    background-repeat: no-repeat;
    background-position: left 5px top 5px;
}

.send-button .send-button-border p,
.send-button .send-button-border {
    display: flex;
    flex-direction: column;
}

.send-button .send-button-border p {
    width: 100%;
}

.pre-footer-contact form.wpcf7-form input[type="submit"] {
    width: 50%;
    margin-left: -5px;
}

a.btn-newsletter {
    width: 190px;
}

.template-container .template-content .footer a.btn-newsletter:hover,
a.btn-newsletter:hover {
    color: #fff;
}

button[type="submit"].single_add_to_cart_button {
    width: 188px;
    font-size: 18px;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
}
button[type="submit"].single_add_to_cart_button:before {
    display: none;
}
button[type="submit"].single_add_to_cart_button:after {
    content: "";
    background-image: url('images/bag.svg');
    height: 22px;
    width: 25px;
    display: inline-block;
    background-size: cover;
    background-repeat: no-repeat;
    margin-right: 5px;
}

#place_order,
.checkout-button,
.single-product .fixed-content a.send-button-border {
    padding: 10px 25px;
    width: auto;
    line-height: normal;
    margin-left: 10px;
    height: 100%;
}

#place_order,
.checkout-button {
    width: 100%;
}

div.quantity input[type="number"],
.product-content .variations_button .quantity input[type="number"],
div.quantity span,
.product-content .variations_button .quantity>span {
    border-radius: 0 20px 20px 0;
    height: 38px !important;
    line-height: 38px;
    background: transparent;
    font-weight: bold;
    padding: 0 15px;
    color: #222222;
}

.product-content .variations_button .quantity>span i {
    font-weight: bold;
    color: #222222;
}

div.quantity .plus,
.product-content .variations_button .quantity .plus {
    border-radius: 20px 0 0 20px;
}

div.quantity input[type="number"],
.product-content .variations_button .quantity input[type="number"] {
    border-radius: 0;
    width: 18px;
    padding: 0 10px;
}

div.quantity input[type="number"] {
    margin: 0;
}

textarea.form-control,
textarea {
    height: 152px;
    padding: 0 15px;
    margin-bottom: 13px;
}

.upload-btn-wrapper .btn {
    padding: 0 1.07em;
    margin-bottom: 0;
}

#shipping_address_elevator_field .woocommerce-input-wrapper,
#billing_address_elevator_field .woocommerce-input-wrapper {display: flex;align-items: center;margin-bottom: 19px;height: 38px;}
#shipping_address_elevator_field .woocommerce-input-wrapper input,
#billing_address_elevator_field .woocommerce-input-wrapper input {margin:0;}
#shipping_address_elevator_field .woocommerce-input-wrapper label,
#billing_address_elevator_field .woocommerce-input-wrapper label {margin:0 5px 0 15px;}

.ui-autocomplete {
    max-height: 300px;
    overflow: scroll;
}

.thankYou {
    display: none;
    direction: rtl;
    font-size: 22px;
    color: #000;
    text-align: center;
    padding-top: 20px;
    line-height: 1.2;
}

.thankYou>div {
    max-width: 50%;
    margin: 0 auto;
}

#etheme-static-block-14 .thankYou>div {
    max-width: 100%;
    margin: 0 auto;
}

.thankYou img {
    display: block;
    margin: 0 auto 20px;
}

.thankYou strong {
    display: block;
}

.wpcf7-response-output.wpcf7-display-none.wpcf7-mail-sent-ok {
    display: none !important;
}

span.wpcf7-not-valid-tip {
    display: none !important;
}

div.wpcf7-response-output {
    padding: 0px !important;
    background: none;
    border: none;
    text-align: left;
    color: red;
    direction: rtl;
    text-align: right;
    direction: rtl;
}

form.wpcf7-form .row {
    margin-left: 0px;
    margin-right: 0px;
}

.page-id-4079 form.wpcf7-form .row {
    margin-left: -15px;
    margin-right: -15px;
}

form.wpcf7-form .row .col-md-6 {
    padding-left: 15px;
    padding-right: 15px;
}

.pre-footer-contact form.wpcf7-form .row {
    margin-left: -12px;
    margin-right: -12px;
}

.pre-footer-contact form.wpcf7-form .row .col-md-6 {
    padding-left: 6px;
    padding-right: 6px;
}

footer #text-20 p {
    font-size: 12px;
}

footer #text-20 img {
    margin-bottom: 15px;
}

.footer-widgets {
    padding: 0;
}

.footer-widgets {
    width: 26%;
}

.footer-widgets:first-child {
    width: 29%;
    padding-right: 15px;
}

.footer-widgets:last-child {
    width: 18%;
}

.footer-widgets .etheme_widget_menu {
    width: 40%;
    float: right;
    margin-left: 10%;
}

.footer-widgets .etheme_widget_menu li a {
    font-size: 13px !important;
    line-height: 1;
    display: block !important;
}

footer .mc4wp-form input[type=email] {
    color: #fff;
    border: 1px solid #fff;
    background: transparent;
    font-size: 13px;
    font-weight: 400;
}

footer .mc4wp-form input[type=email]::-webkit-input-placeholder {
    color: #9d9d9d;
}
footer .mc4wp-form input[type=email]::-moz-placeholder {
    color: #9d9d9d;
}
footer .mc4wp-form input[type=email]:-ms-input-placeholder {
    color: #9d9d9d;
}
footer .mc4wp-form input[type=email]:-moz-placeholder {
    color: #9d9d9d;
}

footer .widget_mc4wp_form_widget p.widget-title {
    border: none;
    margin-bottom: 10px;
    padding-bottom: 0;
}

.pre-footer-contact input::-webkit-input-placeholder {
    color: rgba(0, 0, 0, 0.73);
}

.pre-footer-contact input::-moz-placeholder {
    color: rgba(0, 0, 0, 0.73);
}

.pre-footer-contact input:-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.73);
}

.pre-footer-contact input:-moz-placeholder {
    color: rgba(0, 0, 0, 0.73);
}

footer .mc4wp-form-fields {
    position: relative;
}

footer .mc4wp-form-fields input[type="submit"] {
    width: 50px;
    padding: 0;
    line-height: 35px;
    position: absolute;
    top: 0;
    left: 0;
    background: #fff;
    font-weight: 400;
    font-size: 13px;
}

footer #etheme-menu-21 li:first-child a,
footer #etheme-menu-22 li:first-child a {
    font-weight: 700;
}

footer #etheme-menu-23 li a,
footer #etheme-menu-24 li a {
    font-weight: 700;
    font-size: 14px !important;
    line-height: 1.25;
}

.footer {
    padding: 30px 0 0;
}

.footer-bottom .footer-copyrights {
    width: 75%;
}

.footer-bottom .menu-element.horizontal .menu>li>a {
    border-right: none;
}

body:not(.single-product) .content-page, body:not(.single-product) .page-content {
    padding-bottom: 4.5em;
}

.et-follow-buttons {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.et-follow-buttons a {
    font-size: 24px;
}

.footer .widget_mc4wp_form_widget {
    margin-bottom: 0;
}

.footer-bottom p,
.footer-bottom a {
    color: rgba(255, 255, 255, 0.67) !important;
}

.upload-btn-wrapper {
    position: relative;
    overflow: hidden;
    display: block;
    width: 100%;
    margin-bottom: 16px;
}

.btn {
    color: #808080;
    background: url(images/icon-upload.png) transparent no-repeat;
    padding: 8px 20px;
    font-size: 16px;
    font-weight: 400;
    width: 100%;
    border: none;
    text-align: right;
    cursor: pointer;
}

.upload-btn-wrapper span.wpcf7-form-control-wrap {
    font-size: 100px;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    bottom: 0;
    right: 0;
}

div.wpcf7 input[type="file"] {
    cursor: pointer;
    display: block;
    width: 100%;
    height: 100%;
}

.product-images {
    width: 70%;
}

.col-lg-6.col-md-6.col-sm-12.product-images.product-thumbnails-shown {
    width: 55%;
    padding-right: 0;
    padding-bottom: 0;
}

.single-product-wide .product-images .modelviewer-controls img {
    height: 20px;
    margin: 0;
    width: 25px !important;
    object-fit: contain !important;
    margin-left:5px;
}

.single-product-wide .product-images img,
.single-product-wide .carousel-area {
    width: 100%;
}

.product-title-wrap {
    position: relative;
}

.product-title-wrap .product_title {
}

.product-content .title,
.product-content .product_title,
.product-content .product-name {
    font-size: 1.75em;
    margin-bottom: .3em;
    color: #000;
}

.product-content .variations_button {
    display: flex;
    flex-wrap: wrap;
}

.col-lg-6.col-md-6.col-sm-12.product-information {
    width: 45%;
    padding-top: 0;
}

.snifim2 .snifim-item {
    margin-bottom: 30px;
}

.type-product ul,
.content ul,
.type-product ol,
.content ol {
    padding: 0 !important
}
.pswp,
.pswp__counter {
    direction: ltr;
}
.pswp__button--arrow--left:after,
.pswp__button--arrow--right:after {
    background: #000;
}

button.pswp__button.pswp__button--arrow--right {
    left: 0;
    right: inherit;
}
button.pswp__button.pswp__button--arrow--left {
    right: 0;
    left: inherit;
}

.pswp__button--arrow--left:before {
    content: '\e904';
}
.pswp__button--arrow--right:before {
    content: '\e902';
}
.pswp__counter {
    direction: ltr;
}

.after-shop-loop {
    display: block;
    border: none;
    padding: 0;
    text-align: center;
    direction: rtl;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    position: relative;
    padding: 0;
    border-top: none;
    margin-top: 3.90625VW;
    padding: 2px 0;
    overflow: inherit;
}
.after-shop-loop img {
    margin-left: 5px;
}

.after-shop-loop span.page-numbers.current {
    color: #e2b411;
    background: transparent !important;
}

.single-product-wide .product-information-inner .page-heading {
    margin-bottom: 10px;
}

.content-product .product-title {
    font-size: 1.45rem;
}

nav.woocommerce-breadcrumb {
    margin: 0;
}

.category-header {
    overflow: hidden;
    position: relative;
    margin-bottom: 30px;
    background: #f0f0f0;
    padding-bottom: 20px;
}
.archive-product-banner {
    margin-bottom: 30px;
    /* position: sticky;
    z-index: 5; */
}
.category-header .shop-filters {
    margin-bottom: 0;
    width: 100%;
}
.category-header .shop-filters .shop-filters-area {
    width: 100%;
}

.category-header svg {
    fill: #fff;
}

.category-header svg {
    position: absolute;
    left: 20%;
    top: 50;
    max-width: 20%;
}

.tax-product_cat div#breadcrumb {
    font-size: 14px;
    color: #000;
    text-align: right;
    z-index: 9999;
    position: relative;
    padding: 0;
    margin-top: -15px;
    opacity: 0.7;
}

.tax-product_cat div#breadcrumb a {
    color: #000;
    opacity: 0.7;
}

.tax-product_cat h1 {
    margin-top: 15px;
    font-size: 30px;
}


.term-description p {
    font-size: 14px;
    color: #000;
    margin: 0;
}
.term-description p + p {
    margin-bottom: 20px;
}
.term-description-read-more-btn {display: none;margin-top: 10px;font-size: 14px;cursor: pointer;}
.term-description-read-more-btn::after {content: '';margin-right:10px;transition: transform 0.25s;display: inline-block;width: 0; height: 0; border-top: 5px solid transparent;border-bottom: 5px solid transparent;  border-right: 5px solid #000; transform: rotate(-90deg);}
.term-description-read-more-btn.active::after {transform: rotate(90deg);}

@media only screen and (max-width: 768px) {
    .term-description-read-more-btn {display: block;}
    .term-description {height: 22px;overflow: hidden;}
    .term-description.active {height: auto;overflow: inherit;}
    .term-description p {    
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .term-description.active p {
        white-space: inherit;
        overflow: inherit;
        text-overflow: inherit;
    }
}

.sf-field-taxonomy-pa_diners_number:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 30px;
    background-color: #000;
}

.shop-filters li.sf-field-taxonomy-pa_diners_number {
    padding: 0 !important;
}

.shop-filters form.searchandfilter ul {
    position: relative;
}

.shop-filters .sidebar-widget {
    margin-left: 30px;
}

.shop-filters form.searchandfilter select {
    min-width: 170px;
    padding: 2px;
    padding-right: 5px;
    color: #000;
}

.shop-filters-area>div {
    max-width: 215px;
}

.product-information-inner .variations_form {
    margin-bottom: 0;
}

.accordion-content-wrap {
    padding: 10px 0
}

.accordion-content-wrap:not(:last-child) {
    border-bottom: 1px solid #cecece;
}

.accordion-content-wrap .accordion-content {
    display: none;
    padding-top: 15px;
}

.accordion-content-wrap.active .accordion-content {
    display: block;
}

.accordion-content-wrap .accordion-content-title-button {
    cursor: pointer;
}

.accordion-content-wrap .accordion-content-title {
    display: inline-block;
    color: #000;
    font-size: 18px;
    line-height: 18px;
    position: relative;
    min-width: 185px;
    padding-left: 20px;
    cursor: pointer;
    width: 100%;
}

.accordion-content-wrap .accordion-content-title::after {
    content: "\e905";
    font-family: "xstore-icons";
    position: absolute;
    left: 2px;
    top: 2px;
    font-size: 15px;
    transition: 0.3s ease-in-out;
    color: #000;
}

.accordion-content-wrap.active .accordion-content-title::after {
    transform: rotate(180deg)
}

.accordion-content .assembly-instructions img {
    margin-left: 5px;
}

.single-product .sub-variations {
    position: relative;
    padding: 8px 0 6px;
    font-size: 18px;
    color: #000;
    font-weight: 500;
    margin-bottom: 10px;
    border-top: none;
    border-bottom: none;
}

.single-product .short-description p {
    font-family: 'Heebo';
    line-height: 22px;
    font-weight: 400;
    font-style: normal;
    color: #4e4e4e;
    font-size: 16px;
    font-display: swap;
}

.single-product .fixed-content {
    max-width: 100%;
}

.single-product .fixed-content .send-button:before {
    width: 69px;
    background-size: 42px;
    background-position-x: 15px;
    height: 42px;
}

.single-product .fixed-content .send-button:hover:before {
    width: 100%;
}

.share-post {
    padding: 0;
    margin-bottom: 3.5em;
    margin-top: 20px;
    float: right !important;
    text-align: right;
    width: auto !important;
    border: 0;
}

ul.menu-social-icons {
    display: flex;
    flex-wrap: nowrap;
    position: relative;
    padding: 10px 0 !important;
}

ul.menu-social-icons li {
    float: right;
    padding: 5px 15px;
}

ul.menu-social-icons li a {
    padding: 0;
    height: 55px;
    width: 55px;
}

ul.menu-social-icons li:last-child {
    border-left: none;
}

.menu-social-icons span {
    font-size: 19px;
    color: #231f20;
    font-weight: 600;
    line-height: 55px;
    margin-left: 25px;
}

ul.menu-social-icons li:first-child {
    line-height: 30px;
}

ul.menu-social-icons a {
    color: #fff;
    width: 30px;
    height: 30px;
    background: #000;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
}

ul.menu-social-icons a.whatsapp-link {
    background: #25D366;
}
.single-product-black-btn:hover,
ul.menu-social-icons li a:hover,
ul.menu-social-icons a.whatsapp-link:hover {
    opacity: 0.75;
}
ul.menu-social-icons li {
    padding: 0 5px;
}

ul.menu-social-icons a i {
    color: #fff;
    font-size: 30px;
    font-weight: normal;
}

.print-button {
    font-size: 13px;
    color: #000;
    cursor: pointer;
    font-weight: 500;
}

.print-button img {
    padding-left: 10px;
}

ul.menu-social-icons li:first-child {
    padding-right: 0;
}

.product-content.sidebar-position-without .row {
    display: block;
}

.product-content.sidebar-position-without .row>[class*='col-'] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0;
}

.menu-static-block .wpb_text_column p {
    margin-bottom: 0;
    font-size: 17px;
    font-weight: 700;
    color: #000;
    line-height: 16px;
}

.menu-static-block .vc_column-inner {
    background-position-y: bottom !important;
}

#menu-item-5069 .menu-static-block .vc_column-inner {
    background-size: auto !important;
    background-position-x: 10px !important;
    background-repeat: no-repeat !important;
}

#menu-item-5069 .nav-sublist-dropdown {
    right: 0px;
}

.menu-static-block .vc_column-inner.vc_custom_1551354761746 {
    background-size: 43% !important;
    background-position-x: 7px !important;
}

.menu-static-block .vc_column-inner.vc_custom_1551354768166 {
    background-size: 53% !important;
    background-position-x: -5px !important;
}

.menu-static-block .wpb_text_column a {
    padding-top: 60px;
    padding-right: 0;
    padding-left: 0;
    display: block;
}

.single-projects .wp-picture img {
    width: 100%;
}

.single-projects .breadcrumbs {
    padding: 10px 0 40px;
}

.single-projects .content-article {
    padding-left: 5.2VW;
}

/* .post-type-archive-projects .content-page {
    padding-top: 5.2VW;
} */

.sidebar .et-mailchimp.classic-button input[type="email"] {
    margin-bottom: 0;
}

.etheme-pagination.align-right {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    position: relative;
    padding: 0;
    border-top: none;
    margin-top: 3.90625VW;
    direction: ltr;
    padding: 2px 0;
}

.etheme-pagination a.page-numbers {
    background: #000;
    color: #fff;
    padding: 0;
    width: 30px;
    min-width: 30px;
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
    margin-left: 0;
}

.after-shop-loop .current,
.etheme-pagination .current,
.dokan-pagination-container .dokan-pagination li .current,
.after-shop-loop a,
.etheme-pagination a,
.dokan-pagination-container .dokan-pagination li a {
    border: none;
    font-size: 16px;
    font-weight: 500;
    color: #000;
}

.etheme-pagination .current {
    color: #e2b411;
    background: transparent;
}

.etheme-pagination a:hover,
.woocommerce-pagination a:hover {
    background: transparent;
    color: #000;
}

.etheme-pagination a.page-numbers:hover,
.woocommerce-pagination a.page-numbers:hover {
    background: #000;
    color: #fff;
}

.etheme-pagination li,
.woocommerce-pagination li {
    position: relative;
    padding: 0 7px;
    margin: 0;
}

.dokan-pagination-container .dokan-pagination li:last-child,
.after-shop-loop li:last-child,
.etheme-pagination li:last-child {
    margin-right: 0;
    margin-left: 0;
}

.etheme-pagination ul.page-numbers>li:not(.page-number),
.woocommerce-pagination ul.page-numbers>li:not(.page-number) {
    padding: 0;
}

.etheme-pagination ul.page-numbers>li.page-number~.page-number:before,
.woocommerce-pagination ul.page-numbers>li.page-number~.page-number:before {
    content: "";
    position: absolute;
    left: -1px;
    width: 1px;
    top: 8px;
    bottom: 5px;
    background-image: url(images/buller-vertical.png);
    background-repeat: repeat-y;
    background-position-y: top;
    background-position-x: left;
}

.after-shop-loop .et-right-arrow:before {
    content: "\e904" !important;
}

.after-shop-loop .et-left-arrow:before {
    content: "\e902" !important;
}

.page-template-default .page-heading {
    position: relative;
    min-height: 200px;
}

.page-template-default.page-id-4060 .page-heading {
    min-height: 0px;
}

.page-template-default .bc-type-left2 .a-center {
    text-align: end;
}

.rtl .bc-type-left2 .breadcrumbs {
    margin-left: 20px;
}

.page-template-default .page-heading.bc-color-dark #breadcrumb,
.page-template-default .page-heading.bc-color-dark #breadcrumb a,
.page-template-default .delimeter {
    color: #fff !important;
}

.template-container .template-content .footer a:hover,
.template-container .template-content .footer .vc_wp_posts .widget_recent_entries li a:hover {
    color: #e2b411
}

.mobile-menu-wrapper .container .menu>li>a:hover,
.mobile-menu-wrapper .container .menu>li:hover>.open-child,
.mobile-menu-wrapper .container .menu>li .sub-menu li a:hover,
.mobile-menu-wrapper .container .links li a:hover,
.mobile-menu-wrapper .container .menu-back a:hover,
.mobile-menu-wrapper .mobile-sidebar-widget.etheme_widget_socials a:hover,
.mobile-menu-wrapper .menu>li.current_page_item>a,
.mobile-menu-wrapper .menu>li .sub-menu li.current_page_item a,
.mobile-menu-wrapper .links li.current_page_item a,
.mobile-menu-wrapper .menu li.current_page_item>.open-child::before,
.mobile-menu-wrapper .menu .current-menu-item:not(.red-sale)>a,
.mobile-menu-wrapper .menu>li .sub-menu .current-menu-item:not(.red-sale)>a,
.mobile-menu-wrapper .my-account-link:hover>a,
.mobile-menu-wrapper .login-link:hover>a {
    color: #e2b411
}
/* .menu-mobile-menu-container {padding-top:8px;} */
.mobile-menu-wrapper .sub-menu li a, 
.mobile-menu-wrapper .links .sub-menu li a, 
.mobile-menu-wrapper .links.sub-menu li a, 
.mobile-menu-wrapper .menu-element .sub-menu li a {
    padding-top:8px;
    padding-bottom:8px;
}
.rtl .vc_toggle_arrow .vc_toggle_icon {
    float: left;
    margin-left: 0;
    margin-right: 11px
}

.nav-side-wrap {
    width: 100%;
    margin: 40px 0 0;
    padding: 0 40px;
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
}

.nav-side a {
    background: #000;
    display: inline-block;
    white-space: nowrap;
    position: relative;
    font-size: 20px;
    color: #fff;
    line-height: 38px;
    padding: 0 15px 0 35px;
    border-radius: 19px;
}

.next-post-side a {
    padding: 0 35px 0 15px;
}

.nav-side a i {
    position: absolute;
    top: 8px;
    font-size: 14px;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.prev-post-side a i {
    left: 10px;
}

.next-post-side a i {
    right: 10px;
}

.prev-post-side a:hover i {
    left: 8px;
}

.next-post-side a:hover i {
    right: 8px;
}


.blog-post a.more-button {
    margin-top: 10px;
    display: block;
    width: 120px;
    background: #000;
    white-space: nowrap;
    position: relative;
    font-size: 14px;
    color: #fff;
    line-height: 28px;
    padding: 0 10px 0 25px;
    border-radius: 14px;
}

.blog-post a.more-button i {
    position: absolute;
    top: 3px;
    font-size: 10px;
    left: 10px;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.blog-post a.more-button:hover i {
    left: 6px;
}

.menu-wrapper.menu-align-left .menu>li>a {
    border: none !important;
}

.product-information svg {
    fill: #d2d4d3;
    width: 100%;
    max-height: 100vh;
    text-align: left;
    position: absolute;
    left: -50%;
    bottom: 0;
    pointer-events: none;
}

.swiper-control-bottom.thumbnails {
    position: absolute;
    z-index: 99999999999;
    margin-bottom: 0;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 770px;
    height: 120px !important;
}

.swiper-vertical-images .vertical-thumbnails {
    order: 0;
    margin-right: 5px;
}
.swiper-vertical-images .vertical-thumbnails .slick-list {
    cursor: grab;
}
.swiper-vertical-images .vertical-thumbnails .slick-list a:active,
.swiper-vertical-images .vertical-thumbnails .slick-list:active {
    cursor: grabbing; 
}
.images.swiper-control-top {
    position: relative;
}
@media only screen and (min-width:992px) {
    .swiper-vertical-images .swiper-control-top {
        margin: 0;
        height: 100%;
        width: 80%;
    }
    .swiper-vertical-images .vertical-thumbnails {
        position: absolute;
        width: calc(20% - 5px);
        z-index: 1;
        left: 0;
        top: 0;
        height: 100%;
        overflow: hidden;
    }
    .swiper-vertical-images .vertical-thumbnails .slick-list,
    .swiper-vertical-images .vertical-thumbnails ul {
        height: 100%;
        min-height: 100%;
    }
    .swiper-vertical-images .vertical-thumbnails li {
        margin-bottom: 5px;
    }
    .thumbnails-list .slick-slide:hover a, 
    .thumbnails-list .swiper-slide:hover a, 
    .thumbnails-list .active-thumbnail a {
        transform: inherit;
    }
}
.swiper-container.thumbnails.swiper-container-autoheight li.thumbnail-item {
    height: 118px;
    border: 1px solid #ccc;
    background-color: rgba(255, 255, 255, 0.5);
}

ul.st-swatch-size-large li.type-label {
    border: 1px solid #cecece;
}

ul.st-swatch-size-large li.type-label > a, ul.st-swatch-size-large li.type-label > span {
    padding: 0 10px;
    line-height: 25px;
}

.single .swipers-couple-wrapper {
    margin-bottom: 15px;
    z-index: inherit;
}

.single .open-360-popup {
    left: 30px;
    bottom: 15%;
    right: auto;
}

.vc_row.vc_row-has-fill.et-attachment-fixed.et-parallax.et-parallax-center>.wpb_column.vc_column_container.vc_col-sm-12.vc_hidden-sm.vc_hidden-xs.mpc-column,
.parallax-product-section>.wpb_column {
    max-width: 1180px;
    margin: 0 auto;
    float: none;
}

.product-information .short-description {
    padding-top: 8px;
    padding-bottom: 15px;
    margin-bottom: 0;
}

.sub-variations {
    border-bottom: 1px solid #cecece;
    border-top: 1px solid #cecece;
    padding: 12px 0 10px 0 !important;
}

.variations label {
    color: #231f20;
    font-size: 18px;
    margin-left: 0;
}

.product-information table.variations th.label,
.product-info-wrapper table.variations th.label,
.product-summary-center table.variations th.label {
    width: 100px;
    text-align: right;
    vertical-align: middle;
}
.product-information table.variations td.value, 
.product-info-wrapper table.variations td.value, 
.product-summary-center table.variations td.value {
    display: flex;
    width: 100%;
    padding-top: .71em;
    padding-bottom: .71em;
}
table.variations tr {
    border-bottom: 1px solid #cecece;
}

.variations_form tr:last-child .st-swatch-preview {
    margin-bottom: 5px;
    margin-left: 1rem;
}

.product-information table.variations {
    width: 100%;
}

.product-information table.variations td ul.st-swatch-size-large li:first-child {
    margin-right: 0;
}

.product-information-inner .woocommerce-variation-add-to-cart {
    padding: 10px 0;
    border-bottom: 1px solid #cecece;
}

.product-information-inner .woocommerce-variation-add-to-cart span.quantity-label {
    margin-left: 20px;
    color: #231f20;
    line-height: 36px;
    font-size: 18px;
}
.products_sizes + .products_sizes {margin-top: 20px;}
.products_sizes_table {
    display: flex;
    flex-wrap: wrap;
}
.products_sizes_table--column {
    min-width: 50%;
    color: #000;
    padding: 12px 0 12px 12px;
}
.products_sizes_table--column.full {
    width: 100%;
}

.products_sizes_table--column span {
    padding-left: 5px;
    display: inline-block;
    color: #4e4e4e
}

#tips-container {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 50px 0;
}

#tips-container img {
    margin-left: 30px;
    max-height: 400px
}

.tips {
    max-width: 350px;
}

.tips-rows {
    background-image: url(images/bullet.png);
    background-repeat: repeat-x;
    background-position-y: top;
}

.tips-rows p {
    background-image: url(images/bullet.png);
    background-repeat: repeat-x;
    background-position-y: bottom;
    margin: 0;
    padding: 10px 0;
    padding-left: 20px;
}


div#related {
    padding: 50px 0;
}
/* div#related h2 {
    text-align: right;
    font-size: 2.083VW;
    margin-bottom: 40px;
} */

div#related .swiper-entry {
    padding: 0 20px;
}

div#related .products-title,
.related-posts .title{
    font-size: 32px !important;
    margin-bottom: 20px;
}

/* div#related .product-title {
    font-size: 18px !important;
} */

div#related .carousel-area {
    width: 100% !important;
}

.container,
div.container {
    margin: 0 auto;
}

.vc_row.wpb_row.vc_row-o-equal-height.vc_row-o-content-middle {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.home .vc_row.wpb_row.vc_row-o-equal-height.vc_row-o-content-middle {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

body.rtl .vc_row[data-vc-full-width] {
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    width: 100%;
    width: 100vw !important;
}

.send-block.accordion-content-wrap {
    position: relative;
    overflow: hidden;
    display: flex;
    padding-bottom: 0;
}

.single-product .fixed-content a.send-button-border,
.single-product-black-btn {
    background-color: #000;
    color: #fff;
    padding: 7px 25px;
    border-radius: 50px;
    display: inline-block;
    align-items: center;
    font-weight: bold;
    height: inherit;
    width: 153px;
    box-sizing: border-box;
    text-align: center;
    margin-bottom: 5px;
}
.single-product-black-btn {width:auto;min-width: 145px;margin-bottom: 10px;margin-left:10px;padding: 7px 10px;}
.single-product-black-btn:last-of-type{margin-left:0;}
.single-product-black-btn i {
    font-size: 14px;
    position: relative;
    bottom: -1px;
}
.send-block.opened-form {
    overflow: visible;
}

.send-block .wpcf7 {
    position: absolute;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    background-color: #fff;
    left: 0;
    right: 0;
    z-index: 9;
    padding: 20px 15px 20px 25px;
    border: 1px solid #000;
}

.send-block form h4 {
    font-size: 18px;
    color: #000;
}

.send-block form .close {
    position: absolute;
    left: 25px;
    top: 10px;
    background: none;
    border: none;
    padding: 0;
    line-height: 1;
    font-weight: 700;
}

.send-block form .close:hover {
    color: #000 !important
}
.send-block .wpcf7 {
    display: none;
}
.send-block.opened-form .wpcf7 {
    display: block;
}

.send-block form input[type="text"]:not(.price-input),
.send-block form input[type="number"],
.send-block form input[type="email"],
.send-block form input[type="tel"] {
    border: 1px solid #000;
    margin-bottom: 12px;
}

.send-block form input[type="text"].wpcf7-not-valid,
.send-block form input[type="number"].wpcf7-not-valid,
.send-block form input[type="email"].wpcf7-not-valid,
.send-block form input[type="tel"].wpcf7-not-valid {
    border: 1px solid #ff0000;
}

.product-content.sidebar-position-without .send-block .row {
    display: block;
}

.send-block .thankYou>div {
    max-width: 100%;
}


.wpb_video_widget h2 {
    font-size: 1.70rem;
}


.products-grid .content-product .st-swatch-in-loop>.et_st-default-holder .type-color,
.products-grid .content-product .st-swatch-in-loop>.et_st-default-holder .type-image {
    border-color: #6f6f6f !important;
}

.images-wrapper .images .swiper-pagination {
    display: block;
    display: flex;
    /* flex-direction: row-reverse; */
    bottom: -3px;
    right: 0;
    left: 0;
    margin: 0;
    position: absolute;
    z-index:100;
}

body.single-product .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    flex-grow: 1 !important;
    border-radius: 0 !important;
    margin: 0 !important;
    margin-right: 2px !important;
    opacity: 1 !important;
    height: 6px !important;
}

body.single-product .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet:last-child {
    margin-right: 0 !important;
}

body.single-product .swiper-pagination-bullet-active {
    background: #e2b803 !important;
}

.content-product h2.product-title a {font-weight: normal;}
#related .content-product .product-details h3,
.ajax-content .content-product .product-details h2 {margin-top: 29px;}
/* .ajax-content .content-product .product-details .display_percentage_and_image_banner_image + h2.product-title, */
#related .content-product .product-details .only-label-group + h3.product-title,
.ajax-content .content-product .product-details .only-label-group + h2.product-title {margin-top: 0;}
.only-label-group {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
    display: flex;
    justify-content: center;
    pointer-events: none;
    width: 100%;
    direction: rtl;
}


.only-label:not(.zaga-onsale) {
    padding: 5px 8px;
    text-align: center;
    color: #fff;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    line-height: 14px;
    display: inline-block;
    background: #aaaaaa;
}

.only-label.zaga-onsale {
    background: inherit;
    padding: 0;

}

.product-content .product-images .only-label.zaga-onsale {
    position: absolute;
    bottom: 7px;
    left: 10px;
    margin-left: 5px;
}
.product-content #product-page-mobile-fixed-add-to-cart .only-label.zaga-onsale {
    position:static ;
}
.product-content .product-images .only-label.zaga-onsale {
    right: 0;
    top: 14px;
    left: inherit;
    bottom: inherit;
}

.product-content .only-label.only-sale {
    position: absolute;
    left: 0;
    bottom: 15px;
}

.product-content .price .only-label.only-sale {
    position: static;
}

.only-label.zaga-onsale .only-label{margin:0;}
.only-label + .only-label {margin-right: 5px;}
.content-product .only-label-group {
    position: inherit;
    min-height: 29px;
}
.content-product .only-label-group .sale-image-wrapper.presentage {
    position: absolute;
    top: 0;
    right: 0;
}
.content-product .only-label {
    line-height: 14px;
    margin-bottom: 5px;
}
.content-product .only-label.zaga-onsale {
    margin-bottom: 0;
}
.product-information .only-label {
    position: inherit;
}
.only-online {
    background-color: #ebdf67;
    color: #000;
}

.only-fast {
    background-color: #728772;
}

.only-end {
    background-color: #c5a193;
}

.only-sale {
    background-color: #c40000;
}

.only-hot {
    background-color: #755139;
}

.only-sale-month {
    background-color: #b89b73;
}

.only-soon {
    background-color: #dacbb4;
}

.only-sale-week {
    background-color: #aca39a;
}

.only-new {
    background-color: #493a35;
}
.only-mixandmautch {
    background-color: #DEA900;
}

.single-product .row .only-label-group {
    flex-direction: row;
    left: 0;
    top: 0;
    justify-content: flex-end;
    padding: 14px;
}

.single-product .price .zaga-onsale {
    font-weight: normal;
    position: initial;
    margin:0 5px 0 0;
}
/* .single-product .only-label-group > span {
    height: 30px;
} */
.icons-items {
    padding: 45px;
    text-align: center;
}
#product-bar.icons-items {margin:30px 0;padding: 0;}
.icons-items h2 {
    font-size: 32px !important;
    font-weight: bold;
    margin-bottom: 40px;
}

.icons-items .items {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.icons-items .items .item {
    color: #000000;
    border: 0;
    background: inherit;
    padding: 0;
    margin:0;
    width: 180px;
}

.icons-items .items .item:not(:last-child) {
    margin-left: 30px;
}

.icons-items .items .item .img {
    height: 80px;
}

.icons-items .items .item .text{
    font-size: 18px;
    font-weight: bold;
}

#product-bar.icons-items .items .item {
    border-radius: 5px;
    background: #f5f5f5;
    padding: 10px;
    position: relative;
    text-align: center;
    display: flex;
    flex-direction: column;
    /* justify-content: center; */
    align-items: center;
    width: 100px;
    margin-left:20px;
}   
#product-bar.icons-items .items .item:last-child {
    margin-left: 0;
}

#product-bar.icons-items .items .item .img {
    height: auto;
    margin-bottom: 10px;
}
#product-bar.icons-items .items .item .img img {
    height: 35px;
    width: auto;
}
#product-bar.icons-items.icons-items .items .item .text {font-size: 16px;}
#product-bar.icons-items.icons-items .items .item .tooltip-text {
    width: 100%;
    display: none;
    position: absolute;
    top:105%;
    right:0;
    background-color: #000;
    color: #fff;
    padding: 5px;
    border-radius: 6px;
    font-size: 14px;
}
#product-bar.icons-items.icons-items .items .item:hover .tooltip-text {display: block;}

@media (max-width: 1600px) and (min-width: 993px) {


    .single .open-360-popup {
        bottom: 20px;
    }
}

@media only screen and (max-width: 992px) {
    .swiper-vertical-images .swiper-control-top {
        width: 100%;
    }
    .single-product-wide .product-information-inner .woocommerce-breadcrumb {
        margin-top: -20px;
    }

    .icons-items:not(#product-bar) .items {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-column-gap: 20px;
        grid-row-gap: 20px;
    }
    #product-bar.icons-items .items .item {
        width: 70px;
        margin-left: 10px;
    }
    .icons-items .items .item {
        width: auto;
    }

    .icons-items .items .item .text {
        font-size: 1rem;
        line-height: 1rem;
    }

    .single-product-wide .product-content {
        margin-top: 0;
    }

    .swiper-container.thumbnails.swiper-container-autoheight li.thumbnail-item {
        margin-left: 10px !important;
    }

    article.content-chess>div .post-data {
        margin-top: 0;
    }

    body.tax-projects-category h1,
    body.category h1,
    body.post-type-archive-projects h1,
    body.blog h1 {
        font-size: 8.125VW;
    }

    body.single h1 {
        color: #000;
        font-size: 5.335VW;
    }

    .page-id-4060 .page-content.sidebar-position-without {
        margin-top: 0px;
    }

    .snifim-descr .project-title a {
        font-size: 5.72VW;
    }

    body.single.single-etheme_snifim h1 {
        font-size: 7.125VW;
    }

    body {
        background-position-x: center;
    }

    body.single.single-etheme_snifim h1 {
        margin-bottom: -20px;
    }

    .contact-page>.vc_column_container>.vc_column-inner {
        padding: 0 20px !important
    }

    .et-tabs-wrapper .tabs-nav li.et-opened:before {
        display: none !important;
    }

    .et-tabs-wrapper .tabs-nav {
        width: 100%;
        margin-bottom: 30px;
    }

    .et-tabs-wrapper .tabs-nav li a {
        text-align: right;
    }

    .et-tabs-wrapper .tabs .accordion-title {
        background-image: url(images/bullet.png);
        background-repeat: repeat-x;
        background-position: top;
        border: none !important;
        text-align: right;
        display: none !important;
    }

    .et-tabs-wrapper .tabs-nav li {
        border-bottom: none;
        background-image: url(images/bullet.png);
        background-repeat: repeat-x;
        background-position: top;
        border: none !important;
    }

    .et-tabs-wrapper .tabs-nav li:first-child {
        background: none;
    }

    textarea.form-control,
    textarea {
        margin-top: 20px;
    }

    .single-etheme_snifim .etheme_snifim.type-etheme_snifim .vc_column-inner {
        margin-right: 0 !important
    }

    .padding-none-xs .wpb_text_column,
    .padding-none-xs .vc_column-inner {
        padding: 0 !important
    }

    .swiper-entry .swiper-custom-left,
    .swiper-entry .swiper-custom-right {
        width: 15px;
    }

    .navbar-toggle {
        right: 0;
        left: auto;
        top: 30px;
        z-index: 99;
    }

    .header-xstore.fixed {
        right: 0;
        left: 0;
        top: 0;
        z-index: 9999
    }

    .grid-post-body {
        padding: 0 15px;
    }

    h3.products-home {
        font-size: 24px !important;
        text-align: center !important;
    }

    .overlay-white>.wpb_column {
        padding: 30px 0 0 !important
    }

    .overlay-white>.wpb_column:before {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background-color: rgba(255, 255, 255, 0.6);
    }

    .overlay-white h3 {
        font-size: 45px !important;
        line-height: 0.9 !important
    }

    .vc_custom_1549311504778 {
        margin-bottom: 0 !important;
    }

    .mobile-menu-wrapper {
        top: 0;
    }

    footer .widget_mc4wp_form_widget p.widget-title {
        font-size: 18px;
    }

    #etheme-static-block-14 .vc_general.vc_btn3 {
        line-height: 36px;
        text-align: right;
        padding-right: 65px !important;
        color: #000;
        font-weight: 700;
        background-image: url(images/bullet.png) !important;
        background-repeat: repeat-x !important;
        background-position: top !important;
        margin-top: -15px;
    }

    .content-page,
    .page-content {
        padding-bottom: 1.5em;
    }

    #etheme-static-block-14 {
        margin-bottom: 0 !important
    }

    #etheme-static-block-14>.vc_row {
        background-size: cover !important;
    }

    .footer-widgets .etheme_widget_menu {
        display: none;
    }

    .footer .widget_mc4wp_form_widget,
    .et-follow-buttons {
        text-align: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .overlay-white>.wpb_column>.vc_column-inner {
        z-index: 9 !important;
    }

    .footer-widgets:first-child {
        width: 100%;
        padding-right: 0;
    }

    .footer-widgets {
        width: 100%;
        text-align: center;
    }

    .footer-widgets:last-child {
        width: 100%;
    }

    .footer .widget_mc4wp_form_widget,
    .et-follow-buttons {
        padding-right: 15px;
        padding-left: 15px;
        max-width: 80%;
        margin: 0 auto;
    }

    .footer-widgets .etheme_widget_menu {
        margin-left: 5%;
        margin-right: 5%;
    }

    .footer-bottom .footer-copyrights {
        width: 100%;
    }

    .mobile-menu-header {
        margin: 0;
    }

    .mobile-header-logo {
        margin: 0 0;
        background: #000;
    }

    .mobile-header-logo img {
        max-width: 35%;
    }

    .category-header svg {
        left: 0;
        bottom: 0;
        top: auto;
        max-width: 50%;
    }

    .shop-filters .sidebar-widget {
        margin-bottom: 10px;
    }

    .term-description {
        z-index: 9;
        position: relative;
    }

    .col-xs-1,
    .col-xs-2,
    .col-xs-3,
    .col-xs-4,
    .col-xs-5,
    .col-xs-6,
    .col-xs-7,
    .col-xs-8,
    .col-xs-9,
    .col-xs-10,
    .col-xs-11,
    .col-xs-12 {
        float: right;
    }

    .col-lg-6.col-md-6.col-sm-12.product-images.product-thumbnails-shown {
        width: 100%;
        height: auto;
        display: block;
        padding-right: 15px;
        padding-left: 15px;
    }

    .col-lg-6.col-md-6.col-sm-12.product-information {
        width: 100%;
        background: none !important;
        padding-bottom: 30px;
        padding-top: 10px;
    }

    .single-product-wide .product-information-inner {
        padding-left: 0;
    }

    .swiper-control-bottom.thumbnails {
        position: relative;
        margin-bottom: 0;
        left: auto;
        -webkit-transform: translateX(0%);
        -ms-transform: translateX(0%);
        transform: translateX(0%);
        width: 100%;
        height: 120px !important;
        top: auto;
    }

    .product-images .swiper-entry .swiper-custom-left,
    .product-images .swiper-entry .swiper-custom-right {
        font-size: 22px;
        border:5px solid transparent;
    }
    .product-images .swiper-entry .swiper-custom-left:before,
    .product-images .swiper-entry .swiper-custom-right:before {
        font-size: 22px;
    }
    .product-content .title,
    .product-content .product_title,
    .product-content .product-name {
        font-size: 6.875VW;
    }

    .nav-side-wrap {
        margin: 40px 0;
        padding: 0 15px;
    }

    .nav-side a {
        padding: 0 10px 0 25px;
        line-height: 32px;
        font-size: 16px;
        border-radius: 16px;
    }

    .next-post-side a {
        padding: 0 25px 0 10px;
    }

    .nav-side a i {
        top: 5px;
    }

    .next-post-side a i {
        right: 5px;
    }

    .prev-post-side a i {
        left: 5px;
    }

    .prev-post-side a:hover i {
        left: 3px;
    }

    .next-post-side a:hover i {
        right: 3px;
    }

    .single-product div#breadcrumb {
        font-size: 12px;
        color: #000;
    }

    .single-product .fixed-content {
        max-width: 100%;
        padding-right: 0px;
        padding: 0 10px;
    }

    .product-content.sidebar-position-without .row {
        display: block;
    }

    .modelviewer-controls .modelviewer-btn-text {
        font-size: 10px;
    }

    .single-product-wide .product-images .modelviewer-controls img {
        height: 20px;
        width: 18px !important;
    }

    .product-information .short-description,
    .product-info-wrapper .short-description,
    .product-summary-center .short-description {
        position: relative;
    }

    .product-information svg {
        fill: #eaeceb;
    }

    .parallax-product-section .vc_row.wpb_row.vc_inner.vc_row-fluid.vc_row-has-fill.vc_rtl-columns-reverse.mpc-row {
        margin: 0 10px !important;
        padding: 0 5px !important;
    }

    .images-wrapper .images .swiper-pagination {
        bottom: -4px;
    }

    #product-page-mobile-fixed-add-to-cart {
        display: flex;
    }
    .swiper-vertical-images #floating-consulting-stripe,
    #floating-consulting-stripe {
        width: 100%;
    }
    .single-product .only-label-group {
       justify-content: center;
    }

    .single-product-wide .row {
        display: flex !important;
        flex-direction: column;
        padding-top: 20px;
    }
    .product-content > .row {
        padding-top: 0;
    }

    .single-product-wide .product-information {
        order: 2;
    }

    .single-product-wide .product-images {
        order: 1;
    }

    .icons-items {
        margin-bottom: -50px;
    }

    .icons-items .items .item:not(:last-child) {
        margin-left: 0;
    }

    .res-qr.active, .res-video.active {
        left: auto;
    }

    .products-loop .only-label .off {display: none;}
    .modelviewer-wrap.active {
        width: calc(100% - 30px);
        right: 15px;
    }
    .modelviewer-wrap .wrap-modelviewer-controls {
        position: static;
    }

    .modelviewer-controls .modelviewer-btn-text {font-weight: normal;}
    .modelviewer-controls .modelviewer-btn img {}

    #billing_address_elevator_field .woocommerce-radio-wrapper {
        margin-bottom: 0;
    }

    .post>.content-article {
        padding-left: inherit;
    }

    .template-container .template-content .footer a.btn-newsletter,
    a.btn-newsletter {
        width: auto;
    }

    .footer-bottom .footer-copyrights-right {
        margin-top: 0.43em;
        margin-bottom: 0.43em;
    }

    #related .swiper-custom-left:before,
    .related-posts .swiper-custom-left:before {
        font-size: 25px;
    }

    #related .swiper-custom-right:before,
    .related-posts .swiper-custom-right:before {
        font-size: 25px;
    }

    .swiper-entry .swiper-custom-left,
    .swiper-entry:hover .swiper-custom-left {
        right: 10px;
    }

    .swiper-entry .swiper-custom-right,
    .swiper-entry:hover .swiper-custom-right {
        left: 10px;
        right: inherit;
    }
}

@media print {

    nav,
    header,
    footer,
    .nav-side {
        display: none;
    }

    .col-lg-6.col-md-6.col-sm-12.product-images.product-thumbnails-shown {
        width: 100%;
        height: auto;
        height: 100vh;
    }

    .col-lg-6.col-md-6.col-sm-12.product-information {
        width: 100%;
        height: auto;
        display: block;
        padding: 0;
    }

    .woocommerce-breadcrumbs,
    ul.menu-social-icons,
    .send-block,
    .footer-copyrights-right,
    .wpb_video_widget,
    .product-information svg,
    .breadcrumbs,
    .single .open-360-popup,
    .print-button {
        display: none !important;
    }

    .single-product-wide .product-images img,
    .single-product-wide .carousel-area {
        height: auto;
    }

    .product-content .title,
    .product-content .product_title,
    .product-content .product-name {
        font-size: 4.875VW;
    }

    .single .swiper-wrapper.main-images>div {
        width: 100% !important
    }

    .wpb_single_image.vc_align_center,
    .wpb_single_image.vc_align_left {
        text-align: right !important;
    }

    .wpb-js-composer .vc_row.vc_row-flex>.vc_column_container>.vc_column-inner {
        padding: 0 !important
    }

    .content-page,
    .page-content {
        padding-bottom: 0 !important;
    }
}

.arrows-hovered .arrow-left, .arrows-hovered > .swiper-container .swiper-custom-left {
    transform: translateX(0) !important;
    visibility: visible !important;
}

.product-content {
    margin: auto;
    margin-bottom: 0;
    margin-top: 70px;
    max-width: calc(1920px + 160px);
    float: unset;
    padding: 0 95px;
}

a.reset_variations {
    margin-right: 0;
}

.breadcrumbs-type-disable.et-header-not-overlap:not(.home) .header-wrapper {
    margin-bottom: 0px;
}

.freeAcc-component a,
.freeAcc-component button,
.freeAcc-component a:hover,
.freeAcc-component button:hover,
.freeAcc-component a:focus,
.freeAcc-component button:focus,
button[class^="freeAcc"],
button[class^="freeAcc"]:hover,
button[class^="freeAcc"]:focus,
span.freeAccBtnName,
.freeAcc-component span,
.freeAcc-component svg {
    -webkit-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in;
}

.freeAcc-component button {
    cursor: pointer;
    border: none;
    background-color: transparent;
    margin: 0px;
    padding: 0px;
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
}

button.freeAcc-ButtonType-A {
    background-color: #000;
}

.freeAcc-bg-color {
    background-color: #000;
}

button.freeAcc-openButton {
    font-size: 24px;
    color: #fff;
    padding: 3px 15px;
    line-height: 100%;
    position: fixed;
    z-index: 2147483645;
    right: 0;
    top: 60px;
}

button.freeAcc-openButton:focus {
    outline: 2px solid red;
}

button.freeAcc-openButton svg {
    width: 26px;
    fill: #fff;
    margin-left: 6px;
}

button.freeAcc-openButton:hover>span,
button.freeAcc-openButton:hover>svg,
button.freeAcc-openButton:focus>span,
button.freeAcc-openButton:focus>svg {
    color: #fff900;
    fill: #fff900;
}


button.freeAcc-ButtonType-D {
    background-color: #dedede;
    font-size: 20px;
    width: 100%;
    padding: 5px;
    margin: 0px 0px 5px 0px;
    border: 1px solid #cecece;
    border-radius: 3px;
    -webkit-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.65);
    box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.65);
}

button.freeAcc-closeButton {
    color: #ffffff;
    font-size: 18px;
    padding: 1px 10px;
    line-height: 27px;
    float: left;
}

button.freeAcc-closeButton span {
    font-size: 26px;
    position: relative;
    top: 4px;
}

.freeAcc-header-container {
    width: 300px;
    position: absolute;
    left: 0px;
    top: 0px;
    min-height: 33px;
}

.freeAcc-menu {
    width: 300px;
}

button.freeAcc-openButton span {
    position: relative;
    top: -5px;
}

img.freeAcc-openButton-img {
    width: 30px;
}

.freeAcc-welcomeYou {
    color: #ffffff;
    font-size: 18px;
    padding: 1px 10px;
    line-height: 27px;
    float: right;
}

.freeAcc-welcomeYou svg {
    width: 26px;
    fill: #fff;
    position: relative;
    margin-left: 5px;
    top: 3px;
}

.freeAcc-welcomeYou span {
    display: inline-block;
    position: relative;
    top: -4px;
}

.freeAcc-welcomeYou img {
    position: relative;
    top: -1px;
}

.freeAcc-inner {
    width: 0px;
    height: 100%;
    padding: 45px 0px;
    background-color: #f9f9f9;
    border: 2px solid #000000;
    text-align: center;
    position: fixed;
    right: 0;
    top: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: 5px 0px 15px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 5px 0px 15px 0px rgba(0, 0, 0, 0.75);
    z-index: 2147483647;
    overflow: hidden;
    opacity: 0;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.freeAccOpen {
    width: 300px;
    opacity: 1;
}

.freeAcc-component {
    font-family: arial;
}

ul.freeAcc-menuTypeA {
    margin: 0px;
    padding: 0px 0px 5px 0px;
    list-style: none;
    display: inline-block;
    border-bottom: 1px solid #c0c0c0;
    width: 90%;
}

ul.freeAcc-menuTypeB {
    margin: 0px;
    padding: 0px 0px 5px 0px;
    list-style: none;
    display: inline-block;
    width: 90%;
}

ul.freeAcc-menuTypeA li {
    padding: 5px 0px;
    margin: 4px;
    float: right;
}

button.freeAcc-ButtonType-C {
    padding: 5px;
}

.freeAcc-ButtonType-C svg {
    width: 50px;
    height: 40px;
}

li.freeAcc-borderStyle {
    border-right: 1px solid #c0c0c0;
    border-left: 1px solid #c0c0c0;
}

img.freeAcc-img {
    width: 40px;
}

span.freeAcc-spanType-A {
    font-size: 12px;
    display: block;
}

span.freeAcc-spanType-A {
    font-size: 13px;
    display: block;
}

.freeAcc-RTL {
    text-align: right;
    direction: rtl;
}

.freeAccCredit-container {
    position: absolute;
    bottom: 0;
    width: 300px;
    padding: 0px;
}

ul.freeAcc-menuTypeC {
    margin: 0px;
    padding: 0px;
    list-style: none;
    display: inline-block;
    width: 100%;
}

button.freeAcc-DisableAll {
    width: 100%;
    background-color: #ff3737;
    color: #fff;
    font-size: 20px;
    padding: 10px;
    position: relative;
    z-index: 1;
}

button.freeAcc-DisableAll:hover,
button.freeAcc-DisableAll:focus {
    outline: 3px solid #000;
    background-color: #ba0000;
}

button.freeAcc-ButtonType-E {
    text-align: right;
    width: 100%;
    padding: 10px 15px;
    border-bottom: 2px solid #000;
    font-size: 16px;
    background-color: #fff;
    position: relative;
}

button.freeAcc-ButtonType-E:hover,
button.freeAcc-ButtonType-E:focus {
    background-color: #353535;
    color: #fff;
    outline: 3px solid #000;
}

span.freeAcc-iconFloat {
    position: absolute;
    left: 10px;
    top: 9px;
    background-color: #000;
    color: #fff;
    width: 26px;
    height: 26px;
    text-align: center;
    border-radius: 50px;
    font-size: 24px;
    line-height: 22px;
}

a.freeAcc-credit {
    display: block;
    width: 100%;
    background-color: #000;
    margin: 0px;
    color: #ffffff;
    padding: 5px 10px;
    font-size: 14px;
}

a.freeAcc-credit:hover {
    text-decoration: underline;
    color: #fff900;
}

button.freeAcc-ButtonType-B:hover {
    color: #fff900;
}

button.freeAcc-ButtonType-B:focus {
    outline: 3px dotted #fff;
    color: #fff900;
}

button.freeAcc-ButtonType-C:hover {
    background-color: #eeeeee;
    outline: 1px solid #cccccc;
}

button.freeAcc-ButtonType-C:focus {
    outline: 3px dotted #000;
    background-color: #eeeeee;
}

button.freeAcc-ButtonType-D:hover {
    background-color: #fff;
}

button.freeAcc-ButtonType-D:focus {
    outline: 3px solid #000;
    background-color: #fff;
}


/* end of component style RTL */

/* start of costume elments add to site */

span.freeAccBtnName {
    overflow: hidden;
    width: 0px;
    height: 20px;
    display: block;
    position: absolute;
    padding: 0;
    top: 6px;
    left: 29px;
    background-color: #000;
    z-index: 0;
    text-align: right;
    font-size: 14px;
    font-weight: 100;
    line-height: 14px;
    border-radius: 0px 10px 10px 0px;
    opacity: 0;
}

span.freeAccBtnName.freeAccShow {
    padding: 3px 10px;
    width: 100px;
    opacity: 1;
}

svg#freeAccShowSVG,
svg#freeAccHideSVG {
    width: 23px;
}

svg#freeAccStopSVG {
    width: 12px;
}

svg#freeAccPlaySVG {
    width: 12px;
    left: 3px;
}

button.freeAccBtnStyle:hover>svg.freeAccSVG,
button.freeAccBtnStyle:focus>svg.freeAccSVG {
    fill: #fff900;
}

button.freeAccBtnStyle {
    position: absolute;
    z-index: 1;
    background-color: #000;
    border: 0px;
    width: 32px;
    height: 32px;
    border-radius: 50px;
    text-align: center;
    color: #ffffff;
    font-size: 16px;
    line-height: 20px;
    padding: 0px;
    margin: 0px;
}

button.freeAccBtnStyle:hover,
button.freeAccBtnStyle:focus {
    color: #fff900;
}

button.freeAccVideo {
    left: 15px;
    bottom: 15px;
}

button.freeAccSlider {
    left: 15px;
    top: 0px;
}

button.freeAccLogoSlider {
    left: 15px;
    top: -75px;
}

button.freeAccTeamSlider {
    left: 15px;
    top: -76px;
}

svg.freeAccSVG {
    fill: #fff;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
}


/* this website spasific costum changes after acc mode */

ul.freeAccSliderReplace1,
ul.freeAccLogoSliderReplace {
    list-style: none;
    padding: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 1120px;
    margin: 0px auto;
}

ul.freeAccTeamSliderReplace {
    list-style: none;
    padding: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 1120px;
    margin: 0px auto;
}


ul.freeAccSliderReplace1 li,
ul.freeAccLogoSliderReplace li {
    max-width: 280px;
    padding: 0px 15px 15px 0px;
}

ul.freeAccSliderReplace1 li img {
    width: 100%;
}

ul.freeAccSliderReplace1 li h3 {
    margin: 5px 0px 0px 0px;
    padding: 0px;
    line-height: 30px;
    color: #000;
    font-size: 22px;
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
}

ul.freeAccSliderReplace1 li p {
    font-size: 14px;
    line-height: 18px;
    color: #000000;
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
}

ul.freeAccTeamSliderReplace>li>.member h3,
ul.freeAccTeamSliderReplace>li>.member>.bottomember,
ul.freeAccTeamSliderReplace>li>.member h4 {
    opacity: 1;
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
}

ul.freeAccTeamSliderReplace>li>.member h3 {
    font-size: 18px;
}

ul.freeAccTeamSliderReplace>li>.member h4 {
    font-size: 16px;
}

.threesixty-nav-bar {
    direction: ltr;
}

.mfp-content .threesixty-image {
    position: absolute !important;
    max-width: 65vh;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.footer-bottom .footer-copyrights-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.category-header img.svg-img {
    position: absolute;
    left: 20%;
    bottom: 0;
    max-height: 200px;
}

.term-84 .category-header img.svg-img {
    position: absolute;
    left: 20%;
    bottom: 0;
}

@media screen and (max-width: 670px) {
    button.freeAccVideo {
        display: none;
    }

    ul.freeAccSliderReplace1 {
        width: 300px;
    }

    button.freeAccSlider {
        left: 45px;
        top: -50px;
        z-index: 2;
    }

    button.freeAccLogoSlider {
        left: -15px;
    }

    .mfp-content .threesixty-image {
        max-width: 90vw;
    }

    /* div#related h2 {
        font-size: 6.083VW;
    } */

    div#related .carousel-area .product-slide {
        background: none;
    }
}

.cookie-notice-revoke-container {
    width: 40%;
    left: 0;
}

.cookie-notice-hidden {
    display: none
}

.single img.svg-img {
    display: block !important;
    position: absolute;
    bottom: 0;
    left: 0;
}

@media (min-width: 992px) {
    ul.st-swatch-size-large li.type-image {
        width: 44px;
        height: 44px;
    }
    
    ul.st-swatch-size-large[data-attribute="pa_legs"] li.type-image {
        width: 54px;
        height: 54px;
    }
    .swiper-control-bottom.thumbnails {
        top: calc(100% - 150px);
    }

    .swiper-control-bottom.thumbnails {
        position: absolute;
        z-index: 99999999999;
        margin-bottom: 0;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        width: 770px;
        height: 120px !important;
        top: calc(100% - 200px);
    }
}

#cookie-notice.cn-bottom {
    bottom: 4vw;
}

div#popup {
    text-align: center;
    width: auto;
    max-width: 380px;
    margin: 0 auto;
    position: relative;
}

div#popup iframe {
    border: none;
}

a.popup-modal-dismiss {
    position: absolute;
    left: 25px;
    top: 5px;
    font-size: 26px;
}

@media (max-width: 767px) {
    a.popup-modal-dismiss {
        left: 10px;
    }
}

footer p.widget-title {
    border: none;
    margin-bottom: 0;
}

.back-top {
    left: 17px;
    bottom: 65px;
}

ul.st-swatch-preview li,
.st-item-meta .st-swatch-preview {
    border: 1px solid #afafaf;
}

.snifim-image:hover {
    transition: all 0.4s ease-in-out;
    transform: scale(1.1);
}


.snifim-image {

    transition: all 0.4s ease-in-out;
}

.snifim-item-inner {
    width: 100%;
    overflow: hidden;
}

.snifim.spacing-15 .snifim-item {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    right: auto !important;
}

.page-id-4060 .etheme-pagination.snifim-pagination {
    display: none;
}

.snifim.spacing-15 {
    overflow: hidden;
}

.snifim-item-inner {
    margin-bottom: 30px;
}

#menu-item-12855>a {
    color: #e2b411 !important;
}

#payment ul.wc_payment_methods {
    height: 0;
    overflow: hidden;
}

#menu-item-11223>span,
#menu-item-11223>a {
    font-weight: bold;
}

@media (min-width: 992px) {
    .only-mobile {
        display: none !important;
    }
}

@media (max-width: 1290px) {
    /* countdown */
    .header-xstore.has-countdown {
        height: 145px;
        background: #fff;
    }
    .header-xstore.has-countdown.has-hadaerstrip {
        height: calc(145px + 32px);
    }
    .wrap-countdown {
        top: 100px;
        right: 0;
        width: 100%;
        padding: 0 80px;
        justify-content: center;
        transform:inherit;
    }
    /* end countdown*/
}

@media (max-width: 991px) {
    .center-mobile {
        text-align: center !important;
    }

    .only-desktop {
        display: none !important;
    }

    /* countdown */
    .header-xstore.has-countdown {
        height: 130px;
    }
    .header-xstore.has-countdown.has-hadaerstrip {
        height: calc(130px + 32px);
    }

    .wrap-countdown {
        padding: 0 30px;

    }
    .section-cover:not(.has-oembed) {
        margin-top: 0 !important;
    }
    /* end countdown*/
}


.ajax-content {
    display: flex;
    flex-wrap: wrap;
}

.mobile-sidebar-widget {
    display: none;
}

.snifim-image a:before {
    background: none !important;
}

.products-carousel img {
    transform: scale(.85);
}

.woocommerce-variation-price,
.product-content .price {
    font-weight: bold;
}

.product-content .price.show-price-desc {
    width: 315px;
    font-size: 18px;
    position: relative;
    color: #000000;
    border-radius: 20px;
    padding: 0 15px 0 45px;
    line-height: 38px;
    height: 38px;
    border: 1px solid #e2b411;
    display: inline-block;
    margin: 0;
}

.product-content .price.show-price-desc::after {
    content: "";
    position: absolute;
    background-image: url(images/down-arrow.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 16px;
    height: 14px;
    top: 12px;
    left: 15px;
}

.page-id-4060 h3 {
    color: #fff !important;
    background-color: rgba(0, 0, 0, .75) !important;
    padding: 8px !important;
}

.woocommerce-privacy-policy-text p {
    font-size: 18px !important;
    font-weight: bold !important;
    color: #e94b35 !important;
}

.snifim-descr {
    padding: 0 !important;
    display: flex;
    position: relative;
    z-index: 2;
}

.elementor-kit-10121 .spacing-15 h3 {
    float: right;
    width: 80%;
    font-size: 18px !important;
    min-height: 37px;
}

@media screen and (max-width: 1725px) {
    #ajax-search.active #ajax-search-results {
        max-height: calc(100vh - 300px) !important;
        box-shadow: 1px 20px 16px 0px #4444448f !important;
        overflow-y: auto;
    }

    #ajax-search-results-list {
        display: flex;
        flex-direction: column;
        margin-top: 10px;
    }
    
    #ajax-search #product-results, 
    #ajax-search #category-results {
        text-align: right;
        width: 100%;
        padding: 0 10px;
    }

    #ajax-search #product-results .list {
        padding: 10px 0;
    }
    #ajax-search #category-results {
        margin-top: 10px;
    }

    #ajax-search #product-results .list {
        grid-template-columns: repeat(1, 1fr);
    }

    #ajax-search #product-results .list a {
        display: flex;
        margin-bottom: 7px;
    }
}
@media screen and (max-width: 1325px) and (min-width: 992px) {
    #ajax-search #product-results .list a {
        flex-direction: column-reverse;
    }
    #ajax-search #product-results .list a img,
    #ajax-search #product-results .list a .textuals {
        max-width: 100%;
        margin: 0;
        padding: 0;
    }
    #ajax-search #product-results .list a img {
        margin-bottom: 10px;
    }
}
@media only screen and (max-width: 767px) {
    .elementor-kit-10121 .spacing-15 h3 {
        float: right;
        width: 80%;
        font-size: 17px !important;
    }
}

.elementor-kit-10121 .spacing-15 .snifim-descr .read-more {
    /* float: left; */
    width: 100% !important;
    min-height: 36px !important;
    height: auto !important;
    padding: 1px 13px 1px !important;
    line-height: 36px !important;
}

.elementor-kit-10121 .spacing-15 .snifim-descr .more-button:before,
.elementor-kit-10121 .snifim-descr .more-button:after {
    display: none !important;
}



* #payment ul.wc_payment_methods {
    height: 100%;
}

#ms-menu {
    list-style: none;
}
.wrap-var-price {
    display: flex;
    align-items: center;
    align-content: center;
    margin: 10px 0;
    /* width: fit-content; */
    float: right;
    /* width: 100%; */
}

.wrap-var-price + .label-image-banner-wrap {
    float: right;
    margin-right: 10px;
}
.wrap-var-price + .label-image-banner-wrap + .variation {
    clear: both;
}
.product-content .price {
    width: auto;
    font-size: 1.4rem;
    line-height: 1.2;
    color: #888;
    display: inherit;
    margin: 0;
}
.product-content .price del {
    margin-left:5px;
}
.content-product .price {
    width: 100%;
    margin-top: auto;
    display: block;
}
.woocommerce-variation.single_variation .woocommerce-variation-price {
    margin: 0;
}
table:not(.shop_table.woocommerce-checkout-review-order-table) th:first-child, table:not(.shop_table.woocommerce-checkout-review-order-table) td:first-child {
    padding-top: 0;
}
.fixed-button {
    display: none
}

.term-description {
    position: relative;
    margin-bottom: 0;
}

.snifim-descr h3 {
    color: #fff
}

div#tm-epo-totals {
    display: none;
}

.thwepof-input-field {
    border: 1px solid;
}

td.label.abovefield {
    text-align: right;
    font-weight: 400;
    display: block;
    margin-right: -12px;
}

table tr:first-child td,
.woocommerce table.wishlist_table tr:first-child td {
    padding-top: 0;
}

.snifim-descr .read-more {
    height: 17px !important;
    margin-top: 0px;
    background: #e2b411;
    height: 100%;
    display: inline-block;
    line-height: 1;
    padding: 1px 3px 1px;
    line-height: 1;
    position: relative;
    z-index: 9;
    width: 50px;
    -webkit-transition: all 0.4 ease;
    -o-transition: all 0.4 ease;
    transition: all 0.4 ease !important;
    display: block;
}

.pum-content.popmake-content p {
    display: none;
}

.swiper-control-bottom.thumbnails {

    top: calc(100% - 150px);
}

.swiper-container.thumbnails li.thumbnail-item {
    opacity: 1 !important;
    height: 0;
}

.et-icon {
    font-family: 'xstore-icons' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 23px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.content ul.woocommerce-order-overview {
    padding: 5px 20px !important
}

p.thankyou {
    text-align: center;
    margin-top: 30px;
    font-size: 26px
}

.woocommerce-order-overview__payment-method {
    display: none
}

.woocommerce-table--order-details ul.wc-item-meta {
    margin-bottom: 0
}

#payment .payment_methods li:last-child {
    color: #000;
    margin-bottom: .8em;
}
.onsale.wdr-onsale,
.sale-wrapper {
    display: none;
}
.ajax-content .product {
    height: auto !important;
}
.content-product {
    margin-top: 25px;
    height: calc(100% - 55px);
    display: flex;
    flex-direction: column;
}
/* .content-product .product-image-wrapper {
    height: 100%;
} */
.content-product .product-details {
    display: flex;
    flex-direction: column;
    height: 100%;
}
.onsale,
.sale-value {
    background-color: #d64444;
    border-radius: 50%;
    width: 3.75em;
    height: 3.75em;
    font-size: 16px;
    line-height: 3.75em;
}

.onsale.image {
    left: auto;
    right: 0px;
    top: -25px;
    background-size: 100% auto;
    border-radius: 0;
    height: 60px;
    padding: 0;
    background-repeat: no-repeat;
    width: 60px;
    background-color: transparent;
}
.single-product .product-content .sale-image-wrapper {margin-top: 0;}
.single-product .product-content .product-images .onsale.image {
	height: 80px;
	width: 80px;
    top:0;
    right:15px;
}
.single-product .product-content .product-images .custom-label.top_right + .only-label-group .onsale.image,
.single-product .product-content .product-images .custom-label.top_right + .only-label-group .onsale.image {
    top: 47px;
}
.product-information-inner .onsale.image {
    position: static;
    width:174px;
    height:29px;
    margin: 10px 0 5px;
}
.display_percentage_and_image_banner_image {
    text-align: center;
    min-height:29px;
    margin-top: 10px;
}
.display_percentage_and_image_banner_image .only-label{
    margin: 0 auto;
}
.display_percentage_and_image_banner_image .onsale.image {
    position: static;
    width:174px;
    height:29px;
    margin: 0 auto 0;
    background-position: bottom center;
}
.menu>li.orange>a {
    color: orange !important
}

section.woocommerce-customer-details {
    display: none;
}

.form-row-first {
    padding: 0
}

div.quantity .minus,
td.quantity .minus,
div.quantity .plus,
td.quantity .plus,
input.qty {
    border: 1px solid;
    color: #000
}

#woofc-area {
    border-radius: 0 0 20px 20px;
}

.woofc-area.woofc-style-02 .woofc-no-item,
.woofc-area.woofc-style-03 .woofc-error {
    padding: 20px;
    text-align: center;
    color: #fff;
}

.cart-checkout-nav {
    display: none;
}

/* .woofc-area.woofc-style-02 .woofc-area-mid .woofc-item:hover .woofc-item-inner .woofc-item-remove,
.woofc-area.woofc-style-02 .woofc-area-mid .woofc-item:hover .woofc-item-inner .woofc-item-special {
    color: #ff0000;
    right: 12px;
    top: 28px;
    font-size: 34px
} */
.woofc-area.woofc-style-02 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-price {
    display: flex !important;
    flex-direction: column-reverse;
}
.woofc-area.woofc-style-02 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-price span {
    font-size: 14px !important;
    font-weight: bold !important;
    opacity: 1 !important
}
.woofc-area.woofc-style-02 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-price > span::before{
    content: "מחיר: ";
}
#woofc-area .woofc-item-data .variation br {display: none;}
#woofc-area .woofc-item-data .variation-{
    width: auto;
}
#woofc-area .woofc-item-data dt.variation-::after {
    content: ": ";
}
.woofc-area.woofc-style-02 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-qty {
    order: 2
}

.woofc-area.woofc-style-02 .woofc-area-top span {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    text-align: center;
    font-size: 23px;
}

.woofc-area.woofc-style-02 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-info {
    order: 2;
    flex-grow: 1;
    text-align: right;
    color: #000 !important;
}

.woofc-area.woofc-style-02 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-info .woofc-item-title {
    font-size: 16px
}

.woofc-item-qty-inner input.qty {
    height: 38px !important;
    line-height: 38px !important;
    width: 38px;
    border-top: 1px solid #000 !important;
    border-bottom: 1px solid #000 !important;
}

.woofc-item-qty-minus,
.woofc-item-qty-plus {
    border: 1px solid !important;
    height: 38px !important;
    line-height: 38px !important;
}

.woofc-item-qty-minus {
    border-radius: 0 20px 20px 0 !important;
}

.woofc-item-qty-plus {
    border-radius: 20px 0 0 20px !important;
}

.woofc-item-qty-inner input.qty,
.woofc-item-qty-inner div.quantity {
    margin-bottom: 0
}

.woofc-item-data .variation- p {
    color: #000 !important;
    font-size: 12px;
    line-height: 1.2
}

.variation- {
    display: inline-block;
    width: 49%
}
@media only screen and (max-width: 768px) { 
    .woofc-area.woofc-style-02 .woofc-area-mid .woofc-item.woofc-item-has-remove .woofc-item-inner {
        -webkit-transform: translate3d(-20px, 0, 0);
        transform: translate3d(-20px, 0, 0);
        width: calc(100% - 20px);
        padding-right:0;
    }
    .woofc-area.woofc-style-02 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-remove, 
    .woofc-area.woofc-style-02 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-special {
        right: -28px;
    }
}
/* .woofc-area.woofc-style-02 .woofc-area-bot .woofc-action .woofc-action-inner>div a {
    background: #000 !important;
    color: #fff !important;
} */
#place_order:hover,
.checkout-button:hover,
.single-product .fixed-content a.send-button-border:hover,
.woofc-area.woofc-style-02 .woofc-area-bot .woofc-action .woofc-action-inner>div a:hover {
    background-color: #4c4c4c!important;
    border-color: #4c4c4c!important;
    color: #fff!important;
}

.page-template-default .page-heading {
    position: relative;
    min-height: 0;
}

body>div.template-container>div.template-content>div.page-wrapper>div.container.content-page.sidebar-mobile-bottom>div>div>div>div.woocommerce>div.woocommerce-order>p:nth-child(3) {

    display: none;
}

.cart .quantity {
    margin-left: 20px !important
}

div.quantity,
td.quantity {
    margin-left: 0 !important;
    position: relative;
    height: inherit;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    display: flex;
    justify-content: center;
    margin-right: 0px;
    align-items: center;
    float: left;
    float: right !important;
}


.woofc-menu-item .woofc-menu-item-inner:after {
    content: attr(data-count);
    display: block;
    background-color: #e94b35;
    color: #fff;
    font-size: 10px;
    font-weight: 400;
    width: 16px;
    height: 16px;
    line-height: 16px;
    text-align: center;
    border-radius: 8px;
    position: absolute;
    left: 4px;
    top: -13px;
}

.wpb_button,
.wpb_content_element,
ul.wpb_thumbnails-fluid>li {
    margin-bottom: 0px;
    margin-top: 0;
}

.snifim-image a:before {
    background: #0003
}

.wpb_text_column.wpb_content_element {
    margin-bottom: 30px;
}

.posts-slider article .post-heading {
    margin-bottom: 15px;
    display: block;
    min-height: 40px;
}

.woocommerce-variation-availability {
    display: none
}

.variations_button input.qty {
    margin-bottom: 0;
    -moz-appearance: textfield !important;
}

.widget_search .btn {
    background: #000
}

.woocommerce-product-search button::before,
.widget_product_search button::before,
.widget_search button i {
    text-align: center
}

.quantity input::-webkit-outer-spin-button,
.quantity input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.shop_table dt,
.shop_table dd:nth-child(2n) {
    margin-left: 0
}

.shop_table .variation {
    color: #4e4e4e
}

.single-product .fixed-content {
    margin-bottom: 20px
}

form .variations select {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAABkCAYAAABw4pVUAAAABmJLR0QA/wD/AP+gvaeTAAAEm0lEQVR4nO3cWaiUZRgH8N85armShlgWLZS0gLQgIVm0UGQgtEBKe110IdSFF0FXhtCNChERFLSQFBUltEC0ZxS0E7QZ0UJEG6aFltmiOV28c3DpvO+cZWa+c+Z7fjAo58x87/99HuSceb9nJIQQQgghhBBCCCGEEEIIIYQQQgghhBBCO01o/nkYrsRp+B7bK0tUL7NwFRZhM7bCOfgdjebjl+bXQmediy321H07ToeP9vriwGMHFlcSsx4ulGq8f92fhm2DfKOBv3BRBWF73cVSbQer+cvwbOabDfyDZV2P3LuWSTXN1ftGOBY/Fp60C9d0OXgvulaqZa7OD6Nv4MlH4svCk3djRfey95wVUg1z9b3TXs0YcCg2Fl7UwMrOZ+85tyrX9HaDNGPAIfi4xQVWdy57z1mtXMtVQ7nILLzX4kJr25u7J61VruEtw7nYTLzd4oL3oL892XtKv1Sb0s/jm0dy4enYULhwA/eKpuytH/fJ1+tfLB/NAlOlNyulpjyKiaNZpEdMxGPKzbihHQtNwQuFhRp4ApPasdg4NUmqQa4+O3F5Oxc8AE8WFmxI7/gnt3PRcWKy1qcdSzux8CSsLyzckP4lTenE4mPUdLwmX48/saSTASZgXSFAA69jRidDjBEz8IZ8HXZIp7od14/7C0Ea0vuYg7sRpiIH4335/f+Gs7oZqE86fyk15QPM7maoLpkt7S237204o4pgfdI5TKkpGzG3inAdMhefye93CxZUlq5plXJTPsfhVYVro8OlveT2+TNOqSzdfm5Rbso3OKaydKN3jLSH3P5+wAmVpcu4WfnM/1vMqyzdyM2Tsuf29R2OqyxdC8ulI4Jc+J8wv7J0wzdfypzbz1c4qrJ0Q3SDclM24aTK0g3dyVLW3D6+wBGVpRumK6Tzm9xmfsXCytK1tlDKmMv/iXQzb1xZqjxhsVWa2BtrFknZcrk/xJzK0o3SEuk8J7e57TivsnT/d76UKZf3Henm3biWm9IbePyBCypLt8di5Zxv4qDK0rXZ2dL5Tm6zf+OSytJxaTNDLt8rmFZZug45U35stSH9vLmsglxXK/8C8qJ057QnLbDvxPf+j124rot5rleeJnxKujnX006VPguRK8JuzRnXDrtJ+WRhvRrdlj5ROv8pNaWTo6utRjvX2fNhpto4XjoHyhWloTOjqytbrPmAGo82HY2vlQvUztHVVqOdgw49102ryfsG1rRhnVajncWh57o5FJ8qF+xuIytYf/O1pWuvGlX6HjXH4J933Psx3NHV/uZrStcc1tBz3czCu8oFfMTQRlcnSmOupd/kRjT0XDcz8ZZyUx5Xfo/QarRz1EPPdTMNryo3JTe62mq0s21Dz3UzFS8pN+V5+46uthoM3yndPAsjdCCeUW7KwOjqjObfc8/r2NBz3UzBc8pN2aA89Byft2+zCdLnuEtNyT26NvRcNxPwoOE1o+tDz3XTh7sMrRmVDT3XTR/uUG7GmBh6rpvbDN6MMTX0XDdr7NuMzdIdyXGrF46bF0u/RW3CQ9L/bBRCCCGEEEIIIYQQQgghhBBCCCGEEEIIIYD/AI5xCCmGn2cGAAAAAElFTkSuQmCC);
    border: 1px solid #000;
    max-width: calc(100% - 40px);
    margin-left: 14px;
    width: auto;
}

form .variations select + .reset_variations {
    margin-top: 6px;
}

.header-wrapper {
    z-index: 999999 !important
}

.print-button {
    position: relative
}

li.type-image:hover span {
    overflow: visible
}

li.type-image span img {
    border-radius: 50%
}

ul.st-swatch-size-large li.type-image,
ul.st-swatch-size-large li.type-image,
ul.st-swatch-size-large li.type-image span,
ul.st-swatch-size-large li.type-image img {
    cursor: pointer
}

.st-swatch-preview li.selected {
    border: 3px solid #e2ba4c;
    box-shadow: 0px 0px 3px 0px #000;
}
@media only screen and (max-width: 768px) { 
    .st-swatch-preview li.selected {
        border: 2px solid #e2ba4c;
        box-shadow: inherit;
    }
}
h2,
.h2,
h3,
.h3 {
    font-size: 20px !important;
    font-weight: 700;
    color: #000;
}

.product-images {
    z-index: 9999;
}

.header-wrapper .navbar-toggle {
    color: #222222 !important
}

.mobile-menu-wrapper .menu>li>a:active,
.mobile-menu-wrapper .menu>li>a:hover,
.mobile-menu-wrapper .container .menu>li .sub-menu li a:active,
.mobile-menu-wrapper .container .menu>li .sub-menu li a:hover {
    color: #b2d234;
    font-weight: bold
}

.fixed-button a {
    background: #ff0000;
    color: #fff;
    padding: 10px;
    position: fixed;
    left: 0;
    top: 85px;
    z-index: 99;
    text-align: center;
    font-size: 16px;
    line-height: 1;
    width: 160px;
    pointer-events: none;
    cursor: default;
}

/* bundle */
.bundled_product_summary .bundled_product_title {
    margin-bottom: 20px;
    display: flex;
}
.bundled_product_summary .bundled_product_title a.bundled_product_permalink {
    display: block;
    line-height: 0;
}
.bundled_product_summary .bundled_product_title .bundled_product_title_inner {
    font-size: 24px;
}
.bundled_product_summary .bundled_product_title a.bundled_product_permalink:before {
    content: "לעמוד המוצר" !important;
    background-color: #e2b411;
    color: #222222;
    display: inline-block;
    text-align: center;
    border: 0;
    font-weight: bold;
    font-size: 1.14rem !important;
    width: 120px;
    border-radius: 20px !important;
    padding: 0 15px;
    line-height: 38px;
    height: 38px;
    font-family: 'Heebo' !important;
    transform: inherit !important;
    position: static !important;
}
/* checkout */
.cart-order-details #order_review .shop_table td,
.cart-order-details #order_review .shop_table th {
    width: 50%;
}
tr.woocommerce-shipping-totals {display: block !important; width: 200% !important;} 
tr.woocommerce-shipping-totals th, 
tr.woocommerce-shipping-totals td {display: block !important; width: 100% !important;padding-right:0!important;padding-left:0!important;} 
tr.woocommerce-shipping-totals td {padding-top:0!important;}
dl.variation {width: 100%;}
dl.variation dt::after {content: ':';}
dl.variation dt,
dl.variation dd {width: auto;}
#shipping_method li {flex-direction: row;align-items: center;}
#shipping_method input[type="radio"] {margin: 0 0 0 8px;}
.woocommerce-form-coupon-toggle {
    font-weight: bold;
}
.form-row.place-order input[type="checkbox"]{
    margin-right:0 !important;
}
.woocommerce-form-coupon-toggle .woocommerce-info {
    font-size: 20px;
    padding: 0 0 0 0 !important;
}
.woocommerce-form-coupon-toggle .woocommerce-info a {
    font-size: 18px;
}
.products-loop .outofstock .product-content-image, .productCarousel .outofstock .product-content-image {
    pointer-events: auto;
}
.woocommerce-form-coupon .form-row.form-row-last {
    padding-right: 10px;
}
.before-checkout-form .form-row.form-row-first {
    display: flex;
    flex-direction: column;
    width: 350px;
}
.before-checkout-form .form-row.form-row-first .coupon-error-notice {
    margin-bottom: 20px;
    /* width: 200%; */
    padding: 0.79em 1.2em 0.79em calc(1.2em + 25px);
    margin: 0 0 1.43em;
    position: relative;
    font-size: 1.14rem;
    word-wrap: break-word;
    border: 1px solid #e1e1e1;
    border-top: 2px solid;
    border-top-color: #1565c0 !important;
    border-radius: 0;
    display: inline-block;
    width: 100%;
    box-sizing: border-box;
    padding-left: 1.2em !important;
    padding-right: calc(1.2em + 25px) !important;
}
.before-checkout-form .form-row.form-row-first .coupon-error-notice:before {
    position: absolute;
    font-family: 'xstore-icons';
    border-radius: 50%;
    /* left: 20px; */
    padding: 0;
    top: auto;
    background: transparent;
    font-style: normal;
    color: #1565c0;
    content: "\e906";
    left: auto;
    right: 20px;
}
.checkout.woocommerce-checkout input[type="radio"],
.checkout.woocommerce-checkout input[type="checkbox"] {
    accent-color: #000;
}
.checkout.woocommerce-checkout table tfoot,
.checkout.woocommerce-checkout .cart-collaterals, 
.checkout.woocommerce-checkout .order-review,
.checkout.woocommerce-checkout #payment,
.checkout.woocommerce-checkout .step-title {
    border-color: #000;
}


@media only screen and (min-width: 992px) {
    .checkout.woocommerce-checkout > .row {
        display: flex;
    }
    .cart-order-details .order-review{
        background: #fff;
        position: sticky;
        top: 124px;
        z-index: 2;
        margin-bottom: 0;
    }
} 
@media only screen and (max-width: 768px) {
    .before-checkout-form .form-row.form-row-first {
        width: 50%;
    }
    .before-checkout-form .checkout_coupon .button {
        margin-top: 0;
        float: right;
    }
}
/*--------- 23-08-24 -----------*/
.custom-contact-form p{
    margin-bottom:0
}
.form-image-wrapper{
    background-size: cover;
    background-position: center center;
    min-height: 635px;
    position: relative;
}

.form-image-wrapper-in  {
    position: relative;
    z-index: 1;
}
.form-image-wrapper .form-image-title {
    margin:0 0 15px;
    font-size:60px;
    font-weight:700;
    padding-top: 10px;
    line-height: 1.1;
    color: #000;
    direction: ltr;
}
.form-image-wrapper .form-image-subtitle {
    font-size: 20px;
    color: #000;
    font-weight:700;
}
.form-image-wrapper form{
    text-align: center;
}
.form-image-wrapper form .wpcf7-response-output{
    display: inline-block;
    padding: 0 15px !important;
    min-width: 545px;
    margin: 0 auto;
}
.custom-contact-form-wrapper{
    padding:20px;
    text-align:center;

}
.form-image-wrapper::before {
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.5);
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
}

.custom-contact-form-wrapper .contact-form-data{
  max-width:545px;
  margin:30px auto 0;
  width: 100%;
}
.custom-contact-form-wrapper .contact-form-data .form-text input:not([type="checkbox"]){
    border-radius:0;
    height:44px;
    border:2px solid #e1dfdf;
}
.custom-contact-form-wrapper .contact-form-data .form-text .wpcf7-list-item-label{
    color: #000;
}
.custom-contact-form-wrapper .contact-form-data .form-text input.wpcf7-not-valid{
    border: 1px solid #ff0000;
}
.custom-contact-form-wrapper .contact-form-data > p{
    max-width:300px;
    margin:0 auto;
    width: 100%;
}
.custom-contact-form-wrapper .contact-form-data > p input{
    font-size:24px;
    height:48px;
    border-radius: 50px !important;
    background-position: left 13px top 9px;
}

.popup {
    width: 100%;
    height: 100%;
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    bottom: 0;
    text-align: center;
    z-index: 999;
    transform: translate(-50%, -50%);
    background-color: #d9d9d9cf;
}
.popup .popup-content{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}
.popup .popup-content .inner-content{
    background-color: #fff;
    padding: 25px;
    width: 520px;
    position: relative;
}
.popup .popup__content {
    width: 80%;
    overflow: auto;
    padding: 50px;
    background: white;
    color: black;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    box-sizing: border-box;
}

.popup .close {
    position: absolute;
    left: 10px;
    top: 10px;
    width: 20px;
    display: block;
    font-size: 30px;
    cursor: pointer;
}

.popup .close span {
    cursor: pointer;
    position: fixed;
    width: 20px;
    height: 3px;
}

.popup .close span:nth-child(1) {
    transform: rotate(45deg);
}

.popup .close span:nth-child(2) {
    transform: rotate(135deg);
} 

.popup .title{
    font-size: 26px;
    font-weight: bold;
}
.custom-text .sten-li-disabled{
    cursor: pointer;
    display: block;
}
.st-swatch-in-loop li.sten-li-disabled .sten-disabled {
    z-index: -1;
}
@media (max-width: 767px){
    .form-image-wrapper form .wpcf7-response-output{
        min-width: 80%;
    }
    .form-image-wrapper h1 {
        font-size: 38px !important;
    }
}

@media (max-width: 575px){
    .popup .popup-content .inner-content{
        width: 90%;
    }
}



/*--------- 23-08-24 -----------*/

@media only screen and (min-width:993px) {
    .before-checkout-form {
        margin-top: 20px
    }
}
@media only screen and (max-width: 992px) {
    .display_percentage_and_image_banner_image .onsale.image,
    .product-information-inner .onsale.image {
        position: static;
        width:150px;
        height: 25px;
    }
    body.single-product .uwy.userway_p5 .userway_buttons_wrapper {
        bottom: 120px !important;
    }
    body.single-product #openVSButton {
        bottom: 160px !important;
    }

    .woocommerce-form-coupon-toggle .woocommerce-info {
        font-size: 18px;
        text-align: center;
    }
    .woocommerce-form-coupon-toggle .woocommerce-info a {
        display: block;
        font-size: 16px;
    }
    /* .res-video.active, */
    .res-qr.active {
        padding: 0 15px;
    }

    .swiper-wrapper.main-images {
        height: inherit !important;
    }
    .fixed-button a {
        top: 60px
    }

    .send-button-border {
        display: none;
    }

    .modelviewer-controls {
        width: 100%;
    }

    .content-page,
    .page-content {
        padding-bottom: 1.5em;
        padding-top: 1px;
    }

    .product-content {
        max-width: 100%;
    }

    .swiper-vertical-images .vertical-thumbnails {
        display: none;
    }

    .tax-product_cat h1 {
        font-size:20px;
        z-index: 999;
        display: block;
        position: relative;
    }

    li.type-image:hover span::after {
        content: attr(data-name);
        position: absolute;
        background: #fff;
        color: #555555;
        transform: translate(-50%, 100%);
        bottom: 0;
        left: 50%;
        font-size: 12px;
        border: 1px solid #e1e1e1;
        padding: 3px 10px;
        line-height: 1;
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        opacity: 1;
        visibility: visible;
        white-space: nowrap;
        z-index: 2;
    }

    span.st-custom-attribute.sten-enabled:hover {
        overflow: visible;
    }

    .product-information-inner .woocommerce-variation-add-to-cart {
        flex-wrap: nowrap;
    }

    button[type="submit"].single_add_to_cart_button {
        min-width: 0;
        font-size: 1.2rem;
        margin: 0;
    }

    button[type="submit"].single_add_to_cart_button:after {
        height: 12px;
        width: 14px;
        transform: translateY(-2px);
    }

    #tips-container {
        flex-direction: column;
        padding: 0 50px 50px;
    }

    #tips-container img {
        margin-left: 0;
        margin-bottom: 30px;
        max-height: 100%;
    }

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

@media only screen and (max-width: 768px) {
    .form-row-first, .form-row-last {
        width: 50% !important;
    }

    /* .woofc-area.woofc-style-03 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-remove,
    .woofc-area.woofc-style-03 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-special {
        color: #ff0000;
        right: 20px;
        top: 20px;
    } */

    .onsale,
    .sale-value {
        font-size: 10px;
    }

    h2,
    .h2,
    h3,
    .h3 {
        font-size: 16px !important;
        font-weight: 700;
        color: #000;
    }
    .only-label:not(.zaga-onsale) {
        font-size: 12px;
        padding:5px; 
    }
}

@media only screen and (max-width: 640px) {
    .pre-footer-contact form.wpcf7-form input[type="submit"] {
        width: 100%;
    }

    .fixed-button a {
        top: 10px;
        left: 33%;
        pointer-events: initial;
    }

    .fixed-button a span {
        display: none
    }
}

@media only screen and (max-width: 520px) {
    .fixed-button a {
        left: 25%;
    }

    /* countdown */
    .wrap-countdown {
        font-size: 18px;line-height: 18px;
        padding: 0 15px;
    }
    .simply-countdown,
    .countdown-title {width: auto;}
    .simply-countdown>.simply-section .simply-amount {font-size: 20px;line-height: 20px;}
    .simply-countdown>.simply-section .simply-word {font-size: 12px;color:#000;line-height: 12px;}
    /* end countdown*/
}

@media only screen and (max-width: 470px) {
    /* countdown */
    .wrap-countdown {
        font-size: 16px;line-height: 16px;
    }
    .simply-countdown>.simply-section .simply-amount {font-size: 18px;line-height: 18px;} 
    /* end countdown*/
}

@media only screen and (max-width: 420px) {
    .fixed-button a {
        left: 20%;
    }
}

/* product zoom gallert changes */
.pswp__counter {display: none;}

.swiper-entry.arrows-hovered> .swiper-container .swiper-custom-left,
.swiper-entry.arrows-hovered > .swiper-container .swiper-custom-right{
    opacity:1 !important;
    visibility: visible !important;
    transform: inherit !important;
}

.page .content > table ,.page .content > table tr, .page .content > table td {
    direction: rtl;
    border: 1px solid #000;
    text-align: right;
    padding: 10px;
}

.woocommerce-message .button, .woocommerce-error .button, .woocommerce-info .button {
    display: none;
}
ul.woocommerce-error {
    padding: 0.79em 1.2em 0.79em calc(1.2em + 25px) !important;
    padding-left: 1.2em !important;
    padding-right: calc(1.2em + 25px) !important;
}
ul.woocommerce-error li {
    list-style:disc  !important;
    margin-right: 20px;
}
label[for="flashy_accept_marketing"] {
    display: inline !important;
    font-size: 1.14rem;
}
/* mobile menu */
.mobile-menu-inner {
    height: 100%;
}
.mobile-menu-wrapper .menu .current-menu-item>a, .mobile-menu-wrapper .menu>li .sub-menu .current-menu-item>a {
    color: #000 !important;
}
/* related products relationship */
.related-products-relationship {
    padding: 10px 0;
    border-bottom: 1px solid #cecece;
}
.related-products-relationship a {margin-left: 5px; width: auto !important;padding: 2px 10px !important;}
.related-products-relationship a i {position: relative;bottom: -1px;font-size: 14px;}
/* zagamaga/projetcs js will fix code base on class menu-sticky-sidebar*/
@media only screen and (min-width: 992px) {
    .template-container {overflow: initial;}
    .template-container .sidebar-position-right {display: flex;align-items: stretch;}
    .template-container .col-md-3 {height: 100%;}
    .single-sticky-sidebar {display: flex;}
    .single-sticky-sidebar .col-md-3 {height: initial;}
    .template-container .col-md-3 .sidebar-widget:first-child {position: sticky;top: 0;background: #fff;z-index: 1;}
}
@media only screen and (max-width: 992px) {
    .single-product-wide .product-content, .single-product-wide .single-product-sidebar {padding-left: 0;padding-right: 0;}
    /* .sidebar-enabled > .row {display: flex;flex-direction: column-reverse;} */
    .category .template-container,
    .tax-projects-category .template-container,
    .blog .template-container,
    .post-type-archive-projects .template-container,
    .single .template-container {overflow: inherit !important;}
    .category .sidebar-mobile-top > div > .row .sidebar,
    .tax-projects-category .sidebar-mobile-top > div > .row .sidebar,
    .blog .sidebar-mobile-top > div > .row .sidebar,
    .post-type-archive-projects .sidebar-mobile-top > div > .row .sidebar,
    .single .sidebar-mobile-top > div > .row .sidebar {order: inherit;position: sticky;top: 0;background: #fff;z-index: 1;}
    .sidebar-widget:not(:empty), .sidebar-slider:not(:empty) {margin: 0;}
    .sidebar-right.sidebar-enabled .sidebar-widget .signup-to-newsletter {display: none !important;}
    .menu-sticky-sidebar h4 {cursor: pointer;}
    .menu-sticky-sidebar .menu-sticky-sidebar-dropdown {position: relative;width:100%;display: block;top:-46px;cursor: pointer;}
    .menu-sticky-sidebar.menu-is-open .menu-sticky-sidebar-dropdown {top:-40px;}
    .menu-sticky-sidebar .menu-sticky-sidebar-dropdown:after {
        content: "";
        border: solid black;
        border-width: 0 1px 1px 0;
        display: inline-block;
        padding: 6px;
        position: absolute;
        left: 3px;
        top: 0;
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
    }
    .menu-sticky-sidebar.menu-is-open .menu-sticky-sidebar-dropdown:after {
        transform: rotate(-135deg);
        -webkit-transform: rotate(-135deg);
    }
    .menu-sticky-sidebar:not(.menu-is-open) ul {display: none;}
}

/* Studio Images Gallery */
.studio-images-gallery {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 10px;
}
.studio-image-item {
    width: calc(50% - 5px);
}
.studio-image-item img {
    width: 100%;
    height: auto;
    display: block;
    cursor: pointer;
    border-radius: 4px;
}
/* Limit the maximum height of the image in the lightbox */
.mfp-img {
    max-height: 80vh !important; /* Limits image to 80% of screen height */
}

/* Limit the width of the popup container */
.mfp-content {
    max-width: 900px; /* Example: make the popup narrower */
    margin: 0 auto;
}

/* Add padding around the figure if needed */
.mfp-figure {
    padding: 20px;
    background: #fff;
}

body.woofc-show #woofc-subtotal-discount {
    display: inline-block;
    animation: woofcDiscountBlink 1s ease-in-out 5;
    transform-origin: center;
}

@keyframes woofcDiscountBlink {
    0%{
        /* opacity: 1; */
        transform: scale(1);
    }

   50%{
        /* opacity: 0.3; */
        transform: scale(1.15);
    }

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