:root {
    --color-primary: #031846;
}

@font-face {
    font-family: 'SVN-Gilroy';
    src: 
        url('../fonts/SVN-Gilroy.woff2') format('woff'),
        url('../fonts/SVN-GilroyBold.woff2') format('woff'),
        url('../fonts/SVN-GilroySemiBold.woff2') format('woff');
}

@font-face {
    font-family: 'SVN-Gilroy Bold';
    src: url('../fonts/SVN-GilroyBold.woff2') format('woff');
}

body {
    font-family: "SVN-Gilroy",sans-serif;
    font-weight: normal;
    font-style: normal
}

h1,h2,h3,h4,h5,h6 {
    font-family: "SVN-Gilroy Bold",sans-serif;
    color: #051441;
    margin-top: 0px;
    font-style: normal;
    font-weight: 500;
    text-transform: normal
}

a {
    text-decoration: none;
}

p {
    /*font-family: "SVN-Gilroy",sans-serif;
    color: #506172;
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 15px;
    font-weight: normal*/
    margin-bottom: 5px;
}
p:last-child {
    margin-bottom: 0;
}

img {
    max-width: 100%;
    height: auto;
}

.bg-gray {
    background: #E9EAE8;
}

button:disabled,
button[disabled]{
  opacity: 0.5;
  cursor: not-allowed;
}

.table .badge {
    padding-bottom: 5px;
    padding-top: 3px;
}

/*form-floating*/
.form-floating>label,
.form-floating>.form-control, .form-floating>.form-control-plaintext {
    padding: .75rem;
}
.form-floating>.form-control, .form-floating>.form-control-plaintext, .form-floating>.form-select {
    height: calc(3rem + calc(var(--bs-border-width)* 2));
    min-height: calc(3rem + calc(var(--bs-border-width)* 2));
}
/*form-floating*/

.modal-header {
    border-bottom: none;
}

.btn-close:focus {
    box-shadow: none;
}

.img {
    max-width: 100%;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s
}

.f-left {
    float: left
}

.f-right {
    float: right
}

.fix {
    overflow: hidden
}

.clear {
    clear: both
}

a,.button {
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s
}

a:focus,.button:focus {
    text-decoration: none;
    outline: none
}

a {
    color: #000000;
}

a:focus,a:hover,.portfolio-cat a:hover,.footer -menu li a:hover {
    text-decoration: none
}

button {
    color: #fff;
    outline: medium none
}

button:focus,input:focus,input:focus,textarea,textarea:focus {
    outline: 0
}

.uppercase {
    text-transform: uppercase
}

input:focus::-moz-placeholder {
    opacity: 0;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s
}

.capitalize {
    text-transform: capitalize
}

h1 a,h2 a,h3 a,h4 a,h5 a,h6 a {
    color: inherit
}

ul {
    margin: 0px;
    padding: 0px
}

li {
    list-style: none
}

hr {
    border-bottom: 1px solid #eceff8;
    border-top: 0 none;
    margin: 30px 0;
    padding: 0
}

.red {
    color: #f00;
}

.section-title {
    text-align: center;
    margin-bottom: 15px;
}

.section-title h3 {
    text-transform: uppercase;
    font-weight: 700;
    line-height: 1.3;
    font-size: 24px;
    color: #000000;
    margin-bottom: 0;
}

.theme-overlay {
    position: relative
}

.theme-overlay::before {
    background: #1696e7 none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.6;
    position: absolute;
    top: 0;
    width: 100%
}

.overlay {
    position: relative;
    z-index: 0
}

.overlay::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1
}

.overlay2 {
    position: relative;
    z-index: 0
}

.overlay2::before {
    position: absolute;
    content: "";
    background-color: #2E2200;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 0.5
}

.section-padding {
    padding-top: 120px;
    padding-bottom: 120px
}

.separator {
    border-top: 1px solid #f2f2f2
}

.button.button-contactForm.boxed-btn2 {
    background: #ff2143;
    border: 1px solid #ddd;
    color: #fff !important;
    width: 100%
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .btn.post-btn {
        background:#000;
        color: #ff2143 !important
    }

    .btn.post-btn::before {
        background: #fff
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .btn.post-btn {
        background:#000;
        color: #ff2143 !important
    }

    .btn.post-btn::before {
        background: #fff
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .btn.post-btn {
        background:#000;
        color: #ff2143 !important
    }

    .btn.post-btn::before {
        background: #fff
    }
}

@media (max-width: 575px) {
    .btn.post-btn {
        background:#000;
        color: #ff2143 !important
    }

    .btn.post-btn::before {
        background: #fff
    }
}

@media (min-width: 1400px) {
    .col-5-custom {
        -ms-flex: 0 0 20%;
        -webkit-box-flex: 0;
        flex: 0 0 20%;
        max-width: 20%;
    }
}

.error-message, 
input+.error, 
select+.error{
  font-size: 13px;
  color: #f00;
  margin-top: 5px;
}
.input-group div.error {
    position: absolute;
    bottom: -17px;
    
}
.select2+.error {
  position: absolute;
  bottom: -22px;
}

.header-btn {
    text-transform: uppercase
}

.btn.focus,.btn:focus {
    outline: 0;
    box-shadow: none
}

.hero-btn {
    padding: 30px 56px
}

.border-btn {
    background: none;
    -moz-user-select: none;
    border: 2px solid #ff2143;
    padding: 18px 38px;
    margin: 10px;
    text-transform: capitalize;
    color: #ff2143;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 1px;
    margin-bottom: 0;
    border-radius: 5px;
    position: relative;
    transition: color 0.4s linear;
    position: relative;
    overflow: hidden;
    margin: 0
}

.border-btn::before {
    border: 2px solid transparent;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #ff2143;
    z-index: -1;
    transition: transform 0.5s;
    transition-timing-function: ease;
    transform-origin: 0 0;
    transition-timing-function: cubic-bezier(0.5, 1.6, 0.4, 0.7);
    transform: scaleY(0)
}

.border-btn:hover::before {
    transform: scaleY(1);
    order: 2px solid transparent
}

.border-btn.border-btn2 {
    padding: 17px 52px
}

.send-btn {
    background: #ff2143;
    color: #fff;
    font-size: 14px;
    width: 100%;
    height: 55px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: color 0.4s linear;
    position: relative;
    overflow: hidden;
    z-index: 1
}

.send-btn::before {
    border: 2px solid transparent;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #e6373d;
    color: #ff2143;
    z-index: -1;
    transition: transform 0.5s;
    transition-timing-function: ease;
    transform-origin: 0 0;
    transition-timing-function: cubic-bezier(0.5, 1.6, 0.4, 0.7);
    transform: scaleX(0)
}

.send-btn:hover::before {
    transform: scaleY(1);
    order: 2px solid transparent;
    color: red
}

.breadcrumb>.active {
    color: #888
}

#scrollUp {
    background: #2F4F89;
    height: 35px;
    width: 35px;
    right: 31px;
    bottom: 18px;
    color: #fff;
    font-size: 20px;
    text-align: center;
    border-radius: 50%;
    line-height: 35px;
    border: 2px solid transparent
}

@media (max-width: 575px) {
    #scrollUp {
        right:16px
    }
}

#scrollUp:hover {
    color: #fff
}

.sticky-bar {
    left: 0;
    margin: auto;
    position: fixed;
    top: 0;
    width: 100%;
    -webkit-box-shadow: 0 10px 15px rgba(25,25,25,0.1);
    box-shadow: 0 10px 15px rgba(25,25,25,0.1);
    z-index: 9999;
    -webkit-animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
    animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
    -webkit-box-shadow: 0 10px 15px rgba(25,25,25,0.1);
    background: #fff
}

.header-flex.sticky-flex {
    display: flex
}

.social-share ul li {
    display: inline-block;
    margin: 0 10px
}

@media (max-width: 575px) {
    .social-share ul li {
        margin:0 5px
    }
}

.social-share ul li .section-tittle {
    display: flex
}

.social-share .section-tittle {
    display: flex;
    align-items: center
}

.heading-news h3 {
    font-size: 40px;
    display: block;
    color: #051441;
    font-weight: 700
}

@media (max-width: 575px) {
    .heading-news h3 {
        font-size:29px !important;
        line-height: 1.2
    }
}

.section-tittle h3 {
    font-size: 31px;
    line-height: 1.2;
    font-size: 28px
}

.bounce-animate {
    animation-name: float-bob;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    -moz-animation-name: float-bob;
    -moz-animation-duration: 2s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: float-bob;
    -ms-animation-duration: 2s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    -o-animation-name: float-bob;
    -o-animation-duration: 2s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear
}

@-webkit-keyframes float-bob {
    0% {
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px)
    }

    50% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px)
    }

    100% {
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px)
    }
}

.heartbeat {
    animation: heartbeat 1s infinite alternate
}

@-webkit-keyframes heartbeat {
    to {
        -webkit-transform: scale(1.03);
        transform: scale(1.03)
    }
}

.rotateme {
    -webkit-animation-name: rotateme;
    animation-name: rotateme;
    -webkit-animation-duration: 30s;
    animation-duration: 30s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear
}

@keyframes rotateme {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-webkit-keyframes rotateme {
    from {
        -webkit-transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(360deg)
    }
}

.preloader {
    background-color: #f7f7f7;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999999;
    -webkit-transition: .6s;
    -o-transition: .6s;
    transition: .6s;
    margin: 0 auto
}

.preloader .preloader-circle {
    width: 100px;
    height: 100px;
    position: relative;
    border-style: solid;
    border-width: 1px;
    border-top-color: #2F4F89;
    border-bottom-color: transparent;
    border-left-color: transparent;
    border-right-color: transparent;
    z-index: 10;
    border-radius: 50%;
    -webkit-box-shadow: 0 1px 5px 0 rgba(35,181,185,0.15);
    box-shadow: 0 1px 5px 0 rgba(35,181,185,0.15);
    background-color: #ffffff;
    -webkit-animation: zoom 2000ms infinite ease;
    animation: zoom 2000ms infinite ease;
    -webkit-transition: .6s;
    -o-transition: .6s;
    transition: .6s
}

.preloader .preloader-circle2 {
    border-top-color: #0078ff
}

.preloader .preloader-img {
    position: absolute;
    top: 50%;
    z-index: 200;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    display: inline-block;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    padding-top: 6px;
    -webkit-transition: .6s;
    -o-transition: .6s;
    transition: .6s
}

.preloader .preloader-img img {
    max-width: 55px
}

.preloader .pere-text strong {
    font-weight: 800;
    color: #dca73a;
    text-transform: uppercase
}

._hidden {
    display: none !important;
}

@-webkit-keyframes zoom {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .6s;
        -o-transition: .6s;
        transition: .6s
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
        -webkit-transition: .6s;
        -o-transition: .6s;
        transition: .6s
    }
}

