/* Side panel recent view css */
.side_btn_panel{
    position: fixed;
    z-index: 9;
    top: 50%;
    right: 0;
    transform: translate(0,-50%);
}
.side_btn_panel .wbrv_main{
    position: relative;
}
.side_btn_panel .rv_icon{
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    cursor: pointer;
    width: 46px;
    height: 46px;
    border-radius: var(--buttons-radius) 0 0 var(--buttons-radius);
    margin-left: -46px;
    background-color: rgb(var(--color-background));
    color: rgb(var(--color-foreground));
    box-shadow: 0px 2px 7px rgba(var(--color-foreground), .1);
}
.side_btn_panel .rv_icon svg{ 
    width: 20px;
    height: 20px;
}
.wbrv_slide{
    position: absolute;
    top: 0;
    left: auto;
    right: 0;
    width: 350px;
    transform: translateX(350px);
    transition: all var(--duration-extended) ease;
}
.wbrv_slide:has(.rv_icon.active){
    transform: translateX(0);
    transition: all var(--duration-extended) ease;
}
.side_panel_content{
    position: absolute;
    top: 0;
    width: 350px;
    background-color: rgb(var(--color-background));
    box-shadow: 0px 2px 7px rgba(var(--color-foreground), .1);
}
.recent_view.grid{
    margin: 0;
    padding: 16px;
    overflow: auto;
    max-height: 225px;
    list-style: none;
    flex-direction: row;
}
.rv-main [class*="rv-box-"]:not(:empty):not(:has(*)){
  display: none !important;
}
/* .recent_view.grid.rv-main:has(li:not(:only-child)){
    height: calc(100vh - 225px);
} */
.recent_view .wbhprice .price{
    font-size: calc(var(--font-body-scale)* 1.4rem);
}
.recent_main .wbhprice{
    margin: 0;
}
.recent_no_avail{
    display: none;
}
.recently-viewed__section.hidden + .recent_no_avail{
    display: block;
}
.recently-viewedmain{
    position: relative;
}
.side_panel_content .h5{
    font-size: calc(var(--font-heading-scale)* 16px);
    margin: 0;
    padding: 16px 16px;
    border-bottom: 1px solid rgba(var(--color-foreground),.1);
}
.side_panel_content .recent_main .product-title{
    font-size: calc(var(--font-heading-scale)* 16px);
    padding-bottom: 2px;
}
.side_panel_content .price .price-item{
    font-size: calc(var(--font-heading-scale)* 15px);
}
  
.recent_img{
    flex-shrink: 0;
    margin: calc(var(--card-image-padding) / 2);
}
.recent_img .img_media{
    height: 85px;
}
.recent_img img{
    width: 70px;
    height: 100%;
    object-fit: cover;
    border-radius: var(--media-radius);
}
.recent_img::after{
    content: '';
    position: absolute;
    width: calc(var(--card-border-width)* 2 + 100%);
    height: calc(var(--card-border-width)* 2 + 100%);
    top: calc(var(--card-border-width)* -1);
    left: calc(var(--card-border-width)* -1);
    z-index: -1;
    border-radius: var(--card-corner-radius);
    box-shadow: var(--card-shadow-horizontal-offset) var(--card-shadow-vertical-offset) var(--card-shadow-blur-radius) rgba(var(--color-shadow),var(--card-shadow-opacity));
}
.recent_main{
    display: flex;
    align-items: center;
    position: relative;
    gap: 10px;
    padding: 10px;
    height: 100%;
    text-align: var(--card-text-alignment);
    border-radius: var(--card-corner-radius);
    border: 1px solid rgba(var(--color-foreground),0.1);
}
.recent_main .continue_product_badge,
.recent_badge{
    display: none;
}
.rv-box-0 .recent_badge{
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: rgb(var(--color-button-text));
}
.rv-box-0 .recent_badge:before{
  position: absolute;
  top: 0;
  right: 100%;
  left: auto;
  display: block;
  width: 0;
  height: 0;
  content: "";
  border: 7px solid;
  border-color: #09ad5e;
  border-right: 18px solid transparent;
  border-right-color: #09ad5e;
  border-left-color: transparent;
}
  
