:root {
    --font-300: "Font-300";
    --color-red: #f42649;
    --color-green: #389308;
    --color-blue: #273879;
    --color-orange: #ff7d0d;
    --color-dark: #3e3e3e;
    --color-black: #3e3e3e;
}
.list-size-detail{}
.list-size-detail .item-size{}
.list-size-detail .item-size label{
    display: inherit;
    margin-bottom: 0px;
}
.slogan{
    white-space: pre-line;
}
#modalAnswer .modal-header, .box_info_cart .title, .box_info_cart table th {
    background: var(--color-text);
}
.box_info_cart {
    background: #fff;
    padding: 0 0 40px;
    margin-bottom: 20px;
}
.cart H1 {
    color: var(--color-main);
    text-transform: uppercase;
    font-weight: 800;
    font-family: Oswald, sans-serif;
}
.box_info_cart .title {
    margin: 0;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 15px;
    color: #fff;
    font-weight: 600;
}
.box_info_cart .block {
    padding: 10px;
}
.box_info_cart table th {
    color: #fff;
    padding: 0;
}
.quantity-input {
    width: 100px;
}
.name-items-cart {
    min-width: 200px;
}
.box_info_cart a.trash {
    color:  var(--color-text)!important;
}
.backhome {
    background-color: var(--color-main);
    border-color: var(--color-main);
}
#modalAnswer .modal-dialog .modal-content,
.bottom-contact {
    background: #fff;
}
.wrap-form-success .title {
    color: #d47d15;
}
.error-help-block {
    color: red;
    font-size: 12px;
}

.wrap-box-detail h1, .wrap-box-detail h2, .wrap-box-detail h3, .wrap-box-detail h4, .wrap-box-detail h5 {
    font-weight: 700;
    margin-bottom: 20px;
    margin-top: 20px;
}
.wrap-box-detail img {
    max-width: 100%;
    margin: 15px 0;
}
.wrap-list-blog-hot-right .item-new-right {
    display: flex;
    margin-bottom: 20px;
}
.box-image, .hover-image {
    position: relative;
    overflow: hidden;
}
.wrap-list-blog-hot-right .item-new-right .box-image {
    width: 124px;
    min-width: 124px;
    border-radius: 4px;
    height: 88px;
    margin-right: 15px;
}
.hover-image::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);
}
.wrap-list-blog-hot-right .item-new-right .text-date {
    font-size: 12px;
}
.wrap-list-blog-hot-right .item-new-right .title-product h3 {
    font-weight: 600;
    color: #101828;
    font-size: 16px;
}
.wrap-list-blog-hot-right .item-new-right .box-image img {
    width: 100%;
    height: 100%;
}
.wrap-list-blog-hot-right .title-new {
    font-size: 22px;
    margin-bottom: 25px;
    font-weight: 600;
}
.pagination-product{
    text-align: center;
    width: 100%;
}
.pagination-product ul{
    display: inline-flex;
}
.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #2C2C2E;
    border-color: #2C2C2E;
}
.page-link {
    color: #2C2C2E;
}
.wrap-form.form-contact .title-form {
    font-size: 30px;
    margin-bottom: 15px;
    font-weight: 600;
}
.wrap-form.form-contact .text-title {
    color: #667085;
    font-size: 18px;
    margin-bottom: 40px;
}
.color-main {
    color: var(--color-main)!important;
}
.wrap-form.form-contact .form-group label {
    color: var(--color-text);
    font-weight: 600;
}
.wrap-form.form-contact .form-group input.form-control {
    height: 48px;
    background: #fff;
    border: 1px solid #d0d5dd;
    box-shadow: 0 1px 2px rgb(16 24 40 / 5%);
    border-radius: 8px;
}
.wrap-form.form-contact .btn-submit {
    height: 55px;
    background-color: var(--color-text);
    color: #fff;
    width: 100%;
    transition: .3s;
    margin-top: 25px;
}
.slider-collection.owl-theme .owl-nav, .slider-collection.owl-theme .owl-dots{display:none}

