.single-products.section .product-item-scu-item-color-container {
    max-width: 100%;
    width: 46px;
    margin-right: 10px;
}
.single-products.section .product-item-scu-container-title {
    color: #999;
    margin-bottom: 10px;
    font-size: 16px;
    width: 100%;
}
.single-products.section .product-item-detail-properties-item {
    flex-wrap: wrap;
}
.single-products.section .product-item-scu-item-color-container:last-child {
    margin-right: 0;
}
.single-products.section .product-item-scu-item-color-block {
    outline:none;
}
.single-products.section .product-item-scu-item-color-container.selected .product-item-scu-item-color-block {
outline: 2px solid #D10604
}
.single-products.section .product-item-scu-item-text-container {
    min-width: 32px;
    background: #f5f5f5;
    width: calc(20% - 5px);
    height: 40px;
    margin: 0 5px 5px 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.single-products.section .product-item-scu-item-text {
    font-size: 16px;
    line-height: normal;
    color: #212125;

}
.single-products.section .product-item-scu-item-text-container.selected .product-item-scu-item-text-block {
    outline: none;
}
.sku_wrap {
    width: 100%;
}
.single-products.section .product-item-scu-item-text-block {
    outline: none;
}
.single-products.section .product-item-scu-item-text-container.selected {
    border: 2px solid #D10604;
}
.single-products.section .product-item-scu-item-list {
    display: flex;
    flex-wrap: wrap;
}
.single-products.section {
    font-family: 'Montserrat', sans-serif;
}
.iq-card-new {
    background: #d10604;
    color: #fff;
    margin-bottom: 15px;
    padding: 5px 15px;
    font-size: 12px;
    font-weight: 700;
    max-width: 110px;
    text-align: center;
}
.iq-card-number {
    color: #999;
    margin-bottom: 10px;
    font-size: 14px;
}
.iq-card-price {
    font-size: 30px;
    font-weight: 700;
}
.iq-card-group {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-bottom: 35px;
}
.iq-card-action {
    font-size: 14px;
    border-bottom: 1px dashed;
    cursor: pointer;
    color: #999;
}
.single-products.section .product-item-detail-pay-block {
    position: relative;
    margin-bottom: 15px;
    padding: 15px 0px 0;
    background-color: #fff;
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.single-products.section .btn-link.product-item-detail-buy-button {
    height: max-content;
    background: var(--theme-b-link);
    color: #ffff;
    border-radius: 5px;
    min-width: 250px;
}
.single-products .product-details .servs .serv-list {
    border: none;
}
.slider_wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.big_slide {
    width: 85%;
}
.thumbs_wrapper {
    width: 10%;
}
@media (max-width:767px){
    .thumbs_wrapper {
        display: none;
    }  
    .big_slide {
        width: 100%;
    }
}