/*RCPO TEXT ELEMENTS*/

.rcpo-text{
    font-family: helvetica;
    color: #212121;
    margin: 0;
}

.rcpo-text-very-small-title {
    font-size: 16px;
}

.rcpo-text-regular-description {
    font-size: 16px;
}


.rcpo-text-small-description, .rcpo-text-price  {
    font-size: 14px;
}

.xfrm-rcpo-row-inner.rcpo-text-small-title {
    margin-bottom: 5px;
}

h2.rcpo-single-payoff.rcpo-text-very-small-title {
    font-weight: bold;
}

h1.product_title.entry-title.xframe-product-title {
    font-size: 28px !important;
    font-family: Helvetica;
}

@media screen and (max-width: 768px){

    .rcpo-text-small-title {
        font-size: 11px;
    }
    
    .rcpo-text-push-title, .rcpo-text-grid-title {
        font-size: 16px;
    }
    
    .rcpo-text-very-small-title {
        font-size: 14px;
    }
    
    .rcpo-text-regular-description {
        font-size: 16px;
    }
    
    
    .rcpo-text-small-description, .rcpo-text-price  {
        font-size: 11px;
    }

    .\33 60-hint {
        bottom: -100px !important;
    }
    }

/*END RCPO TEXT ELEMENTS*/



.inner-image-archive-product {
    display: flex;
}

a.woocommerce-LoopProduct-link.woocommerce-loop-product__link.ewcs-btn-quickview{
    display: block;
}

.archive-description {
    width: 90%;
    max-width: 650px;
    text-align: center;
    margin: auto;
    margin-top: 40px;
    margin-bottom: 36px;
}

.xframe-widget-sidebar li.wc-layered-nav-term a:before {
    content: '';
    position: absolute; 
    top: 0;
    bottom: 0;
    margin: auto;
    background: #fff;
    border: 1px solid #898989;
    border-radius: 3px;
    width: 16px;
    height: 16px;
    border-radius: unset;
    left: 0;
}

.xframe-widget-sidebar li.wc-layered-nav-term a:after {
    border: none;
    background: #12784A;
    width: 10px;
    height: 10px;
    transform: scale(0);
    opacity: 0;
    transition: transform .2s,opacity .2s;
    content: "";
    position: absolute;
    left: 3px;
    top: 50%;
}

.xfrm-product-loop .brand-Rolex.product a:after, section.related.products .brand-Rolex.product a:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.03);
    opacity: 0;
    transition: all 0.2s linear;
}

.xfrm-product-loop .brand-Rolex.product:hover a:after, section.related.products .brand-Rolex.product:hover a:after {
    left: 0;
    opacity: 1;
    transition: all 0.2s linear;
    z-index: 99;
}

.collapsable-box.collapsed .content {
    display: block !important;
}

.collapsable-box .title-box > h2 span {
    display: none;
}


.collapsable-box .title-box {
    overflow-y: visible !important;
    height: auto;
    padding: 10px 5vw;
}

.xfrm-filters-column-wrapper {
    padding: 55px 10% 0;
}

.remove-filter-button a {
    font-size: 14px;
}

.remove-filter-button a{
    display: flex;
    width: fit-content;
}

.remove-filter-button.disabled a{
    color: #767676 !important;
    border-color: #f0f0f0 !important;
    background-color: #f0f0f0 !important;
    pointer-events: none;
}

.remove-filter-button .et-icon-wrapper.reset-icon {
    margin-right: 5px;
    width: 20px;
    height: 20px;
    margin-left: 5px;
}

.remove-filter-button .et-icon-wrapper.reset-icon .st0{
    fill: #fff;
    stroke: unset;
}

.remove-filter-button.disabled .et-icon-wrapper.reset-icon .st0{
    fill: #767676;
}

.remove-filter-button {
    margin-top: 20px;
    margin-bottom: 30px;
}

.remove-filter-button a:hover .et-icon-wrapper.reset-icon .st0{
    fill: #12784A;
}

.ebh-title-wrapper {
    overflow-y: hidden;
    height: auto;
    padding: 10px 5vw;
}


.single-tax-filter-element a{
    display: block;
    cursor: pointer;
    position: relative;
    font-weight: 400;
    font-size: 14px;
    color: #212121 !important;
}

.single-tax-filter-element{
    padding: 6px 5vw;
}

.img-archive-desktop{
    display: none;
}

.img-archive-mobile{
    display: block;
}

li.wc-layered-nav-term.active a:after, li.wc-layered-nav-term.chosen a:after{
    opacity: 1;
    /*transform: scale(1);*/
    transform: scale(1) translateY(-50%);
}

.xfrm-filters-inner li.wc-layered-nav-term:hover {
    background-color: transparent !important;
}

.xfrm-product-lines.in-loop.rlx-small-title {
    letter-spacing: .1em;
}

h6.product_title.entry-title.rlx-small-description{
    font-family: 'Helvetica' !important;
    font-size: 12px !important;
    font-weight: 100 !important;
    font-style: inherit !important;
}

.single-tax-link.active-filter-collection{
    color: #12784A !important;
}

.inner-icon-filter-mobile {
    font-size: 16px;
    display: none;
    color: #12784A;
    text-align: right;
    width: 100%;
    padding: 10px 30px;
    padding-left: 5vw;
    padding-right: 5vw;
}

.xframe-widget-sidebar.collapsable-box .content ul{
    max-height: inherit;
}

.woocommerce-pagination {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-top: 40px;
    font-size: 9px;
    line-height: normal;
    width: 100%;
}

nav.woocommerce-pagination {
    display: table !important;
    margin: 0 auto !important;
}

nav.woocommerce-pagination {
    padding-top: 2% !important;
    text-align: center!important;
}

.woocommerce-pagination .page-numbers{
    border-color: #e0dede;
}

body:not(.avada-has-pagination-padding) .woocommerce-pagination .current, body:not(.avada-has-pagination-padding) .woocommerce-pagination .page-numbers:not(.prev):not(.next){
    width: 30px;
    height: 30px;
    margin-left: calc((30px)/ 10);
    margin-right: calc((30px)/ 10);
    border: 1px solid #dfdfdf;
    color: #12784A;
    transition: 0.2s linear;
    display: flex;
}

.woocommerce-pagination .page-numbers a.page-numbers:hover{
    background: transparent !important;
}

