.product{

}
.product-header-container{

}
.product-header{

}
.product-header-title{
    font-size: 28px;
    font-weight: 500;
    line-height: 150%;
    margin:0 0 20px 0;
}
@media (max-width: 1200px) {
    .product-header-title{
        font-size: 22px;
    }
}
.product-container{
    display: flex;
    flex-wrap: wrap;
    margin:0 0 30px -20px;
}
.product-gallery-container,
.product-info-container,
.product-delivery-container{
    width:calc(33.3333333% - 20px);
    margin:0 0 0 20px;
}
@media (max-width: 1200px) {
    .product-gallery-container,
    .product-info-container{
        width:calc(50% - 20px);
        margin:0 0 20px 20px;
    }
    .product-delivery-container{
        display: flex;
        flex-wrap: wrap;
        width:calc(100% - 20px);
        margin:0 0 0 20px;
    }
}
@media (max-width: 1024px) {
    .product-container{
        display: block;
        margin:0 0 20px 0;
    }
    .product-gallery-container,
    .product-info-container,
    .product-delivery-container{
        width:100%;
        margin:0 0 20px 0;
    }
}
/**/
.product-gallery{
    position: relative;
}
.product-main-gallery{
    border: 1px solid var(--bluegray-50);
    border-radius: 5px;
    overflow: hidden;
    margin:0 0 10px 0;
}
.product-main-gallery-image{
    display: none;
}
.product-main-gallery-image:first-child{
    display: block;
    overflow: hidden;
    cursor: pointer;
}
.product-second-gallery{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin:0 0 0 -10px;
    margin:0 0 0 -10px;
}
.product-second-gallery-image{
    width: calc(25% - 10px);
    border: 1px solid var(--bluegray-50);
    border-radius: 5px;
    overflow: hidden;
    transition: .3s;
    margin:0 0 10px 10px;
}
.product-second-gallery-image:first-child{
    display: none;
}
.product-second-gallery-image img{
    cursor: pointer;
    transform: scale(1,1);
    transition: .5s;
}
.product-second-gallery-image:hover img{
    transform: scale(0.9,0.9);
}
/**/
.product-difference-price{
    position: absolute;
    top:10px;
    right:10px;
    z-index: 2;
    display: flex;
    align-items: center;
    height: 30px;
    background: var(--red-600);
    font-size: 14px;
    font-weight: 400;
    color:var(--white);
    line-height: 100%;
    padding:0 10px;
    border-radius: 4px;
}

/**/

.product-label{
    position: absolute;
    top:10px;
    right:10px;
    z-index: 2;
}
.product-label-image{
    width:50px;
}
.product-label-name{
    display: flex;
    align-items: center;
    height: 30px;
    padding: 0 10px;
    font-weight: 500;
    font-size: 14px;
    border-radius: 5px;
    z-index: 2;
}


.product-delivery{
    border: 1px solid var(--bluegray-50);
    border-radius: 5px;
    padding:20px;
    margin:0 0 20px 0;
}
.product-delivery-name{
    font-size: 16px;
    font-weight: 600;
    margin:0 0 10px 0;
}
.product-delivery-text{

}
.product-delivery-text ul{
    list-style: none;
    padding: 0;
}
.product-delivery-text ul li{
    position: relative;
    list-style: none;
    font-size: 14px;
    margin: 0 0 10px 0;
    padding: 0 0 0 20px;
}
.product-delivery-text ul li:before{
    position: absolute;
    top: 9px;
    left: 0;
    content: '';
    display: inline-block;
    width: 6px;
    height: 6px;
    background: var(--red-400);
    border-radius: 3px;
    margin: 0 20px 0 0;
}
@media (max-width: 1200px) {
    .product-delivery:first-child{
        width: calc(50% - 10px);
        margin:0 10px 0 0;
    }
    .product-delivery:last-child{
        width: calc(50% - 10px);
        margin:0 0 0 10px;
    }
}
@media (max-width: 1024px) {
    .product-delivery:first-child,
    .product-delivery:last-child{
        width: 100%;
        margin:0 0 20px 0;
    }

}



.product-info-head{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin:0 0 20px 0;
}
/**/
.product-available-container{

}
.product-not-available{
    display: flex;
    align-items: center;
    height: 40px;
    padding:0 10px;
    border-radius: 5px;
    border: 1px solid var(--red-500);
    font-weight: 500;
    font-size: 14px;
    color: var(--red-500);
}
.product-yes-available{
    display: flex;
    align-items: center;
    height: 40px;
    padding:0 10px;
    border-radius: 5px;
    border: 1px solid var(--green-500);
    font-weight: 500;
    font-size: 14px;
    color: var(--green-500);
}

