html._no_scroll{
  overflow: hidden;
  -webkit-overflow-scrolling : none !important;
}
@media screen and (max-width: 900px) {
  body:has(.home_header_search._active){
    position: fixed;
  }
}
html._no_scroll{
  overflow: hidden;
  -webkit-overflow-scrolling : none !important;
}

body .btn-danger {
    color: #000;
    background: #ebebeb;
    border-color: #ebebeb;
}
@media (hover: hover) {
    body .btn-danger:hover{
        background: var(--color-main-yellow);
        border-color: var(--color-main-yellow);
    }
}


.home_header_logo{
  margin-bottom: 10px;
}

.home_header_menu._fixed {
  position: absolute;
  top: 0;
  left: calc(50% + 45px);
  transform: translate(-50%, 0);
  display: flex;
  gap: 60px;
  white-space: nowrap;
}
html[lang="en"] .home_header_menu._fixed{
  left: calc(50% + 90px);
}

.row > #content{
  background: #000;
}
ul.breadcrumb{
  display: none;
}


.sort_list_item{
  display: block;
}


.to_top_btn{
    cursor: pointer;
    position: fixed;
    bottom: 3rem;
    left: 2rem;
    transition: var(--global-transition);
    opacity: 0;
    visibility: hidden;
    transform: translateY(1rem);
    z-index: 8;
}
    .to_top_btn._active{
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
    }
    .to_top_btn svg{
        width: 40px;
    }
    

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

    .to_top_btn{
        bottom: 24px;
        left: 20px;
    }
        .to_top_btn svg{
            width: 50px;
        }
    
}


.home_header_messengers ._wa img, .home_header_messengers ._wa svg{
    width: 29px;
}

.home_header_socials ._inst img, 
.home_header_socials ._inst svg{
    width: 25px;
}

/*                  category                            */

@media screen and (min-width: 901px) {

  .home_header_messengers{
    transform: translateY(16px);
  }
  .home_products_top{
    position: relative;
    padding-top: 10px;
    justify-content: center;
  }

  .sort.sort__home,
  .sort.sort__category,
  .sort.sort__search{
    position: absolute;
    right: 0;
    z-index: 2;
  }
  .sort.sort__home{
    top: -56px;
  }
  .sort.sort__category{
    top: -115px;
  }
  .sort.sort__search{
    top: -187px;
  }


  #ocfilter .popover.ocfilter-option-popover{
    position: fixed;
    top: unset!important;
    left: 0px!important;
    bottom: 0!important;
    display: block!important;
    /* width: calc(100% + 40px)!important;
    max-width: calc(100% + 40px); */
    width: calc( (100vw - 1020px) / 2 + 12px)!important;
    min-width: 220px!important;
    max-width: 370px!important;
    box-shadow: none!important;
    border: none!important;
    border-radius: 0!important;
    margin: 0!important;
    padding: 20px!important;
    background: #000!important;
  }
  #ocfilter .popover.ocfilter-option-popover .popover-content{
    padding: 0 !important;
  }
    #ocfilter .popover.ocfilter-option-popover .btn_fill{
      width: 100%;
    }
  #ocfilter .popover.ocfilter-option-popover .arrow,
  #ocfilter .popover.ocfilter-option-popover .popover-title{
    display: none !important;
  }
}


.btn_category_back{
    width: 100%;
    display: flex;
    align-items: center;
    gap: 6px;
    text-align: center;
    justify-content: center;
    margin: 16px 0 24px;
}



.filter_item_value label:has(input:checked)::after{
    opacity: 1;
    visibility: visible;
}
.filter_item_selected{
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 16px;
}
    .filter_item_selected .btn_outline{
        font-size: 14px;
        padding: 2px 8px;
    }

@media (hover: hover) {
    .selected-options .btn_outline:hover {
        background: var(--color-main-red);
        border-color: var(--color-main-red);
    }
}



.search_page_form{
    position: relative;
    margin-bottom: 24px;
}
    .search_page_form svg{
        cursor: pointer;
        display: block;
        position: absolute;
        top: calc(50% - 9px);
        left: 12px;
        width: 18px;
        z-index: 1;
    }
    .search_page_form input{
        padding: 12px 12px 12px 40px;
    }



.pagination_wrap{
    text-align: center;
    margin: 36px auto 0;
}