.registerAccount .modal-dialog{
    max-width: 500px;
}
.registerAccount .modal-content {
    background-color: white;
}
.registerAccount .form-group-custom {
    margin-top: 20px;
    border: 1px solid #ccc;
    border-radius: 5px;
    margin-bottom: 10px;
}
.registerAccount .form-group input {
    border: none;
    font-size: 14px;
    font-weight: 400;
}
.registerAccount .submitform {
    width: 100%;
}
.registerAccount .submitform {
    color: #fff;
    background-color: #f42649;
    border: none;
    padding: 12px;
}
.registerAccount .input-group-text {
    display: -ms-flexbox;
    -ms-flex-align: center;
    align-items: center;
    padding: 7px;
    margin-bottom: 0;
    font-size: 22px;
    font-weight: 400;
    line-height: 1.5;
    text-align: center;
    white-space: nowrap;
    background-color: white;
    border-radius: 0.25rem;
    width: 50px;
    text-align: center;
    color: black;
    border: none;
    display: block;
    border-radius: 10px;
}
.registerAccount .login-forget-password {
    color: #333;
    text-decoration: underline;
    font-size: 12px;
}
.registerAccount .close {
    color: black;
    font-size: 34px;
    padding: 0px 20px;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #fff;
    background-color: var(--color-text);
}
.create-block {
    border-radius: 5px;
    box-shadow: 0 2px 5px 0 rgb(0 0 0 / 15%);
    background-color: #fff;
    padding: 20px;
    margin-bottom: 32px;
}

.create-block .header_title {
    font-size: 19px;
    font-weight: 600;
}

.create-block .type-product {
}

.create-block .type-product input[type="radio"]:checked,
.create-block .type-product input[type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}

.create-block .type-product input[type="radio"]:checked + label,
.create-block .type-product input[type="radio"]:not(:checked) + label {
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #666;
}

.create-block .type-product input[type="radio"]:checked + label:before,
.create-block .type-product input[type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #ddd;
    border-radius: 100%;
    background: #fff;
}

.create-block .type-product input[type="radio"]:checked + label:after,
.create-block .type-product input[type="radio"]:not(:checked) + label:after {
    content: '';
    width: 12px;
    height: 12px;
    background: #f42649;
    position: absolute;
    top: 3px;
    left: 3px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.create-block .type-product input[type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}

.create-block .type-product input[type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.create-block .type-product {
    margin-bottom: 20px;
}

.create-block .form-check {
    padding-left: 0px;
}

.create-block .form-group {
}

.create-block .form-group label {
    font-size: 15px;
    font-weight: 600;
}

.create-block .form-group .form-control {
    font-size: 13px;
}

.create-block .title-block {
    font-size: 12px;
    line-height: 16px;
    font-weight: 500;
    color: rgb(153, 153, 153);
    position: relative;
    margin-bottom: 20px;
}
.create-block .title-block p{
    display: initial;
    z-index: 999999999;
    position: relative;
}
.create-block .title-block span {
    background: white;
    padding-right: 10px;
}
.create-block .title-block:before {
    content: '';
    position: absolute;
    height: 1px;
    width: 100%;
    background: rgb(153 153 153 / 18%);
    left: 0px;
    top: 8px;
}

.span-required{
    padding-left: 2px;
    font-size: 12px;
}

.create-block .btn-submit{
    position: relative;
    height: 48px;
    display: inline-block;
    border-radius: 8px;
    cursor: pointer;
    white-space: nowrap;
    width: fit-content;
    background-color: var(--color-red);
    padding: 12px 8px 12px 16px;
    color: rgb(255, 255, 255);
    opacity: 1;
    border: none;
}

.create-block .form-group .input-group .form-control {
    font-size: 15px;
}
.text-red {
    color: #FF0000;
}
.span-required {
    padding-left: 2px;
    font-size: 12px;
}
header#header .wrap-menu .item-menu a.dropdown-item{
    font-size: 12px;
}
.order-table{
    font-size: 14px;
}
.img-user img{
    width: 55px;
    border-radius: 5px;
}
#registerForm .modal-dialog {
    max-width: 550px;
}


