/** Shopify CDN: Minification failed

Line 233:14 Expected ":"
Line 238:14 Expected ":"
Line 2629:0 All "@import" rules must come first

**/
@import url('https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700&display=swap');

/*red color:#e51937*/
.jas_custom_16203568262653b4eb {
    padding: 40px;
    border: 2px solid #ececec;
}

/*Container*/
.jas-container {
    /*width: 73.125rem;*/
    width: 1170px;
}

@media(max-width: 1400px) {
    .jas-container {
        width: 80%;
    }
}

@media(max-width: 1300px) {
    .jas-container {
        width: 85%;
    }
}

@media(max-width: 1024px) {
    .jas-container {
        width: 90%;
    }
} 

@media(max-width: 991px) {
    .jas-container {
        width: 95%;
    }
}

@media(max-width: 767px) {
    .jas-container {
        width: 100%;
    }
}
.white-shadow-box {
background: #f7f7f7;
    padding: 40px;
    border-radius: 10px;
    box-shadow: 0px 2px 10px #ccc;
    margin-top: 10px;
}
#shopify-section-1623217138cacef090{
  padding:0px 0px!important;
  padding-bottom:60px!important;
}
.cat-des {
   padding: 40px 20px;
    background: #fff;
    margin-top: 42px;
    display: block;
    border-radius: 10px;
    box-shadow: 0px 0px 10px #ccc;
}

/*BUTTON STYLE*/
a.button:hover,
button:hover,
input[type=submit]:hover,
button[type=submit]:hover {
    opacity: 1 !important;
}

button.btn,
input[type=submit],
button[type=submit] {
    background: #e51937 !important;
    color: #fff !important;
    transition: .1s ease-in-out 0s;
}

button.btn:hover,
input[type=submit]:hover,
button[type=submit]:hover {
    background: #000 !important;
    color: #fff !important;
    transition: .1s ease-in-out 0s;
}

.btn-cls {
    padding: 18px 36px !important;
    height: auto !important;
    line-height: normal;
    font-size: 16px;
    font-weight: 500;
}

.swatch__list--item.is-selected,
.swatch__list--item:hover {
    background: #e51937;
    border-color: #e51937;
    color: #fff;
}

/*PROMO STYLE*/

.promo-div {
    margin: auto;
    display: block;
    width: 600px;
    max-width: 95%;
    text-align: center;
    background: #fff;
    padding: 40px;
    border-top: 12px solid #E52A36;
    border-radius: 11px;
    box-shadow: 0px 10px 10px #ccc;
}

.promo-div img {
    width: 220px;
    margin-bottom: 18px;
}

.promo-div p {
    font-size: 16px;
}

.promo-div p span {
    background: #E52A36;
    padding: 3px;
    color: #fff;
}

.promo-div a {
    background: transparent;
    border: 2px solid #E52A36;
    padding: 10px 20px;
    margin-top: 4px;
    display: inline-block;
    font-weight: 400;
    color: #E52A36;
    text-transform: uppercase;
}

.promo-div a:hover {
    background: #E52A36;
    color: #fff;
    border: 2px solid #E52A36;
}

/*POPUP STYLE*/
.ypop-title {
    display: none;
}

.ypop-checkzone {
    text-align: center;
    padding: 10px 0 15px;
}

.ypop-checkzone span {
    float: none !important;
}

.ypop-header {
    background-color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    height: auto;
    padding: 20px 0 5px;
}

.ypop-header img {
    width: 250px;
}

.ypop-footer {
    font-size: 14px;
    padding: 0;
}

.ypop-content {
    margin: 20px 20px 0;
}

.ypop-content h3 {
    font-size: 24px;
    margin: 2px 0;
    font-weight: bold;
    line-height: normal;
    text-transform: uppercase;
    color: #e51937;
    animation-name: textflash;
    animation-duration: 1s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: 3;
}

.ypop-content p {
    margin: 0;
    font-size: 14px;
}

.ypop-content span {
    margin: 15px 0 5px;
    display: block;
    font-size: 14px;
}

/* @keyframes textflash {
  0% {
 opacity:0;
  }
  100% {
  opacity:1;
  }
} */

.gecko-promo-popup.popup-quick-view {
    max-width: 480px;
}

.gecko-promo-popup.popup-quick-view .mfp-close {
    top: 5px;
    right: 5px;
    transition .2s ease-in-out 0s;
}

.gecko-promo-popup.popup-quick-view .mfp-close:hover {
    transform: rotate(180deg);
    transition .2s ease-in-out 0s;
}

@media(max-width:991px) {
    .ypop-content h3 {
        font-size: 22px;
    }
}

@media(max-width:767px) {
    .ypop-content h3 {
        font-size: 20px;
    }
}

@media(max-width:540px) {
    .ypop-content h3 {
        font-size: 18px;
    }
}


.p-disabled {
    pointer-events: none;
    opacity: 0.7;
}

/*.pagination-page li:nth-last-child(2){
display: none;
}
*/
.shopify-email-marketing-confirmation__container {
    max-width: 600px;
    width: 90%;
    margin: 100px auto !important;
    background: #fff;
    border-top: 10px solid #e52a36;
    text-align: center;
    padding: 20px;
    box-shadow: 0px 0px 10px #bdbdbd;
    border-radius: 10px;
}

.shopify-email-marketing-confirmation__container h1 {
    font-size: 32px;
    margin-bottom: 20px;
}

.shopify-email-marketing-confirmation__container h5>span {
    background: #e52a36;
    color: #fff;
    padding: 1px 11px;
    text-transform: uppercase;
}

.shopify-email-marketing-confirmation__container a {
    background: #fff;
    border: 2px solid #e52a36;
    display: inline-block;
    padding: 9px 13px;
    color: #e52a36;
    font-weight: 500;
}

.shopify-email-marketing-confirmation__container a:hover {
    background: #e52a36;
    color: #fff;
}

a.pr.button-o.btn-products-load-more {
    background: #e51837 !important;
    padding: 10px 15px;
    font-size: 14px;
    margin-top: 40px;
    border: 2px solid #e51837 !important
}

a.pr.button-o.btn-products-load-more:hover {
    background: transparent !important;
    color: #e51837 !important;
    padding: 10px 15px;
    font-size: 14px;
    border: 2px solid #e51837 !important
}

.none-cls {
    display: none;
}

.block-three {
    display: block !important;
    height: 400px;
    width: 820px;
    /*   left: inherit!important;
  right: 0; */
    display: block;
    overflow-x: hidden;
    overflow-y: scroll;
}

.block-three li {
    display: inline-block !important;
    min-width: auto !important;
    width: 31%;
    line-height: 15px !important;
    word-break: break-word;
    margin: 9px;
    padding: 4px 15px;
    padding-left: 4px !important;
}

.block-three li a {
    border-bottom: none !important;
}

.btn-write-review {
    height: auto !important;
}

.widget_shopping_cart_content .gecko-scroll {
    min-height: max-content;
    height: max-content;
    margin-bottom: 30px;
}

