
.product-detail {
    display: flex;
    margin: 40px 0;
    flex-wrap: wrap;
}

.product-detail__information {
    padding-left: 120px;
}

.product-detail__information .product-detail__sub-info {
    margin-top: 16px;
    display: flex;
    align-items: center;
    white-space: nowrap;
    font-size: 16px;
    line-height: 24px;
    color: #6c6d70;
}

.product-detail__information .product-detail__sub-info p {
    margin-bottom: 0;
}

.product-detail__rating span, .product-detail__rating-wrapper {
    /*margin-left: 14px;*/
}

.product-detail__rating {
    display: flex;
}

.product-detail__information .product-detail__price, .product-detail__information .product-detail__quantity,
.product-detail__information .product-detail__actions {
    margin-top: 24px;
}

.product-detail__price b {
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
    color: #221f20;
}

.product-detail__quantity {
    display: flex;
    align-items: center;
}

.product-detail__quantity .product-detail__quantity-input {
    width: 144px;
    position: relative;
    height: 48px;
    margin-left: 16px;
}

.product-detail__quantity .product-detail__quantity-input input {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 16px 0px;
    /*padding-left: 20px;*/
    border: 1px solid #E7E8E9;
}

.product-detail__quantity .product-detail__quantity-input .product-detail__quantity--increase, .product-detail__quantity .product-detail__quantity-input .product-detail__quantity--decrease {
    width: 48px;
    height: 48px;
    position: absolute;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #e7e8e9;
    border-radius: 16px 0px;
    background-color: white;
    cursor: pointer;
}

.product-detail__quantity .product-detail__quantity-input .product-detail__quantity--increase {
    right: 0;
}

.product-detail__quantity .product-detail__quantity-input .product-detail__quantity--decrease {
    left: 0;
}