@keyframes zoom {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .6s;
        -o-transition: .6s;
        transition: .6s
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
        -webkit-transition: .6s;
        -o-transition: .6s;
        transition: .6s
    }
}

.header {
    position: relative;
    z-index: 100;
}

.header-middle {
    background: #031846;
    display: flex;
    align-items: center;
    line-height: 14px;
    min-height: 40px;
    position: relative;
    padding-bottom: 10px;
}

.header-middle-content {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: 15px 0;
}

.header-middle-left {
    width: 120px;
    display: flex;
    align-items: center;
    gap: 15px;
}

.header-logo img {
    width: 100px;
    filter: brightness(0) invert(1);
}

.header-middle-center {
    display: flex;
    align-items: center;
    justify-content: center;
    width: calc(100% - 240px);
}

.header-nav {
    background-color: #ffffff;
    position: fixed;
    left: 0;
    top: 0;
    overflow-y: auto;
    overflow-x: hidden;
    text-align: left;
    padding: 0 0 80px 0;
    width: 100%;
    max-width: 90%;
    height: 100vh;
    line-height: 3;
    -webkit-transform: translateX(-400%);
    transform: translateX(-400%);
    -webkit-transition: -webkit-transform .5s ease;
    transition: transform .5s ease, -webkit-transform .5s ease;
    -webkit-overflow-scrolling: touch;
    z-index: 1002;
}


