/** Shopify CDN: Minification failed

Line 2547:7 Unexpected "`"
Line 4210:0 All "@import" rules must come first

**/
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap');


      .mvloader {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100vh;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        background-color: #fff;
        z-index:99;
      }
      .mvloader .icon {
        position: relative;
        display: inline-block;
/*             -webkit-animation: bounce 2s linear infinite;
    animation: bounce 2s linear infinite; */
      }

    @-webkit-keyframes bounce {
      0% {
          box-shadow:
                      0 0px 0 #ccc,
                      0 2px 3px rgba(0, 0, 0, 0);  
      }
      100% {
        transform:translateY(-20px);
        box-shadow:  0 0px 0 #black,
                      0 0px 20px rgba(0, 0, 0, 0);
      }


/*       @-webkit-keyframes mvloaderIcon {
        0% {
           -webkit-transform: rotateY(0deg);
                  transform: rotateY(0deg); 
        -webkit-transform: scaleX(1);
                  transform: scaleX(1);
        }
        100% {
           -webkit-transform: rotateY(360deg);
                  transform: rotateY(360deg); 
          -webkit-transform: scaleX(-1);
                  transform: scaleX(-1);
        }
      }

      @keyframes mvloaderIcon {
        0% {
          -webkit-transform: rotateY(0deg);
                  transform: rotateY(0deg);
        }
        100% {
          -webkit-transform: rotateY(360deg);
                  transform: rotateY(360deg);
        }
      } */
}


.heart-icon {
    display: none !important
}

:root {
    --bs-body-color: #000000;
}

.inner {
    position: relative;
    width: 100%;
    float: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 600;
    color: #000000;
}

figure {
    margin: 0 !important;
}