.woocommerce-pagination .page-numbers a.page-numbers:not(.prev):not(.next):hover{
    border: 1px solid #12784A !important;
}

span.page-numbers.current{
    background-color: #12784A !important;
    color: #fff !important;
}

.woocommerce-pagination .current, .woocommerce-pagination .page-numbers:not(.prev):not(.next){
    border-radius: 50px;
    border-width: 1px;
}

.woocommerce-pagination .current, .woocommerce-pagination .page-numbers.current{
    border-color: #12784A;
}

a.prev.page-numbers, a.next.page-numbers {
    border: unset;
    color: #12784A;
    font-size: 20px !important;
    background-color: transparent;
}

.woocommerce-pagination .current .woocommerce-pagination .page-numbers{
    padding: 2px 6px 2px 6px;
}

.woocommerce-pagination .page-numbers{
    font-size: 12px;
}

.woocommerce-pagination .current{
    background-color: #12784A;
}

.woocommerce-pagination .current {
    color: #fff;
}

.woocommerce-pagination .current, .woocommerce-pagination .page-numbers{
    display: -ms-inline-flexbox;
    display: inline-flex;
    position: relative;
    float: none;
    margin: 0 4px;
    padding: 0;
    border: 1px solid;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
}

ul.page-numbers {
    display: flex !important;
    width: 100% !important;
    border: unset !important;
}

.woocommerce nav.woocommerce-pagination ul li{
    border: unset !important;
}

.rlx-collection-description.rlx-main-paragraph {
    max-width: 650px;
    width: 50%;
    margin: auto;
    /*margin-top: 50px;*/
}

.rlx-model-how-to-section {
    width: 90%;
    padding: 0;
    margin: 50px auto;
    max-width: 1140px;
}

.rlx-how-to-title.rlx-medium-title {
    padding-bottom: 20px;
    margin-top: 55px;
    text-align: center;
}

.xfrm-product-brand.in-loop.rlx-subtitle {
    text-transform: capitalize;
}

.inner-releted-products h6.product_title.entry-title.rlx-small-description {
    text-transform: initial;
    letter-spacing: 1px;
}

section.related.products {
    margin-top: 100px;
}

section.related.products .eprt-carousel {
    width: 100%;
}

.single-clm.left ul.flex-direction-nav {
    list-style: none;
    padding: unset;
    margin: unset;
    display: flex;
    align-items: center;
}

.product-slide-navigation-icon{
    width: 35px;
    height: 35px;
}

.product-slide-navigation-icon svg{
    width: 35px;
    height: 35px;
    fill: #fff;
}

.single-clm.left li.flex-nav-prev {
    transform: rotateZ(180deg);
    left: 30px;
    position: absolute;
}

.single-clm.left li.flex-nav-next{
    right: 30px;
    position: absolute;
}

.single-product .eprt-section.carousel-section {
    /* display: none; */
    background: white;
}

.single-product .eprt-section.carousel-section.related-carousel{
    display: block;
}

.rlx-price-tooltip {
    position: relative;
    color: #fff;
    font-style: italic;
    border: 1px solid #fff;
    border-radius: 50%;
    height: 16px;
    width: 16px;
    text-align: center;
    font-size: 11px;
    line-height: 16px;
    margin-left: 7px;
    cursor: pointer;
}

.rlx-price-tooltip .rlx-price-tooltiptext {
    visibility: hidden;
    width: 400px;
    background-color: #fff;
    color: #000;
    font-size: 14px;
    font-style: normal;
    text-align: left;
    line-height: normal;
    padding: 10px 15px;
    border-radius: 6px;
    position: absolute;
    z-index: 1;
    top: 25px;
    left: -100px;
    opacity: 0;
    transition: opacity 0.3s;
    cursor: auto;
    font-weight: 100;
}

.rlx-price-tooltip:hover .rlx-price-tooltiptext {
    visibility: visible;
    opacity: 1;
}

.xfrm-lrx-tooltip {
    display: flex;
    align-items: center;
}

.rlx-price-tooltip .rlx-price-tooltiptext::after {
    content: "";
    position: absolute;
    top: -10px;
    left: 102px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent #fff transparent;
}

h1.rlx-product-heading {
    margin: unset;
}

.collection-video-inner{
    width: 80vw;
    margin: 70px auto;
}

.collection-video-wrapper{
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
    width: 100%;
    background-size: cover;
}

.collection-video-wrapper iframe {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.rcpo-grid-loop {
    width: 100%;
}

.xfrm-loop-single-thumbnail.main-thumb {
    min-height: auto !important;
}

.rcpo-grid-loop {
    margin-top: 0;
    margin-bottom: 0;
    padding: 4vh 4vh;
    background: black;
}

.xfrm-filters-column {
    width: 23.28%;
    padding: 0 !important;
    max-width: 340px;
}

.xfrm-filters-column-wrapper {
    padding: 0;
}

li.wc-layered-nav-term {
    position: relative;
}

.xfrm-product.products {
    justify-content: space-between !important;
    /* flex-wrap: wrap; */
}

.archive-description {
    color: #232323;
}

.woocommerce .xfrm-product-loop {
    width: calc(100% - 23.28%) !important;
    max-width: 1120px;
    display: flex;
    flex-wrap: wrap;
    height: fit-content;
}

body .xfrm-filters-inner .collapsable-box .content ul li a, body .inner-rlx-filter-mobile .collapsable-box .content ul li a {
    margin-left: 27px !important;
    font-family: 'Helvetica' !important;
    font-size: 14px !important;
    color: #212121 !important;
    text-transform: capitalize !important;
}

.single-tax-filter-element a {
    margin-left: 0;
    font-family: 'Helvetica' !important;
    font-size: 14px !important;
    color: #212121 !important;
    text-transform: unset;
}


.ewcs-filter-tax-element {
    padding-left: 0px;
}

.eprt-page-custom .xfrm-filters-inner .collapsable-box .content {
    padding: 0;
}

.eprt-page-custom .collapsable-box .title-box > h2 {
    padding: 0;
}

.eprt-page-custom .collapsable-box .title-box {
    height: auto;
}




body .xframe-widget-sidebar.widget.collapsable-box ul li:hover, body .xframe-widget-sidebar.widget.collapsable-box ol li:hover, body .xframe-widget-sidebar.widget.collapsable-box ul li.active {
    background: unset !important;
    padding: unset !important;
}

li.wc-layered-nav-term .count {
    display: none !important;
}

.remove-filter-button .brb-btn--primary, .remove-filter-button .brb-btn--primary svg path {
    color: white !important;
    fill: white !important;
    border-color: #12784A;
    background-color: #fff;
}

.remove-filter-button:hover .brb-btn--primary, .remove-filter-button:hover .brb-btn--primary svg path {
    color: #12784A !important;
    fill: #12784A !important;
    border-color: #12784A;
    background-color: #12784A;
}

div#ewcs_layered_nav_filters-3 {
    display: none;
}


