@font-face {
    font-family: 'Baloo';
    font-style: normal;
    font-weight: normal;
    src: url('/tp/T0420/fonts/Baloo2-Regular.ttf');
}

@font-face {
    font-family: 'Baloo';
    font-style: normal;
    font-weight: 500;
    src: url('/tp/T0420/fonts/Baloo2-Medium.ttf');
}

@font-face {
    font-family: 'Baloo';
    font-style: normal;
    font-weight: 700;
    src: url('/tp/T0420/fonts/Baloo2-Bold.ttf');
}


* {
    font-family: 'Quicksand', sans-serif;
    margin: 0;
    padding: 0;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Baloo', sans-serif;
    margin: 0;
    padding: 0;
}

body {
    font-size: 14px;
    line-height: 1.42857143;
    color: #000;
    background-color: #fff;
}

ol,
ul,
li {
    list-style: none;
}

ul, ol {
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
}

.pull-left {
    float: left !important;
}

a img, iframe {
    border: none;
}

img {
    vertical-align: middle;
}

img {
    border: 0;
    max-width: 100%;
}

.pull-right {
    float: right !important;
}

a:hover {
    text-decoration: none;
    color: #787878;
}

a {
    text-decoration: none;
    color: #333;
}

button:focus, input:focus {
    box-shadow: none;
    outline: none;
}

.breadcrumb-page li, .breadcrumb-shop ul li {
    font-size: 13px;
    font-weight: 600;
}

.breadcrumb-page ul li.active a, .breadcrumb-shop ul li.active a {
    color: var(--yellow-color);
}

.breadcrumb-page ul li + li a:before, .breadcrumb-shop ul li + li a:before {
    color: #ccc;
    margin: 0 0.15rem 0 0.45rem;
    content: "\f105";
    font-family: "Font Awesome 5 Pro";
    font-weight: 400;
}

:root {
    --blue-color: #2a2a86;
    --yellow-color: #F58020;
}

.text-primary-style {
    color: var(--blue-color)
}

.text-primary-style2 {
    color: var(--yellow-color)
}

::-webkit-scrollbar {
    width: 6px;
    height: 6px;
    background: #e6e6e6;
}

::-webkit-scrollbar-thumb {
    background-color: #c4c4c4;
}

.loadings {
    position: fixed;
    left: 0;
    top: 0;
    background: rgba(255, 255, 255, .8);
    width: 100%;
    height: 100%;
    z-index: 30;
    display: none;
    align-items: center;
    justify-content: center
}

.loadings.is {
    display: flex
}

.text-underline {
    text-decoration: underline
}

/*khách thêm*/
body {
    font-weight: 500;
}

.form-control {
    font-size: 0.9rem;
    font-weight: 500;
}

button.icon-fallback-text.btn:hover {
    background: #f58020;
}

.box-collection .ree__more a, .p-viewall-box a {
    font-size: 16px;
    font-weight: 500 !important;
}

body .owl__btn.owl-carousel .owl-nav button {
    border: 1px solid #f58020;
    color: #f58020;
    transition: 0.3s all ease-in-out;
}

.owl__btn.owl-carousel .owl-nav button:hover {
    background: #f58020;
    color: #ffffff;
}

.p-main-price {
    color: #f58020;
}

.nav-tabs-style .nav-link.active, .nav-tabs-style .nav-link:focus, .nav-tabs-style .nav-link:hover {
    border-bottom: 2px solid #f58020;
}

.btn {
    font-size: 15px;
}

.form-control {
    font-size: 0.9rem;
    font-weight: 500;
}

/*header*/
.header-main {
    clear: both;
    display: block;
    z-index: 20;
    width: 100%;
    margin-top: 0px;
    padding-top: 0px;
}

.header_top {
    width: 100%;
    top: 0;
    z-index: 99;
    background: #fff;
}

.logo_header img {
    width: 110px;
}

.navbar-nav.right-menu li {
    float: right;
}

.nav > li {
    position: relative;
    display: block;
}

.header_search .icon-fallback-text {
    border: none;
    height: 45px;
    width: 45px;
    box-shadow: none;
    background: #333;
    border-color: #333;
    color: #fff;
    border-radius: 0;
}

.box-meta-item.cart-header {
    margin-right: 0;
}

