/**
* common common common common common common common common common common common common 
**/
:root {
	--color-green: #01a736;
	--color-concrete: #bbbdbf;
    --color-red: #f11818;
    --color-base: #141a21;
    --color-gray: #f8f8f8;
    --color-white: #ffffff;
    --color-menu_mob: #2c3138;
}
.green {
    color: var(--color-green);
}
.white {
    color: var(--color-white);
}
.red {
    color: var(--color-red);
}
.gray {
    color: var(--color-gray);
}
.base {
    color: var(--color-base);
}
.concrete {
    color: var(--color-concrete);
}
html.lock {
    overflow-y: scroll;
}
body {
    background-color: var(--color-gray);
}
body.lock {
    overflow: hidden;
    height: 100vh;
}
body.sherlock {
    overflow: hidden;
}
p {
    margin: 0;
    padding: 0;
}
a {
    text-decoration: none;
}
.buttons {
    margin: 0;
}
/**
* fonts fonts fonts fonts fonts fonts fonts fonts fonts fonts fonts fonts fonts fonts 
**/
.mon_700_13_16 {
    font-family: 'Montserrat';
    font-weight: 700;
    font-size: 13px;
    line-height: 16px;
    letter-spacing: .05em;
}
.mon_700_15_18 {
    font-family: 'Montserrat';
    font-weight: 700;
    font-size: 15px;
    line-height: 18px;
    letter-spacing: .05em;
}
.mon_600_36_36 {
    font-family: 'Montserrat';
    font-weight: 600;
    font-size: 36px;
    line-height: 36px;
}
.mon_600_15_18 {
    font-family: 'Montserrat';
    font-weight: 600;
    font-size: 15px;
    line-height: 18px;
}
.mon_600_15_18_button {
    font-family: 'Montserrat';
    font-weight: 600;
    font-size: 15px;
    line-height: 18px;
}
.mon_600_25_30 {
    font-family: 'Montserrat';
    font-weight: 600;
    font-size: 25px;
    line-height: 30px;
}
.mon_600_23_28 {
    font-family: 'Montserrat';
    font-weight: 600;
    font-size: 23px;
    line-height: 28px;
}
.mon_600_18_22 {
    font-family: 'Montserrat';
    font-weight: 600;
    font-size: 18px!important;
    line-height: 22px;
}
.mon_600_20_24 {
    font-family: 'Montserrat';
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: .05em;
}
.mon_600_17_21 {
    font-family: 'Montserrat';
    font-weight: 600;
    font-size: 17px;
    line-height: 21px;
    letter-spacing: .03em;
}
.mon_600_36_36 {
    font-family: 'Montserrat';
    font-weight: 600;
    font-size: 36px;
    line-height: 36px;
}
.mon_500_17_25 {
    font-family: 'Montserrat';
    font-weight: 500;
    font-size: 17px;
    line-height: 25px;
}
.mon_500_13_17 {
    font-family: 'Montserrat';
    font-weight: 500;
    font-size: 13px;
    line-height: 18px;
}
.mon_500_12_16 {
    font-family: 'Montserrat';
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
}
.mon_500_13_16 {
    font-family: 'Montserrat';
    font-weight: 500;
    font-size: 13px;
    line-height: 16px;
}
/*xxl=xl*/
@media screen and (max-width: 1199px) {
    .mon_700_15_18 {
        font-size: 14px;
    }
}
/*lg*/
@media screen and (max-width: 991px) {
    .mon_600_36_36 {
        font-size: 28px;
        line-height: 28px;
    }
    .mon_600_25_30 {
        font-size: 23px;
        line-height: 28px;
    }
    .mon_600_18_22 {
        font-size: 15px!important;
        line-height: 18px;
    }
    .mon_600_17_21 {
        font-size: 13px;
        line-height: 16px;
    }
    .mon_600_15_18 {
        font-size: 12px;
        line-height: 14px;
    }
    .mon_500_17_25 {
        font-size: 13px;
        line-height: 20px;
    }
    .mon_500_13_17 {
        font-size: 12px;
        line-height: 16px;
    }
    .mon_500_12_16 {
        font-size: 9px;
        line-height: 12px;
    }
}
/*md*/
@media screen and (max-width: 767px) {
    .mon_600_17_21 {
        font-size: 13px;
        line-height: 16px;
    }
    .mon_500_13_17 {
        font-size: 12px;
        line-height: 16px;
    }
}
/*sm*/
@media screen and (max-width: 575px) {
    .mon_600_25_30 {
        font-size: 20px;
        line-height: 24px;
    }
    .mon_600_18_22 {
        font-size: 15px!important;
        line-height: 18px;
    }
}
/**
* header header header header header header header header header header header header 
**/
.header_black {
    background-color: rgba(20, 26, 33, 0.97);
    position: fixed;
    top: 0;
    z-index: 9;
    transition: 0.5s;
}
.header-header {
    height: 84px;
    transition: 0.2s;
}
.burger,
.burger2 {
    width: 30px;
    height: 20px;
    position: relative;
    cursor: pointer;
}
.burger::before,
.burger::after,
.burger2::before,
.burger2::after {
    content: "";
    background-color: #ffffff;
    position: absolute;
    width: 100%;
    height: 2px;
    left: 0;
    transition: all 0.5s;
}
.burger span,
.burger2 span {
    background-color: #ffffff;
    position: absolute;
    top: 9px;
    left: 0;
    width: 100%;
    height: 2px;
    transition: all 0.5s;
}
.burger:hover::before,
.burger:hover::after,
.burger:hover span,
.burger2:hover::before,
.burger2:hover::after,
.burger2:hover span {
    background-color: var(--color-concrete);
}
.burger::before,
.burger2::before {
    top: 0;
}
.burger::after,
.burger2::after {
    bottom: 0;
}
.burger.active span,
.burger2.active span {
    transform: scale(0);
}
.burger.active::before,
.burger2.active::before {
    transform: rotate(45deg);
    top: 9px;
}
.burger.active::after,
.burger2.active::after {
    transform: rotate(-45deg);
    bottom: 9px;
}
.open_watch {
    margin-right: 17px;
}
.open_first {
    margin-right: 15px;
}
#logo {
    margin-bottom: 0;
    margin-right: 22px;
}
.logo_img {
    width: 126px;
    height: 50px;
}
.logo_img_subtitle {
    width: 184px;
    height: 50px;
}
#cart {
    margin-bottom: 0;
    margin-right: 4px;
}
.cart {
    width: auto;
}
.common_row {
    margin-top: 40px;
}
.common_row.active {
    margin-top: 0px;
}
.scroll_row {
    opacity: 0;
}
.scroll_row.active {
    display: none;
}
.logo_2 img {
    width: 100px;
    height: 40px;
}
/*xxl*/
@media screen and (max-width: 1399px) {
    .header-header {
        height: 84px;
    }
    .common_row {
        margin-top: 21px;
    }
}
/*xxl=xl*/
@media screen and (max-width: 1199px) {
    .header-header {
        height: 84px;
    }
    .common_row {
        margin-top: 21px;
    }
    .open {
        padding-left: 55px;
    }
    .open_watch {
        margin-right: 11px;
    }
    .logo {
        padding-left: 9px;
    }
    .tel {
        padding-left: 17px;
    }
    #cart {
        margin-right: 0;
    }
}
/*lg*/
@media screen and (max-width: 991px) {
    .header-header {
        height: 84px;
    }
    .common_row {
        margin-top: 21px;
    }
    .common_row.active {
        margin-top: 3px;
    }
    .logo {
        padding-left: 25px;
    }
    .tel {
        padding-left: 7px;
    }
}
/*md*/
@media screen and (max-width: 767px) {
    .header-header {
        height: 84px;
    }
    .common_row {
        margin-top: 39px;
    }
    .common_row.active {
        margin-top: 7px;
    }
    .logo {
        padding-left: 19px;
    }
    #logo {
        margin-right: 19px;
        margin-bottom: 10px;
    }
    .logo_img {
        width: 106px;
        height: 42px;
    }
    .logo_img_subtitle {
        width: 154px;
        height: 42px;
    }
}
/*sm*/
@media screen and (max-width: 575px) {
    .header-header {
        height: 70px;
    }
    #logo {
        margin-right: 0;
    }
    .common_row.active {
        margin-top: 8px;
    }
}
/**
* categories categories categories categories categories categories categories 
**/
.category_black {
    background-color: rgba(20, 26, 33, 0.97);
    border-top: 2px solid rgba(255, 255, 255, 0.2);
    top: 84px;
    position: fixed;
    z-index: 8;
    display: flex;
/*    transition: 0.2s;*/
}
.submenu {
    height: 65px;
    transition: 0.5s;
}
.submenu.active {
    height: 0;
}
.categories_list {
    list-style: none;
    padding: 0;
    margin: 0;
    padding-bottom: 3px;
}
.categories_list.active {
    visibility: hidden;
}
.categories_list a {
    text-decoration: none;
}
.menu_2 .categories_list a:hover {
    text-decoration: underline;
    text-underline-offset: 29px;
    text-decoration-thickness: 5px;
    text-underline-position: under;
    text-decoration-color: var(--color-green);
}
.menu_2 .categories_list a.active {
    text-decoration: underline;
    text-underline-offset: 29px;
    text-decoration-thickness: 5px;
    text-underline-position: under;
    text-decoration-color: var(--color-green);
}
.submenu .categories_list a:hover {
    text-decoration: underline;
    text-underline-offset: 19px;
    text-decoration-thickness: 5px;
    text-underline-position: under;
    text-decoration-color: var(--color-green);
}
.submenu .categories_list a.active {
    text-decoration: underline;
    text-underline-offset: 19px;
    text-decoration-thickness: 5px;
    text-underline-position: under;
    text-decoration-color: var(--color-green);
}
.categories_list_img {
    position: absolute;
    top: -2px;
    left: 0;
    height: 477px;
    background-color: rgba(20, 26, 33, 0.95);
    display: none;
    border-top: 2px solid rgba(255, 255, 255, 0.2);
    z-index: 8;
}
.categories_list_img_body {
    padding-top: 62px;
    width: 1100px;
}
.category_link {
    width: 220px;
    height: 150px;
    border: 2px solid;
    border-radius: 25px;
    border-color: rgba(255, 255, 255, 0.2);
    border-style: outset;
    background-color: rgba(20, 26, 33, 1);
    margin-bottom: 35px;
    margin-right: 35px;
}
.category_link:nth-child(4n) {
    margin-right: 0;
}
.category_link p {
    text-align: center;
    height: 32px;
    display: flex;
    align-items: center;
    padding: 0 2px;
}
.category_link:hover {
    box-shadow: 0px 0px 0px 2px rgba(255, 255, 255, 0.1);
}
.category_img {
    width: 88px;
    height: 88px;
}
.categories_footer {
/*    margin-top: 51px;*/
    border-top: 1px solid var(--color-gray);
    height: 50px;
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.arrow_up,
.categories_list_img_mobile {
    display: none;
}
.close_mobile {
    position: absolute;
    top: 10px;
    right: -100%;
    cursor: pointer;
    transition: 0.5s;
}
/*xxl=xl*/
@media screen and (max-width: 1199px) {
    .categories_list_img {
        height: 405px;
    }
    .categories_list_img_body {
        padding-top: 50px;
    }
    .category_link {
        width: 190px;
        height: 140px;
        margin-bottom: 20px;
        margin-right: 20px;
    }
    .category_img {
        width: 80px;
        height: 80px;
    }
}
/*lg*/
@media screen and (max-width: 991px) {
    .category_black {
        background-color: unset;
        top: 0;
    }
    .categories_list {
        visibility: hidden;
    }
    .categories_list_img {
        height: 332px;
        top: 82px;
    }
    .categories_list_img_body {
        padding-top: 30px;
    }
    .category_link {
        width: 140px;
        height: 100px;
        margin-bottom: 20px;
        margin-right: 15px;
        border-radius: 15px;
    }
    .category_img {
        width: 52px;
        height: 52px;
    }
    .arrow_up {
        display: block;
        text-align: center;
        cursor: pointer;
        margin-top: 20px;
    }
}
/*md*/
@media screen and (max-width: 767px) {
    .category_link {
        width: 110px;
        height: 100px;
        margin-bottom: 16px;
        margin-right: 18px;
    }
    .category_img {
    }
    .arrow_up {
        margin-top: 23px;
    }
}
/*sm*/
@media screen and (max-width: 575px) {
    .header_black.active {
        z-index: 8;
    }
    .categories_list_img {
        display: none;
    }
    .categories_list_img_mobile {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        position: absolute;
        top: -2px;
        left: -267px;
        width: 267px;
        height: 100vh;
        background-color: #ffffff;
        transition: 0.5s;
    }
    .categories_list_img_mobile.active {
        position: absolute;
        top: -2px;
        left: 0px;
    }
    .global-overlay {
        position: fixed;
        top: 0;
        left: 0;
        z-index: 8;
        width: 100%;
        height: 100%;
        opacity: 0.75;
        background: var(--color-base);
        display: none;
    }
    .global-overlay.active {
        display: block;
    }
    /*.categories_list_img {
        top: 68px!important;
    }*/
    .categories_list_img_body {
        width: unset;
    }
    .categories_list_img_mobile .category_link {
        background-color: var(--color-menu_mob);
        border: 0;
    }
    .categories_list_img_mobile a {
        width: 106px;
        height: 100px;
        margin-bottom: 12px;
        margin-right: 15px;
    }
    .categories_list_img_mobile a:nth-child(2n) {
        margin-right: 0;
    }
    .arrow_up {
        display: none;
    }
    .categories_footer_mobile {
        display: flex;
    }
    .close_mobile.active {
        z-index: 9;
        right: 20px;
    }
}
/**
* cart_button cart_button cart_button cart_button cart_button cart_button cart_button 
**/
.cart_button {
    position: relative;
    background-color: unset;
    border: unset;
    z-index: 0;
}
.cart_button.active {
    z-index: -1;
}
.cart_button_text {
    position: absolute;
    top: 1px;
    left: 15px;
    width: 17px;
    height: 17px;
    background-color: var(--color-red);
    border-radius: 50%;
    color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
}
.dropdown-toggle::after {
    display: inline-block;
    margin-left: 0;
    vertical-align: 0;
    content: "";
    border: unset;
}
/*xxl=xl*/
@media screen and (max-width: 1199px) {}
/*lg*/
@media screen and (max-width: 991px) {}
/*md*/
@media screen and (max-width: 767px) {}
/*sm*/
@media screen and (max-width: 575px) {
    .rice_cart {
        transition: 0.5s;
    }
    .rice_cart.active {
        opacity: 0;
    }
}
/**
* cart_dropdown cart_dropdown cart_dropdown cart_dropdown cart_dropdown cart_dropdown 
**/
#cart .dropdown-menu {
    background-color: var(--color-white);
    border-radius: 15px;
    padding-top: 0;
}
#cart .dropdown-menu li > div {
    padding: 0 25px;
    width: 429px;
}
.cart_info {
    display: none;
    position: absolute;
    top: 30px;
    right: 0px;
}
.cart_info.active {
    display: block;
}
.cart_info li {
   background-color: var(--color-white);
}
.cart_info_header {
    height: 40px;
    background-color: var(--color-gray);
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-right: 25px;
    border-radius: 15px;
    margin-bottom: 10px;
}
.cart_info_header_amount {
    margin-right: 25px;
}
.cart_info_header_delete {
    border: none;
    background-color: transparent;
}
.cart_info_products_li {
    margin-bottom: 20px;
}
.cart_info_products img {
    width: 58px;
    height: 58px;
    margin-right: 14px;
}
.cart_info_product_summary {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    min-width: 180px;
}
.cart_info_product_summary h4 {
    margin-bottom: 5px;
}
.num_total {
    margin-right: 20px;
}
.num_weight {
    margin-right: 10px;
}
.num_on_stock {
    margin-left: 10px;
}
.plus_minus {
    display: flex;
    align-items: center;
    justify-content: end;
}
.btn-minus,
.btn-plus,
.btn-minus-checkout,
.btn-plus-checkout,
.btn-minus-product,
.btn-plus-product {
    background-color: var(--color-white);
    border: 1px solid var(--color-red);
    border-radius: 50%;
    width: 34px;
    height: 34px;
    padding-top: 3px;
    color: var(--color-red);
    display: flex;
    justify-content: center;
    align-items: center;
}
.btn-plus-checkout {
    margin-right: 10px;
}
.fa-plus,
.fa-minus {
    font-size: 18px;
}
.cart_info_quantity {
    width: 40px;
}
.cart_info_hr {
    width: 307px;
    margin-left: 97px;
    margin-right: 25px;
    color: var(--color-concrete);
}
.cart_info_products_li .cart_info_hr:last-child {
    display: none;
}
.cart_info_products {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.cart_info_totals {
    margin-bottom: 10px;
}
#cart .dropdown-menu li.cart_info_to_cart_or_to_checkout_li > div {
    padding: 0 10px;
}
.cart_info_to_cart_or_to_checkout {
    text-align: center;
    margin-bottom: 25px;
}
.cart_info_to_cart,
.cart_info_to_checkout {
    height: 44px;
    background-color: var(--color-red);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border-radius: 25px;
}
.cart_info_empty {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.cart_info_empty img {
    margin-top: 10px;
    margin-bottom: 22px;
}
.cart_info_empty h4 {
    margin-bottom: 12px;
}
.cart_info_empty a {
    margin-bottom: 30px;
}
#error-not-found {
    height: calc(100vh - 305px);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
#error-not-found img {
    margin-top: 10px;
    margin-bottom: 22px;
}
#error-not-found h4 {
    margin-bottom: 12px;
}
#error-not-found a {
    margin-bottom: 30px;
}
/*xxl=xl*/
@media screen and (max-width: 1199px) {
    #error-not-found {
        height: calc(100vh - 344px);
    }
}
/*lg*/
@media screen and (max-width: 991px) {
    #cart .dropdown-menu li > div {
        padding: 0 25px;
        width: 378px;
    }
    .cart_info li {
    }
    .cart_info_products img {
        width: 54px;
        height: 54px;
        margin-right: 18px;
    }
    .cart_info_product_summary {
        min-width: 160px;
    }
    .btn-minus,
    .btn-plus,
    .btn-minus-checkout,
    .btn-plus-checkout,
    .btn-minus-product,
    .btn-plus-product {
        width: 23px;
        height: 23px;
        padding-top: 1px;
        padding-left: 5px;
    }
    .fa-plus,
    .fa-minus {
        font-size: 14px;
    }
    .cart_info_quantity {
        width: 30px;
    }
    .cart_info_hr {
        width: 256px;
        margin-left: 97px;
    }
    #error-not-found {
        height: calc(100vh - 306px);
    }
}
/*md*/
@media screen and (max-width: 767px) {
    #error-not-found {
        height: calc(100vh - 336px);
    }
}
/*sm*/
@media screen and (max-width: 575px) {
    #cart .dropdown-menu,
    .cart_info_header {
        border-radius: 0;
    }
    #cart .dropdown-menu li > div {
        padding: 0 20px;
        width: 100%;
    }
    .cart_info {
        top: 50px;
        right: -25px;
    }
    .cart_info li {
        width: 100vw;
    }
    .cart_info_products img {
        margin-right: 15px;
    }
    .cart_info_product_summary {
        min-width: auto;
        width: 100%;
    }
    .cart_info_hr {
        width: 100%;
        margin-left: 89px;
        margin-right: 20px;
    }
    #error-not-found {
        height: calc(100vh - 600px);
        margin-top: 100px;
    }
}
/**
* swiper swiper swiper swiper swiper swiper swiper swiper swiper swiper swiper swiper 
**/
.slideshow-wriper {
    padding: 0;
    margin-top: 181px;
    transition: 0.5s;
}
.slideshow {
    background-color: var(--color-gray);
}
.swiper-viewport {
    border: none;
    border-radius: 0;
    box-shadow: none;
}
.swiper-slide-shadow-left,
.swiper-slide-shadow-right {
    display: none!important;
}
.swiper {
  width: 100%;
  height: 100%;
}
.swiper-wrapper {
    position: relative;
}
.swiper-banner {
    width: 588px;
    display: flex;
    justify-content: start;
    align-items: center;
}
.swiper-banner img {
    display: block;
    width: 588px;
    height: 380px;
    object-fit: cover;
}
.open_modal {
    cursor: pointer;
}
/*xxl=xl*/
@media screen and (max-width: 1199px) {
    .swiper-banner {
        width: 542px;
    }
    .swiper-banner img {
        width: 542px;
        height: 350px;
    }
}
/*lg*/
@media screen and (max-width: 991px) {
    .slideshow-wriper {
        margin-top: 114px;
    }
    .swiper-banner {
        width: 465px;
    }
    .swiper-banner img {
        width: 465px;
        height: 300px;
    }
}
/*md*/
@media screen and (max-width: 767px) {
    .swiper-banner {
        width: 465px;
        margin-right: 15px!important;
    }
    .swiper-banner img {
        width: 465px;
        height: 300px;
    }
}
/*sm*/
@media screen and (max-width: 575px) {
    .slideshow-wriper {
        margin-top: 95px;
    }
    .slideshow {
        background-color: var(--color-white);
    }
    .swiper-banner {
        width: 309px;
        margin-right: 3px!important;
    }
    .swiper-banner img {
        width: 309px;
        height: 200px;
    }
}
/**
* draggable bottom sheet modal
**/
/*.show-modal {
  outline: none;
  border: none;
  cursor: pointer;
  color: #fff;
  border-radius: 6px;
  font-size: 1.2rem;
  padding: 15px 22px;
  background: #4A98F7;
  transition: 0.3s ease;
  box-shadow: 0 10px 18px rgba(52,87,220,0.18);
}
.show-modal:hover {
  background: #2382f6;
}*/
.bottom-sheet {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    opacity: 0;
    pointer-events: none;
    align-items: center;
    flex-direction: column;
    justify-content: center;
/*    transition: 0.3s linear;*/
}
.bottom-sheet.show {
    opacity: 1;
    pointer-events: auto;
    z-index: 11;
}
.bottom-sheet .sheet-overlay {
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    opacity: 0.65;
    background: var(--color-base);
}
.bottom-sheet .content {
    /*   my changing*/
    width: 620px;
    position: relative;
    background: #fff;
    /*   my changing*/
    max-height: 616px;
    height: 50vh;
    max-width: 1150px;
    /*   my changing*/
/*    padding: 25px 30px;*/
    padding-top: 35px;
    transform: translateY(100%);
    /*   my changing*/
    border-radius: 15px;
    box-shadow: 0 10px 20px rgba(0,0,0,0.03);
    transition: 0.3s ease;
    /*   my changing*/
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}
.bottom-sheet.show .content{
    transform: translateY(0%);
}
.bottom-sheet.dragging .content {
    transition: none;
}
.bottom-sheet.fullscreen .content {
    /*   my changing*/
/*  border-radius: 0;*/
/*    overflow-y: hidden;*/
}
.bottom-sheet .header {
    display: flex;
    justify-content: center;
    /*   my changing
    height: 0;*/
}
.header .drag-icon {
    cursor: grab;
    user-select: none;
    padding: 15px;
    /*   my changing*/
    display: none;
    position: relative;
}
.header .drag-icon span {
    height: 7px;
    width: 25px;
    display: block;
    background: var(--color-concrete);
    position: absolute;
}
.header .drag-icon span:nth-child(1) {
    border-radius: 5px 0 0 5px;
    left: 0;
}
.header .drag-icon span:nth-child(2) {
    border-radius: 0 5px 5px 0;
    left: 25px;
}
.bottom-sheet .body {
    /*   my changing*/
    width: 520px;
    height: 100%;
    overflow-y: auto;
    padding-top: 2px;
/*    padding: 15px 0 40px;*/
    scrollbar-width: none;
}
.bottom-sheet .body::-webkit-scrollbar {
    width: 0;
}
.modal-body {
    padding: 35px 40px 56px 50px;
}
.modal-image {
    margin-bottom: 20px;
}
.modal-image {
    width: 520px;
    height: 335px;
}
.modal-subtitle,
.modal-text {
    margin-left: 10px;
}
.modal-close {
    position: absolute;
    top: 0px;
    right: -55px;
    width: 30px;
    height: 30px;
    cursor: pointer;
    z-index: 0;
}
.modal-close img {
    transition: transform 0.5s;
}
.modal-close:hover img {
    transform: scale(1.1);
}
/*xxl=xl*/
@media screen and (max-width: 1199px) {}
/*lg*/
@media screen and (max-width: 991px) {
    .bottom-sheet .content {
        width: 510px;
        max-height: 497px;
        padding-top: 10px;
        padding-right: 8px;
    }
    .bottom-sheet .body {
        width: 438px;
        padding-top: 10px;
    }
    .modal-image {
        width: 450px;
        height: 289px;
    }
    .modal-body {
        padding: 10px 30px 30px 30px;
    }
    .modal-image {
        margin-bottom: 10px;
    }
    .modal-subtitle {
        margin-bottom: 15px
    }
}
/*md*/
@media screen and (max-width: 767px) {
    .bottom-sheet {
        justify-content: flex-end;
    }
    .bottom-sheet .content {
        width: 100%;
        max-height: 100vh;
        border-radius: 12px 12px 0 0;
        padding-top: 15px;
    }
    .header .drag-icon {
        display: block;

    }
    .bottom-sheet.fullscreen .content {
        border-radius: 0;
    }
    .bottom-sheet.fullscreen .header .drag-icon span:nth-child(1) {
        transform: rotate(20deg);
    }
    .bottom-sheet.fullscreen .header .drag-icon span:nth-child(2) {
        transform: rotate(-20deg);
        left: 22px;
    }
    .bottom-sheet .header {
        margin-top: 0px;
        margin-right: 16px;
    }
    .bottom-sheet .body {
        width: 420px;
        padding-top: 14px;
    }
    .modal-image {
        width: 420px;
        height: 270px;
        margin-bottom: 21px;
    }
    .modal-subtitle {
        margin-bottom: 20px
    }
    .modal-close {
        display: none;
    }
}
/*sm*/
@media screen and (max-width: 575px) {
    .bottom-sheet .body {
        width: 320px;
    }
    .modal-image {
        width: 320px;
        height: 206px;
    }
}
/**
* featured and latest featured and latest featured and latest featured and latest featured and latest 
**/
.featured_title {
    margin-top: 50px;
    margin-bottom: 30px;
}
.latest_title {
    margin-top: 35px;
    margin-bottom: 30px;
}
.product-thumb {
    position: relative;
    background-color: var(--color-white);
    border: none;
    border-radius: 12px;
}
.star {
    position: absolute;
    top: 8px;
    right: 10px;
    z-index: 6;
}
.product_image {
    margin-top: 15px;
    text-align: center;
}
.product_image img {
    transition: transform 0.5s ease;
}
.product_image img:hover {
    filter: none; 
    -webkit-filter: blur(0px); 
    -moz-filter: blur(0px); 
    -ms-filter: blur(0px);
    filter:progid:DXImageTransform.Microsoft.Blur(PixelRadius='0');
    transform: scale(1.1);
}
.caption {
    margin-top: 19px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-bottom: 27px;
    min-height: 170px!important;
}
.caption_description {
    height: 117px;
    max-height: 117px;
    overflow-y: hidden;
}
.caption_description h4 {
    margin-bottom: 10px;
}
.product_name {
    text-decoration: none;
}
.weight {
    margin-bottom: 8px;
}
.add_to_cart_button {
    background-color: var(--color-white);
    border: 1px solid var(--color-red);
    border-radius: 25px;
    width: 116px;
    height: 38px;
    transition: 0.5s;
}
.add_to_cart_button:hover {
    transform: scale(1.1);
}
.hr_sm {
    display: none;
}
.add_to_cart_button_text {
    text-transform: uppercase;
}
/*xxl=xl*/
@media screen and (max-width: 1199px) {
    .caption {
        margin-top: 23px;
        min-height: 165px!important;
    }
    .product_name {
        margin-bottom: 20px;
    }
    .latest_title {
        margin-top: 15px;
    }
}
/*lg*/
@media screen and (max-width: 991px) {
    .featured_title {
        margin-bottom: 25px;
    }
    .product_image {
        margin-top: 5px;
    }
    .product_image img {
        width: auto;
        height: 180px;
    }
    .caption {
        margin-top: 12px;
        margin-bottom: 28px;
        min-height: 165px!important;
    }
    .caption_description {
        height: 121px;
        max-height: 121px;
    }
    .caption_description h4 {
        margin-bottom: 12px;
    }
    .weight {
        margin-bottom: 10px;
    }
    .add_to_cart_button {
        width: 60px;
        height: 29px;
    }
}
/*md*/
@media screen and (max-width: 767px) {
    .featured_title {
        margin-bottom: 25px;
    }
    .latest_title {
        margin-top: 20px;
        margin-bottom: 25px;
    }
    .product_image {
        margin-top: 5px;
    }
    .caption {
        margin-top: 12px;
        min-height: 145px!important;
    }
    .caption_description {
        height: 105px;
        max-height: 105px;
    }
    .product_name {
        margin-bottom: 12px;
    }
    .weight {
        margin-bottom: 10px;
    }
}
/*sm*/
@media screen and (max-width: 575px) {
    body.common-home {
        background-color: var(--color-white);
    }
    .featured_title {
        margin-top: 35px;
        margin-bottom: 25px;
    }
    .latest_title {
        margin-top: 50px;
        margin-bottom: 25px;
    }
    .star {
        top: 0;
        left: 0;
    }
    .product-thumb {
/*        margin-bottom: -10px;*/
        justify-content: start;
    }
    .product_image img {
        width: auto;
        height: 145px;
    }
    .product_image {
        margin-top: 0;
    }
    .caption {
        margin-top: 0;
        margin-bottom: 0;
        min-height: 145px!important;
    }
    .caption_description {
        /*height: 95px;
        max-height: 95px;*/
        height: 100%;
        max-height: 100%;
    }
    .caption_description h4 {
        margin-bottom: 8px;
    }
    .product_name {
        margin-bottom: 7px;
    }
    .weight {
        margin-bottom: 3px;
    }
    .description {
        margin-bottom: 8px;
    }
    .price_wriper {
        margin-bottom: 9px;
    }
    .hr_sm {
        display: block;
    }
    .hr_sm {
        border-bottom: 2px solid var(--color-gray);
        margin-bottom: 15px;
        margin-top: 15px;
    }
    .product-layout:last-child hr {
        display: none;
    }
}
/**
* page categories page categories page categories page categories page categories page categories
**/
#product-category {
    margin-top: 151px;
    padding-left: 0;
    padding-right: 0;
    overflow-x: clip;
}
.subcategories-wriper {
    position: sticky;
    top: 67px;
    z-index: 7;
    background-color: rgba(248, 248, 248, 1);
    transition: 0.5s;
    padding: 0;
}
.subcategories-wriper.active {
    box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.15);
