@import url('https://fonts.googleapis.com/css?family=Roboto:300,500');

@color-card-background: #2d3638;
@color-tag-background: #191e20;
@color-anchor: #e37544;
@color-body-copy: #b9bcbd;
@default-border-radius: 10px;
@breakpoint-medium: "screen and (min-width: 700px)";
button#btnOpenForm {
    background: linear-gradient(90deg, rgb(224 167 25) 21%, rgb(241 204 0) 50%, rgb(231 169 15) 79%);
    color: #ffffff;
    padding: 0px 15px;
    font-size: 12px;
    text-transform: uppercase;
    height: 40px;
    line-height: 40px;
    border-radius: 40px;
    width: auto;
}
html, body {
  background-color: #fff;
}

.form-popup-bg {
  position:absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  align-content: center;
  justify-content: center;
}
.form-popup-bg {
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: rgb(0 0 0 / 26%);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  transition: opacity 0.3s 0s, visibility 0s 0.3s;
  overflow-y: auto;
  z-index: 9999999;
}
.form-popup-bg.is-visible {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0s;
  transition: opacity 0.3s 0s, visibility 0s 0s;
}
.form-container {
    background: linear-gradient(0deg, rgb(180 15 39) 0%, rgb(152 4 10) 100%, rgba(200, 4, 6, 0) 100%);
    border-radius: 10px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 599px;
    margin-left: auto;
    margin-right: auto;
    position:relative;
    padding: 20px 19px;
    color: #fff;
    top: -10%;
}
.close-button {
  background:none;
  color: #fff;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  right: 0;
  /* border: solid 1px #fff; */
}

.form-popup-bg:before{
    content:'';
    background-color: #fff;
    opacity: .25;
    position:absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.form-popup-bg.is-visible h1 {
    text-align: center;
    margin-bottom: 15px;
    width: 100%;
}

.form-popup-bg.is-visible form {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 10px;
}

.form-popup-bg.is-visible .form-group {
    width: calc(96% / 2);
}

.form-popup-bg.is-visible button {
    position: unset;
}

.form-popup-bg.is-visible .form-group input {
    width: 100%;
    padding: 10px;
    border-radius: 3px;
}

button#btnCloseForm {
    width: unset !important;!i;!;
    position: absolute;
    display: flex;
}

.form-popup-bg.is-visible form textarea {
    width: 100%;
    padding: 5px 12px;
}

.form-group.textras {
    width: 100% !important;!i;!;
}

.fotm-tv {
    display: flex;
    justify-content: space-between;
}

.fotm-tv form {
    width: 60%;
}

.images-formtv {
    width: 38%;
}

.images-formtv img {
    border-radius: 10px;
}

.images-formtv h1 {
    text-align: center;
}

.fotm-tv button {
    background: linear-gradient(90deg, rgb(224 167 25) 21%, rgb(241 204 0) 50%, rgb(231 169 15) 79%);
    color: #ffffff;
    padding: 0px 15px;
    font-size: 14px;
    text-transform: uppercase;
    height: 30px;
    line-height: 30px;
    border-radius: 3px;
    width: auto;
    padding: 0px 24px;
}









.product-card .box {
    margin-bottom: 0px;
    /* background: #fff; */
    transition: all .3s ease;
}
.gioi_thieu ul li {
    list-style: disc;
    margin-left: 20px;
}
.product-card .box:hover {
    transform: translateY(-5px);
}

.product-card .card-top {
    position: relative;
    overflow: hidden;
}

.product-card .card-top .image {
    position: relative;
    overflow: hidden;
}
.product-card .card-top .image a {
    display: block;
}

.product-card .card-top .image a::before {
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .3) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .3) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
}

.product-card:hover .card-top .image a::before {
    -webkit-animation: shine .75s;
    animation: shine .75s;
}

.product-card .card-top .image-card {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 1s;
    min-height: 150px;
}

.product-card .card-top .image-default {
}
.product-card .card-top .image img {
    object-fit: cover;
    height: auto;
}

