
/*-------------Product Breadcrumb -------------*/
.productBreadcrumb>ul>li+li:before {
    padding: 0 3px;
    content: "/";
    color: #ccc;
}
.productBreadcrumb>ul{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: clip;
    line-height: 1em;
}
.productBreadcrumb ul>li{
    list-style: none;
    font-size: 0.85em;     
}

.productBreadcrumb ul>li:last-of-type {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.productBreadcrumb ul>li:hover{
    text-decoration: underline;     
}
/*--------------Product Title Block ---------*/

/*------------ Swatches -------------------*/

.swatch input:checked + label {
    box-shadow: 0 0 0 2px rgb(34 34 34);
    border-color: #222;
}

.swatch .swatch-element.soldout label {
    border: 1px dashed;
    box-shadow: unset;
    color: #ccc;
    opacity: .6;
    cursor: not-allowed;
}

.swatch-color label>img{
    max-width: 60px;
    height:auto;
}

/*------------Shipping swipers -----------------*/




/*------------ Product Gallery ---------------------*/
#gallery-sec{
    margin-bottom:15px;
}
.swiper {
    width: 100%;
    height: auto;
}

.swiper-slide img {
    width: 100%;
    height: auto;
    background:#e1e1e1;  
}

.galleryThumbsSwiper .swiper-slide img{  
    border-radius: 5px;
}

.galleryThumbsSwiper .swiper-slide-thumb-active {
    border: 2px solid #222!important;
    border-radius: 5px;
}
.swiper-pagination{
    background-color: rgba(0,0,0,0.3);
    width: 50px;
    left: calc(50% - 25px);
    border-radius: 10px;   
    color: #fff;
    font-size: 13px;
}


/*-------------- shipping Info swiper --------------------*/
.shippingInfoSwiper .swiper-slide{    
    font-size:12px;
}
.shippingInfoSwiper .shipping-swiper-title{
    position:relative;
    height:40px;
    font-size: 15px;
}

.shippingInfoSwiper .shipping-swiper-title i{
    color:#198055;
    font-weight: 600;
    font-size: 18px;
}
.shippingBlock .swiper-button-next:after, .shippingBlock  .swiper-button-prev:after{
    font-size: 16px;
    color: #222;
    font-weight: bold;
}
.shipping-swiper-button-wrapper{
    width: 70px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    position: absolute;
    right: 0;
    top: 20px;
}


/*--------------- borders --------*/
.border-dotted{
 border-style: dotted;
 border-top:none;
 border-left:none;
 border-right:none;
 border-width:1px;
 border-color:#ccc
}

/*--------------- form section ----------*/
#form-sec h1.title{
    font-size: 15px;
    text-transform: none;
    font-weight: 400;
    word-break: break-word;
}
#salePrice{
    font-size: 24px;
    font-weight: 700;
    font-family: Arial Black;
    vertical-align: middle;
    color: #fa6338;
}
#fullPrice{
    color:#999;
    vertical-align: middle;
    font-size:13px;
}
#percentageOff{
    font-size: 12px;
    background-color: #222;
    color: #fff;
    vertical-align: middle;
    margin-left: 5px;
    padding: 0 5px;
}

#form-sec .product-desc{
    font-size:13px;
   
}

#form-sec .product-desc span{
    display:block;
    height: 40px;
    line-height: 40px;
    position: relative;
    font-size:15px;
}


#form-sec .product-desc .desc-rte table{
    margin-left:10px;
}

#form-sec .product-desc span>b:before {
    content: "";
    position: absolute;
    right: 1px;
    top: 13px;
    background: #333;
    width: 10px;
    height: 2px;
    border-radius: 1px;
}
#form-sec .product-desc span.toggled b:after {
    width: 2px;
    height: 10px;
    right: 5px;
    top: 9px;
    content: "";
    position: absolute;
    background: #333;
    border-radius: 1px;
}
/*------------- Recommendation Sec ---------------------*/
#recom-sec{
    margin-top: 25px;
    width: 100%;
    
}

