/* Untils */


.h-sm10-lg20 {
    padding-left: 40px;
    padding-right: 40px;
}

.h-sm-10-lg40 {
    padding-left: 40px;
    padding-right: 40px;
}


/* Common */
a.mobile-header-menu {
    color: #ffffff;
}

.mobile-header-static-wrapper{
    display: flex;
    flex-direction: column;
    row-gap: 10px;
    justify-content: center;
    align-items: center;
    padding: 30px 10px 15px 10px;
}

.mobile-header-static-wrapper>div{
    width: 100%;
    margin-bottom: 20px;
}

.mobile-header-static-wrapper>.bottom{
    margin-bottom: 0 !important;
}

.mobile-header-static-wrapper>.top>.ps-logo{
    width: fit-content;
    display: block;
    margin: auto;
    margin-bottom: 45px;
}

.mobile-header-static-wrapper>.top>.social-icon-container {

    justify-content: center;
    margin: auto;
    column-gap: 50px;
}

.mobile-header-static-wrapper>.middle>.ps-search--mobile{
    width: 100%;
    display: block;
    padding: 0;
}

.ps-form--search-mobile{
    border: 1px solid #98989895;
    border-radius: 100px;
}

.ps-form--search-mobile .form-group--nest .input-search-product {
    border: none;
    border-radius: 0;
    border-top-left-radius: 100px;
    border-bottom-left-radius: 100px;
}

.ps-form--search-mobile button{
    background-color: #343434 !important;
    width: 100%;
    max-width: 55px;
    border: none;
    border-radius: 0;
    border-top-right-radius: 100px;
    border-bottom-right-radius: 100px;
}

.ps-form--search-mobile button i {
    color: #997d2e;
    font-size: 28px;
}


.mobile-header-static-wrapper .bottom .icons-tray {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 0 20px;
}