#loader-wrapper{
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #959595d9;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 999;
}


.spinner {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 4px solid #F00;
    border-left: 4px solid #e3e4e7;
    animation: spinner 1.5s linear infinite;
    margin: 100px;
}

@keyframes spinner {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
@keyframes zoominoutsinglefeatured {
    0% {
        transform: scale(1,1);
    }
    50% {
        transform: scale(1.1,1.1);
    }
    100% {
        transform: scale(1,1);
    }
}

.cardcontainer img {
    animation: zoominoutsinglefeatured 1s infinite ;
}
#back2Top {
    /* line-height: 40px; */
    overflow: hidden;
    z-index: 999;
    display: none;
    cursor: pointer;
    -moz-transform: rotate(270deg);
    /* -webkit-transform: rotate(270deg); */
    -o-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    /* transform: rotate(270deg); */
    position: fixed;
    bottom: 115px;
    right: 10px;
}
.out_stock{
    position: absolute;
    bottom: 5px;
    right: 5px;
    font-size: 12px;
    padding: 3px 8px;
    border: 0px;
    background: repeating-linear-gradient(45deg, black, transparent 100px);
}
.content img{
    max-width: 100%!important;
    height:  auto!important;
}

.wrap-slider-top .carousel-inner .content-slider .container{
    z-index: 999999999;
}
.wrap-slider-top .carousel-item img{
    width: 100%;
}

.item-news {
    margin-bottom: 60px;
}
.item-news .box-image {
    padding: 7px;
    background: white;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #EBEBEB;
}
.wrap-slider-collection-item .item-news .box-image {
    width: 100%;
    height: 300px;
}
.item-news .box-image img {
    width: 100%;
    max-width: 100%;
    height: 100%;
    transition: all .3s;
}
.item-news .box-content .title h3 {
    font-size: 16px;
    font-weight: 600;
}
.item-news .box-content {
    padding-top: 20px;
}
#featured-news .wrap-slider-collection-item{
    padding: 0px 12px;
}
.wrap-slider-top{
    height: 600px;
}
.carousel-inner {
    height: 100%;
}
.wrap-slider-top .carousel-item {
    height: 100%;
}
.wrap-slider-top .carousel-item a{
    width: 100%;
}
.wrap-slider-top .carousel-item a img{
    width: 100%;
}
.ps-table--shopping-cart thead tr th {
    background-color: #f2f2f2;
    border: none;
    color: #000;
    font-weight: 600;
    padding: 15px 20px;
    text-align: center;
    text-transform: uppercase;
}
.ps-table--shopping-cart thead tr th:first-child {
    text-align: left;
}
.ps-product--cart {
    align-items: center;
    display: flex;
    flex-flow: row nowrap;
}
.ps-table--shopping-cart tbody tr td .ps-product--cart {
    max-width: 500px;
}
.ps-product--cart .ps-product__thumbnail {
    max-width: 100px;
}
.ps-product__content {
    min-height: 70px;
}
.ps-product--cart .ps-product__content {
    padding-left: 30px;
}
.ps-table--shopping-cart tbody tr td {
    font-size: 16px;
    padding: 20px 10px;
    vertical-align: middle;
}
.ps-table--shopping-cart tbody tr td .form-group--number {
    display: inline-block;
    max-width: 100px;
}
.ps-table--shopping-cart tbody tr td .form-group--number input {
    border-radius: 0;
}
.ps-table--shopping-cart tbody tr td .ps-product--cart {
    max-width: 500px;
}
.ps-table--shopping-cart tbody tr td:last-child {
    text-align: right;
}
.ps-table--shopping-cart tbody tr td:last-child a {
    font-size: 20px;
}