.header-nav.active {
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

.header-nav-shapes {
    background-color: rgba(0,0,0,0.7);
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    visibility: hidden;
    opacity: 0;
    transition: all .2s ease-in-out;
    z-index: 11;
}

.header-nav-shapes.active {
    visibility: visible;
    opacity: 1;
}

.header-bar-list-arrow,
.header-bar-list-heading i {
    font-size: 20px;
    width: 16px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.header-bar-list-ul-href {
    font-size: 14px;
    line-height: 42px;
}

.langue-currency {
    position: relative;
}

.header-language-choose {
    cursor: pointer;
    display: flex;
    align-items: center;
}

.header-language-flag {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    display: inline-block;
    width: 26px;
    height: 20px;
    margin-right: 10px;
}

.header-language-flag-active {
    margin-left: 0;
    margin-right: 0;
    top: 0;
    position: relative;
}

.header-language-flag.vi {
    background-image: url('../img/vi.jpg');
}

.header-navbar:first-child {
    border-top: none;
}

.header-navbar-li {
    position: relative;
}

.header-navbar-li a.sale-off {
    color: #f00;
}

.header-navbar-href {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-transform: uppercase;
    font-size: 16px;
/*    font-weight: 700;*/
    font-family: 'SVN-Gilroy Bold';
    cursor: pointer;
    padding-left: 0;
    padding-right: 0;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.header-navbar-href img {
    filter: brightness(0) invert(1);
}

.header-middle-right {
    width: 120px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.header-middle-right>div {
    order: 1;
}
.header-middle-right .header-search-fake {
    order: 0;
}

.header-search-fake {
    position: relative;
    cursor: pointer;
}


.header-search-input {
    background: #E9EAE8;
    font-size: 14px;
    border: none;
    outline: none;
    font-weight: 400;
    line-height: 1;
    padding: 0 40px 0 15px;
    width: 100%;
    height: 38px;
    border-radius: 30px;
    min-width: 200px;
}

.header-search-box .header-search-input {
    padding: 0 50px 0 20px;
}

.header-search-fake .icon {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 18px;
}

.header-search-tabs, 
.header-search-blur {
    position: fixed;
    top: 100px;
    left: 0;
    width: 100%;
    z-index: 111;
    opacity: 0;
    visibility: hidden;
    background-color: #ffffff;
}

.header-search-blur {
    z-index: 110;
    background-color: rgb(0 0 0 / 50%);
    height: 100%;
}

.header-search.active .header-search-tabs, 
.header-search-blur.active {
    visibility: visible;
    opacity: 1;
}

.header-search-content {
    width: 100%;
}
.header-search-tabs-content {
    background: #fff;
    border-radius: 16px;
    padding: 16px;
    display: none;
    margin-top: 20px;
    overflow-y: auto;
    max-height: 700px;
}

.header-search-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    position: relative;
    transition: .3s all;
}

.header-search-button i {
    font-size: 18px;
}

.header-search-button {
    right: 15px;
}

.header-search-close, 
.header-search-button {
    color: #000000;
    cursor: pointer;
    position: absolute;
    top: 11px;
}

.header-search-close {
    left: -5px;
    display: none;
}

.header-search-close i {
    font-size: 30px;
}

.header-search-icon, 
.header-cart-icon,
.header-favourite-text,
.btn-account-management i,
.header-cart-text {
    color: #ffffff;
    font-size: 20px;
    line-height: 1;
    cursor: pointer;
}

.header-middle-user,
.btn-account-management,
.header-favourite a,
.header-cart {
    position: relative;
}

.header-favourite a,
.header-cart-text {
    display: block;
    color: #ffffff;
}

.account-management {
    background: #ffffff;
    position: absolute;
    top: 38px;
    right: 0;
    min-width: 140px;
    font-size: 13px;
    box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.09);
    z-index: 101;
    border-radius: 0 0 10px 10px;
    overflow: hidden;
}

.account-management-item {
    border-bottom: 1px solid #E9EAE8;
    padding: 10px;
}

.account-management-item>* {
    cursor: pointer;
}

.offcanvas_ {
    display: none;
}
.mobile-btn-nav {
    display: none;
}
@media(max-width: 767px)
{
    .offcanvas_ {
        display: block;
    }
    .header-middle {
        padding-bottom: 0;
    }
    .header-middle-content {
        padding-bottom: 10px;
    }
    .header-middle-left {
        position: absolute;
        top: 13px;
        left: 50%;
        transform: translate(-50%);
        width: auto;
    }
    .header-middle-right {
        flex-wrap: wrap;
        width: 100%;
    }
    .header-middle-right .header-search-fake {
        width: 100%;
        margin-top: 15px;
        order: 2;
    }

    .mobile-btn-nav {
        display: block;
        position: absolute;
        top: 18px;
        left: 12px;
    }
}

/*mini cart*/
.site-cart.show #header-cart ,
.site-cart:hover #header-cart {
    visibility: visible;
    opacity: 1;
    top: 100%;
    display: block;
    right: 0;
}

.widget-light .widget-list-link {
    color: rgba(255, 255, 255, .65)
}

.widget-light .widget-list-link:hover {
    color: #fff
}

.widget-light .active>.widget-list-link {
    color: #fff
}

.widget-product-title {
    margin-bottom: .25rem;
    font-size: .875rem;
    font-weight: 500
}

.widget-product-title>a {
    color: #373f50
}

.widget-product-title:hover>a {
    color: var(--cz-primary)
}

.widget-product-meta {
    font-size: .875rem
}

.widget-cart-item {
    position: relative;
    max-width: 96%;
}

.widget-cart-item .btn-close {
    position: absolute;
    top: 50%;
    left: 0;
    height: auto;
    padding: 0;
    transform: translateY(-50%);
    transition: visibility .25s ease-in-out, opacity .25s ease-in-out;
    background: none;
    font-size: 1.5rem;
    font-weight: 300;
    visibility: hidden;
    opacity: 0
}

.widget-cart-item>.d-flex {
    transition: all .25s ease-in-out
}

.widget-cart-item:hover>.d-flex {
    transform: translateX(24px);
}

.widget-cart-item:hover .btn-close {
    visibility: visible;
    opacity: 1
}

@media (min-width: 992px)
{
    .site-cart.dropdown:hover>.dropdown-menu {
        display: block;
        -webkit-animation: slide-up .25s ease-in-out;
        animation: slide-up .25s ease-in-out
    }
}
/*mini cart*/

.users-logo {
    color: #000000;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 20px;
    font-size: 24px;
    font-weight: 700;
}

.users-logo img {
    width: 100px;
    margin: 0 auto;
}

.FormRegister {
    width: 100%;
    margin: 0 auto;
    margin-bottom: 10px;
}


.input-group-addon {
    font-size: 20px;
    border: none;
    border-radius: unset;
    position: absolute;
    top: 6px;
    left: 15px;
    z-index: 11;
}

.input-group input {
    border: 1px solid #E9EAE8;
    font-size: 14px;
    display: block;
    width: 100%;
    height: 45px;
    padding: 10px 15px 10px 42px;
    font-weight: 400;
    line-height: 45px;
    /*margin-bottom: 20px;*/
    border-radius: 30px;
}

.input-group input:focus {
    box-shadow: none;
}

.btn__custom {
    background-color: #2F4F89;
    color: #ffffff;
    position: relative;
    display: inline-block;
    font-weight: 400;
    font-size: 16px;
    text-align: center;
    height: 50px;
    line-height: 48px;
    border-radius: 30px;
    outline: none;
    padding: 0 20px;
    overflow: hidden;
    border: 1px solid #2F4F89;
    cursor: pointer;
    transition: .4s all;
    text-transform: uppercase;
    min-width: 160px;
}

.buy-now {
    height: 40px;
    line-height: 38px;
}

.users-form-button {
    font-size: 14px;
    display: block;
    width: 100%;
    border-radius: 30px;
    height: 45px;
    line-height: 45px;
    text-transform: uppercase;
}

.form-info {
    display: flex;
    margin-top: 10px;
    vertical-align: middle;
    justify-content: space-between;
}

.form-info-item:first-child a {
    padding-left: 5px;
}

.form-info a,
.form-info-item {
    font-size: 14px;
}

.form-info a:hover {
    color: #000000;
}

.checkbox_val,
._checkbox {
    position: relative;
}

input[type="radio"], 
input[type="checkbox"] {
    width: 18px;
    height: 18px;
    border-color: #E9EAE8;
}

.checkbox_val a,
.checkbox_val a:hover {
    color: #2F4F89;
}

.checkbox_val span {
    font-size: 14px;
}

.group-btn {
    text-align: center;
    margin: 20px 0 10px 0;
}

.favourite-target,
.cart-target {
    background-color: #2F4F89;
    color: #ffffff;
    display: inline-block;
    position: absolute;
    top: -5px;
    left: 10px;
    font-size: 11px;
    font-style: normal;
    text-align: center;
    width: 18px;
    height: 18px;
    line-height: 18px;
    padding: 0;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
}

.header-menu-open {
    background-color: transparent;
    position: relative;
    border: none;
    outline: none;
}

.icon-bar {
    background-color: #ffffff;
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
}

.icon-bar+.icon-bar {
    margin-top: 5px;
}

.icon-bar:nth-child(2) {
    width: 18px;
}

.icon-bar:nth-child(3) {
    width: 14px;
}

.langue-currency-wrapper {
    background-color: #ffffff;
    position: absolute;
    top: 20px;
    width: 100%;
    min-width: 130px;
    padding: 3px 10px 3px 10px;
    z-index: 16;
    left: -10px;
    opacity: 0;
    border-radius: 0 0 10px 10px;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    visibility: hidden;
}

.langue-currency-wrapper.active {
    opacity: 1;
    visibility: visible;
}

.header-language {
    position: relative;
    display: inline-block;
    top: 0;
}

.header-language-item {
    color: #333333;
    font-size: 13px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-transform: capitalize;
    padding-top: 7px;
    padding-bottom: 7px;
    cursor: pointer;
}

.header-bar {
    display: none;
}

.header-sticky ul li a {
    padding: 10px 19px
}

.header-sticky.sticky-bar.sticky .header-flex {
    justify-content: space-between
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header-sticky.sticky-bar.sticky .main-menu .submenu {
        right:0;
        left: inherit
    }
}

.search-model-box {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #000;
    z-index: 99999
}

.search-model-box .search-model-form {
    padding: 0 15px
}

.search-model-box .search-model-form input {
    width: 500px;
    font-size: 40px;
    border: none;
    border-bottom: 2px solid #333;
    background: none;
    color: #999
}

.search-model-box .search-close-btn {
    position: absolute;
    width: 50px;
    height: 50px;
    background: #333;
    color: #fff;
    text-align: center;
    border-radius: 50%;
    font-size: 28px;
    line-height: 28px;
    top: 30px;
    cursor: pointer;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.mobile_menu {
    position: absolute;
    right: 0px;
    width: 100%;
    z-index: 99;
    top: -15px
}

.mobile_menu .slicknav_menu {
    background: transparent;
    margin-top: 0px !important
}

.mobile_menu .slicknav_menu .slicknav_btn {
    top: -32px;
    right: 10px
}

.mobile_menu .slicknav_menu .slicknav_btn .slicknav_icon-bar {
    background-color: #fff !important
}

.mobile_menu .slicknav_menu .slicknav_nav {
    margin-top: 9px !important;
    box-shadow: 0 0 10px 3px rgba(141,140,140,0.5)
}

.mobile_menu .slicknav_menu .slicknav_nav a:hover {
    background: transparent;
    color: #ff2143
}

.mobile_menu .slicknav_menu .slicknav_nav a {
    font-size: 15px;
    padding: 7px 10px
}

.mobile_menu .slicknav_menu .slicknav_nav .slicknav_item a {
    padding: 0 !important
}

.header-sticky.sticky-bar.sticky .header-right-btn {
    display: none !important
}

.sticky-logo {
    display: none !important
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .sticky-logo {
        display:block !important
    }
}

@media (max-width: 575px) {
    .sticky-logo {
        display:block !important
    }
}

.sticky-logo.info-open {
    padding: 6px
}

.banner {
    position: relative;
    z-index: 1;
}

.banner-adv {
    background: linear-gradient(to right,#ebf0dc,#b4f0fc);
    color: #FF5605;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    height: 38px;
}

.banner img {
    width: 100%;
}

#videobanner {
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
}

.banner-pagination {
    position: absolute;
    text-align: center;
    transition: 300ms opacity;
    transform: translate3d(0, 0, 0);
    z-index: 10;
}

.banner .swiper-pagination-bullet {
    background: #ffffff;
}

.banner .swiper-button-next, .banner .swiper-button-prev {
    border-color: #ffffff;
}

.banner-swiper-next,
.banner-swiper-prev {
    border: 1px solid #ffffff;
    border-radius: 50%;
}

.banner-swiper-next::after,
.banner-swiper-prev::after {
    color: #ffffff;
}

.partner-container {
    padding-top: 30px;
    padding-bottom: 30px;
}

.swiper-pos {
    position: relative;
}

.partners-my-image {
    text-align: center;
}

.partners-my-image img, 
.partners-my-image-skeleton {
    height: 25px;
}

.partners-button-next,
.partners-button-prev {
    border: 1px solid #000000;
    border-radius: 50%;
}

.partners-button-next::after,
.partners-button-prev::after {
    color: #000000;
}

.adv-img {
    border-radius: 4px;
    width: 100%;
}

.swiper-pagination-bullet {
    background: #000000;
    display: inline-block;
}

.adv3-pagination {
    display: flex;
    justify-content: center;
}

.adv3-pagination .swiper-pagination-bullet-active {
    display: block !important;
}

.product-sales {
    border-radius: 0;
    padding: 10px;
    margin: 10px 0;
    background: linear-gradient(to right,#ebf0dc,#b4f0fc);
}

.product-sales-banner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    overflow: hidden;
    padding-bottom: 10px;
}

.heading__custom {
    color: #000000;
    display: block;
    position: relative;
    margin-bottom: 15px;
    text-align: center;
    text-transform: uppercase;
}

.heading__custom p {
    margin-bottom: 0;
    font-weight: 700;
    color: #FF5605;
    line-height: 1.3;
    font-size: 30px;
}

.product-sales-left {
    flex: 1 0 100%;
    max-width: calc(100% - 150px);
    display: flex;
    align-items: center;
    margin-bottom: 0;
}

.product-sales-left img {
    width: 16px;
    margin-right: 10px;
    position: relative;
    top: -3px;
}

.countdown {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 0;
}

.countdown-text {
    display: none;
}

.countdown-timer {
    display: flex;
    align-items: center;
    gap: 5px;
}

.countdown-timer-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-color: #000000;
    border-radius: 5px;
    color: #ffffff;
    min-width: 35px;
    text-align: center;
}

.timer-number {
    font-size: 14px;
    font-weight: 700;
    margin-bottom: -5px;
}

.timer-text {
    font-size: 9px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    opacity: .8;
}

.timer-decor {
    color: #000000;
    font-size: 22px;
    line-height: 1;
}

.product9-item {
    font-size: 13px;
    margin-bottom: 10px;
    position: relative;
    background: #ffffff;
    border-radius: 6px 6px 0 0;
}

.swiper-slide .product9-item {
    margin-bottom: 0px;
}

.prd-item-flashsale .product9-item {
    border-radius: 6px;
}

.product9-image {
    border-radius: 6px 6px 0 0;
    overflow: hidden;
    position: relative;
}
.product9-image:before {
    content: "";
    display: block;
    padding-top: 110%;
}
.product9-image a {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.product9-image a img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.hover-content p {
    font-size: 10px;
    line-height: 20px;
    color: #000000;
    margin-bottom: 4px;
}

.product9-image .hover-content {
    position: absolute;
    z-index: 2;
    text-align: center;
    left: 50%;
    transform: translate3d(-50%, 20px, 0);
    bottom: -60px;
    padding: 12px 4px;
    max-width: calc(100% - 1rem);
    width: 100%;
    opacity: 0;
    visibility: hidden;
    transition: all .5s;
    border-radius: 6px;
    background: rgba(200, 200, 200, 0.32);
    backdrop-filter: blur(6px);
}

.product9-image:hover .hover-content {
    bottom: 30px;
    opacity: 1;
    visibility: visible;
}

.product9-tag-newarrival {
    position: absolute;
    right: 10px;
    bottom: 10px;
    z-index: 1;
    width: 30px;
}

.product9-image-src {
    border-radius: 6px 6px 0 0;
    transition: .5s all;
    object-fit: cover;
    width: 100%;
}

.product9-image-after {
    border-radius: 6px 6px 0 0;
    position: absolute;
    left: 0;
    top: 0;
    transition: .5s all;
    visibility: hidden;
    opacity: 0;
    height: 100%;
    object-fit: cover;
}

.product9-image:hover .product9-image-after {
    visibility: visible;
    opacity: 1;
}

.product9-content {
    position: relative;
    padding-top: 10px;
}

.prd-item-flashsale .product9-content {
    padding: 10px;
}

.product9-category-content {
    color: #2F4F89;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    max-width: calc(100% - 70px);
    font-family: 'SVN-Gilroy Bold';
}

.product9-title {
    color: #000000;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    line-height: 20px;
    margin: 6px 0 1px 0;
}

.product9-star-icon {
    display: flex;
    align-items: center;
    gap: 5px;
    line-height: 1;
    position: absolute;
    right: 0;
    top: 13px;
    font-weight: 600;
}

.prd-item-flashsale .product9-star-icon {
    right: 10px;
}

.product9-star-icon i {
    font-size: 12px;
    position: relative;
    top: -1.5px;
}

.product9-star-icon span {
    color: #2F4F89;
}

.product9-prices-action {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.product9-prices-flex {
    /*display: flex;
    gap: 8px;*/
    
    min-height: 24px;
    align-items: center;
    font-family: 'SVN-Gilroy Bold';
}

.product9-prices {
    color: #000000;
}

.price-products {
    display: flex;
    justify-content: space-between;
    gap: 5px;
}

.price-label,
.price-label sup {
    color: #2F4F89;
}

.price-agency,
.price-agency sup {
    color: #f00;
}

.product9-prices-discount sup, 
.product9-prices sup {
    vertical-align: baseline;
    font-size: 14px;
    top: 0;
}

/*.product9-prices-discount {
    color: #c6c6c6;
    text-decoration: line-through;
    font-weight: 400;
}*/

.product9-sale {
    color: #f00;
    display: flex;
    align-items: center;
    font-size: 17px;
}

.product9-action {
    /*position: absolute;
    bottom: 0;
    right: 0;*/
    display: none;
    gap: 12px;
    line-height: 1;
}

/*.prd-item-flashsale .product9-action {
    bottom: 10px;
    right: 10px;
}*/

.product9-flashsale {
    position: absolute;
    top: 10px;
    right: 10px;
    background: #FF5605;
    color: #ffffff;
    height: 30px;
    line-height: 31px;
    text-align: center;
    width: 30px;
    border-radius: 50%;
    font-size: 12px;
}

.product-sales-button-next,
.product-sales-button-prev,
.product-related-button-next,
.product-related-button-prev,
.product-view-button-next,
.product-view-button-prev {
    border: 1px solid #000000;
    border-radius: 50%;
}

.product-sales-button-next::after,
.product-sales-button-prev::after,
.product-related-button-next::after,
.product-related-button-prev::after,
.product-view-button-next::after,
.product-view-button-prev::after {
    color: #000000;
}

.vourcher-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    background-color: #E9EAE8;
    border: 2px dashed #2F4F89;
    padding: 8px;
    height: 100%;
}

.vourcher-thumbnail {
    display: flex;
    align-items: center;
}

.vourcher-thumbnail img {
    max-height: 80px;
    width: auto;
}

.vourcher-content {
    text-align: center;
    flex: 1;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.vourcher-content-top {
    margin-bottom: 6px;
}

.vourcher-title {
    color: #000000;
    font-size: 16px;
    font-weight: 700;
    margin: 4px 0;
    line-height: 1.2;
}

.vourcher-detail {
    font-size: 13px;
    font-style: italic;
    line-height: 1.2;
    color: #232323;
    padding: 0 10px;
}

.vourcher-request {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
}

.vourcher-copy {
    padding: 4px 20px 3px 20px;
    min-height: 30px;
    background-color: #2F4F89;
    cursor: pointer;
    color: #ffffff;
    transition: all .25s linear;
    text-transform: uppercase;
    border-radius: 30px;
}

.product-promotion-banner {
    border-radius: 10px;
    overflow: hidden;
    margin: 13px 0 20px 0;
}

.btn__custom:hover {
    background: #000000;
    color: #ffffff;
}

.btn__custom2:hover {
    background: #2F4F89;
    border-color: #2F4F89;
}

/* Gallery */
.gallery-image {
    overflow: hidden;
    border-radius: 10px;
}

.gallery-image a {
    display: block;
}

.gallery-image img {
    width: 100%;
    transition: .3s all;
}

.gallery-image:hover img {
    transform: scale(1.1);
}

.gallery-button-next,
.gallery-button-prev {
    border: 1px solid #000000;
    border-radius: 50%;
}

.gallery-button-next::after,
.gallery-button-prev::after {
    color: #000000;
}

/* Footer */

.call-action {
    background: #f5f5f5;
    position: relative;
}

.call-action-content {
    width: 100%;
    margin: 0 auto;
    position: relative;
    text-align: right;
    padding: 5px 0;
}

.call-action-left {
    display: flex;
    align-items: center;
    color: var(--cl-text);
    text-align: left;
    gap: 12px;
}

.call-action-src {
    max-height: 35px;
    width: auto;
}

.call-action-left-title {
    color: #333333;
    font-size: 18px;
    margin-bottom: 7px;
    text-align: center;
    font-weight: 600;
}

.call-action-right {
    display: flex;
    align-items: center;
    gap: 5px;
}

.call-action-bottom {
    width: 100%;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
}

.call-action-bottom input.form-control {
    padding-left: 20px;
    padding-right: 20px;
    width: 100%;
    height: 50px;
    line-height: 50px;
    font-size: 14px;
    margin-bottom: 0;
    border-radius: 10px;
    border: none;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    min-width: 230px;
}

.call-action-bottom input.form-control:focus {
    box-shadow: none;
}

.call-action-btn {
    border-radius: 10px;
    min-width: 100px;
}

.footer-main {
    padding-bottom: 20px;
    background: #031846;
    color: #ffffff;
    position: relative;
}

.footer-header h3 {
    color: #ffffff;
    margin-top: 20px;
    margin-bottom: 13px;
    border: none;
    text-transform: uppercase;
    line-height: 1.5;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.footer-menu li {
    padding-bottom: 5px;
    line-height: 24px;
}

.footer-menu-li p,
.footer-menu-li a {
    color: rgb(255 255 255 / 80%);
    margin-bottom: 0;
}
.footer-menu-li p {
    margin-bottom: 10px;
}

.footer-menu-li .footer-btn-hotline {
    background: #d5d5d5;
    color: #050834;
    border-radius: 16px;
    max-width: 290px;
    justify-content: center;
    font-size: 20px;
    margin-top: 5px;
    padding: 0 10px;
    display: flex;
    align-items: center;
}

.footer-btn-hotline img {
    width: 26px;
    margin-right: 15px;
}

.footer-btn-hotline b {
    margin-left: 5px;
}

.footer-copyright-text-2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    gap: 15px;
}

.footer-social-icon i {
    font-size: 25px;
    line-height: 1;
    color: #ffffff;
}

.footer-social-mobile {
    display: none;
}

.footer-bottom {
    background: #031846;
    position: relative;
    border-top: 1px solid #3c3c3c;
    padding: 20px 0 15px 0;
}

.footer-bottom-dark p ,
.footer-bottom-dark h5 {
    color: #fff;
}
.footer-bottom-dark h5  {
    font-size: 16px;
}

.footer-copyright-title {
    font-weight: 600;
    color: #ffffff;
    font-size: 16px;
}

.footer-copyright-desc {
    font-size: 14px;
    color: #ffffff;
}

/* ----------------------------------- Other Pages Styles ----------------------------------- */

/*---------------------
  Archive
-----------------------*/

.banner-cate {
    padding-bottom: 24px;
}

.banner-cate-swiper {
    text-align: center;
}

.filter-top {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 10px;
}

.filter-sort {
    display: flex;
    align-items: center;
    gap: 10px;
}

.filter-sort-title {
    text-transform: uppercase;
}

.search-form .form-select:focus {
    box-shadow: none;
}

.menu-nav {
    margin-bottom: 20px;
    padding-bottom: 8px;
    border-bottom: 1px solid #E9EAE8;
}

.title-cate {
    margin-bottom: 16px;
}

.title-cate a {
    color: #000000;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.form-check-item .form-check-input {
    border-color: #000000;
    margin-right: 8px;
}

.form-check-item .form-check-input:focus {
    box-shadow: none;
}

.form-check-item {
    margin-bottom: 12px;
    font-size: 14px;
    display: flex;
    align-items: center;
}

.content-cate {
    display: flex;
    flex-wrap: wrap;
}

.cate-check {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%;
}
._paginate ul {
    gap: 12px;
}

._paginate span,
._paginate a {
    font-size: 14px;
    color: #333333;
    font-weight: 700;
    cursor: pointer;
    height: 34px;
    line-height: 34px;
    padding-left: 12px;
    padding-right: 12px;
    border-radius: 5px;
}

._paginate li.active a {
    color: #ffffff;
    background: #000000;
}

.detail-description {
    overflow: hidden;
    max-height: 600px;
    position: relative;
}

.detail-description.active {
    overflow: initial;
    max-height: initial;
}

.detail-description::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(180deg, hsla(0, 0%, 100%, 0) 20%, #fff);
}

.detail-description.active::after {
    display: none;
}

.detail__article h1 {
    font-size: 30px;
    line-height: 48px;
    color: #000000;
    font-weight: 700;
}

.detail__article p {
    font-size: 14px;
    line-height: 24px;
    color: #333333;
}

.detail-readmore {
    padding-top: 20px;
    padding-bottom: 15px;
    cursor: pointer;
    text-align: center;
}

.detail-readmore .btn__custom {
    background-color: transparent;
    color: #2F4F89;
    border: 1px solid #2F4F89;
    margin: 0 auto;
}

/*filter*/
#shop-sidebar.offcanvas {
    visibility: visible !important;
}

#shop-sidebar.offcanvas:not(.offcanvas-end):not(.offcanvas-bottom):not(.offcanvas-top) {
    top: 0;
    left: 0;
    width: 20rem;
    border-right: 0 solid rgba(0, 0, 0, 0);
    transform: translateX(-100%)
}

#shop-sidebar.offcanvas.show {
    transform: none !important;
    box-shadow: 0 .3rem 1.525rem -0.375rem rgba(0, 0, 0, .1) !important
}