.box-meta-item {
    font-weight: 500;
    font-size: 23px;
    margin-right: 25px;
}

.sub-user a:first-child {
    padding-bottom: 0;
}

.sub-user {
    position: absolute;
    top: 100%;
    right: 0;
    z-index: 3;
    background: #fff;
    width: 140px;
    box-shadow: 0 0 2px 0 #ccc;
    opacity: 0;
    visibility: hidden;
    transition: .2s all;
    font-size: 15px;
}

.sub-cart {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 3;
    border: 1px solid #eee;
    background: #fff;
    opacity: 0;
    visibility: hidden;
    transition: .2s all;
    font-size: 16px;
}

.meta-icon {
    cursor: pointer;
}

.sub-cart-product {
    max-height: 400px;
    overflow: auto;
    padding: 0 1rem;
}

.sub-cart-product-item {
    padding: 1rem 0;
    border-bottom: 1px solid #eee;
}

.cart-header:hover .sub-cart {
    opacity: 1;
    visibility: visible;
}

.sub-cart-product-item img {
    max-width: 80px;
    max-height: 95px;
}

.sub-meta-product-content {
    margin: 0 15px;
}

.sub-cart-product-item h3 {
    font-size: 14px;
    color: #555;
}

.sub-cart-product-item p {
    margin: 0;
    color: #0e100c;
    font-weight: 600;
}

.remove-cart-item {
    background: #444;
    color: #fff;
    border-radius: 50%;
    padding: 1px 5px;
    font-size: 11px;
}

.sub-cart-footer {
    border-top: 1px solid #eee;
    margin: 0 1rem;
}

.sub-cart-footer-btn a {
    width: 48%;
}

.btn-style, .btn-style2, .btn-style2:hover, .btn-style:hover {
    color: #fff;
}

.btn-style {
    background: #bb191c;
    border-color: #bb191c;
}

.btn-style2 {
    background: #fcaf17;
    border-color: #fcaf17;
    position: relative;
}

.btn-outline-style {
    border-color: var(--yellow-color);
    color: var(--yellow-color)
}

.btn-outline-style:not(.not-hover):hover {
    background: var(--yellow-color);
    color: #fff
}

.header-top {
    padding: 15px 0;
}

.sub-cart-product-item:last-child {
    border-bottom: 1px solid #fff;
}

.user-header:hover .sub-user {
    opacity: 1;
    visibility: visible;
}

#nav {
    background: #fff;
}

.nav-home > .container {
    padding: 0 !important;
}

.main-menu > ul > li:last-child a:after {
    content: none;
}

.main-menu ul {
    list-style: none;
    padding: 0;
}

.main-menu > ul > li > a {
    padding: 10px 0;
    display: inline-block;
    font-size: 15px;
    font-weight: bold;
    margin: 0 10px;
}

.main-menu > ul > li > a.active, .main-menu > ul > li > a:hover {
    color: #F58020;
}

.header_search .input-group-btn {
    position: absolute;
    right: 5px;
    top: 19px;
    z-index: 2;
    background: #fff;
}

.header_search .search-text {
    outline: none;
    background: #f9f9f9;
    border-radius: 0;
    height: 45px;
    box-shadow: none;
}

.is-header-fixed #header.is-header-scroll {
    position: fixed;
    opacity: 1;
}

#header.is-header-scroll {
    opacity: 0;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10;
    transition: .3s all;
}

.is-header-fixed #header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10;
    transition: .4s all;
}

#header {
    background: #fff;
    font-size: 13px;
}

.main-menu > ul > li:hover .sub-menu {
    display: block;
}

.top-bar {
    font-size: 13px;
    border-bottom: 1px solid #eee;
    padding: 10px 0;
    margin: 0 0 12px;
}

.top-bar-left > ul {
    list-style-type: none;
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0;
}

.top-bar-left li:first-child a {
    margin-left: 0;
}

.top-bar-left a {
    font-weight: 600;
    margin-left: 20px;
    display: inline-block;
}

.main-menu .mega-menu {
    width: 700px;
    padding: 20px 15px;
    overflow: auto;
}

.main-menu ul {
    list-style: none;
    padding: 0;
}

.sub-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: -30%;
    z-index: 5;
    background: #fff;
    box-shadow: 0 0 2px 1px #eee;
    width: 250px;
}

