@font-face {
    font-family: NunitoSans;
    src: url(../font/NunitoSans-Regular.ttf)
}
#detail-product{
    font-family: NunitoSans;
}
.detail-product .group-images .list-images-product {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.detail-product .group-images .list-images-product .item {
    outline: 0;
}
.detail-product .group-images .list-images-product .item > img {
    width: 100%;
}
.detail-product .group-images {
    margin-left: -15px;
    position: relative;
}
.detail-product .product-info .title-product {
    font-size: 1.6875rem;
    line-height: 35px;
}
.detail-product .product-info .percent-discount {
    background-color: #f15b67;
    color: white;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: inline-block;
    padding: 0 15px;
    line-height: 35px;
    font-size: 1.125rem;
    margin: 15px 18px 15px 0;
}
.detail-product .product-info .group-price {
    margin-bottom: 10px;
}
.detail-product .product-info .group-price li.discount-price {
    color: #f15b67;
    margin-right: 25px;
}
.detail-product .product-info .group-price {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: 18px;
}
.detail-product .product-info .group-option .list-color {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -10px;
}
.detail-product .product-info .group-option .list-size {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.detail-product .product-info .group-option.attr_size {
    margin-top: 20px;
}
.detail-product .product-info .group-option.attr_size li.active,
.detail-product .product-info .group-option.attr_size li:hover {
    background-color: #f15b67;
    color: white;
}
.detail-product .product-info .group-option .list-color li:hover {
    border: 1px solid #f15b67;
}
.detail-product .product-info .group-option .list-color li img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.detail-product .product-info .group-option .list-color li {
    width: 50px;
    height: 50px;
    float: left;
    margin: 10px 10px 0;
    font-size: 1.25rem;
    color: #111;
    position: relative;
    -webkit-transition: all, .5s;
    transition: all, .5s;
    cursor: pointer;
    text-align: center;
    overflow: hidden;
    border: 1px solid transparent;
}
.detail-product .product-info .group-option .list-color li.active {
    border: 1px solid #f15b67;
}
.detail-product .product-info .group-option.attr_size li {
    width: 50px;
    height: 50px;
    border: 1px solid #f15b67;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.detail-product .product-info .group-option .list-size li {
    margin: 8px 8px 0;
    cursor: pointer;
    position: relative;
    overflow: hidden;
}
.detail-product .product-info .group-option .title-attr {
    color: #000000;
    font-size: 1.25rem;
    margin-bottom: 8px;
}
.detail-product .product-info .group-option .title-attr .change {
    color: #aaaaaa;
    padding-left: 5px;
    margin-left: 5px;
    border-left: 1px solid;
    line-height: 1;
}
.detail-product .product-info .product-quantity .item-number{
    width: 35px;
    height: 35px;
    border-right: 1px solid #f15b67;
    border-left: 1px solid #f15b67;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 1.25rem;
    color: #f15b67;
    cursor: pointer;
}
.detail-product .product-info .product-quantity .qtt-content input{
    width: calc(100% - 70px);
    text-align: center;
    border: none;
}
.detail-product .product-info .title-attr{
    margin-bottom: 10px;
}
.detail-product .product-info .product-quantity .qtt-content{
    width: 120px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    border-top: 1px solid #f15b67;
    border-bottom: 1px solid #f15b67;
}
.detail-product .product-info .product-quantity{
    margin-top: 20px;
}
#addToCart:hover{
    background: #ef4451;
}
#addToCart{
    background: #f15b67;
    color: white;
    margin-top: 15px;
    padding: 15px 0;
    text-align: center;
    text-transform: uppercase;
    cursor: pointer;
}
.detail-product .product-info .check-store {
    background: white;
    color: #000000;
    margin-top: 15px;
    padding: 15px 0;
    text-align: center;
    text-transform: uppercase;
    border: 1px solid #fac5c9;
}
.detail-product .product-info .check-store.in-stock:hover {
    color: #f15b67;
    background: white;
}
.detail-product .product-info .check-store.in-stock {
    cursor: pointer;
}
.detail-product .product-info .product-selection .list-attr li a img {
    width: 100%;
    height: 100%;
}
.detail-product .product-info .product-selection .list-attr li a:hover {
    border: 1px solid #f15b67;
    position: relative;
    z-index: 2;
}
.detail-product .product-info .product-selection .list-attr li a {
    width: 100%;
    height: auto;
    display: block;
    border: 1px solid white;
}
.detail-product .product-info .product-selection .list-attr li {
    float: left;
    width: calc(100% /3);
    margin-right: 0;
    padding: 7.5px;
    cursor: pointer;
}
.detail-product .product-info .product-selection .list-attr {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -7.5px;
    margin-left: -7.5px;
}

