/*-----------------------------------------------------------------------------// Custom Theme CSS/-----------------------------------------------------------------------------*/
/*---------------- Global Custom CSS -------------------*/
.fishImgMobile {
    display: none;
}

.huntingImgMobile {
    display: none;
}

.collectionImgDesktop {
    display: block;
}

/*---------------- Custom CSS for desktop -------------------*/
@media (min-width: 992px) {
    .fishImgMobile {
        display: none;
    }

    .huntingImgMobile {
        display: none;
    }

    .collectionImgDesktop {
        display: block;
    }
}

/*---------------- Custom CSS for tablet -------------------*/
@media (min-width: 768px) and (max-width: 991px) {
    .fishImgMobile {
        display: none;
    }

    .huntingImgMobile {
        display: none;
    }


    .collectionImgDesktop {
        display: block;
    }
}

/*---------------- Custom CSS for mobile landscape -------------------*/
@media (min-width: 481px) and (max-width: 767px) {
    .fishImgMobile {
        display: none;
    }

    .huntingImgMobile {
        display: none;
    }

    .collectionImgDesktop {
        display: block;
    }
}

/*---------------- Custom CSS for mobile -------------------*/
@media (max-width: 480px) {
    .fishImgMobile {
        display: block;
    }

    .huntingImgMobile {
        display: block;
    }

    .collectionImgDesktop {
        display: none;
    }

    #gl_thumbnails {
        display: block !important;
    }
}

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

.basel-scroll-content h1 {
    font-family: 'Poppins' !important;
    font-style: normal;
    font-weight: 700;
    font-size: 36px !important;
    line-height: 54px;
    color: #454346 !important;
}

.single-product-content .price {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    color: #454346 !important;
    text-align: left !important;
}

