/*Cookie banner*/
.cookie-consent-banner {
    display: none;
    position: fixed;
    bottom: 0;
    width: 100%;
    background-color: #2c3e50;
    color: #ffffff;
    padding: 20px;
    text-align: center;
    box-shadow: 0 -2px 5px rgba(0,0,0,0.2);
    z-index: 999;
}
.cookie-consent-banner a{
    color: #4da6ff;
    text-decoration: underline;
}
.cookie-consent-banner.show {
    display: block;
}
.cookie-consent-banner #acceptCookieConsent{
    color: var(--hover-color);
    background-color: var(--main-color-new);
    padding: 10px 15px;
    border-radius: 3px;
    cursor: pointer;
    border: none;
    min-width: 100px;
    margin-left: 30px;
    font-size: 15px;
    font-weight: 700;
    transition: background-color 0.3s ease;
}
.cookie-consent-banner #acceptCookieConsent:hover{
    color: var(--main-color-new);
    background-color: var(--hover-color);
}
.error-message-checkbox{
    color: #ff0000;
    font-size: 14px;
    padding-bottom: 5px;
}
.error-message{
    display: none;
    color: #99282F;
    font-size: 12px;
    border: 1px solid #99282F;
    padding: 10px 5px;
}
:root {
    --main-color-new: #99282F;
    --secondary-color-new: #df687c;
    --hover-color: #ffffff;
    --black-color: #000000;
    --background-color: #232f3e;
}
*, *::after, *::before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input[type="number"] {
    -moz-appearance: textfield;
}
a{
    color: var(--black-color);
    text-decoration: none;
}
img {
    display: block;
    max-width: 100%;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
}
ol, ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
h1, h2, h3, h4, h5, h6, p {
    margin: 0;
    font-family: "Ubuntu", sans-serif;
}
body {
    font-size: 16px;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 400;
    line-height: 1.5;
    margin: 0;
    text-align: left;
    color: #212529;
}
.container{
    width: 100%;
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 15px;
}
.section{
    padding: 48px 0;
    margin: 0 auto;
    background-color: var(--hover-color);
}
/*About*/
.about-section{
    text-align: center;
}
.about-section__title{
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 40px;
    font-weight: 800;
    font-size: 32px;
    position: relative;
    padding-bottom: 5px;
}
.about-section__item{
    max-width: 760px;
    margin: 0 auto;
}
.about-section a{
    color: #00bcd4;
}
.about-section a:hover{
    text-decoration: underline;
}
.article-section img{
    margin: 0 auto;
}
.article-section a,
.footer_about a{
    color: #007aff;
    text-decoration: underline;
    font-weight: 500;
}
.article-section a:hover{
    text-decoration: none;
}
/*Contact*/
.contactus-section{
    text-align: center;
}
.contactus-section a{
    color: #00bcd4;
}
.contactus-section__title{
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 40px;
    font-weight: 800;
    font-size: 32px;
    position: relative;
    padding-bottom: 5px;
}
/*Returns*/
.refunds-section h3{
    font-size: 20px;
    margin-bottom: 20px;
}
.refunds-section a{
    color: #007aff;
}
.refunds-section p{
    line-height: 1.8;
}
/*Terms*/
.terms-condition-section h3{
    font-size: 20px;
    margin-bottom: 20px;
}
.terms-condition-section a{
    color: #007aff;
}
/*Slick slider*/
.slick-next {
    right: 18px !important;
}
.slick-prev {
    left: 18px !important;
}
.slick-next:before,
.slick-prev:before{
    display: none;
}
.slick-prev, .slick-next{
    cursor: pointer;
    opacity: 1 !important;
    transition: all 0.5s;
    color: #fff;
    z-index: 10;
    display: flex !important;
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.5)!important;
    width: 27px !important;
    height: 44px!important;
}
.slick-prev img, .slick-next img{
    height: 18px;
}
.slick-prev:hover, .slick-next:hover{
    background-color: rgba(0, 0, 0, 1)!important;
}
.slick-dots{
    bottom: 25px !important;
}
.slick-dots li {
    width: 16px !important;
    height: 16px !important;
    margin: 0 4px !important;
}
.slick-dots li button {
    width: 16px !important;
    height: 16px !important;
    color: transparent !important;
    border-radius: 50%;
    border: 1px solid var(--main-color-new) !important;
}
.slick-dots li button:before{
    width: 16px !important;
    height: 16px !important;
    color: transparent !important;
}
.slick-dots li.slick-active button:before {
    opacity: 1!important;
    color: var(--main-color-new) !important;
}
.slick-dots li.slick-active button {
    background-color: var(--main-color-new);
}
.slick-dots li button:hover, .slick-dots li button:focus {
    outline: none;
    background-color: var(--main-color-new);
}


