@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700;900&display=swap');

@font-face {
    font-display: swap;
    font-weight: 400;
    font-style: normal;
    font-family: "woodmart-font";
    src: url(../fonts/woodmart-font.woff2?v=6.2.1) format("woff2")
}

html {
    scroll-behavior: smooth;
}
body {
    font-family: 'Roboto', sans-serif;
    background: #f5f5f5;
    font-size: 16px
}

header {
    margin-bottom: 30px;
    background: #ff7e00;
}

.sticky header .header-top,
.sticky header .main-menu-box {
    display: none
}

.sticky header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99;

}

.sticky {
    padding-top: 218px
}

.row {
    margin-left: -10px;
    margin-right: -10px;
}

[class*=" col-"],
[class^=col-] {
    padding-left: 10px;
    padding-right: 10px;
}

.d-flex-center {
    display: flex;
    align-items: center
}

.header-top {
    background: #d94700 !important;
    height: 37px;
    font-size: 12px
}

.contact-header {
    padding: 0;
    margin: 0;

}

.contact-header li {
    display: inline-block;
    padding: 6px 15px;
    border-radius: 15px;
    background: repeating-linear-gradient(to right, #f1d113 0, #fef273 25%, #f1b01f 50%, #fde904 75%, #e5bf23 100%);
    margin-right: 10px;
    background-size: 200% auto;
    -webkit-animation: gradient 2s infinite;
    animation: gradient 2s infinite;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}

.contact-header li:last-child {
    margin-right: 0
}

.contact-header li a {
    color: #777
}

.contact-header span {
    color: #ff0000 !important;
    font-weight: 700;
}

@-webkit-keyframes gradient {
    0% {
        background-position: 0 0
    }

    100% {
        background-position: -200% 0
    }
}

@keyframes gradient {
    0% {
        background-position: 0 0
    }

    100% {
        background-position: -200% 0
    }
}

.header-bottom {
    padding: 15px 0;
    background: #ff7e00;
}

.logo {
    display: block
}

.logo img {
    width: auto;
    height: 74px;

}

.header-bottom-right {
    background-color: #D94701;
    border-radius: 100px 100px 100px 100px;
}

#search_form_shops {
    position: relative;
    border-radius: 7px;
    overflow: hidden
}

#search_form_shops button {
    position: absolute;
    top: 0;
    right: 2px;
    bottom: 0;
    padding: 0;
    width: 50px;
    border: none;
    box-shadow: none;
    font-weight: 400;
    font-size: 23px;
    background: #d94700;

    color: #fff;
    margin-right: -4px;
}

#search_form_shops input {
    padding-right: 50px;
    height: 46px;
    font-size: 15px;
    background: #fff;
    padding-left: 15px;
    width: 100%;
    border: none
}

.hotline-cart {
    margin: 0;
    padding: 0;
    display: flex;
    padding: 4px
}

.hotline-cart .cca .icc {
    margin: 0px 14px 0px 0px;
    height: 40px;
    padding: 10px 10px 10px 10px;
    transform: rotate(0deg);
    width: 40px;
    background-color: #FFFFFF;
    border-radius: 100px 100px 100px 100px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    text-align: center
}

.hotline-cart i {
    color: #FF7E00;
    font-size: 20px
}

.hotline-cart .cca, .hotline-cart .cart-block {
    width: 40%;
}
.open-cart .info{
    white-space: nowrap;
}
.duration-video{
    position: absolute;
    left: CALC(50% - 10px);
    top: CALC(50% - 10px);
    height: 20px;
    width: 20px;
}
.hotline-cart .cca a {
    background-color: #FFFFFF00;
    padding: 0px 0px 0px 0px;
    border-style: solid;
    border-width: 0px 0px 0px 0px;
    border-color: #f5f5f5;
    border-radius: 5px 5px 5px 5px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
    display: flex;
    font-size: 12px;
    font-weight: 500;
    color: #fff
}

.hotline-cart .cca a span {
    display: block;
    font-size: 14px;
    font-weight: 900;
}