.product-card .card-top .image-hover {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
}

.product-card .box:hover .image-hover {
    opacity: 1;
}

.product-card .card-top .list-status {
    position: absolute;
    top: 10px;
    right: 10px;
    color: #fff;
    z-index: 1;
}

.product-card .card-top .list-status>li {
    position: relative;
    width: auto;
    margin-bottom: 5px;
}

.product-card .card-top .list-status>li>span {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    text-align: center;
    font-size: 12px;
    text-transform: uppercase;
}

.product-card .card-top .list-status .new span {
    color: #ffffff;
    background-color: #5eb100;
}

.product-card .card-top .list-status .sale span {
    color: #ffffff;
    background-color: #90c7e0;
}

.product-card .card-top .list-status .hot span {
    color: #ffffff;
    background-color: #f20600;
}

.product-card .card-top .list-quick {
    display: flex;
    position: absolute;
    bottom: 30px;
    right: -30px;
    opacity: 0;
    visibility: hidden;
    transition: all .5s ease;
    z-index: 10;
    width: 35px;
    /* padding: 10px; */
    /* background: rgba(0, 0, 0, 0.3); */
    flex-direction: column;
}

.product-card .box:hover .card-top .list-quick {
    /* bottom: 15px; */
    opacity: 1;
    visibility: visible;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    /* left: 0; */
    right: 10px;
    /* padding: 10px; */
    /* bottom: 0; */
}

.product-card .card-top .list-quick>li {
    transition: all 600ms ease;
    -webkit-transition: all 600ms ease;
    margin-bottom: 5px;
}

.product-card .card-top .list-quick>li>a {
    background: #fff;
    border: 1px solid #2f4b8c;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    font-size: 20px;
    border-radius: 5px;
    box-shadow: none;
    outline: none;
    cursor: pointer;
    transition: all .3s linear;
    display: block;
    /* margin-left: 5px; */
    color: #2f4b8c;
}

.product-card .card-top .list-quick>li>a:hover {
    background: #2f4b8c;
    color: #fff;
    border-color: #2f4b8c;
}

.product-card .card-body {
    padding: 10px 0px 0;
}