.ps-table--shopping-cart tbody tr td a.remove-cart-button svg{
    width: 17px;
}

.ps-table--product-groupped .ps-tag--out-stock {
    color: red;
    font-weight: 500;
}
.ps-table--product-groupped .ps-btn {
    border-radius: 0;
    padding: 15px 20px;
}
.ps-table--product-groupped .title {
    font-size: 16px;
}
.ps-table--product-groupped tbody tr {
    vertical-align: middle;
}
.ps-table--product-groupped tbody tr td {
    border: none;
    vertical-align: middle;
}
.ps-table--product-groupped tbody tr td:first-child {
    width: 150px;
}
.form-group--number button {
    align-items: center;
    background: none;
    background-color: transparent;
    border: none;
    color: #000;
    display: flex;
    flex-flow: row nowrap;
    font-size: 20px;
    height: 20px;
    justify-content: center;
    line-height: 1em;
    max-width: 20px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
}
.form-group--number button.down {
    left: 10px;
}
.form-group--number button.up {
    right: 10px;
}
.ps-block--shopping-total {
    background-color: #f1f1f1;
    border: 1px solid #bfbfbf;
    margin-bottom: 30px;
    padding: 30px 35px;
}
.ps-block--shopping-total .ps-block__header {
    border-bottom: 1px solid #ccc;
    display: block;
    margin-bottom: 20px;
}

.ps-block--shopping-total .ps-block__header p {
    font-size: 16px;
    margin-bottom: 10px;
}
.ps-block--shopping-total .ps-block__header p span {
    float: right;
}
.ps-block--shopping-total h3 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 0;
}
.ps-block--shopping-total h3 span {
    color: #f30;
    font-weight: 600;
}
.ps-btn, button.ps-btn {
    background-color: var(--color-1st);
    border: none;
    border-radius: 4px;
    color: #000;
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    padding: 15px 45px;
    transition: all 0.4s ease;
}
.ps-btn, button.ps-btn {
    background-color: #1c1c1e;
}
.ps-shopping-cart .btn-cart-button-action {
    display: inline-block;
    margin-bottom: 20px;
}
.ps-shopping-cart .btn-cart-button-action:last-child {
    float: right;
}
.form-group--number .form-control {
    background-color: transparent;
    border: 1px solid #ccc;
    border-radius: 50px;
    color: #000;
    font-size: 14px;
    height: 40px;
    padding: 0 25px;
    text-align: center;
}


.form-group--number {
    display: inline-block;
    position: relative;
}

.toast-success {
    background-color: #51A351 !important;
}

.wrap-filters .item-filter .box-toggle .box-content-sort {
    width: 130px;
}
.sale_price{
    font-size: 14px;
    text-decoration: line-through;
}
.banner-item a{
    width: 100%;
}
.banner-item img{
    width: 100%;
}

.box_qty{
    display: flex;
    white-space: nowrap;
    width: 140px;
    gap: 10px;
    align-items: center;
}
.box_qty select{}

.content-item-filter-category {
}

.content-item-filter-category ul {
    margin-bottom: 5px;
    margin-top: 5px;
}

.content-item-filter-category ul li.first {
    margin-left: 0px;
}

.content-item-filter-category ul li {
    margin-left: 15px;
}

.wrap-filters .item-filter .box-filter-item .content-item-filter-category .check-line {
    margin-left: 0px;
    margin-bottom: 5px;
}
.wrap-box-detail img {
    max-width: 100%;
    margin: 15px 0;
    height: auto !important;
}

