.breadcrumb{
    padding-bottom: 30px;
}
.breadcrumb a{
    font-size: 16px;
}
.product-gallery {
    display: flex;
    flex-wrap: wrap;
}
.thumb.slick-slide {
    filter: blur(1px);
}
.thumb.slick-slide.slick-current.slick-active {
    filter: unset;
    border: 1px solid red;
    border-radius: 8px;
}
.product-gallery__thumbs{
    width: 14%;
    margin-right: 5%;
}
.product-image-detail {
    width: 80%;
    position: relative;
}
.product-gallery__thumbs .slick-initialized .slick-slide{
    margin: 6px 0;
}
.product-gallery__thumbs img {
    width: 100%;
    object-fit: contain;
    height: auto;
    border-radius: 8px;
}
.slick-prev,.slick-next{
    border-radius: 50%;
    background: #000;
    margin: 0 auto;
    display: block;
}
.slick-prev>i,.slick-next>i{
    color: #fff;
}
.pd-title{
    font-size: 20px;
}
.reviews-rating span{
    position: relative;
    padding-right: 10px;
}
.reviews-rating span:after{
    position: absolute;
    content: '|';
    top: -2px;
    right: 5px;
}
.reviews-rating span:last-child:after{
    content: '';
}
.reviews-rating span i{
    color: #fcb900;
}
.pd-detail__price span{
    margin-right: 20px;
}
.main-price{
    font-size: 30px;
    font-weight: 700;
}
.old-lib-price{
    font-size: 20px;
    text-decoration: line-through;
}
.percent__discount{
    font-weight: 700;
    background: pink;
    padding: 2px 5px;
}
.select-swatch .header{
    font-size: 16px;
    padding-bottom: 5px;
}
.colorPicker{
    padding-bottom: 10px;
}
.swatch .select-swap {
    display: inline-block;
    margin: 5px 0;
    width: 100%;
}
.swatch .select-swap a.deactive{
    cursor: not-allowed;
}
.swatch .select-swap a.deactive span{
    background: gray;
}
.colorPicker .color a {
    display: inline-block;
    border-radius: 10px;
    height: 35px;
    margin-right: 10px;
    position: relative;
    min-width: calc((100% / 9) - 8px);
    transition: all .3s;
    border: 1px solid #f58560;
}
.colorPicker .color a:before, .colorPicker .color a:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 35px;
    border-radius: 10px;
    opacity: 0;
    pointer-events: none;
    transition: all .3s;
}
.color img {
    display: none;
    position: absolute;
    right: 0;
    bottom: 0;
}
.colorPicker .color a.active {
    border: none;
    transition: all .3s;
}
.colorPicker .color a.active img{
    display: block;
}
.select-swap a.active {
    color: #fff;
}
a.active:before {
    border: 4px solid #fff;
    opacity: 1 !important;
}
a.active:after {
    opacity: 1 !important;
    border: 2px solid #f58560;
}
.sizePicker .swatch-element span {
    position: relative;
    border: 1px solid #d1d1d1;
    font-size: 14px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 35px;
    border-radius: 10px;
    min-width: 60px;
}
.select-swap.size a.active span {
    background: #f58560;
}
.swatch .swatch-element{
    display: inline-block;
    margin-right: 8px;
    position: relative;
    vertical-align: bottom;
    min-width: calc((100% / 9) - 8px);
}
.guideSize{
    float: right;
    margin-left: 10px;
}
.clearfix::after {
    display: block;
    clear: both;
    content: "";
}
.product-detail__quantity {
    display: flex;
    align-items: center;
}
.quantity-area input.qty-btn {
    float: left;
    background: #FFF6F7;
    border: none;
    cursor: pointer;
    font-size: 18px;
    outline: none;
    height: 32px;
    width: 32px;
    text-align: center;
    border-radius: 0;
}
.quantity-area input#quantity {
    background: #FFF6F7;
    font-weight: 600;
    color: #303030;
    height: 32px;
    padding: 0;
    text-align: center;
    width: 36px;
    border: none;
    border-radius: 1px;
    float: left;
    -webkit-appearance: none;
    font-size: 18px;
}
.swatch .select-swap.size{
    width: auto;
}
.noti-pview{
    padding-top: 10px;
}
.noti-pview p{
    font-size: 18px;
}
.addCartTop{
    width: 100%;
}
#addQuickCart{
    width: 230px;
    margin-right: 4%;
    height: 40px;
    border-color: transparent;
    border-radius: 10px;
    background: #FFD4D8;
}
#addQuickCart span{
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 500;
}
#buyNow{
    width: 230px;
    height: 40px;
    border-color: transparent;
    border-radius: 10px;
    background: #242424;
}
#buyNow span{
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 500;
    color: #fff;
}
.store-system{
    margin: 20px 0;
    text-align: center;
    width: 485px;
    background: #EEEEEE;
    padding: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
}
.store-system a{
    font-size: 18px;
    text-transform: uppercase;
}
.policy-pview{
    border: 2px dashed #7c7c7c;
    border-radius: 10px;
}
.policy-item{
    display: flex;
    align-items: center;
    border-bottom: 2px dashed #7c7c7c;
    padding: 15px 25px;
}
.img-policy{
    margin-right: 20px;
}
.policy-info p{
    margin-bottom: 0;
    font-size: 16px;
}
.policy-info a{
    color: #0a58ca;
}
.policy-item:last-child{
    border-bottom: none;
}
.history-product .product-item{
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 15px;
}
.history-product .product-block-img{
    width: 151px;
    margin-right: 19px;
}
.product-info-his{
    width: calc(100% - 170px);
}
.product-info-his .prd-name{
    position: unset;
    margin-bottom: 20px;
}
.product-info-his .prd-name span{
    color: #000;
    padding: 0;
    height: 30px;
    font-size: 20px;
    font-weight: 500;
}
.product-info-his .prd-price-box{
    color: #000;
    position: unset;
}
.product-info-his .prd-price{
    font-weight: 700;
    font-size: 28px;
}
.product-info-his .prd-old-price{
    font-size: 20px;
    color: #686868;
}
.btn-addtocart {
    width: 200px;
    margin-right: 2%;
    height: 40px;
    border-color: transparent;
    border-radius: 10px;
    background: #FFD4D8;
}
.btn-addtocart a {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
    line-height: 40px;
    text-align: center;
    color: #4C4C4C;
}
.btn-buyNow {
    width: 200px;
    height: 40px;
    border-color: transparent;
    border-radius: 10px;
    background: #242424;
}
.btn-buyNow a {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
    color: #fff;
    line-height: 40px;
    text-align: center;
}
.his-addTocart {
    padding-top: 20px;
}
.history-product{
    border: 2px dashed #7c7c7c;
    margin-top: 30px;
    border-radius: 10px;
    padding: 15px 25px;
    background: #FFE7EA;
}
.title-his-product h3{
    margin-top: 0;
}
.btn-link-product{
    text-align: center;
}
.btn-link-product a{
    border: 1px solid #000;
    padding: 5px 20px;
    border-radius: 10px;
    background: #ebebeb;
}
.suggest-product{
    background: #fff;
    padding: 30px 0;
}
.title-suggestp h2{
    text-align: center;
    margin-bottom: 20px;
}
.suggest-product .slick-prev{
    position: absolute;
    left: -30px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9;
}
.suggest-product .slick-next{
    position: absolute;
    right: -30px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9;
}
.suggest-product .slick-initialized .slick-slide{
    margin: 0 8px;
}
.info-product a {
    color: #000;
    white-space: normal;
    height: 40px;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    padding: 10px 0;
    font-weight: 500;
    font-size: 18px;
}
.product-price-current{
    font-size: 20px;
    font-weight: 700;
    margin-right: 20px;
    color: #4C4C4C;
}
.product-price-origin{
    color: #4C4C4C;
    font-size: 16px;
}
.pd_info{
    padding-bottom: 30px;
}
.product-img:hover a img.hover-img{
    opacity: 1;
    visibility: visible;
}
.descriptionContent strong,.descriptionContent b {
    font-weight: bold;
}
.descriptionContent ul,.descriptionContent li{
    list-style: disc;
}
.descriptionContent ul{
    padding-left: 2rem;
}
@media (max-width: 768px) {
    .product-gallery__thumbs{
        display: none;
    }
    .product-image-detail{
        width: 100%;
    }
    #addQuickCart ,#buyNow{
        width: 100%;
        margin-bottom: 10px;
    }
    .history-product .product-block-img{
        width: 100%;
        margin-right: 0;
    }
    .product-info-his{
        width: 100%;
    }
    .btn-addtocart ,.btn-buyNow{
        width: 100%;
        margin-right: 0;
        margin-bottom: 10px;
    }
    .suggest-product .slick-prev{
        left: 0;
    }
    .suggest-product .slick-next{
        right: 0;
    }
    #sliderproduct .slick-prev{
        position: absolute;
        top: 50%;
        z-index: 9;
        left: 0;
        transform: translateY(-50%);
    }
    #sliderproduct .slick-next{
        position: absolute;
        top: 50%;
        z-index: 9;
        right: 0;
        transform: translateY(-50%);
    }
}