.sidebar-item {
    transition: all 0.3s;
}
.sidebar-item .menu-sub {
    display: none;
    padding-left: 30px;
}
.sidebar-item.open> .menu-sub {
    display: block;
}

.menu-toggle {
    position: relative;
    width: 100%;
    cursor: pointer;
}
.menu-toggle::after {
    content: "";
    position: absolute;
    display: block;
    border: 2px solid;
    block-size: .45em;
    border-block-end:0;
    border-inline-start:0;
    inline-size: .45em;
    inset-block-start: 49%;
    transform: translateY(-50%) rotate(45deg)
}

.sidebar-item .menu-toggle {
    padding-inline-end:calc(0.9375rem + 1.76em)}

.sidebar-item .menu-toggle::after {
    inset-inline-end: 5px;
    transition: transform .3s
}
.sidebar-item.open > .form-check > .menu-toggle::after {
    transform: translateY(-50%) rotate(135deg)
}

@media (min-width: 992px) {
    #shop-sidebar.offcanvas-collapse {
        display: block;
        position: static;
        top: auto !important;
        right: auto !important;
        bottom: auto !important;
        left: auto !important;
        width: 100% !important;
        height: auto !important;
        transform: none !important;
        background-color: rgba(0, 0, 0, 0);
    }

    #shop-sidebar .offcanvas-header, 
    #shop-sidebar .offcanvas-footer {
        display: none;
    }
}
/*filter*/

/*---------------------
  Single Product
-----------------------*/

.detail,
.detail-description-top {
    margin-bottom: 24px;
    padding-bottom: 24px;
    border-bottom: 1px solid #E9EAE8;
}

.pdp-image-gallery-block {
    display: flex;
}
.gallery_pdp_container {
    position: relative;
    float: left;
    padding: 0 0 25px 0;
}

#gallery_pdp {
    margin: 0;
    width: 100px;
    float: left;
}

#gallery_pdp a {
    display: block;
}

#gallery_pdp a:not(:last-child) {
    margin-bottom: 12px;
}

#gallery_pdp a img {
    border: 3px solid #F7F7F7;
    border-radius: 5px;
}

.gallery-viewer {
    margin: 3px 10px;
/*    margin-top: 5%;*/
}

.product-detail-brand {
    text-transform: uppercase;
    color: #2F4F89;
    margin-bottom: 7px;
    margin-top: 20px;
}

.product-detail-name {
    color: #000000;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 8px;
}