.sub-menu li a:hover {
    color: #F58020;
}

.sub-menu li a {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.sub-lv2 a {
    color: #232323;
    font-size: 16px;
}

.sub-lv-3 > li > a {
    color: #7a7a7a;
    font-size: 14px;
}

.menu-right-contact {
    padding-right: 30px;
    flex-direction: unset;
}

.menu-right-contact a img {
    width: 25px;
}

.menu-right-contact a:hover {
    background-color: #eee;
}

.menu-right-contact a {
    font-size: 15px;
    padding: 17px 13px !important;
    color: #3e3e3e;
    line-height: 20px;
    position: relative;
    display: block;
}

.searchFolding {
    position: absolute;
    left: 0;
    width: 100%;
    background: #fff;
    box-shadow: 0 0 5px #bbb;
    z-index: 2;
}

.searchFolding a {
    display: flex;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    padding: 10px;
    color: #7e7e7e;
}

.searchFolding a .sf-img {
    max-width: 30%;
}

.searchFolding a .sf-info {
    margin-left: 10px;
    max-width: 70%;
}

.searchFolding a .sf-img img {
    width: 50px;
    height: 50px;
    object-fit: scale-down;
    border-radius: 50%;
}

.searchFolding a .sf-info > p {
    margin: 0 0 7px;
    line-height: initial;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.searchFolding a .sf-info > span {
    font-size: 13px;
}

.cart_num {
    position: absolute;
    padding-left: 0px;
    font-size: 11px;
    line-height: 16px;
    background-color: #f74b5c;
    color: white;
    text-align: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    top: 10px;
    left: 3px;
    width: 16px;
    height: 16px;
}

.navHome {
    margin: 0;
    border-top: 1px solid #ccc;
}

.navHome ul, .navHome li {
    margin: 0;
    position: relative;
    float: none;
    text-align: center;
    -webkit-padding-start: 0px;
    -webkit-margin-start: 0px;
}

.navHome ul li {
    list-style: none;
    padding: 5px 0;
    display: inline-block;
}

#cssmenu > ul > li.active, #cssmenu > ul > li:hover {
    background: #fff;
}

#cssmenu > ul > li.active > a, #cssmenu > ul > li:hover > a {
    color: #0768b2;
}

.navHome ul li:not(:last-child) a {
    border-right: 1px solid #ccc;
}

#cssmenu .level2 {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 200px;
    background-color: #fff;
    box-shadow: 0 4px 6px 3px #bababa;
    padding: 10px;
    z-index: 9999999999;
    min-height: 240px;
}

#cssmenu .level2 li {
    display: inline-block;
    text-align: left;
    padding: 0;
    float: left;
    width: 100%;
}

#cssmenu.navHome > ul > li:nth-child(1) .level2 li,
#cssmenu.navHome > ul > li:nth-child(2) .level2 li {
    width: 25%;
}

#cssmenu.navHome > ul > li:nth-child(3) .level2 li {
    width: 100%;
}

#cssmenu.navHome > ul > li:nth-child(3) .level2 {
    min-width: 270px;
}

#cssmenu.navHome > ul > li:nth-child(1) .level2,
#cssmenu.navHome > ul > li:nth-child(2) .level2 {
    min-width: 800px;
}

.navHome ul li a {
    padding: 5px 40px;
    display: inline-block;
    color: #000;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: normal;
    border-right: 1px dotted #fff;
}

.menu-home-image span {
    display: none;
}

.menu-home-image img {
    width: 20px;
    text-align: center;
    display: inline-block;
    margin: 0 auto;
}

.navHome ul li a .icon img {
    max-width: 16px;
}

#cssmenu .nav-item:hover .level2 {
    display: block;
}

#cssmenu .level2 li a {
    text-align: left;
    border-right: none;
    /* border-bottom: 1px solid #3e3e3e; */
    display: block;
    padding: 5px;
    color: #000;
}

.top__header__home {
    padding: 5px 0;
    border-bottom: 1px solid #efefef;
    background: #000;
}

.right__top__header {
    display: flex;
    align-items: center;
    height: 100%;
}

.right__top__header li {
    display: inline-block;
    margin-right: 20px;
}

.right__top__header li a {
    color: #fff;
}

