.customize-body {
    display: flex;
    justify-content: flex-start;
    width: 100%;
}
.customize-product-box {
    width: 67%;
}
.customize-product-gallery {
    width: 33%;
    border-left: 1px solid #E3E3E3;
}
.customize-product img {
    height: 700px;
}
.finalize-content button {
    border: 0;
    width: 140px;
    border-radius: 24px;
    height: 50px;
    padding: 0;
    margin-left: 15px;
    font-family: 'MontserratSemiBold';
    background-color: #E9098D;
    color: white;
}
.finalize-content button:disabled {
    background-color: #D9D9D9;
    color: rgba(0, 0, 0, .6);
}
.finalize-box {
    box-shadow: 0px 4px 7px rgba(0, 0, 0, .07);
    padding-right: 50px;
    padding-bottom: 20px;
    padding-top: 20px;
}
.finalize-box.active {
    position: fixed;
    background-color: white;
    max-width: 500px;
    width: 100%;
    z-index: 1;
    top: 145px;
    right: 0;
}
.finalize-box.show {
    position: fixed;
    background-color: white;
    max-width: 500px;
    width: 100%;
    z-index: 1;
    top: 0px;
    right: 0;
}
.finalize-content {
    display: flex;
    justify-content: end;
}
.finalize-content .price {
    line-height: 50px;
    font-family: 'MontserratSemiBold';
    font-weight: 600;
}
.customize-gallery {
    padding-right: 50px;
    padding-left: 30px;
    padding-top: 20px;
}
.customize-gallery h4 {
    font-size: 23px;
    font-family: 'MontserratSemiBold';
    font-weight: 600;
    line-height: normal;
    margin-bottom: 20px;
}
.customize-gallery ul ,
.customize-gallery ul ul {
    padding: 0;
    margin: 0;
}
.customize-gallery ul .gallery-item,
.customize-gallery ul ul.gallery-item {
    display: none;
    position: relative;
    padding-top: 0px;
}
.customize-gallery ul li.active .gallery-item{
    padding-top: 15px;
}
.customize-gallery ul ul::before {
    position: absolute;
    top: 5px;
    font-size: 14px;
    font-family: 'MontserratSemiBold';
}
/* .customize-gallery ul ul.series-items::before{
    content: "Series";
}
.customize-gallery ul ul.doors-items::before{
    content: "Select Door";
}
.customize-gallery ul ul.accessories-items::before{
    content: "Select Accessories";
} */
.customize-gallery ul ul.color-items::before{
    content: "Color";
    display: none;
    top: 15px;
}
.customize-gallery ul li.active .gallery-item {
    display: block;
}
.customize-gallery ul li.active .accessories-items.gallery-item {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.customize-gallery ul li ul,
.customize-gallery ul li.active ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding-right: 15px;
}
.customize-gallery ul li ul.color-items,
.customize-gallery ul li.active ul.color-items {
    display: block;
    width: 100%;
    position: relative;
    overflow: hidden;
    padding-top: 0;
    text-align: center;
}
.customize-gallery ul li ul.color-items .selected,
.customize-gallery ul li.active ul.color-items .selected {
    border-bottom: 2px solid #E9098D;
    border-radius: 0;
}
.customize-gallery ul li ul.color-items::before,
.customize-gallery ul li.active ul.color-items.active::before {
    display: inline-block;
    left: 0;
}
.customize-gallery ul li ul.color-items.active,
.customize-gallery ul li.active ul.color-items.active {
    padding-top: 50px;
}
.customize-gallery ul li ul.color-items li, .customize-gallery ul li.active ul.color-items li {
    width: auto;
    display: inline-block;
    position: relative;
    height: 62px;
    padding: 0;
    border: 0;
    margin-bottom: 7px;
    margin-top: 0;
    border-bottom: 2px solid #fff;
    margin-right: 6px;
}
.customize-gallery ul ul.color-items li:nth-child(2n + 1) {
    margin-right: 0;
}
.customize-gallery ul ul.color-items li:nth-child(2n + 2) {
    margin-left: 0;
}
.customize-gallery ul li ul.color-items li img,
.customize-gallery ul li.active ul.color-items li img {
    max-height: none;
    border: 0;
    height: 60px;
    border-radius: 0px;
}
.customize-gallery ul li ul.gallery-item,
.customize-gallery ul li.active ul.gallery-item {
    display: flex;
    flex-wrap: wrap;
}
.customize-gallery ul.controls-scroll {
    max-height: 620px;
    overflow: auto;
    padding-right: 30px;
    padding-bottom: 15px;
}
.customize-gallery ul.controls-scroll::-webkit-scrollbar,
.customize-gallery ul.controls-scroll::-webkit-scrollbar {
    width: 5px; 
}