.product-detail-info {
    display: flex;
    align-items: center;
    gap: 5px;
    line-height: 1;
}

.product-detail-catalog {
    text-transform: uppercase;
    color: #959595;
}

.product-detail-starel {
    display: flex;
    align-items: center;
    gap: 7px;
}

.product-detail-trademark, 
.product-detail-star {
    color: #232323;
    display: inline-block;
}

.product-detail-star i {
    color: #fecd08;
    margin-right: 5px;
}

.product-detail-star i:last-child {
    margin-right: 0;
}

.product-detail-sku {
    margin-top: 10px;
}

.product-detail-sku p {
    margin-bottom: 0;
    font-weight: 700;
    text-transform: uppercase;
    color: #000;
    line-height: 1;
}

.detail-prices {
    padding-top: 24px;
    padding-bottom: 24px;
}

.product-detail-prices,
.product-detail-prices p {
    font-weight: 700;
    line-height: 1;
}

.product-detail-prices p {
    display: flex;
    gap: 10px;
    color: #000000;
    margin-bottom: 0;
}

.product-detail-prices p:not(:last-child) {
    margin-bottom: 5px;
}

.product-detail-prices span,
.product-detail-prices span sup {
    color: #f00;
}

.product-detail-prices2 {
    font-size: 18px;
    color: #000000;
}

.product-detail-prices2 sup {
    top: 0;
}

.product-detail-prices2 .product-detail-discount,
.product-detail-prices2 .product-detail-discount sup {
    color: #2F4F89;
}

.product-discount-wrapper {
    color: #f00;
    font-weight: 400;
}

.selector-wrapper {
    display: grid;
    grid-template-columns: auto auto;
}

.selector-wrapper:not(:last-child) {
    margin-bottom: 15px;
}

.detail-option-title {
    color: #000000;
    text-transform: capitalize;
    flex: 1;
    line-height: 1;
    margin-bottom: 5px;
}

.detail-option-title b {
    text-transform: uppercase;
}

.single-option-selector {
    display: flex;
    flex-wrap: wrap;
    white-space: nowrap;
}

.option_custom {
    border: 1px solid #E9EAE8;
    background: #E9EAE8;
    position: relative;
    border-radius: 5px;
    cursor: pointer;
    margin-right: 8px;
    margin-bottom: 8px;
    text-align: center;
    font-size: var(--fz-normal);
    transition: .3s all;
    height: 48px;
    line-height: 46px;
    min-width: 48px;
    padding: 0 5px;
    font-weight: 500;
}

.option-color_custom {
    border-radius: 50%;
    border-width: 2px !important;
}

.option_custom.active {
    position: relative;
    overflow: hidden;
}

.option_custom:hover, 
.option_custom.active {
    color: #2F4F89;
    border: 1px solid #2F4F89;
}

.detail-option-number {
    color: #000000;
    flex: 1;
    line-height: 1;
    margin-bottom: 5px;
    display: flex;
}

.stock-quantity-product {
    padding-left: 5px;
}

.stock-quantity-product span {
    color: #f00;
    font-weight: bold;
}

.product-detail-quality {
    color: #000000;
    font-size: 24px;
    line-height: 48px;
    border-color: #000000;
    border-style: solid;
    border-width: 1px;
    position: relative;
    vertical-align: middle;
    display: flex;
    font-weight: 400;
    line-height: 1;
    border-radius: 30px;
    padding: 0 10px;
    max-width: 136px;
    height: 48px;
    margin-top: 15px;
}

.quantity__augure, 
.quantity__reduce {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 35px;
    height: 100%;
    line-height: 1em;
    color: #000000;
}

.product-detail-quality input[type="number"],
.product-cart-left-count-btn input[type="number"] {
    border: 0;
    background-color: transparent;
    pointer-events: none;
    text-align: center;
    flex: 1;
    max-width: 40px;
    -moz-appearance: textfield;
}

.product-detail-quality input[type="number"]::-webkit-outer-spin-button,
.product-detail-quality input[type="number"]::-webkit-inner-spin-button,
.product-cart-left-count-btn input[type="number"]::-webkit-outer-spin-button,
.product-cart-left-count-btn input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.detail-add-cart {
    margin-top: 24px;
    padding-top: 24px;
    border-top: 1px solid #E9EAE8;
}

.detail-add-cart a.btn__custom-line,
.detail-add-cart a.btn__custom2 {
    display: block;
    font-size: 18px;
    margin-bottom: 10px;
}

.btn__custom-line {
    border-color: #000000;
    background: #ffffff;
    color: #000000;
}

.btn__custom2 {
    background-color: #000000;
    border-color: #000000;
    color: #ffffff;
}

.btn__custom-gray {
    border-color: #E9EAE8;
    background: #E9EAE8;
    color: #333333;
}

.btn__custom-input {
    border-radius: 10px;
    min-width: inherit;
}

.detail-social-bottom .btn__custom {
    color: #000000;
    background: transparent;
    width: 50%;
    font-size: 16px;
    overflow: inherit;
}

.detail-social-bottom {
    gap: 10px;
    display: flex;
    margin-bottom: -10px;
}