/*    box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.15);*/
}
.subcategories-wriper.active2 {
    z-index: 0;
}
.subcategories {
    height: 110px;
}
.sort {
    cursor: pointer;
    margin-right: 0;
    margin-left: 20px;
}
#sort_button {
    cursor: pointer;
    width: 50px;
    height: 50px;
}
.swiper2 {
    width: 100%;
    overflow-x: hidden;
}
.swiper-slide.sort-item {
    width: auto;
}
.subcategory {
    width: auto;
    height: 50px;
    border: 1px solid var(--color-concrete);
    border-radius: 25px;
    padding: 15px 25px;
    margin-right: 15px;
    text-wrap: nowrap;
    background-color: #ffffff;
}
.subcategory:last-child {
    margin-right: 0;
}
.subcategory:hover {
    border: 1px solid var(--color-green);
}
.subcategory_link {
    display: block;
    text-decoration: none;
}
.subcategoty_title {
    margin-top: 14px;
    margin-bottom: 30px;
    scroll-margin-top: 260px;
}
.sort_bottom-sheet .sort_content {
    width: 495px;
    max-height: 341px;
    padding-top: 0;
}
.sort_bottom-sheet .sort_body {
    width: 395px;
}
.sort_title {
    width: 100%;
    min-height: 95px;
    box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.15);
    border-radius: 15px;
    margin-bottom: 10px;
    padding: 35px 50px 30px 50px;
}
.sort_title h2 {
    margin: 0;
}
.sort_input {
    margin: 22px 0;
}
.sort_radio {
    display: none;
}
.sort_radio:checked + .sort_label::after {
    transform: scale(1);
}
.sort_label {
    width: 100%;
    display: inline-flex;
    justify-content: space-between;
    flex-direction: row-reverse;
    align-items: center;
    position: relative;
    user-select: none;
    cursor: pointer;
}
.sort_label::before {
    content: "";
    flex: 0 0 20px;
    height: 20px;
    background-color: #ffffff;
    border: 2px solid rgba(44, 49, 56, 0.65);
    border-radius: 50%;
    margin-right: 10px;
}
.sort_label::after {
    content: "";
    transition: transform 0.5s ease 0s;
    position: absolute;
    top: 5px;
    right: 15px;
    width: 10px;
    height: 10px;
    background-color: rgba(44, 49, 56, 0.65);
    border-radius: 50%;
    transform: scale(0);
}
.sort_label:hover::before {
    box-shadow: 0px 0px 0px 10px rgba(1, 167, 54, 0.16);
    background-color: rgba(1, 167, 54, 0.16);
}
.sort_body hr {
    margin: 22px 0 22px 0;
}
.sort_body hr:last-child {
    display: none;
}
/*xxl*/
@media screen and (max-width: 1399px) {
    .swiper2 {
/*        width: 1046px;*/
    }
}
/*xl*/
@media screen and (max-width: 1199px) {
    .swiper2 {
/*        width: 866px;*/
    }
}
/*lg*/
@media screen and (max-width: 991px) {
    #product-category {
        margin-top: 94px;
    }
    .subcategories-wriper {
        position: sticky;
/*        z-index: 10;*/
        top: 84px;
    }
    .subcategories {
        height: 66px;
    }
    .swiper2 {
/*        width: 636px;*/
    }
    .subcategory {
        height: 40px;
        padding: 12px 12px;
        margin-right: 7px!important;
    }
    #sort_button {
        width: 40px;
        height: 40px;
    }
    .subcategoty_title {
        margin-top: 0px;
        margin-bottom: 25px;
        scroll-margin-top: 200px;
    }
    .sort_bottom-sheet .sort_title {
        margin-bottom: 0;
    }
    .sort_bottom-sheet .sort_content {
        width: 424px;
        padding-right: 0;
    }
    .sort_bottom-sheet .sort_body {
        width: 344px;
    }
}
/*md*/
@media screen and (max-width: 767px) {
    .swiper2 {
/*        width: 456px;*/
    }
    .sort_bottom-sheet .sort_content {
        width: 100%;
        max-height: 100%;
        height: 50vh;
    }
    .sort_bottom-sheet .sort_title {
        box-shadow: unset;
        padding: 40px 20px 45px 20px;
    }
    .sort_bottom-sheet .sort_body {
        width: 100%;
        padding: 0 20px;
    }
    .sort_content .header {
        margin-top: 13px;
    }
    .sort_input {
        margin: 10px 0;
    }
    .sort_body hr {
        margin: 22px 0 20px 0;
    }
    .sort_bottom-sheet .drag-icon span:nth-child(1) {
        transform: rotate(20deg);
    }
    .sort_bottom-sheet .drag-icon span:nth-child(2) {
        transform: rotate(-20deg);
        left: 22px;
    }
}
/*sm*/
@media screen and (max-width: 575px) {
    #product-category {
        margin-top: 70px;
    }
    .subcategories-wriper,
    .subcategories {
        padding-right: 0;
    }
    .subcategories-wriper {
        top: 70px;
        background-color: #ffffff;
    }
    .swiper2 {
/*        width: 100%;*/
    }
    .sort {
        margin-right: 20px;
    }
    .subcategoty_title {
        margin-top: 22px;
        margin-bottom: 25px;
        scroll-margin-top: 240px;
    }
    .subcategoty_title:not(:first-child) {
        scroll-margin-top: 100px;
    }
}
/**
* footer
**/
footer {
    height: 251px;
    background-color: rgba(20, 26, 33, 0.95);
    padding-top: 40px;
    margin-top: 55px;
}
footer hr {
    border-bottom: 2px solid var(--color-concrete);
    margin-bottom: 20px;
    margin-top: 35px;
}
.footer_logo_img {
    margin-right: 19px;
}
.information_item {
    margin-bottom: 0;
}
.open_second {
    margin-right: 13px;
}
.social_item {
    margin-right: 30px;
}
.social_item:last-child {
    margin-right: 40px;
}
.footer_links {
    text-decoration: none;
}
.footer_tel {
    color: var(--color-white);
}
.footer_tel_body {
    margin-right: 5px;
}
.footer_info p {
    text-align: justify;
}
.common_info {
    width: 434px;
}
.requisites {
    margin-left: -15px;
}
.tel_mobile {
    display: none;
}
/*xxl*/
@media screen and (max-width: 1399px) {
    .social_item:last-child {
        margin-right: 0!important;
    }
}
/*xl*/
@media screen and (max-width: 1199px) {
    footer {
        height: 289px;
    }
    .footer_info {
        padding-left: 30px;
    }
    .common_info {
        width: 100%;
        margin-left: 0;
        margin-bottom: 15px;
    }
    .requisites {
        margin-left: 0;
    }
    .information_item {
        margin-bottom: 10px;
    }
    .footer_open .open_watch {
        margin-left: 14px;
    }
}
/*lg*/
@media screen and (max-width: 991px) {
    footer {
        height: 250px;
    }
    .footer_open .open_watch {
        margin-left: 0;
    }
    .left_informations {
        padding-right: 0;
    }
    .left_informations ul {
        margin-bottom: 0;
    }
    .information_item {
        margin-bottom: 3px;
    }
    .information_item: last-child {
        margin-bottom: 0;
    }
    .footer_logo_img .logo_img {
        width: 100px;
        height: 40px;
    }
    .footer_socials .social_item img {
        width: 40px;
        height: 40px;
    }
    .social_item {
        margin-right: 18px;
    }
    .footer_info {
        padding-left: 46px;
    }
}
/*md*/
@media screen and (max-width: 767px) {
    footer {
        height: 294px;
        margin-top: 40px;
    }
    .footer_tel {
        color: var(--color-green);
    }
    .information_item {
        margin-right: 17px;
        margin-bottom: 0
    }
    .information_item:last-child {
        margin-right: 0;
    }
    .footer_info {
        padding-left: 14px;
    }
    .common_info {
        margin-bottom: 10px;
    }
}
/*sm*/
@media screen and (max-width: 575px) {
    footer {
        height: 439px;
        margin-top: 60px;
    }
    footer hr {
        display: none;
    }
    .footer_open,
    .footer_socials {
        margin-bottom: 25px;
    }
    .footer_tel {
        margin-bottom: 25px;
    }
    .tel_mobile {
        display: block;
        position: fixed;
        bottom: 15px;
        right: 20px;
        z-index: 8;
    }
    .tel_mobile img {
        width: 45px;
        height: 45px;
    }
}
/**
* sleep sleep sleep sleep sleep sleep sleep sleep sleep sleep sleep sleep  
**/
.sleep_bottom-sheet .sleep_content {
    width: 500px;
    max-height: 440px;
}
.sleep_body {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    width: 318px!important;
}
.sleep_body img {
    width: 192px;
    height: 150px;
    margin-top: 45px;
    margin-bottom: 35px;
}
.sleep_subtitle {
    margin: 10px 0;
}
.to_menu {
    padding: 10px 32px;
    background-color: var(--color-red);
    border-radius: 25px;
    margin-top: 20px;
    margin-bottom: 50px;
}
.sleep_modal-close {
    display: block;
    position: absolute;
    top: 0;
    right: -55px;
    width: 30px;
    height: 30px;
    cursor: pointer;
    z-index: 0;
}
.sleep_modal-close img {
    transition: transform 0.5s;
}
.sleep_modal-close:hover img {
    transform: scale(1.1);
}
/*xxl=xl*/
@media screen and (max-width: 1199px) {}
/*lg*/
@media screen and (max-width: 991px) {
    .sleep_bottom-sheet .sleep_content {
        width: 380px;
        max-height: 370px;
    }
    .sleep_body img {
        width: 154px;
        height: 120px;
        margin-top: 30px;
        margin-bottom: 30px;
    }
    .to_menu {
        margin-bottom: 40px;
    }
}
/*md*/
@media screen and (max-width: 767px) {
    .sleep_bottom-sheet .sleep_content {
        width: 100%;
        max-height: 100%;
        height: 50vh;
    }
    .sleep_modal-close {
        display: none;
    }
    .sleep_body {
        width: 190px!important;
    }
    .sleep_bottom-sheet .drag-icon span:nth-child(1) {
        transform: rotate(20deg);
    }
    .sleep_bottom-sheet .drag-icon span:nth-child(2) {
        transform: rotate(-20deg);
        left: 22px;
    }
}
/*sm*/
@media screen and (max-width: 575px) {}
/**
* cart cart cart cart cart cart cart cart cart cart cart cart cart   
**/
.alert,
.cart_body {
    width: 760px;
}
#checkout-cart {
    margin-top: 210px;
}
.alert .close {
    width: 30px;
    height: 30px;
    border: 1px solid black;
    border-radius: 50%;
}
.cart_heading_left {
    width: 550px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.cart_products {
    background-color: #ffffff;
    border-radius: 25px;
    padding: 20px 35px;
}
.cart_products hr:last-child {
    display: none;
}
.cart_product {
    display: flex;
    align-items: center;
}
.cart_product .product_image {
    margin-top: 0;
    margin-right: 35px;
}
.cart_product .product_image img {
    width: 80px;
    height: 80px;
}
.product_description {
    width: 551px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.cart_product h4 {
    margin-bottom: 7px;
    width: 300px;
}
.product_price {
    display: flex;
    align-items: center;
}
.cart_product .quantity {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 113px;
}
.cart_product .quantity .btn-minus-checkout,
.cart_product .quantity .btn-plus-checkout {
    width: 34px;
    height: 34px;
    margin-right: 0;
}
.cart_product .quantity input {
    width: 45px;
}
.cart_product_total {
    width: 80px;
    text-align: right;
}
.go_to_checkout {
    margin-top: 47px;
    width: 755px;
    height: 60px;
    background-color: var(--color-red);
    text-align: center;
    padding: 14px 309px 16px 305px;
    border-radius: 25px;
}
.delimiter_mobile,
.delete_mobile {
    display: none;
}
.delete {
    display: block;
}
/*xxl=xl*/
@media screen and (max-width: 1199px) {
    .cart_product .product_name {
        margin-bottom: 0;
    }
}
/*lg*/
@media screen and (max-width: 991px) {
    #checkout-cart {
        margin-top: 124px;
    }
    .alert,
    .cart_body {
        width: 600px;
    }
    .cart_body {
        padding: 0;
    }
    .cart_heading_left {
        width: 300px;
        flex-direction: column;
        justify-content: start;
        align-items: unset;
        margin-bottom: 15px;
    }
    .cart_products {
        padding: 15px 25px;
        border-radius: 15px;
    }
    .cart_product h4 {
        width: 190px;
    }
    .cart_product .product_image {
        margin-right: 25px;
    }
    .cart_product .quantity {
        width: 76px;
    }
    .cart_product .quantity .btn-minus-checkout,
    .cart_product .quantity .btn-plus-checkout {
        width: 23px;
        height: 23px;
    }
    .fa-plus, .fa-minus {
        font-size: 12px;
    }
    .btn-plus-checkout,
    .btn-minus-checkout {
        padding-top: 1px;
    }
    .cart_product .quantity input {
        width: 30px;
    }
    .cart_product_total {
        width: 77px;
        text-align: right;
    }
    .go_to_checkout {
        margin-top: 40px;
        width: 597px;
        padding: 12px 235px 16px 232px;
    }
}
/*md*/
@media screen and (max-width: 767px) {
    .alert,
    .cart_body {
        width: 346px;
    }
    .delimiter,
    .delete {
        display: none;
    }
    .delete_mobile {
        display: block;
    }
    .delimiter_mobile {
        display: block;
        width: 216px;
    }
    .cart_products {
        background-color: var(--color-gray);
        padding: 0;
    }
    .cart_product {
        background-color: #ffffff;
        margin-bottom: 15px;
        width: 346px;
        padding: 15px;
        border-radius: 15px;
    }
    .cart_product .product_image {
        margin-right: 20px;
    }
    .product_description {
        flex-direction: column;
        width: 216px;
    }
    .cart_product h4 {
        width: 100%;
    }
    .cart_product .weight {
        margin-bottom: 0;
    }
    .product_price {
        width: 216px;
        justify-content: space-between;
    }
    .go_to_checkout {
        margin-top: 15px;
        width: 320px;
        height: 46px;
        padding: 8px 95px 10px 95px;
    }
}
/*sm*/
@media screen and (max-width: 575px) {
    body.checkout-cart {
        background-color: var(--color-gray);
    }
    .alert,
    .cart_body,
    .cart_product {
        width: 320px;
    }
    .delimiter_mobile,
    .product_description,
    .product_price {
        width: 192px;
    }
}
/**
* custom_checkout custom_checkout custom_checkout custom_checkout custom_checkout custom_checkout 
**/
.custom_container {
    position: relative;
    margin-top: 210px;
    width: 760px;
    padding: 0;
}
.custom_heading {
    margin-bottom: 55px;
}
.custom_heading_left {
    width: 550px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.custom_info_header_delete {
    border: none;
    background-color: transparent;
}
.custom_cart {
    background-color: var(--color-white);
    border-radius: 15px;
    padding: 20px 35px;
    margin-bottom: 30px;
}
.custom_cart hr:last-child {
    display: none;
}
.custom_cart_product {
    display: flex;
    align-items: center;
}
.custom_cart_product_name_quantity_price {
    display: flex;
    align-items: center;
}
.custom_cart_product_name {
    width: 270px;
    margin-right: 62px;
}
.img-thumbnail {
    padding: 0;
    border: none;
    margin-right: 35px;
}
.custom_product_delimiter_modal {
    display: none;
}
.custom_cart_product_quantity_price {
    display: flex;
    align-items: center;
}
.custom_cart_product_quantity {
    margin-right: 50px;
    width: 113px;
}
.custom_cart_product_quantity .btn-default {
    background-color: var(--color-white);
    background-image: unset;
    text-shadow: unset;
}
.custom_cart_product_quantity .btn {
    color: var(--color-red);
    box-shadow: unset;
    padding: 0;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    border-color: var(--color-red);
}
.custom_cart_product_quantity .fa-plus,
.custom_cart_product_quantity .fa-minus {
    font-size: 18px;
    position: absolute;
    top: 8px;
    right: 9px;
}
.custom_customer_shiping {
    display: flex;
    margin-bottom: 30px;
}
#custom-customer {
    width: 304px;
    margin-right: 50px;
}
.control-label {
    margin-bottom: 10px;
}
div.required .control-label:before {
    content: '';
}
div.required .control-label:after {
    content: '*';
    color: var(--color-concrete);
    font-weight: normal;
}
#customer-input-telephone,
#customer-input-lastname {
    margin-bottom: 30px;
}
#customer-input-firstname,
#customer-input-lastname,
#customer-input-telephone {
    height: 70px;
    border: none;
    border-radius: 15px;
}
#customer-input-firstname:focus,
#customer-input-lastname:focus,
#customer-input-telephone:focus {
    outline: none;
    box-shadow: none;
}
input.has-error {
    background-color: rgba(241, 24, 24, 0.1);
}
#custom-shipping {
    width: 405px;
}
.panel-heading_shiping {
    margin-bottom: 10px;
}
#shipping-new {
    background-color: var(--color-white);
    padding: 20px 35px;
    border-radius: 15px;
}
#input-shipping-country {
    border: none;
    background-color: var(--color-white);
    width: 100%;
    margin-left: -3px;
}
#input-shipping-country:focus {
    outline: none;
    box-shadow: none;
}
.country_delimiter {
    margin-bottom: 15px;
    margin-top: 5px;
    border-top: 1px solid var(--color-concrete);
    opacity: 1;
}
#shipping-field-address-1 {
    margin-bottom: 15px;
}
.house_office_etc {
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
}
.house_office_etc:last-child {
    margin-bottom: 0;
}
#shipping-field-custom-field1,
#shipping-field-custom-field2,
#shipping-field-custom-field3,
#shipping-field-custom-field4 {
    width: 150px;
}
#input-shipping-address-1,
#input-shipping-custom-field1,
#input-shipping-custom-field2,
#input-shipping-custom-field3,
#input-shipping-custom-field4 {
    width: 100%;
    border: none;
    border-bottom: 1px solid var(--color-concrete);
    outline: none;
    padding-bottom: 7px;
}
input.has-error-custom-field {
    background-color: rgba(241, 24, 24, 0.1);
    border-bottom: 1px solid var(--color-red)!important;
}
label.has-error-custom-field-label {
    color: var(--color-red);
}
div.required .control-label.has-error-custom-field-label:after {
    color: var(--color-red);
}
.custom-payment_method {
    visibility: hidden;
}
.custom_comment {
    margin-bottom: 30px;
}
.custom_comment_textarea {
    border: none;
    border-radius: 15px;
    width: 100%;
    padding: 8px;
    height: 76px;
    outline: none;
    font-size: 17px;
    line-height: 25px;
}
.custom_comment_textarea::-webkit-input-placeholder {
    color: var(--color-concrete);
    font-size: 17px;
    line-height: 60px;
}
.custom_comment_textarea:focus {
    outline: none;
    box-shadow: none;
}
.inputs-agree {
    margin-bottom: 130px;
    width: 100%;
}
.inputs-agree_body {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
}
.inputs-agree_body:last-child {
    margin-bottom: 0;
}
.label-agree a {
    text-decoration: underline;
    color: inherit;
}
.input-agree {
    position: absolute;
    z-index: -1;
    opacity: 0;
}
.input-agree+label {
    display: inline-flex;
    align-items: center;
    user-select: none;
}
.input-agree+label::before {
    content: '';
    display: inline-block;
    width: 22px;
    height: 22px;
    flex-shrink: 0;
    flex-grow: 0;
    border: 2px solid var(--color-base);
    border-radius: 2px;
    margin-right: 10px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
}
.input-agree:checked+label::before {
    border-color: var(--color-base);
    background-color: var(--color-white);
    background-image: url("../images/ok.svg");
}
.input-agree:not(:disabled):not(:checked)+label:hover::before {
    box-shadow: 0px 0px 0px 10px rgba(1, 167, 54, 0.16);
    background-color: rgba(1, 167, 54, 0.16);
}
#custom-total {
    position: absolute;
    width: 760px;
    bottom: 104px;
}
.total-body {
    display: flex;
    justify-content: space-between;
    align-items: flex-end
}
.total-ship {
    display: block;
}
.total-ship-mobile {
    display: none;
}
#button-custom-order,
#button-custom-order_1 {
    width: 755px;
    height: 60px;
    background-color: var(--color-red);
    border: none;
    border-radius: 25px;
}
.button-custom-order_mobile {
    display: none;
}
.button-custom-order {
    display: block;
}
#common-success {
    height: calc(100vh - 305px);
    width: 410px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}