.product-card .card-body .card-name {
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    margin: 0;
    height: auto;
    line-height: 20px;
    overflow: hidden;
    display: -webkit-box;
    min-height: 45px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.product-card .card-body .card-name a {
    color: #2978bb;
    /* text-transform: uppercase; */
}

.product-card .card-body .card-name a:hover {
    color: #9d0c1c;
}


.product-card .card-body .rate {
    margin-top: 8px;
    line-height: 1;
}

.product-card .card-body .rate span {
    display: inline-block;
    width: 91px;
}

.product-card .card-body .rate span:before {
    content: "\f006\f006\f006\f006\f006";
    font: normal normal normal 14px/1 FontAwesome;
    position: absolute;
    letter-spacing: 4px;
    color: #fabe00;
    width: attr(data-foo);
}

.product-card .card-body .rate span i {}

.product-card .card-body .action-button {
    display: flex;
    flex-wrap: wrap;
    margin-top: 10px;
}

.product-card .card-body .add-to-cart {
    display: inline-block;
    font-size: 14px;
    background: #e9242d;
    color: #fff;
    border: 1px solid rgba(0, 0, 0, 0);
    border-radius: 5px;
    text-transform: uppercase;
    letter-spacing: 0.05rem;
    padding: 7px 20px;
    transition: all .3s linear;
    -webkit-transition: all .3s linear;
    font-size: 16px;
    width: calc(100% - 40px);
    padding: 5px 10px;
    height: 35px;
    text-align: center;
}

.product-card .card-body .add-to-cart:hover {
    background-color: #fff;
    color: #e9242d;
    border-color: #e9242d;
}

.product-card .card-body .add-to-withlist {
    border: 1px solid #e9242d;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    font-size: 20px;
    border-radius: 5px;
    box-shadow: none;
    outline: none;
    cursor: pointer;
    transition: all .3s linear;
    display: block;
    background: #fff;
    color: #e9242d;
    margin-left: 5px;
}

.product-card .card-body .add-to-withlist:hover {
    background: #e9242d;
    color: #fff;
}
.product-card .box:hover .product_hover-block {
    transform: translate(-50%, 50%) scale(1);
}
.sale-1 {
    position: absolute;
    top: 0;
    left: 20px;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    margin: 1px 0px 0px;
    padding-bottom: 4px;
    color: rgb(255, 255, 255);
    font-weight: 500;
    width: 40px;
    height: 36px;
    background-image: url(../images/bg-sale.png);
    background-size: 40px 36px;
    background-position: 0px 0px;
}



/*  */
.wrap-top {
    background-color: #fff;
    padding: 0;
    border-radius: 0;
    border-bottom: solid 1px #eee;
}

.product-information {
    padding-left: 10px;
}

.product-information .hang{
    text-transform: inherit;
    font-size: 16px;
    line-height: 22px;
}

.product-information .quantity{
    text-transform: inherit;
    font-size: 16px;
    line-height: 22px;
}

.product-information .hang span{
    font-weight: 700;
    color: #000;
}

.product-information .quantity span{
    font-weight: 700;
    color: #000;
}

.product-information p {
    font-size: 15px;
    padding-bottom: 5px;
    text-align: left;
    /* text-transform: uppercase; */
}
.product-information p span {
    font-weight: 600;
    color: #f00;
    font-size: 17px;
}

.tab-category-1 .box-view-all {
    width: 130px;
    text-align: right;
}

.tab-category-1 .view-all {
    display: block;
    display: inline-block;
    position: relative;
    border: 1px solid #000;
    padding: 0 20px;
    line-height: 39px;
}

.box-view-all-mobile {
    text-align: center;
}
.tabs-product{

}
.tab-category-1 .box-view-all {
    width: 130px;
    text-align: right;
}

.tab-category-1 .view-all {
    display: block;
    display: inline-block;
    position: relative;
    border: 1px solid #000;
    padding: 0 20px;
    line-height: 39px;
}

.box-view-all-mobile {
    text-align: center;
}

.tab-category-1 .view-all:hover {
    background: #ff6f00;
    color: #fff;
    border-color: #ff6f00;
}

.tab-category-1 .nav-tabs {
    display: flex;
    flex-wrap: wrap;
    width: calc(100% - 130px);
    border: unset;
    justify-content: left;
    align-items: center;
}

.tab-category-1 .nav-tabs>li {
    font-size: 16px;
    text-transform: uppercase;
    margin: 0 0px;
    background: #eee;
    padding: 0;
    line-height: 30px;
    height: 100%;
    position: relative;
    margin-right: 40px;
    height: 40px;
}

.tab-category-1 .nav-tabs>li:after {
    content: "";
    border-width: 20px;
    border-left: 20px solid #eee;
    border-right: 20px solid transparent;
    border-bottom: 20px solid #eee;
    border-top: 20px solid transparent;
    position: absolute;
    left: 100%;
    top: 0;
}

.tab-category-1 .nav-tabs>li.active:after {
    border-bottom-color: #5edee8;
    border-left-color: #5edee8;
}

.tab-category-1 .nav-tabs>li+li.active:before {
    border-right-color: #2978bb;
    border-top-color: #2978bb;
}

.tab-category-1 .nav-tabs>li+li:before {
    content: "";
    border-width: 20px;
    border-left: 20px solid transparent;
    border-right: 20px solid #eee;
    border-bottom: 20px solid transparent;
    border-top: 20px solid #eee;
    position: absolute;
    top: 0;
    right: 100%;
}

.tab-category-1 .nav-tabs>li.active>h3,
.tab-category-1 .nav-tabs>li>h3:focus {}

.tab-category-1 .nav>li>h3:focus,
.tab-category-1 .nav>li>h3:hover {
    background-color: unset;
    border: unset;
    color: #2978bb;
}

.tab-category-1 .nav-tabs>li.active {
    background-color: #2978bb;
    border: 0;
    padding: 0;
}


/*
.tab-category-1 .nav-tabs>li.active:before,
.tab-category-1 .nav-tabs>li:hover:before {
    width: calc(100% - 3.2px);
}

.tab-category-1 .nav-tabs>li:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 0;
    height: 2px;
    background: #000;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
*/

.tab-category-1 .nav-tabs>li.active>h3 {
    border: none;
    box-shadow: none;
    outline: none;
    color: #fff;
    background: linear-gradient(107deg, rgba(91,118,235,1) 0%, rgba(114,138,241,1) 44%, rgba(93,225,232,1) 100%);
    font-weight: 600;
    /* padding: 5px 20px; */
    line-height: 30px;
    margin: 0 0px 0 0;
}

.tab-category-1 .nav-tabs>li>h3:focus {
    color: #fff;
    border: unset;
    background-color: inherit;
    outline: unset;
}

.tab-category-1 .nav-tabs>li>h3 {
    padding: 0;
    border-radius: 0;
    line-height: 30px;
    background-color: unset;
    border: unset;
    margin-right: 0;
    padding: 5px 20px;
	font-size: inherit;
}

.box-price-detail {
    margin-bottom: 0px;
    background-color: #fff;
    padding: 0;
    border-top: 0;
    border-bottom: solid 1px #eee;
    margin-bottom: 5px;
    border-radius: 5px;
}

.box-price-detail .new-price {
    font-size: 28px;
    font-weight: 700;
    color: #ec3237;
    line-height: 30px;
    display: inline-block;
    letter-spacing: 0px;
    margin-top: 5px;
    padding-bottom: 5px;
    margin-right: 0px;
}
.box-price-detail .new-price .currencySymbol{
	font-size: 16px;
	margin-top: -8px;
}
.box-price-detail .desc-price {
    margin-top: 5px;
    padding-bottom: 2px;
    font-size: 19px;
    text-decoration: line-through;
    color: #ccc;
    font-weight: 400;
}

.box-price-detail .desc-price .txt-color {
    color: #b88e40;
}


.box-price-detail .old-price {
        color: #000000;
    font-size: 14px;
    margin-left: 15px;
    margin-bottom: 0px;
    text-decoration: line-through;
    display: inline-block;
    vertical-align: bottom;
}
.name-product {
    color: #333;
    font-size: 23px;
    font-weight: 600;
    line-height: 28px;
    margin: 0 0 15px;
}

.list-btn-action.clearfix {
    display: flex !important;
    flex-wrap: wrap;
}
.list-btn-action a {
	background: #f00;
	padding: 8px 25px;
	border-radius: 5px;
	cursor: pointer;
	color: #fff;
	font-size: 16px;
	text-transform: uppercase;
}
.list-btn-action a:hover {
	color: #ff0;
}

.product-action .list-btn-action {
    margin-top: 15px;
    width: calc(100% - 20px);
    font-weight: 600;
}

.product-action .list-btn-action a:hover {
    color: #fff;
}

.product-action:not(.out-of-stock) .list-btn-action button {
    width: calc(100% / 2 - 5px);
    text-align: center;
    margin-bottom: 15px;
}

.product-action .list-btn-action button:first-child {
    margin-right: 14px;
}
.tab-content:not(.active){
	display: none;
}
/*  */
.product-card .box {
    margin-bottom: 0px;
    transition: all .3s ease;
    overflow: hidden;
    box-shadow: 0 0px 2px 0 rgba(60, 64, 67, 0.1), 0 0px 6px 0px rgba(60, 64, 67, 0.25);
    border-radius: 10px;
}

.product-card .box:hover {
    transform: translateY(-5px);
}

.product-card .card-top {
    position: relative;
    overflow: hidden;
}

.product-card .card-top .image {
    position: relative;
    overflow: hidden;
}
.product-card .card-top .image a {
    display: block;
}
.product-card .card-top .image a::before {
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .3) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .3) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
}

