.product-detail {
    position: relative;
}

.product-detail .product-thumbnail {
    /* width: 55%; */
    margin: 0 auto;
}

.product-detail .product-thumbnail .product-thumbnail-slide,
.product-detail .product-thumbnail .product-thumbnail-slide2,
.product-detail .product-thumbnail .modal-product-thumbnail-slide,
{
overflow: hidden;
}

.product-detail .product-thumbnail .product-thumbnail-slide .item,
.product-detail .product-thumbnail .modal-product-thumbnail-slide .item,
.product-detail .product-thumbnail .product-thumbnail-slide2 .item {
    margin-bottom: 10px;
    cursor: pointer;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    border: 0px;
}

.product-detail .product-thumbnail .product-thumbnail-slide .item:last-child,
.product-detail .product-thumbnail .modal-product-thumbnail-slide .item:last-child,
.product-detail .product-thumbnail .product-thumbnail-slide2 .item:last-child {
    margin-bottom: 0px;
}

.product-detail .product-thumbnail .product-thumbnail-slide .item:focus,
.product-detail .product-thumbnail .product-thumbnail-slide .item:hover,
.product-detail .product-thumbnail .modal-product-thumbnail-slide .item:focus,
.product-detail .product-thumbnail .modal-product-thumbnail-slide .item:hover,
.product-detail .product-thumbnail .product-thumbnail-slide2 .item:focus,
.product-detail .product-thumbnail .product-thumbnail-slide2 .item:hover {
    border: 0px;
    outline: none;
}

.product-detail .product-thumbnail .product-thumbnail-slide .item img,
.product-detail .product-thumbnail .modal-product-thumbnail-slide .item img,
.product-detail .product-thumbnail .product-thumbnail-slide2 .item img {
    width: 100px;
    padding: 10px;
}



.product-detail .product-thumbnail .product-thumbnail-slide .item.slick-current img,
.product-detail .product-thumbnail .modal-product-thumbnail-slide .item.slick-current img,
.product-detail .product-thumbnail .btn-default2 .item.slick-current img {
    background: #ddd;
}

.product-detail .product-photo {
    width: 55%;
    margin: 0 auto;
    overflow: hidden;
}

.product-detail .product-photo .product-photo-slide,
.product-detail .product-photo .modal-product-photo-slide,
.product-detail .product-photo .product-photo-slide2 {
    overflow: hidden;
}

.product-detail .product-photo .product-photo-slide .item a,
.product-detail .product-photo .modal-product-photo-slide .item a,
.product-detail .product-photo .product-photo-slide2 .item a {
    cursor: zoom-in;
}

.product-detail .product-photo .product-photo-slide .item img,
.product-detail .product-photo .modal-product-photo-slide .item img,
.product-detail .product-photo .product-photo-slide2 .item img {
    width: 100%;
}

.product-detail .product-price .product-title {
    font-size: 24px;
    font-weight: 600;
    color: #333;
}

.product-detail .product-price {
    padding: 30px 20px 30px 30px;
    overflow: hidden;
}

.product-detail .product-price label {
    font-size: 28px;
    color: #000;
    margin: 0 0 10px;
    font-weight: 700;
}

.product-detail .product-price .product-stock {
    text-align: left;
}

.product-detail .product-price .product-stock p {
    font-size: 16px;
    color: #000;
    margin: 0 0 20px;
}

.product-detail .product-price .product-stock i {
    margin-left: 10px;
}