.top__header__home a, .top__header__home i {
    color: #fff;
}

.top__header__home .sub-user a {
    color: #212529;
}

.total-cart-products {
    background: #F58020;
    color: #fff;
    padding: 3px 5px;
    border-radius: 50%;
    font-size: 12px;
    position: absolute;
    top: 0;
}

.logo_header_mobile img {
    height: 55px;
}

/*index*/
#popupHome {
    text-align: center;
    padding: 0 !important;
}

#popupHome .modal-content {
    background-color: transparent;
    border: none;
}

#popupHome .modal-content > button {
    position: absolute;
    right: 2px;
    background: #fff;
    border-radius: 50%;
    width: 30px;
    top: 2px;
    height: 30px;
    opacity: 1;
    z-index: 1;
    border: 1px solid #615d5d;
}

#popupHome .modal-dialog {
    margin-top: 0;
    margin-bottom: 0;
    height: 100%;
    display: inline-flex;
    align-items: center;
}


.homepage_slider.owl-carousel .owl-nav button:hover {
    color: #F58020;
    background: #fff;
}

.owl-carousel .owl-nav button.owl-next {
    right: 5%;
}

.owl-carousel .owl-nav button.owl-prev {
    left: 5%;
}

body .owl-carousel .owl-nav button.owl-next, body .owl-carousel .owl-nav button.owl-prev {
    position: absolute;
    top: 45%;
    background: #fff;
    width: 45px;
    height: 45px;
    border-radius: 0;
    font-size: 18px;
    line-height: 45px;
}

.product-section {
    margin: 50px 0;
}

.section-title {
    margin-bottom: 10px;
}

.section-title h2 {
    font-size: 25px;
    font-weight: bold;
    margin-bottom: 20px;
}

.section-description {
    color: #878787dd;
}

.section-tabs {
    margin: 0 0 28px;
}

.section-tabs a {
    padding: 0 11px;
    color: #333;
    font-weight: 500;
}

.section-tabs a.active {
    color: #F58020;
}

.product-section .loading {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.p-wrapper {
    margin-bottom: 25px;
}

.p-action {
    background: #F58020;
    text-align: center;
    font-size: 14px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    visibility: hidden;
    transition: .2s all;
}

.new-label {
    background: #242426;
    left: 48px;
}

.new-label, .sale-label {
    text-transform: uppercase;
    color: #fff;
    top: 0;
    font-size: 13px;
    padding: 4px 8px;
}

.sale-label {
    background: #FCAF17;
    left: 0
}

.p-detail {
    margin-top: 20px;
}

.p-name {
    color: #555;
    margin-bottom: 10px;
}

.p-price {
    font-size: 18px;
}

.p-main-price {
    color: #FCAF17;
}

.loading {
    display: none
}

.owl__btn.owl-carousel .owl-nav button:hover {
    background: #fff;
    color: #FCAF17;
}

body .owl__btn.owl-carousel .owl-nav button {
    border: 1px solid #FCAF17;
    color: #FCAF17;
    top: 30%;
}

.owl__btn.owl-carousel .owl-nav button.owl-next {
    right: -15px;
}

.owl__btn.owl-carousel .owl-nav button.owl-prev {
    left: -15px;
}

.p-img:hover .p-action {
    opacity: 1;
    visibility: visible;
}

.p-action a i {
    font-size: 13px;
}

.p-action a {
    color: #fff;
    padding: 0.75rem 0;
    display: inline-block;
    width: 49%;
    position: relative;
}

.p-action a:first-child:after {
    content: "|";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    color: #eee;
}

.wrapper-home-collection {
    margin-top: 30px;
}

.wrapper-home-collection h2 {
    margin: 10px 0 25px;
}

.box-collection .ree__more a, .p-viewall-box a {
    background: #f58020;
    color: #fff;
    font-size: 18px;
    padding: 15px 60px;
    display: inline-block;
    margin-top: 15px;
}

.text_bottom_product {
    margin-bottom: 40px;
}

.text_bottom_product span {
    margin: auto;
    display: inline-block;
}

.best-seller-content .p-viewall-box {
    display: none;
}

.home-policy {
    margin: 50px 0;
}

.home-policy-img {
    font-size: 40px;
}

.home-policy-content {
    flex: 1;
}

.home-policy-title {
    font-weight: 600;
}

.home-policy-description {
    font-size: 12px;
}

/*footer*/
#footer {
    background: #262728;
    color: #d5d5d5;
}