.product-card:hover .card-top .image a::before {
    -webkit-animation: shine .75s;
    animation: shine .75s;
}

.product-card .card-top .image-card {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 1s;
    min-height: 150px;
}

.product-card .card-top .image-default {
}
.product-card .card-top .image img {
    object-fit: cover;
    height: auto;
    display: block;
}

.product-card .card-top .image-hover {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
}

.product-card .box:hover .image-hover {
    opacity: 1;
}

.product-card .card-top .list-status {
    position: absolute;
    top: 10px;
    right: 10px;
    color: #fff;
    z-index: 1;
}

.product-card .card-top .list-status>li {
    position: relative;
    width: auto;
    margin-bottom: 5px;
}

.product-card .card-top .list-status>li>span {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    text-align: center;
    font-size: 12px;
    text-transform: uppercase;
}

.product-card .card-top .list-status .new span {
    color: #ffffff;
    background-color: #5eb100;
}

.product-card .card-top .list-status .sale span {
    color: #ffffff;
    background-color: #90c7e0;
}

.product-card .card-top .list-status .hot span {
    color: #ffffff;
    background-color: #f20600;
}

.product-card .card-top .list-quick {
    display: flex;
    position: absolute;
    bottom: 30px;
    right: -30px;
    opacity: 0;
    visibility: hidden;
    transition: all .5s ease;
    z-index: 10;
    width: 35px;
    /* padding: 10px; */
    /* background: rgba(0, 0, 0, 0.3); */
    flex-direction: column;
}

