/*DETAIL PRODUCT*/
#detail-product-wp .thumb-wp,
#detail-product-wp .thumb-respon-wp {
    width: 42%;
}
#detail-product-wp .thumb-respon-wp {
    border: 1px solid #c7c7c7;
}
#detail-product-wp .info {
    width: 58%;
    padding-left: 60px;
}
#detail-product-wp .section-detail,
#post-product-wp .section-detail {
    background: #fff;
    padding: 15px;
}
#main-thumb .zoomWrapper img,
#detail-product-wp .owl-carousel .owl-item a img {
    border: 1px solid #d9d9d9;
    border-radius: 8px;
    transition: box-shadow 0.3s ease, transform 0.3s ease; /* Smooth transition */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); /* Initial box-shadow */
}
#list-thumb {
    margin-top: 25px;
}
#detail-product-wp .owl-carousel .owl-item {
    padding: 0px 4px;
}
#detail-product-wp .owl-carousel .owl-item a {
    display: block;
}
#detail-product-wp .owl-controls {
    position: relative;
}
#detail-product-wp .owl-controls .owl-buttons div {
    position: absolute;
    bottom: 42px;
}
#detail-product-wp .owl-controls .owl-buttons div.owl-next {
    right: 0px;
}
#detail-product-wp .owl-controls .owl-buttons div.owl-prev {
    left: -8px;
}
#detail-product-wp .owl-controls .owl-buttons div.owl-next:before,
#detail-product-wp .owl-controls .owl-buttons div.owl-prev:before {
    position: absolute;
    font-family: "Fontawesome";
    top: 0;
    left: 0;
    font-size: 26px;
    opacity: 0.5;
}
#detail-product-wp .owl-controls .owl-buttons div:hover:before {
    opacity: 1;
}
#detail-product-wp .owl-controls .owl-buttons div.owl-next:before {
    content: "\f105";
}
#detail-product-wp .owl-controls .owl-buttons div.owl-prev:before {
    content: "\f104";
}
.thumb-respon-wp {
    display: none;
}
#detail-product-wp .info .product-name {
    font-size: 24px;
    padding-bottom: 15px;
    margin-bottom: 20px;
    border-bottom: 1px solid #d0d0d0;
}
#detail-product-wp .info .desc p {
    color: #666;
    padding-bottom: 5px;
}
#detail-product-wp .info .desc p:last-child {
    padding-bottom: 0;
}
#detail-product-wp .info .desc {
    margin-bottom: 15px;
}
#detail-product-wp .info .num-product {
    margin-bottom: 25px;
}
#detail-product-wp .info .num-product .title {
    color: #666;
}
#detail-product-wp .info .num-product .status {
    display: inline-block;
    background: #000000;
    color: #ffffff;
    font-weight: 500;
    padding: 0px 10px;
    border-radius: 8px;
    transition: box-shadow 0.3s ease, transform 0.3s ease; /* Smooth transition */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); /* Initial box-shadow */

}
#detail-product-wp .info .price {
    font-size: 28px;
    color: #f12a43;
    margin-bottom: 15px;
}
#num-order-wp {
    margin-bottom: 25px;
}
#num-order {
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border: 1px solid #b1b1b1;
    color: #545454;
    border-radius: 8px;
    transition: box-shadow 0.3s ease, transform 0.3s ease; /* Smooth transition */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); /* Initial box-shadow */

}
#minus,
#plus {
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border: 1px solid #a0a0a0;
    color: #515151;
    font-size: 10px;
    cursor: pointer;
    border-radius: 8px;
    transition: box-shadow 0.3s ease, transform 0.3s ease; /* Smooth transition */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); /* Initial box-shadow */
  
}
#minus:hover {
    color: #ffffff;
    border: 1px solid #ab0000;
    background-color: #ab0000;
}
#plus:hover {
    color: #ffffff;
    border: 1px solid #000000;
    background-color: #000000;
}
#detail-product-wp .add-cart {
    display: inline-block;
    padding: 10px 30px;
    font-size: 16px;
    background: #ab0000;
    color: #fff;
    border-radius: 5px;
    text-transform: uppercase;
    transition: box-shadow 0.3s ease, transform 0.3s ease; /* Smooth transition */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); /* Initial box-shadow */
  
}
#detail-product-wp .add-cart:hover {
    background: #ff9494;
}
#post-product-wp .section-title,
#same-category-wp .section-title {
    font-size: 21px;
    margin: 35px 0px 20px 0px;
    text-transform: uppercase;
}
#post-product-wp .section-detail p {
    padding-bottom: 15px;
    color: #666;
    text-align: justify;
}
.image-zoom-detail{
    margin-bottom: 5px;
}