.main-menu {
    margin: 0;
    padding: 0;
    margin-top: 14px;
    margin-bottom: 20px;
    display: flex;
    gap: 10px;
    justify-content: space-between
}

.main-menu li {
    width: 100%;
    position: relative
}

.main-menu>li>a {
    background: #d94700;
    border-radius: 7px;
    height: 32px;
    color: #fff;
    align-items: center;
    display: flex;
    justify-content: center;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 13px
}

.main-menu>li>a .fa {
    margin-left: 10px
}

.main-menu .sub-menu a:hover {
    color: #ff7e00
}

.main-menu .sub-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 380;

    background-color: #FFF;
    background-position: bottom right;
    background-clip: border-box;
    background-repeat: no-repeat;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
    text-align: left;
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.4s cubic-bezier(0.19, 1, 0.22, 1), visibility 0.4s cubic-bezier(0.19, 1, 0.22, 1), transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    transform: translateY(15px) translateZ(0);
    pointer-events: none;
    padding: 0;
    width: 220px;
}

.main-menu>li:hover .sub-menu {
    visibility: visible;
    opacity: 1;
    transform: none;
    pointer-events: visible;
    pointer-events: unset;
}

.main-menu .sub-menu li a {
    position: relative;
    display: flex;
    align-items: center;
    padding: 8px 40px 8px 20px;
    color: #848484;
    font-size: 14px;
    line-height: 1.3;
}

.main-menu .sub-menu-2 {
    position: absolute;
    z-index: 380;
    background-color: #FFF;
    background-position: bottom right;
    background-clip: border-box;
    background-repeat: no-repeat;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
    text-align: left;
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.4s cubic-bezier(0.19, 1, 0.22, 1), visibility 0.4s cubic-bezier(0.19, 1, 0.22, 1), transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    transform: translateY(15px) translateZ(0);
    pointer-events: none;
    padding: 0;
    width: 220px;
    top: 0;
    left: 100%;

}

.main-menu .sub-menu>li:hover>.sub-menu-2 {
    visibility: visible;
    opacity: 1;
    transform: none;
    pointer-events: visible;
    pointer-events: unset;
}

.main-menu .sub-menu-2>li:hover>.sub-menu-2 {
    visibility: visible;
    opacity: 1;
    transform: none;
    pointer-events: visible;
    pointer-events: unset;
}

.main-menu .sub-menu .fa {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
}

.main-menu img {
    display: inline-block;
    margin-right: 7px;
    max-height: 18px;
    width: 18px !important;
}

.heading-left {
    padding: 17px 21px;
    background: rgba(255, 126, 0, 1);
    color: #fff;
    border-top-left-radius: 9px;
    border-top-right-radius: 9px;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase
}

.block-box {
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.17);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 0px 0px 0px 0px;
    background: #fff;
    border-radius: 10px;
    margin-bottom: 20px
}

.menu-left {
    padding: 0;
    margin: 0;
}

.menu-left>li {
    border-bottom: 1px solid rgba(129, 129, 129, 0.15);
    position: relative
}

.menu-left>li>a {
    font-weight: 700
}

.menu-left li {
    position: relative
}

.menu-left li a {
    padding: 12px 18px;
    display: block;
    line-height: 20px;
    color: #333;
    font-size: 14px;
}

.menu-left .sub-menu {
    padding: 0;
    width: 220px;
    position: absolute;
    margin: 0;
    top: 0;
    left: 100%;
    z-index: 380;
    margin: 15px 0 0;
    background-color: #FFF;
    background-position: bottom right;
    background-clip: border-box;
    background-repeat: no-repeat;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
    text-align: left;
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.4s cubic-bezier(0.19, 1, 0.22, 1), visibility 0.4s cubic-bezier(0.19, 1, 0.22, 1), transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    transform: translateY(15px) translateZ(0);
    pointer-events: none;
}

.menu-left .sub-menu li a {
    padding: 8px 40px 8px 20px;
    text-transform: uppercase
}