.footer-subscribe > .container > .row {
    border-bottom: 1px solid #4f4f4f;
    padding: 40px 0;
}

.ft-subs-left > h4 {
    font-size: 16px;
    color: #fff;
}

.ft-subs-left > div {
    font-size: 13px;
    color: #d5d5d5;
}

.ft-subs-left p {
    margin-bottom: 7px;
}

.footer-subscribe .footer-content a img {
    width: 50px;
}

input.ft-subs-email.form-control {
    width: calc(100% - 110px);
    border-radius: 0;
    background: #4c4f51;
    border-color: #4c4f51;
    padding: 15px;
    height: 45px;
    color: #fff;
}

.ft-subs-btn.btn-style2 {
    width: 100px;
    padding: 0 5px;
}

.btn-style2 {
    background: #F58020;
    border-color: #F58020;
    position: relative;
}

.btn-style2 {
    color: #fff;
}

.btn {
    border-radius: 0;
    font-size: 17px;
    font-weight: 500;
    position: relative;
}

.ft-subs-form form label {
    color: #fff;
    font-size: 12px;
    position: relative;
    padding-left: 25px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.ft-subs-form form label input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 15px;
    width: 15px;
    background-color: #4b4f52;
}

.main-footer {
    padding: 2.5rem 0 2rem;
    border-bottom: 1px solid #4f4f4f;
    font-size: 13px;
}

.footer-title {
    margin-bottom: 1rem;
    text-transform: uppercase;
    font-weight: 600;
    color: #fff;
    font-size: 15px;
}

.color-caret {
    color: #898989 !important;
}

.footer-block ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-block ul li {
    padding: 0.5rem 0;
}

.footer-block a {
    color: #d5d5d5;
    display: inline-block;
}

.bct-img {
    width: 120px;
}

.footer-connect {
    margin-top: 60px;
}

.footer-connect a:not(:last-child) {
    margin-right: 3px;
}

.footer-connect img {
    width: 30px;
    border-radius: 50%;
}

.footer-copy-right {
    padding: 17px 0;
}

.footer-copy-right p {
    margin: 0;
}

.footer-copy-right a {
    color: #F58020;
}

.logoFooter img {
    height: 75px;
}

.top-header-content {
    align-self: center;
}

.logoFooter {
    margin-bottom: 25px;
}

.back-to-top.show {
    position: fixed;
    right: 35px;
    bottom: 95px;
}

.fixed__footer {
    position: fixed;
    height: 45px;
    background: 0 0;
    line-height: 18px;
    font-size: 12px;
    cursor: pointer;
    background: #F58020;
    width: 45px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    z-index: 20;
}

.fixed__footer.hotline__footer {
    bottom: 160px;
}

.fixed__footer.zalo__footer {
    bottom: 95px;
}

.fixed__footer.icon__left a {
    color: #fff;
}

.fixed__footer.icon__left {
    left: 35px;
}

.zalo__footer a {
    position: relative;
    display: inline-block;
    text-align: center;
    width: 45px;
    height: 45px;
    line-height: 44px;
    color: #fff;
    border-radius: 50%;
    cursor: pointer;
    box-shadow: 0 2px 5px 0 rgb(0 0 0 / 11%);
    background-size: auto;
    background-repeat: no-repeat;
    background-position: center;
}

/*product view*/
.attr-req {
    padding: 8px 0
}

.attr-req.show-err {
    background: #fdf3f5
}

.err-attr {
    font-size: 12px;
    color: #da0a3e;
    display: none;
    font-weight: 500
}

.attr-req.show-err .err-attr {
    display: block
}

.attr-req .attr-item {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    font-size: 14px;
    transition: .2s all;
}

.attr-req .attr-item.deactive {
    background: #ebebeb;
}

.attr-req.color .attr-item {
    max-width: 50px;
    margin: 0 10px 10px 0;
}

.attr-req.color .attr-item:last-child {
    margin-right: 0;
}

.attr-req .attr-item.deactive, .pvf-req .attr-item.deactive {
    cursor: not-allowed;
    position: relative
}