.gecko-tooltip:hover .gecko-tooltip-label:before {
    color: #e52a36 !important;
}

video::-webkit-media-controls {
    display: none;
}

.cart_ck_p a {
    color: #a6a6a6;
    font-weight: 600;
}

body .tab-heading:after {
    width: 48px;
    height: 48px;
    top: -2px;
    line-height: 50px;
}

.gecko-products-nav {
    display: none;
}

.cart__popup-thumb img,
.jas-mini-cart a.cart_item_image img,
.template-cart td.product-thumbnail img {
    height: 100px;
    width: 60px;
    object-fit: contain;
}

.footer__top .site-footer__payment-icons {
    display: none;
}

.video-banner {
    font-size: 0;
    text-align: center;
    background: #F5F5F5;

}

.video-banner video {
    max-width: 50% !important;

}

.video-banner video:focus {
    outline: none;
}


body p {
    word-break: break-word;
}

body li.menu-item-1589263295937 ul.sub-menu {
    height: 400px;
    display: block;
    overflow-x: hidden;
    overflow-y: scroll;
}

body .shopify-ordering span {
    width: 180px;
    vertical-align: middle;
}

body .page-head {
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: default;
    background-position: center center;
    padding: 6% 0;
}

body .nt_banner_img {
    /*background-size: contain !important;*/
}

.whitesmoke {
    background: whitesmoke;
}

.all-brands {
    background: #fff;
    padding: 20px;
    box-shadow: 0 0 10px #d4d4d4;
}

.all-brands ul {
    font-size: 0;
    padding: 0;
    margin: 0;
    text-align: center;
    list-style: none;
}

.all-brands ul li {
    display: inline-flex;
    width: 24%;
    margin: 0;
    vertical-align: top;
    justify-content: center;
    border-bottom: 1px solid #e8e8e8;
    border-right: 1px solid #e8e8e8;
    padding: 20px;

}

.all-brands ul li:nth-child(4n) {
    border-right: 0px;
}

.all-brands ul li:nth-last-child(1) {
    border-right: 0px;
}


.all-brands ul li img {
    height: 200px;
    width: 200px;
    object-fit: contain;
    transition: .3s ease-in-out 0s;
}

.all-brands ul li a:hover img {
    opacity: 0.5;
    transition: .3s ease-in-out 0s;
}

.menu-disable {
    display: none !important;
}

ul.contact-info {
    word-break: break-all;
}

ul.contact-info li {
    list-style: none;
    padding-left: 25px;
    position: relative;
    margin-bottom: 10px;
    word-break: break-word;
    line-height: 1.8 !important;
}

ul.contact-info li:before {
    position: absolute;
    left: 0px;
    color: #E52A36;
    font-size: 16px;
    font-family: fontawesome;
}

ul.contact-info li.a-icon:before {
    content: "\f041";
}

ul.contact-info li.m-icon:before {
    content: "\f0e0";
}

ul.contact-info li.p-icon:before {
    content: "\f095";
}


.gift-banner-cls {
    display: none;
}

.nt_bg_lz.lazyload,
.nt_bg_lz.lazyloading {
    background-color: #fff !important;
}

.jas_instagram_section {
    background: #fff !important;
}

#jas-backtop {
    z-index: 999;
}

.shopify-payment-button__button {
    height: auto;
}

.products-footer a.button-o,
.products-footer a.button-o:hover {
    font-size: 18px;
    color: #e51937;
    font-weight: 700;
    font-family: "Poppins";
    border: 0;
    border-bottom: 1px solid;
    padding: 0 0 2px;
    letter-spacing: 0;
    line-height: normal;
    background: transparent !important;
    transition: .1s ease-in-out 0s;
}

.products-footer a.button-o:hover {
    color: #000;
    border-color: #000 !important;
    transition: .1s ease-in-out 0s;
}

.product-info .price {
    display: block;
    margin: 4px 0 6px;
    color: #e51937;
}

h1.product_title {
    text-transform: capitalize !important;
}

.is-ntcolor .swatches-select .swatch__list--item.is-selected {
    background: transparent;
    border-color: #ddd;
}

.is-ntcolor .swatches-select .gecko-swatch {
    border-color: transparent;
}

body .swatch__list--item,
.jas-menu ul li.swatch__list--item {
    padding: 3px;
    border-radius: 0;
}

body .swatch-size-medium .swatch__value {
    width: 80px;
    height: 50px;
    border-radius: 0;
    font-size: 10px!important;
    line-height: normal;
}

.shopify-Tabs-panel--reviews #container-ryviu .btn-write-review {
    background-color: #e52a36 !important;
}

.ypop-header {
    background-color: #fff !important;
}

ul.feat-list {
    padding-left: 0;
    list-style: none;
    margin-top: 20px;
}

ul.feat-list li:last-child {
    border-bottom: 1px solid #ccc;
}

ul.feat-list li {
    padding: 10px;
    border: 1px solid #ccc;
    border-bottom: none;
}

ul.feat-list li span {
    color: #000;
    font-weight: bold;
    padding-right: 15px;
}

/*FOOTER STYLE*/

footer .f-social {
    align-items: center;
    margin-top: 30px;
}

footer .f-social span {
    font-weight: 600;
    font-size: 16px;
}

footer .f-social ul {
    margin: 0;
    display: flex;
}

footer .f-social ul li {
    margin: 0px 8px;
}

footer .f-social ul li a {
    display: flex;
    margin: 0 !important;
}

.footer__top ul.jas-social li a i {
    font-size: 22px !important;
    transition: .1s ease-in-out 0s;
}


.footer__top ul.jas-social li a i:hover {
    color: #e51937;
    transition: .1s ease-in-out 0s;
}


.footer__top {
    padding: 60px 10px;
}

.footer__top {
    border-top: 2px solid #E52A36;
    position: relative;
    z-index: 99;
}

.footer__top a {
    letter-spacing: 0px !important;
}

.footer__top a:hover {
    opacity: 1 !important;
    color: #e52a36 !important;
}

.footer-bottom a {
    color: #000;
}

.footer__bot .left p {
    text-align: center;
}

.footer__bot .right p {
    text-align: center;
}


.footer__bot {
    background: #E52A36 !important;
    padding: 5px 0;
    color: #fff;
}

.footer__bot p {
    margin: 0;
    color: #fff;
}

.footer__bot a {
    margin: 0;
    color: #fff !important;
}

.footer__bot a:hover {
    text-decoration: underline;
}

.bottom-footer .jas-col-md-6 {
    margin: 0 auto;
}

.bottom-footer {
    padding: 10px 0;
}

#jas-footer:before {
    display: none;
}

.jas-breadcrumb {
    display: none;
}

.jas-action>div {
    padding: 0 7px;
}

.single-product-thumbnail.left .slick-prev {
    left: 100px !important;
}

.d-social {
    display: flex;
}

.m-social {
    display: none;
}

.footer__bot .left p {
    text-align: left;
}

.footer__bot .right p {
    text-align: right;
}