.menu-left .sub-menu a:hover {
    color: #ff7e00
}

.menu-left li:hover>.sub-menu {
    visibility: visible;
    opacity: 1;
    transform: none;
    pointer-events: visible;
    pointer-events: unset;
}

.menu-left .fa {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
}

.owl-slider {
    border-radius: 6px;
    overflow: hidden;

}

.owl-nav {
    position: absolute;
    top: 45%;
    left: 0;
    right: 0;

}

.owl-nav .owl-prev,
.owl-nav .owl-next {
    position: absolute;
    font-size: 30px;
    padding: 20px;
    color: #333
}

.owl-nav .owl-prev {
    left: 0px;
}

.owl-nav .owl-next {
    right: 0px
}

.owl-dots {
    position: absolute;
    text-align: center;
    left: 0;
    right: 0;
    bottom: 20px;
    margin-top: 0
}

.owl-dots .owl-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #ddd;
    margin: 0 5px;
    display: inline-block;

}

.owl-dots .owl-dot.active {
    background: #000
}

.bnn-slider {
    border-radius: 6px;
    overflow: hidden
}

.img-4-3,
.img-16-9,
.img-21-9,
.img-square {
    display: block;
    position: relative
}

.img-4-3 {
    padding-top: 75%;

}

.img-16-9 {
    padding-top: 52.65%
}

.img-21-9 {
    padding-top: 42.857%
}

.img-square {
    padding-top: 100%
}

.img-4-3 img,
.img-16-9 img,
.img-21-9 img,
.img-square img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.heading-simple {
    color: #FF7E00;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 20px
}

.pdd-20 {
    padding: 20px
}

.banner-owl {
    padding: 20px;
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid #FF7E00
}

.product-tab-nav {
    padding: 0;
    margin: 0;
    display: flex;
    white-space: nowrap;
    overflow-x: auto
}

.product-tab-nav li {
    font-size: 15px;
    font-weight: bold;
    text-transform: uppercase;
    display: inline-block;
    width: 100%;
}

.product-tab-nav li a {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    color: #FF7E00;
    position: relative;
    padding: 20px 25px;
    display: block;
    text-align: center
}

.product-tab-nav li.active a {
    color: #fff;
    background: #FF7E00;
}

.product-grid {
    border-radius: 10px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 8%);
    border-radius: 10px;
    background: #fff;
    margin-bottom: 20px
}

.tab-pane .product-grid {
    margin-bottom: 0
}

.product-grid .info {
    padding: 10px;
    height: 150px
}

.product-grid h3 {
    font-size: 15px;
    font-weight: 700;
    word-wrap: break-word;
    white-space: normal;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    height: 45px;
    margin-bottom: 5px
}

.product-grid h3 a {
    color: #000
}

.product-grid .price {
    color: red;
    font-weight: 600;
}

.product-grid .old {
    font-size: 14px;
    font-weight: 400;
    color: #555;
    text-decoration: line-through
}

.bg-tab {
    border: 1px solid #FF7E00;
    background: url(../images/bg-tab.webp);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 20px
}

.conhang {

    color: green;
}

.hethang {

    color: red
}

.conhang .fa,
.hethang .fa {
    margin-right: 5px
}

.label-giam-gia {
    background: url(../images/sale.webp) no-repeat !important;
    padding-left: 7px;
    height: 48px;
    font-size: 12px;
    vertical-align: middle;
    width: 70px;
    color: #fff;
    background-size: contain;
    font-weight: 700;
    font-size: 14px;
    display: flex;
    align-items: center;
    padding-bottom: 19px;
    position: absolute;
    top: 15px;
    left: 0;
}

.product-img {
    position: relative
}

.product-grid .img-hover {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    left: 0;
    display: inline-block;

    background-color: #FFF;
    opacity: 0;
    transition: opacity 0.5s ease, transform 2s cubic-bezier(0, 0, 0.44, 1.18);
}