.show-color-name {
    font-weight: 500;
    font-size: 14px
}

.color-content .attr-item {
    border: 1px solid #fff;
    box-shadow: 0 0 1px 1px #d2d2d2
}

.color-content .attr-item.active, .color-content .attr-item:hover {
    box-shadow: 0 0 2px 2px var(--yellow-color)
}

.size-content .attr-item.active, .size-content .attr-item:hover {
    background: var(--yellow-color);
    color: #fff
}

.size-content .attr-item.deactive {
    border: 1px solid #e1959c;
    pointer-events: none;
    cursor: unset
}

.size-content .attr-item.deactive:after {
    content: "";
    border-left: 1px solid #de4747;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 1px;
    height: 99%;
    transform: translate(-50%, -50%) rotate(45deg)
}

.qtt-input {
    text-align: center;
    border: 1px solid #ccc;
    border-right: 0;
    border-left: 0;
    padding: 0
}

.qtt-action {
    cursor: pointer;
    border: 1px solid #ccc;
}

.nav-tabs-style .nav-link.active, .nav-tabs-style .nav-link:focus, .nav-tabs-style .nav-link:hover {
    border-color: transparent;
    border-bottom: 2px solid #2a2a86
}

.bestseller-cate {
    margin: 20px 0 45px
}

.modal-success {
    display: none
}

.size-guide-box {
    font-size: 15px;
    display: inline-block;
    width: 100%;
    font-weight: 500;
    /*padding: 0 15px*/
}

.size-guide-box a {
    color: var(--blue-color);
    display: flex;
    align-items: center
}

.size-guide-box a.active {
    color: var(--yellow-color);
}

.size-guide-box a.active .fa-caret-down::before {
    content: '\f0d8' !important;
}

.size-guide-box a p {
    margin: 0
}

.p-wrapper {
    margin-bottom: 25px
}

#alertModal .modal-footer button {
    font-size: 14px
}

#quickview_desktop .close {
    position: absolute;
    right: 0;
    top: 0;
    width: 30px;
    height: 30px;
    background-color: #ccc;
    border-radius: 0;
    outline: 0;
    border: none;
    line-height: 30px;
    text-align: center;
    z-index: 1;
}

.ui-tooltip {
    max-width: 200px;
    padding: 0.25rem 0.5rem;
    color: #fff;
    text-align: center;
    background-color: var(--yellow-color);
    border-radius: 0.25rem;
}

/*category product*/
.widget-title {
    border-bottom: 1px solid #ccc;
}

.widget-title .widget-icon {
    cursor: pointer;
}

.widget-detail {
    max-height: 300px;
    overflow: auto;
}

.widget-detail a {
    font-size: 14px;
}

.category-widget li.active > a, .category-widget li.has > a, .m-child-cate-filter-price li.has > a {
    color: var(--yellow-color);
}

.category-widget li.active > a > i:before, .category-widget li.has > a > i:before, .m-child-cate-filter-price li.has > a > i:before {
    content: "\f14a";
}

.total-product .nameCate {
    font-size: 1.5rem;
}

.sortControl {
    border: 0;
    border-bottom: 1px solid #ccc;
}

#pagination .paginator a:hover, #pagination .paginator span.currentPage {
    background: var(--yellow-color);
    color: #fff;
}

#pagination .paginator a, #pagination .paginator span.currentPage {
    border: 1px solid #ccc;
    padding: 2px 8px;
    font-weight: 500;
    font-size: 13px;
    -moz-transition: all .1s ease-in;
    -webkit-transition: all .1s ease-in;
    transition: all .1s ease-in;
    margin-right: 5px;
    color: #333;
    text-decoration: none;
}

#pagination .paginator {
    display: inline-flex;
}

#pagination .paginator a:hover, #pagination .paginator span.currentPage {
    background: var(--yellow-color);
    color: #fff
}

.paginator a.paging-first:before {
    content: "\f100";
    font-family: "Font Awesome 5 Pro";
}

.paginator a.paging-previous:before {
    content: "\f104";
    font-family: "Font Awesome 5 Pro";
}

.paginator a.paging-next:before {
    content: "\f105";
    font-family: "Font Awesome 5 Pro";
}

.paginator a.paging-last:before {
    content: "\f101";
    font-family: "Font Awesome 5 Pro";
}