.el-social-dropdown {
    display: none;
    background: #ffffff;
    height: 54px;
    width: 100%;
    min-width: 200px;
    padding: 3px 10px 3px 10px;
    border-radius: 10px;
    box-shadow: 0 0 3px rgb(0 0 0 / 21%);
    margin-top: 10px;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.btn__custom-share.active .el-social-dropdown {
    display: flex;
}

.el-social-dropdown a {
    display: flex;
}

.el-social-dropdown i {
    font-size: 28px;
    /*margin-right: 5px;*/
}

.product-detail-heading-twitter {
    color: #009deb;
}

.product-detail-heading-facebook {
    color: #4064ac;
}

.product-detail-heading-pinterest {
    color: #e20017;
}

.product-detail-heading-linkedin {
    color: #0a63bc;
}

.detail-tab-info {
    margin-bottom: 24px;
}

.detail-tab-info ul {
    border: none;
    gap: 2px;
}

.detail-tab-info li a.nav-link {
    border: none;
    cursor: pointer;
    text-transform: uppercase;
    background: transparent;
    color: #000000;
    border: 1px solid transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    height: 50px;
    line-height: 48px;
    border-radius: 30px;
    min-width: 160px;
    padding: 0 20px;
}

.detail-tab-info li a.nav-link:hover {
    border-color: #000000;
    color: #000000;
}

.detail-tab-info li a.nav-link.active {
    background: #000000;
    color: #ffffff;
    border-color: #000000;
}

.news-detail-summary {
    border: 1px solid #ccc;
    background-color: #fff;
    padding: 10px 20px;
    margin-top: 15px;
    margin-bottom: 15px;
    border-radius: 8px;
    position: relative;
}

.news-detail-summary-title {
    color: #000000;
    font-size: 16px;
    text-transform: uppercase;
    display: flex;
    align-items: center;
}

.news-detail-summary-title i {
    font-size: 18px;
    margin-right: 10px;
    position: relative;
}

.news-detail-summary-icon {
    position: absolute !important;
    right: 10px;
    top: 10px;
    cursor: pointer;
}

.news-detail-toc {
    max-height: 190px;
    overflow: auto;
}

.auto_toc {
    margin: 14px 0;
    padding-left: 40px;
}

.news-detail-toc a {
    color: #000000 !important;
    font-size: 16px;
    line-height: 32px;
    display: block;
}

.detail__article h2 {
    font-size: 20px;
    color: #333333;
    font-weight: 700;
    line-height: 29px;
}

.detail__article p {
    font-size: 14px;
    line-height: 21px;
}

.eval-heading {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #E9EAE8;
}

.eval-heading-left span {
    color: #2F4F89;
}

.eval-top-star {
    display: flex;
    align-items: center;
    gap: 5px;
}

.eval-top-star i {
    color: #dadada;
    margin-right: 5px;
}

.eval-top-total {
    line-height: 17px;
    margin-top: 4px;
    font-weight: 400;
}

.star-rating {
    position: relative;
    top: 0;
    padding-left: 5px;
    display: inline-block;
    vertical-align: middle;
}

.star-rating i {
    font-size: 18px;
    line-height: 18px;
    color: #fecd08;
}

.text_star {
    margin-left: 10px;
    position: absolute;
    background: #f00;
    color: #ffffff;
    padding: 3px 8px;
    box-sizing: border-box;
    font-size: 12px;
    border-radius: 2px;
    display: inline-block;
    vertical-align: middle;
}

.text_star::after {
    right: 100%;
    top: 50%;
    border: solid transparent;
    content: '';
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(82, 184, 88, 0);
    border-right-color: #f00;
    border-width: 6px;
    margin-top: -6px;
}

.number_star_bottom_content {
    padding-bottom: 5px;
}

.radio-form {
    display: flex;
    align-items: center;
    gap: 10px;
}

.radio-form .form-check {
    padding: 0;
    display: flex;
    gap: 5px;
}

.radio-form label {
    font-size: 14px;
}

.formComment input {
    padding: 15px 20px;
}

.formComment textarea {
    width: 100%;
    border-color: #E9EAE8;
    border-radius: 30px;
    padding: 15px 20px;
    margin-bottom: 13px;
}

.products-viewed {
    padding: 30px 0;
}

/*---------------------
  Cart Product
-----------------------*/

.cart-product {
    padding-bottom: 30px;
}

.product-cart-list {
    display: block;
    border-color: transparent;
    font-size: 13px;
}

.product-cart-list ul {
    border-bottom: 1px solid #f0f0f0;
    display: flex;
    padding: 15px 0;
}

.product-cart-right-box li {
    position: relative;
}

.product-cart-left-image {
    width: 80px;
    padding: 10px 0 0 10px;
}

.product-cart-left-info {
    width: calc(100% - 70px);
    padding: 7px 10px 10px 10px !important;
}

.product-cart-left-price {
    margin-top: 3px;
    margin-bottom: 2px;
}

.product-cart-left-image img {
    border-radius: 8px;
}

.product-cart-left-name a {
    color: #000000;
    font-weight: 500;
    line-height: 20px;
    font-size: 14px;
}

.product-cart-size-bg {
    position: relative;
}

.product-cart-size-title {
    background: #E9EAE8;
    position: relative;
    cursor: pointer;
    padding: 5px 13px 5px 13px;
    margin-top: 5px;
    margin-bottom: 8px;
    display: inline-block;
    /*text-align: center;*/
    font-size: 14px;
    transition: .3s all;
    border-radius: 10px;
    font-weight: 300;
}


.product-cart-left-trash {
    margin-top: 4px;
}

.product-cart-left-trash a {
    color: #959595;
    font-weight: 400;
    font-size: 14px;
}

.product-cart-left-count-btn {
    display: flex;
    align-items: center;
    height: 32px;
    line-height: 32px;
    border: 1px solid #000000;
    width: 100px;
    border-radius: 30px;
    overflow: hidden;
}

.product-cart-total-title {
    text-transform: uppercase;
    font-weight: 700;
    color: #000000;
    font-size: 14px;
}

.product-cart-sum {
    display: flex;
    position: relative;
    padding-top: 8px;
    font-size: 14px;
}

.product-cart-sum-left {
    text-align: left;
    flex: 1;
}

.product-cart-sum-left span {
    font-size: 12px;
}

.product-cart-sum:last-child .product-cart-sum-left {
    color: #000000;
    font-weight: 700;
}

.product-cart-sum:last-child .product-cart-sum-right {
    font-weight: 700;
    color: #2F4F89;
}

.product-cart-total-wrapper {
    background: #E9EAE8;
    border-radius: 10px;
    padding: 15px 15px;
    margin-top: 20px;
}

.discount-code-title {
    text-transform: uppercase;
    margin: 20px 0 5px 0;
    font-size: 14px;
    font-weight: 300;
}

.discount-code-input {
    display: flex;
    align-items: center;
    gap: 10px;
}

.discount-code-input input[type="text"] {
    padding-right: 15px;
    padding-left: 15px;
    height: 50px;
    line-height: 50px;
    font-size: 14px;
    border-radius: 10px;
}

.discount-code-input input[type="text"]:focus {
    box-shadow: none;
}

.discount-code-input .btn__custom {
    padding: 0;
    min-width: 60px;
    font-size: 14px;
}

.btn__custom-payment {
    display: block;
    margin-top: 10px;
}

/*---------------------
  Cart Orrder Product
-----------------------*/

.product-cart-right {
    background: #E9EAE8;
    border-radius: 10px;
    padding: 15px 15px;
    margin-bottom: 20px;
    font-size: 14px;
}

.steps-basic-heading {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 700;
    color: #000000;
}

.steps-basic-heading span {
    color: #2F4F89;
}

.product-cart-right .steps-basic-heading {
    border-bottom: 1px solid #dbdbdb;
    padding-bottom: 5px;
    margin-bottom: 10px;
}

.product-cart-order {
    flex: 1;
}

.name-product-order {
    font-size: 14px;
}

.table_order.product-cart-list ul {
    border-color: #dbdbdb;
    padding-bottom: 8px;
    margin-bottom: 10px;
}

.product-cart-order .product-price-order {
    color: #2F4F89;
    font-weight: 600;
}

.info_other.product-cart-total-wrapper {
    padding: 0;
    background: transparent;
}

.product-cart-sum-total.product-cart-sum {
    color: #000000;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 700;
}

.product-cart-sum-total span {
    display: block;
    text-transform: none;
    font-weight: 400;
}

.gender-order {
    display: flex;
    gap: 10px;
}

.gender-order2 {
    margin: 15px 0;
}

.gender-order .form-check {
    padding-left: 0;
    display: flex;
    align-items: center;
    gap: 8px;
    line-height: 1;
    font-size: 14px;
}

.checkout-login {
    font-size: 14px;
}

.checkout-login span {
    cursor: pointer;
    font-weight: 700;
    color: #2F4F89
}

.title-input {
    padding-bottom: 4px;
    font-weight: 500;
    font-size: 14px;
}

.addrres-info input[type="text"],
.addrres-info input[type="tel"],
.addrres-info input[type="email"], 
.form-checkout textarea,
.fillinput input {
    background: #E9EAE8;
    border-radius: 8px;
    border: none;
    height: 50px;
    padding: 0 15px;
    color: #000000;
    font-size: 14px;
}

.form-checkout textarea {
    width: 100%;
}

.addrres-info input::placeholder,
.form-checkout textarea::placeholder {
    opacity: 0;
}

.addrres-info input:focus,
.form-checkout textarea:focus,
.fillinput input:focus {
    box-shadow: none;
    background: #E9EAE8;
}

.choices {
    position: relative;
    margin-bottom: 0;
    font-size: 14px;
}

.choices[data-type*=select-one] {
    cursor: pointer;
}

.choices__inner {
    background: #E9EAE8;
    border-radius: 8px;
    border: none;
    height: 50px;
    padding: 0 5px;
    color: #000000;
    position: relative;
}

.choices[data-type*=select-one] .choices__input {
    display: block;
    width: 100%;
    padding: 10px;
    border-bottom: 1px solid #ddd;
    background-color: #fff;
    margin: 0;
}

.choices[data-type*=select-multiple] .choices__input.is-hidden, 
.choices[data-type*=select-one] .choices__input.is-hidden, 
.choices__input.is-hidden {
    display: none;
}

.choices__list {
    margin: 0;
    padding-left: 0;
    list-style: none;
}

.choices__list--single {
    display: inline-block;
    padding: 0;
    width: 100%;
}

body .choices__list--single {
    height: 100%;
    display: flex;
    align-items: center;
}

.choices__item {
    cursor: default;
}

.choices__item--selectable {
    cursor: pointer;
}

.choices__list--single .choices__item {
    width: 100%;
}

.choices__list--dropdown {
    display: none;
    z-index: 1;
    position: absolute;
    width: 100%;
    background-color: #fff;
    border: 1px solid #ddd;
    top: 100%;
    margin-top: -1px;
    border-bottom-left-radius: 2.5px;
    border-bottom-right-radius: 2.5px;
    overflow: hidden;
    word-break: break-all;
}

body .choices__list--dropdown {
    margin-top: -19px;
}

.choices__list--dropdown .choices__list {
    position: relative;
    max-height: 300px;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    will-change: scroll-position;
}

.choices__item--selectable {
    cursor: pointer;
}

.choices__list--dropdown .choices__item {
    position: relative;
    padding: 10px;
    font-size: 14px;
}

.choices[data-type*=select-one]::after {
    content: '\f078';
    font-family: "Font Awesome 6 Pro";
    height: 0;
    width: 0;
    position: absolute;
    top: 17px;
    right: 25px;
    pointer-events: none;
    font-size: 13px;
    border: none;
}

.choices__inner .nice-select {
    width: 100%;
    height: 50px;
    line-height: 40px;
    border: 0;
    background-color: unset;
}
.choices__inner .form-select:focus {
    box-shadow: unset;
}
.choices__inner .select2-container--default .select2-selection--single {
    background-color: unset;
    border: 0;
    height: 50px;
    font-size: 14px;
}
.choices__inner .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 50px;
}
.choices__inner .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 48px;
}

.your-order .product-cart-size-title {
    display: block;
    background: unset;
    padding: 0;
    margin-top: 0;
}
/*---------------------
  News Page
-----------------------*/

.news3-item {
    display: block;
    position: relative;
    margin-bottom: 10px;
}

.news3-image {
    width: 100%;
    padding: 0;
    border-radius: 5px;
    overflow: hidden;
}

.news3-image img {
    width: 100%;
    min-height: 250px;
    object-fit: cover;
    border-radius: 10px;
}

.news3-content {
    width: 100%;
    padding-left: 0;
}