.archive-description {
    margin-bottom: 90px;
}

.xfrm-product-loop {
    margin-bottom: 0 !important;
}

.woocommerce-product-gallery .flex-viewport {
    width: 100%!important;
    max-height: 90vh;
    height: 100%!important;
}

.xfrm-summary-wrapper {
    max-height: 550px;
    height: 550px;
}

.collapsable-box .content ul {
    max-height: auto !important;
    overflow-x: visible !important;
    overflow-y: visible !important;
}

.xfrm-summary-wrapper {
    width: 100% !important;
    max-width: 100% !important;
}

.xfrm-summary-wrapper {
    background: #000000 !important;
}

.brand-Rolex .main-product {
    max-width: 1746px;
}

.rcpo-summary-wrapper h2, .rcpo-summary-wrapper span, .rcpo-summary-wrapper p, .rcpo-summary-wrapper h1 {
    color: white !important;
    margin: 0;
}

.rcpo-single-product-info p {
    margin: 0;
    line-height: 1;
    margin-bottom: 10px;
}

span.rcpo-single-span-price {
    font-weight: 600;
    margin: 0 5px;
}

.rcpo-add-to-cart-wrapper {
    display: flex;
    align-items: center;
    margin-top: 35px;
    margin-bottom: 20px;
}

.rcpo-single-contact-section a path, .rcpo-single-contact-section a .st0 {
    fill: white;
}

.rpis-row p {
    margin-bottom: 0;
    font-family: Helvetica;
}

p.rpis-title {
    font-weight: 600;
}

.rcpo-product-info-section {
    margin-top: 20px;
}

.rcpo-single-contact-section {
    display: flex;
    flex-direction: column;
}

.rpis-row {
    margin-bottom: 15px;
    display: flex;
}

h2.rcpo-single-payoff.rcpo-text-very-small-title {
    margin-bottom: 10px;
    line-height: 1;
}

span.rcpo-single-span-availability {
    color: #61bd93 !important;
    margin: 0 5px;
}

.single-clm.left {
    max-width: unset;
    width: 50% !important;
    border-right: 5px solid white;
    position: relative;
}

.woocommerce div.product div.images img {
    /* height: 100%; */
    width: auto;
    margin-left: 0 !important;
    max-height: none !important;
    max-width: 100%;
}

a.single-tax-link.active-filter-price {
    color: #127749 !important;
}

.single-clm {
    margin-bottom: 0 !important;
}

.xfrm-summary-wrapper {
    height: 100% !important;
    max-height: unset !important;
}

.woocommerce div.product div.images .flex-control-thumbs li img {
    /* float: initial; */
    /* width: auto; */
    height: auto;
    /* max-height: 100px; */
    margin: auto;
    width: 90px !important;
    height: auto !important;
    max-width: 90px;
}

.woocommerce div.product div.images .flex-control-thumbs li {
    width: unset !important;
}


.flex-control-nav{
    display: none;
}

/*element.style {
    width: 675px;
    margin-right: 0px;
    float: left;
    display: block;
    position: relative;
    overflow: hidden;
}*/
.woocommerce-product-gallery__image.flex-active-slide {
    display: block !important;
    align-items: flex-start !important;
    justify-content: flex-start !important;
}

.inner-rlx-filter-mobile .collapsable-box .content ul {

    margin: 0 !important;
}

.rcpo-product-warranty-cta{
    margin-top: 30px;
}

html body .single-clm.right .rcpo-add-to-cart-wrapper a.added_to_cart.wc-forward{
    padding: 10px 30px 10px 30px;
    border-radius: 60px;
    font-size: 16px;
    line-height: 18px;
    background: #127749 !important;
    border-color: #127749 !important;
    color: #FFFFFF !important;
    max-width: 260px;
    text-transform: none !important;
    width: fit-content !important;
    font-size: 16px !important;
    font-family: Helvetica;
    max-height: 40px;
    margin-bottom: 0 !important;
}

.rcpo-single-360-inner {
    width: 50%;
    margin: auto;
    position: relative;
    z-index: 1;
}
.rcpo-single-360-viewer::after{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: #000;
    opacity: .7;
}

.xfrm-filters-inner {
    overflow-y: auto;
    max-height: unset !important;
    overflow-x: visible !important;
}


.rcpo-single-360-viewer {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999999999;
    display: flex;
    align-items: center;
    justify-content: center;
}


.rcpo-single-360-viewer {
    display: none;
}

.rcpo-360-view-button {
    position: absolute;
    right: 7%;
    width: fit-content;
    z-index: 99;
    bottom: 7%;
    font-family: Helvetica;
}

.rcpo-360-close {
    position: absolute;
    right: 0;
    z-index: 9;
    fill: white;
    padding: 10px;
    /* background: green; */
    /* border-radius: 100%; */
    line-height: 1;
}

.xfrm-product-loop .brand-Rolex.product a:after, section.related.products .brand-Rolex.product a:after {
    content: unset !important;
}

#contact .rlx-large-title {
    font-family: helvetica;
    font-size: 38px;
    text-transform: uppercase;
    font-weight: 500 !important;
    letter-spacing: .1em;
}

/*.eprt-media__column .eprt-media__inner * {
    color: white !important;
}

.eprt-media__column {
    background-color: #212121;
}

ul.table-of-hours {
    background-color: #212121;
}
    */

.\33 60-hint {
    position: absolute;
    z-index: 99;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
    max-width: 80px;
}

ol.flex-control-nav.flex-control-thumbs{
    display: none !important;
}

ol.flex-control-nav.flex-control-thumbs.moved {
    transform: unset;
    display: flex !important;
    flex-direction: row;
    flex-wrap: nowrap;
    list-style: none;
}

ol.flex-control-nav.flex-control-thumbs.moved img {
    cursor: pointer; 
}