.product-grid .product-img:hover .img-hover {
    opacity: 1;
    transform: scale(1.09);
}

.add-cart {
    background: #fff !important;
    border: 1px solid rgb(255, 126, 0) !important;
    font-size: 10px;

    color: rgb(255, 126, 0);
    text-transform: uppercase;
    cursor: pointer;
    transition: color .25s ease, background-color .25s ease, border-color .25s ease, box-shadow .25s ease, opacity .25s ease;
    border-radius: 5px;
    overflow: hidden;
    position: relative
}

.add-cart span {
    display: block;
    padding: 7px 4px !important;
    transition: transform .25s ease, opacity .15s ease;
    transition: transform .25s ease, opacity .15s ease;
}

.add-cart:hover span {
    transform: translateY(-100%) translateZ(0);
}

.add-cart:before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 400;
    font-size: 20px;
    transition: opacity .15s ease, transform .25s ease;
    transform: translateY(100%);
    content: "\f123";
    font-family: "woodmart-font";
    color: rgb(255, 126, 0);
}

.add-cart:hover:before {
    transform: translateY(0) translateZ(0);
}

.product-rating {
    text-align: right;
    margin-bottom: 5px;
    color: #ddd
}

.yellow {
    color: #ff7e00;
}

.d-flex-space-between {
    display: flex;
    justify-content: space-between
}

.block-heading-box {
    display: flex;

}

.block-heading-1 {
    margin: 0px 0px 0px 6px;
    padding: 17px 17px 17px 39px;
    background-image: url(../images/bg-title.png);
    background-position: top left;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    color: #FFFFFF;
    font-size: 18px;
    font-weight: 900;
    text-transform: uppercase;
    text-align: center;
}

.block-heading-box .block-heading-1 {
    width: 20%;
}

.block-heading-box .loop-cat {
    width: 80%;
    display: flex;

    align-items: center
}

.loop-cat {
    padding: 0;
    margin: 0
}

.loop-cat li {
    display: inline-block;
    padding: 0 40px;
    border-right: 2px solid #444
}

.loop-cat li:last-child {
    border-right: none
}

.loop-cat li a {
    font-weight: 700;
    font-size: 15px;
    color: #000
}

.loop-cat li a:hover {
    color: #ff7e00;
}

.col-md-25 {
    width: 20%;
    float: left
}

.btn-xem-them {
    font-size: 17px;
    font-weight: 600;
    fill: #FF7E00;
    display: inline-block;
    color: #FF7E00 !important;
    background-color: #FFFFFF00;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #FF7E00;
    border-radius: 4px 4px 4px 4px;
    padding: 13px 30px 12px 43px;
    margin-bottom: 20px
}

.btn-xem-them .fa {
    margin-left: 16px
}

.fr-ck {
    display: flex;
    align-items: center;
    justify-content: center
}

.fr-ck .img img {
    width: auto;
    height: 42px;
}

.fr-ck .img {
    margin-right: 10px
}

.fr-ck h3 {
    color: #000;
    font-size: 14px;
    text-transform: uppercase
}

.fr-ck p {
    margin-bottom: 0
}

.block-heading-2 {
    background: #FF7E00;
    color: #fff;
    font-size: 22px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    padding: 7px 20px;
    margin-bottom: 20px;
    border-radius: 8px
}
.news-grid{
    margin-bottom: 20px
}
.news-grid-large .img {
    padding-top: 52%;
    border-radius: 8px;
    overflow: hidden;
    position: relative;
    display: block
}

.news-grid .img {
    padding-top: 75%;
    display: block;
    position: relative
}

.news-grid-large .img img,
.news-grid .img img {
    top: 0;
    left: 0;
    width: 100%;
    display: block;
    height: 100%;
    object-fit: cover;
    position: absolute
}

.news-grid {
    border-radius: 8px;
    overflow: hidden;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .15);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .15);
    transition: all .25s;
}

.news-grid:hover {
    -webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, .15);
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, .15);
    transition: all .25s;
}