/**/
.product-code{
    display: flex;
    align-items: center;
}
.product-code-name{
    font-size: 14px;
    font-weight: 500;
    margin:0 10px 0 0;
}
.product-code-value{
    display: flex;
    align-items: center;
    height: 40px;
    padding:0 10px;
    border-radius:4px;
    background: #f8f8f8;
    color: var(--black);
    font-size: 14px;
    font-weight: 500;
}


.product-main-property{
    margin:0 0 30px 0;
}
.product-main-property-elements{
}
.product-main-property-element{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding:5px 0;
}
.product-main-property-element:after{
    position: absolute;
    top:50%;
    left:0;
    right:0;
    content: '';
    border-bottom: 1px dashed var(--bluegray-100);
}

.product-main-property-element-name{

}
.product-main-property-element-name span{
    position: relative;
    z-index: 1;
    font-size: 14px;
    color: var(--bluegray-400);
    background: var(--white);
    padding:0 10px 0 0;
}
.product-main-property-element-values{
	display:flex;
	align-items:center;
}
.product-main-property-element-value{
    font-size: 16px;
    font-weight: 500;
}
.product-main-property-element-value span{
    position: relative;
    z-index: 1;
    font-size: 16px;
    font-weight: 500;
    background: var(--white);
    padding:0 0 0 10px;
}

/**/
.product-info-body{

}



/**/
.product-price-container{
    background: #f8f8f8;
    padding:30px 20px 20px 20px;
    border-radius: 5px;
    margin:0 0 20px 0;
}
.product-price-elements{
    display: flex;
    align-items: center;
}
.product-price-element{
    width: 160px;
}
.product-price-element-name{
    font-size: 14px;
    font-weight: 500;
    margin:5px 0 0 0;
}
.product-price-element-value{

}
.product-price-element-value span{
    display: block;
    font-size: 34px;
    font-weight: 400;
}
.product-price-element-value strike{
    display: block;
    font-size: 16px;
    font-weight: 500;
    color: var(--red-700);
    margin:0 0 5px 0;
}





/**/
.product-buy-container{
    margin:20px 0 0 0;
}
.product-main-buttons{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.product-qty{
    width: 130px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #f8f8f8;
    border-radius: 5px;
}
.product-qty-count{
    display: flex;
    align-items: center;
    width:50px;
    font-size: 16px;
    text-align: center;
    background: transparent;
    border: none;
}
.product-qty-change{
    display: flex;
    align-items: center;
    justify-content: center;
    width:40px;
    height:50px;
    font-size: 14px;
    transition: .3s;
    cursor: pointer;
}
.product-qty-change:hover{

}
.product-button-buy{
    width: calc(100% - 200px);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--white);
    background: var(--brand-main);
    margin:0 0 0 10px;
}
.product-button-buy:hover{
    background: var(--brand-main-hover);
}
.product-button-buy:before{

}
.product-button-wishlist{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    font-size:14px;
    cursor: pointer;
    background: var(--brand-second);
    border-radius: 5px;
    transition: .3s;
    margin:0 0 0 10px;
}
.product-button-wishlist:hover{
    background: var(--brand-second-hover);
}
.product-button-wishlist:before{
    content: '\e918';
    color:var(--white);
    font-family: si-solid;
    font-size: 22px;
}
@media (max-width: 640px) {
    .product-qty{

    }
    .product-button-buy{

    }
}




.product-second-buttons{
    display: flex;
}
.product-second-buttons .product-button-wishlist{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    font-size:14px;
    cursor: pointer;
    transition: .3s;
}
.product-second-buttons .product-button-wishlist:before{
    content: '\e918';
    color:var(--brand-second);
    font-family: si-solid;
    font-size: 22px;
    margin:0 10px 0 0;
}
.product-second-buttons .product-button-wishlist:hover,
.product-second-buttons .product-button-wishlist:hover:before{
    color:var(--brand-second-hover);
}



/**/
.product-property-container{
    margin:0 0 50px 0;
}
.product-property{

}
.product-property-title{
    font-size: 22px;
    font-weight: 600;
    margin:0 0 20px 0;
}
.product-property-elements{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin:0 0 0 -40px;
}
.product-property-element{
    width: calc(50% - 40px);
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    padding:10px 0;
    border-bottom: 1px dashed var(--bluegray-100);
    margin:0 0 0 40px;
}
.product-property-element:last-child{
    border-bottom: none;
}
.product-property-element-name{
    font-size: 14px;
    font-weight: 500;
}
.product-property-element-values{
    display: flex;
    align-items: center;
}
.product-property-element-value{
    font-size: 14px;
    font-weight: 600;
}
.product-property-element-value a{
    color: var(--brand-second-hover);
}
.product-property-element-value span:after{
    content:',';
    margin:0 5px 0 0;
}
.product-property-element-value:last-child span:after{
    display: none;
}
@media (max-width: 1024px) {
    .product-property-element{
        width: calc(100% - 20px);
    }
    .product-property-element-name,
    .product-property-element-values{
        width: auto;
    }
}