.product-detail__actions {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.product-detail__actions .btn--large {
    padding: 12px 24px;
    border-radius: 16px 0px;
    font-size: 16px;
    line-height: 24px;
    background-color: #221f20;
    color: #f7f8f9;
    border: 1px solid transparent;
    max-width: 170px;
}

.product-detail__actions .btn--large.btn--outline {
    background-color: white;
    border: 1px solid #221f20;
    color: #221f20;
}

.product-detail__actions button.btn--wishlist {
    width: 48px;
    padding: 15px;
    display: flex;
}

.product-detail__actions .product-detail__actions__find {
    margin-top: 16px;
    flex: 0 0 100%;
    max-width: 100%;
}

.product-detail__actions button + a {
    margin-left: 16px;
    margin-right: 16px;
}

.product-detail__actions button {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    height: 48px;
    cursor: pointer;
    padding: 15px;
    width: 100%;
}

.btn--large:hover {
    background-color: #f7f8f9;
    color: #221f20;
    border-color: #221f20;
}

.btn--large.btn--outline:hover {
    background-color: #221f20;
    color: white !important;
}

.product-detail__tab .nav-pills .nav-link.active {
    color: #6c6d70;
    background-color: inherit;
    border-bottom: 2px solid #000;
}

.product-detail__tab .nav-pills .nav-link {
    border-radius: 0;
    font-weight: 600;
    line-height: 16px;
    /*padding-top: 16px;*/
    /*padding-bottom: 16px;*/
    border-bottom: 2px solid transparent;
    color: #6c6d70;
    cursor: pointer;
    position: relative;
    /*padding-right: 0;*/
    /*padding-left: 0;*/
    padding: 16px 0;
}

.product-detail__tab .nav-item + .nav-item {
    margin-left: 30px;
}

.product-detail__tab ul {
    border-bottom: 2px solid #f7f8f9;
    max-width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    /*display: flex;*/
    flex-wrap: nowrap;
}

.product-detail__tab ul .nav-item {
    white-space: nowrap;
}

.product-detail__tab {
    margin-top: 24px;
}

.product-detail-divider {
    border-top: 1px solid #f7f8f9;
    margin-top: 24px;
}

.show-more {
    padding-top: 10px;
    padding-bottom: -10px;
    text-align: center;
}

.show-more .inline {
    margin-top: -16px;
    z-index: -1;
    border-bottom: 1px solid #c9baba;
}

.show-more a {
    width: 10px;
    height: 10px;
    background: #fff;
    padding: 3px 10px;
    border-radius: 50%;
    border: 2px solid #000;
}

.page-title {
    font-weight: 600;
    font-size: 30px;
    line-height: 32px;
    color: #221f20;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.product-rating .page-title {
    margin-bottom: 42px;
}

.padtop-10 {
    padding-top: 10px !important;
}

.rating-content {
    display: flex;
}

.product-rating__overview {
    padding: 24px 35px;
}

.block-border {
    border: 1px solid #e7e8e9;
    border-radius: 32px 0px;
}

.product-rating__overview .product-detail__rating {
    display: block;
}

.product-rating__overview .product-rating__overview-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-rating__overview .product-detail__rating__number {
    font-size: 70px;
    line-height: 88px;
    font-weight: bold;
    color: #eeb256;
}

.product-detail__rating-wrapper {
    /*flex: 0 0 90px;*/
    /*max-width: 90px;*/
    height: 18px;
    position: relative;
    margin-left: 0;
}

.product-rating__overview .product-detail__rating .product-detail__rating__background {
    flex: 0 0 125px;
    max-width: 125px;
    height: 25px;
}

.product-detail__rating__background {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    background-image: url(../img/rating-filled.svg);
    background-position: left;
    background-repeat: repeat-x;
}

.product-rating__overview .product-detail__rating .product-detail__rating__bar {
    height: 25px;
}

.product-detail__rating__bar {
    position: absolute;
    width: 0%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    background-image: url(../img/rating-filled.svg);
    background-position: left;
    background-repeat: repeat-x;
}

.product-rating__overview .product-detail__rating {
    margin-left: 8px;
    flex-wrap: wrap;
    text-align: center;
}

.product-rating__overview .product-detail__rating .product-detail__rating-wrapper {
    color: #f4b301;
}

.text-rating-progress {
    color: #6C6D70;
    font-size: 16px;
}

.progress-rating {
    height: 5px !important;
    border-radius: 3px;
    flex: 1 1 calc(100% - 135px);
}

.progress {
    display: -ms-flexbox;
    display: flex;
    height: 1rem;
    overflow: hidden;
    line-height: 0;
    font-size: .75rem;
    background-color: #e9ecef;
    border-radius: 0.25rem;
}

.product-rating__overview .product-detail__rating span {
    margin-left: 0;
    font-size: 16px;
    line-height: 24px;
    margin-top: 8px;
}

.star-smile {
    text-align: center;
}

.btn--large {
    padding: 12px 24px;
    border-radius: 16px 0px;
    font-size: 16px;
    line-height: 24px;
    background-color: #221f20;
    color: #f7f8f9;
    border: 1px solid transparent;
}

.viewed-products .viewed-products--title {
    font-weight: 600;
    font-size: 38px;
    line-height: 46px;
    color: #221F20;
    text-align: center;
    letter-spacing: 2px;
    margin-bottom: 40px;
}

.viewed-products {
    margin-bottom: 70px;
}

.product-rating {
    margin: 40px 0;
}

.product-detail__information h1 {
    text-transform: uppercase;
    font-weight: 600;
    color: #221f20;
    font-size: 30px;
}

.product-detail__tab .tab-content > .tab-pane {
    overflow: hidden;
    height: 6em;
}

.show-height {
    height: auto !important;
}

.product-rating__form {
    margin-top: 24px;
    padding: 24px 35px;
}

.star-rating {
    justify-content: center;
    display: flex;
}

.product-rating__form h3 {
    text-align: center;
    font-size: 20px;
}

.product-rating__form .star-rating, .product-rating__form .form-group {
    margin-top: 24px;
}

.product-rating__form .form-upload {
    margin-top: 18px;
}

.form-upload-input input {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 2;
    cursor: pointer;
}

.form-upload-input {
    position: relative;
    height: 104px;
    /*border: 24px 0;*/
    cursor: pointer;
}

.form-upload-input .form-upload-label {
    width: 100%;
    height: 104px;
    position: absolute;
    background: #ffffff;
    border: 1px dashed #e7e8e9;
    border-radius: 24px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    z-index: 1;
}

.product-rating__form .form-button {
    display: flex;
    justify-content: center;
}

.product-rating__form .form-button button {
    text-transform: uppercase;
}

.padding-015 {
    padding: 0 15px;
}

.product-rating__list .rating-item {
    display: flex;
    border-bottom: 1px solid #f7f8f9;
}

.rating-item__avatar__information {
    width: 180px;
}

.rating-item__content {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
    margin: 0 auto;
    padding: 0 10px;
    text-align: left;
}

.product-rating__list .rating-item__img img {
    display: block;
    width: 88px;
    height: 88px;
}

.check-size-modal {
    margin-top: 12px;
    font-size: 12px;
    line-height: 16px;
    display: inline;
}

.check-size-modal i {
    margin-right: 5px;
}
.tab-content1 {
    display: none;
}
/*.tab-content1.active {*/
/*    display: block;*/
/*}*/
.tab-content>.active {
    display: block;
}


/*rating*/
#userVoteView {
    color: #ccc;
}