.review-rating-row {
    float: left;
    background: linear-gradient(180deg, #93967D 0%, #5C5F45 100%);
    border: 1px solid #AFB1A0;
    border-radius: 0px !important;
    padding: 3rem 8.5rem;
    text-align: center;
}

.review-rating-row p {
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 180%;
    text-align: center;
    color: #FFFFFF;
    margin: 40px 0 30px;
}

.review-rating-content span {
    font-weight: 400;
    font-size: 14px;
    line-height: 180%;
    color: rgba(255, 255, 255, 0.66);
    font-family: 'Poppins', sans-serif;
}

.custom-stix-title h2 {
    font-family: 'Poppins', sans-serif !important;
    font-weight: 600;
    font-size: 32px;
    line-height: 48px;
    text-align: center;
    color: #383938;
    margin: 0 0 5rem;
}

.genuine-guarantee-wrapper {
    padding: 5rem 0;
}

.custom-guarantee-text h3 {
    font-family: 'Poppins', sans-serif !important;
    font-weight: 700;
    font-size: 18px;
    line-height: 27px;
    color: #5C5F45;
    border-bottom: 1px solid #5C5F45;
    position: relative;
}

.custom-guarantee-text p {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 23px;
    color: #656565;
}

.stix-stones-logo {
    text-align: right;
}

.custom-guarantee-text:last-child {
    margin: 15rem 0 0;
}

.genuine-gurantee-row .col-sm-12.col-md-4.col-lg-4:nth-child(2) {
    margin: 4rem 0 0;
}

.guarantee-left-content .custom-guarantee-text:first-child h3:before {
    width: 28px;
    height: 1px;
    content: "";
    position: absolute;
    right: -27px;
    bottom: -1.1px;
    background: #5C5F45;
}

.guarantee-left-content .custom-guarantee-text:last-child h3:before {
    width: 31px;
    height: 1px;
    content: "";
    position: absolute;
    right: -30px;
    bottom: -1.1px;
    background: #5C5F45;
}

.guarantee-right-content .custom-guarantee-text:first-child h3:before {
    width: 32px;
    height: 1px;
    content: "";
    position: absolute;
    left: -31px;
    bottom: -1.1px;
    background: #5C5F45;
}

.guarantee-right-content .custom-guarantee-text:last-child h3:before {
    width: 24px;
    height: 1px;
    content: "";
    position: absolute;
    left: -24px;
    bottom: -1.1px;
    background: #5C5F45;
}

.guarantee-left-content .custom-guarantee-text:first-child h3:after {
    content: "";
    position: absolute;
    right: -71px;
    bottom: -19px;
    background: #5C5F45;
    width: 53px;
    height: 1px;
    transform: rotate(45deg);
}

.guarantee-left-content .custom-guarantee-text:last-child h3:after {
    content: "";
    position: absolute;
    right: -72px;
    bottom: 19px;
    background: #5C5F45;
    width: 52px;
    height: 1px;
    transform: rotate(130deg);
}

.guarantee-right-content .custom-guarantee-text:first-child h3:after {
    content: "";
    position: absolute;
    left: -71px;
    bottom: -19px;
    background: #5C5F45;
    width: 49px;
    height: 1px;
    transform: rotate(130deg);
}

.guarantee-right-content .custom-guarantee-text:last-child h3:after {
    content: "";
    position: absolute;
    left: -72px;
    bottom: 19px;
    background: #5C5F45;
    width: 58px;
    height: 1px;
    transform: rotate(45deg);
}

.scrub-special-wrapper h2 {
    font-family: 'Poppins', sans-serif !important;
    font-weight: 600;
    font-size: 32px;
    line-height: 130%;
    color: #5C5F45;
    padding: 0 5rem;
    text-align: center;
}

.scrub-special-wrapper p {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 23px;
    text-align: center;
    color: #656565;
    margin: 0;
}

.blame-table-content p {
    font-weight: 700;
    font-size: 16px;
    line-height: 161%;
    text-align: center;
    color: #5C5F45;
    margin: 0;
    letter-spacing: 0;
}

.others-table-content p {
    font-weight: 700;
    font-size: 16px;
    line-height: 161%;
    text-align: center;
    color: #000000;
    margin: 0;
    letter-spacing: 0;
}

.product-speciality-row {
    display: flex;
    align-items: center;
}

.left-table-side table tr td {
    padding: 0;
    border-bottom: 0;
}

.left-table-side table tbody th,
table tfoot th {
    border-bottom: 0;
}

.blame-img,
.others-img {
    border-bottom: 1px solid #6B6E54 !important;
}

.table-rows:last-child .blame-img,
.table-rows:last-child .others-img {
    border-bottom: 0 !important;
}

.blame-img {
    margin-left: 70px !important;
}

.table-title p {
    font-weight: 500;
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
    margin: 0;
    color: #fff;
}

.table-title {
    border-bottom: 1px solid rgba(255, 255, 255, 0.12) !important;
    width: 50%;
}

.table-rows td {
    padding: 14px 0 !important;
}

.left-table-side tbody {
    position: relative;
}

.left-table-side tbody:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 50%;
    background: linear-gradient(180deg, #93967D 0%, #5C5F45 100%), #D9D9D9;
    z-index: -1;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.left-table-side tbody:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 50%;
    background: #fff;
    box-shadow: 0px 4px 34px -5px rgba(0, 0, 0, 0.1);
    z-index: -1;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}

.shipping-delivery-content h2 {
    font-family: 'Poppins', sans-serif !important;
    font-weight: 600;
    font-size: 32px;
    line-height: 180%;
    color: #5C5F45;
}

.shipping-delivery-lists li {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #000000;
    padding: 0 0px 17px 25px;
    position: relative;
}

.shipping-delivery-lists li:before {
    content: "";
    position: absolute;
    top: 6px;
    left: 0;
    width: 12px;
    height: 12px;
    background: #5C5F45;
    border-radius: 10px;
}

.shipping-delivery-row {
    float: left;
    background: #FFFFFF;
    box-shadow: 0px 4px 34px -5px rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
}

.shipping-delivery-content {
    padding: 0 40px 0 0 !important;
}

.shipping-delivery-row .col-sm-12.col-md-5.col-lg-5 {
    padding: 0;
}

.shipping-delivery-img img {
    width: 100%;
}

.shipping-delivery-wrapper {
    padding: 3rem 0 0;
}

.risk-free-tile h2 {
    font-family: 'Poppins', sans-serif !important;
    font-weight: 600;
    font-size: 32px;
    line-height: 48px;
    text-align: center;
    color: #383938;
    letter-spacing: 0;
    margin-bottom: 0 !important;
}

.risk-free-logos h4 {
    font-family: 'Poppins', sans-serif !important;
    font-weight: 600;
    font-size: 22px;
    line-height: 33px;
    text-align: center;
    color: #000000;
    margin: 0 0 10px;
}

.risk-free-logos p {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #999999;
    margin-bottom: 0 !important;
}
.left-table-side table {
    margin-bottom: 0 !important;
}
.risk-free-logos {
    text-align: center;
}

.risk-free-logos img {
    background: rgba(92, 95, 69, 0.06);
    border-radius: 114px;
    padding: 25px;
    margin: 0 0 15px;
}

.risk-free-shipping-row {
    float: left;
    padding: 3rem 0 0;
    width: 100%;
}

.risk-free-shipping-wrapper {
    padding: 0 0 3rem 0;
}

.related.products .title.slider-title {
    font-family: 'Poppins', sans-serif !important;
    font-weight: 600 !important;
    font-size: 32px !important;
    line-height: 48px !important;
    text-align: center;
    color: #383938;
    text-transform: initial;
}

.related.products .title.slider-title:before {
    display: none;
}

.related.products .product-title a {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 24px !important;
    line-height: 36px !important;
    color: #454346;
    border: none !important;
}

.related.products .swap-elements .price {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    color: #454346;
}


.related.products .product-element-top a {
    width: 65% !important;
    margin: 0 auto;
}

.related.products .swatches-on-grid .swatch-on-grid {
    display: block;
    width: 28px;
    height: 28px;
}

.related.products .swatches-on-grid {
    position: absolute;
    bottom: 0;
    right: 0;
}

ul.secure-payment-logo {
    width: 100%;
    justify-content: space-between;
    display: flex;
}

.secure-payment-logo li {
    display: inline-block;
    padding: 0 6px 0 0;
}


.fake_counter_real_time {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    color: #000000;
}

.secure-payment-logo {
    margin: 1rem 0 0;
}

.single-product-content .variations label {
    font-weight: 700;
    margin-right: 20px;
    white-space: nowrap;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #000000;
    font-family: 'Poppins', sans-serif;
}

.basel-scroll-content .label {
    padding: 0 0 10px !important;
}

.basel-scroll-content .basel-swatch {
    font-weight: 700;
    font-size: 16px !important;
    color: #C9CAC2 !important;
    border: 2px solid #C9CAC2 !important;
    border-radius: 20px;
    width: 42px;
    height: 42px;
    padding: 10px 2px;
}

.basel-scroll-content .variant-size:hover {
    background: rgba(92, 95, 69, 0.29);
    border: 3px solid #5C5F45 !important;
    color: #fff !important;
}

.basel-scroll-content .variant-size.active-swatch {
    background: rgba(92, 95, 69, 0.29);
    border: 3px solid #5C5F45 !important;
    color: #fff !important;
}

.basel-scroll-content .colored-swatch.active-swatch {
    border: 3px solid #5C5F45 !important;
}

.basel-scroll-content .basel-swatch.bg_color {
    font-size: 0 !important;
    width: 42px !important;
    height: 42px !important;
}

.basel-scroll-content .basel-swatch.bg_color:after {
    display: none;
}

.basel-scroll-content .variations {
    position: relative;
}


.basel-scroll-content .shopify-variation-price .price {
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 40px;
    line-height: 60px;
    color: #454346;
}

.basel-scroll-content #shopify_add_to_cart {
    font-family: 'Poppins', sans-serif;
    background: #FE5A00 !important;
    border-radius: 0;
    padding: 15px 60px 12px;
    font-weight: 700;
    font-size: 16px;
    line-height: 32px;
    border: none;
    box-shadow: none;
    width: 100% !important;
    margin: 0;
    transition: 0.3s ease;
}