#common-success img {
    margin-top: 10px;
    margin-bottom: 22px;
}
#common-success h4 {
    margin-bottom: 12px;
}
#common-success a {
    margin-bottom: 30px;
}
.custom-empty {
    height: calc(100vh - 550px);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
/*xxl=xl*/
@media screen and (max-width: 1199px) {
    #common-success {
        height: calc(100vh - 344px);
    }
    .custom-empty {
        height: calc(100vh - 586px);
    }
}
/*lg*/
@media screen and (max-width: 991px) {
    .custom_container {
        margin-top: 106px;
        width: 600px;
    }
    .custom_heading {
        margin-bottom: 15px;
    }
    .custom_heading_left {
        width: 300px;
        flex-direction: column;
        align-items: normal;
        justify-content: start;
    }
    .custom_cart {
        padding: 20px 25px 15px 25px;
    }
    .custom_cart_product_name {
        width: 190px;
        margin-right: 72px;
    }
    .img-thumbnail {
        margin-right: 25px;
    }
    .custom_cart_product_quantity {
        margin-right: 30px;
        width: 76px;
    }
    .custom_cart_product_quantity .btn {
        width: 23px;
        height: 23px;
    }
    .custom_cart_product_quantity .fa-plus,
    .custom_cart_product_quantity .fa-minus {
        font-size: 17px;
        top: 2px;
        right: 4px;
    }
    #custom-customer {
        width: 250px;
        margin-right: 30px;
    }
    #customer-input-firstname,
    #customer-input-lastname,
    #customer-input-telephone {
        height: 64px;
    }
    #custom-shipping {
        width: 320px;
    }
    #shipping-new {
        padding: 15px 17px 20px 17px;
    }
    #shipping-field-custom-field1,
    #shipping-field-custom-field2,
    #shipping-field-custom-field3,
    #shipping-field-custom-field4 {
        width: 131px;
    }
    .custom_comment_textarea {
        padding: 5px;
        height: 66px;
        font-size: 13px;
        line-height: 20px;
    }
    .custom_comment_textarea::-webkit-input-placeholder {
        font-size: 13px;
        line-height: 55px;
    }
    .inputs-agree {
        margin-bottom: 88px;
    }
    .input-agree+label::before {
        width: 20px;
        height: 20px;
    }
    #custom-total {
        width: 600px;
        bottom: 94px;
    }
    #button-custom-order {
        width: 597px;
        height: 56px;
    }
    #common-success {
        width: 380px;
        height: calc(100vh - 306px);
    }
    .custom-empty {
        height: calc(100vh - 443px);
    }
}
/*md*/
@media screen and (max-width: 767px) {
    .custom_container {
        width: 350px;
    }
    .custom_heading {
        margin-bottom: 12px;
    }
    .custom_product_delimiter {
        display: none;
    }
    .custom_heading_left {
        width: 200px;
    }
    .custom_cart {
        padding: 0;
        background-color: var(--color-gray);
        border-radius: 0;
    }
    .custom_cart_product {
        margin-bottom: 15px;
        background-color: var(--color-white);
        border-radius: 15px;
        padding: 15px;
    }
    .custom_cart_product_name_quantity_price {
        flex-direction: column;
        align-items: normal;
    }
    .custom_cart_product_name {
        width: 216px;
        margin-right: 0;
    }
    .img-thumbnail {
        margin-right: 20px;
    }
    .custom_product_delimiter_modal {
        display: block;
    }
    .custom_cart_product_quantity_price {
        flex-direction: row-reverse;
        justify-content: space-between;
    }
    .custom_cart_product_quantity {
        margin-right: 0;
        width: 76px;
    }
    .custom_cart_product_quantity .btn {
        width: 23px;
        height: 23px;
    }
    .custom_cart_product_quantity .fa-plus,
    .custom_cart_product_quantity .fa-minus {
        font-size: 17px;
        top: 2px;
        right: 4px;
    }
    #custom-customer {
        width: 100%;
        margin-right: 0;
    }
    .custom_customer_shiping {
        flex-direction: column;
        margin-bottom: 10px;
    }
    #customer-input-lastname,
    #customer-input-telephone {
        height: 46px;
        margin-bottom: 10px;
    }
    #customer-input-firstname {
        margin-bottom: 25px;
    }
    #custom-shipping {
        width: 100%;
    }
    #shipping-new {
        padding: 25px 20px 30px 20px;
    }
    #shipping-field-custom-field1,
    #shipping-field-custom-field2,
    #shipping-field-custom-field3,
    #shipping-field-custom-field4 {
        width: 140px;
    }
    .custom_comment {
        margin-bottom: 25px;
    }
    .custom_comment_textarea {
        padding: 10px;
        height: 63px;
        font-size: 13px;
        line-height: 20px;
    }
    .custom_comment_textarea::-webkit-input-placeholder {
        font-size: 13px;
        line-height: 20px;
    }
    .inputs-agree {
        margin-bottom: 30px;
    }
    .inputs-agree_body {
        flex-direction: column-reverse;
        align-items: normal;
    }
    .input-agree+label::before {
        width: 20px;
        height: 20px;
    }
    #custom-total {
        width: 350px;
        bottom: -80px;
    }
    .total-ship {
        display: none;
    }
    .total-ship-mobile {
        display: block;
    }
    .button-custom-order {
        display: none;
    }
    .button-custom-order_mobile {
        height: 162px;
        background-color: var(--color-white);
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        border-radius: 12px 12px 0 0;
        margin-bottom: -40px;
        box-shadow: 0px -2px 3px rgba(0, 0, 0, 0.15);
    }
    #button-custom-order,
    #button-custom-order_1 {
        width: 320px;
        height: 46px;
    }
    #button-custom-order_1 {
        margin-top: 20px;
    }
    #common-success {
        height: calc(100vh - 336px);
    }
    .custom-empty {
        height: calc(100vh - 454px);
    }
}
/*sm*/
@media screen and (max-width: 575px) {
    .custom_container {
        width: 320px;
    }
    .custom_cart_product_name {
        width: 192px;
    }
    #custom-total {
        width: 320px;
    }
    .button-custom-order_mobile {
        height: 147px;
        margin-bottom: -60px;
    }
    #button-custom-order_1 {
        margin-top: 26px;
    }
    #common-success {
        width: 240px;
        height: calc(100vh - 600px);
        margin-top: 100px;
    }
    .custom-empty {
        height: calc(100vh - 617px);
    }
}
/**
* product product product product product product product product product product product product 
**/
#product-product {
    margin-top: 196px;
}
.my_breadcrumb {
    list-style: none;
    display: flex;
    padding: 0;
    margin-bottom: 30px;
}
.my_breadcrumb li::after {
    content: "/";
    margin: 0 10px;
    font-family: 'Montserrat';
    font-weight: 600;
    font-size: 15px;
    line-height: 18px;
}
.my_breadcrumb li:last-child::after {
    content: "";
}
.product_product {
    background-color: var(--color-white);
    border-radius: 30px;
    padding: 50px 110px 50px 126px;
    display: flex;
    align-items: center;
    box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.15);
}
.product_product_image {
    margin-right: 155px;
}
.product_product_description h2 {
    margin-bottom: 20px;
}
.product_product_description .weight {
    margin-bottom: 15px;
}
.product_product_description .description {
    margin-bottom: 40px;
}
.product_product_price_tocart {
    display: flex;
    align-items: center;
    justify-content: start;
}
.price_tocart_tocart {
    display: flex;
}
.price_tocart_price h2 {
    margin-bottom: 0;
    margin-right: 117px;
}
.product_add_to_cart_button {
    background-color: var(--color-red);
    width: 153px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: none;
    border-radius: 25px;
    padding: 0 12px;
    transition: 0.5s;
}
.product_add_to_cart_button:hover {
    transform: scale(1.1);
}
.product_add_to_cart_button img {
    width: 24px;
    height: 24px;
}
.product_related_caption {
    padding: 15px 25px 20px 25px;
}
.product_related_caption_description {
    margin-bottom: 37px;
}
.product_related_caption_description h4 {
    margin-bottom: 10px;
}
/*xxl=xl*/
@media screen and (max-width: 1199px) {
    .product_product_image {
        width: 250px;
        height: 250px;
    }
    .product-layout:nth-child(4) {
        display: none;
    }
    .product_product_image {
        margin-right: 120px;
    }
}
/*lg*/
@media screen and (max-width: 991px) {
    #product-product {
        margin-top: 120px;
    }
    .product_product {
        padding: 41px 41px 40px 40px;
    }
    .product_product_image {
        margin-right: 60px;
    }
    .product_product_description h2 {
        margin-bottom: 12px;
    }
    .product_product_description .weight {
        margin-bottom: 5px;
    }
    .product_product_description .description {
        margin-bottom: 25px;
    }
    .product_product_price_tocart {
        justify-content: space-between;
    }
    .product_add_to_cart_button {
        width: 139px;
        height: 38px;
        padding: 0 16px;
    }
    .product_add_to_cart_button img {
        width: 20px;
        height: 20px;
    }
    .price_tocart_price h2 {
        margin-right: 0;
        margin-bottom: 7px;
    }
    .product_related_caption {
        padding: 0 10px 20px 10px;
    }
    .product_related_caption_description {
        margin-bottom: 28px;
    }
    .product_related_caption_description h4 {
        margin-bottom: 12px;
    }
}
/*md*/
@media screen and (max-width: 767px) {
    .product_product {
        flex-direction: column;
        padding: 30px 40px 50px 40px;
    }
    .product_product_image {
        width: 330px;
        height: 330px;
        margin-right: 0;
        margin-bottom: 61px;
    }
    .product-layout:nth-child(4) {
        display: block;
    }
    .product_related_caption {
        padding: 12px 16px 22px 16px;
    }
    .product_related_caption_description {
        margin-bottom: 30px;
    }
    .product_related_caption_description h4 {
        margin-bottom: 10px;
    }
}
/*sm*/
@media screen and (max-width: 575px) {
    #product-product {
        margin-top: 101px;
    }
    .product_product {
        padding: 0 20px 35px 20px;
    }
    .product_product_image {
        width: 230px;
        height: 230px;
        margin-bottom: 30px;
    }
    .product_product_description .weight {
        margin-bottom: 7px;
    }
    .product-thumb {
        align-items: center;
    }
    .product_related_caption {
        padding: 0;
        width: 152px;
    }
    .product_related_caption_description {
        margin-bottom: 8px;
    }
    .product_related_caption_description h4 {
        margin-bottom: 7px;
    }
    .price_tocart_price h2 {
        margin-bottom: 9px;
    }
}
/**
* information information information information information information information information information 
**/
.information {
    margin-top: 196px;
}
.information h2 {
    margin-bottom: 45px;
}
.information .description {
    width: 739px;
}
.information .description ol.nested {
    /* убираем стандартную нумерацию */
    list-style: none; 
    /* Идентифицируем счетчик и даем ему имя li. Значение счетчика не указано - по умолчанию оно равно 0 */ 
    counter-reset: li;
}
.information .description ol.nested li:before {
    /* Определяем элемент, который будет нумероваться — li. 
    Псевдоэлемент before указывает, что содержимое, вставляемое при помощи свойства content, 
    будет располагаться перед пунктами списка. Здесь же устанавливается значение приращения 
    счетчика (по умолчанию равно 1). */
    counter-increment: li; 
    /* С помощью свойства content выводится номер пункта списка. counters() означает, 
    что генерируемый текст представляет собой значения всех счетчиков с таким именем. 
    Точка в кавычках добавляет разделяющую точку между цифрами, а точка с пробелом добавляется 
    перед содержимым каждого пункта списка */
    content: counters(li,".") ". ";
}
.information .description ol.nested li {
    margin-bottom: 0px;
}
.information .description ol li {
    margin-bottom: 30px;
}
.information .description ul li {
    margin-bottom: 0px;
}
.information .description p {
    margin-bottom: 10px;
}
/*xxl=xl*/
@media screen and (max-width: 1199px) {
    .information {
        margin-top: 190px;
    }
    .information h2 {
        margin-bottom: 30px;
    }
    .information .description {
        width: 530px;
    }
    .information .description ol li {
        margin-bottom: 25px;
    }
    .information .description ul li {
        margin-bottom: 0px;
    }
    .information .description p {
        margin-bottom: 5px;
    }
}
/*lg*/
@media screen and (max-width: 991px) {
    .information {
        margin-top: 124px;
    }
}
/*md*/
@media screen and (max-width: 767px) {
    .information .description {
        width: 509px;
    }
    .information .description ol li {
        margin-bottom: 20px;
    }
    .information .description ul li {
        margin-bottom: 0px;
    }
}
/*sm*/
@media screen and (max-width: 575px) {
    .information {
        margin-top: 105px;
    }
    .information .description {
        width: 100%;
    }
}
/**
* yesno yesno yesno yesno yesno yesno yesno yesno yesno yesno yesno yesno yesno yesno yesno 
**/
.yesno_body {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.yesno_body h2 {
    margin-bottom: 25px;
}
.yesno_body p {
    margin-bottom: 41px;
}
.yesno-buttons {
    width: 337px;
    display: flex;
    justify-content: space-between;
}
.yesno-yes,
.yesno-no {
    width: 159px;
    height: 42px;
    border-radius: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.yesno-yes {
    border: 1px solid var(--color-red);
    background-color: var(--color-white);
}
.yesno-no {
    background-color: var(--color-red);
}
/*xxl=xl*/
@media screen and (max-width: 1199px) {}
/*lg*/
@media screen and (max-width: 991px) {
    .yesno-buttons {
        width: 296px;
    }
    .yesno-yes,
    .yesno-no {
        width: 139px;
        height: 38px;
    }
}
/*md*/
@media screen and (max-width: 767px) {}
/*sm*/
@media screen and (max-width: 575px) {}