#userVoteView i.active, #userVoteView i.voteHover {
    color: #f4b301;
}

.plus_review_view .star_day_name span {
    padding: 5px 0;
    color: #787878;
}

.voteView a {
    color: #f4b301;
}

.voteView1 .star-1.starbap-star, .voteView2 .star-1.starbap-star, .voteView2 .star-2.starbap-star, .voteView3 .star-1.starbap-star, .voteView3 .star-2.starbap-star, .voteView3 .star-3.starbap-star, .voteView4 .star-1.starbap-star, .voteView4 .star-2.starbap-star, .voteView4 .star-3.starbap-star, .voteView4 .star-4.starbap-star, .voteView5 .starbap-star, .voteHover .starbap-star {
    color: #f4b301 !important;
}
.product-rating__comment .starbap-rev-widg__summary-stars {
    white-space: nowrap;
}
.product-rating__comment.line2 .star-5, .product-rating__comment.line3 a:nth-last-of-type(-n+2), .product-rating__comment.line4 a:nth-last-of-type(-n+3), .product-rating__comment.line5 a:nth-last-of-type(-n+4) {
    color: inherit;
}
a:hover {
    color: inherit !important;
    text-decoration: none;
}

#multistock .inventory-location-box {
    margin-top: 0;
    margin-bottom: 0;
    background: #fff;
    padding: 20px;
    border-radius: 5px;
}
#multistock .inventory-location-box .inventory-location-ajax ul {
    padding-left: 0;
    margin: 5px 0;
    max-height: 300px;
    overflow: hidden;
    overflow-y: scroll;
}

#multistock .inventory-location-box .inventory-location-ajax ul li {
    color: #555;
    display: block;
    position: relative;
    float: left;
    width: 100%;
    margin-bottom: 10px;
}
#multistock .inventory-location-box .inventory-location-ajax ul li .bold-light {
    font-weight: 700;
    display: block;
    font-size: 15px;
    text-transform: uppercase;
}
#multistock .inventory-location-box .inventory-location-ajax ul li .desc {
    font-size: 14px;
}
#multistock .inventory-location-box .inventory-location-ajax ul li:last-child {
    margin-bottom: 0;
}
#multistock .modal-title {
    font-size: 20px;
}

#popupCheckSize .modal-title {
    margin: 0 auto;
    color: #221f20;
    text-align: center;
    font-size: 30px;
    font-weight: 600;
    line-height: 32px;
}
#popupCheckSize .modal-header .btn-close {
    margin: 0;
    padding: 0;
}


@media (min-width: 769px) {
    .item--main {
        margin: 0 15px;
    }

    .product-gallery__slide--clone {
        width: 200px;
        padding-right: 15px;
    }
}


@media (max-width: 768px) {
    .product-detail__information {
        padding-left: 0;
    }

    .product-detail__information .product-detail__sub-info {
        flex-wrap: wrap;
        font-size: 14px;
        line-height: 24px;
    }

    .product-detail__rating {
        margin-left: 0px;
        /*flex: 0 0 100%;*/
        max-width: 100%;
        margin-top: 6px;
    }

    .product-detail__quantity .product-detail__quantity-input {
        width: 72px;
        height: 24px;
    }

    .product-detail__quantity .product-detail__quantity-input .product-detail__quantity--increase, .product-detail__quantity .product-detail__quantity-input .product-detail__quantity--decrease {
        width: 24px;
        height: 24px;
        border-radius: 8px 0px;
    }

    .product-detail__quantity .product-detail__quantity-input input {
        padding: 5px;
    }

    .product-detail__information h1 {
        margin-top: 10px;
        font-size: 20px;
        line-height: 30px;
    }

    .product-detail__actions .btn--large {
        max-width: 150px;
        font-size: 13px;
        line-height: 20px;
        padding: 12px 15px;
    }

    .product-detail__actions button + a {
        margin: 0 5px !important;
    }

    .product-rating .page-title {
        margin-bottom: 16px;
    }

    .page-title {
        font-size: 20px;
    }

    .rating-content {
        display: block;
    }

    .star-smile {
        padding-top: 20px;
    }

    .viewed-products .viewed-products--title {
        font-size: 20px;
        line-height: 32px;
        margin-bottom: 16px;
        text-transform: uppercase;
    }

    .viewed-products {
        margin-bottom: 24px;
    }

    .product-gallery__slide--clone .thumb {
        margin-right: 15px;
        margin-top: 10px;
    }
}