/*Top bar*/
.top-bar{
    background-color: var(--black-color);
}
.top-bar .slider-container {
    width: 100%;
    overflow: hidden;
}
.top-bar .slider-container p{
    color: var(--hover-color);
    font-weight: 700;
}
.top-bar .slide {
    display: none;
    text-align: center;
    padding: 8px 15px;
}
.top-bar .slide p {
    margin: 0;
}
.top-bar .active {
    display: block;
}
/*Checkout*/
.mob_box{
    display: none;
}
.header__container.checkout .header_logo{
    flex-basis: auto;
    margin: 0 auto;
}
.custom-checkout{
    display: flex;
}
.custom-checkout .checkout-info{
    background: var(--hover-color);
    /*max-width: 52%;*/
    /*width: 52%;*/
    width: 100%;
    padding: 30px 20px 65px;
    max-width: 650px;
    margin-left: auto;
}
.checkout-info #couponCodeInput {
    overflow: hidden;
    display: none;
    height: 0;
    transition: height 0.5s ease, visibility 0s linear 0.5s;
    visibility: hidden;
}
.checkout-info #couponCodeInput.expanded {
    height: 120px;
    visibility: visible;
    transition-delay: 0s;
}
.custom-checkout .open_coupon{
    display: flex;
    gap: 10px;
    align-items: center;
    padding: 1em 2em 1em 2.5em;
    margin: 0 0 2em;
    position: relative;
    background-color: #f6f5f8;
    color: #515151;
    border-top: 3px solid #1e85be;
    list-style: none outside;
    width: auto;
    font-weight: 500;
    word-wrap: break-word;
}
.custom-checkout .coupon_code{
    border: 1px solid #cfc8d8;
    padding: 20px;
    margin: 2em 0;
    text-align: left;
    border-radius: 5px;
}
.custom-checkout .coupon_code #couponCode{
    display: flex;
    gap: 10px;
}
.custom-checkout .coupon_code #couponCode input{
    flex: 0 0 50%;
    font-size: 16px;
    padding: 10px 5px;
}
.custom-checkout .coupon_code p{
    margin-bottom: 16px;
}
.custom-checkout .applyCoupon{
    font-size: 100%;
    margin: 0;
    line-height: 1;
    cursor: pointer;
    position: relative;
    text-decoration: none;
    overflow: visible;
    padding: 0.618em 1em;
    font-weight: 700;
    border-radius: 3px;
    left: auto;
    color: #515151;
    background-color: #e9e6ed;
    border: 0;
    display: inline-block;
    background-image: none;
    box-shadow: none;
    text-shadow: none;
}
.custom-checkout .applyCoupon:hover{
    background-color: #dcd7e3;
    color: #515151;
}
.custom-checkout .great_choice{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    background-color: #f4f4f4;
    padding: 14px 25px;
    text-align: center;
    margin-bottom: 30px;
    margin-top: 15px;
    font-weight: 400;
    color: #252525;
}
.custom-checkout .great_choice span{
    text-decoration: underline;
}
.custom-checkout .checkout_title{
    font-weight: 700;
    font-size: 25px;
    line-height: 40px;
    color: #232F5B;
    text-transform: initial;
    margin-bottom: 0;
}
.checkout-card .checkout_title,
.checkout-faq .checkout_title{
    margin-bottom: 20px;
}
.custom-checkout .checkout_subtitle{
    font-size: 16px;
    margin-bottom: 20px;
}
/*Delivery form*/
.deliveryForm div{
    margin: 0 0 10px;
    padding: 3px;
    float: left;
    width: 50%;
}
.deliveryForm input{
    height: 48px;
    box-shadow: none;
    border: 1px solid #606060;
    color: #262626;
    background: unset;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding-left: 15px;
    font-size: 16px;
    width: 100%;
}
.deliveryForm #billing_fields_email,
.deliveryForm #billing_phone_field{
    width: 100%;
}
.deliveryForm .description{
    margin: 0.5em 0 0;
    background: transparent;
    color: #000;
    border-radius: 0;
    padding: 0 0 0 1.2em;
    font-size: 13px;
    display: block;
}
.deliveryForm label{
    display: none;
}
/*Checkbox section*/
.mostPopular-section__content{
    position: relative;
    z-index: 1;
}
.mostPopular-card{
    display: flex;
    justify-content: space-between;
    flex-grow: 1;
    align-items: center;
    text-align: end;
    gap: 30px;
}
.mostPopular-img_box .small-icon {
    position: absolute;
    bottom: 7px;
    right: 10px;
    width: 40px;
    height: 40px;
}
.mostPopular-card .box-title{
    display: flex;
    flex-direction: column;
    text-align: left;
}
.mostPopular-card .left-box{
    display: flex;
    text-align: center;
    flex-grow: 1;
    align-items: center;
}
.mostPopular-card .left-box input{
    height: 30px;
    width: 30px;
    cursor: pointer;
    flex-shrink: 0;
}
.mostPopular-card__subtitle{
    font-size: 16px;
    line-height: 1.4;
    color: #FF0000;
}
.mostPopular-card .popular-product{
    display: inline-block;
    width: 15px;
    height: 15px;
}
.mostPopular-card__suptitle{
    font-size: 25px;
}
.mostPopular-card__title{
    font-size: 16px;
    font-weight: 700;
    color: #232f3e;
}
.mostPopular-card__description{
    font-size: 16px;
    font-weight: 400;
    color: #232f3e;
}
.mostPopular-section__item{
    display: flex;
    min-height: 83px;
    position: relative;
    border: 1px solid #606060;
    padding: 6px 20px;
    margin-bottom: 12px;
    border-radius: 3px;
    align-items: center;
}
.mostPopular-section__item.mostPopular-card__selected.second_method{
    margin: 0;
    border-bottom: 0;
    border-radius: unset;
}
.second_checkbox .mostPopular-section__item{
    min-height: 52px;
}
.custom-shipping-price{
    font-weight: 700;
}
.mostPopular-section__item .img-box img{
    width: 70px;
}
.img-box .delivery-logo-box{
    display: flex;
    align-items: center;

}
.custom-checkbox {
    position: relative;
    /*cursor: pointer;*/
    padding-left: 40px;
}
.custom-checkbox input[type="checkbox"] {
    display: none;
}
.custom-checkbox::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 23px;
    height: 23px;
    border: 1px solid #ddd;
    border-radius: 50%;
    background-color: #fff;
}
.custom-checkbox::after{
    display: none;
    content: '';
    position: absolute;
    top: 50%;
    left: 30%;
    transform: translate(-53%, -50%);
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: #212529;
}
.mostPopular-card__selected .custom-checkbox::after{
    display: block;
}
.mostPopular-card__selected .custom-checkbox::before,
.custom-checkbox input[type="checkbox"]:checked + .custom-checkbox::before {
    background-color: #fff;
    border-color: #212529;
}
.card-details{
    border: 1px solid #606060;
    border-top: 0;
    padding: 15px;
    margin-bottom: 15px;
}
.card-details label{
    display: block;
    line-height: 2;
}
.card-details input{
    padding: 6px 20px;
    width: 100%;
    opacity: 0.75;
    font-weight: 500;
    margin: 5px 0;
    border: 1px solid #ddd;
    color: #31325F;
    font-size: 15px;
}
.card-details label .red{
    color: #ff0000;
    font-weight: 700;
}
.country-checkout{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin: 20px 0;
}
.country-checkout img{
    width: 33px
}
.second_checkbox .mostPopular-card .box-title{
    align-items: center;
    flex-direction: row;
    gap: 15px;
}
.card-details .credit_card-img{
    position: relative;
}
.card-details .credit_card-img img{
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    width: 30px;
}
.boosters-cart{
    display: flex;
    max-width: 575px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 25px;
}
.boosters-cart .boosters-left {
    display: flex;
    border-right: 1px solid #606060;
    margin-right: 30px;
    padding-right: 30px;
    flex-basis: 100%;
}
.boosters-cart .boosters-flex-icon {
    display: flex;
    flex-basis: 33.33%;
    align-items: baseline;
    font-size: 14px;
    font-weight: 400;
    color: #737373;
    line-height: 16px;
}
.boosters-cart .boosters-flex-icon img {
    width: 12px;
    min-width: 12px;
    margin-right: 8px;
}
.boosters-cart .boosters-flex-right img {
    max-width: 88px;
}
#place_order_mob,
#place_order {
    font-size: 21px;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 7px;
    margin-bottom: 0;
    padding: 25px 20px;
    width: 100%;
    color: var(--hover-color);
    cursor: pointer;
    font-family: 'Ubuntu', sans-serif;
    display: block;
    background-color: var(--main-color-new);
    border: 2px solid var(--main-color-new);
    margin-top: 55px;
    box-shadow: 1px 3px 5px #00000082;
    -webkit-box-shadow: 1px 3px 5px #00000082;
    transition: all 0.5s;
}
.mob_order-by{
    padding: 0 15px;
    display: none;
}
#place_order_mob{
    margin-top: 20px;
}
#place_order_mob:hover,
#place_order:hover {
    background-color: var(--hover-color);
    color: var(--main-color-new);
}
.checkout-custom-terms {
    text-align: center;
    margin-top: 20px;
    color: #232f3e;
    opacity: 0.7;
    margin-bottom: 1rem;
}
.checkout-custom-terms a{
    color: #007aff;
}
.checkout-custom-terms a:hover{
    text-decoration: underline;
}
/*Checkout card*/
.container_for_checkout{
    position: sticky;
    top: 0;
    max-width: 48%;
    width: 48%;
    padding: 35px 43px 50px 30px;
    background: #f4f4f4;
}
.checkout-card{
    position: sticky;
    top: 0;
}
.checkout-card.checkout-phone{
    display: none;
}
.checkout-card form{
    max-width: 570px;
}
.checkout-card .list-group-by {
    display: flex;
    flex-direction: column;
    margin-bottom: 0;
    padding-left: 0;
    border-radius: 0.25rem;
    background-color: #fff;
    padding-top: 20px;
}
.free-shipping-bar-container {
    padding: 0.5rem 1.25rem;
}
.free-shipping-bar-container .free-shipping-text{
    font-weight: bold;
    text-align: center;
    margin-bottom: 16px;
}
.free-shipping-bar {
    width: 100%;
    height: 10px;
    background-color: #f4f4f4;
    position: relative;
    border-radius: 20px;
}
.free-shipping-bar span {
    height: 100%;
    background-color: var(--main-color-new);
    display: block;
    border-radius: 20px;
}
.list-group-by .list-group-item{
    border: 0;
    background-color: transparent;
    padding: 0.5rem 1.25rem;
}
.list-group-by .alert-link .alert {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.list-group-by .alert-brand {
    position: relative;
    margin-bottom: 15px;
    padding: 0.75rem 1.25rem;
    border: 1px solid transparent;
    border-radius: 0.25rem;
    color: var(--hover-color);
    background-color: #212529;
}
.product_info_block{
    display: flex;
    justify-content: space-between;
    gap: 15px;
}
.product_info_block .image-cover img{
    width: 92px;
    border: 1px solid #606060;
    min-width: 92px;
    max-width: 100%;
}
.product_info_block .product-cover {
    display: flex;
    justify-content: space-between;
    flex-grow: 1;
    gap: 2px;
}
.product-cover .product-name{
    font-size: 18px;
    padding-top: 5px;
}
.product-cover .amount-box {
    text-align: right;
    position: relative;
}
.amount-box img{
    position: absolute;
    top: 10%;
    right: 8px;
    z-index: 99;
    height: 15px;
}
.amount-box .custom-qty {
    width: 50px;
    height: 35px;
    margin-bottom: 10px;
    cursor: pointer;
    padding: 0 5px;
    font-size: 16px;
    appearance: none;
}
.product-price del{
    display: block;
    opacity: 0.47;
    margin-right: 0;
    color: #707070;
    font-size: 14px;
}
.product-price ins{
    text-decoration: none;
    color: #232f3e;
    font-weight: bold;
    white-space: nowrap;
}
.order-summary {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    border-radius: 0.25rem;
    background-color: var(--hover-color);
    background-clip: border-box;
}
.card-body {
    min-height: 1px;
    padding: 1.65rem;
    flex: 1 1 auto;
}
.card-body .list-group {
    display: flex;
    flex-direction: column;
    margin-bottom: 0;
    padding-left: 0;
    padding-top: 5px;
    border-top: 1px solid #606060;
    border-radius: 0;
}
.card-body .list-group-item {
    display: flex;
    gap: 10px;
    padding: 0.5rem 0;
}
.card-body .list-group-item .price-item{
    margin-left: auto;
    white-space: nowrap;
}
.card-body .list-group-item.new-total-price {
    padding-top: 15px;
    margin-top: 5px;
    font-weight: 700;
    border-top: 1px solid #606060;
}

.checkout-faq{
    max-width: 570px;
}
.mobile-checkout-faq{
    display: none;
}
.faq-collapse-button {
    display: flex;
    justify-content: space-between;
    border: none;
    padding: 15px 5px;
    color: #212529;
    font-weight: bold;
    cursor: pointer;
    width: 100%;
    font-family: "Ubuntu", sans-serif;
    font-size: 16px;
    text-align: left;
    border-top: 1px solid #ddd;
    outline: none;
    background-color: #f4f4f4;
    transition: background-color 0.3s ease;
}
.checkout-faq-content {
    padding: 0 5px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
}
.checkout-faq-item {
    margin-right: 10px;
    transition: transform 0.3s ease;
}
.faq-collapse-button .checkout-faq-icon {
    transform: rotate(0deg);
    transition: all 0.5s;
}
.faq-collapse-button.active .checkout-faq-icon {
    transform: rotate(-90deg);
    transition: all 0.5s;
}



/*Header*/
.header{
    position: sticky;
    top: 0;
    z-index: 999;
    background-color: #172736;
    transition: all 0.3s ease;
}
.header__container{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 9px 0;
}
.header__container .header_logo{
    flex-basis: 30%;
}
.header__container .header_logo img{
    width: 90px;
    height: auto;
}
.header_support .header_support__text{
    color: var(--hover-color);
}
.header__container .header_support{
    display: flex;
    align-items: center;
    gap: 15px;
    flex-basis: 40%;
}
.header__container .header__contact{
    display: flex;
    justify-content: end;
    align-items: center;
    flex-basis: 30%;
    gap: 10px;
}
.header_support__email{
    display: flex;
    padding: 3px 17px;
    padding-left: 5px;
    border-radius: 0;
    background-color: var(--hover-color);
    color: var(--background-color);
    align-items: center;
}
.header_support__email .inner {
    display: flex;
    position: relative;
    top: 1px;
    width: 25px;
    max-width: 30px;
    height: 25px;
    margin-right: 5px;
    border-radius: 50%;
    background-color: var(--hover-color);
    align-items: center;
    justify-content: center;
}
.header_support__email .inner img{
    width: 15px;
}
.header__contact .header-shopCart .cart-count{
    background-color: var(--main-color-new);
    width: 20px;
    height: 20px;
    border-radius: 50%;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 600;
    position: absolute;
    right: -8px;
    top: 0;
}
.header__contact .header-shopCart{
    position: relative;
}
.header__contact .header-shopCart img{
    width: 31px;
    height: auto;
}
.header__contact .header-icon img{
    max-width: 30px;
    min-width: 30px;
    min-height: 30px;
    margin: 0 7px;
}
.header__contact .button-header{
    font-size: 23px;
    display: block;
    width: 100%;
    max-width: 220px;
    padding: 3px 7px;
    transition: all 0.5s;
    text-align: center;
    color: var(--hover-color);
    background-color: var(--main-color-new);
    border-radius: 3px;
}
.header__contact .button-header:hover{
    background-color: var(--black-color);
}

/*Home banner*/
.home-banner.section{
    background-color: #f5f5f5;
}
.home-banner-section{
    display: flex;
    justify-content: space-between;
    gap: 20px;
}
.home-banner__image{
    max-width: 50%;
    flex: 0 0 50%;
}
.home-banner__image img{
    max-height: 540px;
}
.home-banner__content .product-rating{
    display: flex;
    gap: 10px;
    margin-bottom: 16px;
}
.home-banner__content .product-rating img{
    object-fit: contain;
}
h2.home-banner__title{
    font-size: 35px;
    font-weight: 700;
    line-height: 1.2;
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 25px;
}
.home-banner__title .green-dot img{
    animation-name: pulse;
    animation-duration: 1.5s;
    animation-iteration-count: infinite;
    width: 18px;
}
@keyframes pulse {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.2);
    }
    100% {
        transform: scale(1);
    }
}
.home-banner__content .buy-desktop-btn .price-cont{
    color: var(--hover-color);
    border: 2px solid var(--main-color-new);
    background-color: var(--main-color-new);
    padding: 10px 3em;
    font-weight: bold;
    font-size: 27px;
    border-radius: 3px;
    width: fit-content;
    position: relative;
    transition: all 0.5s;
    margin-bottom: 25px;
    text-align: center;
}
.home-banner__content .buy-desktop-btn .price-cont:hover{
    background-color: var(--hover-color);
    color:  var(--main-color-new);
}
.home-banner__content .price-cont .reg-price-text{
    font-size: 19px;
    text-decoration: line-through;
    color: rgb(246, 205, 189);
    margin-right: 15px;
    transition: all 0.5s;
}
.home-banner__content .price-cont .save-percentage{
    background-color: #172736;
    border-radius: 2px;
    box-shadow: 0 0 0 4px var(--hover-color);
    color: var(--hover-color);
    font-weight: 700;
    transform: translateY(20px) rotate(-15deg);
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    -webkit-animation: up_dwn 1s infinite ease-in-out;
    animation: up_dwn 1s infinite ease-in-out;
    position: absolute;
    right: -0.75em;
    top: 30px;
    padding: 4px 5px;
}
@keyframes up_dwn {
    0%, 100% {
        transform: translateY(0px) rotate(-15deg);
    }
    50% {
        transform: translateY(3px) rotate(-15deg);
    }
}
.home-banner__content .icons{
    display: flex;
    /*justify-content: space-between;*/
    margin: 30px 0;
    gap: 5px;
}
.home-banner__content .icons .icon-wrap{
    max-width: 120px;
    text-align: center;
}
.icons .icon-wrap img{
    margin: 0 auto;
    max-width: 60px;
    padding: 10px;
    border: 2px solid var(--main-color-new);
    border-radius: 50%;
    background-color: var(--hover-color);
}
.icons .icon-wrap p{
    font-size: 12px;
    font-weight: 700;
    line-height: 14px;
    margin-top: 8px;
    text-align: center;
    text-transform: uppercase;
}
footer .cards-box__img,
.order-text_content .cards-box__img,
.home-banner__content .cards-box__img{
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 35px;
}
.order-text_content .cards-box__img{
    justify-content: center;
}
footer .cards-box__img img,
.order-text_content .cards-box__img img,
.home-banner__content .cards-box__img img{
    max-height: 30px;
}
/*Product*/
.product-section .product-section__title{
    font-size: 35px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 8px;
    text-align: center;
}
.product-section .product-section__description {
    font-size: 20px;
    margin-bottom: 16px;
    text-align: center;
}
.product-section__box{
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 15px;
}
.product-section__slider .content {
    margin: auto;
    /*padding: 30px;*/
    width: 100%;
    max-width: 540px;
    box-sizing: border-box;
}
.product-section__slider .slick-slide .image {
    padding: 10px;
}
.product-section__slider .slick-slide img {
    border: 5px solid var(--hover-color);
    max-width: 100%;
    height: auto;
}
.product-section__slider .slick-slide img.slick-loading {
    border: 0;
}
.product-section__content{
    padding-left: 15px;
}
.product-section__content .product-wrap{
    display: flex;
    align-items: center;
    margin-bottom: 24px;
}
.product-section__content .product-wrap img{
    max-width: 95px;
    margin-right: 15px;
}
.product-wrap .product-wrap__desc h3{
    font-size: 22px;
}