.product-card .box:hover .card-top .list-quick {
    /* bottom: 15px; */
    opacity: 1;
    visibility: visible;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    /* left: 0; */
    right: 10px;
    /* padding: 10px; */
    /* bottom: 0; */
}

.product-card .card-top .list-quick>li {
    transition: all 600ms ease;
    -webkit-transition: all 600ms ease;
    margin-bottom: 5px;
}

.product-card .card-top .list-quick>li>a {
    background: #fff;
    border: 1px solid #2f4b8c;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    font-size: 20px;
    border-radius: 5px;
    box-shadow: none;
    outline: none;
    cursor: pointer;
    transition: all .3s linear;
    display: block;
    /* margin-left: 5px; */
    color: #2f4b8c;
}

.product-card .card-top .list-quick>li>a:hover {
    background: #2f4b8c;
    color: #fff;
    border-color: #2f4b8c;
}

.product-card .card-body {
    padding: 10px 0px 10px;
    border-top: 2px solid #5f7aec;
    background: #fff;
}

.product-card .card-body .card-name {
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    margin: 0;
    height: auto;
    line-height: 20px;
   padding: 0 10px;
}

.product-card .card-body .card-name a {
    color: #333;
	overflow: hidden;
    display: -webkit-box;
    min-height: 40px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    /* text-transform: uppercase; */
}

.product-card .card-body .card-name a:hover {
    color: #9d0c1c;
}
.product-card .card-body .card-price {
    margin-top: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    height: auto;
}

.product-card .card-body .card-price .new-price {
    font-size: 17px;
    color: #ff0000;
    font-weight: 600;
    margin-left: 10px;
}

.product-card .card-body .card-price .old-price {
    color: #8d8d8d;
    margin-left: 0px;
    font-weight: 500;
    font-size: 15px;
    /* width: 100%; */
}

.product-card .card-body .rate {
    margin-top: 8px;
    line-height: 1;
}

.product-card .card-body .rate span {
    display: inline-block;
    width: 91px;
}

.product-card .card-body .rate span:before {
    content: "\f006\f006\f006\f006\f006";
    font: normal normal normal 14px/1 FontAwesome;
    position: absolute;
    letter-spacing: 4px;
    color: #fabe00;
    width: attr(data-foo);
}

.product-card .card-body .rate span i {}

.product-card .card-body .action-button {
    display: flex;
    flex-wrap: wrap;
    margin-top: 10px;
}

