@-webkit-keyframes fadeIn {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

.fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut
}

li.img-active {
    position: relative;
}

li.img-active:before {
    position: absolute;
    content: "";
    display: block;
    height: 5px;
    width: 100%;
    left: 0;
    bottom: 0;
    background: #000;
    z-index: 2;
}

.img-zoom-container {
    position: fixed;
    width: 100%;
    height: 100vh;
    left: 0;
    top: 0;
    background: #fff;
    text-align: center;
    z-index: 1;
    display: none;
}

img.zoom-img {
    width: auto;
    cursor: zoom-in;
    height: 100%;
    object-fit: cover;
    margin: 0 auto;
}

.owl-zoom, .owl-zoom .owl-stage-outer, .owl-zoom .owl-stage, .owl-carousel.owl-zoom .owl-item {
    height: 100%;
}

.owl-carousel .owl-item img.zoom-img {
    width: auto;
}

.cloudzoom-zoom-inside {
    cursor: zoom-in;
}

.close-zoom {
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
    font-size: 26px;
    z-index: 9;
    width: 50px;
    height: 50px;
    background: rgba(255,255,255,.7);
}

.list-child-wrapper {
    position: absolute;
    bottom: 20px;
    z-index: 1;
    left: 0;
    width: 100%;
}

.list-child-zoom {
    max-width: 100%;
    overflow: auto;
    white-space: nowrap;
    padding-top: 5px;
}

.list-child-zoom li {
    width: 4%;
    display: inline-block;
    padding: 5px 2.5px;
    background: #fff;
}

.imgZoom .owl-carousel {
    z-index: 0;
}

.cloudzoom-zoom-inside {
    z-index: 9;
}

.title-product {
    font-size: 21px;
}

.product-code {
    color: #aaa;
    border-bottom: 1px solid #aaa;
    font-size: 14px;
}

.price-box .discountPrice {
    font-size: 21px;
    line-height: 32px;
    color: #d41212;
    font-weight: 600;
}

.attr {
    margin-top: 2rem;
}

.attr .control-label {
    font-weight: 500;
    line-height: 24px;
    color: #000;
    display: block;
    margin-bottom: 5px;
    font-size: 14px;
}

.attr p.color {
    display: flex;
    justify-content: flex-start;
}

.attr p.color .itemColor {
    width: calc(100%/15);
    height: calc(100vw *34/1434);
    display: inline-block;
    padding: 0;
    margin-right: 10px;
    margin-bottom: 10px;
}

.attr p.size a {
    border: 1px solid #aaa;
    width: auto;
    height: calc(100vw * 34 / 1434);
    display: inline-block;
    font-size: 14px;
    line-height: 13px;
    text-align: center;
    padding: 11px 13px;
    font-weight: 600;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-right: 10px;
    margin-bottom: 10px;
}

.attr p.color .itemColor a {
    display: block;
    width: 100%;
    height: 100%;
    border: 1px solid #aaa;
}

.choose-size {
    margin: 0.1rem 0 2.5rem;
}

.choose-size span {
    padding: 10px 10px 12px;
    background: #ddd;
    font-weight: 600;
    text-transform: uppercase;
    cursor: pointer;
    font-size: 12px;
}

.size.req {
    margin-bottom: 0;
}

.qty-detail.input-text.qty-view {
    padding: 0;
    -webkit-appearance: none;
    float: left;
    outline: none;
    border-radius: 0;
    display: block;
    background: #ddd;
    width: 36px;
    height: 36px;
    line-height: 20px;
    position: relative;
    border: 1px solid #aaa;
    font-weight: 400;
    text-align: center;
    cursor: pointer;
    margin: 0 10px;
    font-size: 14px;
}

.btn-cts.btn-minus-view, .btn-cts.btn-plus-view {
    float: left;
    outline: none;
    border-radius: 0;
    display: block;
    margin: 0;
    background: #fff;
    width: 36px;
    height: 36px;
    line-height: 20px;
    position: relative;
    border: 1px solid #aaa;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    cursor: pointer;
}

.form-product label {
    font-weight: 500;
    line-height: 24px;
    color: #000;
    display: block;
    margin-bottom: 0;
    font-size: 14px;
}

.btnBuyNow, .btnAddToCart, .btn-out-stock {
    width: 100%;
    min-height: 50px;
    background: #dc122f;
    border: none;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    color: #fff;
    outline: none;
    transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    -o-transition: all .3s ease-in-out 0s;
    -webkit-transition: all .3s ease-in-out 0s;
    -ms-transition: all .3s ease-in-out 0s;
    padding: 7px 0;
}

.btn-out-stock {
    cursor: not-allowed;
    background: #ccc;
    color: #000;
}

.pview-info {
    margin-top: 1.5rem;
    padding-top: 10px;
    border-top: 1px solid #aaa;
}

.product-content, .product-shipping {
    border-bottom: 1px solid #aaa;
}

.product-shipping {
    margin-top: 15px;
}

.info-title {
    margin: 0;
    padding-bottom: 15px;
    cursor: pointer;
    font-size: 14px;
}

.info-title i {
    font-size: 18px;
    color: #aaa;
    margin-right: 5px;
}

.text-sale {
    padding: 8px 0;
    background: #dc122f;
    color: #fff;
    margin-bottom: 10px;
}

.price-box del {
    font-size: 21px;
    line-height: 32px;
    color: #ababab;
    margin: 0;
    float: right;
}

.attr p.color {
    flex-wrap: wrap;
}


.info-content {
    display: none;
}

.zoomer {
    margin-bottom: 10px;
}

.attr p.color .itemColor a img {
    display: none;
}