/*Images section*/
.images_box{
    display: flex;
    justify-content: space-between;
    gap: 50px;
    padding: 40px 0;
}
.images_box .images-wrap{
    width: 50%;
    margin: 0 25px;
}
.images_box .images-wrap img{
    /*max-height: 450px;*/
    width: 100%;
    object-fit: contain;
    height: auto;
}
.images_box .images-wrap .images-wrap__desc{
    margin: 20px 0;
}

/*Order section*/
.order.section{
    background-color: #f5f5f5;
}
.order-video_box{
    display: flex;
    justify-content: space-between;
    gap: 15px;
    padding: 48px 0;
}
.order-video_box .order-video_content{
    flex: 0 0 50%;
    flex-shrink: 0;
}
.order-video_box .order-text_content{
    flex: 0 0 50%;
}
.order-text_content h2{
    margin-bottom: 5px !important;
}
.order-text_content .in_stock{
    display: flex;
    align-items: center;
    gap: 5px;
    color: #28a745;
    font-weight: 700;
    margin: 0 0 26px 8px;
}
.order-text_content .in_stock img{
    width: 17px;
    height: 17px;
}
.order-text_content .money-back-guarantee{
    display: flex;
    align-items: center;
    gap: 20px;
    background-color: #ffe6cd;
    border-radius: 20px;
    box-shadow: 0 5px 10px 5px #c9bfba;
    margin: 2em 0 3em;
    padding: 10px;
}
.order-text_content .money-back-guarantee img{
    height: 115px;
}
.order-text_content .money-back-text .money-back-title{
    display: block;
    color: #21252d;
    font-weight: bold;
    font-size: 1.2em;
}
.order-text_content .money-back-text .money-back-desc{
    color: #774711;
}
.save-per-piece {
    text-align: center;
    color: var(--main-color-new);
    margin-bottom: 16px;
}
.custom-quantity-container {
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
    margin: 1em 0;
    align-items: flex-end;
}
.custom-quantity {
    cursor: pointer;
    width: 30%;
}
.custom-quantity .custom-quantity-price {
    text-align: center;
    border: 1px solid var(--black-color);
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    background-color: var(--hover-color);
    color: var(--black-color);
    padding: 0.5em 0;
    transition: background-color 0.4s, color 0.4s;
}
.custom-quantity.active .custom-quantity-price {
    background-color: var(--main-color-new);
    color: var(--hover-color);
}
.custom-quantity .custom-quantity-price .custom-count-price {
    font-weight: bold;
}
.custom-quantity .custom-quantity-label {
    width: 100%;
    background-color: var(--black-color);
    color: var(--hover-color);
    padding: 0.1em 0;
    text-align: center;
}
.hidden{
    display: none;
}
.single_add_to_cart_button {
    display: flex;
    justify-content: center;
    background-color: var(--main-color-new);
    border: 2px solid var(--main-color-new);
    color: var(--hover-color);
    padding: 22px 10px;
    font-size: 100%;
    margin: 0;
    width: 100%;
    line-height: 1;
    cursor: pointer;
    position: relative;
    text-decoration: none;
    overflow: visible;
    font-weight: 700;
    border-radius: 3px;
    left: auto;
    background-image: none;
    box-shadow: none;
    transition: background-color 0.4s, color 0.4s;
    text-shadow: none;
}
.single_add_to_cart_button:hover {
    background-color: var(--hover-color);
    color: var(--main-color-new);
    transition: background-color 0.4s, color 0.4s;

}
button.single_add_to_cart_button:after {
    content: "";
    background-image: url('../img/icons/Group-67767.svg');
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
    width: 21px;
    height: 16px;
    position: relative;
    bottom: -2px;
    margin-left: 12px;
    transition: background-image 0.2s ease-in-out;
}
button.single_add_to_cart_button:hover:after {
    background-image: url('../img/icons/kosarica.svg');
    transition: background-image 0.2s ease-in-out;
}
.price-cont {
    display: flex;
    align-items: center;
}
.order-section .price-cont span.save-percentage {
    background-color: #172736;
    border-radius: 2px;
    box-shadow: 0 0 0 4px var(--hover-color);
    color: var(--hover-color);
    font-weight: 700;
    transform: translateY(20px) rotate(-15deg);
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    -webkit-animation: up_dwn 1s infinite ease-in-out;
    animation: up_dwn 1s infinite ease-in-out;
    position: absolute;
    right: -0.75em;
    margin-top: 40px;
    padding: 4px 5px;
}
.order-text_content .icons{
    display: flex;
    justify-content: center;
    margin: 48px 0 30px;
}
.order-text_content .icons .icon-wrap{
    max-width: 120px;
}
.order-text_content .payment-methods{
    margin: 0 auto;
}