#recom-sec .product-list {
    width: 50%;
    
}
@media (min-width: 768px){
    #recom-sec .product-list {
        width: 33.33%;
    }
}

@media (min-width: 1200px){
    #recom-sec .product-list {
        width: 25%;
    }
}

@media (min-width: 1400px){
    #recom-sec .product-list {
        width: 20%;
    }
}

#recom-sec .main_box {
    margin: 5px;
}

#recom-sec ul.recom-head{
    padding:0;
}

#recom-sec .recom-head > li.active {
  color: #222;
}
#recom-sec .recom-head > li:first-child {
  margin-left: 0;
}
.recom-title {
  margin-left: 30px;
  font-weight: bold;
  font-size: 22px;
  color: #999;
  cursor: pointer;
  text-transform: capitalize;
  display: inline-block;
}

#recom-sec .main_box .box_1 {
    width: 100%;    
    text-align: center;
    position: relative;
    display: inline-block;
    height: 0;
    padding-bottom: 124%;
    background-color: #f7f7f7;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
}

#recom-sec .main_box .box_1 .product-image img {
    width: 100%;
    height: auto;
    position: relative;  
}

#recom-sec .main_box .desc {
    padding: 0 0 20px 0;
}

#recom-sec .wishlist-btn {
    position: absolute;
    right: 5px;
    bottom: 5px;
    background-color: #fff;
    width: 30px;
    height: 30px;
    line-height: 31px;
    cursor: pointer;
    border-radius: 50%;
}

#recom-sec .main_box .desc .block-with-text {
    color: #999;
    position: relative;
    line-height: 14px;
    font-size: 12px;
    padding-right: 10px;
    height: 15px;
    white-space: normal;
    overflow: hidden;
    display: block;
    text-overflow: ellipsis;
}

#recom-sec .main_box .desc .block-with-text a {
    color: #767676;
    text-transform: capitalize;
    text-decoration: none;
}

#recom-sec .main_box .desc .price-review-block {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}

#recom-sec .main_box .desc .price span.sale_price {
    font-weight: 600;
    font-size: 13px;
    color: #fa6338;
}

#recom-sec .main_box .desc .price del.full_price {
    font-size: 13px;
    color: #999;
}

#recom-sec .main_box .desc .col-reveiews {
    font-size: 12px;
}

#recom-sec .main_box .desc .col-reveiews .col-review-num {
    color: #999;
}

.LoadMore_wrapper {
    padding-top: 24px;
    padding-bottom: 32px;
    text-align: center;
  }
  
.LoadMore_loadMoreButton {
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    line-height: 16.5px;
    width: 140px;
    height: 40px;
    border: none;
}
.LoadMore_loadMoreButton {
    background-size: 70px;
    background-image: url(/assets/img/load-more.svg);
    background-repeat: no-repeat;
    background-position: 50%;
    background-color: transparent;
}

#recom-sec .background_load {
    height: 100px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: url(/assets/img/load-more.svg)  no-repeat center center;
    background-size: 100px 100px;
    z-index: 999;
    transform: translate3d(0px, 0px, 999px)
}
#recommend-index, #matching-index{
    position:relative;
    display:flex;
    flex-wrap: wrap;
}

@media (max-width: 768px){
    .recom-title {        
        font-size: 15px;
        padding: 10px 0;
    }

    ul.recom-head{
        margin-bottom:0;
    }
}

/*------------------- Reviews ----------------------------*/
#review-sec-pc{
    font-size: 12px;
    margin-top: 75px;
}
#review-sec-pc .review-header{
    display:flex;
    min-width:148px;
    background-color: #f7f8fa;
    flex-wrap: wrap;
}

#review-sec-pc h2.review-sec-title{
    font-size:24px;
    font-weight:700;
    padding: 18px 0;
}
#review-sec-pc .review-rating,#review-sec-pc .review-stat{
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-pack: center;
    justify-content: center;
    padding: 24px;
}