body {
    /* font-family: 'Roboto', sans-serif; */
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    color: #000000;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
div,
section,
.gm-menu-installed .apHeader_changes_wrapper .ap_headerChanges .gm-item.gm-level-0 .gm-target .gm-text {
    font-family: 'Montserrat', sans-serif !important;
}


/***** pages csss ****/

:root {
    --containerSize: 100%
}

@media (min-width: 576px) {
    :root {
        --containerSize: 540px
    }
}

@media (min-width: 768px) {
    :root {
        --containerSize: 720px
    }
}

@media (min-width: 992px) {
    :root {
        --containerSize: 960px
    }
}

@media (min-width: 1200px) {
    :root {
        --containerSize: 1140px
    }
}

@media (min-width: 1400px) {
    :root {
        --containerSize: 1320px
    }
}

.page-width {
    max-width: var(--containerSize) !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 600;
}

body {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
}

section.hs_section01 {
    background-image: url(../images/bannerback.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    padding-left: calc((100% - var(--containerSize)) / 2);
}

.bannercontent h2 {
    color: #fff;
    font-size: 44px;
    width: 450px;
    max-width: 100%;
}

.bannercontent p {
    color: #fff;
    font-size: 16px;
    margin-bottom: 25px;
}

.bannercontent a {
    outline-offset: 2px;
    outline: 1px solid #fff;
    padding: 13px;
    background: #fff;
    font-weight: 600;
    font-size: 14px;
    color: #000;
    text-decoration: none;
    display: inline-block;
    transition: 0.5s ease;
}

.bannercontent a:hover {
    outline: 1px solid #000;
    background: #000;
    color: #fff;
}

.bannercontent a span {
    margin-left: 6px;
}

.comnHdng,
.ap_product_recomendation h2.product-recommendations__heading.h2 {
    font-size: 24.82px;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 20px;
}

section.hs_section02 {
    margin: 50px 0px;
}

.rightimage img {
    width: 100%;
}

.homeproductsec a {
    display: block;
    text-decoration: none;
    color: black;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    color: #000;
}

.homeproductsec a:hover {
    color: #000;
}

.homeproductsec a p {
    margin-top: 10px;
}

section.hs_section04 {
    margin: 50px 0;
}

.home_giftcontent {
    text-align: center;
    display: table-cell;
    vertical-align: middle;
}

.gift_center {
    display: table;
}

.home_giftcontent a {
    border: 1px solid #000;
    font-size: 16.37px;
    font-weight: 600;
    color: #000;
    text-decoration: none;
    margin: auto;
    margin-top: 2rem;
    display: table;
    padding: 10px 25px;
    border-radius: 43px;
    transition: 0.5s ease;
}

.home_giftcontent a:hover {
    background: #000;
    color: #fff;
}

.homeproductsec img {
    width: 100%;
    transition: 0.5s ease;
}

.homeproductsec img:hover {
    transform: scale(1.2);
}

.blogcard_bottom span {
    font-weight: 500;
    border-radius: 26px;
    padding: 4.93px 9.93px 4.93px 10.93px;
    background: #F6F6F6;
    color: #2D94FB;
    font-size: 13px;
}

.blogcard_bottom h4 {
    font-size: 15.42px;
    margin-top: 8px;
    margin-bottom: 10px;
    font-weight: 600;
}

.blogcard_bottom p {
    font-weight: 400;
    text-align: justify;
    font-size: 13px;
}

.homeblog_hs a {
    font-size: 12.76px;
    color: #000;
    font-weight: bold;
}

.homeblog_hs img {
    z-index: -1;
    position: relative;
    width: 100%;
}

.col-lg-6.col-md-6.col-sm-6.center-hs {
    display: flex;
    align-items: center;
}

.blogcard_bottom {
    width: 400px;
    padding: 15px;
    background: #fff;
    margin-top: -2rem !important;
    margin: auto;
}

.blogcard_bottom .change_colorsecond {
    color: #ff9e26;
}

.blogcard_bottom .change_colorthird {
    color: #FF74A1;
}

.home_iconbox {
    text-align: center;
}

.hs_section08 {
    margin: 70px 0;
}

.home_iconbox h4 {
    font-size: 16px;
    margin-top: 1rem;
    font-weight: 600;
}

.home_iconbox p {
    font-weight: 400;
    width: 270px;
    margin: auto;
    font-size: 13px;
}

.homebottom_buton {
    margin: auto;
    display: table;
}

.hs_section09 {
    margin: 50px 0;
    display: none;
}

.homebottom_buton a {
    display: inline-block;
    font-weight: 700;
    font-size: 14.31px;
    border-radius: 51px;
    color: #fff;
    background: #000;
    text-decoration: none;
    padding: 9.09px 16.09px 9.09px 16.09px;
    border: 1px solid #000;
    transition: 0.5s ease;
}

.homebottom_buton a:hover {
    background: #fff;
    color: #000;
    cursor: pointer;
}

.hsproduct_tab a {
    display: inline;
    font-size: 18px;
    color: #000;
    text-decoration: none;
    font-weight: 400;
    border-radius: 42px;
    padding: 12px 26px;
    border: 1px solid #000;
    transition: 0.5s ease;
}

.hsproduct_tab a:hover {
    background: #000;
    color: #fff;
}

.hsproduct_tab {
    align-items: baseline;
    display: flex;
    margin-bottom: 1rem;
    justify-content: space-between;
}

.home_giftimage {
    overflow: hidden;
}

.home_giftimage img {
    width: 100%;
    overflow: hidden;
    transition: 0.5s ease;
}

.home_giftimage img:hover {
    transform: scale(1.1);
}


/**** about page css start ****/

section.about-banner {
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}

section.about-banner::before {
    position: absolute;
    content: "";
    background: #000;
    width: 100%;
    height: 100%;
    opacity: .3;
}

.about-banner-content {
    padding-top: 360px;
    padding-bottom: 40px;
    position: relative;
}

.about-banner-content::after {
    position: absolute;
    content: "";
    background: #fff;
    width: 65px;
    height: 8px;
}

.about-banner-content h1 {
    font-size: 59.84px;
    text-transform: uppercase;
    color: #FFF;
    text-align: left;
    font-weight: 800;
    line-height: 1.3;
}

.about-banner-content p {
    font-size: 42.77px;
    line-height: 1.3;
    text-transform: uppercase;
    text-align: left;
    color: #fff;
    font-weight: 700;
}


/* Second Section Style Starts */

section.about-second-sec {
    margin-top: 45px;
}

.about-content-column {
    display: table;
}

.about-company {
    vertical-align: middle;
    display: table-cell;
    position: relative;
}

.about-company .comnHdng,
.ap_product_recomendation h2.product-recommendations__heading.h2 {
    margin-bottom: 20px
}

.about-company p {
    font-size: 15px;
    color: #000;
    line-height: 22px;
    font-weight: 400;
    white-space: pre-line
}

.about-company span {
    font-size: 15px;
    color: #000;
    font-weight: 700;
    line-height: 22px;
}

.about-company p.company-ceo {
    padding-top: 15px;
    font-size: 15px;
    color: #000;
    font-weight: 700;
    line-height: 22px;
}


/* Second Section Style End */


/* Store Location Section Style Starts */

section.store-location-sec {
    margin-top: 45px;
}

.location-content {
    background-color: #454546;
    padding: 150px 30px;
}

.location-content h5 {
    font-size: 19.01px;
    line-height: 1.3;
    font-weight: 700;
    text-transform: uppercase;
    color: #FFF;
    margin-bottom: 35px;
}

.location-content p {
    font-weight: 400;
    font-size: 15px;
    line-height: 2.5;
    color: #FFF;
}


/* .location-content p:nth-child(3) {
    width: 102px;
} */

.location-image-column {
    background: url('../images/about-location-image.png');
    background-size: cover;
    padding: 0;
}


/* Store Location Section Style End */


/* Start Shopping Section Style Starts */

section.shopping-sec {
    margin-top: 45px;
}

.hsproduct_tab {
    align-items: baseline;
    display: flex;
    margin-bottom: 1rem;
    justify-content: space-between;
}

.hsproduct_tab a {
    display: inline;
    font-size: 18px;
    color: #000;
    text-decoration: none;
    font-weight: 400;
    border-radius: 42px;
    padding: 12px 26px;
    border: 1px solid #000;
}

.about-product p {
    font-size: 18.42px;
    font-weight: 600;
    line-height: 1.3px;
}


/* Start Shopping Section Style End */


/* Delivery Section Style Starts */

section.delivery-sec {
    margin-top: 45px;
}

.delivery-content {
    text-align: center;
}

.delivery-content h6 {
    font-size: 18px;
    line-height: 1.3;
    color: #000;
    font-weight: 700;
}

.delivery-content p {
    font-size: 15px;
    line-height: 1.6;
    font-weight: 500;
}

.delivery-section-button {
    text-align: center;
    margin-top: 25px;
}

.delivery-section-button a {
    background-color: #000;
    color: #fff;
    padding: 12px 22px;
    text-decoration: none;
    border-radius: 50px;
    font-weight: 500;
}


/**** about page css end ****/


/****** contact page css start ****/

.contact_section_01 {
    padding-top: 30px;
    padding-bottom: 20px;
}

.contact_section_01 .con_tact {
    letter-spacing: 0.25px;
    color: #000000;
    font-size: 24.81px;
    line-height: 29px;
    font-weight: 700;
    margin-bottom: 35px;
}

.contact_section_01 .ser_vices {
    box-shadow: 1px 5px 10px #0000000f;
    border-radius: 10px;
    background: #F6F6F6;
    padding: 29px 22px 8px;
    height: 100%;
}

.contact_section_01 .ser_vices .serv_h {
    line-height: 21.59px;
    font-weight: bold;
    font-size: 17.99px;
    letter-spacing: 0.09px;
    color: #000000;
    margin-bottom: 13px;
}

.contact_section_01 .ser_vices p {
    letter-spacing: 0.08px;
    color: #000000;
    line-height: 23.99px;
    font-size: 15.99px;
}

.contact_section_01 .ser_vices .m_P {
    margin-bottom: 28px;
}

.contact_section_01 .ser_vices ul,
.contact_section_01_ap ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
    padding-top: 18px;
}

.contact_section_01 .ser_vices ul li a i,
.contact_section_01_ap li a i {
    margin-right: 9.25px;
}

.contact_section_01 .ser_vices ul li a,
.contact_section_01_ap li a {
    text-decoration: none;
    font-size: 15.99px;
    line-height: 23.99px;
    color: #000000;
}

.contact_section_01 .ser_vices p a {
    text-decoration: underline;
    color: #000000;
}

.contact_section_01 .ser_vices ul li,
.contact_section_01_ap ul li {
    margin-bottom: 16px;
}

.contact_section_02 {
    padding-top: 40px;
    padding-bottom: 40px;
}

.contact_section_02 .mail_h {
    color: #000000;
    font-size: 24.81px;
    line-height: 29.78px;
    font-weight: 700;
}

.contact_section_02 form {
    margin-top: 32px;
}

.contact_section_02 form input {
    background: #FFFFFF;
    border: 1px solid #CDCDCD;
    border-radius: 21px;
    height: 41px;
    width: 100%;
    padding: 10px 26px;
    font-size: 13.98px;
    color: #000000;
    line-height: 16.78px;
    letter-spacing: 0.07px;
    outline: 0;
}

.contact_section_02 form label {
    color: #8D8D8D;
    font-size: 12px;
    line-height: 16px;
    margin-top: 5px;
}

.contact_section_02 form .add {
    margin-bottom: 23px;
    text-align: end;
}

.contact_section_02 form .add input {
    width: 125px !important;
    height: 41px !important;
    background: #FFFFFF !important;
    border: 1px solid #000000 !important;
    border-radius: 21px;
    font-size: 14.06px;
    color: #000000;
    line-height: 16.87px;
    padding: 12px 24px !important;
    font-weight: 500;
    text-align: center;
}

.contact_section_02 form .text_area textarea {
    border: 1px solid #CDCDCD;
    border-radius: 21px;
    width: 100%;
    height: 131px;
    padding: 15px 22px;
    color: #000000;
    font-size: 13.99px;
    letter-spacing: 0.07px;
    line-height: 16.78px;
    margin-bottom: 19px;
    outline: 0;
}

.sub_mit {
    text-align: right;
}

.contact_section_02 form .sub_mit button {
    background: #282828 0% 0% no-repeat padding-box;
    border-radius: 21px;
    width: 125px;
    height: 41px;
    text-align: center;
    letter-spacing: 0.07px;
    color: #FFFFFF;
    font-size: 14.01px;
    padding: 12px 44px;
    border: transparent;
    line-height: 16.81px;
}

.contact_section_03 .img_box {
    background-image: url(../images/contactus.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 501px;
}

.contact_section_03 .content_box {
    background: #454546;
    padding: 10px 30px;
    height: 100%;
    justify-content: center;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}

.contact_section_03 .row .col-md-6:nth-child(2) {
    padding-right: 0 !important;
}

.contact_section_03 .content_box .shop_h {
    color: #FFFFFF;
    font-size: 19.01px;
    line-height: 22.81px;
    margin-bottom: 19px;
}

.contact_section_03 .content_box ul {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.contact_section_03 .content_box ul li span {
    font-size: 15px;
    line-height: 22px;
    letter-spacing: 0.07px;
    color: #FFFFFF;
}

.contact_section_03 .content_box ul li:nth-child(2) span {
    margin-bottom: 20px;
    margin-top: 20px;
    display: block;
}

.contact_section_04 {
    padding-bottom: 35px;
    padding-top: 45px;
}

.contact_section_04 .fast_content img {
    margin-bottom: 19px;
}

.contact_section_04 .fast_content .h_6 {
    color: #000000;
    font-size: 16px;
    line-height: 19.19px;
    letter-spacing: 0.08px;
    font-weight: 700;
}

.contact_section_04 .fast_content p {
    color: #000000;
    font-size: 13px;
    line-height: 18px;
    letter-spacing: 0.07px;
}

.contact_section_04 .fast_content {
    text-align: center;
}

.contact_section_04 .btn_box {
    padding-top: 30px;
}

.contact_section_04 .btn_box a {
    background: #000000;
    width: 321px;
    margin: 0 auto;
    height: 40px;
    text-align: center;
    padding: 11px 13px;
    text-decoration: none;
    font-size: 14.31px;
    line-height: 17.17px;
    letter-spacing: 0.36px;
    border-radius: 19px;
    color: #FFFFFF;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
}


/****/

.hsproduct_tab {
    align-items: baseline;
    display: flex;
    margin-bottom: 1rem;
    justify-content: space-between;
}

.hsproduct_tab a {
    display: inline;
    font-size: 18px;
    color: #000;
    text-decoration: none;
    font-weight: 400;
    border-radius: 42px;
    padding: 12px 26px;
    border: 1px solid #000;
}

.product-outer {
    position: relative;
}

.heart-icon {
    position: absolute;
    content: "";
    right: 15px;
    top: 15px;
}

.heart-icon a {
    color: #000;
    font-size: 20px;
}

.featured-product-image {
/*     background: #f6f6f6; */
    text-align: center;
    padding: 15px 15px;
    position: relative;
  border: 2px solid #f6f6f6;
}


/* .featured-product-image figure {
    display: inline-block;
    overflow: hidden;
} */

.featured-product-image figure {
    display: inline-block;
    overflow: hidden;
    max-height: 29rem;
}

.featured-product-image img {
    width: 100%;
    transition: 0.5s ease;
}

.featured-product-sec {
    margin-top: 30px;
}

.featured-product-sec .product-outer:hover img,
.dont-miss-product-sec .product-outer:hover img {
    transform: scale(1.1)
}

.featured-product-image a {
    border: 1px solid #000;
    color: #000;
    text-decoration: none;
    padding: 8px 15px;
    font-weight: 500;
    border-radius: 50px;
    display: inline-block;
    font-size: 15px;
    transition: 0.5s ease;
    position: absolute;
    left: 50%;
    bottom: 50px;
    width: 150px;
    transform: translateX(-50%);
    max-width: 100%;
    display: none;
}

.featured-product-image a:hover {
    background: #000;
    color: #fff;
}

.featured-product-down p.arrival-or-not {
    color: #919191;
    display: inline-block;
    margin: 0;
    font-size: 14px;
}

.featured-product-down h6.featured-product-name {
    font-weight: 600;
    font-size: 15.42px;
    color: #000;
    text-transform: capitalize;
    display: block;
    margin: 5px 0px 12px;
}

.featured-product-down p.featured-product-brand {
    margin: 0;
    font-weight: 500;
    font-size: 13.82px;
    color: #000000;
}

.featured-product-down p.featured-product-price {
    margin: 0;
    font-weight: 600;
    font-size: 13.82px;
    padding-top: 5px;
    color: #000000;
}


/* Dont Miss Product Section Style Starts */

section.dont-miss-product-sec {
    margin-top: 45px;
}

.hsproduct_tab {
    align-items: center;
    display: flex;
    margin-bottom: 1rem;
    justify-content: space-between;
}

.hsproduct_tab a {
    display: inline;
    font-size: 18px;
    color: #000;
    text-decoration: none;
    font-weight: 400;
    border-radius: 42px;
    padding: 12px 26px;
    border: 1px solid #000;
}

.product-outer {
    position: relative;
}

.sale {
    position: absolute;
    left: 25px;
    top: 17px;
}

.sale p {
    padding: 0;
    margin: 0;
    background: #F63939;
    border-radius: 50px;
    padding: 2px 15px;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
}

.heart-icon {
    position: absolute;
    content: "";
    right: 15px;
    top: 15px;
}

.heart-icon a {
    color: #000;
    font-size: 20px;
}

.dont-miss-product-image {
/*     background: #f6f6f6; */
    text-align: center;
    padding: 15px 15px;
    position: relative;
  border: 2px solid #f6f6f6;
}

.dont-miss-product-image figure {
    display: inline-block;
    overflow: hidden;
}

.dont-miss-product-image figure img {
    transition: 0.5s ease;
}

.dont-miss-product-image img {
    padding-bottom: 0;
    width: 100%;
}

.dont-miss-product-image a {
    border: 1px solid #000;
    color: #000;
    text-decoration: none;
    padding: 8px 15px;
    font-weight: 500;
    border-radius: 50px;
    display: inline-block;
    font-size: 15px;
    transition: 0.5s ease;
    position: absolute;
    left: 50%;
    bottom: 50px;
    width: 150px;
    transform: translateX(-50%);
    max-width: 100%;
    display: none;
}

.dont-miss-product-image a:hover {
    background: #000;
    color: #fff;
}

.dont-miss-product-down p.arrival-or-not {
    color: #ccc;
    display: inline-block;
    margin: 0;
    font-size: 14px;
}

.dont-miss-product-down h6.dont-miss-product-name {
    margin: 0;
    display: inline-block;
    font-weight: 600;
    font-size: 18px;
    color: #000;
    text-transform: capitalize;
    display: block;
    margin: 5px 0 12px;
}

.dont-miss-product-down p.dont-miss-product-brand {
    margin: 0;
    font-weight: 500;
    font-size: 15px;
}

.dont-miss-product-down p.dont-miss-product-price {
    margin: 0;
    font-weight: 600;
    font-size: 15px;
    padding-top: 5px;
}

.featured-product-sec .owl-nav {
    position: absolute;
    right: 0;
    top: -70px;
}

.featured-product-sec .owl-nav button {
    margin: 0 5px !important;
    width: 45px;
    height: 45px;
    background: #f5f5f5 !important;
    border-radius: 50% !important;
    font-size: 17px !important;
    color: #cccccc !important;
    transition: 0.5s ease;
}

.featured-product-sec .owl-nav button:hover,
.featured-product-sec .owl-nav button:focus {
    background: #e5e5e5 !important;
    color: #111111 !important;
}

.hs_section04 h2.hdng {
    font-size: 28px;
    margin-bottom: 20px;
    font-weight: 600;
}

.hs_section04 p.desc {
    font-size: 16px;
    line-height: 1.6;
    max-width: 500px;
    margin: 0 auto 20px;
    white-space: pre-line;
    width: 100%;
}

.homeproductsec a figure {
    background-color: #f6f6f6;
    min-height: 200px;
    overflow: hidden;
}

.hs_section07 {
    margin-top: 45px;
}


/* Privacy page Start */

.covid_section_01 {
    padding-top: 30px;
}

section.covid_section_01 .ship {
    font-size: 24.82px;
    line-height: 29.79px;
    margin-bottom: 33px;
    letter-spacing: 0.12px;
    color: #000000;
}

.covid_section_01 .cov_id p {
    font-size: 16px;
    line-height: 22px;
    color: #000000;
    margin-bottom: 28px;
    letter-spacing: 0.08px;
}

.covid_section_01 .posts .post_h {
    font-size: 16px;
    line-height: 22px;
    font-weight: 600;
    letter-spacing: 0.4px;
    margin-bottom: 32px;
}
b, strong {
    font-weight: 600 !important;
}

.covid_section_01 .posts p {
    font-size: 16px;
    line-height: 22px;
    color: #000000;
    margin-bottom: 28px;
    letter-spacing: 0.08px;
}

.covid_section_01 .posts p a {
    text-decoration: none;
    color: #6e6e6e;
    font-weight: 500;
}


/* table page start */

.table_section_01 {
    padding-top: 50px;
    padding-bottom: 50px;
}

.table_section_01 .flex_h {
    font-size: 16px;
    line-height: 22px;
    font-weight: 700;
    letter-spacing: 0.08px;
    color: #000000;
    text-align: center;
}

.table_section_01 .if_p {
    font-size: 15px;
    line-height: 22px;
    color: #000000;
    letter-spacing: 0.07px;
    font-weight: 500;
    text-align: center;
}

.table_section_02 {
    padding-bottom: 25px;
}

.table_section_02 .table_content .table thead tr th {
    background: #232323 !important;
    color: #fff !important;
    font-weight: 500 !important;
    font-size: 16px !important;
    line-height: 18px !important;
    text-align: center !important;
    padding: 12px 30px !important;
}

.table_section_02 .top_h {
    font-size: 16px;
    line-height: 22px;
    color: #000000;
    text-align: center;
    letter-spacing: 0.08px;
    font-weight: 700;
    margin-bottom: 14px;
    text-transform: uppercase;
}

.table_section_02 .table_content .table tbody tr th {
    text-align: center !important;
    padding: 10px 30px !important;
    font-size: 16px !important;
    color: #000000 !important;
    font-weight: 600 !important;
    border: 0 !important;
}

.table_section_02 .table_content .table tbody tr:nth-child(even) th {
    background: #f5f5f4;
}

.table_content .table tbody {
    border: 1px solid #d7d7d7 !important;
}

.table_section_02 .table_content .table tbody tr td {
    border: 0 !important;
    text-align: center !important;
    font-size: 16px !important;
    color: #000 !important;
    font-weight: 600 !important;
}

.table_section_02 .table_content .table tbody tr:nth-child(even) td {
    background: #f5f5f4;
}

.table_section_02 .table_content .table tbody tr th {
    border-right: 1px solid #d7d7d7 !important;
}

.table_section_02 .table_content .table tbody tr td {
    border-right: 1px solid #d7d7d7 !important;
}

.table_section_02 .table_content .table thead tr th {
    border-right: 1px solid #8d8c8c !important;
}


/* .table_section_02 .table_content .table tbody tr td:last-child {
    border-bottom: 1px solid #d7d7d7 !important;
} */

.row_same {
    display: table-cell;
    vertical-align: middle;
}


/**** contct form design ***/

.globo_form_ap .globo-form-control {
    width: 25% !important;
    margin-bottom: 30px !important;
}

.globo_form_ap .globo-form-control .globo-form-input input {
    background: #fff !important;
    height: 41px !important;
    border: 1px solid #CDCDCD !important;
    border-radius: 21px !important;
    box-shadow: none !important;
    font-size: 13.98px !important;
    line-height: 16.78px !important;
    letter-spacing: 0.07px !important;
    padding: 12px 26px !important;
}

.globo_form_ap .globo-form-control .globo-form-input input::placeholder {
    color: #000000 !important;
}

.globo_form_ap .globo-form-control textarea {
    height: 131px !important;
    border: 1px solid #CDCDCD !important;
    border-radius: 21px !important;
    background: #fff !important;
    padding: 15px 22px !important;
    box-shadow: none !important;
}

.globo_form_ap .globo-form-control textarea::placeholder {
    color: #000000 !important;
}

.globo_form_ap .globo-form-control:nth-child(5) {
    width: 100% !important;
}

.globo_form_ap .globo-form-control:nth-child(6) {
    margin-left: auto;
}

.globo_form_ap .footer button {
    width: 125.02px !important;
    background: #282828 !important;
    border-radius: 21px !important;
    height: 41.03px !important;
}

.globo_form_ap form.g-container p:nth-child(3) {
    opacity: 0;
    width: 0;
    overflow: hidden;
    margin: 0 !important;
    font-size: 0 !important;
    visibility: hidden;
}

.globo_form_ap form.g-container p:nth-child(3) * {
    display: none;
}


/**** header logo ****/

.ap_logo {
    display: flex;
    justify-content: center;
    background: #fff;
}

.ap_logo img.header__heading-logo {
    width: 400px;
}


/*mega menu css */

.apHeader_changes_wrapper {
    padding-left: 0;
    padding-right: 0;
    column-gap: 0;
}

.apHeader_changes_wrapper .ap_headerChanges {
    width: 100%;
}

.gm-menu-installed .apHeader_changes_wrapper .ap_headerChanges .gm-item.gm-level-0 .gm-target .gm-text {
    font-size: 18px !important;
}

.gm-menu-installed .apHeader_changes_wrapper .ap_headerChanges .gm-submenu.gm-mega.gm-submenu-bordered {
    border-color: transparent !important;
}

.gm-menu-installed .apHeader_changes_wrapper .ap_headerChanges .gm-links li:first-child a span {
    font-size: 17px !important;
}

.gm-menu-installed .apHeader_changes_wrapper .ap_headerChanges .gm-html-inner {
    font-size: 16px !important;
}

.gm-menu-installed .apHeader_changes_wrapper .ap_headerChanges p.sc-bdVaJa.hfgtNF {
    display: none !important;
}

/* Mohit */
.header__search .icon {
    width: 22px !important;
    height: 22px !important;
}
.tm-custom-search svg{
    width: 22px;
    height: 22px;
}
.header__icon--account svg.icon.icon-account {
    width: 22px !important;
    height: 22px !important;
}
.swym-header-launcher.swym-is-safari svg {
    width: 25px !important;
    height: 40px !important;
}
.header__icon--cart svg {
    width: 45px !important;
    height: 45px !important;
}

@media screen and (min-width:992px) {
    .apHeader_changes_wrapper li.gm-item.gm-level-0.searchItem.gm-submenu-mega.gm-submenu-align-right .gm-submenu.gm-search-form {
        display: block !important;
        position: absolute !important;
        opacity: 1 !important;
        visibility: visible !important;
        z-index: 9 !important;
        background-size: cover !important;
        top: 0;
    }

    .apHeader_changes_wrapper {
        grid-template-columns: auto 12fr 0fr !important;
    }

    .ap_single_product>div {
        max-width: 50% !important;
    }

    /* harpreet 2 Nov */
    #quick_pop_up .modal-dialog {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
    }

    .featured-product-sec .featured-product-down {
        height: 11rem;
    }
}

.apHeader_changes_wrapper li.gm-item.gm-level-0.searchItem.gm-submenu-mega.gm-submenu-align-right .gm-submenu.gm-search-form input {
    font-size: 16px !important;
    outline: none !important;
    box-shadow: 0px 0px 7px rgb(0 0 0 / 10%);
    border: 1px solid #ccc;
    padding: 0 15px;
    width: 250px;
}

.ap_single_product span.badge.price__badge-sale.color-accent-2 {
    background: #f63939;
    border-color: #f63939;
}

@media (max-width: 991.99px) {
    .gm-menu-installed .apHeader_changes_wrapper .gm-links li:first-child a span {
        font-size: 16px !important;
    }

    .gm-menu-installed .apHeader_changes_wrapper .gm-html-inner,
    .gm-menu-installed .gm-menu .gm-submenu .gm-item .gm-target {
        font-size: 15px !important;
    }

    .ap_logo {
        justify-content: flex-start;
        padding-left: 20%;
    }
}

@media (max-width: 767.98px) {
    .gm-menu-installed .apHeader_changes_wrapper .gm-links li:first-child a span {
        font-size: 19px !important;
    }

    .gm-menu-installed .apHeader_changes_wrapper .gm-html-inner,
    .gm-menu-installed .gm-menu .gm-submenu .gm-item .gm-target {
        font-size: 17px !important;
    }

    .ap_logo {
        padding-left: 23%;
    }
     .tm-custom-search {
/*         width: 18px;
        height: 18px; */
        margin-right: 5px;
    }
    .header__icon--cart {
        margin-right: 0 !important;
/*         margin-left: -10px !important; */
    }
  .tm-custom-search svg {
    width: 18px;
    height: auto;
}
}

@media (max-width: 575.98px) {
    .gm-menu-installed .apHeader_changes_wrapper .gm-links li:first-child a span {
        font-size: 19px !important;
    }

    .gm-menu-installed .apHeader_changes_wrapper .gm-html-inner,
    .gm-menu-installed .gm-menu .gm-submenu .gm-item .gm-target {
        font-size: 17px !important;
    }

    .ap_logo img.header__heading-logo {
/*         width: 250px; */
        width:60%;
        display:flex;
        max-width: 100%;
    }

    .ap_logo {
/*         padding-left: 60px; */
      padding-left: 13%;
      padding-right: 10px;
    }
}

@media screen and (max-width: 991px) {
    .globo_form_ap .content {
        justify-content: center !important;
    }
}

@media screen and (max-width: 767px) {
    .globo_form_ap .globo-form-control {
        width: 100% !important;
    }

    .globo_form_ap .footer button {
        width: 100% !important;
    }
}

@media screen and (max-width: 575px) {
    .globo-form-app .header .title {
        margin-bottom: 13px;
        line-height: 26px;
        font-size: 22px;
    }
}


/**** media screen ****/

@media (max-width: 1399.98px) {
    .product-col {
        flex: 1 0 33%;
    }

    .about-product img {
        width: 100%;
    }

    .location-content h5 {
        font-size: 50px;
    }

    .location-content p {
        font-size: 23px;
    }
    .boost-pfs-filter-tree-v .boost-pfs-filter-option .boost-pfs-filter-option-item-list-box .boost-pfs-filter-option-item {
        min-width: 50% !important;
        max-width: 100% !important;
    }
}

@media screen and (max-width: 1199.99px) {
    .product-col {
        flex: 1 0 20%;
    }

    .about-product img {
        width: 100%;
    }

    .about-image-column {
        display: table;
    }

    .campany-right-image {
        vertical-align: middle;
        display: table-cell;
    }

    .location-content {
        padding: 140px 30px;
    }

    .location-content h5 {
        font-size: 42px;
        margin-bottom: 30px;
    }

    .location-content p {
        font-size: 18px;
        margin-bottom: 8px;
    }

    .about-product p {
        font-size: 23.42px;
    }

    .comnHdng,
    .ap_product_recomendation h2.product-recommendations__heading.h2 {
        font-size: 28px;
    }

    .hsproduct_tab a {
        font-size: 16px;
        padding: 9px 28px;
    }

    .dont-miss-product-image img {
        width: 75%;
    }

    .dont-miss-product-image a {
        padding: 8px 35px;
    }

    .featured-product-image img {
        width: 75%;
    }

    .featured-product-image a {
        padding: 8px 35px;
    }

    .featured-product-image {
        text-align: center;
        padding: 35px 20px 20px;
    }
}

@media only screen and (max-width: 1024px) {
    .blogcard_bottom {
        width: auto;
        padding: 15px;
        background: #fff;
        margin-top: -2rem !important;
        margin: auto;
    }
}

@media only screen and (max-width: 991.99px) {
    section.hs_section01 {
        background-image: url(../images/bannerback.jpg);
        height: auto;
        background-size: cover;
        background-repeat: no-repeat;
    }

    .homeproducts_listing .col {
        flex: 1 0 40% !important;
    }

    .home_giftimage img {
        width: 100%;
        margin-top: 2rem;
    }

    .blogcard_bottom {
        width: auto;
        padding: 15px;
        background: #fff;
        margin-top: -2rem !important;
        margin: auto;
    }

    .center-hs {
        align-items: center;
        display: flex;
    }

    .bannercontent {
        padding-left: 3rem;
    }

    .bannercontent h2 {
        color: #fff;
        font-size: 30px !important;
        width: 277px !important;
        max-width: 100%;
    }

    /** contact **/
    .contact_section_01 .ser_vices {
        box-shadow: 1px 5px 6px #0000000f;
        padding: 25px 22px 30px;
        height: calc(100% - 29px);
    }

    .contact_section_01 {
        padding-bottom: 10px;
    }

    .contact_section_02 {
        padding-top: 20px;
        padding-bottom: 40px;
    }

    .contact_section_02 form .add {
        margin-bottom: 25px;
        margin-top: 25px;
    }

    .contact_section_02 form label {
        margin-top: 7px;
        margin-bottom: 20px;
    }

    .contact_section_03 .row .col-md-6:nth-child(2) {
        padding-right: 0 !important;
    }

    .contact_section_03 .img_box {
        height: 390px;
    }

    .contact_section_04 .fast_content {
        text-align: center;
        margin-bottom: 30px;
    }

    .contact_section_04 .btn_box {
        padding-top: 10px;
    }

    .product-col {
        flex: 1 0 34%;
    }

    .about-product p {
        font-size: 22px;
        padding: 0px 0px;
        margin-bottom: 35px;
    }

    .about-product img {
        width: 100%;
    }

    .about-banner-content h1 {
        font-size: 56.84px;
    }

    .location-image-column {
        height: 60vh;
    }

    .about-company p.company-ceo {
        padding-top: 30px;
        font-size: 23px;
        padding-bottom: 30px;
    }

    .delivery-content h6 {
        font-size: 22px;
    }

    .delivery-content p {
        font-size: 18px;
    }

    .hsproduct_tab a {
        font-size: 14px;
        padding: 8px 28px;
    }

    .location-content {
        padding: 100px 30px;
    }

    .location-content h5 {
        font-size: 34px;
        margin-bottom: 10px;
    }

    .location-content p {
        font-size: 16px;
        margin-bottom: 7px;
    }

    .product-outer {
        padding-bottom: 45px;
    }

    .dont-miss-product-image img {
        width: 100%;
    }

    .dont-miss-product-image a {
        padding: 8px 45px;
    }

    .product-outer {
        /* padding-bottom: 45px; */
        padding-bottom: 15px;
    }

    .featured-product-image img {
        width: 100%;
    }

    .featured-product-image a {
        padding: 8px 45px;
    }

    .comnHdng,
    .ap_product_recomendation h2.product-recommendations__heading.h2 {
        font-size: 40px;
    }

    .featured-product-image img {
        margin-bottom: 20px;
    }

    /* table */
    .table_section_02 .table_content .table thead tr th {
        background: #232323 !important;
        color: #fff !important;
        font-weight: 500 !important;
        font-size: 13px !important;
        line-height: 18px !important;
        text-align: center !important;
        padding: 10px 17px !important;
    }

    .table_section_01 {
        padding-top: 40px;
        padding-bottom: 25px;
    }
}

@media screen and (max-width: 767.99px) {
    .contact_section_01 .con_tact {
        font-size: 22.81px;
        margin-bottom: 20px;
    }

    .contact_section_02 {
        padding-top: 0px;
        padding-bottom: 30px;
    }

    .contact_section_02 form {
        margin-top: 22px;
    }

    .contact_section_02 .mail_h {
        font-size: 22.81px;
        line-height: 27.78px;
    }

    .contact_section_02 form label {
        margin-top: 0px;
        margin-bottom: 23px;
    }

    .contact_section_02 form input {
        margin-bottom: 20px;
    }

    .contact_section_02 form .add {
        margin-bottom: 10px;
        margin-top: 12px;
    }

    .contact_section_02 .mail_h {
        font-size: 19.81px;
        line-height: 25.78px;
    }

    .contact_section_02 form .add input {
        width: 100% !important;
    }

    .contact_section_02 form .sub_mit button {
        width: 100%;
    }

    .contact_section_03 .img_box {
        height: 310px;
    }

    .contact_section_03 .row .col-md-6:nth-child(2) {
        padding-right: 0 !important;
        padding-left: 0px !important;
    }

    .contact_section_03 .content_box {
        padding: 20px 30px;
    }

    .product-col {
        flex: 33%;
    }

    .about-product img {
        width: 100%;
    }

    .about-banner-content h1 {
        font-size: 41.84px;
    }

    .about-banner-content p {
        font-size: 30.77px;
    }

    .about-product p {
        font-size: 18px;
    }

    .delivery-content h6 {
        font-size: 18px;
        line-height: 30.19px;
    }

    .delivery-content p {
        font-size: 15px;
    }

    .location-image-column {
        height: 45vh;
    }

    .location-content {
        padding: 80px 30px;
    }

    .location-content h5 {
        font-size: 30px;
    }

    .location-content p {
        font-size: 15px;
    }

    .dont-miss-product-image img {
        width: 85%;
    }

    .dont-miss-product-image a {
        padding: 8px 35px;
    }

    .featured-product-image img {
        width: 85%;
    }

    .featured-product-image a {
        padding: 5px 12px;
        font-size: 13px;
    }

    .comnHdng,
    .ap_product_recomendation h2.product-recommendations__heading.h2 {
        font-size: 39px;
    }

    .featured-product-image {
        padding: 17px 12px 1px;
        margin-bottom: 12px;
    }

    .featured-product-image img {
        margin-bottom: 15px;
    }

    /* table */
    .table_section_02 .table_content .table tbody tr th {
        padding: 6px 12px !important;
        font-size: 14px !important;
        line-height: 28px !important;
    }

    .table_section_02 .table_content .table thead tr th {
        font-size: 11px !important;
        line-height: 16px !important;
        padding: 7px 10px !important;
    }

    .table_section_02 .table_content .table tbody tr td {
        font-size: 13px !important;
        padding: 6px 12px !important;
        line-height: 26px !important;
    }

    .table_section_01 {
        padding-top: 30px;
        padding-bottom: 15px;
    }
}

@media only screen and (max-width: 575.9px) {
    section.hs_section01 {
        padding-top: 2rem;
        padding-left: 15px;
        padding-bottom: 1rem;
    }

    .bannercontent h2 {
        color: #fff;
        font-size: 28px;
        width: auto;
        max-width: 100%;
    }

    .rightimage {
        margin-top: 2rem;
    }

    .hsproduct_tab a {
        display: inline;
        font-size: 15px;
        color: #000;
        text-decoration: none;
        font-weight: 400;
        border-radius: 42px;
        padding: 6px 22px;
        border: 1px solid #000;
    }

    .hsproduct_tab {
        margin-bottom: 10px !important;
    }

    .homebottom_buton a {
        display: inline-block;
        font-size: 12.31px;
        border-radius: 51px;
        color: #fff;
        background: #000;
        text-decoration: none;
        padding: 18px 25px;
    }

    section.hs_section02 {
        margin: 30px 0px;
    }

    .bannercontent {
        padding-left: 0rem;
    }

    .contact_section_03 .img_box {
        height: 250px;
    }

    .product-col {
        flex: 1 0 30%;
    }

    .about-product img {
        width: 100%;
    }

    .about-product p {
        font-size: 16px;
    }

    .delivery-content h6 {
        font-size: 18px;
    }

    .delivery-content p {
        font-size: 15px;
        width: 250px;
        max-width: 100%;
        margin: 0 auto 35px;
    }

    .hsproduct_tab a {
        display: inline;
        font-size: 15px;
        color: #000;
        text-decoration: none;
        font-weight: 400;
        border-radius: 42px;
        padding: 6px 22px;
        border: 1px solid #000;
    }

    section.shopping-sec {
        margin-top: 28px;
    }

    .hsproduct_tab {
        margin-bottom: 0;
    }

    .location-image-column {
        height: 35vh;
    }

    .location-content {
        padding: 30px 15px;
    }

    .location-content h5 {
        font-size: 26px;
    }

    .location-content p {
        font-size: 14px;
    }

    .about-banner-content h1 {
        font-size: 34px;
    }

    .about-banner-content p {
        font-size: 20px;
    }

    .about-banner-content::after {
        height: 4px;
    }

    .dont-miss-product-image figure {
        display: inline;
    }

    .dont-miss-product-image img {
        width: 100%;
    }

    .dont-miss-product-down p.arrival-or-not {
        display: block;
        font-size: 12px;
    }

    .dont-miss-product-down h6.dont-miss-product-name {
        font-size: 14px;
    }

    .dont-miss-product-down p.dont-miss-product-brand {
        font-size: 12px;
    }

    .dont-miss-product-down p.dont-miss-product-price {
        font-size: 12px;
    }

    .hsproduct_tab {
        margin-bottom: 0;
    }

    .comnHdng,
    .ap_product_recomendation h2.product-recommendations__heading.h2 {
        font-size: 19px;
        font-weight: 700;
        line-height: 1.3;
    }

    .hsproduct_tab a {
        display: inline;
        font-size: 15px;
        color: #000;
        text-decoration: none;
        font-weight: 400;
        border-radius: 42px;
        padding: 6px 22px;
        border: 1px solid #000;
    }

    .featured-product-image figure {
        display: inline;
    }

    .featured-product-image img {
        width: 100%;
        padding: 0px 15px;
        margin-bottom: 25px;
    }

    .featured-product-down p.arrival-or-not {
        display: block;
        font-size: 12px;
    }

    .featured-product-down h6.featured-product-name {
        font-size: 14px;
    }

    .featured-product-down p.featured-product-brand {
        font-size: 12px;
    }

    .featured-product-down p.featured-product-price {
        font-size: 12px;
    }

    .hsproduct_tab {
        margin-bottom: 0;
    }

    .hsproduct_tab a {
        display: inline;
        font-size: 15px;
        color: #000;
        text-decoration: none;
        font-weight: 400;
        border-radius: 42px;
        padding: 6px 22px;
        border: 1px solid #000;
    }

    .featured-product-sec .owl-nav button {
        width: 35px;
        height: 35px;
        font-size: 13px !important;
    }
}

@media screen and (max-width: 480px) {
    .contact_section_04 .fast_content {
        margin-bottom: 20px;
    }

    .contact_section_04 {
        padding-bottom: 25px;
        padding-top: 30px;
    }

    .contact_section_04 .btn_box a {
        width: 291px;
        padding: 11px 13px;
        font-size: 12.31px;
        line-height: 15.17px;
    }

    .contact_section_01 .ser_vices ul li a {
        font-size: 14.99px;
        line-height: 22.99px;
    }

    .contact_section_01 .ser_vices ul {
        padding-top: 10px;
    }

    .contact_section_01 .ser_vices .m_P {
        margin-bottom: 17px;
    }

    .contact_section_03 .content_box .shop_h {
        font-size: 17.01px;
        margin-bottom: 12px;
    }

    .contact_section_03 .content_box ul li:nth-child(2) span {
        margin-bottom: 14px;
        margin-top: 14px;
    }

    .contact_section_03 .content_box ul li span {
        font-size: 14px;
        line-height: 21px;
    }

    .contact_section_03 .content_box {
        padding: 17px 24px;
    }

    .contact_section_03 .img_box {
        height: 220px;
    }

    .product-col {
        flex: 1 0 50%;
    }

    .featured-product-image img {
        padding: 0 5px;
    }
}


/*single product style byu karan */

.ap_single_product p.product__text {
    font-size: 13px;
    font-weight: 500;
    text-transform: capitalize;
    color: #000;
}

.ap_single_product .product__title h1 {
    font-size: 18px;
    font-weight: 700;
    padding-top: 6px;
    display: inline-block;
}

.ap_single_product .product__description.rte.quick-add-hidden {
    font-size: 13.82px;
    font-weight: 400;
}

.ap_single_product .price__regular span {
    font-size: 16px;
    font-weight: 700;
}

.ap_single_product legend.form__label {
    font-size: 15.98px;
    font-weight: 700;
}

.ap_single_product fieldset.js.product-form__input label {
    border: 1px solid #ddd;
    border-radius: 4px;
    font-weight: 500;
}

.ap_single_product fieldset.js.product-form__input label:hover {
    background-color: #000;
    color: #fff;
}

.ap_single_product .product-form__input.product-form__quantity label {
    font-size: 17px;
    font-weight: 500;
}

.ap_single_product .product-form__buttons {
    display: flex;
    flex-wrap: wrap;
}

.ap_single_product .summary__title h2 {
    font-weight: 600;
    font-size: 16px;
}

.ap_single_product span.metafield-multi_line_text_field {
    font-size: 13px;
}

.ap_single_product ul#Slider-Gallery-template--15109031100477__main li {
    max-width: 100%;
    width: 100%;
}

@media (max-width: 991.99px) {
    .ap_single_product .product__title h1 {
        font-size: 19px;
    }

    .ap_single_product .product__description.rte.quick-add-hidden {
        font-size: 15px;
    }

    .ap_single_product .shopify-payment-button__button--unbranded {
        padding: 1em 1em;
    }

    .ap_single_product button.product-form__submit.button.button--full-width.button--secondary {
        margin-right: 4px;
    }

    .ap_single_product .summary__title h2 {
        font-size: 17px;
    }

    .ap_single_product span.metafield-multi_line_text_field {
        font-size: 15px;
    }

    .header__icon--menu {
        margin-top: -73px;
    }

    .gm-menu-installed .apHeader_changes_wrapper li.gm-item.gm-level-0.gm-has-submenu.gm-submenu-mega.gm-submenu-align-full a span {
        font-size: 15px !important;
    }

    .gm-menu-installed .apHeader_changes_wrapper li.gm-item.gm-level-0.gm-has-submenu.gm-submenu-mega .gm-submenu.gm-mega.gm-submenu-bordered span.gm-text {
        font-size: 15px !important;
    }

    .gm-menu-installed .apHeader_changes_wrapper .gm-menu .gm-item.gm-level-0>.gm-target>.gm-text {
        font-size: 15px !important;
    }

    .gm-menu-installed .apHeader_changes_wrapper .gm-menu .gm-item.gm-level-0>.gm-target {
        padding-bottom: 7px !important;
    }

    .gm-menu-installed .apHeader_changes_wrapper .gm-menu .gm-item.gm-level-0>.gm-target {
        padding: 8px 12px !important;
    }
}

@media (max-width: 767.98px) {
    .ap_single_product .product__title h1 {
        font-size: 19px;
    }

    .ap_single_product .product__description.rte.quick-add-hidden {
        font-size: 15px;
    }

    .ap_single_product button.product-form__submit.button.button--full-width.button--secondary {
        margin-right: 10px;
    }

    .ap_single_product .summary__title h2 {
        font-size: 17px;
    }
}

@media (max-width: 575.98px) {
    .ap_single_product button.product-form__submit.button.button--full-width.button--secondary {
        margin-right: 20px;
    }

    .ap_single_product .summary__title h2 {
        font-size: 20px;
    }

    .ap_single_product span.metafield-multi_line_text_field {
        font-size: 15px;
    }

    .ap_single_product .product__title h1 {
        font-size: 21px;
    }

    .ap_single_product .product__description.rte.quick-add-hidden {
        font-size: 15px;
    }

    .ap_single_product p.product__text {
        font-size: 14px;
      }`
}

.ap_single_product .product-form__buttons button {
    width: unset;
}


/*** rrelated products and collections design ****/

.ap_product_recomendation .card.card--standard.card--media,
.collection.page-width .card.card--standard.card--media {
    border: none;
}

.ap_product_recomendation .media>*:not(.zoom):not(.deferred-media__poster-button),
.collection.page-width .media>*:not(.zoom):not(.deferred-media__poster-button),
.media model-viewer {
/*     padding: 10px; */
}

.ap_product_recomendation .card__media .media img,
.collection.page-width .card__media .media img {
    object-fit: contain;
}


/* .ap_product_recomendation .card__inner.color-background-2.gradient.ratio .card__media::before,
.collection.page-width .card__inner.color-background-2.gradient.ratio .card__media::before {
    content: "Quick Shop";
    position: absolute;
    padding: 6px 12px 8px;
    border-radius: 40px;
    font-size: 15px;
    left: 50%;
    bottom: 46px;
    margin-bottom: 0;
    border: 1px solid #000;
    z-index: 9999;
    transform: translateX(-50%);
    font-weight: 700;
    color: #000;
    transition: 0.5s ease;
    width: 150px;
    transition: 0.5s ease;
    text-align: center;
    max-width: 100%;
} */

.ap_product_recomendation .card__inner.color-background-2.gradient.ratio,
.collection.page-width .card__inner.color-background-2.gradient.ratio {
    position: relative;
}

.ap_product_recomendation .card-information .price__regular .price-item--regular,
.collection.page-width .card-information .price__regular .price-item--regular {
    font-weight: 600;
    font-size: 13.82px;
    color: #000;
    text-transform: capitalize;
    /* padding: 0 25px; */
    display: block;
}

.ap_product_recomendation .card--standard>.card__content .card__information .full-unstyled-link,
.collection.page-width .card--standard>.card__content .card__information .full-unstyled-link {
    font-weight: 600;
    /* font-size: 15.42px; */
    font-size: 15px;
    color: #000;
    text-transform: capitalize;
    display: block;
    text-decoration: none;
    /* padding: 0 25px; */
}

.ap_product_recomendation .grid__item:hover .card__media::before,
.collection.page-width .grid__item:hover .card__media::before {
    background: #000 !important;
    color: #fff !important
}

.collection.page-width .card--standard .card__badge.bottom.left {
    position: absolute;
    top: 17px;
    left: 17px;
    grid-row-start: unset;
}

.collection.page-width .card--standard .card__badge.bottom.left span {
    background: #f63939;
    border-color: #f63939;
    padding: 5px 10px;
    font-size: 8px;
    text-transform: uppercase;
    border-radius: 25px;
}

.collection.page-width .card.card--standard.card--media .media.media--transparent.media--hover-effect,
.collection.page-width .card.card--standard.card--media .card__media {
    width: 100%;
}

.collection.page-width .card.card--standard.card--media .card__media {
    background: #fff;
    border: 0.5px solid #e1e1e1;
}

.collection.page-width .card.card--standard.card--media .card__information {
    padding-top: 0;
    margin-top: 20px;
}

.collection.page-width .card.card--standard.card--media .card__information .price.price--on-sale {
/*     margin-left: 25px; */
}


/*** on 28 september ***/

ul.gf-option-box span.gf-Checkbox {
    position: absolute;
    left: unset;
    right: 0;
    border-radius: 4px;
}

ul.gf-option-box li a {
    font-size: 16px !important;
}

.checked .gf-Checkbox {
    background-size: contain;
    background-position: center;
    background-image: url(https://cdn.shopify.com/s/files/1/0662/9126/9847/files/8666665_check_icon_1.svg?v=1664362983);
    background-color: #000;
}

.gf-block-title h3,
.gf-block-title h3 span {
    font-weight: 800 !important;
    font-size: 17px !important;
    color: #000;
}

.gf-block-title h3::after {
    display: none !important;
}

.gf-block-content ul.gf-option-box li.gf-box-rectangle {
    width: calc(97% / 3);
    margin-right: 0;
}

.gm-links>.gm-heading,
.gm-products-carousel .gm-heading,
.gm-products-list .gm-heading,
.gm-products-grid .gm-heading {
    border: none !important;
}


.gm-menu-installed .apHeader_changes_wrapper .ap_headerChanges .gm-item.gm-level-0 .gm-target .gm-text {
    font-size: 17px !important;
}
.gm-menu-installed .apHeader_changes_wrapper .ap_headerChanges .gm-item.gm-level-0 .gm-submenu .gm-text {
    font-size: 13px !important;
    line-height: 15px !important;
}
nav.ap_headerChanges.header__inline-menu ul .gm-item.gm-level-0:nth-child(4) a.gm-target.js-no-transition span {
    /* color: red !important; */
}

nav.ap_headerChanges.header__inline-menu>ul>li:not(:last-child).gm-active>a:before {
    content: "";
    margin: auto;
    width: 78%;
    border-bottom: 3px solid #000;
    bottom: 9px;
    position: absolute;
}

.gm-submenu.gm-search-form form button i.fa.fa-search {
    color: #a7a7a7;
}

li.gm-item.gm-grid-item:nth-last-child(n) li:last-child {
    margin-top: 25px;
    text-decoration: underline;
}

.gm-submenu.gm-mega {
    /* transform: translate(-30.6rem) !important; */
    margin: auto;
    /* width: 1902px !important; */
}


/* .gm-submenu.gm-mega.gm-submenu-bordered {
    width: 1902px;
} */


/* hardeep code*/

.apHeader_changes_wrapper {
    position: relative;
}

.header__icons {
    position: absolute;
    right: 0;
    top: -45px;
}


/*   hardeep css cloth chart */

._tm_cloth_chart h4.btns_h {
    font-size: 22px;
    line-height: 30px;
    text-align: center;
    font-weight: 700;
}

._tm_cloth_chart .tab_btn_wrap {
    text-align: center;
    padding: 30px 0 60px;
}

._tm_cloth_chart .tab_btn_wrap button.active {
    color: #fff;
    background: #000;
}

._tm_cloth_chart .tab_btn_wrap button {
    display: inline-block;
    font-size: 16.31px;
    border-radius: 51px;
    text-decoration: none;
    padding: 12px 60px;
    border: 1px solid #000;
    transition: 0.5s ease;
    margin: 0 20px;
}

._tm_cloth_chart .tab_btn_wrap button.active:hover,
.tab_btn_wrap button {
    background: #fff;
    color: #000;
}

._tm_cloth_chart .tab_btn_wrap button:hover {
    background: #000;
    color: #fff;
}

#men_size_content {
    display: none;
}


/*  harpreet css */

.ap_single_product .product-form__buttons button.product-form__submit.button.button--full-width.button--secondary span {
    font-size: 0;
}

.ap_single_product .product-form__buttons button:nth-child(1)::before {
    content: "Add to Bag";
    z-index: 999;
    position: relative;
    font-weight: 600;
}

.product-form__buttons .shopify-payment-button {
    display: none;
}

.ap_single_product .product-form__buttons button {
    width: 228px;
    background: #282828 0% 0%;
    border-radius: 21px !important;
    color: #fff !important;
    font-size: 14px;
    height: fit-content;
    height: 47px;
    font-weight: 700;
}

.restock-rocket-button-container {
    order: 3;
}

.restock-rocket-button-container button::before {
    display: none;
}

.ap_single_product .product-form__buttons button:nth-child(1)::after {
    box-shadow: none;
}

.store-location-sec .col-xl-6 {
    flex: 0 0 auto;
    width: calc(50% - 5px);
}

.store-location-sec .location-image-column {
    margin-right: 10px;
}

.product-form__buttons .swym-button-bar .swym-btn-container.swym-inject button::before {
    content: "eberbrebreb";
    width: 168px;
    position: absolute !important;
    left: 0;
    height: 4.5rem;
    border-radius: 21px;
    top: -10px;
    background: #F6F6F6;
    border: 1px solid #CDCDCD;
    z-index: -1 !important;
}

.product-form__buttons .swym-button-bar .swym-btn-container .swym-button:after {
    position: absolute;
    top: -12px;
    left: 92px;
    width: 50px;
    height: inherit;
    font-size: 17px;
    font-family: "swym-font";
    text-indent: 0px;
    line-height: inherit;
    color: #000 !important;
}

.product-form__buttons .swym-button-bar .swym-btn-container[data-position=default] .swym-button .swym-tooltip {
    position: absolute;
    top: -5px;
    bottom: 0px;
    left: 6rem !important;
    right: -14px;
    visibility: hidden;
    display: block;
}

.product-form__buttons .swym-button-bar .swym-btn-container.swym-inject::before {
    content: "Wishlist";
    z-index: 9999;
    position: absolute;
    right: 0;
    top: 3px;
    font-size: 13.98px !important;
    left: 42px;
    font-weight: 500;
}

.product-form__buttons .swym-button-bar {
    margin: 10px;
    position: relative;
    display: inline-block;
}

.header__icons {
    align-items: center;
}

#CollectionProductGrid li.boost-pfs-filter-option-item.boost-pfs-filter-option-label button.boost-pfs-filter-button span.boost-pfs-filter-option-value,
#MainContent li.boost-pfs-filter-option-item.boost-pfs-filter-option-label button.boost-pfs-filter-button span.boost-pfs-filter-option-value {
    font-size: 15px;
    font-weight: 500;
}

#CollectionProductGrid li.boost-pfs-filter-option-item.boost-pfs-filter-option-label span.boost-pfs-check-box,
#MainContent li.boost-pfs-filter-option-item.boost-pfs-filter-option-label span.boost-pfs-check-box {
    left: unset;
    right: 0;
}

#CollectionProductGrid ul.boost-pfs-filter-option-item-list.boost-pfs-filter-option-item-list-single-list li.boost-pfs-filter-option-item.boost-pfs-filter-option-label a.boost-pfs-filter-button span.boost-pfs-filter-option-value,
#MainContent ul.boost-pfs-filter-option-item-list.boost-pfs-filter-option-item-list-single-list li.boost-pfs-filter-option-item.boost-pfs-filter-option-label a.boost-pfs-filter-button span.boost-pfs-filter-option-value {
    font-size: 16px;
    font-weight: 400;
}

.boost-pfs-action-list-wrapper.boost-pfs-action-extend {
    visibility: visible !important;
    opacity: 1 !important;
    /* z-index: 99 !important; */
    z-index: 1 !important;
    position: relative !important;
    bottom: unset !important;
    top: unset !important;
    right: unset !important;
    left: unset !important;
    margin-top: -20px;
    transform: unset !important;
    width: 100% !important;
}

.boost-pfs-action-list-wrapper.boost-pfs-action-extend::before {
    content: "Quick Shop";
    position: absolute;
    padding: 6px 12px 8px;
    border-radius: 40px;
    font-size: 15px;
    left: 50%;
    bottom: 0;
    margin-bottom: 0;
    border: 1px solid #000;
    z-index: 9999;
    transform: translate(-50%);
    font-weight: 700;
    color: #000;
    width: 150px;
    transition: .5s ease;
    text-align: center;
    max-width: 100%;
    pointer-events: none;
}

.boost-pfs-action-list-wrapper.boost-pfs-action-extend * {
    opacity: 0;
}

.boost-pfs-action-list-wrapper.boost-pfs-action-extend form {
    display: none !important;
}

.boost-pfs-action-list-wrapper.boost-pfs-action-extend button {
    width: 100%;
}


/* .boost-pfs-action-list-wrapper.boost-pfs-action-extend * {
    height: 100%;
    opacity: 0;
} */

div#ba-widget-40678-sticky-bar {
    display: none !important;
}

span.ap_heart {
    position: absolute;
    right: 20px;
    top: 15px;
    font-size: 20px;
    /* z-index: 9; */
    z-index: 1;
}

span.ap_heart .swym-button.swym-add-to-wishlist-view-product:after {
    color: #000 !important;
}

.gm-menu-installed .gm-menu .gm-submenu .gm-item .gm-heading {
    border: 0 !important
}

.ap_headerChanges .gm-menu-installed .gm-menu .gm-item.gm-level-0>.gm-target {
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-right: 40px !important;
}


/*karan menu css on 11-oct*/

.gm-menu-installed .apHeader_changes_wrapper .gm-menu .gm-item.gm-level-0>.gm-target {
    padding: 15px 12px !important;
    color: rgba(18, 18, 18, 1) !important;
    font-family: "Work Sans", sans-serif !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    font-style: normal !important;
    line-height: 20px !important;
}

.apHeader_changes_wrapper li.gm-item.gm-level-0.searchItem.gm-submenu-mega.gm-submenu-align-right .gm-submenu.gm-search-form input {
    font-size: 16px !important;
    outline: none !important;
    box-shadow: 0px 0px 7px rgb(0 0 0 / 10%);
    border: 1px solid #ccc;
    padding: 0 15px;
    width: 190px;
}

.apHeader_changes_wrapper .header__icon span {
    height: 100%;
}

.apHeader_changes_wrapper .gm-submenu.gm-search-form form button i.fa.fa-search::before {
    content: "\f002";
    background: url(https://cdn.shopify.com/s/files/1/0662/9126/9847/files/search_icon_360c1e5e-c79a-4d4b-8d01-b236ed8abcd2.png?v=1665472413);
    background-size: 20px;
    background-position: center center;
    background-repeat: no-repeat;
    width: 22px !important;
    height: 22px !important;
    content: "";
    display: block;
}

.apHeader_changes_wrapper .gm-submenu.gm-search-form form button {
    padding: 0;
}

.apHeader_changes_wrapper a#Desktop-1 {
    font-size: 21px;
}

.apHeader_changes_wrapper .header__icons a.header__icon.header__icon--account.link.focus-inset.small-hide:hover {
    color: red;
}

.apHeader_changes_wrapper .header__icons a#cart-icon-bubble:hover {
    color: red;
}

.apHeader_changes_wrapper .header__icons a#Desktop-1:hover {
    color: red !important;
}


/* .apHeader_changes_wrapper nav.ap_headerChanges.header__inline-menu>ul>li.gm-active>a:before {
    content: "";
    margin: auto;
    width: 78%;
    border-bottom: 0px solid #000;
    bottom: 9px;
    position: absolute;
} */


/***** harpreeet css on 11-oct ******/

.boost-pfs-quickview-description {
    display: none !important;
}

h2.boost-pfs-quickview-title {
    font-size: 16px;
}

p.boost-pfs-quickview-vendor {
    position: relative;
    top: 15px !important;
    font-weight: bold !important;
    color: #000 !important;
    font-size: 12px !important;
}

.boost-pfs-quickview-price-wrapper {
    margin: 0px !important;
}

.boost-pfs-quickview-price {
    font-weight: 600 !important;
    margin-top: 10px !important;
    font-size: 15px !important;
    line-height: 26px !important;
    display: inline-block !important;
}

form#boost-pfs-quickview-cart-form {
    margin-top: 3px !important;
}

.boost-pfs-quickview-product-option-header {
    font-size: 16px !important;
    font-weight: bold !important;
    color: #000;
}

.boost-pfs-quickview-cart-form {
    margin: 0 0 15px;
    display: block;
}

input#boost-pfs-quickview-cart-quantity {
    min-width: 100% !important;
    width: 403px !important;
    margin-bottom: 15px !important;
}

#boost-pfs-quickview-cart-btn {
    width: 403px !important;
}

.boost-pfs-quickview-view-full-wrapper a {
    padding: 10px 20px;
    border: 1px solid #222222;
    box-sizing: border-box;
    border-radius: 50px;
    line-height: 20px;
    margin: 0 0 25px;
}

button.boost-pfs-quickview-close.boost-pfs-filter-button::before {
    content: "continue shooping";
    width: 100px;
    height: 100px;
}

.boost-pfs-quickview-wrapper {
    border-radius: 10px;
}

.boost-pfs-quickview-cart-form {
    margin-top: 0px !important;
}

.boost-pfs-quickview-description {
    display: none !important;
}

h2.boost-pfs-quickview-title {
    font-size: 18px;
}

p.boost-pfs-quickview-vendor {
    position: relative;
    top: 15px !important;
    font-weight: 500 !important;
    color: #000 !important;
    font-size: 16px !important;
}

.boost-pfs-quickview-price {
    font-weight: 600 !important;
    margin-top: 10px !important;
    font-size: 16px !important;
    line-height: 26px !important;
    display: inline-block !important;
}

form#boost-pfs-quickview-cart-form {
    margin: 0 !important;
}

.boost-pfs-quickview-product-option-header {
    font-size: 16px !important;
    font-weight: bold !important;
    color: #000;
}

.boost-pfs-quickview-cart-form {
    margin: 0 0 15px;
    display: block;
}

#boost-pfs-quickview-cart-btn {
    width: 407px !important;
}

.boost-pfs-quickview-view-full-wrapper a {
    display: flex;
    font-size: 0;
    width: 100%;
    color: #fff;
}

.boost-pfs-quickview-wrapper {
    border-radius: 10px;
}

.boost-pfs-quickview-cart-form {
    margin-top: 0px !important;
}

.boost-pfs-quickview-view-full-wrapper a::before {
    content: "svsvsvsdvsdv" !important;
    color: #fff;
    display: none;
}

button.boost-pfs-quickview-close.boost-pfs-filter-button::before {
    display: none !important;
}

button.boost-pfs-quickview-close.boost-pfs-filter-button::after {
    display: none !important;
}

.boost-pfs-modal-backdrop .boost-pfs-modal-container .boost-pfs-quickview-close {
    margin: 10px 10px !important;
    width: 190px !important;
    text-decoration: underline;
    color: #8D8D8D;
    font-size: 15px !important;
}

.boost-pfs-modal-backdrop .boost-pfs-modal-container .boost-pfs-quickview-close span {
    font-size: 15.6px;
}

.boost-pfs-quickview-view-full-wrapper {
    position: relative;
}

.boost-pfs-quickview-view-full-wrapper::before {
    position: absolute;
    content: "View Product Details";
    z-index: 9999;
    left: 50%;
    top: 13px;
    display: flex;
    font-size: 14px;
    font-weight: bold;
    color: #000;
    pointer-events: none;
    transform: translateX(-50%);
}

.boost-pfs-quickview-view-full-wrapper a:after {
    display: none;
}


/*** wishlist ****/

#swym-wishlist-render-container .swym-wishlist-grid .swym-title.swym-title-1 {
    color: #000;
    text-transform: uppercase;
    font-size: 14px;
}

#swym-wishlist-render-container .swym-ui-component .swym-wishlist-grid .swym-wishlist-item {
    justify-content: flex-start;
    border: 0;
    box-shadow: 0px 0px 15px rgb(0 0 0 / 7%);
    padding: 5px;
}

#swym-wishlist-render-container .swym-ui-component .swym-wishlist-grid .swym-wishlist-item .swym-add-to-cart-btn {
    margin-block-start: auto;
    margin-top: 0;
}

#swym-wishlist-render-container .swym-ui-component .swym-wishlist-grid .swym-wishlist-item .swym-product-price {
    margin-block-start: auto;
}

#swym-wishlist-render-container .swym-ui-component .swym-wishlist-grid .swym-wishlist-item .swym-delete-btn span::before {
    color: #000 !important;
}

#swym-wishlist-render-container .swym-ui-component .swym-product-price .swym-product-final-price {
    font-size: 14px;
    font-weight: 400;
}

#swym-wishlist-render-container .swym-ui-component .swym-wishlist-grid .swym-wishlist-item .swym-add-to-cart-btn {
    padding: 15px;
    background: #000;
}

#swym-wishlist-render-container .swym-ui-component .swym-wishlist-detail-header .swym-wishlist-main-title {
    display: block !important;
}

#swym-wishlist-render-container .swym-ui-component.swym-wishlist-page .swym-wishlist-container-title-bar .swym-wishlist-main-title {
    opacity: 0;
}

span.ap_saleBadge {
    position: absolute;
    top: 20px;
    left: 20px;
    background: #f63939;
    color: #fff;
    padding: 3px 12px;
    border-radius: 15px;
    font-size: 12px;
}

@media screen and (min-width:992px) {
    .boost-pfs-quickview-slider .boost-pfs-quickview-slider-inner .boost-pfs-quickview-featured-image-wrapper {
        width: 100% !important;
        left: unset !important;
        height: 100%;
        overflow-y: scroll;
    }

    .boost-pfs-quickview-slider .boost-pfs-quickview-slider-inner .boost-pfs-quickview-featured-image-wrapper::-webkit-scrollbar {
        display: none !important;
    }

    .boost-pfs-quickview-slider .boost-pfs-quickview-slider-inner .boost-pfs-quickview-featured-image-wrapper .boost-pfs-quickview-featured-image {
        height: auto !important;
    }

    /* .boost-pfs-quickview-slider-dots {
        display: none !important;
    } */
    .boost-pfs-quickview-slider-nav {
        display: none !important;
    }
    .hs-search-style li.grid__item.boost-pfs-action-list-enabled {
    max-width:25%;
    } 
  
}

.boost-pfs-quickview-slider-dots {
    display: none !important;
}


/*** attachment style *****/

.globo-form-control.layout-1-column:nth-child(4) .globo-form-input {
    position: relative;
}

.globo-form-control.layout-1-column:nth-child(4) .globo-form-input::before {
    content: "Add a file";
    position: absolute;
    right: 0;
    top: 50px;
    height: 40px;
    background: transparent;
    padding: 5px 20px;
    border-radius: 22px;
    color: #000;
    display: flex;
    align-items: center;
    border: 1px solid #000;
    font-weight: 600;
    cursor: pointer;
}

.globo-form-control.layout-1-column:nth-child(4) .globo-form-input input {
    position: absolute;
    top: 49px;
    width: 117px;
    right: 0;
    opacity: 0;
    cursor: pointer;
}

.globo-form-control.layout-1-column:nth-child(4) .globo-form-input::after {
    content: attr(data-fileVal);
    width: 100%;
    height: 41px;
    background: transparent;
    border-radius: 20px;
    border: 1px solid #CDCDCD;
    display: flex;
    align-items: center;
    padding: 0 20px;
    color: #000;
    font-size: 15px;
}

summary.header__icon.header__icon--search.header__icon--summary.link.focus-inset.modal__toggle {
    display: none;
}


/**** media after 13-oct ****/

@media screen and (min-width:991.9px) {
    .hxoSelectTheme .buckscc-select-styled {
        box-shadow: unset !important;
    }

    /**** inner menu items style changes ****/
    .gm-menu-installed .gm-menu .gm-grid>li {
        max-width: 15% !important;
        flex: 0 0 15% !important;
    }

    .gm-menu-installed .gm-menu .gm-grid>li:last-child {
        max-width: 25% !important;
        flex: 0 0 25% !important;
    }

    p.sc-bdVaJa.hfgtNF {
        display: none;
        /* hide watermark globo menu */
    }
}

@media screen and (max-width:991.9px) {
    .header {
        padding-top: 10px;
        padding-bottom: 10px;
        justify-content: center;
        display: flex;
    }

    .header__icons {
        position: absolute;
        right: 28px;
        top: -49px;
    }

    .header__icon--menu {
        margin-top: unset;
        width: 0;
    }

    .header .header__icon--menu>span {
        margin-top: -70px;
        position: absolute !important;
        left: 40px;
    }

    sticky-header.header-wrapper.color-background-1.gradient.header-wrapper--border-bottom {
        height: 0;
    }
}
@media screen and (max-width:767px) {
    span.swym-header-launcher-badge {
        width: 17px!important;
        height: 17px !important;
        font-size: 11px!important;
    }
}
@media screen and (max-width:400px) {
    .ap_logo img.header__heading-logo {
        width: 170px;
        max-width: 100%;
    }

    .header .header__icon--menu>span {
        /* margin-top: -65px; */
        margin-top: -76px !important;
    }

    .header__icons {
        position: absolute;
        /* right: 28px;
        top: -42px; */
        right: 17px !important;
        top: -55px !important;
    }

    a#cart-icon-bubble {
        height: 3.8rem !important;
        width: 3.8rem !important;
    }

    a#Desktop-1 {
        font-size: 22px !important;
    }

    a#Desktop-1 span.swym-header-launcher-badge {
        font-size: 11px !important;
        width: 17px !important;
        height: 17px !important;
        bottom: 7px !important;
    }
    span.swym-header-launcher-badge {
        width: 17px!important;
        height: 17px !important;
        font-size: 11px!important;
    }
    

    a#cart-icon-bubble .cart-count-bubble {
        height: 1.4rem !important;
        width: 1.4rem !important;
    }
}


/*** become a seller design ***/

section.banner {
    background: #000000;
    color: #fff;
    padding-bottom: 50px;
}

.banner .pagetitle h1 {
    color: #fff;
    font-size: 50px;
    text-align: center;
    font-weight: 900;
    text-transform: uppercase;
}

.banner .pagetitle {
    padding: 60px 0;
}

.banner .pagelinks {
    width: 100%;
    margin: 0 auto;
    background: #2c2d2d;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    padding: 6px 0;
    flex-wrap: wrap;
}

.banner .pagelinks>div {
    margin: 0 25px;
    border-radius: 50px;
    padding: 0px 30px;
}

.banner .pagelinks>div.active {
    background: #fff;
    color: #000000;
}

.banner .pagelinks p {
    margin: 0;
    padding: 5px 0;
    font-weight: 500;
    font-size: 15px;
    text-transform: capitalize;
}

.banner .pagelinks p a {
    color: #fff;
    text-decoration: none;
}

.banner .pagelinks .active p a {
    color: #000;
}

.ques-content .row .hs_col {
    width: calc(100% / 3) !important;
    margin-bottom: 20px;
}

.hs_col>div {
    margin: 10px 10px 0 0;
    padding: 20px 15px;
    background: #f6f6f6;
    border-radius: 15px;
    height: 100%;
}

.ques-content h2 {
    font-size: 22px;
    line-height: 30px;
    font-weight: 600;
    padding: 10px 0;
    margin-top: 25px;
}

.ques-content h3 {
    font-size: 18px;
    font-weight: 700;
    min-height: 55px;
    margin: 0;
    padding: 0;
}

section.ques-content p {
    font-size: 14px;
    line-height: 18px;
    padding-bottom: 3px;
    margin-block-start: auto;
}


/*** terms ***/

section.terms-content {
    padding-top: 30px;
}

section.terms-content>div>div {
    padding: 0 0 20px 0;
}

.terms-content h2 {
    font-size: 22px;
    line-height: 30px;
    font-weight: 600;
    padding: 10px 0;
}

.terms-content h3 {
    font-size: 18px;
    font-weight: 500;
    padding: 0 0 10px 0;
}

.terms-content h4 {
    font-size: 18px;
    font-weight: 500;
}

section.terms-content p {
    font-size: 14px;
    line-height: 18px;
    padding-bottom: 3px;
}

.terms-content p a {
    color: inherit;
}

p.hs_p_capital {
    text-transform: uppercase;
}


/*** how it works ***/

.banner .how_it_work {
    display: flex;
    flex-wrap: wrap;
    border-top: 1px solid gray;
}

.banner .how_it_work .content-wrap h2 {
    color: #fff;
    font-size: 25px;
}

.content-wrap ul h3 {
    color: #fff;
    font-size: 20px;
}

.banner .how_it_work>div {
    width: calc(100% / 2);
}

.banner .content-wrap {
    padding-left: 30px;
    padding-top: 5px;
    border-top: 1px solid #8f8f8f7a;
}

.banner .content-wrap ul {
    list-style-type: none;
}

.banner .content-wrap ul li {
    padding: 20px 0 20px 50px;
    position: relative;
}

body {
    counter-reset: li;
}

.banner .content-wrap ul li:before {
    counter-increment: li;
    content: counter(li);
    position: absolute;
    height: 40px;
    width: 40px;
    border: 2px solid;
    left: -20px;
    border-radius: 50%;
    font-size: 25px;
    text-align: center;
    font-weight: 700;
}

.banner .hs-btn {
    text-align: end;
    min-height: 50px;
}

.banner .hs-btn a {
    background: #fff;
    padding: 8px 25px;
    border-radius: 50px;
    color: #000;
    font-size: 14px;
    text-decoration: none;
}

.photo-wrap img {
    max-width: 100%;
}

div.reselling {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 50px 0;
}

.reselling .content-wrap {
    width: 60%;
}

.reselling .photo-wrap {
    width: 40%;
}

.reselling .content-wrap>div {
    padding: 20px 125px 20px 20px;
    background: #f8f8f8;
}

.reselling .content-wrap p.name {
    text-align: end;
}

.reselling .content-wrap h2 {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 20px;
}

.reselling .content-wrap p {
    font-size: 14px;
    font-weight: 600;
}

.reselling .content-wrap p .img1 {
    width: 25px;
    margin-top: -10px;
}

.reselling .content-wrap p .img2 {
    width: 25px;
    margin-bottom: -10px;
    transform: rotate(180deg);
}


/*** rohit 21-10 ***/

.product-form__input input[type="radio"]:checked.disable+label {
    background-color: #ddd !important;
    color: #f8f8f8 !important;
    border: 1px solid #000 !important;
}

.product-form__input input[type="radio"].disable:hover+label {
    background-color: #ddd !important;
    color: #f8f8f8 !important;
}

.product-form__input input[type="radio"].disable+label {
    background-color: #ddd !important;
    text-decoration: none !important;
}

.ap_single_product .product-form__buttons button:disabled:nth-child(1)::before {
    content: "Sold Out" !important;
    z-index: 999;
    position: relative;
    font-weight: 600;
}

.boost-pfs-quickview-selector-wrapper .boost-pfs-swatch-element:not(.boost-pfs-quickview-option-color) input:checked.disable+label {
    background-color: #ddd !important;
    color: #f8f8f8 !important;
    border: 1px solid #000 !important;
}

.boost-pfs-quickview-selector-wrapper .boost-pfs-swatch-element:not(.boost-pfs-quickview-option-color) input.disable+label {
    background-color: #ddd !important;
    text-decoration: none !important;
}

.boost-pfs-quickview-selector-wrapper .boost-pfs-swatch-element:not(.boost-pfs-quickview-option-color) input.disable:hover+label {
    background-color: #ddd !important;
    color: #f8f8f8 !important;
}

#boost-pfs-quickview-cart-btn:disabled {
    cursor: not-allowed;
    background: #939393 !important;
}

#boost-pfs-quickview-cart-btn:disabled:hover {
    color: #fff !important;
}


/*** rohit ***/

.product-form__input input[type=radio]:disabled+label {
    /*     cursor: not-allowed; */
    background-color: #ddd;
    text-decoration: none !important;
}

.product-form__input input[type=radio]:disabled+label:hover {
    background-color: #ddd;
    color: f8f8f8;
}

.ap_single_product .rte a {
    line-break: anywhere;
}

.ap_single_product .rte a {
    line-break: anywhere;
}

fieldset.js.product-form__input {
    display: flex;
    flex-wrap: wrap;
}

fieldset.js.product-form__input label {
    width: calc((100% - 20px) / 4);
    margin-left: 0 !important;
    margin-right: 5px !important;
}

fieldset.js.product-form__input input {
    width: 0 !important;
    height: 0 !important;
    display: none !important;
}

input[type="radio"]:disabled+label {
    background-color: #ddd;
    /*     cursor: not-allowed; */
}

.collection-hero__description {
    max-width: 100% !important;
}

.detailbtn {
    text-decoration: none;
    color: #000;
}

.detailbtn:hover {
    color: #000;
}

.mainfooter_hs .needsclick input::-webkit-input-placeholder {
    font-size: 12px !important;
}

.mainfooter_hs .needsclick button {
    width: 40% !important;
}

.mainfooter_hs .needsclick.kl-private-reset-css-Xuajs1 {
    justify-content: flex-end !important;
}

.product--no-media.product__info-wrapper.grid__item,
.product--no-media fieldset.product-form__input .form__label,
.product--no-media p.product__text,
.product--no-media .product__title {
    text-align: left !important;
}

.product--no-media fieldset.js.product-form__input,
.product--no-media .product-form,
.product--no-media .product-form__quantity,
.product--no-media .restock-rocket-button-container {
    justify-content: flex-start !important;
    align-items: flex-start !important;
    display: flex;
}

.ss_quickview {
    margin-top: 25px !important;
    margin-bottom: 10px !important;
}

div#quick_pop_up {
    background: #000000d1;
    z-index: 9;
}

#quick_pop_up .modal-header {
    justify-content: flex-end;
    border: none;
}

#quick_pop_up .modal-header button {
    border: none;
    background: transparent;
}

#quick_pop_up .ap_single_product .product-form__buttons button {
    width: 100%;
}

#quick_pop_up ul li {
    pointer-events: none;
}
#quick_pop_up ul li .quick-add-hidden {
    display: none;
}
#quick_pop_up .product__media-list .product__media-item {
    width: 100% !important;
    max-width: 100% !important;
}

section#MainProduct-template--16641069973719__TestQuick {
    padding: 0 15px 0 0 !important;
}

#quick_pop_up .modal-body {
    padding: 0;
}

#quick_pop_up .ap_single_product slider-component {
    overflow-y: scroll;
    max-height: 60rem;
}

#quick_pop_up .ap_single_product .slider {
    margin: 0;
}

#quick_pop_up .ap_single_product slider-component::-webkit-scrollbar {
    display: none;
}

#quick_pop_up .ap_single_product div#price-template--16641069973719__TestQuick {
    margin: 0px !important;
}

#quick_pop_up .ap_single_product .form__label {
    height: 62px;
}

#quick_pop_up .product-form__input.product-form__quantity .form__label {
    height: auto;
    margin-top: 25px;
}

#quick_pop_up .ap_single_product .product__info-wrapper.grid__item {
    padding-top: 2rem;
    padding-left: 2rem;
}

#quick_pop_up .modal-content {
    border-radius: 12px;
    max-width: 100%;
    min-width: 60%;
    max-height: 90%;
    background: #fff;
    margin: auto;
    width: 950px;
}


/* #quick_pop_up .modal-dialog {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
} */

#quick_pop_up .ap_single_product slider-component {
    overflow-y: scroll;
    max-height: 60rem;
    border-radius: 0 0 0 14px;
}

#quick_pop_up media-gallery ul.grid {
    row-gap: 0px !important;
}

#quick_pop_up span.ssSpinner {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

#quick_pop_up .product--no-media .product-form>.form {
    max-width: 100%;
}

#quick_pop_up .product-form__buttons {
    max-width: 100%;
}

.hs-search .featured-product-image {
    margin-top: 1rem;
    background: #ffffff;
    text-align: center;
    min-height: 26rem;
    border: 1px solid #f3f3f3;
    padding: 15px;
    position: relative;
}

.hs-search .featured-product-down .arrival-or-not {
    display: none;
}

.hs-search .featured-product-brand {
    display: none;
}

.hs-search .featured-product-down {
    min-height: 8rem;
    margin-top: 17px;
}

#quick_pop_up .global-media-settings {
    border: none;
}

.hs-search .boost-pfs-filter-button:hover {
    border: 1px solid #000 !important;
}

.boost-pfs-action-list-wrapper.boost-pfs-action-extend:hover:before {
    color: #fff;
    background: #000;
}

.content-wrap ul p {
    font-size: 13px;
}

.bold-text {
    font-weight: 600;
}

.covid_section_01 ul li {
    font-size: 16px;
    line-height: 22px;
    color: #000;
}

.covid_section_01 .posts p a:hover {
    color: rgb(255, 0, 0);
}
.shipping_deliveries .bold-text {
    text-align: inherit;
}
.gm-submenu.gm-mega {
    box-shadow: 0 10px 20px #00000017;
}
.hide_extrabtn .extra_btn{
    display: none;
}
.hide_banner_icon{
    display: none !important;
}
#shopify-section-template--15109031821373__main li.search-product-result {
    width: calc(25% - 20px);
    margin-right: 20px;
}
.hide_extrabtn .card:not(.ratio) {
    border: none;
}

.hide_extrabtn .card__inner.color-background-2.gradient.ratio {
    text-align: center;
    border: 15px solid #f6f6f6;
    position: relative;
}

.hide_extrabtn .card__information.abcdef a {
    font-weight: 600;
    font-size: 15.42px;
    color: #000;
    text-transform: capitalize;
    display: block;
    margin: 5px 0px 12px;
    text-decoration: none;
}

.hide_extrabtn .card-information .price {
    margin: 0;
    font-weight: 600;
    font-size: 13.82px;
    padding-top: 5px;
    color: #000000;
}

.hide_extrabtn .boost-pfs-action-list-wrapper.boost-pfs-action-extend {
    margin-top: -56px;
   }
   .ss-refineby-btn .boost-pfs-filter-top-sorting{
    display: none;
   }

.ss-sorting{
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
    align-items: flex-end;
}
   .ss-refine-by-desktop{
    padding-left: 0px !important;
   }
   .tm_home_banner_slider {
    position: relative;
}

.ss-slider-arrow {
    position: absolute !important;
    z-index: 2 !important;
    bottom: 50%;
    border: none !important;
    transform: translateY(-50%);
    width: 100% !important;
}

.ss-slider-arrow button.slider-button.slider-button--prev {
    position: absolute;
    left: 0;
}

.ss-slider-arrow button.slider-button.slider-button--next {
    position: absolute;
    right: 0;
}

.ss-slider-arrow .slider-button .icon {
    height: 2rem !important;
    color:#fff !important;
    background : #000 !important;
    padding: 10%;
}

.ss-slider-dots{
    display:none !important;
    position: absolute;
    z-index: 2;
    bottom: 10%;
    width: 100% !important;
    margin: unset !important;
}
.ss-slider-dots button{
    padding: 5px !important;
}
.tm_home_banner_slider .banner:after{
    z-index: -1 !important;
}
.ap_single_product p.product__text.subtitle {
    display: flex;
    justify-content: space-between;
}
.ap_single_product p.product__text.subtitle a{
  color:#121212;
}
img.\34 04pageicon {
    width: 10%;
}








/* .boost-pfs-filter-toolbar-top-mobile > div.boost-pfs-filter-stick {
    top: 50px!important;
} */


/* accordion css */

@import url('https://fonts.googleapis.com/css?family=Montserrat');

.covid_section_01 .accordion {
    width: 90%;
    max-width: 1000px;
    margin: 2rem auto;
}

.covid_section_01 .accordion-item {
    background-color: #fff;
    color: #111;
    margin: 1rem 0;
    border-radius: 0.5rem;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.25);
}

.covid_section_01 .accordion-item-header {
    padding: 0.5rem 3rem 0.5rem 1rem;
    min-height: 3.5rem;
    line-height: 1.25rem;
    font-weight: 600;
    display: flex;
    font-size: 15px;
    align-items: center;
    position: relative;
    cursor: pointer;
}

.covid_section_01 .accordion-item-header::after {
    content: "\002B";
    font-size: 2rem;
    position: absolute;
    right: 1rem;
}

.covid_section_01 .accordion-item-header.active::after {
    content: "\2212";
}

.covid_section_01 .accordion-item-body {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}

.covid_section_01 .accordion-item-body-content {
    padding: 1rem;
    line-height: 2.5rem;
    font-size: 15px;
    border-top: 1px solid;
    border-image: linear-gradient(to right, transparent, #34495e, transparent) 1;
}

@media(max-width:767px) {
    html {
        font-size: 14px;
    }
}

#shopify-section-template--15109031100477__1663934253c8c8d268 {
    margin-top: 60px;
}

.collection__view-all {
    margin-top: 75px;
}

.bold-text {
    text-align: center;
    font-size: 15px;
    color: #3a3a3a;
    padding-bottom: 13px;
}

.ks_font {
    text-align: center;
    font-size: 15px;
    color: #8a8a8a;
    line-height: 22px;
}

.ks_fonts {
    font-size: 15px;
    padding: 20px 0px;
}

p.post_h {
    font-size: 15px;
    line-height: 25px;
}

.ss-part-3 p:nth-last-child(2) {
    padding-top: 30px;
}

.terms-content .sub-section {
    padding-top: 15px !important;
}

.featured-product-sec .owl-item {
    padding-bottom: 15px;
}
.header_search_wrap{
    display: none;
  }
  .tm-custom-search {
    position: relative;
    background: transparent;
    border: none;
}

@media screen and (max-width:767.99px) {
    .globo_form_ap .globo-form-control textarea {
        margin: 40px 0px;
    }

    .header .header__icon--menu>span {
        margin-top: -82px;
    }

    .header__icons {
        right: 18px;
        top: -67px;
    }

    /* vikas */
    .product-count.light {
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap;
        text-transform: capitalize;
    }

    .product-count.light p {
        font-size: 16px;
    }

    .product-count.light select {
        box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
        padding: 5px;
        border: 1px solid #e7e7e7;
    }

    .product-count.light select:focus-visible {
        outline: none;
        box-shadow: none;
    }

    .facets__form {
        gap: 0 !important;
    }
    #shopify-section-template--15109031821373__main li.search-product-result {
        width: calc(50% - 20px);
        margin-right: 20px;
    }
    .hs-search .featured-product-image {
        min-height: unset;
    }
    .ss-refineby-btn .boost-pfs-filter-top-sorting{
        display: block;
        width: 47%;
        padding-right:0px; 
        background: #f8f7f7 !important;
        color: #000;
        border-radius: 10px;
        
    }
    .ss-refineby-btn .boost-pfs-filter-top-sorting select{
/*         text-align: center !important; */
      text-align: -webkit-center !important;
        padding-right: 0;
        
        padding-top: 6%;
        text-transform: uppercase !important;
        font-size: 14px !important;
        font-family: inherit !important;
        color: #000 !important;
        text-align-last:center;
    }
    .ss-refineby-btn .boost-pfs-filter-top-sorting select:focus-visible{
        outline: none !important;
        box-shadow: none !important;
    }
    .ss-refineby-btn .boost-pfs-filter-top-sorting:after{
        content:unset !important;
    }
    .ss-refineby-btn .boost-pfs-filter-top-sorting:before{
        content:unset !important;
    }
    .ss-refineby-btn .boost-pfs-filter-top-sorting svg{
        /* padding-right: 10px; */
        display: none;
    }
    .ss-refineby-btn .boost-pfs-filter-tree-mobile-button button{
        margin: 0 !important;
        width: 100% !important;
        background: #f8f7f7 !important;
        color: #000;
        border-radius: 10px;
    }
    .ss-refine-by-desktop{
        display: none !important;
    }
    .ss-refineby-btn .boost-pfs-filter-tree-mobile-button{
        width: calc(50% - var(--grid-mobile-horizontal-spacing) / 2) !important;
        padding-right:10px !important;
        position: initial !important;
        max-height: none !important;
        top:unset !important;
    }
    .ss-refineby-btn{
        display: flex;
        justify-content: space-between;
        padding-top:15px;
        padding-bottom: 10px;
    }
    .ss-refineby-btn .boost-pfs-filter-stick:not(.boost-pfs-filter-tree-v):before {
        content: none !important;
    }
    .collection-section{
        padding-top:0 !important;
    }
    .ss-sorting{
        display: unset;
    }
    .hs-search .boost-pfs-filter-button:hover {
    border: none !important;
  }
  .header_search_wrap{
        display: block;
      }
.boost-pfs-search-suggestion-mobile-top-panel form {
    display: flex !important;
    background: #fff;
}

.boost-pfs-search-suggestion-mobile-top-panel form input#boost-pfs-search-box-mobile {
   width: auto !important;
    padding: 12px 40px 12px 18px;
    flex-grow: 1;
}

.boost-pfs-search-suggestion-mobile-top-panel form .boost-pfs-search-btn-clear-suggestion {
/*     position: relative;
    right: 50px; */
    background: transparent !important;
}
  .header_search_wrap .gm-submenu{
        display: none !important;
  }
}

@media screen and (max-width:576px) {
    .ap_single_product .product-form__buttons {
        flex-direction: column;
    }

    .product-form__buttons .swym-button-bar .swym-btn-container.swym-inject::before {
        left: 0;
        width: 100%;
        right: unset;
        /* padding-left: 31%; */
        padding-left: 35%;
        top: 11px;
    }

    .swym-btn-container[data-position=default] .swym-button {
        width: 100%;
    }

    .product-form__buttons .swym-button-bar .swym-btn-container.swym-inject button::before {
        left: 0;
        width: 100%;
    }

    .product-form__buttons .swym-button-bar .swym-btn-container.swym-inject button {
        width: 100%;
    }

    .product-form__buttons .swym-button-bar .swym-btn-container .swym-button:after {
        left: 50%;
        top: -4px;
    }

    .product-form__buttons .swym-button-bar {
        width: 100%;
        margin: 10px 0 0;
    }

    .product-form__buttons .swym-button-bar>div {
        width: 100%;
    }

    .ap_single_product button.product-form__submit.button.button--full-width.button--secondary {
        margin-right: 0px;
        width: 100%;
    }

    /* hardeep css become a seller */
    div.reselling {
        flex-direction: column;
        padding: 0;
    }

    .reselling .content-wrap {
        width: 100%;
    }

    .reselling .photo-wrap {
        width: 100%;
        padding-top: 10px;
        display: none;
    }

    .banner .how_it_work {
        flex-direction: column;
    }

    .banner .how_it_work>div {
        width: 100%;
    }

    .banner .content-wrap {
        padding: 10px 0;
    }

    .banner .pagelinks p {
        text-align: center;
        margin-top: 10px;
    }

    .reselling .content-wrap>div {
        padding: 10px;
    }

    .banner .pagetitle h1 {
        font-size: 25px;
    }

    .banner .pagetitle {
        padding: 20px 0;
    }

    .banner .pagelinks {
        border-radius: 25px;
        display: block;
        padding: 10px;
    }

    .banner .pagelinks>div {
        margin: 0;
        padding: 0;
    }

    section.banner {
        padding-bottom: 20px;
    }

    .banner .content-wrap ul li:before {
        font-size: 15px;
        width: 25px;
        height: 25px;
    }

    .banner .content-wrap ul li {
        padding: 0 0 0 20px;
    }

    .banner .how_it_work .content-wrap h2 {
        margin: 20px 0;
    }

    section.tm_heading_sec {
        margin-top: 30px;
    }

    .ques-content .row .hs_col {
        width: 100% !important;
    }
  
}


/*** sukhvinder 18-10-2022 ****/

#find_out_why .modal-dialog {
    max-width: 750px !important;
}

#find_out_why .modal-content {
    border-radius: 20px !important;
}

#find_out_why .modal-header,
#find_out_why .modal-footer {
    border: none !important;
}

#find_out_why a {
    color: inherit;
    text-decoration: underline;
}

#find_out_why .hs_btn {
    background-color: #282828;
    padding: 10px 50px;
    color: #fff;
    border-radius: 50px;
}

div#find_out_why .modal-dialog {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

div#find_out_why .modal-dialog ul li {
    color: #000;
    font-size: 14px;
    line-height: 25px;
}

div#find_out_why .modal-dialog h5 {
    font-size: 20px;
    font-weight: 600;
}

div#find_out_why .modal-dialog button.close {
    background: none;
    outline: none;
    border: none;
    font-size: 30px;
}

#find_out_why .modal-content {
    padding: 0 20px;
}

#retail_pop_up .modal-dialog {
    max-width: 750px !important;
}

#retail_pop_up .modal-content {
    border-radius: 20px !important;
    padding: 0 20px;
}

#retail_pop_up .modal-header,
#retail_pop_up .modal-footer {
    border: none !important;
}

#retail_pop_up a {
    color: inherit;
    text-decoration: underline;
}

#retail_pop_up .hs_btn {
    background-color: #282828;
    padding: 10px 50px;
    color: #fff;
    border-radius: 50px;
}

div#retail_pop_up .modal-dialog {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

div#retail_pop_up .modal-dialog ul li {
    color: #000;
    font-size: 14px;
    line-height: 25px;
}

div#retail_pop_up .modal-dialog h5 {
    font-size: 20px;
    font-weight: 600;
}

div#retail_pop_up .modal-dialog button.close {
    background: none;
    outline: none;
    border: none;
    font-size: 30px;
}


/* Hardeep CSS */

#shopify-section-template--15109031821373__main .boost-pfs-search-result-toolbar.page-width {
    border: none;
}

#shopify-section-template--15109031821373__main span.boost-pfs-filter-option-amount {
    display: none;
}

#shopify-section-template--15109031821373__main .card.card--standard.card--media {
    border: none;
    margin: 0 15px;
}

#shopify-section-template--15109031821373__main .boost-pfs-search-result-item {
    font-size: 13px;
    line-height: 20px;
    color: #737273;
    font-weight: 400;
}

#shopify-section-template--15109031821373__main .boost-pfs-search-result-item h3 {
    margin-bottom: 15px;
}

#shopify-section-template--15109031821373__main .filters-toolbar-wrapper {
    margin: 0px !important;
}

#shopify-section-template--15109031821373__main .template-search.spaced-section.section-template--15109031821373__main-padding {
    padding: 10px 0 40px 0;
}

#shopify-section-template--15109031821373__main ul.search-product-list {
    display: flex;
    flex-wrap: wrap;
    list-style-type: none;
}

/* #shopify-section-template--15109031821373__main li.search-product-result {
    width: calc(25% - 20px);
    margin-right: 20px;
} */

.section-template--16504721768663__product-grid-padding span.boost-pfs-filter-option-amount {
    display: none;
}

.ap_single_product div#price-template--15109031100477__main {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}

.ap_single_product div#price-template--15109031100477__main a {
    color: inherit;
}


/* Hardeep css 27 Oct */

section.tm_heading_sec {
    margin: 60px 0 -45px 0;
}

section.tm_heading_sec h1.tm_heading {
    font-size: 32px;
    font-weight: 700;
}

.reselling .content-wrap div p:first-child {
    font-weight: 400;
}


/* .ap_single_product div#ProductInfo-template--15109031100477__main {
    top: -55rem;
} */


/**** boost quick view ****/

.boost-pfs-quickview-right-inner {
    display: flex;
    flex-direction: column;
}

.boost-pfs-quickview-right-inner p.boost-pfs-quickview-vendor {
    order: 1;
}

.boost-pfs-quickview-right-inner h2.boost-pfs-quickview-title {
    order: 2;
}

.boost-pfs-quickview-right-inner .boost-pfs-quickview-price-wrapper {
    order: 3;
    margin: 0;
}

.boost-pfs-quickview-right-inner form {
    order: 4;
}

.boost-pfs-quickview-right-inner .boost-pfs-quickview-view-full-wrapper {
    order: 5;
    padding: 0;
    margin-top: 20px;
}

.boost-pfs-quickview-selector-wrapper .boost-pfs-swatch-element {
    width: calc((100% - 20px) / 4);
    margin: 0 !important;
    margin-right: 5px !important;
    margin-bottom: 5px !important;
}

.boost-pfs-quickview-selector-wrapper.last {
    display: flex;
    flex-wrap: wrap;
}

.boost-pfs-quickview-product-option-header {
    width: 100%;
}

.boost-pfs-quickview-selector-wrapper .boost-pfs-swatch-element:not(.boost-pfs-quickview-option-color) label {
    min-width: unset !important;
    width: 100% !important;
    border-radius: 4px !important;
    float: unset !important;
    height: auto !important;
}

.ap_size_guide {
    display: block;
    font-size: 13px;
    font-weight: normal;
    height: unset;
    margin-bottom: 10px !important;
    text-decoration: none;
}

.ap_size_guide a {
    font-size: 13px;
    font-weight: normal;
}


/*** heart z-index ****/

.boost-pfs-action-list-enabled,
.boost-pfs-filter-right-col {
    z-index: 0;
}

section.dont-miss-product-sec span.ap_heart {
    z-index: 2 !important;
}

.search-product-list .item {
    position: relative;
}

.search-product-list .sold-out-badge {
    position: absolute;
    top: 26px;
    left: 26px;
    grid-row-start: unset;
    z-index: 1;
    background: #f63939;
    border-color: #f63939;
    padding: 5px 10px;
    font-size: 10px;
    text-transform: uppercase;
    border-radius: 25px;
}


/* .hideSizeBox { */


/* display: none; */


/* } */


/**** collection page ****/

.collection-hero__title+.collection-hero__description {
    font-size: 1.2rem !important;
    margin-bottom: 0rem !important;
}

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

    .collection.page-width .card.card--standard.card--media,
    .collection.page-width .card.card--standard.card--media>div {
        background: transparent;
    }

    .collection.page-width .card--standard>.card__content .card__information .full-unstyled-link {
        font-size: 14px;
        font-weight: 800;
    }

    .collection.page-width .card-information .price__regular .price-item--regular {
        font-size: 12px;
        font-weight: 400;
    }

      .collection.page-width .price__sale , .price--on-sale .price-item--regular {
        font-size: 12px !important;
    }

  
    .collection.page-width .media>*:not(.zoom):not(.deferred-media__poster-button) {
        padding: 10px;
    }

    .collection.page-width .card.card--standard.card--media .card__information {
        margin-top: 5px;
    }
  .collection-hero__title+.collection-hero__description {
    font-size: 14px !important;
    margin-bottom: 0rem !important;
  }
}


/*** paginaton collection css ***/

.hs-pagination ul li a svg {
    height: 12px !important;
}

.hs-pagination li span.pagination__item.pagination__item--current,
.hs-pagination li a:hover {
    background: #232323;
    color: #fff !important;
}

nav.pagination.hs-pagination {
    display: flex;
    width: 100%;
    justify-content: end;
    flex-wrap: wrap;
    align-items: center;
}

.hs-pagination li,
.hs-pagination li a {
    font-size: 16px;
    color: #000;
    line-height: 20px;
    font-weight: 800;
    width: 50px;
    margin: 0 1px !important;
}

.hs-pagination ul.pagination__list.list-unstyled {
    align-items: center;
}

.hs-pagination li span::after,
.hs-pagination li a::after {
    content: unset !important;
}

.product-grid.negative-margin>ul>li {
    margin-bottom: 40px;
    padding-right: 10px;
}

.ap_single_product.product--no-media {
    max-width: 100% !important;
}

.product-grid.negative-margin>ul>li .card__inner.color-background-2.ratio .card__content {
    position: unset;
}


/**** footer css by HARPREET ****/

section.hs_01 {
    background: #3d77cd;
}

.hs_01 .firstsec_hs {
    color: #fff;
    text-align: center;
}

.firstsec_hs h2 {
    font-size: 40px;
    font-weight: 500;
}

.firstsec_hs p {
    font-size: 30px;
}

.firstsecbtn {
    display: flex;
    justify-content: end;
}

.firstsecbtn a {
    text-decoration: none;
    color: #fff;
    border-radius: 4px;
    display: block;
    word-spacing: 4px;
    background: #ff5254;
    padding: 12px 18px;
    font-size: 20px;
    text-transform: uppercase;
}

.bannermain {
    height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
}

footer {
    padding-bottom: 10px;
    padding-top: 70px;
    background: #232223;
    margin-top: 50px;
}

.bottomline p {
    margin-bottom: 0;
}

.bottomline {
    margin-top: 40px;
    display: flex;
    color: #9b9b9b;
    font-size: 15px;
}

.bottomline span {
    margin-right: 10px;
}

.brandimage p {
    margin-top: 7px;
    text-align: right;
    color: #565556;
    font-size: 14px;
}

.brandimage img {
    max-width: 100%;
    width: 370px;
}

.brandimage {
    text-align: end;
}

.mainfooter_hs h2 {
    font-size: 16px;
    color: #f7f7f7;
    margin-bottom: 12px;
}

form p {
    color: #9b9b9b;
    font-size: 13px;
}

.mainfooter_hs ul {
    padding: 0;
    list-style: none;
}

.footer_1 ul li a,
.footer_2 ul li a {
    line-height: 34px;
    color: #9b9b9b;
    text-decoration: none;
    font-size: 16px;
    transition: 0.2s ease;
}

.footer_1 ul li a:hover,
.footer_2 ul li a:hover {
    color: #fff;
}

.footer_3 h3 {
    color: #9b9b9b;
    font-size: 19px;
    margin: 0;
}

.footer_3 p {
    font-size: 15px;
    color: #9b9b9b;
}

.footer_3 {
    padding-right: 20px;
}

.socialmediaicons span i {
    font-size: 16px;
    width: 27px;
    border-radius: 20px;
    color: #232223;
    padding: 6px 6px;
    background: #7e7e7f;
    text-align: center;
}

.formsec {
    padding-left: 70px;
}

.formsec form input {
    border-radius: 48px;
    width: 347px;
    border: none;
    padding: 9px 22px;
    display: flex;
    max-width: 100%;
}

.formsec form p span {
    color: #fff;
    font-weight: bold;
}

.formsec form input[type="submit"] {
    float: right;
    width: 129px !important;
    padding: 10px 39px !important;
    margin-top: 11px;
}

.socialmediaicons span {
    display: inline;
    margin-right: 5px;
}

@media (max-width: 1199.99px) {
    .boost-pfs-action-list-wrapper.boost-pfs-action-extend:before {
        padding: 6px 8px 8px;
        font-size: 13px;
        width: 120px;
    }

    .boost-pfs-action-list-wrapper.boost-pfs-action-extend {
        margin-top: -20px !important;
    }

    .boost-pfs-action-list-wrapper.boost-pfs-action-extend * {
        display: unset !important;
    }

/*     .boost-pfs-filter-tree-v .boost-pfs-filter-option .boost-pfs-filter-option-item-list-box .boost-pfs-filter-option-item {
        min-width: 50% !important;
        max-width: 100% !important;
    } */
}

@media(max-width:991px) {
    .gm-menu-installed .apHeader_changes_wrapper .gm-menu .gm-item.gm-level-0>.gm-target {
        padding: 8px 15px !important;
    }

    .apHeader_changes_wrapper .menu-drawer {
        top: 0px;
    }

    .apHeader_changes_wrapper .menu-drawer__navigation {
        padding: 3rem 0 5.6rem;
    }

    .apHeader_changes_wrapper .menu-drawer {
        width: 100vw !important;
        padding: 0 15px !important;
    }

    .formsec {
        margin-top: 18px;
        padding-left: 0;
        margin-bottom: 12px;
    }

    .formsec form input[type=submit] {
        float: none;
        width: 120px;
        padding: 10px 39px !important;
        margin-top: 11px;
    }

    .bottomline {
        margin-top: 20px;
        display: flex;
        color: #9b9b9b;
        font-size: 14px;
    }

    .brandimage p {
        margin-top: 7px;
        text-align: end;
        color: #565556;
        font-size: 14px;
    }

    .brandimage {
        text-align: end;
        margin-top: 15px;
    }

    /* Mobile Product Carousel Alignment 10 Nov */
    .boost-pfs-action-list-wrapper.boost-pfs-action-extend {
        margin-top: -38px !important;
    }

    .dont-miss-product-sec .col-lg-3.col-md-6.col-sm-6.col-6 {
        padding-bottom: 15px;
    }

    .featured-product-image figure {
        max-height: 19rem;
    }

    /* harpreet mobile quickview innerpages */
    .boost-pfs-quickview-right.product-details {
        z-index: 99999;
        bottom: -28px; 
        width: 100%;
        position: absolute;
    }

    .boost-pfs-quickview-slider .boost-pfs-quickview-slider-inner .boost-pfs-quickview-featured-image-wrapper .boost-pfs-quickview-featured-image {
        /* width: 278px; */
        top: 3rem;
        cursor: pointer;
        float: left;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        overflow: hidden;
        transition: all 1s;
        position: relative;
        color: #fff;
        left: 5rem;
    }

    .boost-pfs-modal-backdrop .boost-pfs-modal-container .boost-pfs-modal-content {
        position: absolute;
        width: 96%;
        display: inline-block;
        vertical-align: middle;
        margin: 0 auto;
        text-align: left;
        left: 8px;
    }

    .boost-pfs-quickview-wrapper {
        height: 865px;
        max-width: 100%;
        min-width: 60%;
        max-height: 90%;
        background: #fff;
        margin: auto;
        overflow-x: scroll;
        overflow-y: scroll;
        color: #222;
    }

    .boost-pfs-modal-backdrop .boost-pfs-modal-container {
        overflow: scroll !important;
    }

    .boost-pfs-quickview-wrapper {
        height: 1050px !important;
    }

    .boost-pfs-quickview-slider .boost-pfs-quickview-slider-inner .boost-pfs-quickview-featured-image-wrapper .boost-pfs-quickview-featured-image {
        /* width: 290px!important; */
        height: auto !important;
    }

    .boost-pfs-quickview-wrapper .boost-pfs-quickview-featured-image-wrapper .boost-pfs-quickview-featured-image img {
        object-fit: contain;
        width: 100% !important;
        height: 100% !important;
        max-height: 440px !important;
        padding-right: 20%;
    }

    .boost-pfs-modal-backdrop .boost-pfs-modal-container {
        overflow: scroll;
        height: 100% !important;
        left: -6px !important;
        top: 0;
        padding: 0 8px;
        box-sizing: border-box;
    }

    #boost-pfs-quickview-cart-btn {
        width: 100% !important;
        max-width: 100%;
    }

    .boost-pfs-quickview-view-full-wrapper:before {
        right: 0;
        /* left: 135px !important; */
        top: 13px;
        justify-content: center;
        display: flex;
        width: 100%;
    }

    .boost-pfs-quickview-slider .boost-pfs-quickview-slider-nav .boost-pfs-quickview-slider-next {
        display: block;
        position: absolute;
        right: 0;
        top: 53% !important;
    }

    .boost-pfs-quickview-slider .boost-pfs-quickview-slider-nav .boost-pfs-quickview-slider-prev {
        display: block;
        position: absolute;
        left: 16px;
        top: 53% !important;
    }

    button.boost-pfs-quickview-close.boost-pfs-filter-button.close-btn {
        z-index: 99;
    }

    .boost-pfs-quickview-slider .boost-pfs-quickview-slider-inner {
        width: 2000px !important;
    }

    .boost-pfs-quickview-slider .boost-pfs-quickview-slider-nav>button {
        border: none !important;
    }

    .boost-pfs-quickview-slider .boost-pfs-quickview-slider-inner .boost-pfs-quickview-featured-image-wrapper .boost-pfs-quickview-featured-image {
        left: 0 !important;
    }

    span.ap_size_guide {
        width: 100%;
    }

    li.main-product-ss {
        padding-bottom: 15px;
    }

    .mainfooter_hs .needsclick button {
        width: 100% !important;
    }

    .boost-pfs-action-list-wrapper.boost-pfs-action-extend button {
        width: 100%;
        margin-top: 10px;
    }

    .boost-pfs-quickview-slider-nav button {
        transform: translatex(94px) !important;
    }

    [data-testid="form-component"] {
        padding: 10px 0px !important;
    }
    /* .desktopview{
        display:none;
    }
    .quick_product{
        display: block !important;
    } */
     ul.gm-grid li.gm-item.gm-grid-item ul.gm-links li:last-child {
        position: unset !important;
       
    }
    li.gm-item.gm-grid-item:nth-last-child(n)
 li:last-child {
        margin-top: 0 !important;
        
    }
    .gm-menu-installed .gm-menu .gm-grid-item {
        margin-bottom: 0 !important;
    }
     summary.header__icon.header__icon--search.header__icon--summary.link.focus-inset.modal__toggle {
    display: block;
  }
  img.\34 04pageicon {
    width: 25%;
}
}

@media(max-width:576px) {
    .mainfooter_hs {
        text-align: center;
    }

    .bottomline {
        margin-bottom: 15px;
        margin-top: 15px;
        display: flex;
        justify-content: center;
        color: #9b9b9b;
        font-size: 13px;
    }

    .formsec h2 {
        margin-bottom: 7px;
        font-size: 17px;
        text-align: center;
    }

    .mainfooter_hs .footer_3 {
        margin-top: 15px;
        padding-right: 0px;
    }

    .formsec {
        margin-top: 30px;
        padding-left: 0;
    }

    footer {
        padding-bottom: 18px;
        padding-top: 30px;
        background: #232223;
        margin-top: 50px;
    }

    .footer_1 ul li a,
    .footer_2 ul li a {
        line-height: 34px;
        color: #9b9b9b;
        text-decoration: none;
        font-size: 14px;
    }

    .mainfooter_hs .footer_1 {
        margin-bottom: 30px;
    }

    .formsec form input {
        border-radius: 48px;
        width: 412px;
        margin: auto;
        border: none;
        padding: 9px 22px;
        display: flex;
        max-width: 100%;
    }

    .formsec form input[type=submit] {
        width: 120px;
        margin: auto;
        padding: 10px 39px !important;
        margin-top: 11px;
    }

    .featured-product-image figure {
        max-height: 11rem;
    }

    .ap_single_product fieldset.js.product-form__input label {
        font-size: 14px;
        padding: 14px;
    }
     .pagination__list>li {
        max-width: 2.5rem!important;
    }
    nav.pagination.hs-pagination {
       justify-content: center;
    }
    .hs-pagination li a {
        width: 40px;
       }
    .hs-pagination li, .hs-pagination li a {
    margin: 0 0px !important;
}
    .pagination__item {
    height: 3.5rem !important;
    
}
  

}


/**** quick view cart quantity style ****/

input#boost-pfs-quickview-cart-quantity {
    min-width: 100% !important;
    width: 142px !important;
    margin-bottom: 15px !important;
    border-radius: 0;
    border: 1px solid #7d7d7d;
    text-align: center;
}

.boost-pfs-quickview-quantity {
    position: relative;
}

.ap_quantityBtn {
    position: absolute;
    top: 1px;
    height: calc(100% - 17px);
    display: flex;
    align-items: center;
    width: 40px;
    justify-content: center;
    background: #fff;
    cursor: pointer;
}

.right {
    right: 1px;
}

.left {
    left: 1px;
}

.ap_quantityBtn svg {
    width: 15px;
}
.product--stacked .product__info-container--sticky {
    top: -220px !important;
}
@media screen and (max-height:800px) {
    .product--stacked .product__info-container--sticky {
        top: -120px !important;
    }
}

.socialmediaicons a {
    text-decoration: none;
}


/* 20221114 size filer css */

.boost-pfs-filter-tree-v .boost-pfs-filter-option .boost-pfs-filter-option-item-list-box .boost-pfs-filter-option-item {
    width: 33% !important;
}
.boost-pfs-filter-tree-v .boost-pfs-filter-option .boost-pfs-filter-option-item-list-box .boost-pfs-filter-option-item span {
    font-size: 14px !important;
}




.boost-pfs-filter-option-item-list.boost-pfs-filter-option-item-list-multiple-list li {
    position: relative;
    padding-left: 8px !important;
}




@media(max-width:400px) {
    .boost-pfs-quickview-selector-wrapper .boost-pfs-swatch-element {
        width: 31%;
        margin: 0 !important;
        margin-right: 5px !important;
        margin-bottom: 5px !important;
        text-align: center;
    }

    .boost-pfs-quickview-wrapper {
        min-height: 1112px !important;
        max-width: 100%;
        min-width: 60%;
        max-height: 90%;
        background: #fff;
        margin: auto;
        width: 950px;
        overflow-x: hidden;
        overflow-y: auto;
        color: #222;
    }
}

.shopify-section-header-hidden{
    transform: unset !important;
}
.boost-pfs-filter-stick {
    top: 56px !important;
}
@media only screen and (max-width: 575.9px) {
.featured-product-down h6.featured-product-name {
    margin-block: auto;
    font-size: 14px;
    min-height: 4rem;
}
}

/* hardeep css 28-11-2022 */
.collection-section .card-information .price {
   font-weight:600;
}
/* hardeep css 28-11-2022 end */

button.rps-csb-search-button {
    background: transparent !important;
}
form.rps-csb-form-container {
    box-shadow: unset !important;
border-color: #000 !important;;
}
form.rps-csb-form-container {
    position: relative;
    right: -20px;
}
@media(max-width:768px){
   form.rps-csb-form-container {
    right: 0px;
} 
   #quick_pop_up .ap_single_product .product__info-wrapper.grid__item {
        padding-left: 0;
        
    }
   #quick_pop_up .ap_single_product .slider {
        margin: auto;
        width: 97%;
        max-width:100%
    }
  .ap_single_product  .grid--peek.slider .grid__item:first-of-type {
    margin-left:0;
  }
   .pagination__list>li {
        
        max-width: 3.5rem;
    }
  .boost-pfs-quickview-view-full-wrapper a {
        padding: 19px 20px;
        border: 1px solid #222222;
        box-sizing: border-box;
        border-radius: 20px;
        line-height: 20px;
        margin: 0 0 25px;
    }
    .boost-pfs-quickview-view-full-wrapper:before {
        right: 0;
       top: 19px;
        bottom: 0;
        justify-content: center;
        display: flex;
        width: 100%;
    }
}

ul.gm-grid li.gm-item.gm-grid-item ul.gm-links li:last-child {
    position: fixed;
    bottom: -10px;
    margin-bottom: 20px;
  margin-top: 20px;
}
.gm-menu-installed .gm-menu .gm-grid-item {
    margin-bottom: 25px;
}

/* #menu-drawer{
  display:none !important;
}
 */
.ap_product_recomendation .card__media {
    border: 2px solid #f6f6f6;
}
.hs-search-style .card.card--standard.card--media{
    margin: 0px !important;
}
@media(min-width:991px) and (max-width:1399.99px){
    .collection-section .grid--4-col-desktop .grid__item {
        width: calc(33% - var(--grid-desktop-horizontal-spacing) * 3 / 3)!important;
        max-width: calc(33% - var(--grid-desktop-horizontal-spacing) * 3 / 9);
    }
}
@media screen and (max-width: 420px) {
.ap_logo img.header__heading-logo {
     width: 60%;
    display: flex;
}
.price {
    font-size: 1.1rem !important;
}
   tbody.ks_cart .cart-item {
    display: block !important;
}

tbody.ks_cart td.cart-item__media {
    padding-right: 15px;
}

tbody.ks_cart td.cart-item__details a {
    font-size: 18px;
    line-height: 1.4;
    padding-bottom: 5px;
   font-weight: 600;
}

tbody.ks_cart quantity-input.quantity {
    width: 155px;
}

tbody.ks_cart .quantity__button {
    width: calc(4.5rem / var(--font-body-scale));
}

tbody.ks_cart .quantity__input {
    font-size: 16px;
    border-left: 1px solid #5c5c5c;
    border-right: 1px solid #727272;  
}
.ks_cart .cart-item__totals {
    display: flex;
    float: right;
    min-height: 40px;
    align-items: center;
    justify-content: flex-end;
}

tbody.ks_cart .product-option {
    font-size: 17px;
}

tbody.ks_cart .totals > h2 {
    font-size: 18px;
}

tbody.ks_cart .totals__subtotal-value {
    font-size: 17px;
}
  tbody.ks_cart quantity-input.quantity {
    width: 110px;
    height: 1rem!important;
    min-height: calc((var(--inputs-border-width) * 2) + 2.5rem);
}

.ks_cart_subtotal .totals > h2 {
    font-size: 17px;
}

.ks_cart_subtotal .totals__subtotal-value {
    font-size: 16px;
    margin-left: 10px; 
}
.cart__footer.ks_cart_subtotal .tax-note {
    margin: 1.2rem 0 1.6rem auto;
    text-align: center;
    font-size: 17px;
    display: block;
}
.cart__footer.ks_cart_subtotal {
    padding: 0rem 0 0;
}

tbody.ks_cart.cart__items {
    position: relative;
    padding-bottom: 1rem;
    border-bottom: .1rem solid rgba(var(--color-foreground),.08);
}
  tbody.ks_cart .quantity__button {
    width: calc(2.5rem / var(--font-body-scale));
}
  .hs-olddelete{
    display: none;
  }
  .hs-newdelete{
    display: block !important;
  }
  .hs-delete-item  {
    justify-content: end;
    display: flex;
}


.hs-delete-item .hs-newdelete svg {
    width: 20px;
  float: right; 
}

.hs-delete-item a {
    min-height: 40px!important;
}
  svg.modal__toggle-open.icon.icon-search {
    width: 20px!important;
}
  .header__icons svg.icon.icon-cart-empty {
    width: 45px;
}
}
@media screen and (max-width: 749px){
.ap_single_product .slider.slider--mobile {
    scroll-padding-left: 0 !important;
}
}
.collection span.price-item.price-item--sale.price-item--last {
    color: red;
}
.header__search{
    display:none !important;
  }
@media(min-width:767.99px) and (max-width:990.99px){
  .boost-pfs-filter-tree-v .boost-pfs-filter-option .boost-pfs-filter-option-item-list-box .boost-pfs-filter-option-item {
    min-width: 100% !important;
  }
  .ks-search-design+ .search-modal__content {
    padding: 0px !important;
  }
  .ks-search-design::after {
    background: none !important;
  }
/*   .search-modal__content form .field {
    position: fixed;
    top: 70px;
    left: 0;
    background: #000;
    padding: 45px 45px;
} */

.search-modal.modal__content.gradient {
    background: transparent;
}

.search-modal.modal__content.gradient button.search-modal__close-button {
    display: none;
}
  .header__search{
        display:block !important;
      }
}
@media(min-width:576px) and (max-width:990.99px){
  div#menu-drawer {
    position: fixed;
    left: 0;
    top: 66px;
}
}
.header__search{
  display:none;
}

h2.jdgm-rev-widg__title {
    font-size: 24.82px;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 20px;
    margin-top: 30px;
}

/* notify me button css */
.product__info-wrapper.grid__item > div {
    display: flex;
    flex-direction: column;
}
/*
.product__info-wrapper.grid__item > div > p:first-child {
    order: 1;
}

.product__info-wrapper.grid__item > div > div:nth-child(2) {
    order: 2;
}

.product__info-wrapper.grid__item > div > div:nth-child(3) {
    order: 3;
}

.product__info-wrapper.grid__item > div > div:nth-child(4) {
    order: 4;
}

.product__info-wrapper.grid__item > div > div:nth-child(5) {
    order: 10;
    margin-top: 0;
}

.product__info-wrapper.grid__item > div > div:nth-child(6) {
    order: 5;
}

.product__info-wrapper.grid__item > div > variant-radios {
    order: 6;
}

.product__info-wrapper.grid__item > div > noscript {
    order: 7;
}

.product__info-wrapper.grid__item > div > div:nth-child(9) {
    order: 8;
}

.product__info-wrapper.grid__item > div > div:nth-child(10) {
    order: 9;
}

.product__info-wrapper.grid__item > div > script{
    order: 11;
}

.product__info-wrapper.grid__item > div > div:nth-child(12) {
    order: 12;
}

.product__info-wrapper.grid__item > div > div:nth-child(13) {
    order: 13;
}
.product__info-wrapper.grid__item > div > div:nth-child(14) {
    order: 14;
}
.product__info-wrapper.grid__item > div > p:nth-child(14) {
    order: 14;
}

.product__info-wrapper.grid__item > div > p:nth-child(15) {
    order: 15;
}
*/
.product__info-wrapper.grid__item > div > div:nth-child(10) > product-form.product-form {
    margin-bottom: 0;
}

.product__info-wrapper.grid__item > div > div:nth-child(5) button {
    font-size: 16px;
}

/* .product__info-wrapper.grid__item > div > div:nth-child(5) button {
    background: #000;
    color: #fff;
    border-radius: 25px;
    width: 230px;
    font-size: 16px;
}

.product__info-wrapper.grid__item > div > div:nth-child(5) button::before, .product__info-wrapper.grid__item > div > div:nth-child(5) button::after {
    box-shadow: none;
} */
.product__info-container .product__description {
    margin: 0.1rem 0;
}
.globo-form-app .footer button.action.loading .spinner {
    border-radius: 21px;
}
/* @media(max-width:576px){
  .product__info-wrapper.grid__item > div > div:nth-child(5) button {
   width: 100%;
}
} */

.ap_single_product .product__description {
    order: 6;
}
.retail_btnBox {
    margin-top: 10px
}

.ap_heart .swym-add-to-wishlist-view-product.swym-icon.swym-heart.swym-loaded {
    border: 0;
    background: transparent;
    color: transparent;
}