/*Faq section*/
.checkout-card .accordion,
.faq-section .accordion{
    text-align: center;
}
.checkout-card .accordion-content,
.faq-section .accordion-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
    text-align: left;
}
.checkout-card p,
.accordion-content p{
    margin-bottom: 16px;
}
.checkout-card #accordion-toggle:checked ~ .accordion-content ,
.faq-section #accordion-toggle:checked ~ .accordion-content {
    max-height: 40px;
}
.checkout-card .accordion-header,
.faq-section .accordion-header{
    cursor: pointer;
}
.faq-section .accordion-header .faq-section_title {
    display: inline;
    font-size: 35px;
    font-weight: 600;
    line-height: 1.2;
    text-align: center;
    margin-bottom: 8px;
}
.checkout-card .accordion-header{
    justify-content: left;
    gap: 5px;
    align-items: center;
    display: flex;
    background: #fafafa;
    border: 0 solid;
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
    padding: 1.25em 15px;
    font-size: 14px;
}
.checkout-card .accordion-header .mob-totalprice{
    font-size: 18px;
    margin-left: auto;
}
.checkout-card .accordion-header .basket-image{
    width: 17px;
    margin-right: 6px;
    position: relative;
    bottom: 1px;
}
.checkout-card .accordion-header p{
    margin-bottom: 0;
}
.checkout-card .accordion-header .arrow{
    display: inline;
    width: 12px;
    transition: transform 0.3s ease;
}
.faq-section .accordion-header .arrow {
    display: inline;
    width: 27px;
    margin-left: 15px;
    transition: transform 0.3s ease;
}
.checkout-card #accordion-toggle-10:checked ~ .accordion-header .arrow,
.faq-section #accordion-toggle:checked ~ .accordion-header .arrow {
    transform: rotate(180deg);
}
.faq-section_box{
    display: flex;
    flex-wrap: wrap;
    margin-top: 48px;
    justify-content: space-between;
}
.faq-section_box .accordion-box {
    max-width: 31.5%;
    flex: 0 0 31.5%;
}
.accordion-box .faq-title{
    font-size: 16px;
    font-weight: 700;
    display: flex;
    min-height: 70px;
    padding: 10px 20px;
    transition: all 0.5s;
    color: var(--hover-color);
    border-radius: 10px;
    background-color: var(--background-color);
    text-transform: uppercase;
    align-items: center;
    margin-bottom: 16px;
}
.accordion-box .faq-title:hover {
    color: var(--background-color);
    background-color: var(--hover-color);
    box-shadow: 0 4px 3px 0 rgba(0, 0, 0, 0.1), 0 4px 8px 0 rgba(0, 0, 0, 0.1);
}
#accordion-toggle-1:checked ~ .accordion-content {
    max-height: 100px;
}
#accordion-toggle-2:checked ~ .accordion-content {
    max-height: 100px;
}
#accordion-toggle-3:checked ~ .accordion-content {
    max-height: 100px;
}
#accordion-toggle-4:checked ~ .accordion-content {
    max-height: 100px;
}
#accordion-toggle-5:checked ~ .accordion-content {
    max-height: 100px;
}
#accordion-toggle-6:checked ~ .accordion-content {
    max-height: 100px;
}
#accordion-toggle-10:checked ~ .accordion-content {
    max-height: 600px;
    border: 1px solid;
    border-top: 0;
}