@media(max-width: 1024px) {
    #jas-footer.footer-1 .jas-row>div:nth-last-child(1) {
        margin-bottom: 0px !important;
    }
}

@media(min-width: 768px) and (max-width: 1200px) {
    footer .shopify-section .jas-col-md-4 {
        flex-basis: 50%;
        max-width: 50%;
    }

    footer .shopify-section .jas-col-md-2 {
        flex-basis: 50%;
        max-width: 50%;
    }

    #jas-footer.footer-1 .footer__top .jas-row>div:not(:last-child) {
        margin-bottom: 30px !important;
    }

}

@media(min-width: 1201px) {
    footer .shopify-section .jas-col-md-4 {
        flex-basis: 30%;
        max-width: 30%;
    }

    footer .shopify-section .jas-col-md-2 {
        flex-basis: 20%;
        max-width: 20%;
    }

}

@media(max-width:736px) {
    .single-product-thumbnail.left .slick-prev {
        left: 10px !important;
    }
}

@media(max-width: 767px) {
    .d-social {
        display: none;
    }

    .m-social {
        display: flex;
        justify-content: center;
    }

    .footer__top ul.jas-social,
    .footer__top ul.jas-social li {
        margin-top: 0;
        text-align: center;
    }

    #jas-footer.footer-1 .footer__top .jas-row>div:not(:last-child) {
        margin-bottom: 0px !important;
    }

    .footer__bot .left p,
    .footer__bot .right p {
        text-align: center;
    }
}


button.slick-prev {
    background-color: transparent;
    border: transparent;
    opacity: 1;
}

button.slick-next {
    background-color: transparent;
    border: transparent;
    opacity: 1;
}

.slick-next:before,
.slick-prev:before {
    color: #e51937;
    font-family: fontawesome;
    font-size: 44px;
}

.slick-prev:before {
    content: "\f104";
}

.slick-next:before {
    content: "\f105";
}


/*PRODUCT STYLE*/
.product-extra .slick-prev {
    left: -30px;
}

.product-extra .slick-next {
    right: -30px;
}

.jas-promo-banner .pa h3 {
    font-weight: 600;
}

.jas-promo-banner .pa h4 {
    font-weight: 600;
}

.jas-promo-banner .pa h5 {
    font-weight: 600;
}

.jas-promo-banner .placeholder-noblocks {
    display: none;
}

.gift-cards-img img {
    width: 100%;
    vertical-align: middle;
}

.gift-banner-cls .gift-left-text {
    background: none;
}

.gift-banner-cls .gift-left-text h3 {
    text-align: left;
    font-size: 34px;
    font-weight: 600;
    color: #000;
}

.gift-left-text h3 span {
    color: #E52A36;
}

.gift-left-text p {
    color: #000;
    text-align: left;
    font-size: 16px;
    font-weight: 400;
    line-height: 34px;
}

.template-product .mb__60 {
    margin-bottom: 0px;
}

.product_delivery {
    font-weight: 400;
}

.promo_shipping_text {
    font-weight: 400 !important;
}

.template-product a.f__mont {
    font-size: 18px;
    font-weight: 300;
}

.template-product .shopify-tabs {
    margin-top: 0px;
}

.page-head:before {
    background: transparent !important;
}

.slick-list {
    padding: 0;
}

/*FONT SIZE*/

.page-head h1 {
    color: #000;
    font-weight: 500;
    letter-spacing: 0px;
    font-size: 34px;
}

.jas_title_1 {
    font-size: 50px;
    text-align: center;
    color: #000;
    font-weight: 300;
    padding-top: 0 !important;
    margin-top: 0 !important;
}

.page-head h1 {
    color: #000;
    font-weight: 500;
    letter-spacing: 0px;
    font-size: 34px;
}

.jas_title_1 span,
.jas_title_1 a {
    font-weight: 600;
}


.icon-text ul li h2 {
    margin: 0 0 8px;
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
    font-family: "Poppins";
}

.icon-text ul li p {
    font-size: 16px;
    line-height: 24px;
    color: #8b8b8b;
    font-weight: 300;
    max-width: 200px;
    font-family: "Poppins";
    margin-bottom: 0;
}

.header-text,
.follow-text {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.4;
}

.footer__bot .jas-row>div:not(:last-child) {
    margin-bottom: 0 !important;
}

.footer__bot p {
    font-size: 15px;
}

@media(max-width: 1400px) {

    .header-text,
    .follow-text {
        font-size: 13px;
    }

    .footer__bot p {
        font-size: 14px;
    }

    .jas_title_1 {
        font-size: 48px;
    }
}

@media(max-width: 1300px) {

    .header-text,
    .follow-text {
        font-size: 11px;
    }

    .footer__bot p {
        font-size: 13px;
    }

    .jas_title_1 {
        font-size: 46px;
    }
}

@media(max-width: 1200px) {
    .footer__bot p {
        font-size: 12px;
    }

    .jas_title_1 {
        font-size: 44px;
    }
}

@media(max-width: 1024px) {
    .jas_title_1 {
        font-size: 42px;
    }
}

@media(max-width: 991px) {
    .jas_title_1 {
        font-size: 40px;
    }

    .page-head h1 {
        font-size: 32px;
    }
}

@media(max-width: 767px) {

    .footer__bot .left,
    .footer__bot .right {
        max-width: 100%;
        width: 100%;
    }

    .footer__bot .jas-row>div .left {
        margin-bottom: 8px !important;
    }

    .jas_title_1 {
        font-size: 40px;
    }

    .page-head h1 {
        font-size: 30px;
    }
}

@media(max-width: 540px) {
    .jas_title_1 {
        font-size: 38px;
    }

    .page-head h1 {
        font-size: 24px;
    }
}

@media(max-width: 400px) {
    .jas_title_1 {
        font-size: 34px;
    }

    .page-head h1 {
        font-size: 22px;
    }
}

/*SECTION STYLE*/


/*SLIDER STYLE*/
.metaslider .caption {
    display: flex;
    justify-content: start;
    align-items: center;
    right: 0;
    bottom: 0 !important;
    left: 4% !important;
    top: 0;
    margin: auto;
    transform: translate3d(0px, 0px, 0px) !important;
}

.metaslider .caption .tc {
    padding: 30px 35px;
    background: rgba(0, 0, 0, .9);
    white-space: normal;
    max-width: 580px;
    width: auto;
}

.metaslider .caption h3 {
    font-size: 60px !important;
    font-family: 'Poppins' !important;
    line-height: 1.2 !important;
    max-width: 480px;
    margin: auto;
}

.metaslider .caption h2 {
    font-weight: 500 !important;
    letter-spacing: 0 !important;
    font-size: 22px !important;
    font-family: 'Poppins';
    text-transform: capitalize !important;
    margin: 15px auto 30px !important;
    line-height: 1.3 !important;
    max-width: 380px;
}

.metaslider .caption a.button {
    padding: 18px 36px !important;
    height: auto !important;
    line-height: normal;
    font-size: 16px;
    font-weight: 500;
}