.pagination>li>a, 
.pagination>li>span{
    color: var(--color-main-yellow);
    border-radius: 0!important;
    background: transparent;
    border-color: transparent;
}
    .pagination>.active>a, 
    .pagination>.active>a:focus, 
    .pagination>.active>a:hover, 
    .pagination>.active>span, 
    .pagination>.active>span:focus, 
    .pagination>.active>span:hover {
        color: #000;
        background-color: var(--color-main-yellow);
        border-color: var(--color-main-yellow);

    }
    .pagination>li>a:focus, 
    .pagination>li>a:hover, 
    .pagination>li>span:focus, 
    .pagination>li>span:hover{
        color: #000;
        background-color: var(--color-main-yellow);
        border-color: var(--color-main-yellow);
    }





/*                  checkout                            */

.checkout_payment_back{
  width: 250px;
  margin-top: 24px;
}

@media screen and (max-width: 900px) {
  .checkout_payment_back{
    width: 100%;
  }
}

.order_total._shipping,
.order_total._sub_total,
.cart_page_total_item._shipping,
.cart_page_total_item._sub_total,
.checkout_total_item._shipping,
.checkout_total_item._sub_total{
    display: none !important;
}
.cart_product_info{
    flex-grow: 1;
}

.checkout_actions_back{
    display: block;
    color: #fff;
    width: max-content;
    margin: 16px auto 0;
}
    @media (hover:hover) {
        .checkout_actions_back:hover{
            color: var( --color-main-yellow )
        }
    }



.payment_text  .home_header_messengers{
  margin: 16px 0;
}
/* #payment-address ._input:has( [name="city"], [name="address_1"], [name="address_2"] ) {
    display: none !important;
} */






/*                  product                            */

.product_card_reviews{
  color: var(--color-main-yellow)!important;
}

.product_reviews_list .pagination{
  margin-top: 1rem;
}

.reviews_input input, .reviews_input textarea{
  color: #000;
}

.reviews_input input._error,
.reviews_input textarea._error{
  border-color: var(--color-main-red);
}
.reviews_input .text-error{
  margin-top: 2px;
  font-size: 12px;
  color: var(--color-main-red);
}

.product_content h1{
    margin-top: 0;
}

.product_btn_home{
    width: 100%;
    display: flex;
    align-items: center;
    gap: 6px;
    text-align: center;
    justify-content: center;
    margin-top: 24px;
}

.swiper-button-next, 
.swiper-button-prev{
    width: 40px;
}
    .swiper-button-prev{
        left: 100px;
    }
    .swiper-button-next{
        right: 100px;
    }


@media screen and ( min-width: 901px ) {
  .popup_cart{
    width: calc((100vw - 1020px) / 2 + 12px);
    min-width: 240px;
    max-width: 360px;
  }
}

@media screen and ( min-width: 901px ) and (max-width: 1700px) {
    
      .popup_cart_products{
        padding: 10px;
      }
      .popup_cart .cart_product{
        gap: 10px;
      }
      .popup_cart .bg_img{
        width: 55px;
        min-width: 55px;
      }
      .popup_cart .cart_product_title{
        font-size: 14px;
      }

}


