#breadcrumb{
    margin: 15px 0;
    clear: both;
}
#breadcrumb ul{
    background: #fff;
    padding-left: 0;
    margin-bottom: 0;
}
.breadcrumb > li + li:before{
    content: "\f105"!important;
    font-family: "Font Awesome\ 5 Free";
    padding: 0 5px;
}
.breadcrumb > li:last-child a{
    color: #f33;
}
.product-grid .product-info a {
    margin: 15px 0 5px 0;
    display: block;
}

hr {
    margin: 10px 0;
}

.product-wrapper {
    padding-top: 0;
}

.product_header span {
    height: 35px;
}

.product_header {
    margin: 0;
}

.product-item {
    padding-top: 0;
}
.product-infomation h1{
    font-size: 20px;
    color: #333;
    text-transform: uppercase;
    font-weight: 700;
}
.product-infomation p {
    font-size: 16px;
}
.price-product {
    font-size: 25px;
    margin: 20px 0;
    font-weight: 600;
}
.price-product del {
    color: #ccc;
    font-weight: 400;
}
.price-product span {
    color: #de0c19;
}
.req, .product-quantity {
    margin-bottom: 15px;
}
.req a:first-child {
    margin-left: 0 !important;
}
.req.size a {
    padding: 4px 4px;
    text-align: center;
    color: #3f4140;
    margin-left: 10px;
    min-width: 40px;
    height: 40px;
    line-height: 2;
    display: inline-block;
    border: 1px solid #e2e2e2;
    overflow: hidden;
    position: relative;
}
.color.req a:hover {
    color: #fff !important;
    border: 1px dashed #de0c19 !important;
    display: block;
}
.size.req a.deactive:after {
    position: absolute;
    content: " "!important;
    max-width: 35px;
    width: 100%;
    height: 1px;
    background: red!important;
    left: 15%;
    right: 0;
    bottom: 0;
    top: 50%;
    visibility: visible;
    opacity: 1;
    border: 0;
    margin: 0!important;
    padding: 0!important;
    min-width: auto;
    -webkit-transform-origin: center;
    transform-origin: center;
    z-index: 0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.size.req a.deactive:before {
    position: absolute;
    content: " "!important;
    max-width: 35px;
    width: 100%;
    height: 1px;
    background: red!important;
    left: 15%;
    right: 0;
    bottom: 0;
    top: 50%;
    visibility: visible;
    opacity: 1;
    border: 0;
    margin: 0!important;
    padding: 0!important;
    min-width: auto;
    -webkit-transform-origin: center;
    transform-origin: center;
    z-index: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.size.req a.active {
    color: #de0c19;
    border: 1px dashed #de0c19 !important;
}
.color.req a.active {
    border: 1px dashed #de0c19 !important;
    display: block;
}
.color.req a.deactive {
    opacity: 0.5;
    cursor: not-allowed;
    pointer-events: none;
}
.color.rep a{
    display: block;
}
.product-selection .size label {
    line-height: 40px;
}
.row-color{
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
}
.sys-store #stock-box {
     overflow-y: unset;
     overflow-x: unset;
}
.row-color a{
    width: 100%;
    max-width: 100%;
    flex: 0 0 16.666667%;
    margin-right: 8px;
    margin-bottom: 8px;
}
.product-selection .color label {
    width: 100%;
}
.product-selection label {
    width: 100px;
    color: #5b5b5b;
    float: left;
    font-weight: 400;
    line-height: 25px;
}
.product_ralated label {
    display: block;
    color: #5b5b5b;
    font-weight: 700;
    text-transform: uppercase;
    width: 100%;
}
.product_ralated a:hover {
    color: #fff !important;
    border: 1px dashed #de0c19 !important;
    display: block;
}
.req label, .req div {
    float: left;
}
.product-quantity span:hover {
    background-color: #ccc;
}
.product-quantity span {
    float: left;
    display: inline-block;
    border: 1px solid #ccc;
    padding: 1px;
    font-size: 18px;
    font-weight: 700;
    color: #3f4140;
    width: 40px;
    height: 36px;
    text-align: center;
    line-height: 24px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.product-info span {
    color: #5b5b5b;
}
input#quantity {
    height: 36px;
    text-align: center;
    border: 1px solid #ccc;
    padding: 6px 4px 3px;
    float: left;
    border-left: none;
    border-right: none;
}
.purchase-product .btn-addCart:hover{
    opacity: 1;
    color: #fff;
}
.purchase-product .cart-modal a{
    color: #de101d;

}
.purchase-product .cart-modal{
    align-self: center;
    padding-left: 10px;
}
.purchase-product{
    display: flex;
}
.purchase-product .btn-addCart{
    background: #de101d;
    border: 1px solid #de101d;
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 700;
    padding: 10px 20px;
    border-radius: 3.5px;
    opacity: 0.65;
}
.color label{
    font-size: 18px;
    color: #5b5b5b;
    text-transform: uppercase;
    font-weight: 600;
    margin: 20px 0;
}
.size label{
    font-weight: 700;
    text-transform: uppercase;
}

.tags.block a{
    color: #999;
    margin-right: 10px;
}
.tags.block{
    margin-top: 20px;
}
/*kho*/
.sys-store li.stock {
    list-style-type: disc;
}
.sys-store .stock img{
    width: 15px;
    margin: 0 5px 0 0;
    display: inline-block;
}
.sys-store h4{
    margin-top: 20px;
    font-weight: 700;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-size: 16px;
}
/*binh luận đánh giá*/
.productDetails{
    margin-top: 50px;
}
#pContent .contentTab.active {
    height: auto;
    overflow: hidden;
    display: inline-block;
}
#pContent .title{
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
#pContent .contentTab {
    display: none;
    line-height: 1.6em;
    width: 100%;
}
.contentTab {
    overflow: hidden;
}
#pContent .title>span {
    display: block;
    padding: 0;
    margin: 0;
    width: 190px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    color: #333;
    font-size: 15px;
    font-weight: 700;
    background: #ececec;
    border-radius: 3px;
    border-bottom: 2px solid #d5d5d5;
    cursor: pointer;
    margin-right: 10px;
}
#pContent .title>span:hover, #pContent .title>span.active {
    color: #fff;
    background: #de0c19;
    border-bottom: 2px solid #be0503;
}
.list-sidebar-right {
    border: 1px dashed #999;
    background: #f4f4f4;
    padding: 20px;
}
.list-sidebar-right ul li {
    padding: 5px 0;
    color: #333;
    line-height: 1.5;
}
.list-sidebar-right ul li a {
    color: #333;
}
.list-sidebar-right ul li a:hover {
    color: #de0c19;
}