.news-grid-large h3 {
    margin-top: 5px;
    font-size: 18px
}
.news-grid h3{
    font-size: 16px
}
.news-grid-large h3 a,
.news-grid h3 a {
    color: #ff7e00;

}

.news-grid-large h3,
.news-grid h3 {
    height: 48px;
    word-wrap: break-word;
    white-space: normal;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.news-grid-large h3{
    height: 54px
}
.news-grid .info {
    padding: 15px;
}

.news-grid .des {
    margin-top: 5px;
    word-wrap: break-word;
    white-space: normal;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    height: 46px
}

.news-grid .date {
    padding: 7px 15px;
    border-top: 1px solid #eaeaea;
    color: #adadad;
    font-size: 12px
}

.bg-gray {
    background: #00000024
}

.bg-white {
    background: #fff
}

.heading-fr-ct {
    width: 72%;
    display: flex;
    position: relative;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 auto;
    margin-bottom: 20px;
    justify-content: center;


}

.heading-fr-ct h3 {
    color: #ED6902;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 5px 0 0 5px;
    background-color: #FFF;
    padding: 12px 0 12px 0;
    margin: 0 0 0 0;
    display: block;
    margin-bottom: 0;
    width: 100%;
    text-align: center;
}

.heading-fr-ct a {
    color: #FFF;
    display: block;
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    border-radius: 0 5px 5px 0;
    background-color: #ED6902;
    padding: 12px 0 12px 0;
    margin: 0 0 0 0;
    width: 100%;
}

.fr-ct {
    padding: 15px;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 20px
}

.fr-ct h3 {
    word-wrap: break-word;
    white-space: normal;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    height: 42px;
    margin-bottom: 10px
}

.pdd-t-b-20 {
    padding-top: 20px;
    padding-bottom: 20px
}

.box-shadow-no {
    box-shadow: none
}

.bg-orange {
    background-color: #ED6902;
    border-radius: 8px;
    overflow: hidden
}

.fr-ct2 {
    color: #fff;
    display: flex;
    align-items: center
}

.fr-ct2 img {
    width: 25px;
    height: auto;
    margin-right: 10px
}

.fr-ct2 h3 {
    font-weight: 700;
    margin-bottom: 0
}

.fr-ct2 p {
    margin-bottom: 0
}

footer {
    padding: 30px 0 30px 0;
    background-color: #F5F5F5;
}

footer ul {
    padding: 0;
    margin: 0
}

footer ul li {
    margin-bottom: 4px
}

.heading-footer {
    color: #000;
    font-size: 19px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 10px
}

.menu-footer li {
    margin-bottom: 4px;
}

.menu-footer a {
    color: #000000A1;
    font-size: 15px;
}

.menu-footer a:hover {
    color: #ED6902;
}

.menu-footer {
    padding: 0;
    margin: 0;
}

.box-get-mail {
    margin-top: 20px
}

.box-get-mail h3 {
    font-size: 16px;
    margin-bottom: 4px
}

.box-get-mail .des {
    margin-bottom: 4px
}

.btn-primary {
    transition: color .25s ease, background-color .25s ease, border-color .25s ease, box-shadow .25s ease, opacity .25s ease;
    background-color: #ED6902;
    color: #FFF;
    border-radius: 5px;
    border: none;
    text-transform: uppercase;
    height: 30px;
    line-height: 30px;
    padding: 0 20px;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary:hover:active {
    background: #d86002
}

.form-get-mail {
    display: flex;
    align-items: center;
    position: relative;
    gap: 10px;
    margin-top: 15px
}

.form-get-mail input {

    height: 40px;
    line-height: 40px;
    line-height: 32px;
    padding: 0 50px 0 20px;
    font-size: 15px;
    background: #fff;
    padding-left: 15px;
    width: 70%;
    border: none;

}

.mrg-t-20 {
    margin-top: 20px
}

.hidden-md {
    display: none
}

#nv-block-login{
    left: auto;
    right: 0;
    width: 210px;
    text-align: center;
}

.login-mb .fa{
    font-size: 29px;
    color: #fff;
    margin-right: 10px
}
.signed{
    width: 245px
}
.mobile-menu-bg {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 9999;
    display: none;
}

.mobile-menu-wrap {
    width: 280px;
    position: fixed;
    top: 0;
    left: 0;
    width: 280px;
    height: 100%;
    background: #fff;
    z-index: 9999;
    visibility: hidden;
    transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
}

.mobile-menu-wrap.animate {
    transition: all 0.35s ease;
}

.mobile-menu-wrap .logo {
    text-align: center;
    padding: 0 10px;
}

.mobile-menu-wrap .logo img {
    height: 25px;
    width: auto;
}

.mobile-menu-wrap .menu {
    background-color: #fff;

    overflow: auto;
}

.mobile-menu-wrap .mfooter {
    background-color: #fff;
    height: 30px;
    padding: 10px;
    text-align: center;
    color: #777;
}

.mobile-menu-toggle-btn {
    cursor: pointer;
    background: none;
    top: 27px;
    left: 15px;
    text-align: center;
    font-size: 30px;
    display: none;

    z-index: 999;
    color: #fff;

    border-radius: 4px;
}

.mobile-menu-toggle-btn:hover {
    background: none;
}


@media (max-width: 767.98px) {
    .mobile-menu-toggle-btn {
        display: inline-block;
        vertical-align: middle;
    }

    .open-menu .mobile-menu-bg {
        display: block;
    }

    .open-menu .mobile-menu-wrap {
        visibility: visible;
        transform: translateX(0px);
        -webkit-transform: translateX(0px);
        -moz-transform: translateX(0px);
        -ms-transform: translateX(0px);
        -o-transform: translateX(0px);
    }
}

#cart_san-pham {
    color: #fff;
    text-align: right;
    margin-right: 10px
}
.iccon-cart{
    position: relative;
    
}
.iccon-cart:before {
    content: "\f126";
    font-family: "woodmart-font";
    font-size: 30px;
    color: #fff
}
.cart-mobi .num-mobi{
    position: absolute;
    top: -17px;
    right: -9px;
    z-index: 1;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #d86002;
    color: #FFF;
    text-align: center;
    letter-spacing: 0;
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
}
.breadcrumbs-wrap{
    margin-top: -30px;
    margin-bottom: 40px;
    padding: 60px 0;
    background-color: rgb(217 71 0)!important;
}
.page-title{
    text-align: center;
    color: #fff;
    margin-bottom: 5px;
    font-size: 68px;
    font-weight: 700
}
.heading-right{
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 10px
}
.metismenu.mn-right .sidebar-nav ul a{
    padding: 0;
    border-bottom: none;
    color: #ed6902 !important;
    font-size: 14px
}
.metismenu.mn-right .sidebar-nav ul a:hover{
    color: #000 !important
}
.metismenu.mn-right .sidebar-nav ul li{
    margin-bottom: 10px
}
.metismenu.mn-right li a span{

    color: #BBB;
}
.metismenu.mn-right .arrow{
    height: 20px;
    width: 20px;
    line-height: 20px;
    border-left: none
}
.num-sp{
    padding-right: 5px;
    padding-left: 5px;
    min-width: 30px;
    height: 20px;
    border: 1px solid rgba(119,119,119,0.2);
    border-radius: 35px;
    color: #777;
    text-align: center;
    font-size: 12px;
    line-height: 18px;
    display: inline-block;
    float: right;
    margin-right: 30px;
    transition: color .25s ease, background-color .25s ease, border-color .25s ease;
}
.metismenu.mn-right .sidebar-nav ul a:hover .num-sp{
    color: #fff;
    background: #ed6902;
}
.metismenu.mn-right .sidebar-nav ul ul{
    padding-left: 20px;
}
.metismenu.mn-right .sidebar-nav ul ul a{
    background: none
}
.mrg-b-20{
    margin-bottom: 20px
}
.block-box-right{
    margin-bottom: 15px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 15px;
    display: block
}
.img-full img{
    width: 100%;
    height: auto
}
.des-contact table {
    margin-bottom: 35px;
    width: 100%;
    border-spacing: 0;
    border-collapse: collapse;
    line-height: 1.4;
}
.des-contact table td {
    padding: 15px 12px;
    border: 1px solid #E6E6E6;
    border-left: 1px solid transparent;
    border-right:1px solid transparent;
    text-align: center
}
.heading-simple{
    font-weight: 600;
    font-size: 24px;
    margin-bottom: 20px;
    color: #000
}
.section-title{
    position: relative;
    margin-bottom: 20px;
    padding-bottom: 10px;
    text-align: left;
    text-transform: uppercase;
    font-size: 22px;
    font-weight: 600
}
.section-title:after{
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    width: 40px;
    height: 2px;
    background-color: #ff7e00;
}
.heading-btn{
    padding: 13px;
    background-color: #FFFFFF;
    border-radius: 6px 6px 6px 6px;
    margin-bottom: 20px;
    color: #000000;
    font-size: 22px;
    text-align: center;
    font-weight: 600
}
.box-content{
    padding: 20px;
    background: #fff;
    border-radius: 7px
}
.product-info h1{
    font-size: 24px;
    margin-bottom: 20px
}
.product-info .price-box{
    background-color: #F1F1F1;
    padding: 10px 10px 10px 25px;
    border-radius: 10px;
    margin: 20px 0;
    display: flex;
    align-items: center;
    gap: 10px
}
.price-box .money{
    font-size: 22px
}
.price-box .discounts_money{
    color: #BDBDBD;
    font-weight: 400;
    font-size: 18px
}
.order-number{
    display: flex;
    align-items: center;
    gap: 10px
}
#pnum {
	width: 40px;
	border-radius: 0;
	display: inline-block;
	vertical-align: middle;
	border-left: none;
	border-right: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	height: 28px;
	line-height: 28px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