#pagination .paginator .labelPages, #pagination .paginator .titlePages,
.modal-success,
#menu-mobile, menu-mobile {
    display: none;
}

#menu-mobile.open {
    display: flex;
}

.tab-logo-user img {
    filter: invert(1);
}

/*wishlist*/
a.wishlist_click.active i,
a.wishlistItems.active i {
    font-weight: 900;
}

a.wishlist_click,
a.wishlistItems {
    display: inline-block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #f58020;
    text-align: center;
    line-height: 40px;
    font-size: 22px;
    color: #fff !important;
    position: absolute;
    right: 10px;
    top: 10px;
}

body .owl__btn.banner_center_home .owl-nav button {
    top: 48%;
}

.product-detail h3 a {
    line-height: 16px;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 600;
}

.p__search .out-stock-product {
    position: absolute;
    top: 30px;
    left: 0;
    background: red;
    padding: 5px 10px;
    color: #fff;
}

@media (min-width: 992px) {
    .header-top {
        border-bottom: 1px solid #efefef;
        padding: 10px 0;
    }

    .logo_header_mobile img {
        object-fit: cover;
    }

    .openCartDesktop {
        font-size: 20px;
    }

    .search__mobile {
        position: absolute;
        z-index: 2;
        width: 300px;
        right: 0;
        top: 100%;
        display: none;
    }

    .search__mobile.open {
        display: block;
    }

    .attr-req .attr-item, .pvf-req .attr-item {
        min-width: 35px;
        height: 35px;
        display: flex;
        justify-content: center;
        align-items: center;
        background: #ebebeb;
        border-radius: 50%;
        font-size: 14px;
        transition: .2s all;
        padding: 0 5px;
        margin: 0 10px 7px 0;
    }

    .qtt-action {
        cursor: pointer;
        padding: 3px 9px;
        border: 1px solid #ccc;
    }

    .qtt-input {
        max-width: 50px;
        text-align: center;
        border: 1px solid #ccc;
        border-right: 0;
        border-left: 0;
        padding: 3px 9px;
    }

    .attr-req {
        padding: 7px 15px;
    }

    .size-guide-box {
        padding: 0 15px;
    }

    .size-guide-box a {
        color: var(--yellow-color);
    }

    .pview-quantity {
        padding: 0 15px;
    }

    .collection-content, .content-cate, .heading-collection {
        padding: 0 15px;
    }

    .collection-content, .content-cate, .heading-collection {
        padding: 0 15px;
    }

    .sidebar-fixed {
        position: fixed;
        top: 5px;
        overflow: auto;
    }

    .wrapper-home-collection .box-collection {
        right: 0;
        border: 1px solid #d1d1d1;
        width: 70%;
        position: absolute;
        top: 55%;
        background-color: #fff;
        transform: translateY(-50%);
        z-index: 5;
        padding: 35px 35px 20px;
    }

    #menu-mobile-view {
        display: none;
    }

    #nav .main-menu > ul > li:nth-child(n+5) .sub-menu {
        right: 0;
        left: unset;
    }
}