.rlx-spec-column-inner {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(3, 1fr);
    grid-column-gap: 15px;
    grid-row-gap: 15px;
}

.rlx-spec-column {
    width: 100%;
}


.rcpo-push-banner-wrapper {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.rcpo-push-banner-wrapper picture{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.rpbw-content {
    width: 100%;
    max-width: 600px;
    height: 100%;
    max-height: 100vh;
    color: white;
    display: block;
    position: relative;
    min-height: 100vh;
    z-index: 9;
}

.rpbw-content {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}


.rcpo-push-banner-wrapper:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: #000;
    opacity: .5;
}

.rlx-fa-column-inner-text {
    color: black;
    font-family: Helvetica;
}

.single-product.woocommerce .product.type-product {
    max-width: 100% !important;
    margin-bottom: 150px;
}

.single-clm.right {
    min-height: unset !important;
}

html .single-product.woocommerce .product.type-product {
    margin-top: 10vh !important;
    padding: 0 8%;
}

.custom-banner-rcpo {
    position: relative;
}

.custom-banner-rcpo section.eprt-section.custom-section-banner-rcpo {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
    text-align: left;
    padding: unset;
    margin-left: 50px;
}

.custom-banner-rcpo section.eprt-section.custom-section-banner-rcpo .eprt-section__inner.width-for-text {
    padding: unset;
}

.custom-banner-rcpo h1.eprt-section__header {
    flex-direction: column;
}

a.btn-custom-banner-rcpo {
    color: #fff;
    border: 1px solid #127749;
    transition: background-color .3s,color .3s,border-color .3s;
    width: fit-content;
    background-color: #127749;
    font-size: 16px;
    line-height: 18px;
    font-weight: 400;
    text-align: center;
    letter-spacing: 0;
    padding: 10px 30px;
    border-radius: 20px;
}

a.btn-custom-banner-rcpo:hover {
    background-color: #fff;
    color: #127749;
}

.eprt-products__block {
    display: flex;
    list-style: none;
    text-align: left;
    margin-bottom: 20px !important;
}

.eprt-products__block p {
    margin-bottom: unset;
}

.services-wrapper.rcpo-landing-block .brb-section__body {
    text-align: left;
}

.services-wrapper.rcpo-landing-block h2.rcpo-single-payoff.rcpo-text-very-small-title{
    margin-bottom: 30px;
}

section.eprt-section.watches-section-rcpo h1.eprt-section__title {
    margin-bottom: 20px;
}

.services-wrapper.rcpo-landing-block .brb-section.brb-section--img-left {
    padding-bottom: 50px;
}

.banner-with-text-rcpo-certification-inner {
    position: relative;
}

.banner-with-text-rcpo-certification-inner::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: #000;
    opacity: .5;
}

.banner-with-text-rcpo-certification-inner .brb-banner__content-inner{
    max-width: 80%;
}

.banner-with-text-rcpo-certification-inner section.brb-banner__content {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    min-height: auto;
}

h2.rlx-large-title.different-rcpo-margin {
    margin-top: 40px;
    margin-bottom: 20px;
}

.services-wrapper.rcpo-certification-block .brb-section__body {
    text-align: left;
}


.brb-section--img-right, .brb-section--img-left {
    padding-top: 20px;
    padding-bottom: 0;
}

.services-wrapper.rcpo-certification-block .brb-section--img-right, .services-wrapper.rcpo-certification-block .brb-section--img-left {
    padding-top: 0;
    padding-bottom: 70px;
}

.custom-button-rcpo-certification{
    margin: unset;
    margin-top: 30px;
    text-align: center;
}

section.eprt-section.watches-section-rcpo h2.rlx-very-small-title {
    margin: unset;
}

.eprt-products__list{
    position: relative;
}

.eprt-products__list .swiper-pagination.swiper-pagination-bullets {
    position: inherit;
    margin-bottom: 20px;
}