/*Footer delivery section*/
.footer_delivery.section{
    background-color: #f5f5f5;
}
.footer_delivery-box{
    display: flex;
    justify-content: space-between;
    padding: 16px 0;
    gap: 15px;
}
.delivery-box_item{
    display: flex;
    align-items: flex-start;
    max-width: 33.33333%;
    flex: 0 0 33.33333%;
}
.delivery-box_item img{
    margin-right: 16px;
    max-width: 46px;
}
.delivery-box_item-content{
    max-width: 220px;
}
.delivery-box_item-content h4{
    margin-bottom: 5px;
}

/*footer_contact section*/
.footer_contact.section{
    background-color: #172736;
}
.footer_contact-box{
    display: flex;
    justify-content: space-between;
    padding: 16px 0;
    gap: 15px;
}
.footer_contact-box h4{
    font-size: 19px;
    color: var(--hover-color);
    font-weight: 700;
    margin-top: 4px;
    margin-bottom: 24px;
}
.first-box .logo-footer{
    max-width: 85px;
    margin-bottom: 14px;
}
.footer_menu-box #menu-footer li a{
    color: var(--hover-color);
    font-weight: 300;
}
.footer_menu-box #menu-footer li{
    margin-bottom: 7px;
}
.footer_contact-box .first-box,
.footer_contact-box .second-box,
.footer_contact-box .third-box{
    max-width: 33.33333%;
    flex: 0 0 33.33333%;
}
.second-box a{
    display: flex;
    color: var(--hover-color);
    gap: 10px;
    margin-bottom: 24px;
}
.second-box .hours-wrapper{
    border: 1px solid var(--hover-color);
    padding: 16px 24px;
    max-width: 340px;
}
.second-box .hours-wrapper p{
    font-weight: 300;
    color: var(--hover-color);
}
.footer_contact-box .third-box img{
    max-width: 343px;
}