/**/
.product-description-container{
    margin:0 0 50px 0;
}

/**/
.product-review-container{

}
.product-review{
    margin:0 0 100px 0;
}
.product-review-title{
    font-size: 22px;
    font-weight: 600;
    margin:0 0 20px 0;
}
.product-review-content{
    display: flex;
    align-items: center;
}
.product-review-a{
    width: 300px;
    background: var(--bluegray-50);
    border-radius: 5px;
    padding: 20px;
}
/**/
.product-review-rating{
    display: flex;
    align-items: center;
    margin:0 0 30px 0;
}
.product-review-rating-stars{
    display: flex;
    align-items: center;
    margin:0 20px 0 0;
}
.product-review-rating-star{
    font-size: 30px;
    color: var(--gray-200);
}
.product-review-rating-star.active{
    color: var(--orange-400);
}


.product-review-b{
    width: calc(100% - 300px);
    padding:0 0 0 50px;
}


.product-review-elements{
    margin:0 0 40px 0;
}
.product-review-element{
    padding:20px 0;
    border-bottom: 1px solid var(--gray-200);
}
.product-review-element-header{
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding:0 0 0 70px;
    margin:0 0 20px 0;
}
.product-review-element-name{
    width: 100%;
    font-weight: 600;
    font-size:14px;
    margin:0 0 10px 0;
}
.product-review-element-mark-stars{
    width: 50%;
}
.product-review-element-mark-star{
    font-size: 20px;
    color: var(--gray-200);
}
.product-review-element-mark-star.active{
    color: var(--orange-400);
}
.product-review-element-date{
    width: 50%;
    font-size: 12px;
    color: var(--gray-700);
    text-align: right;
}
.product-review-element-icon{
    position: absolute;
    top:50%;
    left:0;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
    border-radius: 25px;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    background: var(--gray-200);
}
.product-review-element-message{
    font-size: 14px;
    line-height: 150%;
    font-weight: 400;
}
.product-review-button{
    display: flex;
    justify-content: center;
}


.product-options{

}
.product-option{
    display: flex;
    margin:0 0 20px 0;
}
.product-option-name{
    display: flex;
    align-items: center;
    width:160px;
    font-size: 16px;
}
.product-option-name span{
    font-size: 14px;
    padding:0 0 0 5px;
}
.product-option-value{
    width: calc(100% - 160px);
}
/**/
.product-option-input{
    display: block;
    width: 100%;
    height: 36px;
    line-height: 36px;
    background: var(--white);
    border: 1px solid var(--bluegray-100);
    border-radius: 4px;
    font-weight: 500;
    font-size: 14px;
    padding: 0 10px;
}
/**/
.product-option-checkbox{

}
.product-option-checkbox-input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}
.product-option-checkbox-label {
    position: relative;
    cursor: pointer;
}
.product-option-checkbox-label:before {
    content: '';
    font-family: si-solid;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 34px;
    width: 34px;
    cursor: pointer;
    color: var(--bluegray-800);
    background: #fff;
    border: 1px solid var(--bluegray-100);
    border-radius: 4px;
}
.product-option-checkbox-input:checked + .product-option-checkbox-label:before {
    content: '\e906';

}





/**/
.product-attribute{
    margin:0 0 30px 0;
}
.product-attribute-group{

}
.product-attribute-group-name{
    display: none;
}
.product-attribute-list{

}
.product-attribute-item{
    display: flex;
    flex-wrap: wrap;
    margin:0 0 20px 0;
}
.product-attribute-item:last-child{
    margin:0;
}
.product-attribute-item-name{
    width:160px;
    font-size: 16px;
}
.product-attribute-values{
    width: calc(100% - 160px);
}
/**/
.attribute-buttons{
    display: flex;
    align-items: center;
}
.attribute-button{
    margin:0 10px 0 0;
}
.attribute-button-input {
    position: absolute;
    z-index: -1;
    opacity: 0;
    margin: 10px 0 0 7px;
}
.attribute-button-label {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 34px;
    min-width: 34px;
    padding: 0 10px;
    font-size: 14px;
    font-weight: 500;
    color: #333;
    cursor: pointer;
    background: #fff;
    border: 1px solid var(--bluegray-100);
    border-radius: 4px;
}
.attribute-button-input:checked + .attribute-button-label {
    color:#fff;
    background: var(--red-700);
    border:1px solid var(--red-700);
}
.attribute-button-input:focus + .attribute-button-label:before {

}
@media (max-width: 1024px) {

}