.swiper-pagination-bullet {
    background: #127749 !important;
    display: inline-block;
    vertical-align: middle;
    width: 80px;
    height: 4px;
    margin: 0px 10px;
    background: #d3d3d3;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    cursor: pointer;
    position: relative;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

















@media screen and (max-width:1400px){
    section.eprt-section.custom-section-banner-rcpo .eprt-section__inner.width-for-text {
        width: 50%;
        margin-left: unset;
    }
}

@media screen and (min-width: 641px){
    .xfrm-product-loop  {
        max-width: 1020px;
    }

    .xfrm-product-loop .product {
        width: 33.33334% !important;
    }

    .rlx-model-how-to-section {
        width: 65%;
    }

    .rlx-how-to-title, .rlx-how-to-description{
        margin-top: 50px;
        max-width: 760px;
        margin: 0 auto;
        width: 90%;
    }

    .archive-description {
        margin-top: 60px;
    }
}

@media screen and (min-width:767px){
    .img-archive-desktop{
        display: block;
    }

    .img-archive-mobile{
        display: none;
    }
}

@media screen and (min-width:999px){
    .single-clm.left {
        background: unset !important;
    }

    .rlx-product-contact-section.mobile-visibility{
        display: none;
    }
}

@media screen and (min-width: 1025px){
    .xfrm-product-loop  {
        margin-bottom: 80px;
    }

    .woocommerce .xfrm-product-loop  {
        margin-left: 0;
        margin-right: 0;
        flex: 1;
        width: 0;
    }

    .archive-description {
        margin-top: 90px;
    }



    .xframe-widget-sidebar li.wc-layered-nav-term a, .single-tax-filter-element a {
        font-size: 16px;
    }

    .xfrm-filters-inner li.wc-layered-nav-term, .single-tax-filter-element {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .collapsable-box .title-box, .ebh-title-wrapper{
        padding-left: 0;
        padding-right: 0;
    }

    .archive-description {
        width: 70%;
    }
    
    .rlx-filter-mobile {
        display: none;
    }

    .rlx-model-how-to-section {
        margin-top: 100px;
        margin-bottom: -25px;
    }

    .rlx-how-to-title, .rlx-how-to-description{
        width: 70%;
    }
}

.woocommerce ul.products li.first, .woocommerce-page ul.products li.first {
    clear: unset !important;
}

.xfrm-product-loop .product {
    width: 33.33333% !important;
    max-width: calc(33.33% - 20px) !important;
    padding: 0 !important;
    margin: 10px !important;
    overflow: hidden;
    /* margin-bottom: 50px !important; */
    position: relative !important;
    float: left !important;
    background: #000;
}

@media screen and (min-width: 1401px){
    .xfrm-product-loop  {
        width: 1030px;
    }

    .archive-description {
        width: 50%;
    }

    .custom-banner-rcpo section.eprt-section.custom-section-banner-rcpo {
        width: 50%;
    }

    .custom-banner-rcpo section.eprt-section.custom-section-banner-rcpo {
        width: 50%;
    }

    .custom-banner-rcpo section.eprt-section.custom-section-banner-rcpo .eprt-section__inner.width-for-text {
        margin: 0px auto 0px auto;
        padding-top: 0px;
        padding-bottom: 0px;
        padding-left: 5vw;
        padding-right: 3vw;
    }

    .custom-banner-rcpo section.eprt-section.custom-section-banner-rcpo {
        margin-left: 0px;
    }


}

@media screen and (min-width: 1600px){
    .single-product.woocommerce .product.type-product {
        max-width: 100% !important;
        padding: 0 8% !important;
    }
}

@media screen and (min-width:1626px){
    ol.flex-control-nav.flex-control-thumbs {
        transform: translateY(-60%);
    }

    .single-clm.right .summary {
        margin-top: 60px;
    }
}

@media screen and (max-width:1625px){
    ol.flex-control-nav.flex-control-thumbs {
        transform: translateY(-60%);
    }

    .single-clm.right .summary {
        margin-top: 60px;
    }
}

@media screen and (max-width:1600px){
    .woocommerce div.product div.images .woocommerce-product-gallery__wrapper > div {
        /*display: flex !important;*/
        align-items: center;
        justify-content: center;
    }
}



@media screen and (max-width:1060px){
    .eprt-nav ul>li>a {
        padding-right: 20px !important;
    }

    .eprt-nav.eprt-nav--header > ul > li:nth-last-child(1) a{
        padding-right: 30px !important;
    }
}

@media screen and (max-width:999px) and (min-width:768px){

    .xfrm-summary-wrapper .single-clm {
        width: 100% !important;
        padding: 0 !important;
    }

    .single-product.woocommerce .single-clm.left {
        padding-top: unset;
        padding-bottom: unset;
        width: 100% !important;
        margin: auto;
    }

    .rlx-product-contact-section.mobile-visibility {
        display: flex;
        padding-top: 40px;
        justify-content: center;
        align-items: center;
    }

    .mobile-contact-section {
        text-align: center;
        color: #212121;
    }

    .rcpo-add-to-cart-wrapper .tinv-wraper.woocommerce.tinv-wishlist.tinvwl-shortcode-add-to-cart {
        position: absolute;
        right: -40px;
    }

    .woocommerce div.product div.images .flex-control-thumbs {
        flex-direction: row !important;
    }

    .rcpo-product-info-section {
        text-align: center;
        font-size: 12px;
        color: #212121;
        margin: 0;
        margin-top: 30px;
    }

    .rlx-specifcations {
        background: #212121;
        padding-top: 20px;
        margin: 0 !important;
    }

    .rlx-single-specification {
        width: 100% !important;
    }

    .rlx-single-specification * {
        color: white !important;
    }

    .rlx-spec-column-inner > div:nth-child(even) {
        padding-left: 0 !important;
    }

    .rlx-fa-column {
        width: 100% !important;
    }

}

@media screen and (max-width:1025px){
    .xfrm-product.products {
        flex-direction: column;
    }

    .inner-icon-filter-mobile {
        display: block;
    }

    .xfrm-filters-column .inner-icon-filter-mobile {
        padding: 10px !important;
    }

    .xfrm-filters-column-wrapper {
        padding: unset;
    }

    .inner-filter-column-left {
        width: 100%;
    }

    .rlx-filter-mobile {
        position: fixed;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        transform: translate3d(20%,0,0);
        opacity: 0;
        visibility: hidden;
        background: #fff;
        display: flex;
        flex-direction: column;
        z-index: 9999999;
        transition: transform .3s ease-out,opacity .3s,visibility 0s .3s;
    }

    .rlx-filter-mobile.open-filter {
        transform: none;
        opacity: 1;
        visibility: visible;
        transition: transform .3s ease-out,opacity .3s,visibility 0s;
    }

    .footer-filter-mobile {
        bottom: 0px;
        position: absolute;
        width: 100%;
        background: white;
        -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=10, Direction=0, Color=#000000)";/*IE 8*/
        -moz-box-shadow: 0 0 10px -1px rgba(0,0,0,0.3);/*FF 3.5+*/
        -webkit-box-shadow: 0 0 10px -1px rgba(0,0,0,0.3);/*Saf3-4, Chrome, iOS 4.0.2-4.2, Android 2.3+*/
        box-shadow: 0 0 10px -1px rgba(0,0,0,0.3);/* FF3.5+, Opera 9+, Saf1+, Chrome, IE10 */
        filter: progid:DXImageTransform.Microsoft.Shadow(Strength=10, Direction=135, Color=#000000); /*IE 5.5-7*/
    }

    .remove-filter-button {
        margin-top: 15px;
        margin-bottom: 15px;
    }

    html body .xframe-widget-sidebar-filter-mobile li.wc-layered-nav-term a {
        display: block;
        cursor: pointer;
        position: relative;
        font-weight: 400;
        font-size: 14px;
        color: #212121 !important;
        padding-left: 30px !important;
        text-transform: capitalize !important;
        font-family: 'Helvetica' !important;
    }

    .xframe-widget-sidebar-filter-mobile li.wc-layered-nav-term a:before {
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        margin: auto;
        background: #fff;
        border: 1px solid #898989;
        border-radius: 3px;
        width: 16px;
        height: 16px;
        border-radius: unset;
        left: 0;
    }

    .xframe-widget-sidebar-filter-mobile li.wc-layered-nav-term a:after {
        border: none;
        background: #12784A;
        width: 10px;
        height: 10px;
        transform: scale(0);
        opacity: 0;
        transition: transform .2s,opacity .2s;
        content: "";
        position: absolute;
        /* margin-top: 1px; */
        left: 3px;
        top: 50%;
    }

    .xframe-widget-sidebar-filter-mobile li.wc-layered-nav-term.active a:after, .xframe-widget-sidebar-filter-mobile li.wc-layered-nav-term.chosen a:after {
        opacity: 1;
        transform: scale(1) translateY(-50%);
    }

    /*.xfrm-filters-column{
        z-index: 999;
    }*/

    .inner-rlx-filter-mobile {
        overflow: auto;
        padding-bottom: 80px;
        padding-top: 140px;
    }

    .inner-clm-filter {
        display: flex;
        margin-top: 20px;
        padding: 0 5vw;
    }

    .clm-filter-mobile {
        width: 50%;
    }

    .xframe-widget-sidebar-filter-mobile.collapsable-box{
        border: unset;
    }

    .xframe-widget-sidebar-filter-mobile.collapsable-box ul li{
        border: unset;
        padding: 6px 0;
    }

    .xframe-widget-sidebar-filter-mobile.collapsable-box .content ul{
        max-height: inherit;
    }

    .inner-close-filter-mobile {
        position: absolute;
        right: 0;
        top: 110px;
        margin: 15px;
        padding: 15px;
        z-index: 1;
    }

    .xframe-widget-sidebar-filter-mobile.collapsable-box .title-box {
        overflow-y: hidden;
        height: auto;
        padding: 10px 0;
    }

    span.inner-filter-title{
        padding: 0 5vw;
    }

    .remove-filter-button a {
        display: flex;
        width: fit-content;
        padding: 10px;
        font-size: inherit;
        line-height: inherit;
        margin: 0 5vw !important;
    }

    .remove-filter-button .et-icon-wrapper.reset-icon{
        margin: unset;
    }

    .remove-filter-button .et-icon-wrapper.reset-icon svg {
        width: 20px;
        height: 20px;
    }

    .right-row-filter.clm-filter-mobile {
        display: flex;
        justify-content: center;
    }

    .et-icon-wrapper.close-filter-icon {
        width: 20px;
        height: 20px;
    }

    .et-icon-wrapper.close-filter-icon svg{
        width: 20px;
        height: 20px;
    }

    .xframe-widget-sidebar-filter-mobile.widget.collapsable-box ul li:hover, .xframe-widget-sidebar-filter-mobile.widget.collapsable-box ol li:hover{
        background: transparent;
    }

    .inner-rlx-filter-mobile::-webkit-scrollbar {
        width: 4px;
    }

    .inner-rlx-filter-mobile::-webkit-scrollbar-thumb {
        background-color: #12784A;
        border-radius: 10px;
    }

    .rlx-model-avail-inner{
        width: 90%;
    }
}

@media screen and (max-width:1020px){
    .eprt-nav ul>li>a {
        padding-right: 15px !important;
    }
}

@media screen and (max-width:999px){
    .eprt-header--container {
        width: 100% !important;
        padding: 10px 5% !important;
    }

    .xfrm-summary-wrapper {
        height: auto;
    }

    .xfrm-product-brand.xfrm-product-brand-text.rlx-very-small-title {
        margin-bottom: 10px;
    }

    .eprt-header{
        width: 100% !important;
    }



    header.eprt-header .eprt-nav.eprt-nav--header > ul > li:nth-last-child(1) a:hover{
        background-color: transparent !important;
        border-radius: unset !important;
    }

    .xfrm-summary-wrapper {
        flex-direction: column-reverse;
        max-height: inherit;
        text-align: center;
        background: unset !important;
    }

    .xfrm-product-brand-text.rlx-very-small-title, .xfrm-product-lines-text.rlx-medium-title, .additional-description-div.rlx-product-description, .xfrm-price.rlx-product-description, .rlx-product-contact-section .rlx-button-label, .rlx-button-label.rlx-product-model-availbility a {
        color: #212121;
    }

    .single-clm.right {
        padding-left: 0;
    }

    .single-clm.right .summary {
        margin-top: 30px;
        padding-bottom: 30px;
    }

    .xfrm-product-description-wrapper {
        width: 100% !important;
        text-align: center;
    }

    .rlx-product-contact-section {
        display: none;
    }

    .rlx-product-contact-section.mobile-visibility {
        display: flex;
        padding-top: 40px;
    }

    .rlx-product-contact-section.mobile-visibility .rlx-icon-wrapper {
        outline: unset;
        margin: 0 10px;
        border: 1px #12784A solid;
    }

    .rlx-product-contact-section.mobile-visibility .st0{
        fill: #12784A;
    }

    .inner-icon-contact-single-product a.rlx-product-contact {
        margin-top: unset;
    }

    span.txt-contact-mobile {
        text-align: center;
        margin: 10px 0 20px;
        font-size: 14px;
        font-weight: 700;
    }

    .inner-icon-contact-single-product {
        display: flex;
    }

    .woocommerce-product-gallery .flex-control-nav{
        position: inherit !important;
        transform: unset !important;
    }

    ul.flex-direction-nav{
        display: none !important;
    }

    .single-product .woocommerce-product-gallery .flex-control-nav {
        position: absolute !important;
        transform: unset !important;
        width: 100%;
        padding: unset !important;
        margin: unset !important;
        height: auto !important;
        bottom: -30px;
        text-align: center;
        display: flex !important;
        justify-content: center;
        left: unset !important;
    }

    .single-product.woocommerce div.product div.images .flex-control-thumbs li {
        position: relative;
        width: 40px !important;
        height: 4px !important;
        border: none !important;
        margin: 0 10px !important;
        border-radius: 4px !important;
        background-color: #d4d4d4 !important;
        transition: background-color .2s !important;
        padding: unset !important;
        z-index: 11;
    }

    .single-product.woocommerce .product ol.flex-control-nav.flex-control-thumbs li img {
        margin: unset !important;
        width: 40px !important;
        opacity: 0 !important;
    }

    .single-product.woocommerce .product ol.flex-control-nav.flex-control-thumbs li img.flex-active {
        opacity: 1 !important;
        filter: brightness(0) saturate(100%) invert(33%) sepia(9%) saturate(5862%) hue-rotate(109deg) brightness(96%) contrast(86%);
        border-radius: 4px !important;
        height: 4px !important;
    }

    .rlx-specifcations {
        margin: 100px 0;
    }

    .woocommerce-product-gallery .flex-control-nav::before{
        content: unset;
    }

    .xfrm-lrx-tooltip {
        justify-content: center;
    }

    .rlx-price-tooltip {
        color: #212121;
        border: 1px solid #212121;
    }

    .rlx-price-tooltip .rlx-price-tooltiptext {
        max-width: calc(100vw - 30px);
        background-color: #F8F8F8;
        left: 50%;
        transform: translateX(-57%);
    }

    .rlx-price-tooltip .rlx-price-tooltiptext::after {
        left: 50%;
        border-color: transparent transparent #F8F8F8 transparent;
    }
}

.eprt-single-page-related .eprt-products__list {
    justify-content: flex-start;
}

.single-product.woocommerce .eprt-single-page-related .product.type-product{
    max-width: 100% !important;
}

h2.eprt-push-title {
    font-size: 18px;
    line-height: 20px;
    letter-spacing: 0px;
    font-weight: 700;
    text-transform: none;
    color: #212121;
    margin-bottom: 40px;
}

.eprt-single-page-related .eprt-products__list {
    justify-content: flex-start;
}

html .single-product.woocommerce-page .woocommerce-product-gallery__image img.wp-post-image {
    max-height: unset !important;
}


.eprt-page-custom .collapsable-box, div#custom_html-14, h2.ebh-filter {
    margin-bottom: 0 !important;
}

.eprt-page-custom ul#sidebar > div {
    padding-top: 2vh;
    border-top: 1px solid #e2e8f0;
    padding-bottom: 2vh !important;
}

div#jsv-holder {
    cursor: ew-resize;
}