#sizemyBtn {
    padding: 0 0 0 30px;
}

#sizemyBtn p {
    padding: 0 !important;
    margin: 0;
    text-decoration: none;
}

#sizemyBtn:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 1px;
    width: 100%;
    background: #5C5F45;
}

#sizemyBtn:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 21px;
    width: 21px;
    background: url(https://cdn.shopify.com/s/files/1/0746/5419/t/36/assets/fluent_auto-fit-width-20-filled.png?v=1657890498);
}

.basel-scroll-content #sizemyBtn {
    position: absolute;
    top: initial;
    bottom: 65px;
    left: 50px;
    cursor: pointer;
    z-index: 99;
    font-weight: 700;
    font-size: 14px;
    line-height: 21px;
    text-transform: uppercase;
    color: #5C5F45;
}


.basel-scroll-content #shopify_add_to_cart:hover {
    background: #ff833e;
    transition: 0.3s ease;
}

.basel-scroll-content .minus {
    width: 32px !important;
    height: 32px;
    background: #5C5F45 !important;
    border-radius: 28px !important;
    font-size: 20px !important;
    color: #fff !important;
}

.basel-scroll-content .plus {
    width: 32px !important;
    height: 32px;
    background: #5C5F45 !important;
    border-radius: 28px !important;
    font-size: 20px !important;
    color: #fff !important;
}