.product_description._show_more{
    position: relative;
    max-height: 700px;
    overflow: hidden;
    transition: .25s ease all;
}
    .product_description._show_more::before{
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        max-height: 100%;
        height: 230px;
        background: linear-gradient(180deg, rgba(0, 0, 0, 00) 0%, #000 100%);
        z-index: 1;
        transition: var(--global-transition);
    }
    .product_description._show_more._active{
        max-height: 10000px;
    }
        .product_description._show_more._active::before{
            opacity: 0;
            visibility: hidden;
        }

.show_more_btn{
    margin: 16px auto 0;
}
    .show_more_btn svg{
        transition: var(--global-transition);
    }
    .show_more_btn._active svg{
       transform: scale(-1);
    }


@media screen and (max-width: 900px) {
    .product_description._show_more{
        max-height: 600px;
    }
}

.product_slider{
    padding: 30px 20px;
}

@media screen and ( min-width: 901px ) {
    .product_slider_wrap{
        padding: 0 30px;
    }
}

.product_slider h3{
    margin-bottom: 16px;
}

.swiper-slide .product_card{
    height: 100%;
}

.product_slider .swiper-button-next, 
.product_slider .swiper-button-prev {
    width: 30px;
}
    .product_slider .swiper-button-next{
        right: 10px;
    }
    .product_slider .swiper-button-prev {
        left: 10px;
    }



    


/*                  info pages                            */




.catalog_pdf_back{
    padding: 10px 0 20px;
}

    .catalog_pdf_back .btn_outline{
        margin-left: auto;
    }


@media screen and (max-width: 900px) {
    .catalog_pdf_back .btn_outline{
        margin: 0 auto;
    }
}

.about_us{
    padding: 0 0 30px;
}

    .about_us h1{
        font-family: "KellySlab";
        text-transform: uppercase;
        text-align: center;
        margin-bottom: 24px;
    }

    .about_us_content * {
       font-size: 15px;
       line-height: 27px;
       margin-bottom: 1.2rem;
    }
    .about_us_content p:not(:last-child) {
        margin-bottom: 1.2rem;
    }

@media screen and (max-width: 900px) {
    .about_us{
        padding: 0 15px 30px;
    }
}






/*                      REVIEWS                                 */



.reviews_overlay {
    cursor: pointer;
    z-index: 98;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(97, 97, 117, 0.5);
    opacity: 0;
    visibility: hidden;
    transition: var(--global-transition);
  }
  .reviews_overlay._active {
    opacity: 1;
    visibility: visible;
  }
  
  .fixed_reviews_btn {
    cursor: pointer;
    z-index: 9;
    position: fixed;
    right: 0;
    top: 50%;
    transform: translate(49px, -50%) rotate(90deg);
    background-color: #d4a234;
    color: #000;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
  }
  .fixed_reviews_btn_wrap {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 16px 24px;
  }
  @media screen and (max-width: 900px) {
    .fixed_reviews_btn {
      transform: translate(29px, -50%) rotate(90deg);
    }
    .fixed_reviews_btn_wrap {
      padding: 8px 16px;
    }
    .fixed_reviews_btn svg {
      display: none;
    }
  }
  
  .reviews_popup {
    z-index: 99;
    position: fixed;
    top: 50%;
    left: 50%;
    width: 500px;
    max-width: 100%;
    max-height: calc(100dvh - 60px);
    transform: translate(-50%, -50%) scale(0.9);
    color: #000;
    background: #fff;
    border-radius: 3px;
    box-shadow: 0 37px 35px 0 rgba(16, 37, 62, 0.22), 0 0 15px 0 rgba(0, 0, 0, 0.09);
    opacity: 0;
    visibility: hidden;
    transition: var(--global-transition);
    overflow: hidden;
  }
  .reviews_popup._active {
    opacity: 1;
    visibility: visible;
    transform: translate(-50%, -50%) scale(1);
  }
  .reviews_popup_wrap {
    height: 100%;
    max-height: calc(100dvh - 60px);
  }
  .reviews_popup_head {
    height: 54px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 15px;
    font-size: 18px;
  }
  .reviews_popup_close {
    cursor: pointer;
    transition: var(--global-transition);
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .reviews_popup_close svg {
    width: 18px;
    display: block;
  }
  @media (hover: hover) {
    .reviews_popup_close:hover {
      box-shadow: 0 0 8px 3px rgba(128, 128, 128, 0.8);
    }
  }
  .reviews_popup_actions {
    height: 68px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1rem;
    padding: 15px;
    border-bottom: 1px solid #edeff0;
  }
  .reviews_popup_actions .btn_fill {
    display: flex;
    align-items: center;
    gap: 6px;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 500;
    padding: 8px 24px;
  }
  .reviews_popup_actions .btn_fill ._ico_plus {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    background: #fff;
    border-radius: 50%;
  }
  .reviews_popup_rating {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    font-size: 18px;
    margin-bottom: 4px;
  }
  .reviews_popup_rating_stars {
    display: flex;
    align-items: center;
    gap: 4px;
  }
  .reviews_popup_rating_stars img, .reviews_popup_rating_stars svg {
    width: 18px;
  }
  .reviews_popup_rating_text {
    font-size: 11px;
  }
  .reviews_popup_content {
    overflow-y: auto;
    max-height: calc(100dvh - 182px);
  }
  .reviews_popup_content::-webkit-scrollbar {
    width: 10px;
  }
  .reviews_popup_content::-webkit-scrollbar-thumb {
    cursor: pointer;
    background-color: #aab3bd;
  }
  .reviews_popup_loadmore {
    cursor: pointer;
    color: #d4a234;
    font-size: 14px;
    font-weight: 700;
    padding: 10px;
    margin: 20px auto;
    width: max-content;
  }
  @media screen and (max-width: 900px) {
    .reviews_popup_actions .btn_fill {
      padding: 8px 16px;
    }
  }
  
  .review_item {
    border-bottom: 1px solid #edeff0;
    padding: 20px;
  }
  .review_item_head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 24px;
  }
  .review_item_head_left {
    display: flex;
    align-items: center;
    gap: 8px;
  }
  .review_item_head_stars {
    display: flex;
    align-items: center;
    gap: 4px;
  }
  .review_item_head_stars img, .review_item_head_stars svg {
    width: 18px;
  }
  .review_item_head_name {
    color: #34495e;
    font-size: 14px;
    margin-bottom: 10px;
  }
  .review_item_head_date {
    color: #34495e;
    font-size: 12px;
    font-weight: 500;
  }
  .review_item_img {
    width: 45px;
    min-width: 45px;
    height: 45px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #7A8998;
    color: #fff;
    font-size: 23px;
    font-weight: 700;
    line-height: 45px;
    text-transform: uppercase;
  }
  .review_item_img img {
    border-radius: 50%;
  }
  .review_item_text {
    position: relative;
    font-size: 14px;
    line-height: 21px;
  }
  .review_item_text._more {
    max-height: 105px;
    overflow: hidden;
    transition: var(--global-transition);
  }
  .review_item_text._more::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    max-height: 100%;
    height: 60px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFF 100%);
    z-index: 1;
    transition: var(--global-transition);
  }
  .review_item_text._more._active {
    max-height: 6000px;
  }
  .review_item_text._more._active::before {
    opacity: 0;
    visibility: hidden;
  }
  .review_item_actions {
    display: flex;
    align-items: center;
    gap: 40px;
    margin-top: 8px;
    font-size: 14px;
    color: #696c85;
  }
  .review_item_more {
    cursor: pointer;
    font-weight: 700;
    width: max-content;
  }
  .review_item_open_comment {
    cursor: pointer;
  }
  .review_item_comment {
    display: none;
    padding: 20px 24px 10px;
  }
  .review_item_comment_head {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    color: #34495e;
    font-size: 14px;
    font-weight: 600;
  }
  .review_item_comment_head div {
    padding-top: 4px;
  }
  .review_item_comment_head img {
    border-radius: 50%;
    width: 45px;
    min-width: 45px;
    height: 45px;
  }
  .review_item_comment_text {
    font-size: 14px;
    line-height: 21px;
    padding-left: 55px;
  }
  
  .reviews_popup_form {
    z-index: 99;
    position: fixed;
    top: 50%;
    left: 50%;
    width: 500px;
    max-width: 100%;
    max-height: calc(100dvh - 60px);
    transform: translate(-50%, -50%) scale(0.9);
    color: #000;
    background: #fff;
    border-radius: 3px;
    box-shadow: 0 37px 35px 0 rgba(16, 37, 62, 0.22), 0 0 15px 0 rgba(0, 0, 0, 0.09);
    opacity: 0;
    visibility: hidden;
    transition: var(--global-transition);
    overflow: hidden;
  }
  .reviews_popup_form._active {
    opacity: 1;
    visibility: visible;
    transform: translate(-50%, -50%) scale(1);
  }
  .reviews_popup_form_wrap {
    max-height: calc(100dvh - 60px);
  }
  .reviews_popup_form_head {
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 30px 20px 16px;
    font-size: 18px;
  }
  .reviews_popup_form_title {
    display: flex;
    align-items: center;
    gap: 16px;
  }
  .reviews_popup_form_back {
    cursor: pointer;
  }
  .reviews_popup_form_close {
    cursor: pointer;
    transition: var(--global-transition);
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .reviews_popup_form_close svg {
    width: 18px;
    display: block;
  }
  @media (hover: hover) {
    .reviews_popup_form_close:hover {
      box-shadow: 0 0 8px 3px rgba(128, 128, 128, 0.8);
    }
  }
  .reviews_popup_form_form {
    overflow-y: auto;
    max-height: calc(100dvh - 130px);
    padding: 20px 20px 80px;
  }
  .reviews_popup_form_form::-webkit-scrollbar {
    width: 10px;
  }
  .reviews_popup_form_form::-webkit-scrollbar-thumb {
    cursor: pointer;
    background-color: #aab3bd;
  }
  .reviews_popup_form .btn_fill {
    width: 100%;
    color: #f9f9f9;
    background: #d4a234;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 600;
  }
  
  .reviews_input {
    margin-bottom: 8px;
  }
  .reviews_input input, .reviews_input textarea {
    width: 100%;
    border-radius: 4px;
    border: 1px solid #dddddd;
    font-size: 16px;
    padding: 10px 16px;
  }
  .reviews_input textarea {
    resize: vertical;
    height: 180px;
  }
  
  .rating_field_list {
    display: flex;
    gap: 4px;
    margin-bottom: 24px;
  }
  .rating_field_title {
    color: #767676;
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 16px;
  }
  .rating_field_item {
    position: relative;
    cursor: pointer;
  }
  .rating_field_item input {
    position: absolute;
    top: 0;
    left: 0;
    visibility: hidden;
  }
  .rating_field_item svg {
    width: 24px;
  }
  .rating_field_item svg path {
    transition: var(--global-transition);
  }
  .rating_field_item._active svg path {
    fill: var(--color-main-yellow);
  }
  
  .product_reviews {
    color: #000;
    background: #fff;
    padding: 30px;
    margin-top: 24px;
  }
  .product_reviews_actions {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1rem;
    padding: 0 0 24px;
    border-bottom: 1px solid #edeff0;
  }
  .product_reviews_actions .btn_fill {
    display: flex;
    align-items: center;
    gap: 6px;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 500;
    padding: 8px 24px;
  }
  .product_reviews_actions .btn_fill ._ico_plus {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    background: #fff;
    border-radius: 50%;
  }
  .product_reviews_rating {
    font-size: 35px;
    font-weight: 600;
    margin-bottom: 12px;
  }
  .product_reviews_rating_stars {
    display: flex;
    align-items: center;
    gap: 4px;
    margin-top: 12px;
  }
  .product_reviews_rating_stars img, .product_reviews_rating_stars svg {
    width: 30px;
  }
  .product_reviews_rating_text {
    font-weight: 400;
    font-size: 16px;
  }
  @media screen and (max-width: 900px) {
    .product_reviews {
      padding: 20px;
    }
    .product_reviews_actions {
      align-items: unset;
      flex-direction: column;
      gap: 24px;
    }
    .product_reviews_actions .btn_fill {
      width: 100%;
      padding: 12px;
      justify-content: center;
    }
  }
  
  .product_review_item {
    border-bottom: 1px solid #edeff0;
    display: flex;
    align-items: flex-start;
    gap: 16px;
    padding: 20px 0;
  }
  .product_review_item_info {
    width: 140px;
    min-width: 140px;
  }
  .product_review_item_content {
    flex-grow: 1;
  }
  .product_review_item_stars {
    display: flex;
    align-items: center;
    gap: 4px;
    margin-bottom: 8px;
  }
  .product_review_item_stars img, .product_review_item_stars svg {
    width: 18px;
  }
  .product_review_item_name {
    color: #34495e;
    font-size: 14px;
    font-weight: 700;
    margin: 16px 0 8px;
  }
  .product_review_item_date {
    color: #34495e;
    font-size: 12px;
    font-weight: 500;
  }
  .product_review_item_img {
    width: 45px;
    min-width: 45px;
    height: 45px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #7A8998;
    color: #fff;
    font-size: 23px;
    font-weight: 700;
    line-height: 45px;
    text-transform: uppercase;
  }
  .product_review_item_img img {
    border-radius: 50%;
  }
  .product_review_item_text {
    position: relative;
    font-size: 14px;
    line-height: 21px;
  }
  .product_review_item_text._more {
    max-height: 105px;
    overflow: hidden;
    transition: var(--global-transition);
  }
  .product_review_item_text._more::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    max-height: 100%;
    height: 60px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFF 100%);
    z-index: 1;
    transition: var(--global-transition);
  }
  .product_review_item_text._more._active {
    max-height: 6000px;
  }
  .product_review_item_text._more._active::before {
    opacity: 0;
    visibility: hidden;
  }
  .product_review_item_actions {
    display: flex;
    align-items: center;
    gap: 40px;
    margin-top: 8px;
    font-size: 14px;
    color: #696c85;
  }
  .product_review_item_more {
    cursor: pointer;
    font-weight: 700;
    width: max-content;
  }
  .product_review_item_open_comment {
    cursor: pointer;
  }
  .product_review_item_comment {
    display: none;
    padding: 20px 24px 10px;
  }
  .product_review_item_comment_head {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    color: #34495e;
    font-size: 14px;
    font-weight: 600;
  }
  .product_review_item_comment_head div {
    padding-top: 4px;
  }
  .product_review_item_comment_head img {
    border-radius: 50%;
    width: 45px;
    min-width: 45px;
    height: 45px;
  }
  .product_review_item_comment_text {
    font-size: 14px;
    line-height: 21px;
    padding-left: 55px;
  }
  @media screen and (max-width: 900px) {
    .product_review_item {
      flex-direction: column;
      align-items: unset;
      gap: 12px;
      padding: 15px 0;
    }
    .product_review_item_info {
      width: 100%;
      display: flex;
      align-items: flex-start;
      gap: 12px;
    }
    .product_review_item_name {
      margin: 0 0 8px;
    }
    .product_review_item_comment {
      padding: 20px 16px 10px;
    }
  }


/*                     END     REVIEWS                                 */