/*check color and size*/
.swatch .swatch-element.color a img {
    display: none;
}

.select-swatch {
    margin-top: 24px;
}

.select-swap.color a.active:before {
    width: 20px;
    height: 20px;
    content: "\2714";
    speak: never;
    font-weight: 100;
    color: #f7f8f9;
    font-size: 26px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 3px;
    right: 5px;
}

#q-variant-swatch-1 .select-swap.size a:hover {
    border: 1px solid #221f20;
}

#q-variant-swatch-1 .select-swap.size a.deactive {
    opacity: 0.3;
    pointer-events: none;
    background: #eee;
}
#q-variant-swatch-1 .select-swap.size a.deactive:before {
    content: "";
    position: absolute;
    width: 1px;
    height: 142%;
    top: -20.710678%;
    display: block;
    background: #6C6D70;
    left: 50%;
    transform: translate(-50%, 0) rotate(57deg);
}

#q-variant-swatch-1 .select-swap.size a.active {
    border: 1px solid #221f20;
    color: #221f20;

}

#q-variant-swatch-1 .select-swap.size a.active span {
    color: #221f20;
    text-transform: uppercase;
}

.swatch .swatch-element {
    display: inline-block;
    margin-right: 8px;
    position: relative;
    vertical-align: bottom;
}
.swatch-element.color a {
    padding: 5px 15px !important;
    border-radius: 50%;
    border: transparent;
}

.swatch .select-swap {
    display: inline-block;
    vertical-align: middle;
}

.swatch .swatch-element a {
    margin: 0;
    background: #fff;
    width: 40px;
    height: 40px;
    line-height: 40px;
    position: relative;
    font-size: 12px;
    color: #252a2b;
    font-weight: 500;
    text-align: center;
    cursor: pointer;
    padding: 10px;
    border: 1px solid #dcdcdc;
    text-transform: uppercase;
}

.swatch .swatch-element.color img {
    display: block;
    width: 100%;
    height: 100%;
    margin-top: 0;
    font-size: 0;
}

/*end check color and size*/


/*new slick*/
.product-gallery__slide {
    display: flex;
}

.product-gallery__slide--clone .thumb {

    background: #fff;
    overflow: hidden;
}


.sub-main-product .list-product .item-cat-product {
    padding: 0 15px;
}

@media (min-width: 576px) {
    #multistock .modal-dialog {
        max-width: 900px;
    }
}
.select-color, .select-size {
    border: 1px solid #d0d0d0;
    padding: 5px 10px;
    cursor: pointer;
    width: 166px;
    position: relative;
}
.select-option {
    padding: 5px 0;
    border: 1px solid #d0d0d0;
    position: absolute;
    background: #fff;
    top: 100%;
     display: none;
    width: 166px;
    z-index: 9;
}
.select-option a {
    display: block;
    padding: 5px 15px;
    color: #000;
}
.swatch .tp_title {
    width: 130px;
    display: flex;
    justify-content: start;
    align-items: center;
}
.select-swatch .swatch {
    margin-bottom: 15px;
}
.select-color:after {
    content:"\f107";
    font-family: "Font Awesome 5 Pro";
    position: absolute;
    right: 15px;

}
.req.size a.deactive {
    background: #707070;
    color: #fff;
    border: 1px solid #707070;
    pointer-events: none;
    opacity: .5;
}
.req.size a.active, .req.size a:hover, .req.color a.active, .req.color a:hover {
    color: #fff;
    background: red;
    border: 1px solid red;
}
.product-detail__price b strike {
    font-weight: 500;
    color: #8e8e8e;
    padding-left: 10px;
}
.percentage-product {
    display: inline-block;
    background: #333;
    color: #fff;
    padding: 3px 10px;
    border-radius: 4px;
    font-size: 12px;
    margin-left: 5px;
}
@media (max-width: 768px) {
    .product-gallery__slide--clone {
        width: 100%;
    }
    .product-gallery__slide {
        flex-wrap: wrap;
    }
}