.product-card .card-body .add-to-cart {
    display: inline-block;
    font-size: 14px;
    background: #e9242d;
    color: #fff;
    border: 1px solid rgba(0, 0, 0, 0);
    border-radius: 5px;
    text-transform: uppercase;
    letter-spacing: 0.05rem;
    padding: 7px 20px;
    transition: all .3s linear;
    -webkit-transition: all .3s linear;
    font-size: 16px;
    width: calc(100% - 40px);
    padding: 5px 10px;
    height: 35px;
    text-align: center;
}

.product-card .card-body .add-to-cart:hover {
    background-color: #fff;
    color: #e9242d;
    border-color: #e9242d;
}

.product-card .card-body .add-to-withlist {
    border: 1px solid #e9242d;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    font-size: 20px;
    border-radius: 5px;
    box-shadow: none;
    outline: none;
    cursor: pointer;
    transition: all .3s linear;
    display: block;
    background: #fff;
    color: #e9242d;
    margin-left: 5px;
}

.product-card .card-body .add-to-withlist:hover {
    background: #e9242d;
    color: #fff;
}

.product_hover-block:hover {
    background: #2f4b8c;
}

.product_hover-block {
    left: 0;
    position: absolute;
    bottom: 0;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    z-index: 99;
    width: 70px;
    height: 70px;
    display: flex;
    justify-content: flex-end;
    background: #2f4b8c;
    border-radius: 100%;
    padding: 5px;
    transform: translate(-50%, 50%) scale(0);
}

.product_hover-block .actions {
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 35px;
}

.product_hover-block .actions a {
    color: #fff;
}
.title-1 {
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 30px;
    font-weight: 600;
    text-transform: capitalize;
    text-align: center;
    padding: 0 10px;
}
.product-card .box:hover .product_hover-block {
    transform: translate(-50%, 50%) scale(1);
}
.list-product-card{
	/* margin: 0 -10px; */
}
.list-product-card .product-card{
	margin-bottom: 10px;
	
0v:
	inherit;
}

.gioi_thieu h3 {
    font-size: 20px;
    margin-bottom: 10px;
}
.layout-product .flex-quantity {
    display: flex;
	flex-wrap: wrap;
	gap: 10px 0;
    font-size: 14px;
}
.layout-product .custom-btn-number {
    display: inline-block;
    margin-right: 10px;
}
.layout-product .custom-btn-number label {
    margin: 0;
    font-weight: 500;
    display: block !important;
    margin-bottom: 5px;
}
.layout-product .input_number_product {
    width: auto;
    position: relative;
    padding: 0;
    border: none;
    box-shadow: none;
    background-color: transparent;
    display: inline-flex
;
}
.layout-product .input_number_product .btn_num.num_1 {
    border-radius: 0;
    border-top-left-radius: 40px;
    border-bottom-left-radius: 40px;
}
.layout-product .input_number_product .btn_num {
    font-size: 20px;
    line-height: 0px;
    border: solid 1px #e4e4e4;
    display: inline-block;
    width: 40px;
    height: 40px;
    background-color: #fff;
    float: left;
    color: #333;
    text-align: center;
    padding: 0px;
    font-size: 16px;
    display: flex
;
    justify-content: center;
    align-items: center;
}
.layout-product .input_number_product input {
    display: block;
    color: #333;
    text-align: center;
    box-shadow: none;
    background: #fff;
    margin: 0;
    height: 40px;
    line-height: 40px;
    box-shadow: none;
    border-radius: 0px;
    font-size: 16px;
    width: 80px;
    padding: 0;
    border: none;
    border-bottom: solid 1px #ddd;
    border-top: solid 1px #ddd;
}
.layout-product .input_number_product .btn_num.num_2 {
    border-radius: 0;
    border-top-right-radius: 40px;
    border-bottom-right-radius: 40px;
}