@media(max-width: 1600px) {
    .metaslider .caption h3 {
        font-size: 58px !important;
    }
}

@media(max-width: 1400px) {
    .metaslider .caption h3 {
        font-size: 54px !important;
    }

    .metaslider .caption a.button {
        padding: 16px 32px !important;
    }
}

@media(max-width: 1200px) {
    .metaslider .caption h3 {
        font-size: 48px !important;
    }
}

@media(max-width: 1024px) {
    .metaslider .caption h3 {
        font-size: 42px !important;
    }

    .metaslider .caption a.button {
        padding: 14px 28px !important;
    }

    .metaslider button.slick-next,
    .metaslider button.slick-prev {
        display: none !important;
    }
}

@media(max-width: 991px) {
    .metaslider .caption h3 {
        font-size: 36px !important;
    }

    .metaslider .caption h2 {
        font-size: 20px !important;
        margin: 10px 0 20px !important;
    }
}

@media(max-width: 767px) {
    .metaslider .caption h3 {
        font-size: 30px !important;
    }

    .metaslider .caption h2 {
        font-size: 18px !important;
    }

    .metaslider .caption .tc {
        padding: 30px;
    }
}

@media(max-width: 540px) {
    .metaslider .caption {
        justify-content: center;
        left: 0 !important;
    }

    .metaslider .caption h3 {
        font-size: 24px !important;
    }

    .metaslider .caption h2 {
        font-size: 16px !important;
        margin: 5px 0 10px !important;
    }

    .metaslider .caption h4 {
        margin-bottom: 10px !important;
    }

    .metaslider .caption .tc {
        padding: 20px;
    }

    .metaslider .caption a.button {
        padding: 12px 24px !important;
        font-size: 14px;
    }

    .metaslider .caption .tc {
        max-width: 100%;
        width: 80%;
        height: 75%;
        vertical-align: middle;
        display: inline-flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
}

@media(max-width: 350px) {
    .metaslider .caption h3 {
        font-size: 22px !important;
    }

    .metaslider .caption .tc {
        padding: 10px;
    }
}

/*BRAND STYLE*/
.jas-brands-cls .slick-slide img {
    width: 100%;
    height: 100px;
    object-fit: contain;
    object-position: center;
    margin: 0 auto;
    border: 1px solid #DCDCDC;
    padding: 8px;
}

.jas-brands-cls button.slick-prev {
    left: -40px;
}

.jas-brands-cls button.slick-next {
    right: -40px;
}

.jas-brands-cls button.slick-next:before,
.jas-brands-cls button.slick-prev:before {
    color: #DCDCDC;
    font-size: 38px;
}

.slick-dots li.slick-active button:before {
    color: #e52a36;
    opacity: 1;
}

body.template-index .main-page-wrapper .shopify-section,
.related-cls,
.recently-cls .recently {
    padding: 60px 0;
}

.shopify-section.icon-section {
    padding: 30px 0;
}

body.template-index .main-page-wrapper .shopify-section.type_slideshow {
    padding: 0;
}

@media(max-width: 991px) {
    .jas-brands-cls button.slick-prev {
        left: 0px;
    }

    .jas-brands-cls button.slick-next {
        right: 0px;
    }

    .jas-brands-cls .jas-carousel {
        padding: 0 20px;
    }

    body.template-index .main-page-wrapper .shopify-section,
    .related-cls,
    .recently-cls .recently {
        padding: 40px 0;
    }

    .shopify-section.icon-section {
        padding: 20px 0;
    }
}

@media(max-width: 540px) {

    body.template-index .main-page-wrapper .shopify-section,
    .related-cls,
    .recently-cls .recently {
        padding: 30px 0;
    }

    .shopify-section.icon-section {
        padding: 10px 0;
    }
}

/*ICON TEXT*/
.icon-section {
    border-top: 1px solid #f5f5f5;
    /*   padding-top: 40px;*/
}

.icon-text ul {
    text-decoration: none;
    padding: 0;
    display: flex;
    justify-content: center;
}

.icon-text ul li {
    display: inline-flex;
    margin: 1%;
    align-items: start;
    width: 31%;
    justify-content: center;
}

.icon-text ul li img {
    margin-right: 15px;
    margin-top: 5px;
}

@media(max-width: 991px) {
    .icon-text ul {
        display: block;
        text-align: center;
    }

    .icon-text ul li {
        width: 47%;
        text-align: left;
        padding: 20px 0;
    }

    .icon-section {
        padding: 10px 0 !important;
    }
}

@media(max-width: 550px) {
    .icon-section {
        border-top: 0px;
    }

    .icon-text ul li {
        width: 98%;
        border-top: 1px solid #f5f5f5;
    }

}

/*RELATED STYLE*/
.related-cls,
.recently-cls {
    background-color: #F5F5F5;
    margin-top: 50px;
}

.recently-cls {
    margin-top: 0px;
    border-top: 1px solid #cccc;
}

.related-cls h3.jas_title_1 {
    padding-top: 30px;
}

@media(max-width: 1024px) {

    .related-cls .product-extra .slick-arrow,
    .recently-cls .product-extra .slick-arrow {
        display: none !important;
    }
}

/*PROMOTION BANNER*/
.promotion-text h2 {
    font-size: 20px;
    font-weight: 700;
    font-family: 'Poppins';
    text-align: center;
    display: block;
    text-transform: uppercase;
    margin-bottom: 0;
    margin-top: 15px;
}

.jas-promotion:hover img {
    -sand-transform: scale(1);
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
}

.jas_border_img_banner:before {
    border: 2px solid #fff !important;
}

.jas_border_img_banner:hover:after {
    background: rgba(229, 25, 55, .4);
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.jas_border_img_banner:after,
.jas_border_img_banner:before {
    opacity: 0;
    transform: scale(1);
    transition: .1s ease-in-out 0s !important;
}

.jas_border_img_banner:hover:after,
.jas_border_img_banner:hover:before {
    opacity: 1;
    transform: scale(1);
    transition: .1s ease-in-out 0s !important;
}

.jas_banner_img {
    position: relative;
}

.promotion-h-text {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    bottom: 0;
    height: max-content;
    margin: auto;
    text-align: center;
    color: #fff;
    text-decoration: underline;
    z-index: 9;
    font-size: 20px;
    font-weight: 700;
    transition: .2s ease-in-out 0s;
    opacity: 0;
    text-transform: uppercase;
}

.jas_border_img_banner:hover .promotion-h-text {
    opacity: 1;
    bottom: 50%;
    transition: .2s ease-in-out 0s;
}

span.price {
    font-weight: 500 !important;
    font-size: 18px;
}

h3.product-title {
    font-weight: 500;
    font-size: 15px;
    /*overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;*/
    min-height: 65px;
    letter-spacing: 0;
}

h3.product-title a.chp {
    font-size: inherit;
}

.product-brand a {
    font-size: 16px;
}

.our-product-cls .jas_title_1 {
    margin: 0px !important;
}

.our-product-cls .categories-space-30 {
    display: none;
}

.type_jas_api_instagram .jas_title_1 {
    margin: 60px 0 !important;
}

span.bgb {
    background-color: #E52A36;
    color: #fff;
}

.footer-contact i {
    color: #E52A36;
}

.jas-social li i {
    color: #000;
}

.entry-summary .product_title {
    font-size: 32px;
}

.entry-summary .offer {
    text-align: left;
    font-size: 14px;
    text-transform: capitalize;
    color: #fe9931;
    font-weight: 600;
    margin-bottom: 5px!important;
    animation-name: blinks;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-duration: 1.5s;
}

@keyframes blinks {
    0% {
        opacity: .6;
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: .6;
    }
}

.entry-summary p.productPrice span {
    font-weight: 600;
}

.cart-collaterals h2 {
    font-size: 14px;
    font-weight: 600;
}

.cart-collaterals p label {
    color: rgba(166, 166, 166, 1);
}

.cart-collaterals th {
    font-size: 14px;
    font-weight: 600;
}

.cart_totals .actions p {
    color: rgba(166, 166, 166, 1);
}

.cart-collaterals p input.btn {
    letter-spacing: 0px !important;
    opacity: 1 !important;
}

button.checkout-button {
    letter-spacing: 0px !important;
    padding: 0 77px 0 70px !important;
}

.cart_totals strong {
    font-weight: 600;
}

.jas_cart_page .product-name a {
    font-weight: 500;
}

.cart-collaterals .clearfix p label {
    color: #000;
}

.jas_cart_page table td dl {
    color: #000;
}

.product-info {
    text-align: left;
    background: #fff;
    padding: 15px;
    margin: 0 !important;
    position: relative;
}

.product-info:before {
    content: "";
    width: 90%;
    height: 1px;
    background-color: rgba(166, 166, 166, 0.39);
    position: absolute;
    margin: 0 auto;
    top: 0;
    left: 0;
    right: 0;
}

.product-info .offer {
    text-align: left;
    font-size: 12px;
    text-transform: capitalize;
    color: #fe9931;
    font-weight: 600;
    animation-name: blinky;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-duration: 1.5s;
}

@keyframes blinky {
    0% {
        opacity: .6;
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: .6;
    }
}

.product-info .offer_container {
    min-height: 20px;
}

a.jas-product-img-element:before {
    padding-top: 100% !important;
}

a.jas-product-img-element {
    background-color: #fff !important;
}

.jas-canvas-menu {
    z-index: 99999;
}

.jas-menu li>a>i {
    margin-left: 5px;
    margin-right: 0;
}

.shopify-warning {
    padding: 8px;
}

.button:focus {
    color: #fff;
}

.shopify-ordering {
    padding: 5px 3px 5px 10px;
    pointer-events: all;
}


.popup__cart-product {
    height: 300px;
}

a.chp {
    font-size: 14px;
}

a.btn-products-load-more {
    color: #fff !important;
    background: #E52A36;
    border-color: #E52A36 !important;
}

a.btn-products-load-more:hover {
    color: #E52A36 !important;
    background: #fff !important;
    border-color: #E52A36 !important;
}

nav.jas-pagination {
    margin-bottom: 0px;
}

#jas-backtop {
    bottom: 55px;
}

.sp-accordion-content {
    font-size: 14px;
}

.tab-heading:after {
    background: #E52A36;
    color: #fff;
}

.gecko-promo-popup.popup-quick-view .mfp-close {
    top: 0;
    right: 0;
    background: transparent;
}

.sticky-nt-atc.jas-sticky-nt-atc {
    position: relative;
}

.map-cls {
    padding: 0;
}

.banner_1_cls {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 600px;
}

.banner_1_cls h2 {
    color: #E52A36;
    font-weight: 600;
    font-size: 52px;
}

.banner_1_cls .top_cls {
    top: -100px;
    left: -100px;
}

.banner_2_cls {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 700px;
}

.banner_2_cls h4 {
    color: #000;
    font-weight: 700;
    font-size: 76px;
    text-transform: none;
}

.banner_2_cls h3 {
    color: #E52A36;
    font-weight: 700;
    font-size: 76px;
    text-transform: none;
}

.jas-menu ul li a {
    color: #2f4f4f;
    text-transform: uppercase;
    font-size: 12px !important;
}

.jas-menu ul li a:hover {
    color: #E52A36 !important;
}


.body-cls.add_sticky_nt #jas-backtop {
    bottom: 145px;
}