#review-sec-mobile .review-stat{
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-pack: center;
    justify-content: center;
    padding: 10px;
    font-size:12px;
    background-color: #f7f8fa;
    margin-top: 10px;
}
#review-sec-pc .review-rating{
    max-width: 272px;
}

#review-sec-pc .review-rating .name{
    margin-bottom: 15px;
    font-size: 16px;
    color: #222;
}
#review-sec-pc .review-rating .ave-rate{
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
}

#review-sec-pc .review-rating .rate-num{
    margin-right: 4px;
    font-size: 36px;
    line-height: 46px;
    font-weight: 700;
    color: #000;
}

#review-sec-pc .review-rating .common-rate_star i{
    vertical-align: baseline;
    color: #ffc107;
    font-size:18px;
    margin-left: 3px;
}
#review-sec-pc .review-stat .name{
    font-size: 16px;
    color: #222;
    margin-bottom: 15px;
}

.review-stat .fit-item{
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    color: #222;
}
.review-stat .fit-name{
    width: 80px;
}

.review-stat .common-reviews_progress{
    margin-right: 15px;
    background-color: #e4e4e4;
    border-radius: 4px;
    width: 190px;
    height: 8px;
}

.review-stat .progress-bar{
    background-color: #222;
    border-radius: 4px;
    width: 0;
    height: 100%;
    -webkit-transition: width .5s ease-in-out;
    transition: width .5s ease-in-out;
}

#review-sec-mobile .review-header-mobile{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
}

#review-sec-mobile .review-sec-title-mobile{
    font-weight: bold;
    font-size: 15px;
    color: #222222;
}

#review-sec-mobile .ave-rate-mobile{
    display: flex;
    align-items: center;
    font-size: 14px;
}

#review-sec-mobile .rate-num-mobile{
    color: #000;
}

#review-sec-mobile .rate-num-total-mobile{
    margin-right: 7px;
    color: #666;
}

#review-sec-mobile .common-rate_star-mobile{
    margin:5px
}

#review-sec-mobile .common-rate_item{
    color: #ffc107;
}

#review-sec-mobile .review-stat .name {
    font-size: 13px;
    color: #222;
    margin-bottom: 5px;
}


#comments-block .content{
    padding: 10px 0;
    border-bottom: 1px dashed #e5e5e5;
}
#comments-block .first-content{   
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
}
#comments-block .first-content span:first-child {
    margin-right: 15px;
    font-size: 13px;
}
#comments-block .first-content .content-stars{
    font-size:13px;
}
#comments-block .first-content .content-time {
    font-size: 13px;
    color: #999;
}

#comments-block .second-content{
    font-size: 14px;
    line-height: 16px;
    color: #222;
    padding: 10px 0px;
    overflow: hidden;
}
#comments-block .third-content{
    overflow: visible;
    font-size: 0;
    white-space: nowrap;
    height: auto;
    -webkit-overflow-scrolling: touch;
}

#comments-block .third-content .swiper-slide{
    font-size: 14px;
    position: relative;
    flex-shrink: 0;
    width: 108px;
    height: 108px;
    line-height: 108px;
    overflow: hidden;
    
}

#comments-block .third-content img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: top;
    object-position: top;
    cursor: pointer;
    background-color: #f7f7f7;
}

/*--- review paginate ------------*/
.review-paginate {
    margin-bottom: 60px;
    width: 100%;
    padding-top: 16px;
    text-align: right;
}
.review-paginate span:empty{
    display: inline-block;
}

.review-paginate span{
    width: 40px;
    height: 40px;
    line-height: 40px;
    background: #f5f5f5;
    background-color: rgb(245, 245, 245);
    cursor: pointer;
    margin-left: 10px;
    text-align: center;
    font-size: 16px;
}
.review-paginate span:hover{
    cursor: pointer;
    background: #f5f5f5;
}
.review-paginate_page {
    display: inline-block;
    vertical-align: middle;
}
.review-paginate_page i:before{
    font-size: 16px;
}

.review-paginate_page.review-curt {
    background: #222;
    text-align: center;
    color: #fff;
    font-weight: bold;
    font-size: 125%;
    pointer-events: none;
}