.rcpo-360-close {
    cursor: pointer !important;
}

p.woocommerce-info {
    max-width: 600px;
    margin: auto;
    border-top-color: #127749 !important;
}

.woocommerce-info::before {
    color: #127749 !important;
}

.rcpo-push-banner-wrapper .brb-banner img {
    height: 100%;
    width: 100%;
}

.rpbw-content-inner {
    margin: 0 20px;
}

ul.xfrm-product.products {
    max-width: 1560px;
    margin: auto !important;
    display: flex !important;
} 

nav.woocommerce-breadcrumb {
    position: absolute;
    display: none !important;
}

.xfrm-loop-single-thumbnail.main-thumb img {
    max-height: unset;
    width: 100% !important;
}

.xfrm-product-loop {
    max-width: 100%;
}

.xfrm-loop-thumbnail {
    width: 100%;
}

.xfrm-loop-single-thumbnail.main-thumb img {
    width: 100%;
    max-height: unset !important;
}

.woocommerce-page li.product:hover img {
    transform: unset !important;
}

.xfrm-controls {
    display: none;
}

.xfrm-loop-button {
    display: none;
}

.xfrm-loop-single-thumbnail.main-thumb {
    border: 0 !important;
}

.xfrm-description-open {
    width: 100%;
    text-align: left !important;
}