.basel-scroll-content .input-text.qty.text {
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 27px;
    color: #000000 !important;
    border: none !important;
}

.basel-scroll-content #shopify_quantity {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.basel-scroll-content .shopify-variation-add-to-cart {
    /* display: flex !important; */
    align-items: center !important;
    margin: 20px 0 0;
}

.product-images .owl-item.active {
    /* border: 2px solid #D0D1C9; */
    /* box-shadow: 0px 4px 34px -5px rgba(0, 0, 0, 0.1); */
    /* border-radius: 20px; */
    overflow: hidden;
}

.product-images .thumbnails .owl-stage {
    display: flex;
    column-gap: 10px;
}

.product-images .thumbnails {
    padding: 1rem 0 0;
}

.size-modal-content {
    background-color: transparent;
    margin: auto;
    width: 60%;
    margin: 0 auto;
    text-align: center;
    position: relative;
}

.related.products {
    padding: 3rem 0 3rem 0;
}

.sizemodal {
    display: none;
    position: fixed;
    z-index: 99;
    padding-top: 200px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.4);
}

.size-close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.size-close:hover {
    color: #aaaaaa !important;
}

.size-close:hover,
.size-close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

#shopify-section-product-page-sections {
    clear: both;
    padding: 0rem 0 0;
}

.custom-variants-wrap {
    position: relative;
}

.left-top-content {
    width: 50%;
}

.top_table_content table {
    margin: 0;
}

.top_table_content th {
    border: none;
}

.size-close {
    color: #ffffff;
    float: right;
    font-size: 38px;
    font-weight: 400;
    position: absolute;
    right: 40px;
    top: 30px;
}

/* PR 18-July-2022 */
.custom-metafield-content p {
    width: 92% !important;
    font-size: 16px;
    line-height: 20px;
}

.custom-metafield-content li {
    width: 100% !important;
}

.custom-metafield-content span {
    width: 8% !important;
    float: left;
}

.basel-scroll-content .single_variation {
    display: flex;
    align-items: center;

}

.basel-scroll-content .single_variation .shopify-variation-price .price {
    margin-bottom: 0;
}

.mob-stix-stones-logo {
    display: none;
}

.shopify-variation-price .money {
    font-size: 20px !important;
    color: #454346 !important;
}

/* PR 15-Sept-2022 */
.image-blocks-wrapper {
    padding: 3rem 0;
}

.image-blocks-wrapper .container {
    padding: 0;
}

.image-blocks-content img {
    width: 100%;
}

.related-and-upsells>section {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}
th.blame-table-content {
    padding-top: 0 !important;
    width: 25% !important;
}
th.others-table-content {
    padding-top: 0;
    width: 25% !important;
}
/*** MEDIA ***/
@media only screen and (max-width: 1199px) {
    .review-rating-row {
        padding: 3rem 5.5rem;
    }

    .custom-stix-title h2 {
        padding: 0 2rem;
        margin: 0 0 3rem;
    }

    .guarantee-left-content .custom-guarantee-text:first-child h3:before {
        display: none;
    }

    .guarantee-left-content .custom-guarantee-text:last-child h3:before {
        display: none;
    }

    .guarantee-right-content .custom-guarantee-text:first-child h3:before {
        display: none;
    }

    .guarantee-right-content .custom-guarantee-text:last-child h3:before {
        display: none;
    }

    .guarantee-left-content .custom-guarantee-text:first-child h3:after {
        display: none;
    }

    .guarantee-left-content .custom-guarantee-text:last-child h3:after {
        display: none;
    }

    .guarantee-right-content .custom-guarantee-text:first-child h3:after {
        display: none;
    }

    .guarantee-right-content .custom-guarantee-text:last-child h3:after {
        display: none;
    }

    .custom-guarantee-text:last-child {
        margin: 2rem 0 0;
    }

    .genuine-gurantee-row .col-sm-12.col-md-4.col-lg-4:nth-child(2) {
        margin: 0rem 0 0;
    }

    .genuine-gurantee-row {
        display: flex;
        align-items: center;
    }

    .genuine-guarantee-wrapper {
        padding: 3rem 0;
    }

    .scrub-special-wrapper h2 {
        padding: 0 3rem;
    }

    .shipping-delivery-content h2 {
        font-size: 28px;
    }

    .shipping-delivery-lists li {
        padding: 0 0px 12px 25px;
    }

    .shipping-delivery-wrapper {
        padding: 3rem 0 0;
    }


    .related.products {
        padding: 3rem 0 1.5rem 0;
    }

    .risk-free-shipping-wrapper {
        padding: 0rem 0 3rem;
    }

    .related.products .product-title a {
        font-size: 21px !important;
    }

    .related.products .title.slider-title {
        font-size: 28px !important;
        line-height: 38px !important;
    }

    .risk-free-tile h2 {
        font-size: 28px;
        line-height: 38px;
    }

    .basel-scroll-content .shopify-variation-price .price {
        font-size: 36px;
        line-height: 50px;
    }

    .size-modal-content {
        width: 100%;
    }
}