.custom-btn-number .form-control {
    border: none;
    padding: 10px 0;
}

.quantity-area {
    padding-bottom: 20px;
}

.sys-store {
    display: inline-block;
    width: 100%;
}

.sys-store {
    border: 1px solid #eee;
    margin: 1.5rem 0;
}

.sys-store .numberStore {
    padding: 0.7rem 0.5rem;
    background: #113880;
    width: 100%;
    display: block;
    color: #fff;
    text-align: center;
    font-size: 16px;
    text-transform: uppercase;
}

.sys-store .chontinhthanh {
    padding: 0.5rem;
    margin-bottom: 1rem;
}

#stock-box {
    overflow-y: scroll;
    max-height: 200px;
    margin: 15px 0;
    width: 100%;
    font-weight: 700;
    color: #333;
    border-color: #dcdbdb;
    position: relative;
    overflow-x: hidden;
    padding: 0 10px;
    text-align: left;
}

#stock-box .stock {
    float: left;
    width: 100%;
    margin: 0 0 15px;
}

#stock-box div .dist, .bst-tks a {
    font-weight: 700;
}

#stock-box div .dist {
    float: left;
    width: 100%;
}

#stock-box .street {
    font-weight: 400;
    float: left;
    width: 100%;
    padding-left: 20px;
}

#stock-box .timeStore {
    font-weight: 400;
    padding-left: 20px;
}

#stock-box div .dist img {
    width: 15px;
    margin: 0 5px 0 0;
    display: inline-block;
}

#stock-box .street {
    font-weight: 400;
    float: left;
    width: 100%;
    padding-left: 20px;
}

.sys-store .timeStore strong {
    color: #4caf50;
}

#stock-box::-webkit-scrollbar {
    width: 6px;
    background-color: #ccc;
}

#stock-box::-webkit-scrollbar-thumb {
    background-color: #000;
    border: 3px solid #000;
}

#stock-box::-webkit-scrollbar-track {
    background-color: #ccc;
}

.attr p.color .itemColor a, .attr p.size a {
    position: relative;
}

.attr p.color .itemColor a.active, .attr p.size a.active {
    border: 2px solid #113880;
    box-shadow: 1px 1px 3px rgba(17,56,128,.5);
}

.attr p.color .itemColor a.deactive:before, .attr p.size a.deactive:before {
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    background: url('/tp/T0503/img/sold-out.png');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
}

.pview-product {
    margin-top: 2rem;
}

.select2-container {
    width: 100% !important;
}

.product-history {
    padding: 15px;
    border: 2px solid #ddd;
}

.vote {
    display: inline-block;
    margin: 0;
}

.ic {
    background: url(/tp/T0503/img/SpiritIcon.png) no-repeat transparent;
    background-size: 1355px;
    cursor: pointer;
}

.vote .si {
    background-position: -1224px -1330px;
    float: left;
    height: 15px;
    width: 20px;
}

.vote .si.voteHover, .vote .si.active {
    background-position: -1224px -1261px;
}

#voteView0 {
    background-position: -1230px -1330px;
}

#voteView1 {
    background-position: -1230px -1261px;
}

#voteView2 {
    background-position: -1230px -1275px;
}

#voteView3 {
    background-position: -1230px -1288px;
}

#voteView4 {
    background-position: -1230px -1302px;
}

#voteView5 {
    background-position: -1230px -1315px;
}

.rv-date {
    font-size: 13px;
    color: #aaa;
}

.no-review {
    margin-top: 1rem;
    padding: 10px 0;
    border: 1px solid #eee;
}

.rv-more {
    background: 0 0;
    border: 2px solid #000;
    border-radius: 5px;
    height: 35px;
    font-size: 13px;
    padding: 0 10px;
}

.commentProduct-content {
    display: flex;
    flex-wrap: wrap;
}

.hidden {
    display: none!important;
}

.product-suggest .owl-nav, .product-related .owl-nav {
    top: 30%;
}

.listImgZoom.owl-carousel .owl-stage {
    display: flex;
    justify-content: center;
    align-items: center;
}

.cloudzoom-zoom-inside {
    cursor: zoom-out;
}

.childProducts {
    width: 100%;
    margin-bottom: 10px;
    padding: 5px;
    border-radius: 4px;
}

.imgZoom .owl-stage-outer {
    transform: translateZ(0px);
    -webkit-transform: translateZ(0px);
}

.owl-zoom.owl-carousel .owl-nav button.owl-prev, .owl-zoom.owl-carousel .owl-nav button.owl-next {
    width: 50px;
    height: 50px;
    background: rgba(255,255,255,.7);
}

.owl-zoom.owl-carousel .owl-nav button.owl-prev {
    left: 0;
}

.owl-zoom.owl-carousel .owl-nav button.owl-next {
    right: 0;
}

.modal-size img {
    margin: 0 auto;
}

.owl-carousel .owl-item figure.containerZoom img {
    width: auto;
    height: 100%;
    margin: 0 auto;
}

figure.containerZoom {
    width: 80%;
    height: 100%;
    margin: 0 auto;
    background-size: 0 !important;
    background-position: center;
}

figure.containerZoom.active {
    background-size: 100% !important;
}

.pview-product .product-info {
    border: 1px solid #ccc;
}

.pview-product .product-name, .pview-product .product-price {
    padding: 0 10px;
}

.pview-product .product-price {
    border-top: 1px solid #ccc;
    margin-top: 10px;
    padding-top: 5px;
}

.owl-zoom.owl-carousel .owl-nav button svg {
    width: 14px;
    height: 14px;
}
.tags.block a{
    padding: 0 5px;
    text-decoration: underline;
}