.content-top{
    margin-top: -100px;
    min-height: 240px;
}
.content-top div .item{
    color: white;
    text-align: center;
    padding: 25px 25px 25px 25px;
    background-color: #CD8E29;
    height: 240px;
}
.content-top div:nth-child(2) .item{
    background-color: #68A8AD;
}
.content-top div:nth-child(3) .item{
    background-color: #F17D80;
}
.content-top div:nth-child(4) .item{
    background-color: #3A579F;
}

.content-top .row div{
    margin-right: 0px;
    margin-left: 0px;
    padding-left: 0px;
    padding-right: 0px;
    z-index: 9999;

}

.content-top .item i{
    width: 1em;
    height: 1em;
    position: relative;
    font-size: 40px;
    margin-bottom: 20px;
}
.content-top .item p{
    color: #FFFFFF;
}
.content-top .item p.name{
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.content-top .item p.content{
    font-size: 14px;
    font-weight: 400;
    padding: 0px 20px;
}
.w-750px {
    max-width: 750px !important;
}

.w-800px {
    max-width: 800px !important;
}

.w-850px {
    max-width: 850px !important;
}

.w-900px {
    max-width: 900px !important;
}

.w-950px {
    max-width: 950px !important;
}

.w-1200px {
    max-width: 1200px !important;
}

.home_about{
    margin: 40px 0px;
    font-size: 16px;
    line-height: 32px;
}
.home_about h2{
    margin-bottom: 20px;
    font-weight: 700;
}
.home_about p{
    font-size: 16px;
    line-height: 32px;
}

.box-list-rate{}
.box-list-rate .item{
    text-align: center;
}
.box-list-rate .item p{
    text-align: center;
    font-size: 19px;
    font-weight: 400;
    color: #666;
    line-height: 2.5;

}
.box-list-rate .item .number{
    font-size: 42px;
    font-weight: 600;
    line-height: calc(40 / 42);
    position: relative;
    display: inline-flex;
    align-items: center;
    color: #F15A2B;
}
.box-list-rate .item .number .counter{
    color: #F15A2B;
    font-weight: bold;
    font-size: 70px;
}

.post_home_2{
    background-position: center center;
    background-size: cover;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 100px 0px 100px 0px;
    background-attachment: fixed;
    position: relative;
}
.background-overlay{
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    background-color: #020202D4;
    opacity: 0.5;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}
.post_home_2 p{
    text-align: center;
    color: #FFFFFF;
    font-weight: 500;
    line-height: 38px;
}
.post_home_2 .container{
    z-index: 99999;
    position: relative;
}

.home_post_why_choose{
    margin-top: 50px;
}
.home_post_why_choose p{
    line-height: 30px;
}
.grid-item {
    width: 100%;
    padding: 0 !important;
    margin: 0 !important;
}

.overlay-hover{
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    background-color: #020202D4;
    opacity: 0;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}
.grid-item:hover .overlay-hover{
    opacity: 0.7;
}
#custommer-about{
    background-color: #F15A2B;
    padding: 30px;
    margin-bottom: 30px;
}
#custommer-about .title-section{
    text-align: center;
    color: white;
    margin-bottom: 30px;
    text-transform: uppercase;
    font-weight: 700;
}
.slider-featured-feedback{}
.slider-featured-feedback .item{
    background: white;
    border-radius: 10px;
    padding: 20px;
    height: 320px;
}
.slider-featured-feedback .item .top{
    display: flex;
    gap: 10px;
}
.slider-featured-feedback .item .top .box-image{
    width: 60px;
    height: 60px;
    border-radius: 100%;
    background-size: cover;
}
.slider-featured-feedback .item .top .box-image img{}
.slider-featured-feedback .item .top .info{}
.slider-featured-feedback .item .content{
    margin-top: 20px;
}
.slider-featured-feedback .item .top .info .name{}
.slider-featured-feedback .item .top .info ul.list-rate{
    display: flex;
}
.slider-featured-feedback .item .top .info ul.list-rate li{}
.slider-featured-feedback .item .top .info ul.list-rate li img{
    width: 20px;
}