.btn-minus {
    background: #fff;
    color: #000;
    padding: 11px;
    border: 1px solid #000;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

.btn-minus:hover,
.btn-minus:focus {
    background: #fff;
    color: #000 !important;
    border: 1px solid #000;
}

.btn-minus2 {
    background: #e5e5e5;
    color: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

.btn-minus2:hover,
.btn-minus2:focus {
    background: #e5e5e5;
    color: #fff !important;
    border: 1px solid #e5e5e5;
}

.btn-plus {
    background: #fff;
    padding: 11px;
    color: #000;
    border: 1px solid #000;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

.btn-plus:hover,
.btn-plus:focus {
    background: #fff;
    color: #000 !important;
    border: 1px solid #000;
}

.btn-buy {
    width: 70%;
    font-size: 12px;
    color: #fff;
    display: block;
    margin: 0 auto;
    padding: 5px 12px;
    text-transform: uppercase;
}

.btn-buy:hover,
.btn-buy:focus {
    opacity: 0.7;
}

.btn-buy2 {
    background: #000000;
    font-size: 12px;
    color: #fff;
    border: 1px solid #000000;
    padding: 20px 10px;
    text-transform: uppercase;
}

.btn-wishlist {
    background: transparent;
    font-size: 12px;
    padding: 20px 10px !important;
    text-transform: uppercase;
}

.btn-variant {
    font-size: 12px;
    background: #fff;
    color: #000;
    border: 1px solid #000;
    display: block;
    white-space: normal;
}

.product-variant {
    margin: 0 0 20px;
}

.product-variant p {
    font-size: 16px;
    color: #000;
    margin: 0;
}

.product-variant ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.product-variant ul li {
    float: left;
    /*width: calc(50% - 10px);*/
    width: 100%;
    margin-right: 20px;
    margin-bottom: 12px;
}

.product-variant ul li:last-child {
    margin-right: 0;
}

.product-variant ul li:nth-child(2) {
    margin-right: 0;
}

.product-variant ul li:nth-child(4) {
    margin-right: 0;
}

.product-variant ul li:nth-child(6) {
    margin-right: 0;
}

.product-variant ul li a.btn {
    padding: 5px 3px;
}

.product-qty p {
    font-size: 16px;
    color: #000;
}

.product-qty .input-group .form-control {
    border: 1px solid #000;
    border-left: none;
    border-right: none;
}

.product-qty .input-group .form-control:focus {
    z-index: 0;
}

.product-button .btn-wishlist:hover>.i-wishlist-red,
.product-button .btn-wishlist:focus>.i-wishlist-red {
    background: url(../img/icon/heart-white.png) no-repeat;
}

.product-description {
    overflow-wrap: break-word;
    /* Break long words */
    word-wrap: break-word;
    padding: 20px;
}

.product-description .content {
    /* width: 100%;
    background: #e1e1e1;
    height: 520px;
    padding: 50px 100px 30px; */
    display: table;
}

.product-description .bg1 {
    background: #ededed;
}

.product-description .bg2 {
    background: #e1e1e1;
}

.product-description .content label {
    font-size: 36px;
    font-weight: 300;
    color: #000000;
    margin: 0 0 30px;
    display: block;
    line-height: 45px;
    text-transform: uppercase;
}

.product-description .content p {
    font-size: 14px;
    font-weight: 300;
    color: #000000;
}

.product-description .content table td {
    font-size: 14px;
    font-weight: 300;
    color: #000000;
    padding: 10px 65px 10px 0;
}

.product-description .content table td:last-child {
    padding: 10px 0;
}

.product-related .title h1 {
    font-size: 26px;
    font-weight: 200;
    color: #000000;
    margin: 0 0 5px;
}

.product-related .container {
    width: 97%;
}

.product-related .content {
    text-align: center;
}

.product-related .content .image img {
    height: 200px;
}

.product-related .content .text label {
    font-size: 15px;
    font-weight: 400;
    color: #111;
    text-transform: capitalize;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
}

.product-related .content .button {
    opacity: 0;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
}

.product-related .content .button .btn {
    width: 50%;
    font-size: 12px;
    margin: 0 auto;
    padding: 5px 12px;
    text-transform: uppercase;
}

.product-related .content:hover>.button {
    opacity: 1;
}

.product-title {
    font-size: 24px;
    font-weight: 600;
}

.label-variant,
.label-qty {
    color: black;
    font-size: 18px;
}

.product-button .btn-wishlist:hover>.i-wishlist-red,
.product-button .btn-wishlist:focus>.i-wishlist-red {
    background: url(../img/icon/heart-white.png) no-repeat;
}

.product-detail .product-button .btn {
    font-size: 16px;
    padding: 10px 10px;
    text-transform: uppercase;
}

.btn-default-nohover {
    background: white;
    color: black;
    border: 1px solid #00000030;
}

.box-product2 {
    text-align: center;
    position: relative;
    padding: 10px;
    margin-bottom: 50px;
    border-radius: 5px;
    border: 1px solid #ffffff;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 1px 6px 0px;
    max-height: 370px;
    min-height: 370px;
}

.box-product2:hover {
    border: 1px solid #7f8c8d;
    /* padding: 9px; */
}

.box-product2:hover .label-best {
    /* width: 93%; */
}

.box-product2 .image {
    margin-bottom: 10px;
}

.box-product2 .image img {
    height: 270px;
    object-fit: cover;
    object-position: center;
    width: 100%;
}

.box-product2 .label-best {
    width: 93%;
    text-align: center;
    background-color: rgb(236, 240, 241, 0.8);
    color: #000;
    margin-top: -49px;
    padding: 10px 10px;
    position: absolute;
    margin-bottom: 20px;
    font-weight: bold;
}

.box-product2 .label-new {
    position: absolute;
    background-color: #fff;
    color: #000;
    padding: 5px 20px;
    text-align: center;
    margin-top: 35px;
    font-weight: 600;
    left: 20px;
    margin-top: 10px;
    border-radius: 20px;
    font-size: 14px;
}

.box-product2 .label-promo {
    position: absolute;
    background-color: red;
    color: white;
    padding: 14px 2px;
    text-align: center;
    margin-top: 25px;
    font-weight: 600;
    font-size: 12px;
    border-radius: 50%;
    top: 0;
    right: 0;
    margin-top: 0;
}

.box-product2 .image .sold-out {
    position: absolute;
    z-index: 1;
    background-color: rgb(255, 255, 255, 0.8);
    width: 97%;
    height: 97%;
    margin-left: -9px;
    text-align: center;
}

.box-product2 .image .sold-out span {
    top: 36%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
    padding: 30px 16px;
    background-color: #000;
    position: relative;
    color: #fff;
    font-weight: bold;
    border-radius: 60px;
    opacity: 0.6;
}


.box-product2 .text {
    width: 100%;
    position: relative;
}

.box-product2 .text label {
    font-size: 15px;
    font-weight: 500;
    color: #111;
}

.box-product2 .text p {
    font-size: 14px;
    font-weight: 400;
}

.box-product2 .button {
    /* opacity: 0; */
    opacity: 1;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
}

.box-product2 .button a {
    font-size: 12px;
    width: 55%;
    margin: 0 auto;
    padding: 5px 12px;
    text-transform: uppercase;
}

.box-product2:hover>.button {
    opacity: 1;
}

.price-strike {
    color: #c0c0c0 !important;
    font-size: 20px;
}

.label-promo-detail {
    color: white;
    font-size: 16px;
    font-weight: 600;
    background: red;
    padding: 5px 20px;
    border-radius: 5px;
}

.disabled-variant {
    background: rgba(0, 0, 0, 0.2) !important;
    color: rgba(0, 0, 0, 0.4) !important;
    border-color: rgba(0, 0, 0, 0.2) !important;
    box-shadow: none;
    pointer-events: none;
    cursor: not-allowed;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}

.add-to-wishlist {
    padding: 15px !important;
}

@media only screen and (max-width: 479px) {
    .product-detail .product-price {
        padding: 0px 20px;
    }

    .box-product2 .label-new {
        font-size: 12px;
        padding: 5px 10px;
    }

    .box-product2 .label-promo {
        font-size: 10px;
        padding: 15px 5px;
    }

    .box-product2 .label-best {
        width: 89.5%;
        text-align: center;
        background-color: rgb(236, 240, 241, 0.8);
        color: #000;
        /* margin-top: -50px; */
        padding: 10px 10px;
        position: absolute;
        bottom: 57px;
        /* margin-bottom: 20px; */
        font-weight: bold;
    }

    .box-product2 .image img {
        height: 180px;
    }

    .box-product2 {
        margin-bottom: 20px;

    }

    .product-container .col-xs-6 {
        padding-right: 10px !important;
        padding-left: 10px !important;
    }

    #data-products {
        margin-top: 60px;
    }

    .box-product2 .text label {
        font-size: 12px;
    }

    .box-product2 .text p {
        font-size: 12px;
    }

    .box-product2 {
        max-height: 270px;
        min-height: 270px;
    }

    .box-product2.box-related-product {
        max-height: 250px;
        min-height: 250px;
    }

}

@media only screen and (max-width: 375px) {
    .box-product2 .label-best {
        width: 88%;
    }
}

@media only screen and (max-width: 320px) {
    .box-product2 .label-best {
        width: 85.5%;
    }
}

.product-share {
    color: #333333;
}

.product-share a i {
    color: #000000;
    font-size: 25px;
}

.product-share a {
    text-decoration: none;
    padding: 2px 7px;
}