@media only screen and (max-width: 992px) {
    .image-blocks-wrapper .col-md-3 {
        width: 25%;
        text-align: center;
    }

    .image-blocks-content {
        margin: 0 0 30px 0 !important;
    }

    .image-blocks-wrapper {
        padding: 3rem 0 1rem;
    }

    .image-blocks-content img {
        width: inherit !important;
    }
    .color_sticky_dark.act-scroll .right-column .basel-burger, .color_sticky_dark.act-scroll .right-column .basel-burger:after, .color_sticky_dark.act-scroll .right-column .basel-burger:before, .color_sticky_light.act-scroll .right-column .basel-burger, .color_sticky_light.act-scroll .right-column .basel-burger:after, .color_sticky_light.act-scroll .right-column .basel-burger:before {
        background-color: rgba(0,0,0,.9) !important;
    }
}

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

    .secure-payment-logo li {
        padding: 0 0px 0 0;
    }

    .review-rating-row {
        padding: 3rem 0rem;
    }

    .review-rating-row p {
        font-size: 17px;
    }

    .custom-stix-title h2 {
        font-size: 28px;
        line-height: 40px;
    }

    .custom-guarantee-text h3 {
        font-size: 14px;
        line-height: 25px;
    }

    .scrub-special-wrapper h2 {
        font-size: 28px;
        line-height: 40px;
    }

    .shipping-delivery-content h2 {
        font-size: 26px;
        line-height: 30px;
    }

    .shipping-delivery-content {
        padding: 20px 0px !important;
    }

    .risk-free-shipping-row {
        padding: 0rem 0 0;
    }

    .risk-free-shipping-row {
        display: flex;
    }

    .risk-free-logos h4 {
        font-size: 19px;
        line-height: 29px;
        margin: 0 0 8px;
    }

    .related.products .swatches-on-grid .swatch-on-grid {
        width: 18px;
        height: 18px;
    }

    .size-close {
        font-size: 28px;
        right: 30px;
        top: 23px;
    }
}

@media only screen and (max-width: 991px) {
    .custom-metafield-content p {
        width: 90% !important;
    }

    .custom-metafield-content span {
        width: 10% !important;
    }

    /* PR 27-July-2022 */

    .single-breadcrumbs-wrapper .shopify-breadcrumb {
        display: contents !important;
    }

    .single-breadcrumbs-wrapper a.basel-back-btn.basel-tooltip {
        display: none;
    }

    .single-breadcrumbs-wrapper .product-btn.product-next {
        display: none;
    }
    .risk-free-tile h2{
        margin: 0 0 30px 0 !important;
    }
}
@media only screen and (max-width: 930px) {
.mob-site-logo {
    text-align: center !important;
    padding: 30px 0 !important;
}
}