.ps-panel__header{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.header--mobile .navigation--mobile {
    display: none;
}

.header.header--mobile.header--sticky .navigation--mobile{
    display: flex;
}




/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {

    /* Utils */

    .sm-hide{
        display: none !important;
    }

    .h-sm10-lg20 {
        padding-left: 10px;
        padding-right: 10px;
    }
    

    .h-sm-10-lg40 {
        padding-left: 10px;
        padding-right: 10px;
    }

    .sm-bm-30 {
        margin-bottom: 30px;
    }

    .about-card-wrapper.container.mb-90 {
        max-width: 100vw;
    }

    .about-card-wrapper.container.mb-90 .container {
        max-width: 100vw;
        margin: 0;
    }

    /* site */

    a.mobile-header-menu>i {
        font-size: 30px;
    }
    .social-icon {
        width: 38px;
        height: 38px;
    }
    .social-icon svg{
        width: 18px;
    }

    .ps-form--search-mobile .spinner-icon {
        right: 70px !important;
    }

    footer.footer-dark .container {
        max-width: 100%;
    }

    footer.footer-dark .footer-top .row {
        flex-direction: column;
        row-gap: 30px;
    }

    footer.footer-dark .footer-top .row .col-3{
        width: 100%;
        flex: 1;
        min-width: 100%;
        max-width: 100%;
    }

    footer .footer-top {
        padding: 70px 20px 10px 20px;
    }

    .ps-footer__widgets {
        padding-bottom: 0 !important;
    }

    .home-hero-slider>.ps-home-banner {
        height: 200px !important;
    }

    .three-col-home-slider {
        flex-direction: column;
    }

    .ps-shop-brand > * {
        max-width: 100% !important;
    }

    .ps-block--site-features {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .ps-block--site-features .ps-block__item {
        width: 100% !important;
        max-width: 100% !important;
    }

    .sm-min-h300 {
        min-height: 300px !important;
    }

    .sm-min-h400 {
        min-height: 400px !important;
    }

    .slider-min-h300 .ps-home-banner .ps-banner {
        min-height: 300px !important;
    }

    .slider-min-h400 .ps-home-banner .ps-banner {
        min-height: 400px !important;
    }

    .disclaimer {
        padding: 30px;
        margin-left: 20px;
        margin-right: 20px;
    }

    .warning-banner {
        padding: 10px 20px;
        box-sizing: content-box;
    }

    .warning-banner p {
        font-size: 14px;
    }

    .ps-footer__widgets > * {
        flex-basis: 100% !important;
    }
    
    .ps-shop-brand.owl-carousel .owl-item {
        /* width: 250px !important; */
        border: 1px solid #ffffff82 !important;
    }

    .ps-my-account .container {
        max-width: 100%;
    }

    .ps-block--user-header {
        display: flex !important;
        flex-direction: row !important;
        column-gap: 10px;
    }
    
    .ps-section--account .col-lg-4 {
        margin-bottom: 20px;
    }

    .ps-page--shop .ps-product:not(.ps-product--wide) .ps-product__content:not(.hover) {
        border: none !important;
        padding: 0 10px !important;
    }

    .ps-layout--shop {
        padding-bottom: 0 !important;
    }

    .ps-product--wide .ps-product__container {
        padding: 0 !important;
    }

    .ps-page--shop .ps-product .ps-product__content:not(.hover) {
        padding: 0 !important;
    }

    .ps-product--detail .ps-product__header .ps-product__thumbnail {
        max-width: 100% !important;
    }

    .ps-product--detail .ps-product__header .ps-product__info {
        max-width: 100% !important;
    }

    .ps-page--product .ps-page__container .ps-page__left {
        padding-right: 0 !important;
    }

    .in-stock-tag {
        padding: 2px 5px !important;
        margin-top: 7px;
    }

    .out-stock-tag {
        padding: 2px 5px !important;
        margin-top: 7px;
    }

    .ps-product__content.cross-sell-product .row .col-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 36%;
        max-width: 36%;
    }

    .ps-product__content.cross-sell-product .row .col-7 {
        -ms-flex: 0 0 25%;
        flex: 0 0 64%;
        max-width: 64%;
    }

    .ps-cart--mini .ps-cart__content {
        left: -80px;
    }

    .ps-cart--mini .ps-cart__items:before {
        left: 80px;
    }

    .ps-section--shopping.ps-shopping-cart.pt-40 .container {
        max-width: 100%;
        margin: 0;
    }
    
    div#main-checkout-product-info {
        margin: 10px;
    }

    .about-section {
        flex-direction: column;
    }

    .about-section .item:first-child.content {
        padding: 0;
    }

    .about-section .item:nth-child(2).content {
        padding: 0;
    }
    
    .about-card-wrapper .brand-cards {
        flex-direction: column;
        padding: 0;
    }

    .about-card-wrapper .brand-cards:hover {
        box-shadow: none;
    }

    .about-card-wrapper .row.gx-5.mb-5 {
        margin-bottom: 0 !important;
    }

    .about-card-wrapper .row.gx-5.mb-5 .col-xl-6.col-lg-6.col-md-12.col-sm-12.col-12 {
        margin-bottom: 30px;
    }

    .brand-cards .logo img {
        display: block;
        width: 150px;
    }

    h2.snv_h2_heading {
        font-size: 30px;
        margin: 0;
        margin-bottom: 25px;
    }

    .about-section.container.mb-90 {
        max-width: 100vw;
        margin: 0;
        margin-bottom: 40px;
    }

    .about-section.two .item:first-child img {
        max-width: 80%;
        box-shadow: none;
        margin-bottom: 25px;
    }

    .abt.container {
        max-width: 100vw;
        margin: 0;
        margin-bottom: 40px;
    }

    .about-section .item.content ul {
        padding: 0;
    }

    .brand-cards .content h4 {
        margin-top: 15px;
    }

    .about-parallax-container p {
        padding: 0;
    }

    .about-parallax-wrapper {
        height: 40vh;
    }

    .ps-container {
        padding: 0 20px !important;
    }


    .contact.container {
        max-width: calc(100vw - 30px);
    }

    .contact.container>.row{
        flex-direction: column;
    }

    .contact.container>.row>.col-6{
        max-width: 100%;
    }

    .ps-section--shopping>.container {
        max-width: 100vw;
    }

    /* .ps-shop-brand.owl-carousel .owl-item img {
        width: 100% !important;
        height: auto !important;
    } */

}

@media only screen and (min-width: 600px) {
    .lg-hide {
        display: none !important;
    }
}