/*vote*/
#pContent #tab2 .row .rate-content:last-child {
    border-right: none;
}
#pContent #tab2 .row .rate-content {
    padding-left: 0;
    padding: 20px;
    text-align: center;
    border-right: 1px solid #d8d8d8;
}
#pContent #tab2 .row{
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    list-style: none;
    border: 1px solid #d8d8d8;
    margin: 0;
    border-radius: 3px;
    padding-bottom: 15px;
}

#pContent #tab2 .pageView {
    margin: 10px;
}
#pContent #tab2 .pageView p{
    height: 18px;
    width: 85px;
    margin: auto;
}
#pContent #tab2 .rate-c{
    color: #de0c19;
    font-size: 40px;
    text-align: center;
    font-weight: 700;
    margin: 0;
    line-height: 50px;
}
#pContent #tab2 .commentItem{
    padding-left: 20px;
}
#pContent #tab2 .content-text{
    margin: 10px 0;
}
#pContent #tab2 h6{
    text-align: center;
    font-size: 20px;
    font-weight: 400;
    margin: 0;
    line-height: 24px;
    text-transform: unset;
}
#btnRate a, #btnRate button{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    color: #fff;
    background: #de0c19;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    font-size: 14px;
    width: 164px;
    padding: 10px 0;
    border: none!important;
    cursor: pointer;
}
#pContent #tab2 h3{
    font-size: 15px;
    margin: 15px 0!important;
    font-weight: 500;
}
.vote {
    display: inline-block;
}
.vote .si.voteHover, .vote .si.active {
    background-position: 3px -249px;
}
.vote .si {
    float: left;
    width: 20px;
    height: 15px;
    background-position: 3px -329px;
    cursor: pointer;
}
.si {
    background: url(/tp/T0320/img/spriteIcon.png) no-repeat transparent;
}
#voteView0 {
    background-position: 0 -329px
}