.customize-gallery ul.controls-scroll::-webkit-scrollbar-thumb,
.customize-gallery ul.controls-scroll::-webkit-scrollbar-thumb {
    background-color: #888; 
    border-radius: 3px; 
}

.customize-gallery ul.controls-scroll::-webkit-scrollbar-track,
.customize-gallery ul.controls-scroll::-webkit-scrollbar-track {
    background-color: #f1f1f1; 
}
.customize-gallery ul li .pick-list {
    display: block;
    position: relative;
    line-height: 65px;
    border-bottom: 1px solid #d4d4d4;
    cursor: pointer;
    font-size: 14px;
    height: 65px;
}
.customize-gallery ul ul li img {
    height: 105px;
    border: 0;
    margin-right: 0;
}
.customize-gallery ul ul li {
    text-align: center;
    border: 1px solid #fff;
    width: calc(50% - 6px);
    margin-bottom: 20px;
    border-radius: 5px;
    padding: 8px 5px;
    height: 152px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.customize-gallery ul ul li.active {
    border: 1px solid #E9098D;
}
.customize-gallery ul ul li:nth-child(2n + 1) {
    margin-right: 6px;
}
.customize-gallery ul ul li:nth-child(2n + 2) {
    margin-left: 6px;
}
.customize-gallery ul ul li .product_name {
    font-size: 14px;
    line-height: 14px;
    margin-top: 5px;
}
.customize-gallery ul li .pick-list::after {
    content: "";
    width: 8px;
    height: 8px;
    position: absolute;
    border-bottom: 2px solid #000000;
    border-right: 2px solid #000000;
    transform: rotate(-45deg);
    right: 0;
    top: 50%;
    margin-top: -4px;
}
.customize-gallery ul li.active .pick-list::after {
    transform: rotate(45deg);
}
.customize-gallery ul li .pick-list img {
    width: 27px;
}
.color-option {
    font-size: 14px;
    font-family: 'MontserratSemiBold';
}
.customize-gallery ul li .gallery-item {
    display: none; 
    /* overflow: hidden;  */
    /* max-height: 0;  */
    transition: max-height 0.5s ease-in-out; 
}

.customize-gallery ul li.active .gallery-item {
    display: block; 
    /* max-height: 500px;  */
}

.customize-gallery ul li .gallery-item .tab-content {
    display: none;
    transition: max-height 0.5s ease-in-out; 
}
.color-box button.tab-links {
    width: 55px;
    height: 55px;
    border: 0;
    margin: 0 10px;
    margin-top: 10px;
    position: relative;
    outline: none;
}
.color-box button.links-black {
    background-color: #817B7B;
}
.color-box button.links-pink-gray {
    background-color: #DAD0C5;
}
.color-box button.links-gray-color {
    background-color: #E8E9E3;
}
.color-box button::after {
    content: "";
    width: 100%;
    height: 2px;
    border-bottom: 2px solid #fff;
    display: block;
    bottom: -3px;
    position: absolute;
    left: 0;
}
.color-box button.active::after {
    border-bottom: 2px solid #E9098D;
}
.container-ware-box{
    display: flex;
    flex-direction: row;
    height: 100%;
}
.customize-body .product {
    flex: 3;
    /* background-color: #f3f3f3; */
    position: relative;
    /* height: 100%; */
    display: flex;
    justify-content: center;
    align-items: center;
}
.custom-product-image {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}
.customize-body .controls {
    flex: 1.2;
    display: flex;
    flex-direction: column;
    height: 100%;
}
.customize-body .price button {
    background-color: #ff007f;
    color: #fff;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}
.customize-body .controls-content {
    flex: 1;
    padding: 20px;
    overflow-y: auto;
}
.controls-content h4 {
    margin-top: 0px;
    margin-bottom: 5px;
}
.series-list, .color-list, .frames-list {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.series-list li, .color-list li, .frames-list li {
    display: flex;
    align-items: center;
    cursor: pointer;
    margin:0;
    padding: 5px;
    border: 1px solid transparent;
    transition: background-color 0.3s, border-color 0.3s;
    width: 100%;
    justify-content: center;
}
.series-list li img, .color-list li img, .frames-list li img {
    width: 60px;
    height: 60px;
    object-fit: contain;
    margin-right: 10px;
    border: 1px solid #000;
}
.series-list li.selected, .color-list li.selected, .frames-list li.selected {
    border: 1px solid #E9098D;
}
.customize-body .accessories {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.customize-body .accessories label {
    /* cursor: pointer; */
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 47%;
}
.customize-body .accessories img {
    width: 60px;
    height: 60px;
    object-fit: contain;
    margin-bottom: 5px;
    background-color: white;
}
.customize-gallery ul .sizes-items li{
    cursor: pointer;
}
.customize-gallery ul .sizes-items li,
.customize-gallery ul .doors-items li {
    border: 1px solid #D4D4D4;
}
.customize-gallery ul .sizes-items li.selected,
.customize-gallery ul .doors-items li.selected{
    border: 1px solid #E9098D;
}
.customize-body .accessories label .item-text {
    width: 100%;
    text-align: center;
    border: 1px solid #ddd;
    margin-bottom: 12px;
    padding: 5px;
    padding-top: 8px;
}
.counter-box input[type="number"] {
    width: 40px;
    text-align: center;
    border: 0;
    background-color: transparent;
    outline: none;
    -moz-appearance: textfield;
    color: #E9098D;
    font-family: 'MontserratMedium';
}
.counter-box input[type="number"]::-webkit-outer-spin-button,
.counter-box input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.counter-box button {
    border: 0;
    background-color: transparent;
    color: #E9098D;
    font-family: 'MontserratMedium';
    font-size: 16px;
    outline: none;
}
.finalize-box .finalize-content.active button {
    background-color: #E9098D;
    color: white;
}
.finalize-box .finalize-content.active button span{
    color: white;
}
.finalize-content button span {
    font-size: 21px;
    position: relative;
    display: inline-block;
}
.finalize-content button:focus,
.counter-box button:focus{
    outline: none;
}
.counter-box {
    border: 1px solid #E3E3E3;
    border-radius: 6px;
    padding: 0 3px;
}
.accessories-items button.plus-add {
    border: 1px solid #E3E3E3;
    background-color: transparent;
    color: #E9098D;
    border-radius: 6px;
    font-family: 'MontserratMedium';
    width: 62px;
    height: 25px;
    line-height: 22px;
    outline: none;
}
.customize-design-info {
    display: flex;
    justify-content: space-between;
}
.customize-product-details {
    width: 390px;
}
.customize-details h5 {
    font-size: 14px;
    font-family: 'MontserratSemiBold';
    font-weight: 500;
    margin-top: 30px;
    margin-bottom: 5px;
}
.custom-item-sub h5 {
    font-size: 14px;
    font-family: 'MontserratSemiBold';
    font-weight: 500;
    margin-top: 0px;
    margin-bottom: 5px;
}
.customize-details p {
    font-size: 14px;
    margin-bottom: 10px;
}
.customize-details .custom-buy-now h2 {
    font-size: 28px;
    font-family: 'MontserratSemiBold';
    font-weight: bold;
    margin-bottom: 20px;
}
.customize-details .custom-buy-now .buy-now-button {
    background-color: #E9098D;
    width: 100%;
    border: 0;
    border-radius: 40px;
    color: white;
    font-size: 14px;
    height: 54px;
    font-family: 'MontserratSemiBold';
    margin-bottom: 30px;
}
table.product-info-box {
    width: 100%;
}
.customize-product-list {
    width: calc(100% - 390px);
    padding-right: 60px;
}
.custom-item-title {
    padding-bottom: 35px;
}
.custom-item-sub {
    border-bottom: 1px solid #D4D4D4;
    padding-top: 5x;
    padding-bottom: 5px;
}
.product-info-box tr {
    border-bottom: 1px solid #D4D4D4;
    width: 100%;
}
.product-info-box tr:last-child {
    border-bottom: 0px solid #D4D4D4;
    width: 100%;
}
.power-x,
.product-price .price,
.product-name .price {
    font-family: 'MontserratSemiBold';
    font-weight: bold;
}
.product-info-box tr td {
    padding: 15px 0;
}
.product-final img {
    max-width: 324px;
    max-height: 324px;
}
.product-image-box {
    display: flex;
    justify-content: center;
    margin: 10px 0;
}
.customize-details {
    margin-top: 70px;
    margin-bottom: 30px;
}
.disabled {
    pointer-events: none;  
    opacity: 0.5;         
    background-color: #f5f5f559; 
}
.customize-gallery ul li .pick-list.active img {
    display: none;
}
.customize-gallery ul li .pick-list.active img {
    display: none;
}
.customize-gallery ul li .pick-list.active {
    background-image: url(https://www.isho.com/storage/media/2y6OiISNnZ7QspgrC3LiaOGUnRwMoZa24fGf4mW1.png);
    padding-left: 30px;
    background-repeat: no-repeat;
    background-position: 0 center;
    background-size: 14px;
    font-weight: bold;
    font-size: 14px;
    height: 65px;
}
.customize-gallery ul li .pick-list.active::after{
    display: none;
}
.customize-gallery ul li.item-box{
    display: none;
}
.customize-gallery ul li.item-box.active{
    display: block;
}
.customize-body .accessories img,
.customize-gallery ul ul li img{
    -webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
}
.customize-body .accessories img:hover,
.customize-gallery ul ul li img:hover{
    transform: scale(1.1);
    -webkit-transform: scale(1.2); 
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}
.product-final {
    display: flex;
    justify-content: center;
}
.message {
    text-align: center;
    color: red;
}
.need-help-section {
    text-align: center;
    margin-bottom: 20px;
}
.need-help-section h4 {
    font-size: 16px;
    margin-bottom: 10px;
}
.need-help-section .find-now-button {
    font-size: 13px;
    display: inline-block;
    border: 1px solid #E9098D;
    width: 100px;
    height: 30px;
    line-height: 28px;
    border-radius: 24px;
}
.need-help {
    background-color: rgba(255, 227, 247, .6);
    border-radius: 5px;
    padding: 20px 35px;
    max-width: 90%;
    margin: 0 auto;
}
.need-help-section{
    display: none;
}
.zoom-img {
    height: 105px;
    overflow: hidden;
}
.item-text p.size{
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 14px;
}
@media screen and (min-width: 991px){
    .customize-gallery ul li ul.color-items, .customize-gallery ul li.active ul.color-items {
        padding-left: 40px;
    }
}
@media screen and (min-width: 1600px){
    .customize-gallery ul li .pick-list,
    .customize-gallery ul li .pick-list.active {
        font-size: 16px;
    }
}
@media screen and (max-width: 991px){
    .need-help {
        max-width: 100%;
    }
    .customize-gallery ul.controls-scroll {
        padding-right: 5px;
    }
    .need-help-section {
        margin-bottom: 20px;
    }
    .product-final {
        border-top: 1px solid #ddd;
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .product-info-box tr td {
        padding: 5px 0;
    }
    .customize-gallery ul li.active .accessories-items.gallery-item {
        margin-bottom: 20px;
    }
    .customize-gallery ul li .pick-list {
        font-size: 16px;
    }
    .customize-gallery h4 {
        font-size: 18px;
    }
    .customize-gallery {
        padding-right: 20px;
        padding-left: 20px;
    }
    .customize-details {
        margin-top: 150px;
        margin-bottom: 30px;
    }
    .customize-design-info {
        display: block;
    }
    .customize-product-list {
        width: 100%;
        padding-right: 0;
    }
    .customize-product-details {
        width: 100%;
    }
    .customize-product-details .product-price {
        text-align: right;
    }
    .customize-product-gallery {
        width: 100%;
    }
    .customize-product-box {
        width: 100%;
    }
    .customize-body {
        display: block;
        width: 100%;
    }
    section.customize-section {
        margin-top: 134px;
    }
    .finalize-box.active,
    .finalize-box.show {
        position: relative;
        max-width: 100%;
        top: 0;
        /* top: 120px; */
    }
}