.giamsl,
.tangsl {
	border-radius: 0;
	background: #fff;
	border: 1px solid #ccc;
	display: inline-block;
	vertical-align: middle;
	height: 28px;
	width: 32px;
}
.giamsl:hover, .tangsl:hover{
    border-color: #ff7e00;
    background: #ff7e00;
    color: #fff
}
.heading-right-2{
    padding: 13px;
    background-color: #D9D9D9;
    color: #000000;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
    border-radius: 6px 6px 6px 6px;
    margin-bottom: 10px
}
.fr-ck-2{
    padding: 0;
    margin: 0
}
.fr-ck-2 li{
    font-size: 15px;
    margin-bottom: 10px;
    display: flex;
    align-items: center
}
.fr-ck-2 li:last-child{
    margin-bottom: 0
}
.fr-ck-2 i{
    font-size: 14px;
    color: #FB6E2E;
    margin-right: 8px
}
.fr-ck-2 li:hover{
    color: #FB6E2E;
}


.fr-ct-2{
    padding: 0;
    margin: 0
}
.fr-ct-2 li{
    font-size: 15px;
    margin-bottom: 10px;
    display: flex;
    align-items: center
}
.fr-ct-2 li a{
    color: #000;
}
.fr-ct-2 li a:hover{
    color: #FB6E2E;
}
.fr-ct-2 li:last-child{
    margin-bottom: 0
}
.fr-ct-2 i{
    font-size: 14px;
    color: #529CFF;
    margin-right: 8px
}
.fr-ct-2 li:hover{
    color: #FB6E2E;
}
.block-right-3{
    border: 1px solid #ddd;
    border-radius: 10px;
    overflow: hidden
}
.block-right-3 .block-content{
    padding: 0 20px 20px 20px;
}
.block-right-3 .block-content ul{
    list-style: disc;
    padding-left: 15px
}
.block-right-3 .block-content ul li{
    margin-bottom: 10px
}
#back-to-top {
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 350;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: rgba(255,255,255,0.9);
    box-shadow: 0 0 5px rgba(0,0,0,0.17);
    color: #333;
    text-align: center;
    opacity: 0;
    pointer-events: none;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    transform: translateX(100%);
    transition: all .25s ease;
    border: none;
}
#back-to-top.active{
    opacity: 1;
    transform: none;
    pointer-events: visible;
    transition: all .25s ease;
}
#back-to-top:hover {
  background-color: #555;
}
.contact-fix{
    position: fixed;
    padding: 0;
    margin: 0;
    right: 7px;
    bottom: 35%;
    z-index: 9;
}
.contact-fix a{
    overflow: hidden;
    border-radius: 25px;
    position: relative;
    margin-bottom: 5px;
    display: block;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    transition: .25s;
    box-shadow: 0px 1px 3px 0px rgba(173,173,173,0.75);
    -webkit-box-shadow: 0px 1px 3px 0px rgba(173,173,173,0.75);
    -moz-box-shadow: 0px 1px 3px 0px rgba(173,173,173,0.75);
    border: 1px solid #ddd;
    margin-bottom: 6px
}
.contact-fix a:hover{
    transition: .25s;
    transform: scale(1.3)
}
.contact-fix img{
    width: 35px;
    height: 35px;
    background: #fff;

}
.cart-desk{
    position: fixed;
    top: 0;
    bottom: 0;
    z-index: 500;
    overflow: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    width: 440px;
    background-color: #FFF;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    right: 0;
    padding: 20px;
    left: auto;
    transform: translate3d(100%, 0, 0);
    z-index: 99;
    color: #000;
    text-align: left
}
.cart-desk.open{
    transform: none;
}
.cart-desk .item{
    display: flex;
    align-items: center;
    position: relative;
    padding-right: 30px;
    text-align: left;
    color: #000
}
.cart-desk .item .img{
    flex-basis: 400px;
    margin-right: 10px
}
.cart-desk .item h3{
    margin-bottom: 5px
}
.cart-desk .item .price{
    font-weight: 600;
    color: #FB6E2E;
}
.cart-desk .item .discount{
    text-decoration: line-through;
    font-weight: 400;
    color: #B2B2B2
}
.cart-desk .size{
    color: #B2B2B2;
}
.cart-desk .size span, .cart-desk a{
    color: #000
}
.cart-desk .total{
    margin-bottom: 10px
}
.cart-desk .link{
    display: flex;
    align-items: center;
    gap: 20px
}
.cart-desk .link a{
    width: 100%;
    text-align: center;
    color: #fff
}
.info-box{
    display: flex;
    gap: 20px;
    align-items: center;
    margin-bottom: 10px
}
.info-box .label_group{
    min-width: 50px;
    padding: 0px;
    text-align: center;
    border-radius: 4px;
    border: 1px solid #ddd;
    cursor: pointer;
}
.info-box .label_group label{
    margin-bottom: 0;
    width: 100%;
    border-radius: 3px;
    cursor: pointer;
    padding: 5px 10px;
}
.product-inf{
    display: flex;
    gap: 10px
}
button[disabled], html input[disabled] {
    background: #c8c8c8
}
.cart-open{
    position: fixed;
    display: none;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000000c7;
    z-index: 3;
}
.cart-open.active{
    display: block
}
.remove-cart-block{
    position: absolute;
    top: 20px;
    color: red !important;
    right: 0;
    display: inline-block
}
.remove-cart-block i{
    color: red !important;
}
.box-content img, #news-bodyhtml img{
    max-width: 100%;
    height: auto
}
.btn-order-buy{
    background: #D94701;
}
.size.active{
    background: rgb(255, 126, 0);
    color: #fff !important;
}
.gallery-view-inner{
    margin-bottom: 20px
}
.owl-item .item-inner{
    position: relative;
    padding-top: 100%;
    background: #000
}
.owl-item .item-inner img{
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
    position: absolute
}
.owl-item .item-inner .video-iframe{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    object-fit: contain;
    background: #000;
}