@media only screen and (max-width: 767px) {
    .review-rating-row p {
        font-size: 16px;
        line-height: 28px;
        padding: 0 30px;
    }

    .custom-stix-title h2 {
        font-size: 24px;
        line-height: 36px;
        padding: 0;
        text-align: left;
    }

    .custom-guarantee-text h3 {
        font-size: 18px;
        line-height: 27px;
        padding: 0 0 10px;
    }

    .genuine-gurantee-row {
        display: flex;
        flex-direction: column;
    }

    .product-speciality-row {
        flex-direction: column;
    }

    .product-speciality-row .col-sm-12.col-md-5.col-lg-5 {
        order: 1;
    }

    .product-speciality-row .col-sm-12.col-md-7.col-lg-7 {
        order: 2;
        width: 100%;

    }

    .shipping-delivery-row {
        display: flex;
        flex-direction: column;
        margin: 0 15px;
        overflow: hidden;
    }

    .shipping-delivery-row .col-sm-12.col-md-7.col-lg-7 {
        order: 2;
    }

    .shipping-delivery-row .col-sm-12.col-md-5.col-lg-5 {
        order: 1;
    }

    .shipping-delivery-content {
        padding: px 0px !important;
        margin: 0 0 10px;
    }

    .shipping-delivery-content h2 {
        font-size: 24px;
        line-height: 30px;
    }

    .risk-free-logos p {
        font-size: 16px;
        line-height: 24px;
    }

    .related.products .product-title a {
        font-size: 24px !important;
        letter-spacing: 0;
        line-height: 36px;
    }

    .related.products .swap-elements .price span {
        display: inline-block !important;
        font-size: 15px;
    }

    .related.products .title.slider-title {
        font-size: 28px !important;
        line-height: 42px !important;
    }

    .risk-free-tile h2 {
        font-size: 28px;
        line-height: 42px;
    }

    .risk-free-shipping-wrapper {
        padding: 0rem 0 0rem;
    }

    .genuine-guarantee-wrapper {
        padding: 3rem 0 2rem;
    }

    .size-close {
        top: 13px;
    }

    .single-product-content .price span {
        font-size: 20px;
        line-height: 30px;
        color: #454346 !important;
        font-weight: 400;
    }

    .basel-scroll-content h1 {
        margin: 0 !important;
    }

    .custom-metafield-content span {
        width: 8% !important;
    }

    .single_variation_wrap .shopify-variation-price .price span {
        font-weight: 700;
        font-size: 40px;
        line-height: 60px;
    }

    .basel-scroll-content .shopify-variation-add-to-cart {
        display: block !important;
    }

    .single_variation_wrap .shopify-variation-price span {
        margin: 0 !important;
    }

    .single-product-content .single_variation_wrap {
        padding-top: 5px;
    }

    .fake_counter_real_time {
        text-align: center;
    }

    .secure-payment-logo {
        text-align: center;
    }

    .genuine-gurantee-row .col-lg-4:nth-child(1) {
        order: 2;
    }

    .genuine-gurantee-row .col-lg-4:nth-child(2) {
        order: 1;
        margin: 0 0 3rem !important;
    }

    .genuine-gurantee-row .col-lg-4:nth-child(3) {
        order: 3;
    }

    .custom-guarantee-text:last-child {
        margin: 3rem 0 0;
    }

    .guarantee-content.guarantee-right-content .custom-guarantee-text:first-child {
        margin: 2rem 0 0;
    }

    .product-speciality-wrapper {
        padding: 0rem 0 0;
    }

    .scrub-special-wrapper h2 {
        font-size: 32px;
        line-height: 42px;
        padding: 0;
    }

    .risk-free-logos h4 {
        font-size: 20px;
        line-height: 24px;
        margin: 0 0 10px;
    }

    .risk-free-shipping-row .col-sm-12.col-md-4.col-lg-4 {
        margin: 0 0 30px;
    }

    .related.products .swatches-on-grid .swatch-on-grid {
        width: 28px;
        height: 28px;
    }

    .review-rating-wrapper {
        padding: 0 14px;
    }

    .product-images {
        padding: 0;
    }

    .summary.entry-summary {
        padding: 0;
    }

    .risk-free-shipping-row {
        display: content !important;
    }

    ul.custom-metafield-content {
        margin: 2rem 0 1rem;
    }

    .mob-stix-stones-logo {
        display: block;
    }

    .web-stix-stones-logo {
        display: none;
    }

    .single-product-content .single_variation .shopify-variation-price {
        width: 50%;
    }

    .basel-scroll-content #shopify_quantity {
        justify-content: flex-end;
        width: 50%;
    }

    /* PR 27-July-2022 */
    .basel-scroll-content #shopify_add_to_cart {
        padding: 13px 40px 10px;
        width: 100% !important;
        margin: 0 auto !important;
        display: block !important;
    }

    .secure-payment-logo li {
        padding: 0;
    }

    ul.secure-payment-logo {
        display: grid;
        grid-template-columns: repeat(5, 1fr) !important;
        grid-gap: 1rem;
    }

    #shopify-section-product-page-sections {
        padding: 0rem 0 0 !important;
    }

    .image-blocks-wrapper .col-sm-12 {
        width: 50%;
        float: left;
    }

    .image-blocks-wrapper .container {
        padding: 0 15px !important;
    }
    .custom-image-blocks {
        max-width: 500px;
        margin: 0 auto;
    }
    .image-blocks-wrapper {
        padding: 2rem 0 0rem;
    }
    .shipping-delivery-wrapper {
        padding: 2rem 0 0;
    }
    .single-product-content .product-image-summary {
        margin-bottom: 2rem !important;
    }
    .related.products {
        padding: 2rem 0 1.5rem 0;
    }
    .related.products {
        padding: 2rem 0 0rem 0;
    }
    th.blame-table-content {
        padding-top: 15px !important;
    }
    th.others-table-content {
        padding-top: 15px !important;
    }

}