/*responesive*/
@media (max-width: 991px) {
    .box-cart-mobile a {
        display: inline-block;
        margin-left: 10px;
    }

    .box-cart-mobile {
        position: absolute;
        right: 15px;
    }

    .logo_header_mobile img {
        height: 25px;
    }

    .logo_header_mobile {
        width: 60%;
        text-align: center;
    }

    .search__mobile.open {
        display: block;
    }

    .search__mobile {
        position: absolute;
        top: 5px;
        z-index: 2;
        width: calc(100% - 30px);
        display: none;
    }

    .top-header-menu {
        display: flex;
    }

    .top-header-menu i {
        font-size: 20px;
    }

    .main-menu > ul > li > a {
        font-size: 14px;
        margin: 0 6px;
    }

    .menu-mobile {
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        z-index: 9999;
        width: 100%;
        height: 100%;
        border-radius: 3px;
        font-size: 15px;
        overflow: auto;
        opacity: 0;
        visibility: hidden;
        transform: translateX(-100%);
        transition: .3s all;
    }

    .menu-mobile.open {
        opacity: 1;
        visibility: visible;
        transform: translateX(0);
    }

    .menu-mobile ul {
        list-style: none;
        padding: 0;
        margin: 0;
        overflow: auto;
        background: #fff;
        position: relative;
        width: 80%;
        height: 100%;
        z-index: 9;
    }

    .mobile-nav-item {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        padding: 10px 15px;
    }

    .item_fixed_mobile .menu-mobile > ul > li > a {
        color: #000;
        text-align: left;
    }

    .menu-mobile > ul > li > a {
        text-transform: uppercase;
        width: calc(100% - 25px);
    }

    .item_fixed_mobile a {
        position: relative;
    }

    .item_fixed_mobile .menu-mobile i {
        color: #000;
    }

    .menu-mobile i {
        font-size: 18px;
    }

    .menu-mobile .m-nav-lv-2 > li > a {
        font-weight: 600;
        width: calc(100% - 25px);
    }

    .menu-mobile > ul > li ul {
        display: none;
    }

    .mobile-nav-item.m-nav-account {
        width: 50%;
        display: inline-flex;
        padding: 10px 0 0;
    }

    .item_fixed_mobile .menu-mobile > ul > li.mobile-nav-item.m-nav-account > a {
        color: #fff;
        text-align: center;
    }

    .menu-mobile > ul > li.mobile-nav-item.m-nav-account > a {
        width: 100%;
        font-size: 16px;
    }

    .mm-icon-close {
        position: absolute;
        top: 0;
        right: calc(20% - 18px);
        background: #fff;
        z-index: 9;
        padding: 0 5px;
    }

    .my-overlay {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 10;
        background: rgba(0, 0, 0, .5);
    }

    body .owl-carousel .owl-nav button.owl-next, body .owl-carousel .owl-nav button.owl-prev {
        top: 30%;
        width: 35px;
        height: 35px;
        line-height: 35px;
    }

    .owl__btn.owl-carousel .owl-nav button.owl-next {
        right: 0;
    }

    .owl__btn.owl-carousel .owl-nav button.owl-prev {
        left: 0;
    }

    .wrapper-home-collection .box-collection {
        margin-top: 30px;
        padding: 0;
    }

    .home-policy {
        margin: 30px 0;
    }

    .footer-title {
        margin-top: 30px;
    }

    .product-section {
        margin: 20px 0;
    }

    .starbap-form-wrapper {
        margin-bottom: 20px;
    }

    .voteBottom a {
        display: inline-block;
        margin: 15px 0;
    }

    .modal-success {
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 3
    }

    .modal-success-content {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        background: #fff;
        z-index: 8;
        padding: 10px;
        border-radius: 3px;
        font-size: 40px;
        width: 80%;
        box-shadow: 0 0 10px 2px #ccc
    }

    .modal-success-content > div {
        font-size: 17px
    }

    .modal-success-content > div .btn {
        font-size: 14px
    }

    .total-cart-products {
        top: -10px;
        right: -10px;
    }

    .cate-page-sidebar.active {
        transform: scale(1, 1);
        opacity: 1;
        visibility: visible;
        z-index: 11;
    }

    .cate-page-sidebar {
        position: fixed;
        z-index: 10;
        background-color: #fff;
        width: 310px;
        right: 0;
        top: 0;
        height: 100vh;
        overflow-y: auto;
        padding: 40px 0 40px 10px;
        transform-origin: right;
        transform: scale(0, 1);
        transition: all .2s;
        opacity: 0;
        visibility: hidden;
    }

    .m-filter-btn a {
        border: 1px solid;
        padding: 5px 10px;
    }

    .m-filter-btn {
        width: 100%;
        padding: 15px;
        text-align: right;
        font-size: 20px;
    }

    .close_cate_filter {
        font-size: 20px;
    }

    .p-img:hover .p-action {
        opacity: 0;
        visibility: hidden;
    }

    .imageLogo img {
        height: 40px;
    }
}
@media (max-width: 992px) {
    .sidebar-content>div{
        display: none;
    }
    .sidebar-content .price-filter{
        display: block;
    }
}
.best-seller-section ul{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    margin: 0 0 28px;
}
.best-seller-section ul li{
    padding: 0 11px;
}
.best-seller-section ul li a{
    font-weight: 500;
    color: #333;
}
.best-seller-section ul li:first-child a{
    color: #F58020;
}