body .xfrm-loop-single-thumbnail.main-thumb img {
    margin: 0 !important;
}

body .xfrm-loop-single-thumbnail.main-thumb {
    border: unset !important;
}

html body .remove-filter-button.disabled .brb-btn--primary svg path {
    fill: #767676 !important;
}

.custom-section-banner-rcpo .rlx-large-title span {
    display: inline-block !important;
}

@media screen and (max-width:1025px){
    html body .collapsable-box .title-box>h2, h2.ebh-filter {
        font-family: Helvetica;
        font-weight: bold;
        font-size: 14px !important;
        color: #212121 !important;
        padding-bottom: 0 !important;
    }

    .xframe-widget-sidebar-filter-mobile.collapsable-box h2 {
        font-size: 12px !important;
        color: #212121 !important;
    }

    .xframe-widget-sidebar-filter-mobile {
        margin-bottom: 30px !important;
    }

    html body .collapsable-box.collapsed .content {
        display: block !important;
        padding-top: 0;
    }

    .xframe-widget-sidebar-filter-mobile li.wc-layered-nav-term a:before {
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        margin: auto;
        background: #fff;
        border: 1px solid #898989;
        border-radius: 3px;
        width: 16px;
        height: 16px;
        border-radius: unset;
        left: 0;
    }


}

@media screen and (min-width:420px) and (max-width:999px){
   /* .woocommerce div.product div.images .woocommerce-product-gallery__wrapper > div {
        min-height: 250px !important;
        max-height: 250px;
        position: relative;
        flex: 0 0 100%;
        overflow: hidden;
        -webkit-backface-visibility: hidden;
    }*/

 /*   .woocommerce div.product div.images img{
        position: absolute;
        left: 50%;
        top: 50%;
        width: auto !important;
        height: 100% !important;
        transform: translate3d(-50%,-50%,0);
        margin: auto;
        -webkit-transform-style: preserve-3d;
    }*/
}

@media screen and (max-width:767px){
    .rlx-collection-description.rlx-main-paragraph {
        max-width: 650px;
        width: 70%;
    }

    .single-clm.right {
        margin-top: 20px;
        margin-bottom: 20px !important;
    }

    .rlx-product-contact-section.mobile-visibility {
        display: flex;
        padding-top: 40px;
        justify-content: center;
        align-items: center;
    }

    .rcpo-add-to-cart-wrapper {
        align-items: center !important;
    }

    .rcpo-add-to-cart-wrapper a::before {
        margin: unset !important;
    }

    .mobile-contact-section {
        text-align: center;
        color: #212121;
    }

    .inner-icon-contact-single-product {
        margin-top: 20px;
    }

    span.txt-contact-mobile {
        font-size: 12px;
        font-weight: 700;
    }

    .rlx-single-specification {
        width: 100% !important;
    }

    .rpbw-content {
        min-height: 90vh;
    }

    .rlx-fa-column {
        width: 100% !important;
    }

    .rlx-collection-wrapper, .rlx2-product-contact-section {
        padding: 0 8%;
    }

    .rlx2-contact-form-inner {
        grid-column: 1 / span 12;
    }

    .rlx-fa-column.description {
        padding: 0 !important;
    }

    .rcpo-product-warranty-cta.inner-button-archive-product a {
        margin: 0 !important; 
    }

    .rcpo-product-info-section {
        text-align: center;
        font-size: 12px;
        color: #212121;
        margin: 0;
        margin-top: 30px;
    }

    .rlx-fa-row {
        margin-bottom: 50px !important;
        margin-top: 50px !important;
    }

    .rlx-collection-banner-sp {
        margin-bottom: 0 !important;
    }

    .rlx-spec-column-inner > div:nth-child(even) {
        padding-left: 0 !important;
    }

    .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart:before {
        color: #212121 !important;
        font-size: 33px !important;
        margin-top: 20px;
    }

    .collection-video-inner{
        width: 90vw;
    }

    .collection-video-inner {
        margin: 55px auto;
    }

    .eprt-products-block-rcpo .rcpo-grid-loop {
        margin-bottom: 35px;
    }

    .eprt-carousel__indicators {
        top: 105%;
    }
}