@media only screen and (max-width: 600px) {
    .custom-metafield-content li {
        width: 100% !important;
        text-align: center;
    }

    .custom-metafield-content span {
        float: none !important;
    }

    .basel-scroll-content .custom-metafield-content li {
        display: flex;
        align-items: center;
        padding: 0 0 15px;
        text-align: left;
    }

    .custom-metafield-content p {
        margin: 0;
    }

    .custom-metafield-content p {
        font-size: 14px;
        line-height: 25px;
    }

    .risk-free-shipping-row {
        display: block !important;
    }
}

@media only screen and (max-width: 576px) {
    .image-blocks-wrapper .col-md-3 {
        width: 100%;
        text-align: center;
    }
    .risk-free-tile h2{
        margin: 0 0 15px 0 !important;
    }
}

@media only screen and (max-width: 575px) {
    .risk-free-logos img {
        padding: 20px;
        margin: 0 0 15px;
    }
}

@media only screen and (max-width: 479px) {
    .basel-scroll-content .basel-swatch {
        font-size: 14px !important;
        width: 36px;
        height: 36px;
        padding: 8px 2px;
        margin-right: 7px !important;
    }

    .basel-scroll-content .basel-swatch.bg_color {
        width: 36px !important;
        height: 36px !important;
    }

    .basel-scroll-content .shopify-variation-add-to-cart {
        display: block !important;
        align-items: center !important;
    }

    .risk-free-shipping-row {
        display: block;
    }

    .risk-free-shipping-row .col-sm-12.col-md-4.col-lg-4:last-child {
        margin: 0;
    }

    .basel-scroll-content .shopify-variation-price .price {
        font-size: 36px;
        line-height: 30px;
    }

    .basel-scroll-content #shopify_add_to_cart {
        margin: 20px 0 0;
    }

    .top_table_content table tr th {
        font-size: 15px;
    }

    .table-title p {
        font-size: 14px;
    }

    .size-close {
        font-size: 23px;
        right: 12px;
        top: 0px;
        line-height: 33px;
    }

    .review-rating-row p {
        padding: 0 25px;
    }

    .custom-metafield-content span {
        width: 11% !important;
    }

    /* PR 27-July-2022 */

    .basel-scroll-content #shopify_add_to_cart {
        font-size: 14px;
        line-height: 26px;
        padding: 10px 40px 10px !important;
    }
}

@media only screen and (max-width: 375px) {
    .shopify-breadcrumb {
        font-size: 10px !important;
        line-height: 15px !important;
    }


}

@media only screen and (max-width: 374px) {
    .basel-scroll-content h1 {
        font-size: 30px !important;
        line-height: 48px;
    }

    .custom-metafield-content span {
        width: 13% !important;
    }

    .review-rating-row p {
        padding: 0 10px;
    }

    .custom-stix-title h2 {
        font-size: 22px;
        line-height: 34px;
    }

    .risk-free-logos p {
        padding: 0 3rem;
    }
}

@media only screen and (max-width: 320px) {
    .single-breadcrumbs-wrapper>.container {
        padding-left: 0;
        padding-right: 0;
    }

}

/**28-07-2022**/
.button_sticky {

    border: none !important;
    background: #FE5A00 !important;
}

.secure-payment-logo li:last-child {
    padding: 0;
}

/**08-08-2022**/

.guarantee-text img {
    height: 26px;
    object-fit: contain;
    padding: 0 8px 0 2px;
}

.men-img {
    padding-right: 0 !important;
}

.guarantee-text h3 {
    font-family: 'Poppins', sans-serif !important;
    font-style: normal;
    font-weight: 700;
    font-size: 17px;
    line-height: 27px;
    color: #5C5F45;
    text-transform: uppercase;
}