.jas-grid-item .jas-hover-img img,
.jas-grid-item .jas-pr-image-link img {
    object-fit: contain;
    height: 283px;
}

.icon-contact i {
    color: #E52A36;
}

.popup__cart-product h4.ls__0 {
    height: 38px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.jas-member .social {
    bottom: 100px;
}

.dashboard-reset p {
    margin-top: 1.3rem;
    padding: 0 10px;
}

.signup-newsletter-form input.submit-btn {
    height: 28px;
    line-height: 29px;
    font-size: 10px;
    padding: 0 12px;
    font-weight: 500;
}

@media(max-width: 1264px){
    .product-info .offer_container {
        min-height: 40px;
    }
}
@media(max-width: 991px){
    .product-info .offer_container {
        min-height: 20px;
    }
}
@media(max-width: 840px){
    .product-info .offer_container {
        min-height: 40px;
    }
}
@media(max-width: 767px){
    .product-info .offer_container {
        min-height: 20px;
    }
}
@media(max-width: 528px){
    .product-info .offer_container {
        min-height: 40px;
    }
}
@media(max-width: 350px){
    .product-info .offer_container .offer{
        font-size: 11px;
    }
}

/*HEADER STYLE*/

.jas-push-menu-btn img {
    filter: opacity(0.6);
}

.jas-push-menu-btn {
    padding: 0 7px;
}

.jas-push-menu-btn i.fa-bars {
    color: #3b3b3b;
    font-size: 18px;
    vertical-align: middle;
}

.header-5 {
    height: auto !important;
}

.jas-menu>li>ul.mega-menu {
    right: 0;
    left: auto;
}

/*
.pd-one {
    padding: 40px 0;
}*/

.jas-menu>li>a {
    color: #000 !important;
    letter-spacing: 0px !important;
    font-family: 'Poppins', sans-serif;

}

.jas-menu>li {
    position: relative;
}

.jas-menu>li:after {
    position: absolute;
    content: "";
    height: 2px;
    width: 100%;
    bottom: 0;
    left: 0;
    opacity: 0;
    background-color: #E52A36;
}

.jas-menu>li:hover:after {
    opacity: 1;
}

.template-collection .main-page-wrapper {
    background: #f5f5f5;
}

.jas-products-element {
    background: #f5f5f5;
}

.jas-product-image a.jas-product-img-element,
.jas-product-image a.jas_bg {
    background-size: contain !important;
    margin: 5px auto;
    max-width: 90%;
}

.jas-product-image {
    background: #fff;
}

.jas-brands-cls .jas-container,
.color-bg-cls {
    background: transparent;
}

.header-5 .jas-branding {
    padding: 5px 0 !important;
}

.jas-navigation {
    border-top: 1px solid #EFEFEF;
}

.header__mid {
    z-index: 999;
    position: relative;
    transition: .3s ease-in-out 0s;
}

.header__top .header-text p {
    color: #fff;
    margin: 0;
    font-weight: 500;
}

header.header-sticky .header__mid {
    border-top: 5px solid #E52A36;
}

.header__top .top-left-bar {
    text-align: left;
}

.header__top .top-left-bar p {
    font-size: 14px;
    letter-spacing: 0px;
}

.header__top .top-right-bar {
    text-align: right;
    color: #fff;
}

.header__top .jas-socials {
    line-height: 32px !important;
}

.follow-text {
    display: inline-block;
    padding-top: 4px;
    padding-right: 8px;

}

.follow-text p {
    margin: 0;
    color: #fff;
    letter-spacing: 0;

}

.jas-socials {
    display: inline-block;
}

.jas-socials a {
    color: #fff !important;
    width: 25px;
    height: 25px;
    border: 1px solid #fff !important;
    line-height: normal;
    font-size: 15px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 0 2px;
}

.header-sticky .header__mid .jas-branding {
    padding: 0px;
}

.header-text a:hover {
    text-decoration: underline;
}

header.header-5 .header__mid img {
    transition: .3s ease-in-out 0s;
}

header.header-sticky .header__mid .jas-branding img {
    max-width: 250px !important;
}

.header__top {
    padding-top: 8px;
    padding-bottom: 8px;
}

.d-tab {
    display: block;
}

.m-tab {
    display: none;
}

.header__top .header-bar.top-center-bar .header-text {
    text-align: center;
}

.header__top .header-bar.top-left-bar .header-text {
    text-align: left;
}

.header__top .header-bar.top-right-bar {
    text-align: right;
}

.header__top .header-bar.top-left-bar i {
    /*animation-name: blink;*/
    animation-duration: 1s;
    animation-iteration-count: infinite;
}

@keyframes blink {
    0% {
        opacity: .5;
        transform: scale(1);
    }

    50% {
        opacity: 1;
        transform: scale(1.2);
    }

    100% {
        opacity: .5;
        transform: scale(1);
    }
}

@media(max-width: 1300px) {
    .header__top .jas-socials a {
        width: 20px;
        height: 20px;
        font-size: 12px;
    }
}

@media(max-width: 1024px) {
    .header__top .header-bar.top-center-bar {
        max-width: 60%;
        flex-basis: 60%;
        text-align: center !important;
    }

    .header__top .header-bar.top-left-bar,
    .header__top .header-bar.top-right-bar {
        max-width: 20%;
        flex-basis: 20%;
    }

    .header__top .typewrite.header-text {
        font-size: 0;
        margin: 0;
    }

    .header__top .typewrite.header-text i {
        font-size: 18px;
    }

    .header__top .follow-text {
        display: none;
    }

    .header-text {
        margin-bottom: 10px;
    }

    .top-center-bar .header-text {
        margin-bottom: 4px;
    }

    .follow-text {
        margin-top: -5 !important;
        margin-bottom: 0;
    }

    .header__top .header-bar.top-left-bar i {
        animation-name: blink;
    }
}

@media(min-width:1200px) {
    .header__mid {
        padding: 5px 50px;
    }

    .header__top {
        padding: 4px 66px;
    }
}

@media(max-width: 560px) {
    .d-tab {
        display: none;
    }

    .m-tab {
        display: block;
    }

    .header__top .header-bar.top-left-bar,
    .header__top .header-bar.top-right-bar {
        max-width: 50%;
        flex-basis: 50%;
    }

    .header__top .header-bar.top-center-bar {
        max-width: 100%;
        flex-basis: 100%;
    }
}

ul.yith-wcan-label li a:hover {
    font-weight: unset !important;
}

ul.yith-wcan-label li.chosen a {
    font-weight: unset !important;
}

.nav_filters ul li a {
    font-weight: 600 !important;
}


.paragraph-cls p {
    line-height: 2;
}

.popup__cart-product img {
    height: 160px;
    object-fit: contain;
}

.wc-proceed-to-checkout {
    text-align: left;
}

.wc-proceed-to-checkout p.cart_ck_p {
    text-align: left !important;
}

.caption a.btn-cls:hover {
    background-color: transparent !important;
    color: #E52A36 !important;
    opacity: 1;
    border-color: #E52A36;
}

.caption a.btn-cls {
    color: #fff !important;
    border: 1px solid transparent;
    background: #E52A36;
    font-size: 14px;
}

.p-thumb img {
    height: 530px !important;
    object-fit: contain;
}

.p-nav img {
    height: 100px !important;
    object-fit: contain;
}

.product-quick-view .slick-slide {
    height: 400px;
    margin-top: 30px;
    background-size: contain;
}

.entry-summary .social-share {
    text-align: left;
}

.entry-summary .product_meta {
    margin-bottom: 0 !important;
    text-transform: uppercase;
}

.table_suggest {
    padding: 5px;
}

.table_suggest img {
    height: 100px !important;
    object-fit: contain;
}

.jas-cat-thumb .jas-pr-image-link {
    height: 300px;
    background-size: contain;
}

.body-cls.template-404 section.error-404 i {
    font-size: 70px;
    color: #E52A36;
    padding-top: 20px;
    animation-name: scaling;
    animation-duration: 1500ms;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    transition: 1s ease-in-out 0s;
}

@keyframes scaling {

    0% {
        transform: scale(1.0);

    }

    50% {
        transform: scale(1.1);

    }

    100% {
        transform: scale(1.0);

    }

}


/*  MEdia @ueries 
/*  MEdia @ueries */
/*  MEdia @ueries */
/*  MEdia @ueries */
/*  MEdia @ueries */
/*  MEdia @ueries */
/*  MEdia @ueries */
/*  MEdia @ueries */

@media(min-width:1025px) {

    .gift-banner-cls .gift-left-text {
        padding-left: 0px;
        padding-right: 0px;
        margin-left: 0px;
    }


    /*      .jas-push-menu-btn{
      display:none; 
    } */
}

@media(max-width:1365px) {
    .nt_banner_img {
        background-position: 50% 50% !important;
    }
}

@media(max-width:1366px) {

    .block-three {
        display: block !important;
        height: 350px;
        width: 820px;
        display: block;
        overflow-x: hidden;
        overflow-y: scroll;
    }
}

@media(max-width:1200px) and (min-width:1024px) {
    body .jas-menu>li:not(:first-child) {
        margin-left: 20px;
    }

    body .jas-menu>li {
        font-size: 12px;
    }

    .signup-newsletter-form input.submit-btn {
        font-size: 8px;
        padding: 0 10px;
    }

}

@media(max-width:1024px) {

    .jas-promo-banner .pa h3 {
        font-size: 24px !important;
        margin-bottom: 10px !important;
    }

    .jas-promo-banner .pa h4 {
        font-size: 18px !important;
        margin-bottom: 2px !important;
    }

    .jas-promo-banner .pa h5 {
        font-size: 18px !important;
    }

    .pd-one {
        padding: 30px 0;
    }

    .type_jas_api_instagram .jas_title_1 {
        margin: 40px 0 !important;
    }

    .bottom-footer .left {
        margin-bottom: 0px !important;
    }

    .jas-promo-banner .pa h3 {
        font-size: 24px !important;
        margin-bottom: 8px !important;
    }

    .body-cls.add_sticky_nt #jas-backtop {
        bottom: 150px;
    }

    .banner_1_cls {
        height: 500px;
    }

    .banner_2_cls h4 {
        font-size: 56px;
    }

    .banner_2_cls h3 {
        font-size: 56px;
    }

    .banner_2_cls {
        height: 400px;
    }

    .header__mid {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .caption a.btn-cls {
        font-size: 12px;
        padding-left: 15px;
        padding-right: 15px;
    }

}

@media(max-width:767px) {
    h3.product-title {
        font-size: 14px;
    }

    span.price {
        font-size: 16px;
    }

    .product-brand a {
        font-size: 14px;
    }

    .cart__popup_content .cart__popup-total {
        display: inline-block !important;
    }

    .cart__popup_content .cart__popup-remove {
        display: inline-block !important;
        float: right;
    }

    .cart__popup-thumb {
        text-align: center;
    }

    .cart__popup_upsell .gecko-scroll-content {
        overflow: unset;
        position: unset;
    }

    .cart__popup-item {
        display: block;
    }

    .cart__popup-item>div {
        padding: 5px !important;
        display: block;
    }

    .cart-collaterals .cross-sells,
    .cart-collaterals .cross-sells+.cart_totals {
        width: 100% !important;
    }

    .shopify-result-count {
        display: none;
    }

    .header__top .jas-socials {
        margin: 0 !important;
        padding-top: 0 !important;
    }

    .jas-promo-banner .pa {
        padding-top: 35px;
    }

    .bottom-footer p {
        font-size: 12px;
    }

    .header__top .top-left-bar,
    .header__top .top-right-bar {
        text-align: center;
    }

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

    .type_jas_api_instagram .jas_title_1 {
        margin: 20px 0 !important;
    }

    [class*=categories-space-] {
        margin-bottom: 0px !important;
    }

    nav.jas-pagination {
        margin: 0px auto;
    }

    .mb__60 {
        margin-bottom: 30px;
    }

    .mt__60 {
        margin-top: 30px;
    }

    #jas-backtop {
        bottom: 85px;
    }


    .body-cls.add_sticky_nt #jas-backtop {
        bottom: 145px;
    }

    span.bt__text {
        font-size: 10px;
    }

    .banner_1_cls {
        height: 300px;
    }

    .banner_1_cls .top_cls {
        left: 0px;
        top: 0px;
    }

    .banner_2_cls h4 {
        font-size: 40px;
    }

    .banner_2_cls h3 {
        font-size: 40px;
    }

    .banner_2_cls {
        height: 400px;
    }

    .header__mid {
        padding-top: 8px;
        padding-bottom: 8px;
    }



    .wc-proceed-to-checkout p.cart_ck_p {
        text-align: center !important;
    }

    .wc-proceed-to-checkout {
        text-align: center;
    }

    .caption a.btn-cls {
        font-size: 8px;
        padding-left: 10px;
        padding-right: 10px;
    }

    .p-thumb img {
        height: 430px !important;
        object-fit: contain;
    }

    .p-nav img {
        height: 100px !important;
        object-fit: contain;
    }

    .product-quick-view .slick-slide {
        height: 300px;
        margin-top: 20px;
    }

}

