/* start product detail area */
.product-detail-area {
    margin-top: 20px;
    padding: 20px;
    border-radius: 10px;
}

.product-detail-area div {
    margin-top: 20px;
}
h1.product-title{
    font-size:  2rem;
}
.detail-area h3.product-title {
    font-size: 20px;
}

.product-exist {
    position: relative;
    width: 50px;
    height: 50px;
    margin-top: 30px;
}

.product-exist img {
    position: absolute;
    top: 0;
    right: 0;
}

.product-exist img.hide {
    display: none;
}

span.price-regular{
    font-size: 1.5rem;
    color: green;
    font-family: 'homa' !important;
}

del.price-regular{
    font-size: 1.2rem;
    color: red;
}

.availability {
    margin-top: 20px;
}

.availability .fa-check-circle {
    color: #eee8f0;
}

.detail-area .form-group {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.detail-area .form-group .form-control {
    width: 50%;
    appearance: auto !important;
}

.pro-btn{
    margin-top: 130px !important;
}

.to-cart {
    border: 0;
    padding: 5px 20px;
    background-color: #c4c4c4;
    color: #fff;
    border-radius: 25px;
    transition: all .3s ease-in-out;
    border: 2px #fff solid;
}

.to-cart:hover {
    background: transparent;
    color: #000;
    border: 2px #eee8f0 solid;

}
.to-cart.shoplist{
    padding: 5px 30px;
    border-radius: 10px;
    font-size: 20px;
    width: 75%;
}
.quantity .pro-qty {
    width: 100px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    border: 2px #eee8f0 solid;
    margin: 10px;
    margin-left: 20px;
    border-radius: 25px;
}
.pro-qty span{
    font-size: 20px;
}
.pro-qty input{
    width: 50px;
    border: 0;
    background: transparent;
    text-align: center;
}
.pro-qty span {
    -webkit-touch-callout: none;
    /* iOS Safari */
    -webkit-user-select: none;
    /* Safari */
    -khtml-user-select: none;
    /* Konqueror HTML */
    -moz-user-select: none;
    /* Firefox */
    -ms-user-select: none;
    /* Internet Explorer/Edge */
    user-select: none;
}

button.product-compair,
button.to-favorites {
    border: 0;
    padding: 5px 20px;
    border: 2px #eee8f0 solid;
    background: transparent;
    color: #000;
    border-radius: 25px;
    transition: all .3s ease-in-out;
}
button.to-favorites {
    margin-right: 10px;
}

button.product-compair:hover,
button.to-favorites:hover {
    background-color: #eee8f0;
    color: #fff;
}

/* end product detail area */

.img-area {
    position: relative;
}

.product-img-area {
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 10px;
    margin-top: 0 !important;
    background-repeat: no-repeat;
    height: 400px;
    width: 400px;
}

@media screen and (max-width:999px) {
    .product-img-area {
        position: unset !important;
        width: 310px;
    }

    .product-img-gallery {
        position: relative !important;
        bottom: unset !important;
        left: unset !important;
        margin: 0 auto;
        margin-top: 20px;
        top: unset !important;
    }
    .pro-btn{
        margin-top: 20px !important;
    }
    
}

.img-area img.product-img {
    position: relative;
    width: 100%;
    height: 100%;
    /* object-fit: cover; */
}

.product-img-gallery {
    position: absolute;
    top: 400px;
    right: 0;
    z-index: 900;
}

.product-img-gallery-slide {
    width: 100%;
    overflow: auto;
}

.product-img-gallery-slide::-webkit-scrollbar {
    display: none;
}

.product-img-gallery img {
    width: 20%;
    border: 1px #ccc solid;
    border-radius: 10px;
    cursor: pointer;
    margin-left: 10px;
    object-fit: cover;
}

.arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    z-index: 1000;
    width: 30px;
    height: 30px;
    top: 40%;
    transform: translateY(-50%);
    opacity: 0;
    background: rgba(255, 255, 255, 0.7);
    transition: all .3s ease-in-out;
}

#right-slide {
    right: 0;
}

#left-slide {
    left: 0;
}

.product-img-gallery:hover .arrow {
    opacity: 1;
}

/* start product details reviews */
.product-details-reviews{
    margin-top: 20px;
    padding-top: 20px;
    border-radius: 10px;
}
button.nav-link{
    color: rgba(0, 0, 0, 0.55);
}
button.nav-link.active{
    color: #eee8f0 !important;
}
.review-form{
    display: flex;
    flex-direction: column;
    padding: 20px;
}
.review-form input{
    height: 40px;
    margin-top: 10px;
    border-radius: 10px;
    border: 1px #ccc solid;
}
/* end product details reviews */

/*price-color*/

.price-color ul li .circle-big {
    display: inline-block;
    border-radius: 50%;
    width: 42px;
    height: 42px;
    border: 3px solid #ddd;
    position: relative;
}

.price-color ul li .circle {
    display: inline-block;
    border-radius: 50%;
    width: 32px;
    height: 32px;
    position: absolute;
    top: 5%;
    right: 5%;
    cursor: pointer;
}

.price-color ul li .active-circle {
    border: 3px solid #00bfd6;
}

.price-color ul {
    display: flex;
    justify-content: space-between;
    width: 15%;
    margin-top: 10px;
}

/*price-color*/


/* pro im zoom */

.product-img-area.product-img-zoom {
	background-position: 50% 50%;
	position: relative;
	overflow: hidden !important;
	cursor: zoom-in;
  }
  .product-img-area.product-img-zoom img{
	transition: opacity 0.5s;
    height: 100%;
    width: 100%;
    object-fit: cover;
  }
  
  .product-img-area.product-img-zoom img:hover {
	opacity: 0;
  }


  /* news detail */
  .news_comment.news_comment_answer{
    border: 1px #ccc solid;
    border-radius: 10px;
    padding: 10px;
}