.news3-content {
    background: linear-gradient(to bottom, transparent, #000000);
    position: absolute;
    z-index: 1;
    left: 0;
    bottom: 0px;
    padding: 80px 20px 17px 20px;
    border-radius: 0 0 10px 10px;
}

.news3-cata,
.cate {
    text-transform: uppercase;
    margin-bottom: 3px;
    font-size: 13px;
    color: #ffffff;
}

.news3-content a,
.content-news a {
    color: #ffffff;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-weight: 700;
    line-height: 1.5;
    font-size: 20px;
    margin-bottom: 3px;
    margin-top: 0px;
    -webkit-line-clamp: 2;
}

.news3-date,
.date {
    color: #c6c6c6;
}

.item-news {
    display: flex;
    position: relative;
}

.item-news:not(:last-child) {
    margin-bottom: 15px;
}

.thumb-news {
    width: 170px;
    border-radius: 5px;
    overflow: hidden;
}

.content-news {
    width: calc(100% - 170px);
    padding-left: 15px;
}

.cate {
    color: #2F4F89;
}

.content-news a {
    font-size: 16px;
    color: #000000;
}

.blogs {
    background: #E9EAE8;
}

.news-item {
    background: #ffffff;
    position: relative;
    border-radius: 10px;
}

.news-image {
    position: relative;
    box-sizing: border-box;
    overflow: hidden;
    border-radius: 10px 10px 0 0;
}

.news-image a {
    position: relative;
    overflow: hidden;
    padding-top: 70%;
    width: 100%;
    height: 0;
    display: block;
}

.news-image img {
    transition: all ease-in .3s;
    -webkit-transition: all ease-in .3s;
    -moz-transition: all ease-in .3s;
    position: absolute;
    display: block;
    width: 100%;
    max-width: 100%;
    height: 100%;
    max-height: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    object-fit: cover;
}

.news-item:hover img {
    transform: scale(1.1);
}

.news-overlay {
    padding: 15px 18px;
}

.news-cata {
    text-transform: uppercase;
    color: #2F4F89;
}

.news-overlay a {
    display: block;
    color: #000000;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    font-size: 16px;
    text-transform: capitalize;
    font-weight: 600;
    line-height: 1.5;
    margin: 5px 0 13px 0;
    min-height: 48px;
}

.news-date {
    color: #c6c6c6;
}

/*---------------------
  Contact Page
-----------------------*/

.contact-form {
    padding: 30px 0;
}

.contact-box {
    display: flex;
    margin-bottom: 24px;
}

.contact-box i {
    color: #2F4F89;
    font-size: 24px;
    margin-right: 15px;
}

.contact-box h3 {
    font-family: "SVN-Gilroy", sans-serif;
    font-weight: 500;
    font-size: 16px;
    color: #333333;
    margin-bottom: 0;
}

.contact-box p {
    margin-bottom: 0;
    font-size: 14px;
    line-height: 28px;
}

.contact-form-item .form-control {
    border: 1px solid #E9EAE8;
    font-size: 14px;
    padding-left: 20px;
    padding-right: 20px;
    width: 100%;
    height: 45px;
    border-radius: 4px;
}

.contact-form-item .form-control-textarea {
    height: inherit;
}

.contact-form-item .form-control:focus,
.contact-form-item .form-control-textarea:focus {
    box-shadow: .5px .866px 5px 0 rgba(179,179,179,0.5);
}

.contact-form-button {
    display: block;
    width: 100%;
    height: 45px;
    line-height: 45px;
    border-radius: 4px;
}

.map-contact {
    margin-bottom: -7px;
}

.map-contact iframe {
    max-width: 100%;
}



@media (min-width: 200px) {
    .breadcrumb {
        position: relative;
        z-index: 2;
        padding-top: 10px;
        margin-bottom: -12px;
    }

    .breadcrumb-content {
        position: relative;
        align-content: center;
        /*z-index: 2;*/
    }

    .breadcrumb-list {
        display: flex;
        align-items: center;
    }

    .breadcrumb-item {
        position: relative;
        padding-left: 22px;
        white-space: nowrap;
    }

    .breadcrumb-item:first-child {
        padding-left: 0;
    }

    .breadcrumb-item a {
        color: #959595;
        position: relative;
        text-transform: capitalize;
        font-size: 12px;
    }

    .breadcrumb-item:last-child {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        overflow: hidden;
    }

    .breadcrumb-item.active a, 
    .breadcrumb-item a:hover {
        color: #000000;
    }
}

@media (min-width: 400px) {
    .header-nav {
        width: 100%;
    }
}

@media (min-width: 640px) {
    .choices__list--dropdown .choices__item--selectable {
        padding-right: 0px;
    }
}

@media (min-width: 768px) {

    .product-sales-banner {
        gap: 10px;
        padding-bottom: 16px;
    }

    .product-sales-left {
        flex: auto;
        max-width: 100%;
    }

    .countdown {
        flex-direction: row;
        gap: 10px;
    }

    .countdown-timer {
        gap: 10px;
    }

    .timer-decor {
        display: none;
    }

    .product-sales-title {
        max-width:100%;
        font-size: 30px;
    }

    .timer-number {
        font-size: 24px;
    }

    .vourcher-detail {
        padding: 0 14px;
    }

    .vourcher-request {
        flex-direction: row;
    }

    .footer-header3 {
        margin-top: 35px;
    }

    .product-detail-brand {
        font-size: 16px;
        margin-top: 0;
    }

    .product-detail-name {
        font-size: 30px;
    }

    .product-detail-info,
    .product-box-text-star {
        font-size: 16px;
    }

    .detail-option-title {
        margin-bottom: 8px;
        font-size: 14px;
    }
}

@media (min-width: 992px) {
    .footer-header h3 {
        margin-top: 0;
        font-size: 16px;
    }

    .footer-menu li {
        padding-bottom: 10px;
    }

    .footer-bottom img {
        position: absolute;
        right: 10px;
        top: -60px;
    }

    .product-cata-desc {
        padding-right: 20px;
    }

    .news-detail-summary {
        max-width: 600px;
    }

    .cl-right {
        order: 2;
    }

    .news3-item {
        margin-bottom: 15px;
    }

    .news3-image img {
        min-height: 415px;
    }

    .news3-cata,
    .cate {
        font-size: 14px;
    }

    .news3-content a {
        font-size: 24px;
    }

    .item-news:not(:last-child) {
        margin-bottom: 20px;
    }
}

@media (min-width: 1025px) {
    .header-middle {
        padding: 0;
        height: 195px;
        align-items: flex-end;
        flex-wrap: wrap;
    }

    .header-middle-content {
        padding: 0;
    }

    .header-middle-left {
        margin-right: 0;
        width: 100%;
        padding-bottom: 25px;
        justify-content: center;
    }

    .header-logo img {
        width: auto;
        height: 36px;
    }

    .header-middle-center {
        position: relative;
        width: auto;
        justify-content: flex-start;
    }

    .header-nav {
        background-color: transparent;
        position: relative;
        text-align: center;
        flex: 0 0 100%;
        max-width: 100%;
        width: unset;
        height: unset;
        line-height: inherit;
        padding: 0;
        overflow: inherit;
        -webkit-box-shadow: none;
        box-shadow: none;
        -webkit-transform: none;
        transform: none;
        z-index: 99;
    }

    .header-navbar {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        justify-content: center;
        position: relative;
        border: none;
    }

    .header-navbar-li {
        border: none;
    }

    .header-navbar-href {
        font-size: 14px;
        padding: 20px 0 16px 0;
        margin-right: 25px;
        opacity: .8;
        color: #ffffff;
    }

    .header-navbar-href-home {
        padding: 0;
        height: 50px;
    }

    .header-middle-right {
        width: auto;
        position: relative;
        bottom: 16px;
    }

    .header-search-input {
        padding: 0 10px 0 50px;
        height: 45px;
    }

    .header-search-fake .icon {
        left: 15px;
        right: auto;
        font-size: 24px;
    }

    .header-search-content {
        background: #ffffff;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100px;
        border-radius: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        border-bottom: 1px solid #E9EAE8;
        z-index: 111;
    }

    .header-search-box {
        max-width: 500px;
        padding-left: 0 !important;
    }

    .header-search-button i {
        font-size: 18px;
    }

    .header-search-button {
        top: 15px;
    }

    .header-search-close {
        display: block;
        right: -50px;
        top: 13px;
        left: auto;
    }

    .header-search-icon, 
    .header-cart-icon, 
    .header-favourite-text,
    .btn-account-management i,
    .header-cart-text {
        font-size: 24px;
    }

    .header-logo-pc, 
    .header-search-cart,
    .header-middle-user {
        display: block;
    }

    .header-search-mobile, 
    .header-cart, 
    .header-favourite, 
    .btn-account-management {
        margin-left: 20px;
    }

    .favourite-target,
    .cart-target {
        top: -7px;
        left: 15px;
    }

    .header-bar-list-heading, 
    .header-bar-list-arrow {
        display: none;
    }

    .header-bar-list-ul-href {
        display: block;
        margin-bottom: 25px;
        font-size: 18px;
    }

    .header-bar {
        width: 100%;
        height: 45px;
        background: #E9EAE8;
        position: relative;
        display: block;
    }

    .header-bar-content {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .header-bar-list {
        display: flex;
    }

    .header-bar-list-ul-content {
        position: relative;
        background: #ffffff;
        height: 315px;
        padding-top: 30px;
        padding-bottom: 30px;
        overflow-y: auto;
        z-index: 9;
    }

    .header-bar-list-ul-scroll {
        webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3;
        max-width: 800px;
    }

    .header-bar-list-href {
        display: block;
        line-height: 45px;
        position: relative;
        margin-right: 40px;
        text-transform: uppercase;
    }

    .header-bar-list-ul-image {
        position: absolute;
        top: 20px;
        right: 20px;
        z-index: 999;
        max-height: 270px;
        width: auto;
    }

    .header-bar-list-ul {
        position: absolute;
        left: 0;
        top: 100%;
        width: 100%;
        opacity: 0;
        visibility: hidden;
        /*transition: .3s all;*/
    }

    .header-bar-list-ul::before {
        content: '';
        background-color: rgb(0 0 0 / 50%);
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: calc(100vh - 195px);
    }

    .header-bar-list-li:hover .header-bar-list-ul {
        opacity: 1;
        visibility: visible;
    }

    .header-bar-list-ul-href {
        display: block;
        margin-bottom: 25px;
        font-size: 18px;
        line-height: 14px;
    }

    .langue-currency-wrapper {
        top: 35px;
        left: auto;
        right: 0;
        -webkit-box-shadow: 0 0 3px rgb(0 0 0 / 21%);
        box-shadow: 0 0 3px rgb(0 0 0 / 21%);
    }

    .banner-adv {
        height: 42px;
        margin: 10px 0;
        font-weight: 700;
        font-size: 16px;
    }

    .swiper-pagination-bullet {
        border-radius: 10px;
        width: 10px;
        height: 10px;
    }

    .swiper-button-prev, 
    .swiper-button-next {
        height: 40px;
        width: 40px;
        line-height: 40px;
    }

    .swiper-button-prev:after, 
    .swiper-container-rtl .swiper-button-next:after,
    .swiper-button-next:after, 
    .swiper-container-rtl .swiper-button-prev:after {
        font-size: 20px;
    }

    .partner-container {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .section-title {
        margin-bottom: 25px;
    }

    .section-title h3 {
        font-size: 30px;
    }

    .partners-my-image img, 
    .partners-my-image-skeleton {
        height: 60px;
    }

    .product-sales {
        border-radius: 16px;
        padding: 20px;
        margin: 40px 0;
    }

    .heading__custom {
        margin-top: 0;
        margin-bottom: 25px;
        font-size: 30px;
    }

    .product-sales-left img {
        width: 30px;
        top: 0;
    }

    .countdown-text {
        display: block;
    }

    .countdown-timer-content {
        min-width: 42px;
    }

    .timer-text {
        font-size: 11px;
    }

    .product9-item {
        font-size: 14px;
        margin-bottom: 20px;
    }

    .product9-tag-newarrival {
        width: 40px;
    }

    .product9-title {
        -webkit-line-clamp: 1;
        margin: 12px 0 6px 0;
    }

    /*.product9-prices-flex {
        gap: 12px;
    }*/

    .product9-action {
        display: flex;
    }

    .product9-flashsale {
        height: 40px;
        line-height: 41px;
        width: 40px;
        font-size: 16px;
    }

    .product-promotion-banner {
        border-radius: 16px;
        margin: 33px 0 40px 0;
    }

    .gallery-image {
        border-radius: 16px;
    }

    .call-action-content {
        display: flex;
        justify-content: space-between;
    }

    .call-action-left-title {
        margin-bottom: -4px;
        text-align: left;
    }

    .footer-main {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .breadcrumb {
        padding-top: 24px;
        margin-bottom: 0;
    }

    .breadcrumb-item a {
        font-size: 14px;
    }

    .banner-cate {
        padding-bottom: 45px;
    }

    .product-filter {
        height: calc(100vh - 40px);
        overflow-y: auto;
    }

    .product-filter::-webkit-scrollbar {
        display: none;
    }

    .product-detail-star {
        margin-top: -2px;
    }

    .detail-prices {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .product-detail-prices,
    .product-detail-prices p {
        font-size: 30px;
    }

    .product-detail-prices2,
    .product-detail-prices2 p,
    .product-detail-prices2 sup {
        font-size: 24px;
    }

    .detail,
    .detail-description-top {
        padding-top: 0;
        margin-bottom: 35px;
        padding-bottom: 35px;
    }

    .product-cart-list-first {
        text-transform: uppercase;
        font-weight: 500;
    }

    .product-cart-list-first ul {
        line-height: 1;
        padding-top: 0;
    }

    .product-cart-left-image {
        padding: 0 10px 0 0;
    }

    .product-cart-left-info {
        width: calc(100% - 550px);
        padding: 0 !important;
    }

    .product-cart-left-price {
        color: #333333;
        margin-top: 0;
        margin-bottom: 0;
    }

    .product-cart-left-price, 
    .product-cart-left-sl, 
    .product-cart-left-total {
        width: 150px;
    }

    .product-cart-size-title {
        margin-bottom: 0;
    }

    .product-cart-left-total.prices-order {
        font-weight: 600;
        color: #000000;
        font-size: 16px;
    }

    .product-cart-total-wrapper {
        margin-top: 0;
        position: sticky;
        top: 20px;
    }

    .info_other.product-cart-total-wrapper {
        position: unset;
    }

}

@media (min-width: 1200px) {
    .container-full {
        max-width: inherit;
        padding-left: 50px;
        padding-right: 50px;
    }

    .swiper-pos .swiper-button-next {
        right: -45px;
    }

    .swiper-pos .swiper-button-prev {
        left: -45px;
    }
}

@media (min-width: 1300px) {
    .header-navbar-href {
        margin-right: 40px;
        font-size: 16px;
    }
}

@media (max-width: 1024px) {
    .header-navbar-mobile {
        flex-wrap: nowrap;
        white-space: nowrap;
        overflow-x: auto;
        border-bottom: 1px solid #E9EAE8;
    }

    .header-navbar-li {
        display: flex;
        align-items: center;
        gap: 8px;
        margin: 0 10px;
    }

    .header-bar-list-href, 
    .header-bar-list-heading {
        color: #333;
        font-size: 16px;
        text-transform: uppercase;
        font-weight: 700;
        padding: 5px 0;
    }

    .header-bar-list {
        padding: 10px;
    }

    .header-bar-list-heading {
        color: #000000;
        position: relative;
        text-align: center;
        border-bottom: 1px solid #E9EAE8;
    }

    .header-bar-list-heading i {
        position: absolute;
        left: 10px;
        top: 50%;
        transform: translateY(-50%);
    }

    .header-bar-list-ul {
        background-color: #ffffff;
        position: fixed;
        left: 0;
        top: 0;
        overflow-y: auto;
        overflow-x: hidden;
        text-align: left;
        padding: 0 0 80px 0;
        width: 100%;
        max-width: 100%;
        height: 100vh;
        line-height: 3;
        -webkit-transform: translateX(150%);
        transform: translateX(150%);
        -webkit-transition: -webkit-transform .5s ease;
        transition: transform .5s ease, -webkit-transform .5s ease;
        -webkit-overflow-scrolling: touch;
        z-index: 1002;
    }

    .header-bar-list-ul.active {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    .header-bar-list-li {
        display: flex;
        align-items: center;
        justify-content: space-between;
        border-bottom: 1px solid #E9EAE8;
    }

    .header-bar-list-ul-content {
        padding-top: 10px;
    }

    .header-bar-list-ul-href {
        display: block;
    }

    .product-sales-container {
        padding:0;
    }
}

@media (max-width: 991px) {
    .banner-swiper-next,
    .banner-swiper-prev {
        display: none;
    }

    .swiper-button-next,
    .swiper-button-prev {
        width: 30px;
        height: 30px;
    }

    .swiper-button-next:after, 
    .swiper-button-prev:after {
        font-size: 14px;
    }

    .footer-header h3 {
        font-size: 14px;
    }

    .product9-action {
        display: flex;
    }

    .product-cart-list-first,
    .product-cart-left-price,
    .product-cart-left-sl,
    .product-cart-left-total.prices-order,
    .product-cart-left-trash {
        display: none;
    }
}

@media (max-width: 767px) {
    .header-middle-user, 
    .btn-account-management, 
    .header-favourite a, 
    .header-cart {
        margin-left: 15px;
    }

    .partners-button-next, 
    .partners-button-prev {
        display: none;
    }

    .footer-social-pc {
        display: none;
    }

    .footer-social-mobile {
        display: block;
    }

    ._page_public {
        overflow: hidden;
    }

    .pdp-image-gallery-block {
        flex-direction: column-reverse;
    }

    .gallery-viewer {
        order: 2;
    }

    .gallery_pdp_container {
        order: 1;
    }

    #gallery_pdp {
        float: none;
        display: flex;
        flex-wrap: wrap;
        margin: 0;
        width: 100%;
    }

    #gallery_pdp a {
        margin-bottom: 0 !important;
        max-width: 33%;
        flex: 0 0 33%;
    }

    .product-detail-catalog a {
        display: block;
        font-size: 14px;
    }

    .product-box-text-star,
    .eval-top-star-icon,
    .eval-top-total {
        font-size: 14px;
    }

    .eval-top-star i {
        margin-right: 0;
    }

    .detail-tab-info li a.nav-link {
        font-size: 14px;
        min-width: inherit;
    }

    span.number_star_text {
        display: block;
    }

    .product9-prices-flex {
        margin-bottom: 5px;
    }

    .product9-prices-action {
        display: block;
    }
}


/*password toggle*/
.password-toggle {
    position: relative
}

.input-group .password-toggle {
    width: 100%;
}
.input-group .password-toggle input {
    width: 100%;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.password-toggle .form-control {
    padding-right: 3rem
}

.password-toggle-btn {
    position: absolute;
    top: 50%;
    right: .625rem;
    margin-bottom: 0;
    padding: .5rem;
    transform: translateY(-50%);
    font-size: 1.0625rem;
    line-height: 1;
    cursor: pointer
}

.password-toggle-btn .password-toggle-indicator {
    transition: color .2s ease-in-out;
    color: #7d879c;
    font-family: "cartzilla-icons";
    font-style: normal
}

.password-toggle-btn .password-toggle-indicator::before {
    content: "î¤·"
}

.password-toggle-btn .password-toggle-indicator:hover {
    color: #4b566b
}

.password-toggle-btn .password-toggle-check {
    position: absolute;
    left: 0;
    z-index: -1;
    width: 1rem;
    height: 1.25rem;
    opacity: 0
}

.password-toggle-btn .password-toggle-check:checked~.password-toggle-indicator::before {
    content: "î§–"
}

.was-validated .password-toggle .form-control:invalid,.was-validated .password-toggle .form-control.is-invalid,.was-validated .password-toggle .form-control:valid,.was-validated .password-toggle .form-control.is-valid {
    padding-right: 4rem
}

.was-validated .password-toggle .form-control:invalid+.password-toggle-btn,.was-validated .password-toggle .form-control.is-invalid+.password-toggle-btn,.was-validated .password-toggle .form-control:valid+.password-toggle-btn,.was-validated .password-toggle .form-control.is-valid+.password-toggle-btn {
    right: 2.1rem
}
/*password toggle*/

.login-content,
.register-content {
    position: relative;
}
/*content loading*/
.mh-100{
    min-height: 100px !important;
}
.list-content-loading {
  background: rgba(0, 0, 0, .3);
  border-radius: 3px;
  bottom: 0;
  display: none;
  left: 0;
  /*margin: -15px;*/
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1021;
}

.half-circle-spinner {
  border-radius: 100%;
  height: 60px;
  margin: 20px auto;
  position: relative;
  width: 60px
}

.half-circle-spinner,
.half-circle-spinner * {
  box-sizing: border-box
}

.half-circle-spinner .circle {
  border: 3px solid transparent;
  border-radius: 100%;
  content: "";
  height: 100%;
  position: absolute;
  width: 100%
}

.half-circle-spinner .circle.circle-1 {
  -webkit-animation: half-circle-spinner-animation 1s infinite;
  animation: half-circle-spinner-animation 1s infinite;
  border-top-color: var(--color-primary)
}

.half-circle-spinner .circle.circle-2 {
  -webkit-animation: half-circle-spinner-animation 1s infinite alternate;
  animation: half-circle-spinner-animation 1s infinite alternate;
  border-bottom-color: var(--color-primary)
}

@-webkit-keyframes half-circle-spinner-animation {
  0% {
    transform: rotate(0)
  }
  to {
    transform: rotate(1turn)
  }
}

@keyframes half-circle-spinner-animation {
  0% {
    transform: rotate(0)
  }
  to {
    transform: rotate(1turn)
  }
}

.list-content-loading .half-circle-spinner .circle.circle-1 {
  border-top-color: #fff
}

.list-content-loading .half-circle-spinner .circle.circle-2 {
  border-bottom-color: #fff
}

.list-content-loading .half-circle-spinner {
    left: 0;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.list-content-loading .half-circle-spinner .circle {
  border: 5px solid transparent
}

@media screen and (max-width:768px) {
  .list-content-loading {
    top: 15px
  }
}


@-webkit-keyframes button-loading-spinner {
  0% {
    transform: rotate(0)
  }
  to {
    transform: rotate(1turn)
  }
}

@keyframes button-loading-spinner {
  0% {
    transform: rotate(0)
  }
  to {
    transform: rotate(1turn)
  }
}
/*content loading*/

.skiptranslate,
#goog-gt-tt,
.goog-te-banner-frame.skiptranslate {
      display: none !important;
  } 
  body {
      top: 0px !important; 
  }
  .goog-logo-link {
      display:none !important;
  }
  .trans-section {
      margin: 100px;
  }


.form-option .form-check-input{
    border: 0;
    background: none;
}

/*cart*/
.payment-item {
    border: 1px solid #D9D9D9;
    border-radius: 16px;
    padding: 20px;
    margin-bottom: 15px;
    font-size: 14px;
}
.payment-item.active {
    border-color: #2f4f89;
}
.payment-content {
    display: none;
    line-height: 20px;
    margin-top: 10px;
}
.payment-content.active {
    display: block;
}
/*cart*/

/*paginate*/
.page-link {
    color: #000;
}
.active>.page-link, .page-link.active {
    background: #000;
    border-color: #000;
}
/*paginate*/

/*popup region*/
#regionModal .btn-close {
    position: absolute;
    top: -30px;
    right: -30px;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background-color: #fff;
}
#regionModal .btn-close:hover {
    opacity: 1;
}

.region-list-group .region-item:hover {
    background: var(--color-primary);
    color: #fff;
}
/*popup region*/