@media(max-width:541px) {

    .jas-promo-banner .pa h3 {
        font-size: 22px !important;
        margin-bottom: 10px !important;
    }

    .jas-promo-banner .pa h4 {
        font-size: 14px !important;
        margin-bottom: 2px !important;
    }

    .jas-promo-banner .pa h5 {
        font-size: 14px !important;
    }

    .footer__top {
        padding: 40px 5px;
    }

    h3.product-title {
        /*min-height: 78px;*/
    }
}

@media(min-width: 1025px) {
    header .jas-push-menu-btn {
        display: none;
    }
}

/* 404 STYLE */

/*
VIEW IN FULL SCREEN MODE
FULL SCREEN MODE: http://salehriaz.com/404Page/404.html

DRIBBBLE: https://dribbble.com/shots/4330167-404-Page-Lost-In-Space
*/

@import url('https://fonts.googleapis.com/css?family=Dosis:300,400,500');

@-moz-keyframes rocket-movement {
    100% {
        -moz-transform: translate(1200px, -600px);
    }
}

@-webkit-keyframes rocket-movement {
    100% {
        -webkit-transform: translate(1200px, -600px);
    }
}

@keyframes rocket-movement {
    100% {
        transform: translate(1200px, -600px);
    }
}

@-moz-keyframes spin-earth {
    100% {
        -moz-transform: rotate(-360deg);
        transition: transform 20s;
    }
}

