@charset "UTF-8";

/* -------- CSS for Product Detail -------- */
.carousel-inner {
    /* 	min-height: 650px !important; */

}
.carousel-item-next, .carousel-item-prev, .carousel-item{
    display: block !important;
}

.img-slide .carousel-indicators {
    display: inline-block;
    position: static;
    direction: rtl;
    margin-right: 0 !important;
    margin-left: 0 !important;
}

.img-slide .carousel-indicators a {
    margin-bottom: 10px;
    display: inline-block;
}

.item img {
    border: 1px solid transparent;
    opacity: 0.5;
    transition: 0.5s;
}

.item {
    cursor: pointer;
}

.item:hover img {
    opacity: 1;
    border: solid 3px #f48473;
}

.item img.active {
    opacity: 1;
    border: solid 3px #f48473;
}

.item:hover .category-image img,.item .category-image img {
    border: none;
}
.item .cloudzoom-gallery-active{
    opacity: 1;
    border: solid 3px #f48473;
}
/* .product-info, .product-action { */
/* 	padding-left: 15px; */
/* } */

.product-info .row {
    margin-left: 0;
    margin-right: 0;
    padding: 10px 0;
}

.product-info .title {
    line-height: 28px;
    font-family: Barlow;
    font-size: 28px;
    font-weight: 600;
    color: #2f3d3c;
}

.product-info .sale-price {
    font-family: Barlow;
    font-size: 30px;
    font-weight: 600;
    color: #02031c;
}

.product-info .info {
    margin-bottom: 10px;
    font-size: 16px;
    color: #2f3d3c;
}

.btn-exist {
    border-radius: 5px;
    border: solid 1px #f48473;
    color: #f48473;
}

.btn-exist:hover {
    border-radius: 5px;
    border: solid 1px #2f3d3c;
    color: #f48473;
}

.area-btn {
    width: 100%;
}

.area-btn button {
    font-size: 16px;
    font-weight: 500;
    width: 100%;
    padding: 10px;
}

.area-btn button img {
    width: 17px;
    vertical-align: sub;
}

.btn-action {
    width: 100%;
    padding: 10px 0;
    cursor: pointer;
}

.btn-circle {
    width: 40px;
    height: 40px;
    padding: 10px 6px;
    font-size: 1.1rem;
    line-height: 1.33;
    border-radius: 25px;
    margin-right: 5px;
    outline: none;
    border: none;
}

.btn-star {
    background-color: yellow;
    color: red;
    border: solid 1px #caca00;
}
.pview-mobile-img {
    display: none;
}
.original-price.old{
    text-decoration: line-through;
}

.top_tab_view .tab_view_title.active::before{
    content: " ";
    width: 61.5px;
    height: 2px;
    background-color: #000000;
    display: inline-block;
    position: absolute;
    bottom: 10px;
}
.top_tab_view .tab_view_title{
    line-height: 1.38;
    letter-spacing: 0.44px;
    text-align: left;
    color: #aeaeae;
    font-size: 16px;
    margin-right: 25px;
    position: relative;
    padding-bottom: 20px;
    cursor: pointer;
}
.top_tab_view .tab_view_title.active{
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.15px;
    text-align: left;
    color: #000000;
}
.item_tab_view{
    display: none;
}
.item_tab_view.active{
    display: block;
}
.statusProduct{
    font-size: 14px;
}
.statusProduct span{
    font-weight: 600;
    color: #0a8e01;
    font-size: 20px;
}
.statusProduct span.outStock{
    color: red;
}

@media only screen and (max-width: 767px) {
    .pview-mobile-img {
        display: block;
        overflow: hidden;
    }
}
@media only screen and (max-width: 420px) {
    .img-slide .carousel-indicators {
        display: flex !important;
    }
    .row .img-slide {
        order: 2;
        padding-top: 10px;
    }
}




