/* PRODUCT DETAIL */
.product_detail_section {}

.product_detail_info {
    margin-bottom: 40px;
}

.product_detail_cols {
    display: flex;
}

.product_detail_col_left,
.product_detail_col_right {}

.product_detail_col_left {
    width: calc(50% + 10px);
}

.product_detail_col_right {
    padding-left: 50px;
    width: calc(50% - 10px);
    position: relative;
}

.product_detail_info_top {
    display: flex;
    justify-content: space-between;
    width: 100%;
    /* border-top: 1px solid silver; */
}

.product_detail_info_top_left {
    /* border-top: 1px solid silver; */
}

.bg-cover {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.bg-contain {
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
}

.product_detail_info_top_right {
  padding-left: 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: end;
}
.product_detail_props_block {}

.product_detail_props_block.no_bottom {
    position: relative;
    width: auto;
}

.product_detail_props {
    margin-bottom: 29px;
}

.product_detail_props_cols {
    display: flex;
    align-items: flex-end;
}

.product_detail_props_column {}

.product_detail_props_column:first-child {
    min-width: 161px;
    padding-right: 20px;
}

.product_detail_dims {}

.product_detail_dims_cols {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 20px;
}

.product_detail_dim_column:first-child {
    width: calc(100% - 160px);
}

/* PRODUCT SLIDER */
.product_slider_block {
    width: 100%;
    display: flex;
}

.product_slider_pic {
    width: calc(100% - 135px);
    height: auto;
    aspect-ratio: 1/1;
    background-repeat: no-repeat;
    background-position: center;
}

.image_holder  {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.product_slider_sroll {
    width: 135px;
    padding-left: 20px;
    position: relative;
}

.product_slider_sroll_arrow {
    position: absolute;
    bottom: 0;
    width: calc(100% - 20px);
    z-index: 10;
    /* border:1px dashed silver; */
    height: 53px;
    /* pointer-events: none; */
    cursor: pointer;
}

.product_slider_sroll_arrow img {
    position: absolute;
    z-index: 11;
    /* width: 50%; */
    left: 50%;
    margin-left: -15px;
    bottom: 3px;
    /* display: none; */
}

.product_slider_list_outer {
    position: relative;
    overflow: hidden;
}

.product_slider_list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.product_slider_list_item {
    width: 100%;
    height: 100%;
    aspect-ratio: 1/1;
    display: block;
    margin-bottom: 10px;
    cursor: pointer;
    border: none;
    padding: 10px;
}

.product_list_catalog_outer_detail {
    margin: 0;
    position: relative;
}

.product_list_catalog_outer_detail .product_list_catalog.main_list .product_list_catalog_item:nth-child(-n + 3) {
    display: block;
}

/* VIDGETS */
.vidget_quantity_01 {
    width: 100%;
    display: flex;
    background: #f1f1f1;
    color: #000;
     
    font-size: 24px;
    font-weight: 500;
    line-height: 50px;
    letter-spacing: 0.05em;
    text-align: center;
    align-items: center;
    height: 50px;
    align-content: center;
}

.vidget_quantity_01 .vidget_quantity_button {
    display: block;
    cursor: pointer;
    width: 45px;
    height: inherit;
    line-height: inherit;
}

.vidget_quantity_01 .vidget_quantity_number {
    font-size: 16px;
    width: calc(100% - 120px);
    border-left: 1px solid #d8d8d8;
    border-right: 1px solid #d8d8d8;
    height: inherit;
    line-height: inherit;
    display: block;
    min-width: 50px;
}

.product_detail_add2project {
    margin-bottom: 50px;
    display: flex;
    justify-content: flex-end;
}

.product_detail_add2project_list_wrap {
    position: relative;
}

.product_detail_add2project_list {
    position: absolute;
    width: 100%;
    top: 0;
    max-height: 350px;
    overflow: auto;
    z-index: 20;
    display: none;
}

.product_detail_add2project_list.active {
    display: block;
    border-bottom: 1px solid #d8d8d8;
}

.product_detail_add2project_list ul {
    border: 1px solid #d8d8d8;
    border-bottom: none;
    background: #fff;
    list-style: none;
    margin: 0;
    padding: 0;
}

.product_detail_add2project_list ul li {
    cursor: pointer;
    font-size: 16px;
    font-weight: 500;
    line-height: 120%;
    padding: 16px 20px;
    letter-spacing: 0.04em;
    border-bottom: 1px solid #d8d8d8;
    text-transform: uppercase;
}

.product_detail_add2project_list ul li:hover {
    background: #f1f1f1;
}

.button_x.button_add2project {
    width: 474px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.button_x.button_add2project:after {
    content: "";
    width: 20px;
    height: 20px;
    /* border:1px solid red; */
    background: url(../img/icons/icon_plus_round_white.svg) center center no-repeat transparent;
    margin-left: 9px;
}

/* TEXT STYLES */
.main_layout h1.page_title_detail {
    font-size: 18px;
    font-weight: 500;
    line-height: 150%;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    margin-bottom: 13px;
    margin-top: -7px;
}

.main_layout .product_detail_author {
     
    font-size: 16px;
    font-weight: 400;
    line-height: 120%;
    color: gray;
    margin-bottom: 20px;
}

.main_layout .product_detail_author span {
    color: #000;
}

.main_layout .product_detail_price {
    font-family: Raleway;
    font-size: 18px;
    font-weight: 700;
    line-height: 150%;
    letter-spacing: 0.05em;
    text-align: right;
    margin-top: -7px;
}

.main_layout .product_detail_info_text {
    margin-bottom: 37px;
}

.main_layout .product_detail_info_text,
.main_layout .product_detail_info_text p {
     
    font-size: 15px;
    font-weight: 400;
    line-height: 120%;
    color: #000;
    text-align: justify;
}

.main_layout .product_detail_info_text p {
    margin-bottom: 13px;
}

.product_detail_info_text_outer {
    position: relative;
    overflow: hidden;
    height: 140px;
}

.product_detail_info_text_expander {
    position: absolute;
    z-index: 22;
    width: 100%;
    height: 100px;
    display: flex;
    bottom: -5px;
    align-items: flex-end;
    justify-content: center;
    /* border: 1px solid silver; */
}

.product_info_expand_button {
    width: 100%;
    height: 40px;
    /* border:1px solid red; */
    display: block;
    outer: none;
    display: block;
    cursor: pointer;
    background: url(../img/arrows/arrow_dropdown.svg) center center no-repeat transparent;
}

.product_detail_info_text_outer.expanded {
    height: auto;
    overflow: auto;
}

.product_detail_info_text_outer.expanded .product_detail_info_text_expander {
    display: none !important;
}

.product_detail_prop_caption {
    margin-bottom: 10px;
    font-size: 12px;
    font-weight: 500;
    line-height: 120%;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #000;
}

.product_detail_prop_caption span {
    color: gray;
}

.main_layout p.product_detail_prop_text {
    margin-bottom: 10px;
    color: #000;
    font-size: 14px;
    font-weight: 500;
    line-height: 120%;
    letter-spacing: 0.05em;
}

.main_layout .product_detail_dims .product_detail_prop_caption {
    margin-bottom: 20px;
}

.main_layout h2.product_list_caption {
    font-size: 16px;
    font-weight: 500;
    line-height: 120%;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    margin-bottom: 24px;
}

.product_select_dim_mm {
    display: block;
}

.product_select_dim {
    display: none;
}

.slider_product_01 {
    display: block;
}

.slider_product_02 {
    display: none;
}

.slider_product_01_nav_next_vertical {
    display: block;
}

.slider_product_02_nav_next_horisontal {
    display: none;
}

@media (min-width: 1199px) {
    .product_slider_list_outer {
        height: 410px;
    }
}

@media (max-width: 1198px) {
    .product_detail_col_left {
        width: calc(50% - 70px);
    }

    .product_detail_col_right {
        width: calc(50% + 70px);
        padding-left: 40px;
    }

    .product_slider_block {
        display: flex;
        flex-direction: column;
    }

    .product_slider_pic {
        width: 100%;
    }

    .product_slider_sroll {
        width: 100%;
        padding-left: 0px;
        padding-top: 20px;
        position: relative;
        overflow: hidden;
    }

    .slider_product_01 {
        display: none !important;
    }

    .slider_product_02 {
        display: flex !important;
    }

    .slider_product_01_nav_next_vertical {
        display: none;
    }

    .slider_product_02_nav_next_horisontal {
        display: block;
        top: 0;
        bottom: 0;
        height: 100%;
        width: 57px;
        right: 0;
    }

    .product_slider_sroll_arrow img {
        top: 50%;
        left: auto;
        right: 4px;
        margin-top: -9px;
    }

    .product_slider_list_outer {
        overflow: auto;
        width: calc(100% + 38px);
    }

    .product_slider_list {
        display: block;
    }

    .product_slider_list_item {
        width: 77px !important;
        min-width: 77px;
        aspect-ratio: 1 / 1;
        height: auto;
        margin: 0px;
        margin-right: 10px;
        cursor: pointer;
    }

    .product_select_dim_mm {
        display: none;
    }

    .product_select_dim {
        display: block;
    }

    .button_x.button_add2project {
        width: calc(50% + 30px);
    }

    .product_detail_props_block {
        width: calc(100% - 40px);
    }
}

@media (max-width: 900px) {
    .product_slider_block {
        margin-bottom: 40px;
    }

    .product_slider_pic {
        margin-bottom: 5px;
    }

    .product_slider_list_item {
        margin-right: 5px;
    }

    .product_slider_sroll {
        padding: 0;
    }

    .product_detail_cols {
        display: flex;
        flex-direction: column;
    }

    .product_detail_col_left {
        width: calc(100% + 40px);
        padding: 0;
        margin-left: -20px;
    }

    .product_detail_col_right {
        width: 100%;
        padding: 0;
    }

    .product_detail_props_block {
        position: relative;
    }

    .product_detail_info_text_expander {
        display: none !important;
    }

    .product_detail_info_text_outer {
        height: auto;
    }

    .product_detail_props_block {
        width: 100%;
    }

    .button_x.button_add2project {
        width: 100%;
    }
}

@media (max-width: 690px) {
    .product_detail_add2project_list ul li {
        font-size: 12px;
        padding: 12px 20px;
    }
}

@media (max-width: 650px) {
    .main_layout h1.page_title_detail {
        font-size: 16px;
    }

    .main_layout .product_detail_price {
        font-size: 16px;
    }

    .main_layout .product_detail_info_text,
    .main_layout .product_detail_info_text p {
        font-size: 14px;
    }

    .main_layout .product_detail_author {
        font-size: 14px;
    }

    .product_detail_prop_caption {
        font-size: 10px;
    }

    .main_layout p.product_detail_prop_text {
        font-size: 12px;
    }
}

@media (max-width: 500px) {
    .main_layout .product_detail_info_text p {
        font-size: 12px;
    }

    .main_layout .product_detail_author {
        font-size: 14px;
    }
}

@media (max-width: 450px) {
    .product_detail_prop_caption span {
        font-size: 9px;
    }
}