.detail-product .product-info .promotion-content {
    padding-top: 10px;
}
.detail-product .product-info .promotion-content .item-promotion {
    margin-top: 20px;
    position: relative;
    padding-left: 44px;
}
.detail-product .product-info .promotion-content .item-promotion:before {
    content: '';
    width: 30px;
    height: 33px;
    margin-right: 10px;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    background-size: 100%;
}
.detail-product .product-info .promotion-content .item-promotion.fdelivery:before {
    background-image: url(../../../tp/T0333/img/tmp/delivery-h.png);
    background-position: 0px 0px;
}
.detail-product .product-info .promotion-content .item-promotion.fgift:before {
    background-image: url(../../../tp/T0333/img/tmp/gift-h.png);
    background-position: 0px 0px;
}
.detail-product .product-info .promotion-content .item-promotion.fhotcall:before {
    background-image: url(../../../tp/T0333/img/tmp/call-h.png);
    background-position: 0px 0px;
}
.detail-product .product-info .promotion-content .item-promotion.fdelivery:before {
    background-image: url(../../../tp/T0333/img/tmp/delivery-h.png);
    background-position: 0px 0px;
}
.detail-product .product-info .promotion-content .item-promotion.fpayment:before {
    background-image: url(../../../tp/T0333/img/tmp/payment-h.png);
    background-position: 0px 0px;
}
.detail-product .product-info .promotion-content .item-promotion.fguarantee:before {
    background-image: url(../../../tp/T0333/img/tmp/guarantee-h.png);
    background-position: 0px 0px;
}
.detail-product .product-info .promotion-content .item-promotion.ffreereturning:before {
    background-image: url(../../../tp/T0333/img/tmp/return-h.png);
    background-position: 0px 0px;
}

/*thông tin sp*/
.detail-product .content-product {
    margin-left: -15px;
    padding-left: 15px;
    margin-top: 20px;
}
.detail-product .content-product .group-content-product {
    border: 1px solid #f15b67;
}
.detail-product .content-product .head {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.detail-product .content-product .head li:first-child {
    border-right: 1px solid #f15b67;
}
.detail-product .content-product .head li.active, .detail-product .content-product .head li:hover {
    background-color: #f15b67;
    color: white;
}
.detail-product .content-product .head li.active a, .detail-product .content-product .head li:hover a{
    color: white;
    width: 100%;
}
.detail-product .content-product .head li {
    width: 50%;
    padding: 8px 10px;
    border-bottom: 1px solid #f15b67;
    text-align: center;
    color: #f15b67;
    text-transform: uppercase;
    cursor: pointer;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.detail-product .content-product .body .body-ct.active{
    display: block;
}
.detail-product .content-product .body .body-ct{
    display: none;
}
.detail-product .content-product .body {
    padding: 15px 20px;
}
.detail-product .content-product .body .body-ct .list-oppr li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px solid #fac5c9;
    padding: 10px 0;
}
.detail-product .content-product .body .body-ct .list-oppr li span {
    width: 50%;
    float: left;
}

/*add to cart*/

.detail-product .product-info .in-stock {
    color: #F15B67;
    margin-top: 15px;
}
.detail-product .product-info .group-option .size li.deactive:before {
    top: 18px;
    left: -8px;
    width: 55px;
}

.detail-product .product-info .group-option .size li.deactive:before {
    content: '';
    width: 54px;
    height: 0;
    position: absolute;
    top: 19px;
    left: -8px;
    background: transparent;
    border-left: 1px solid #f15b67;
    border-bottom: 1px solid #f15b67;
    -webkit-transform: rotate(-45deg);
    -khtml-transform: rotate(-45deg);
    transform: rotate(-45deg);
    z-index: 3;
}
.detail-product .product-info .group-option.attr_size li.deactive:hover {
    background-color: unset;
    color: unset;
}

#toast-container * {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.toast-message {
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}