/* Side panel recent view css end */

/* Footer */
.footer.top_separator{
    border-top: 1px solid rgba(var(--color-wbfootcolor),.1);
}
.newsletter-form__message {
  justify-content: flex-start;
  margin-bottom: 0;
  font-size: calc(var(--font-body-scale) * 14px);
  font-weight: var(--font-body-weight);
}
.wbftpaym .footer__payment:only-child{
    margin-top: 0;
}
footer__content-bottom.scroll-trigger.animate--slide-in {
    animation: none;
    opacity: 1;
    transform: inherit;
}
footer .footer-block--newsletter .field__input:focus-visible {
    box-shadow: none;
}
.footer-block button:not(.toggle.collapsed) {
    display: none;
}
footer .localization-selector.link.button--secondary {
    background: transparent;
    color: rgb(var(--color-wbfootcolor));
}
.localization-form__select.button--secondary:after, .localization-form__select:hover.localization-form__select.button--secondary:after {
    box-shadow: 0 0 0 var(--inputs-border-width) rgba(var(--color-wbfootcolor),var(--inputs-border-opacity));
}
.wbfootcont h3.h6 + .footer__list-social {
    margin-top: 0;
}
.wbfootcont h3.h6 {
    margin-top: 30px;
}
.wbfootcont h3.h6 a {
    text-decoration: underline;
}
.footer {
    background: rgb(var(--color-wbfootbgcolor));
    color: rgb(var(--color-wbfootcolor));
    word-break: break-word;
}
.footer .footmiddle a,.footer__blocks-wrapper .h6,
.wbfootcont p,.wbftpaym a,
.wbfootcont h1,.wbfootcont h2,.wbfootcont h3,.wbfootcont h4,.wbfootcont h5,.wbfootcont h6{
  color: rgb(var(--color-wbfootcolor));
} 
.wbfootcont svg{
  fill: rgb(var(--color-wbfootcolor));
}
.contxt svg{
    margin-right: 4px;
}
.footer .footmiddle a:hover,.wbftpaym a:hover{
  color: rgb(var(--color-wbfoothcolor)) !important;
} 
.footer__content-bottom .row.wbdiscurrency,.footer__content-bottom .row.wbdiscopyr{
    justify-content: center;
}
.wbdiscurrency{
    text-align: center;
}
.wbfootcont.footer-block-image svg{
    width: 100%;
    height: 100%;
}
button#scroll {
    position: fixed;
    bottom: 60px;
    right: 20px;
    font-size: 18px;
    color: rgb(var(--color-button-text));
    cursor: pointer;
    z-index: 2;
    background: rgba(var(--color-button),var(--alpha-button-background));
    min-width: 44px;
    min-height: 44px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    text-align: center;
    opacity: 1;
    transition: all .5s ease-in-out 0s;
    transform: scale(1);
    padding: 6px 0;
    border-radius: var(--buttons-radius);
    border: 1px solid;
}
#scroll.scrollhide {
    bottom:-100px;
    opacity:0;
    transform:scale(0)
}
#scroll:hover {
    background-color: rgba(var(--color-button),.7);
}
#scroll svg{
    fill: rgb(var(--color-button-text));
    width: 20px;
    height: 20px;
}
.subnews{
    font-size: calc(var(--font-body-scale) * 16px);
    margin: 0;
}
.newsletter-form__field-wrapper .field__label{
    top: calc(15px + var(--inputs-border-width));
}
.footer-block--newsletter .newsletter-form__field-wrapper {
    background: rgb(var(--color-background));
    border-radius: var(--inputs-radius);
}
.footer .newsletter-form__field-wrapper input{
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.newsletter-form__field-wrapper input{
    height: 50px;
    color: rgb(var(--color-foreground));
}
footer .newsletter-form__field-wrapper input,
footer .newsletter-form__field-wrapper input:focus,
footer .newsletter-form__field-wrapper input:focus-visible{
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.newsletter-form__field-wrapper .field{
    align-items: center;
}
.newsletter-form__field-wrapper .button{
    padding: 0 17px;
    text-transform: uppercase;
    height: 50px;
    border-radius: var(--inputs-radius);
}
.newsletter-form__field-wrapper .button:after{
    border-radius: var(--inputs-radius);
}
.footer-block--newsletter .newsletter-form__field-wrapper .button svg {
    fill: rgb(var(--color-button-text));
    transform: none;
    opacity: 1;
    width: 18px;
    height: 18px; 
}
.newsletter-form__button.button::after{
    box-shadow: none;
}
.newsletter-form__field-wrapper .button span,.newsletter-form__field-wrapper .button:hover span,.newsletter-form__field-wrapper .button:hover svg{
    transform: none;
}
.footer__newsletter.newsletter-form,.blocknewleft{
    width: 50%;
}
.blocknewleft{
    display: flex;
    flex-direction: column;
    row-gap: 10px;
}
.footer-block--newsletter{
    padding: 35px 0;
    border-bottom: 1px solid rgba(var(--color-foreground),0.09);
}
.footer-block--newsletter .blocknewleft h3{
    font-size: calc(var(--font-body-scale) * 24px);
    margin:0;
    max-width: 400px;
}
.footer-block--newsletter .blocknewleft p{
    margin: 0;
}
.footer-block--newsletter .newsletter-form__message{
    margin-top: 10px;
}
.footer-block--newsletter > .page-width {
    display: flex;
    justify-content: space-between;
    align-items: center;
    column-gap: 15px;
}
.wbfootcont svg{
    width: 20px;
    height: 20px;
}
.wbfootcont ul{
    padding: 0;
    margin: 0;
    list-style: disc;
    padding-left: 1rem;
}
.wbfootcont ul:has(li svg,li span){
    padding: 0;
    list-style: none;
}
.flog {
    display: block;
    margin-bottom: 20px;
}
.footer__blocks-wrapper .h6{
    font-weight: var(--font-body-weight-semibold);
    font-size: calc(var(--font-body-scale) * 20px);
    margin-bottom: 15px;
    border: none;
    padding: 0;
    background: transparent;
    text-align: left;
    letter-spacing: normal;
}
.footer .footer-collapse li{
    line-height: 35px;
    font-size: calc(var(--font-body-scale) * 14px);
}
.footer__content-bottom{
    padding: 15px 0;
    font-size: calc(var(--font-body-scale) * 14px);
    border-top: 1px solid rgba(var(--color-wbfootcolor),0.1);
}
.footer__content-bottom .row{
    justify-content: space-between;
    align-items: center;
    margin: 0;
}
/* Footer Payment */
.footer__payment ul{
    padding: 0;
    margin: 0;
}
.footer__payment li{
    list-style: none;
    display: inline-block;
    vertical-align: middle;
}
.footer__payment li svg{
    width: 38px;
    height: 22px;
}
/* Footer Social */
.footer .footer__list-social{
    margin-left: -10px;
}
.footer .footer__list-social li a {
    line-height: normal;
    display: inline-block;
    vertical-align: middle;
    min-width: 44px;
    min-height: 44px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.footer__list-social li{
    display: inline-block;
    vertical-align: middle;
}
.footer__list-social li svg{
    width: 20px;
    height: 20px;
}
.wbfootcont ul.footer__list-social {
    margin-top: 30px;
    padding: 0;
}
.footer__payment{
    margin-top: 10px;
}
.wbftlangcur:empty{
    display: none;
}
@media (min-width: 992px){
    .newsletter-form__field-wrapper .button svg{
        display: none;
    }
    .newsletter-form__field-wrapper .button {
        min-width: 130px;
    }
}
@media (min-width: 768px){
    .recent_section .rv-main.slider{
        margin-top: -10px;
    }
    .recent_section .rv-main.slider li{
        padding: 10px 0 0 !important;
    }
    .footer__blocks-wrapper .h6{
        cursor: text;
    }
    .wbftlangcur localization-form{
        display: inline-block;
        vertical-align: middle;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .recent_section .rv-main .grid__item{
        width: calc(50% - var(--grid-desktop-horizontal-spacing) / 2);
        max-width: calc(50% - var(--grid-desktop-horizontal-spacing) / 2);
    }
    .recent_section .rv-main.slider li:not(:first-child,:nth-child(2)){
        padding: 0;
    }
    .footer__content-bottom .footer__copyright {
        max-width: 310px;
    } 
}
@media (max-width: 991px) {
    .newsletter-form__field-wrapper .button span{
        display: none;
    }
    .footer__blocks-wrapper .h6{
        font-size: calc(var(--font-body-scale) * 18px);
    }
    .footer .footer-collapse li{
        line-height: 30px;
        font-size: calc(var(--font-body-scale) * 14px);
    }
    .subnews,.footer__content-bottom{
        font-size: calc(var(--font-body-scale) * 14px);   
    }
}
@media (max-width: 767px) {
    .side_panel_content,
    .wbrv_slide{
        width: 270px;
    }
    .wbrv_slide{
        transform: translate(270px);
    }
    .side_btn_panel .rv_icon svg {
        width: 18px;
        height: 18px;
    }
    .side_panel_content .recent_main .product-title {
        font-size: calc(var(--font-heading-scale)* 14px);
    }
    .recent_img .img_media{
        height: 68px;
    }
    .recent_img img{
        width: 65px;
        height: 65px;
    }
    .side_btn_panel .rv_icon{
        width: 42px;
        height: 42px;
        margin-left: -42px;
    }
    .footer-block--newsletter {
        padding: 20px 0;
    }
    .newsletter-form__field-wrapper .field__label {
        top: calc(13px + var(--inputs-border-width));
    }
    .newsletter-form__field-wrapper .button {
        padding: 0 15px;
        /* max-height: 46px; */
    }
    .wbfootcont h3.h6 {
        margin-top: 15px;
        padding: 0;
    }
    footer .footer__blocks-wrapper {
        gap: 0;
    }
    .footer__content-bottom .localization-form, .footer__content-bottom .localization-form:only-child {
        padding: 0;
    }
    .wbftlangcur {
        display: grid;
    }
    .footer-block--newsletter > .page-width {
        display: block;
    }
    .footer__newsletter.newsletter-form, .blocknewleft{
        width: 100%;
    }
    .footer__newsletter.newsletter-form{
        margin-top: 15px;
    }
    .footer-block--newsletter .blocknewleft h3 {
        font-size: calc(var(--font-body-scale) * 20px);
    }
    .footer-block-image{
        margin-top: 15px;
    }
    .newsletter-form__field-wrapper input, .newsletter-form__field-wrapper .button{
        height: 45px;
    }
    .footer__content-bottom {
        padding: 10px 0;
    }
    .footer__blocks-wrapper .h6 {
        cursor: pointer;
        padding: 10px 0;
        margin-top: 0;
        font-size: calc(var(--font-body-scale) * 16px);
        width: 100%;
        text-align: left;
        margin-bottom: 0;
    }
    .wbfootcont ul.footer__list-social {
        margin-bottom: 10px;
        margin-top: 10px;
    }
    .footer__list-social li a{
        min-width: 36px;
        min-height: 36px;
        padding: 4px 0 0 0;
    }
}
@media (max-width: 575px){
    .wbftpaym{
        text-align: center;
        margin-top: 10px;
    }
    /* footer .localization-selector.link{
        min-width: 140px;
    } */
    .wbftlangcur{
        display: inline-block;
        vertical-align: middle;
    }
    .footer__content-bottom .row{
        display: block;
        text-align: center;
    }
}