/*footer copyright*/
.footer_copyright.section{
    padding: 8px 0;
    background-color: #f5f5f5;
}
.footer_copyright-box{
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
}
.footer_copyright-box img{
    max-width: 295px;
}
.footer_copyright-box .copyright_text{
    font-weight: 300;
}

/*Buy fixed modal*/
.buy-fixed {
    position: fixed;
    z-index: 200;
    top: auto;
    bottom: 0;
    display: none;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 10px 25px;
    color: var(--hover-color);
    font-size: 18px;
    background-color: var(--background-color);
}
.buy-fixed del {
    margin-right: 10px;
    opacity: 0.5;
}
.buy-fixed .buy-fixed_price{
    font-weight: 700;
}
.buy-fixed .buy-wrap {
    font-weight: 700;
    padding: 5px 25px;
    transition: all 0.5s;
    color: var(--hover-color);
    background-color: #99282F;
}
.buy-fixed .buy-wrap:hover{
    color: var(--background-color);
    background-color: var(--hover-color);
}
@media screen and (max-width: 1199px){
    .order-video_box{
        gap: 0;
    }
    .footer_contact-box,
    .footer_delivery-box{
        gap: 5px;
    }
    .header__contact .button-header {
        max-width: 200px;
    }
}
@media screen and (max-width: 991px){
    .mobile-accordion-content .card-body{
        padding: 1.65rem 0;
    }
    .free-shipping-bar-container,
    .list-group-by .list-group-item{
        padding: 0.5rem 0;
    }
    .container{
        max-width: 720px;
    }
    .section {
        padding: 24px 0;
    }
    .header{
        position: relative;
    }
    .header__container {
        padding: 4px 0;
    }
    .header__container .header_support{
        display: none;
    }
    .header__container .header__contact,
    .header__container .header_logo {
        flex-basis: 50%;
    }
    .home-banner-section{
        gap: 30px;
    }
    .home-banner__content .buy-desktop-btn .price-cont{
        padding: 10px 2em;
    }
    .product-section__content{
        padding-top: 40px;
        padding-left: 0;
    }
    .home-banner__content .icons{
        justify-content: space-between;
    }
    .product-section__box{
        align-items: flex-start;
    }
    .product-section__slider .content{
        max-width: 330px;
    }
    .images_box{
        gap: 10px;
    }
    .order-video_box{
        padding: 24px 0;
    }
    .order-video_box{
        gap: 15px;
    }
    .faq-section_box .accordion-box{
        max-width: 49%;
        flex: 0 0 49%;
    }
    .footer_delivery-box{
        flex-wrap: wrap;
        padding: 32px 0;
    }
    .delivery-box_item{
        max-width: 100%;
        flex: 100%;
        margin-bottom: 24px;
    }
    .delivery-box_item-content {
        max-width: unset;
    }
    .footer_contact-box{
        flex-wrap: wrap;
    }
    .footer_contact-box .first-box,
    .footer_contact-box .second-box,
    .footer_contact-box .third-box {
        max-width: 49%;
        flex: 0 0 49%;
    }
    .footer_delivery-box {
        gap: 13px;
    }
    .second-box .hours-wrapper{
        margin-bottom: 36px;
    }
    /*Checkout*/
    .mobile-checkout-faq .faq-collapse-button{
        background-color: #fff;
    }
    .mobile-checkout-faq{
        display: block;
        max-width: unset;
    }
    .custom-checkout .mobile-checkout-faq .checkout_title{
        margin-bottom: 20px;
    }
    .checkout-faq-item {
        margin-right: 0;
    }
    .container_for_checkout{
        display: none;
    }
    .checkout-card {
        width: 100%;
        position: unset;
        margin: 30px 0;
    }
    .checkout-card form{
        max-width: unset;
    }
    .custom-checkout {
        display: block;
    }
    .custom-checkout .checkout-info{
        max-width: unset;
        padding: 30px 20px;
    }
    /*.order-summary,*/
    /*.checkout-card .list-group-by{*/
    /*    background-color: #fafafa;*/
    /*}*/
    .list-group-by .alert-brand{
        font-size: 14px;
        padding: 0.5rem 1.25rem;
    }
    .card-body .list-group-item.new-total-price .new-delivery{
        font-size: 16px;
    }
    .mob_box{
        display: block;
        margin-bottom: 20px;
    }
    .custom-checkout .checkout_title{
        text-align: center;
        font-size: 21px;
        /*padding-top: 20px;*/
        margin-bottom: 0;
    }
    .boosters-cart{
        align-items: center;
    }
    .boosters-cart .boosters-left{
        flex-direction: column;
    }
    .mob_box .great_choice{
        display: none;
    }
    .checkout-card.checkout-phone{
        display: block;
        /*background-color: #fafafa;*/
        margin: 0;
    }
    .checkout-card .list-group-by{
        padding-top: 0;
    }
    .product_info_block .product-cover{
        text-align: left;
    }

}
@media screen and (max-width: 767px) {
    .cookie-consent-banner #acceptCookieConsent{
        display: block;
        margin: 10px auto;
    }
    .comp_btn#place_order{
        margin-top: 35px;
    /*    display: none;*/
    }
    .mob_order-by{
        display: block;
    }
    .container{
        max-width: 540px;
    }
    .home-banner-section {
        flex-wrap: wrap
    }
    .home-banner__image img {
        max-height: 510px;
        margin: 0 auto;
    }
    .home-banner__image {
        max-width: 100%;
        flex: 0 0 100%;
    }
    h2.home-banner__title {
        font-size: 30px;
        text-align: center;
        margin-bottom: 20px;
        justify-content: center;
    }
    .home-banner__content .product-rating {
        justify-content: center;
        margin-bottom: 8px;
    }
    .home-banner__content .buy-desktop-btn .price-cont {
        margin: 0 auto 20px;
    }
    .icons .icon-wrap img {
        max-width: 45px;
        padding: 5px;
    }
    .home-banner__content .buy-desktop-btn .payment-methods{
        margin: 0 auto;
    }
    .order-text_content .cards-box__img,
    .home-banner__content .cards-box__img {
        justify-content: center;
    }
    .product-section__box {
        flex-wrap: wrap;
        display: block;
    }
    .product-section__slider .content {
        max-width: 510px;
    }
    .product-section__content .product-wrap img{
        max-width: 65px;
        margin-right: 15px;
    }
    .product-wrap .product-wrap__desc h3 {
        font-size: 16px;
    }
    .product-section__content {
        padding-top: 35px;
    }
    .images_box{
        flex-wrap: wrap;
    }
    .images_box .images-wrap {
        width: 100%;
        margin: 0 10px;
    }
    .order-video_box{
        flex-wrap: wrap;
    }
    .order-video_box .order-text_content,
    .order-video_box .order-video_content {
        flex: 0 0 100%;
    }
    .order-text_content .in_stock{
        justify-content: center;
    }
    .order-text_content .icons{
        margin: 24px 0;
    }
    .faq-section_box .accordion-box {
        max-width: 100%;
        flex: 0 0 100%;
    }
    .accordion-box .faq-title{
        min-height: auto;
    }
    .footer_contact-box .first-box,
    .footer_contact-box .second-box,
    .footer_contact-box .third-box {
        max-width: 100%;
        flex: 0 0 100%;
    }
    .footer_contact-box {
        text-align: center;
    }
    .first-box .logo-footer {
        margin: 0 auto 24px;
    }
    .second-box a{
        justify-content: center;
    }
    .second-box .hours-wrapper{
        max-width: unset;
    }
    .footer_contact-box .third-box img {
        max-width: 90%;
        margin: 0 auto;
    }
    .footer_contact-box h4{
        margin-bottom: 13px;
        margin-top: 10px;
    }
    .footer_copyright.section {
        padding: 16px 0;
    }
    .footer_copyright-box {
        flex-wrap: wrap;
        flex-direction: column-reverse;
        gap: 0;
    }
    .footer_copyright-box .copyright_text{
        padding-top: 16px;
        border-top: 1px solid #707070;
        width: 100%;
        text-align: center;
    }
    .footer_copyright-box img {
        padding-bottom: 16px;
    }
    .checkout-faq-content p{
        font-size: 14px;
    }
}
@media screen and (max-width: 600px) {
    .header__container {
        padding: 10px 0;
    }
    .header__container .header_logo img{
        height: 70px;
        width: auto;
    }
    .header__contact .button-header {
        font-size: 14px;
        max-width: fit-content;
        padding: 4px 7px;
    }
    .header__container .header__contact {
        gap: 8px;
    }
    .top-bar .slider-container p{
        font-size: 12px;
    }
    .header__contact .header-shopCart img {
        width: 24px;
    }
    .header__contact .header-icon img {
        max-width: 24px;
        min-height: 24px;
        min-width: 24px;
    }
    .buy-fixed{
        display: flex;
    }
    .slick-dotted.slick-slider{
        margin-bottom: 5px !important;
    }
    /*Checkout*/
    .surprise-price-atc,
    .surprise-text{
        padding: 1em;
    }
    p.surprise-price{
        font-size: 24px;
    }
    .custom-checkout .checkout-info{
        padding: 30px 15px 0;
    }
    .boosters-cart .boosters-flex-icon{
        font-size: 12px;
    }
    .deliveryForm div{
        width: 100%;
    }
    #place_order_mob{
        padding: 15px;
    }
    .custom-checkout .coupon_code #couponCode input{
        flex: 0 0 100%;
    }
    .custom-checkout .coupon_code #couponCode{
        flex-direction: column;
    }
    .checkout-info #couponCodeInput.expanded {
        height: 180px;
    }
    .custom-checkout .great_choice{
        gap: 5px;
        padding: 12px 1px;
        font-size: 12px;
    }
    .custom-shipping-price,
    .second_checkbox .mostPopular-card__title,
    .deliveryForm input{
        font-size: 14px;
        white-space: nowrap;
    }
    .mostPopular-card__title{
        font-size: 14px;
    }
    .mostPopular-card__description{
        font-size: 12px;
    }
    .mostPopular-card{
        gap: 1px;
    }
    .checkout-custom-terms {
        font-size: 12px;
        line-height: 15px;
        margin-top: 20px;
        width: 90%;
        margin-left: auto;
        margin-right: auto;
    }
    .custom-checkout .open_coupon{
        padding: 15px;
    }
    .mostPopular-section__item .img-box img {
        width: 60px;
    }
    .card-body .list-group-item,
    .product-cover .product-name{
        font-size: 14px;
        text-align: left;
    }
}
@media screen and (max-width: 480px) {
    .checkout-info #couponCodeInput.expanded {
        height: 200px;
    }
    .card-details label{
        font-size: 14px;
    }
    .card-details input{
        font-size: 14px;
        padding: 6px 10px;
    }
    .mostPopular-section__item .img-box img {
        width: 50px;
    }
    .img-box .delivery-logo-box{
        justify-content: end;
    }
    .mostPopular-section__item{
        padding: 5px;
    }
}