.layout-product .input_number_product .btn_num {
    font-size: 20px;
    line-height: 0px;
    border: solid 1px #e4e4e4;
    display: inline-block;
    width: 40px;
    height: 40px;
    background-color: #fff;
    float: left;
    color: #333;
    text-align: center;
    padding: 0px;
    font-size: 16px;
    display: flex
;
    justify-content: center;
    align-items: center;
}
.layout-product .button_actions {
    display: flex;
	flex-wrap: wrap;
	align-items: end;
	gap: 5px;
    /* width: calc(100% - 155px); */
}
.layout-product .button_actions .btn {
    /* background: linear-gradient(0deg, rgb(180 15 39) 0%, rgb(152 4 10) 100%, rgba(200, 4, 6, 0) 100%); */
    background: linear-gradient(107deg, rgba(91,118,235,1) 0%, rgba(114,138,241,1) 44%, rgba(93,225,232,1) 100%);
    color: #ffffff;
    padding: 0px 25px;
    font-size: 13px;
    text-transform: uppercase;
    height: 40px;
    line-height: 40px;
    border-radius: 40px;
    width: auto;
    font-weight: 600;
}
.layout-product .button_actions .btn svg {
    margin-bottom: 8px;
}
.layout-product .button_actions .btn svg path {
    fill: #fff;
}
.layout-product .button_actions .btn-buyNow {
    background: #ec3237;
    font-weight: 600;
    /* margin-left: 10px; */
    font-size: 14px;
    width: 130px;
}
.layout-product .custom-btn-number label {
    margin: 0;
    font-weight: 600;
    display: block !important;
    margin-bottom: 5px;
}
.voucher-wrapper {
    display: flex;
    align-items: center;
    margin-top: 25px;
    flex-wrap: wrap;
}

.item-vouchers {
    display: flex;
    align-items: center;
	position: relative;
	padding-left: 35px;
}
.item-vouchers img{
	position: absolute;
	left: 0;
	top: 0;
	width: 30px;
	height: 30px;
	border-radius: 50%;
}

.text-voucher p {
    font-size: 13px;
    font-weight: 500;
    text-transform: capitalize;
}

.text-voucher span {
    font-weight: 600;
}

.text-voucher {
    /* margin-left: 12px; */
}
section.box-products-tion {
    background: #fff;
    padding: 20px  10px;
    border-radius: 5px;
}

.title-production-details {
    padding-bottom: 10px;
    text-align: center;
}

.item-products-details {padding: 10px 10px;border-radius: 10px;overflow: hidden;}



.prices-products-details ins {
    text-decoration: unset;
}