@-webkit-keyframes spin-earth {
    100% {
        -webkit-transform: rotate(-360deg);
        transition: transform 20s;
    }
}

@keyframes spin-earth {
    100% {
        -webkit-transform: rotate(-360deg);
        transform: rotate(-360deg);
        transition: transform 20s;
    }
}

@-moz-keyframes move-astronaut {
    100% {
        -moz-transform: translate(-160px, -160px);
    }
}

@-webkit-keyframes move-astronaut {
    100% {
        -webkit-transform: translate(-160px, -160px);
    }
}

@keyframes move-astronaut {
    100% {
        -webkit-transform: translate(-160px, -160px);
        transform: translate(-160px, -160px);
    }
}

@-moz-keyframes rotate-astronaut {
    100% {
        -moz-transform: rotate(-720deg);
    }
}

@-webkit-keyframes rotate-astronaut {
    100% {
        -webkit-transform: rotate(-720deg);
    }
}

@keyframes rotate-astronaut {
    100% {
        -webkit-transform: rotate(-720deg);
        transform: rotate(-720deg);
    }
}

@-moz-keyframes glow-star {
    40% {
        -moz-opacity: 0.3;
    }

    90%,
    100% {
        -moz-opacity: 1;
        -moz-transform: scale(1.2);
    }
}

@-webkit-keyframes glow-star {
    40% {
        -webkit-opacity: 0.3;
    }

    90%,
    100% {
        -webkit-opacity: 1;
        -webkit-transform: scale(1.2);
    }
}

@keyframes glow-star {
    40% {
        -webkit-opacity: 0.3;
        opacity: 0.3;
    }

    90%,
    100% {
        -webkit-opacity: 1;
        opacity: 1;
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
        border-radius: 999999px;
    }
}

.spin-earth-on-hover {

    transition: ease 200s !important;
    transform: rotate(-3600deg) !important;
}