.guarantee-text p {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 23px;
    color: #656565;
    font-family: 'Poppins', sans-serif !important;
    padding: 0 42px 0 0;
}

.guarantee-text {
    padding-bottom: 50px;
    padding-top: 30px;
}

.custom-genuine-gurantee-row .col-sm-12.col-md-4.col-lg-6 {
    padding-left: 0;
    padding-right: 20px;
}

.custom-genuine-gurantee-row .wrap-all {
    padding: 0;
}

.product-speciality-row .col-sm-12.col-md-7.col-lg-7 {
    padding-left: 0 !important;
}

.risk-free-shipping-row .col-sm-12.col-md-4.col-lg-4 {
    padding-left: 0;
}

/**10-08-2022**/
.mobile-nav {
    background: #323232 !important;
}

#productPrice {
    margin-bottom: 8px !important;
}

.product-additional-galleries {
    display: none;
}
.single-product-content .product-image-summary {
    margin-bottom: 3rem !important;
}


@media screen and (max-width:1199px) {
    .guarantee-text p {
        padding: 0 23px 0 0;
        margin: 0 !important;
    }

    .guarantee-text {
        padding-bottom: 20px;
    }

    #productPrice {
        margin-bottom: 4px !important;
    }
}

@media screen and (max-width:991px) {
    .guarantee-text {
        padding-bottom: 20px;
        padding-top: 0px;
        padding-left: 20px;
    }

    .guarantee-text p {
        padding: 0;
    }

    .stix-stones-logo {
        text-align: center;
    }

    .custom-genuine-gurantee-row {
        display: flex;
        flex-direction: column;
    }

    .men-img {
        order: 1;
    }

    .wrap-all {
        order: 2;
        padding-top: 30px !important;
    }
}

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

    .product-speciality-row .col-sm-12.col-md-7.col-lg-7 {
        padding-left: 15px !important;
    }
.banner-inner {
    display: block !important;
}
.gl_custom_1547774880206 .owl-stage-outer.owl-height {
    height: 530px !important;
}
.promo-banner .jj_wrapper {
    display: none !important;
    z-index: 3;
}
.promo-banner .banner-inner {
    position: initial;
}
.promo-banner .wrapper-content-baner {
    position: initial;
}
.banner-inner h2, .banner-inner p {
    color: #000 !important;
}
.banner-inner a {
    background-color: #000 !important;
    color: #fff !important;
    border-color: #000 !important;
}
}
@media screen and (max-width:575px) {
    .guarantee-text {
        padding-bottom: 20px;
        padding-top: 0px;
    }

    .guarantee-text img {
        height: 20px;
        padding: 0 5px 0 0;
    }

    .genuine-guarantee-wrapper {
        padding: 3rem 0 0rem;
    }

    #productPrice {
        margin-bottom: 0 !important;
    }
}
@media screen and (max-width:480px) {
.gl_custom_1547774880206 .owl-stage-outer.owl-height {
    height: 610px !important;
}
}
@media screen and (max-width:479px) {
    .guarantee-text h3 {
        font-size: 16px;
        margin-bottom: 10px;
    }

    .guarantee-text {
        padding-left: 10px;
    }

    .men-img {
        padding-right: 15px !important;
    }

    .genuine-guarantee-wrapper {
        padding: 3rem 0 0rem;
    }

    .custom-stix-title h2 {
        margin: 0 0 1rem;
    }

    .risk-free-shipping-wrapper {
        padding: 0rem 0 3rem;
    }

    .genuine-guarantee-wrapper {
        padding: 3rem 0 3rem;
    }

    .product-speciality-wrapper {
        padding: 2rem 0 3rem;
    }

    .shipping-delivery-wrapper {
        padding: 2rem 0 0rem;
    }

    .scrub-special-wrapper {
        padding-bottom: 36px;
    }

    .guarantee-text {
        padding-bottom: 0;
        padding-top: 20px;
    }

    .review-rating-wrapper {
        padding: 25px 14px;
    }

    .mob-site-logo {
        text-align: center;
        padding: 30px 0;
    }

    .basel-scroll-content #sizemyBtn {
        bottom: 59px;
    }

    .basel-scroll-content #shopify_quantity {
        justify-content: center;
    }
    .gl_custom_1547774880206 .owl-stage-outer.owl-height {
    height: 640px !important;
}
}
@media screen and (max-width:375px) {
.size-modal-content {
    position: relative;
    top: -20px !important;
}
} 