#voteView1 {
    background-position: 0 -248px
}

#voteView2 {
    background-position: 0 -264px
}

#voteView3 {
    background-position: 0 -280px
}

#voteView4 {
    background-position: 0 -296px
}

#voteView5 {
    background-position: 0 -312px
}
.product_header{
    padding: 50px;
    border-top: 1px solid #e5e5e5;
}
.product-intro-wrapper{
    margin-bottom: 40px;
}

.guide-size span{
    color: #de101d;
    font-size: 14px;
    font-weight: 700;
}
.guide-size {
    margin-top: 30px;
    margin-bottom: 20px;
    cursor: pointer;
}
.guide-size svg{
    width: 30px;
    height: 30px;
    vertical-align: middle;
}
/*//slick img*/
.slick-slider
{
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
.slick-bottom .slick-center img {
    opacity: 1;
    border: 1px solid #333;
}
.slick-bottom img {
     opacity: .6;
 }
.fancybox-button--zoom svg path {
    fill: transparent;
}
.slick-initialized .slick-slide{
    cursor: pointer;
}

/*/cart product/*/
.alert-top-product i{
    margin: 0 10px;
}
.alert-top-product a{
    text-align: end;
    line-height: 1;
    cursor: pointer;
    position: absolute;
    right: 25px;
    top: 12px;
    overflow: visible;
    padding: 10px;
    font-weight: 700;
    border-radius: 3px;
    color: #515151;
    background-color: #ebe9eb;
    border: 0;
}
.alert-top-product{
    background-color: #fffbfb;
    /*border-color: #ff959c;*/
    color: #ff3b27;
    border: 1px solid #ff3b27;
    border-radius: 4px;
    padding: 20px 20px;
    margin: 0 0 2em;
    position: relative;
    display: flex;
}
.buyNow {
    margin-left: 10px;
}
.form-contact{
    padding: 20px 0;
}
.title-contact{
    font-size: 20px;
    font-weight: 500;
    padding-bottom: 20px;
}
.contactIndex .form-lien-he label{
    width: 100%;
}
.send_contact{
    font-size: 18px;
    border-radius: 10px;
    text-transform: uppercase;
    background: #0c3b27;
    border: 1px solid #0c3b27;
    opacity: 0.65;
}
.send_contact:hover{
    opacity: 1;
}
.cart-modal {
    display: inline-block;

}
.guide-size {
    display: inline-block;
}
#cartModal {
    top: 25%;
}
.cart-modal a {
    color: #de101d;
    font-weight: 600;
    padding-left: 25px;
}
.dtsWrp .product-wrapper .row{
    display: block;
}
.video-slide::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    transform: translate(-50%, -50%);
    border-left: 30px solid red;
    border-top: 18px solid transparent;
    border-bottom: 18px solid transparent;
    opacity: 0.9;
}
.slider-nav .slick-slide .item {
    height: 74px;
    position: relative;
    overflow: hidden;
}

.slider-nav .slick-slide .item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}


.slider-for .item {
    height: 400px;
    position: relative;
    overflow: hidden;
}

.slider-for .video-wrapper {
    position: absolute;
    top: 0; left: 0;
    width: 100%;
    height: 100%;
}

.slider-for .video-wrapper iframe {
    width: 100%;
    height: 100%;
}
@media (max-width: 768px) {
    .slider-for .item {
        height: 700px;
    }
}
@media (max-width: 431px) {
    .slider-for .item {
        height: 400px;
    }
}