.prices-products-details del {
    font-weight: 400;
    font-size: 14px;
    color: #777;
    margin-right: 5px;
}
.desc-box-products-details .card-name{
	font-size: 16px;
	margin-bottom: 5px;
}
.desc-box-products-details h3 a {
    font-weight: 600;
    color: #333;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}
.prices-products-details {
    flex-wrap: wrap;
}

.prices-products-details {
    display: flex;
    justify-content: center;
    align-items: center;
}

.prices-products-details ins {
    font-weight: 800;
    color: #f00;
}

.list-products-details {
    margin-bottom: 10px;
}

.box-item-details-in {
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    border-radius: 5px;
}

.desc-box-products-details {
    padding: 10px 10px;
    background: #eeeeeeb3;
    text-align: center;
}
.title-production-details h2 {
    font-size: 25px;
    text-transform: uppercase;
    display: inline-block;
    position: relative;
    padding-bottom: 5px;
}

.title-production-details h2:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    background: linear-gradient(107deg, rgb(91 118 235 / 0%) 0%, rgba(114, 138, 241, 1) 44%, rgb(93 225 232 / 0%) 100%);
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.list-brand-products-details {
    padding: 0;
}

.list-brand-products-details ul {
    display: flex;
    flex-wrap: wrap;
    gap: 5px 0px;
}

.list-brand-products-details ul li {
    width: calc(100% / 2);
}

.list-brand-products-details ul li {
    font-weight: 400;
}

.list-brand-products-details ul li span {
    font-weight: 600;
    color: #c00000;
}

.images-products-details:hover img {
    transform: scale(1.1);
    transition: 0.5s ease;
}

.images-products-details {
    overflow: hidden;
}
.slider.slide_small img {
    height: 100px;
    width: 100%;
    object-fit: contain;
}

.slider.slide_small {
    padding: 5px;
    border: 1px solid #cdcdcd;
    margin: 0px 5px;
    border-radius: 5px;
}
.box-price-detail {
    display: flex;
    align-items: center;
}
.desc-box-products-details a:hover {
    color: #ec3237;
}


















.list-products-action ul li {
    display: flex;
    align-items: center;
    gap: 0px 10px;
    width: calc(95% / 3);
    border: 1px solid #cdcdcda3;
    padding: 5px;
    cursor: pointer;
    border-radius: 5px;
}

.images-products-action {
    width: 15%;
}

.list-products-action ul {
    display: flex;
    flex-wrap: wrap;
    /* justify-content: space-between; */
    gap: 15px;
}

.content-products-action p {display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 1;overflow: hidden;text-overflow: ellipsis;padding-bottom: 0px;font-size: 14px;}

.content-products-action {
    width: 90%;
}

.images-products-action img {
    height: 100%;
    width: 100%;
    display: block;
}

.box-products-list {
    margin-bottom: 15px;
    margin-top: 10px;
}
.list-products-action ul li:hover {
    border: 1px solid #a90b1c;
}
li.item-action-products-details.active {
    border: 1px solid #ec3237;
    border-radius: 5px;
}
.gioi_thieu {
    border-radius: 10px;
    -webkit-box-shadow: 0 0 0 1px #eee;
    box-shadow: 0 0 0 1px #eee;
    margin: 12px 0;
    padding: 20px;
    margin-bottom: 20px;
}
.list-image-small .slick-slider {
    margin-bottom: 0px;
}







@media (min-width:1200px) {
    .product-action .list-btn-action button {
        float: left;
    }
    .product-action .list-btn-action button:nth-of-type(2n+1) {
        margin-right: 9px;
        font-weight: 600;
        text-transform: uppercase;
    }
    .product-action {
        display: flex;
    }
}
@media (max-width: 992px){
	.wrap-top{
		padding: 0 0 30px;
	}
}
@media (max-width:767px) {
	.product-card .card-body .card-price .new-price{
		font-size: 16px;
	}
	.product-card .card-body .card-price .old-price{
		font-size: 14px;
	}
	.title-template-news{
        font-size: 15px;
    }
	.title-template-news span a{
        padding: 8px 0;
        font-size: 15px;
    }
	.tab-category-1 .nav-tabs>li:after {
        display: none;
    }
    .tab-category-1 .nav-tabs>li+li:before {
        display: none;
    }
    .tab-category-1 .nav-tabs>li {
        margin-right: 5px;
        font-size: 13px;
    }
    .tab-category-1 .nav-tabs>li>h3 {
        padding-left: 10px;
        padding-right: 10px;
    }
    .tab-category-1 .nav-tabs {
        width: 100%;
    }
}
@media (max-width: 550px) {
    .prices-products-details del {
        margin-right: 0px;
    }
    .list-brand-products-details ul {
        flex-wrap: wrap;
    }
    section.box-products-tion {
        background: #fff;
        padding: 20px 0px;
        border-radius: 5px;
    }
    .list-brand-products-details ul li {
        width: calc(100% / 1);
    }
    .layout-product .button_actions {
        width: 100%;
        margin-top: 10px;
    }
    
    .product-information {
        padding: 0px 10px;
    }
	.title-template-news{
        font-size: 13px;
    }
	.title-template-news a{
        width: 100%;
    }

    .title-template-news span{
        display: none;
    }
	.product-card .card-top .image-card{
        min-height: unset;
    }
	.product-card .card-body .card-name{
        font-size: 15px;
    }
	.product-card .card-body .card-name{
        font-size: 15px;
    }
	.product-card .box{
        margin-bottom: 0;
    }
}