/*popup cart*/
#popup-cart.in{
    visibility: visible;
}
#popup-cart{
    visibility: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.popup-pview {
    width: 70%;
    background: white;
    height: 80%;
    position: relative;
}
.popup-pview .content-popup-cart {
    height: calc(100% - 48px);
    overflow: auto;
}
#popup-cart-desktop .content-popup-cart .tbody-popup{
    padding: 0 15px 15px 15px;
}
#popup-cart-desktop .content-popup-cart .thead-popup{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 15px 15px 0 15px;
}
#popup-cart-desktop .content-popup-cart .thead-popup>div:last-child{
    border-left: none;
}
#popup-cart-desktop .content-popup-cart .thead-popup>div{
    width: 50%;
    border: 1px solid #ccc;
    padding: 10px 15px;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
}
#popup-cart-desktop .content-popup-cart .thead-popup>div:first-child{
    width: 50%;
}
.popup-pview .title-popup-cart {
    background: #f15b67;
    color: white;
    padding: 12px 15px;
    font-size: 1rem;
    text-transform: uppercase;
    position: relative;
}
#popup-cart-desktop .content-popup-cart .tbody-popup .item-popup .col-1,#popup-cart-desktop .content-popup-cart .tbody-popup .item-popup .col-2,#popup-cart-desktop .content-popup-cart .tbody-popup .item-popup .col-3,
#popup-cart-desktop .content-popup-cart .tbody-popup .item-popup .col-del{
    float: left;
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-left: 1px solid #ccc;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
#popup-cart-desktop .content-popup-cart .tbody-popup .item-popup .col-1 .item-image{
    width: 70px;
}

#popup-cart-desktop .content-popup-cart .tbody-popup .item-popup .col-1{
    width: 50%;
    padding: 5px;
}
#popup-cart-desktop .content-popup-cart .tbody-popup .item-popup .col-3{
    width: 40%;
    border-left: 1px solid transparent;
    padding: 15px;
}
#popup-cart-desktop .content-popup-cart .tbody-popup .item-popup .col-del .removeCartItem{
    cursor: pointer;

}
#popup-cart-desktop .content-popup-cart .tbody-popup .item-popup .col-del{
    width: 10%;
    border-left: 1px solid transparent;
}
#popup-cart-desktop .content-popup-cart .tbody-popup .item-popup {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
#popup-cart-desktop .content-popup-cart strong{
    font-weight: bold;
}
#popup-cart-desktop .content-popup-cart .tbody-popup .item-popup .item-info .item-name{
    font-weight: bold;
}
#popup-cart-desktop .content-popup-cart .tbody-popup .item-popup .item-info .item-price{
    margin: 10px 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
#popup-cart-desktop .content-popup-cart .tbody-popup .item-popup .item-info .item-price span:first-child{
    color: #f15b67;
    margin-right: 25px;
}
#popup-cart-desktop .content-popup-cart .tbody-popup .item-popup .item-info{
    width: calc(100% - 70px);
    padding-left: 15px;
    padding-right: 15px;
}
#popup-cart-desktop .content-popup-cart .tbody-popup .item-popup .col-3 label .padd{
    width: 70px;
    float: left;
}
#popup-cart-desktop .content-popup-cart .tbody-popup .item-popup .col-3 label {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
}

#popup-cart-desktop .content-popup-cart .tbody-popup .item-popup label {
    margin: 0 5px;
}
 .popup-pview button.close {
     opacity: 1;
     position: absolute;
     top: 22px;
     right: 15px;
     -webkit-transform: translate(0, -50%);
     -khtml-transform: translate(0, -50%);
     transform: translate(0, -50%);
     width: 15px;
     height: 15px;
     background-image: url(../../../tp/T0333/img/tmp/close.png);
     background-repeat: no-repeat;
     background-position: center;
     background-size: 100% 100%;
 }