@media screen and (max-width:700px){
    .rlx-specifcations {
        margin: 50px 0;
    }

    .rlx-specifcations{
        flex-direction: column-reverse;
    }

    .rlx-spec-column {
        width: 100%;
    }

    .rlx-spec-column.left {
        padding: 0 5vw;
    }

    .rlx-fa-row {
        flex-direction: column !important;
        margin-bottom: 40px;
    }

    .rlx-fa-column {
        width: 100%;
    }

    .rlx-fa-column.description {
        padding: 0;
        margin-bottom: 20px;
    }

    .rlx-fa-column-inner-image {
        margin-bottom: 20px;
    }
}

@media screen and (max-width:650px){
    .inner-clm-filter {
        flex-direction: column;
    }

    .ebh-title-wrapper {
        padding: 10px 0;
    }

    .single-tax-filter-element {
        padding: 6px 0;
    }

    .clm-filter-mobile {
        width: 100%;
    }

    .right-row-filter.clm-filter-mobile {
        justify-content: flex-start;
    }

    .inner-rlx-filter-mobile {
        padding-top: 140px;
    }

    .rlx-collection-description.rlx-main-paragraph {
        max-width: fit-content;
        width: 90%;
        margin: auto;
        margin-top: 20px;
    }

    section.related.products .eprt-carousel{
        padding: 0 10px;
    }

    section.related.products section.eprt-section.carousel-section {
        padding-top: 10px;
    }
}

@media screen and (max-width:641px){
    .eprt-form__actions{
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-flow: row !important;
        flex-flow: row !important;
        margin-bottom: 0 !important;
        width: fit-content;
        margin-left: auto;
    }

    .eprt-form__item.eprt-form__required {
        text-align: end;
    }

    .eprt-form__actions .eprt-btn{
        width: inherit;
        padding: 9px 20px;
    }

    .custom-banner-rcpo section.eprt-section.custom-section-banner-rcpo {
        top: unset;
        bottom: -75px;
    }

    .custom-section-banner-rcpo .rlx-large-title span {
        display: inline-block !important;
    }

    section.eprt-section.custom-section-banner-rcpo .eprt-section__inner.width-for-text {
        width: 80%;
        margin-left: unset;
    }

    .services-wrapper.rcpo-landing-block {
        padding: 0 25px;
    }

    .services-wrapper.rcpo-landing-block .brb-section__body {
        text-align: left;
        padding: 30px 0 40px 0 !important;
    }

    .services-wrapper.rcpo-landing-block h3.brb-section__title{
        text-align: left;
    }

    .services-wrapper.rcpo-landing-block .brb-section.brb-section--img-left {
        padding-bottom: 0px;
    }

    .single-img-watchmaking-page .wpb_single_image.wpb_content_element.vc_align_center.img-rolex.mobile-rolex {
        max-width: 100%;
        padding: 0 25px;
        width: 100% !important;
    }

    .rolex_page-template-default .align-text-rolex-servicing, .rolex_page-template-default .align-text-rolex-servicing {
        max-width: 100%;
        width: 100% !important;
        padding: 0 20px !important;
        padding-bottom: 30px !important;
    }

    .services-wrapper.rcpo-certification-block figure.brb-section__figure {
        padding: 0 25px;
    }

    .eprt-products__block li {
        margin: 0;
    }
}

@media screen and (max-width:490px){
    .custom-banner-rcpo section.eprt-section.custom-section-banner-rcpo {
        bottom: -50px;
        margin-left: 20px;
    }

    section.eprt-section.custom-section-banner-rcpo .eprt-section__inner.width-for-text {
        width: 90%;
        margin-left: unset;
    }
}

@media screen and (max-width:430px){
    h6.product_title.entry-title.rlx-small-description {
        padding: 0 5px;
        margin-bottom: 15px;
    }
}

@media screen and (max-width:400px){
    .custom-banner-rcpo section.eprt-section.custom-section-banner-rcpo {
        bottom: -60px;
        margin-left: 20px;
    }
}

@media screen and (max-width:320px){
    button.eprt-btn.eprt-btn--default.eprt-form__reset{
        padding-right: 10px;
    }
}

@media screen and (max-width:305px){
    .eprt-btn {
        font-size: 12px;
    }
}

@media screen and (max-width:999px){
    header.eprt-header {
        padding: 0 !important;
    }

    button.eprt-nav-toggle {
        text-transform: capitalize;
        border: unset;
    }
    nav.eprt-nav.eprt-nav--footer a {
        font-size: 15px !important;
    }
}


@media screen and (min-width:2750px){
    .xfrm-summary-wrapper{
        background-size: cover !important;
    }
}

html body .woocommerce-product-gallery__image a {
    pointer-events: none !important;
}

html body .woocommerce-product-gallery__image a {
    pointer-events: none !important;
}

html body .woocommerce-product-gallery__image .zoomImg{
    display: none !important;
}

html body .woocommerce-product-gallery .flex-viewport {
    max-height: 100% !important;
}

button.cf7mls_next {
    background-color: #127749;
    color: #ffffff;
    font-family: 'Helvetica';
}

@media screen and (max-width:1500px){
    ul.xfrm-product.products {
        padding: 0 20px !important;
    }
}

@media screen and (max-width:1024px){
    .woocommerce .xfrm-product-loop, .xfrm-filters-column {
        width: 100% !important;
        max-width: 100%;
    }

    .inner-rlx-filter-mobile .ebh-title-wrapper, .inner-rlx-filter-mobile .collapsable-box .title-box {
        padding: 10px 0;
    }

    .inner-rlx-filter-mobile .single-tax-filter-element{
        padding: 6px 0;
    }

    .inner-rlx-filter-mobile .collapsable-box .content {
        padding: 10px 0 10px 0px;
    }
}

@media screen and (min-width:768px){
    div#jsv-holder {
        max-width: 85%;
        margin: auto;
        margin-top: 30px;
    }
}