.body-cls {
    margin: 0;
    width: 100%;
    height: 100%;
    font-family: 'Dosis', sans-serif;
    font-weight: 300;
    -webkit-user-select: none;
    /* Safari 3.1+ */
    -moz-user-select: none;
    /* Firefox 2+ */
    -ms-user-select: none;
    /* IE 10+ */
    user-select: none;
    /* Standard syntax */
}

.bg-purple {
    background: #E52A36;
}

.btn-go-home {
    margin: 15px auto;
    width: 150px;
    padding: 10px 15px;
    border: 1px solid #ffffff;
    border-radius: 100px;
    font-weight: 400;
    display: block;
    color: white;
    text-align: center;
    text-decoration: none;
    letter-spacing: 1px;
    font-size: 12px;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.btn-go-home:hover {
    background-color: #f2f2f2;
    color: #E52A36;
    border-color: #E52A36;
    transform: scale(1.05);
    box-shadow: 0px 20px 20px rgba(0, 0, 0, 0.1);
}

.central-body {
    padding: 100px 0;
    text-align: center;
    z-index: 99;
    position: relative;
}

.objects img {
    z-index: 90;
    pointer-events: none;
}

.object_rocket {
    z-index: 95;
    position: absolute;
    transform: translateX(-50px);
    top: 80%;
    pointer-events: none;
    animation: rocket-movement 50s linear infinite both running;
}

.object_earth {
    position: absolute;
    top: 40%;
    left: 15%;
    z-index: 90;
    /*    animation: spin-earth 100s infinite linear both;*/
}

.object_moon {
    position: absolute;
    top: 30%;
    left: 25%;
    /*
    transform: rotate(0deg);
    transition: transform ease-in 99999999999s;
*/
}

.earth-moon {}

.object_astronaut {
    animation: rotate-astronaut 200s infinite linear both alternate;
}

.box_astronaut {
    z-index: 110 !important;
    position: absolute;
    top: 50%;
    right: 20%;
    will-change: transform;
    animation: move-astronaut 50s infinite linear both alternate;
}

.image-404 {
    position: relative;
    z-index: 100;
    pointer-events: none;
}

.stars-cls {
    background: url(https://cdn.shopify.com/s/files/1/0326/9181/4540/files/overlay_stars.svg?752);
    background-repeat: repeat;
    background-size: contain;
    background-position: left top;
}

.glowing_stars .star {
    position: absolute;
    border-radius: 100%;
    background-color: #fff;
    width: 4px;
    height: 4px;
    opacity: 0.5;
    will-change: opacity;
}

.glowing_stars .star:nth-child(1) {
    top: 80%;
    left: 25%;
    animation: glow-star 2s infinite ease-in-out alternate 1s;
}

.glowing_stars .star:nth-child(2) {
    top: 20%;
    left: 40%;
    animation: glow-star 2s infinite ease-in-out alternate 3s;
}

.glowing_stars .star:nth-child(3) {
    top: 25%;
    left: 25%;
    animation: glow-star 2s infinite ease-in-out alternate 5s;
}

.glowing_stars .star:nth-child(4) {
    top: 75%;
    left: 80%;
    animation: glow-star 2s infinite ease-in-out alternate 7s;
}

.glowing_stars .star:nth-child(5) {
    top: 90%;
    left: 50%;
    animation: glow-star 2s infinite ease-in-out alternate 9s;
}

@media only screen and (max-width: 600px) {
    .navbar-links {
        display: none;
    }

    .custom-navbar {
        text-align: center;
    }

    .brand-logo img {
        width: 120px;
    }

    .box_astronaut {
        top: 70%;
    }

    .central-body {
        padding-top: 25%;
    }
}


@media(max-width:1200px) {

    .box_astronaut {
        top: 65%;
        right: 5%;
    }

    .object_moon {
        top: 40%;
    }

    .object_earth {
        top: 50%;
    }

    .object_rocket {
        top: 90%;
    }

}

@media(max-width:1024px) {

    .cart-collaterals .cross-sells,
    .cart-collaterals .cross-sells+.cart_totals {
        width: 49%;
    }

    .box_astronaut {
        top: 44%;
        right: 4%;
        width: 120px;
    }

    .object_moon {
        top: 18%;
        left: 75%;
    }

    .object_earth {
        left: 10%;
        top: 24%;
    }

    .object_rocket {
        top: 55%;
    }

    .central-body img {
        width: 250px;
    }
}

@media(max-width:991px) {

    .video-banner video {
        max-width: 100% !important;
    }

    .all-brands ul li:nth-child(3n) {
        border-right: 0px;
    }

    .all-brands ul li:nth-child(4n) {
        border-right: 1px solid #c6c8c6;
    }

    .all-brands ul li {
        width: 33%;
    }
}

@media(max-width:767px) {
    .all-brands ul li:nth-child(3n) {
        border-right: 1px solid #c6c8c6;
    }

    .all-brands ul li:nth-child(4n) {
        border-right: 1px solid #c6c8c6;
    }

    .all-brands ul li:nth-child(2n) {
        border-right: 0px;
    }

    .all-brands ul li {
        width: 49%;
    }

    .box_astronaut {
        top: 60%;
        right: 0%;
        width: 60px;
    }

    .object_moon {
        top: 24%;
        left: 66%;
        width: 80px;
    }

    .object_earth {
        left: 3%;
        top: 58%;
        width: 65px;
    }

    .object_rocket {
        top: 58%;
        width: 40px;
    }

    .central-body img {
        width: 150px;
    }
}


/* PRELOADER STYLE */
#preloader {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 999999;
    background: #fff;
    margin: 0 auto;
}

#loader {
    display: block;
    position: relative;
    left: 0px;
    right: 0px;
    top: 40%;
    width: 100px;
    height: 100px;
    margin: 0 auto;
    border-radius: 50%;
    border: 4px solid transparent;
    border-top-color: #E52A36;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}

#loader:before {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #E52A36;
    -webkit-animation: spin 3s linear infinite;
    animation: spin 3s linear infinite;
}

#loader:after {
    content: "";
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #E52A36;
    -webkit-animation: spin 1.5s linear infinite;
    animation: spin 1.5s linear infinite;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}


/* PRELOADER STYLE */
#preloader {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 999999;
    background: #fff;
    margin: 0 auto;
}

#loader {
    display: block;
    position: relative;
    left: 0px;
    right: 0px;
    top: 40%;
    width: 100px;
    height: 100px;
    margin: 0 auto;
    border-radius: 50%;
    border: 4px solid transparent;
    border-top-color: #E82B32;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}

#loader:before {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #E82B32;
    -webkit-animation: spin 3s linear infinite;
    animation: spin 3s linear infinite;
}

#loader:after {
    content: "";
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #E82B32;
    -webkit-animation: spin 1.5s linear infinite;
    animation: spin 1.5s linear infinite;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.cs-shipcal {
    width: 100%;
    max-width: 800px;
    margin: 20px auto;
    padding: 20px;
    border-radius: 8px;
    background: #ffff;
    box-shadow: 0px 0px 4px #e3e3e3;
    text-align: center;
}

.view_all.products-footer {
    text-align: center;
}