#popup-cart-desktop .content-popup-cart .tfoot-popup .final-cart {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
}
#popup-cart-desktop .content-popup-cart .tfoot-popup .right .total-price span {
    font-weight: bold;
    margin-left: 10px;
}
#popup-cart-desktop .content-popup-cart .tfoot-popup .right .note-cart {
    color: #818a91;
    font-style: italic;
    font-size: 0.75rem;
    margin-top: 5px;
}
#popup-cart-desktop .content-popup-cart .tfoot-popup .right{
    width: 50%;
    float: left;
}
#popup-cart-desktop .content-popup-cart .tfoot-popup .left{
    width: 50%;
    float: left;
}
#popup-cart-desktop .content-popup-cart .action-cart {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 15px;
    border-top: 1px solid #000000;
}
#popup-cart-desktop .content-popup-cart .next-discover i {
    font-size: 1.25rem;
    margin-left: 5px;
}
#popup-cart-desktop .content-popup-cart .next-discover {
    margin-right: 15px;
    font-weight: bold;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #000000;
    opacity: 1;
}
#popup-cart-desktop .content-popup-cart .next-checkout span {
    display: block;
}
#popup-cart-desktop .content-popup-cart .next-checkout {
    padding: 8px 15px;
    background: #000000;
    color: white;
    text-align: center;
}
#popup-cart-desktop .content-popup-cart .tfoot-popup {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 15px;
}
.list-images-product .owl-nav .owl-next {
    right: 10px;
}
.list-images-product .owl-nav .owl-prev {
    left: 10px;
}
.list-images-product .owl-nav button {
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0,-50%);
    -khtml-transform: translate(0,-50%);
    transform: translate(0,-50%);
}

/*popup check store*/
#popup-check-store {
    top: 10%;
    left: 20%;
    right: 20%;
    width: 60%;
    height: 80%;
}
#popup-check-store .ct-popup {
    height: calc(100% - 48px);
    overflow: auto;
    font-size: 14px;
}

#popup-check-store .table-product .list-shop #stock-box ul{
    margin-bottom: 15px;
}
#popup-check-store .table-product .list-shop #stock-box .street{
    color: #007f28;
    padding-left: 15px;
}
#popup-check-store .table-product .list-shop #stock-box .timeStore{
    font-weight: 600;
    font-size: 0.875rem;
    color: #000000;
}
#popup-check-store .table-product .list-shop .head .col-2{
    font-weight: bold;
}
#popup-check-store .table-product .list-shop .head {
    padding: 10px 0;
}
#popup-check-store .table-product .change-region .group-region {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
#popup-check-store .table-product .change-region .title {
    font-weight: 600;
    text-transform: uppercase;
}
#popup-check-store .table-product .item-product .list-attr .item-attr select {
    width: 150px;
    padding: 5px;
}
#popup-check-store .table-product .item-product .list-attr .item-attr {
    margin-right: 25px;
}
#popup-check-store .table-product .item-product .list-attr {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 15px;
}
#popup-check-store .table-product .item-product .info .price {
    margin: 10px 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
#popup-check-store .table-product .item-product .info .title {
    font-weight: 600;
    font-size: 14px;
}
#popup-check-store .table-product .item-product .item-price .amount{
    margin-right: 25px;
}
#popup-check-store .table-product .item-product .item-price {
    margin: 10px 0;
    display: block;
}
#popup-check-store .table-product .item-product .info {
    width: calc(100% - 100px);
    float: left;
    padding: 0 15px;
}
#popup-check-store .table-product .item-product .avatar {
    width: 100px;
    float: left;
}
#popup-check-store .table-product .group-table:first-child {
    border-top: 1px solid transparent;
}
#popup-check-store .table-product .item-product {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
#popup-check-store .table-product .group-table .group-region select {
    margin: 15px;
    padding: 5px;
    width: calc(50% - 30px);
    border-radius: 0px;
}
#popup-check-store .table-product .group-table .group-region{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
#popup-check-store .table-product .group-table {
    border-top: 1px solid #ccc;
    padding: 15px 0;
}
#popup-check-store .table-product {
    padding: 0 15px;
}


@media (max-width: 1440px) {
    .detail-product .product-info .percent-discount {
        line-height: 28px;
        font-size: 1rem;
    }
    .detail-product .product-info .group-option .title-attr {
        font-size: 0.9375rem;
    }
}
@media (min-width: 1200px) {
    .detail-product .group-images .list-images-product .item:nth-child(5n + 1) {
        width: 100%;
    }
    .detail-product .group-images .list-images-product .item:nth-child(1) {
        padding-top: 0;
    }
    .detail-product .group-images .list-images-product .item {
        width: 50%;
        padding: 15px;
        float: left;
    }
    .detail-product .product-info .group-option .list-color li {
    width: 40px;
    height: 40px;
    font-size: .875rem;
    }
    .detail-product .product-info .group-option.attr_size li {
        width: 40px;
        height: 40px;
    }
}
@media (max-width: 768px) {
    .detail-product .group-images {
        margin-left: 0;
    }
    .detail-product .content-product.pc{
        display: none;
    }
}
.main-product-description-item-data h2 {
    padding: 15px 0;
    font-weight: 700;
}