@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

/* @font-face {
    font-family: 'Bahnschrift';
    src: url('../fonts/UTM-Avo.woff2') format('woff2'), url('../fonts/UTM-Avo.woff') format('woff'), url('../fonts/UTM-Avo.ttf') format('truetype');
    font-style: normal;
} */

ul {
    padding-left: 16px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: .5rem;
    font-weight: 600;
    line-height: 1.5;
}

.h1,
h1 {
    font-size: 2.1875rem
}

.h2,
h2 {
    font-size: 1.75rem
}

.h3,
h3 {
    font-size: 1.53125rem
}

.h4,
h4 {
    font-size: 1.3125rem
}

.h5,
h5 {
    font-size: 1.09375rem
}

.h6,
h6 {
    font-size: .875rem
}

a {
    color: #000c;
    text-decoration: none;
}

img {
    max-width: 100%;
}

a:hover {
    color: #0086C9;
    text-decoration: none;
    cursor: pointer !important;
}

p a {
    color: #0086C9;
}

input {
    outline: 0;
}

p {
    line-height: 1.5;
    margin-bottom: 1rem;
}

body {
    font-size: 14px;
    font-family: "Inter", sans-serif;
}

.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    font-size: 14px;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.swiper {
    width: 100%;
    height: 300px;
    margin-left: auto;
    margin-right: auto;
}

.swiper-slide {
    background-size: cover;
    background-position: center;
}

.mySwiper {
    height: 20%;
    box-sizing: border-box;
    padding: 10px 0;
}

.mySwiper .swiper-slide {
    width: 25%;
    height: 100%;
    opacity: 0.4;
}

.mySwiper .swiper-slide-thumb-active {
    opacity: 1;
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
}

.breadcrumb-item+.breadcrumb-item {
    padding-left: .6rem;
}

.breadcrumb-item+.breadcrumb-item::before {
    color: #808089;
    content: "\f105" !important;
    font-weight: 400;
    padding-right: .6rem;
    font-family: "Font Awesome 5 Pro";
}

.breadcrumb .breadcrumb-item,
.breadcrumb .breadcrumb-item a {
    color: #181818;
    font-size: 14px;
    font-weight: 400;
}

.breadcrumb .breadcrumb-item a {
    color: #808089;
}

.breadcrumb .breadcrumb-item {
    font-weight: 600;
}

.wrap-breadcrumbs nav {
    margin-top: .22rem !important;
}

.header-main {
    position: relative;
    z-index: 1000;
    width: 100%;
    background: #ffffffeb;
}

.header-main .main-nav .logo {
    margin-right: 10px;
    margin-bottom: 20px;
}

.header-main .main-nav .navbar-nav {
    margin-left: auto;
}

.header-main .main-nav .navbar-nav .nav-item:hover a.nav-link {
    color: #0270BA;
}

.header-main .main-nav .navbar-nav .nav-item>a.nav-link {
    font-size: 16px;
    color: #fff;
    font-weight: 400;
}

.header-main .main-nav .navbar-nav>.nav-item>a.nav-link {
    padding: 16px 0px;
}

.header-main .main-nav .btn-dropmenu i,
.header-main .main-nav .search-header i {
    color: #333;
}

.header-main .main-nav .dropdown-toggle::after {
    color: #fff;
}

.header-main .main-nav .logo {
    margin-right: 10px;
    margin-bottom: 20px;
}

.header-main .main-nav .navbar-nav>.nav-item {
    margin: 0px 30px;
}

.header-main .main-nav .navbar-nav .nav-item a.nav-link {
    font-size: 16px;
    color: #333;
    font-weight: 500;
}

.header-main .main-nav .navbar-nav .nav-item {
    position: relative;
    margin-bottom: 0;
}

.header-main #mega-menu ul {
    list-style: none;
}

.header-main .nav-item .sub-menu li {
    position: relative;
}

.header-main .btn-dropmenu i {
    color: #333;
}

.header-main span.btn-dropmenu {
    position: absolute;
    right: 0px;
    color: #084F9D;
    top: 50%;
    width: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translateY(-50%);
}

.header-main .navbar-nav>.nav-item>span.btn-dropmenu {
    right: -14px;
}

.header-main span.btn-dropmenu i {
    font-size: 12px;
}

.navbar-nav>.nav-item:last-child {
    margin-right: unset !important;
}

.size12 {
    font-size: 12px !important;
}

.size14 {
    font-size: 14px !important;
}

.size16 {
    font-size: 16px !important;
}

.size18 {
    font-size: 18px !important;
}

.size20 {
    font-size: 20px !important;
}

.size22 {
    font-size: 22px !important;
}

.size24 {
    font-size: 24px !important;
}

.size26 {
    font-size: 26px !important;
}

.size28 {
    font-size: 28px !important;
}

.size30 {
    font-size: 30px !important;
}

.size32 {
    font-size: 30px !important;
}

.size34 {
    font-size: 34px !important;
}

.size36 {
    font-size: 36px !important;
}

.size38 {
    font-size: 38px !important;
}

.fw-300 {
    font-weight: 300 !important;
}

.fw-400 {
    font-weight: 400 !important;
}

.fw-500 {
    font-weight: 500 !important;
}

.fw-600 {
    font-weight: 600 !important;
}

.fw-700 {
    font-weight: 700 !important;
}

.fw-800 {
    font-weight: 800 !important;
}

.bg-primary {
    background: #2FC8EA !important;
}

.bg-secondary {
    background: #FFC400 !important;
}

.text-primary {
    color: #2FC8EA !important;
}

.text-secondary {
    color: #FFC400 !important;
}

.rounded-10 {
    border-radius: 10px;
}

.header-search {
    position: relative;
    border: 1px solid #EBEBF0;
    border-radius: 4px;
}

.header-search .input-group:before {
    content: "\f002";
    font-weight: 400;
    color: #a7a7a7;
    font-size: 16px;
    font-family: "Font Awesome 5 Pro";
    z-index: 100;
    margin-right: 0px;
    margin-top: 6px;
    margin-left: 10px;
}

.header-search .btn-search {
    color: #FFC400;
}

.header-search button.btn.btn-search {
    border-left: 1px solid #EBEBF0;
    margin: 8px;
    padding: 0 14px;
    font-size: 14px;
}

.header-search input:focus,
.header-search button:focus {
    outline: 0;
    border: unset;
    box-shadow: unset;
}

.header-search input::placeholder {
    color: #808089;
    font-size: 14px;
}

.header-menu>.navbar-nav>.nav-item {
    margin-right: 20px;
}

.header-menu>.navbar-nav>.nav-item>a {
    color: #808089;
}

.header-menu .nav-item a {
    padding: 4px 0.5rem;
}

.header-menu .nav-item:first-child a {
    padding-left: 0;
}

.contact-info .btn-cart {
    position: relative;
}

.btn-cart .count {
    color: #fff;
    min-width: 14px;
    height: 14px;
    background: #FF4C58;
    border-radius: 100px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    font-size: 10px;
}

.contact-info .btn-home {
    color: #808089;
}

.contact-info .btn-user,
.header-hotline {
    color: #808089;
}

.header-bottom {
    border-top: 1px solid #EBEBF0;
    border-bottom: 1px solid #EBEBF0;
}

.commit-item {
    padding: 4px 20px;
    border-right: 1px solid #EBEBF0;
}

.commit-item:last-child {
    border: unset;
}

.commit-item i {
    color: #FFC400;
    margin-right: 6px;
}

.swiper-pagination-bullet {
    opacity: 1;
    background: transparent;
    border: 1px solid #fff;
}

.swiper-pagination-bullet-active {
    background: #FFC400;
}

.banner-img,
.banner-img img,
.slider-frame {
    height: 100%;
    border-radius: 10px;
}

.promotion-slide img {
    width: 40px;
    margin: auto;
}

.promotion-box {
    width: 100%;
    padding: 4px 20px;
}

.promotion-box span {
    font-size: 13px;
    line-height: 16px;
    display: inline-block;
}

.bg-F5F5FA {
    background: #F5F5FA;
}

.product-cat.home .box-img img {
    width: 83px;
    margin: auto;
}

.product-cat-box {
    width: 100%;
    display: block;
    padding-left: 20px;
    padding-right: 20px;
    border-top: 1px solid rgba(0, 0, 0, .05);
    border-right: 1px solid rgba(0, 0, 0, .05);
}

.product-cat-box:hover {
    border-color: rgba(0, 0, 0, .12);
    border-width: 1px;
    box-shadow: 0 0 .8125rem 0 rgba(0, 0, 0, .05);
}

.swiper-slide:nth-child(10n) .product-cat-box {
    border-right: unset;
}

.product-cat-box span.cat-name {
    min-height: 53px;
    display: block;
    line-height: 20px;
}

.top-deal-title {
    background: linear-gradient(90deg, #f94c4c, #f77272);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: bold;
}

.product-box {
    border: 1px solid #2FC8EA;
    overflow: hidden;
}

.product-list-wrapper,
.promotion-wrapper,
.product-cat {
    position: relative;
}

.countdown .time-box {
    background-color: #ff4d4f;
    color: white;
    padding: 4px 8px;
    border-radius: 5px;
    font-weight: bold;
    font-size: 16px;
    display: inline-block;
    min-width: 26px;
    text-align: center;
    margin: 0 2px;
}

.countdown .separator {
    font-weight: bold;
    font-size: 16px;
    margin: 0 2px;
}

.price-sale {
    color: #FF424E;
}

.product-flash-sale.product-box {
    border: unset;
}

.product-flash-sale.product-box .product-img,
.brand-box {
    border: 1px solid #2FC8EA;
}

.product-flash-sale .progress-bar {
    width: 20%;
    border-radius: 50rem;
    position: absolute;
    left: 0;
    z-index: 100;
    height: 16px;
}

.product-flash-sale .progress {
    height: 16px;
    background-color: #ffccd0;
    text-align: center;
    justify-content: center;
    position: relative;
}

.product-flash-sale .sold {
    color: #fff;
    display: block;
    line-height: 16px;
    z-index: 1000;
}

.product-flash-sale .label-sale {
    color: #ff424e;
    background: #FFDBDE;
    position: absolute;
    top: 10px;
    left: 10px;
    border-radius: 4px;
    padding: 2px;
    font-size: 12px;
}

.button-product,
.promotion-next,
.promotion-prev,
.product-cat-next,
.product-cat-prev {
    font-size: 24px;
    color: #2FC8EA;
    width: 30px;
    height: 30px;
    border-radius: 100px;
    box-shadow: 1px 1px 4px 1px #ccc;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.product-list-slide {
    padding-left: 4px;
}

.img-hover img {
    transition: all 0.3s;
}

.img-hover:hover img {
    transform: scale(1.1);
}
.product-cat.home .product-cat-box img{
    transition: all 0.3s;
}
.product-cat.home .product-cat-box:hover img{
 transform: scale(1.06);
}
.product-title a {
    line-height: 16px;
}

.bg-brand {
    background: linear-gradient(0deg, #fff, #ffffff45, #d5ecfd);
}

.deal-box .deal-img {
    overflow: hidden;
}

.deal-box .box-text {
    position: absolute;
    top: 0px;
    max-width: 152px;
}

.price-regular {
    text-decoration: line-through;
    color: #ccc !important;
    font-size: 12px;
}

.price-wrapper .label-sale {
    font-size: 12px;
    padding: 2px 4px;
    border-radius: 10px;
    background: #F5F5FA;
}

.sugges-tab .icon {
    color: #fff;
    width: 40px;
    height: 40px;
    display: flex;
    margin: auto;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
}

.sugges-tab .user-check {
    background: #0A61A6;
}

.sugges-tab .percentage {
    background: #027F01;
}

.sugges-tab .truck {
    background: #00A5E5;
}

.sugges-tab .bolt {
    background: #FEA500;
}

.sugges-tab .shopping-cart {
    background: #A62B24;
}

.sugges-tab .gear {
    background: #FFAAAF;
}

.sugges-tab .nav-item {
    flex-grow: 1;
}

.sugges-tab .nav-item .nav-link {
    color: #333;
    margin: auto;
    width: 100%;
    border: 1px solid transparent;
}

.sugges-tab .nav-link.active,
.sugges-tab .nav-link:hover {
    background: #F2F7FF;
    border-bottom: 1px solid #0A68FF;
}

.row-sugges {
    display: grid;
    grid-gap: 10px;
    grid-template-columns: repeat(6, 1fr);
}

.row-sugges .col-sugges:first-child {
    grid-column: 1/3;
}

.btn-viewmore {
    padding: 8px 80px;
    border-radius: 6px;
    border: 1px solid #2FC8EA;
}

.btn-viewmore:hover {
    color: #fff !important;
    background: #2FC8EA;
}

.footer {
    background-color: #f1f1f1;
    padding: 40px 0;
    font-size: 14px;
}

.footer a {
    text-decoration: none;
    color: #000;
}

.footer a:hover {
    text-decoration: underline;
}

.footer-title {
    font-weight: bold;
    margin-bottom: 10px;
}

.social-icons img {
    width: 24px;
    margin-right: 10px;
}

.footer-cat-list a {
    color: #808089;
}

.footer-cat-list a:hover {
    color: #2FC8EA;
}

.footer-menu {
    line-height: 26px;
}

.product-banner-next,
.product-banner-prev {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #03030342;
    background-image: unset;
}

.product-banner-next {
    right: 0;
    border-bottom-left-radius: 6px;
    border-top-left-radius: 6px;
}

.product-banner-prev {
    left: 0;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}

.cat-box .box-img {
    width: 60px;
    margin: auto;
}

.cat-box .box-img::after {
    content: '';
    width: 88px;
    height: 88px;
    position: absolute;
    left: 50%;
    top: 34px;
    border-radius: 100%;
    transform: translate(-50%, -50%);
    background: #f5f5f5c2;
    z-index: -1;
}

.cat-box .box-img img {
    transition: all 0.3s;
}

.cat-box .box-img:hover img {
    transform: scale(1.05);
}

.product-cat-list .swiper-slide {
    margin-top: 10px;
}

.filter-item {
    display: inline-block;
    margin-right: 8px;
}

.filter-item .form-check-input {
    opacity: 0;
    position: absolute;
}

.filter-item label {
    color: #333;
    cursor: pointer;
    padding: 4px 14px;
    border-radius: 20px;
    margin-bottom: 10px;
    border: 1px solid #DDDDE3;
}

.filter-item .form-check-input:checked~label {
    color: #fff !important;
    background: #dc3545;
}

.filter-label {
    color: #808089;
}


/* .filter-wrapper {
    border-right: 1px solid #DDDDE3;
} */

.filter-wrapper:after {
    content: '';
    width: 1px;
    height: 28px;
    display: inline-block;
    background: #DDDDE3;
    position: absolute;
    top: 23px;
    right: -6px;
}

.filter-wrapper {
    position: relative;
}

.filter-group {
    position: relative;
}

.filter-wrapper .btn-toggle {
    min-width: 30px;
    height: 30px;
    display: flex;
    cursor: pointer;
    border-radius: 100px;
    border: 1px solid #DDDDE3;
    margin-top: 22px;
    margin-left: 10px;
    margin-right: 10px;
    align-items: center;
    justify-content: center;
}

.filter-group {
    height: 60px;
    overflow: hidden;
    transition: all 0.3s;
}

.filter-group.show {
    height: 100%;
}

a.fiter-all {
    border: 1px solid #DDDDE3;
    padding: 4px 10px;
    border-radius: 4px;
    margin-top: 21px;
}

.filter-container {
    padding-bottom: 8px;
    border-bottom: 1px solid #DDDDE3;
}

.filter-bottom .select-filter {
    font-size: 14px;
    height: 35px;
    border-radius: 100px;
    max-width: 120px;
}

.filter-bottom .top-deal label span {
    color: #FF424E;
}

.filter-bottom .filter-box {
    border-right: 1px solid #DDDDE3;
}

.filter-bottom .filter-box:nth-child(2) {
    border-right: unset;
}

.widget-title {
    border-bottom: 1px solid #F5F5FA;
}

.widget .cat-sidebar li {
    position: relative;
    margin-bottom: 10px;
}

.widget .cat-sidebar>ul>li>a {
    font-weight: 600;
}

.widget .cat-sidebar li.active .sub-cat {
    display: block;
}

.widget .cat-sidebar li.active .btn-toggle {
    transform: rotate(180deg);
}

.cat-sidebar .sub-cat {
    display: none;
}

.cat-sidebar .btn-toggle {
    cursor: pointer;
    position: absolute;
    right: -12px;
    top: 2px;
}

.btn-viewdetail {
    border-radius: 6px;
}

.product-sidebar .product-box {
    position: relative;
}

.label-sponsored {
    position: absolute;
    right: 10px;
    top: 16px;
    background: #ECECF1;
    border-radius: 2px;
    padding: 2px 6px;
}

.row-product {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-gap: 10px;
}

.related-searches a,
.top-selling .list-group-item a {
    color: #0B74E5;
}

.top-selling .list-group-item a {
    padding-left: 10px;
}

.top-selling .list-group-item {
    margin-bottom: 8px;
}

.list-group-numbered>.list-group-item::before {
    min-width: 18px;
}

.flash-sale {
    background: #EEFBFF;
    overflow: hidden;
}

.product-info .flash-sale-title {
    background: #2FC8EA;
}

.product-info .icon-box i {
    font-size: 10px;
    color: #2FC8EA;
    width: 16px;
    height: 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    border: 1px solid #2FC8EA;
}

.product-desc ul {
    list-style: none;
    padding: 0;
    line-height: 30px;
}

.product-desc ul li:before {
    content: "\f058";
    font-weight: 900;
    color: #2FC8EA;
    margin-right: 4px;
    font-family: "Font Awesome 5 Pro";
}

.product-gallery {
    position: relative;
}

.product-info .sold {
    color: #ccc;
}

.buttons_added {
    opacity: 1;
    display: inline-block;
    display: -ms-inline-flexbox;
    display: inline-flex;
    white-space: nowrap;
    vertical-align: top;
    border: 1.5px solid #CACEDA;
}

input.minus.is-form,
input.plus.is-form {
    width: 24px;
    height: 2rem;
    box-shadow: unset;
    background: unset;
    border: unset;
    border-right-width: unset;
    border-right-style: unset;
    border-right-color: unset;
}

.input-qty {
    width: 40px;
    height: 2rem;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    display: inline-block;
    vertical-align: top;
    margin: 0;
    border: unset;
    border-right-width: unset;
    border-right-style: unset;
    border-right-color: unset;
    border-left-width: unset;
    border-left-style: unset;
    border-left-color: unset;
    border-left: 0;
    border-right: 0;
    padding-top: 2px;
    background-color: #fff;
}

.quantity-wrapper .input-qty {
    width: 60px;
}

input.minus.is-form {
    border-right: 1.5px solid #ccc;
}

input.plus.is-form {
    border-left: 1.5px solid #ccc;
}

.btn-add-to-cart {
    border: 1px solid #2FC8EA;
}

.product-share i {
    font-size: 22px;
}

.product-share .fa-facebook-messenger {
    color: #0078FF;
}

.product-share .fa-facebook {
    color: #3b5998;
}

.product-share .fa-pinterest {
    color: #bd081c;
}

.product-share .fa-twitter {
    color: #1DA1F2;
}

.bundled-item::after {
    content: '+';
    margin: 10px;
}

.bundled-item:last-child::after {
    content: '';
    color: #ccc;
}

.bundled-item img {
    transition: all 0.3s;
}

.bundled-item:hover img {
    transform: scale(1.06);
}

.bundled-item img {
    width: 64px;
}

.total-amount-wrapper {
    border-top: 1px solid #EBEBF0;
}

.total-amount {
    color: #808089;
}

.product-content .section-title {
    padding: 10px;
    background: #F5F5FA;
}

.product-content table {
    margin-bottom: 10px;
}

.product-content table tr td {
    padding: 10px;
}

.product-content table tr td:first-child {
    color: #ccc;
}

.slide-thumbnail {
    position: relative;
}

.slide-thumbnail .swiper-slide {
    cursor: pointer;
}

.gallery-next,
.gallery-prev {
    background-image: unset;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #d9d9d9ad;
}

.gallery-next {
    right: 0;
}

.gallery-prev {
    left: 0;
}

.btn.buy-now:hover {
    background: #b8000c !important;
}

.post-box .post-img {
    position: relative;
    padding-top: 18%;
}

.post-archive .post-list .post-img {
    position: relative;
    border-radius: 10px;
    padding-top: 16%;
    min-width: 200px;
    max-width: 200px;
}

.post-box .post-img img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
}

.post-box .cat-name {
    display: inline-block;
    padding: 1px 10px;
    background: #c12025ab;
}

.first-post .post-box .post-img {
    padding-top: 62%;
    overflow: hidden;
}

.meta-box .post-share a.facebook i {
    color: #0079FB;
}

.meta-box .post-share a.twitter i {
    color: #00A4F9;
}

.related-title {
    color: #1F427E;
}

.messenger-success {
    padding: 40px 50px;
    border-radius: 10px;
    box-shadow: 1px 1px 10px 2px #d3cccc;
}

.icon-success {
    color: #fff;
    font-size: 36px;
    width: 60px;
    height: 60px;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #2FC8EA;
}

.table-responsive {
    border: 1px solid #E0E0E0;
}

.cart-table tr th {
    color: #fff;
    padding: 10px;
    text-align: center;
    background: #2FC8EA;
    border-right: 1px solid #E0E0E0;
}

.cart-table {
    width: 100%;
}

.cart-table tr td {
    padding: 20px;
    text-align: center;
    border-right: 1px solid #E0E0E0;
    border-bottom: 1px solid #E0E0E0;
}

.cart-table tr:last-child td {
    border-bottom: unset;
}

.payment-table table td {
    width: 50%;
    padding: 20px 0;
}

.cart-table .pr-name img {
    width: 100px;
}

.table.payment-table th:last-child,
.table.payment-table th:nth-last-child(2) {
    border: unset;
}

.select-option .checkbox-styled__icon {
    width: 26px;
    height: 26px;
    top: unset;
    bottom: -5px;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 100px;
    position: absolute;
    top: 1px;
    left: 0;
}

.table.payment-table tr:last-child {
    border: unset;
}

.select-option .checkbox-styled__input:checked+.checkbox-styled__icon {
    color: #fff;
    border-color: #2FC8EA;
    background: #2FC8EA;
}

.select-option .filter__label {
    font-weight: bold;
    padding-left: 42px;
    cursor: pointer;
}

.select-option .filter__item {
    position: relative;
    margin-bottom: 20px;
}

.checkbox-styled__icon::before {
    content: "\f00c";
    font-family: "Font Awesome 5 Pro";
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 12px;
    -webkit-transform: scale(0);
    transform: scale(0);
}

.checkbox-styled__input:checked+.checkbox-styled__icon::before {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: -webkit-transform .2s cubic-bezier(.68, -.75, .265, 1.75);
    transition: -webkit-transform .2s cubic-bezier(.68, -.75, .265, 1.75);
    transition: transform .2s cubic-bezier(.68, -.75, .265, 1.75);
    transition: transform .2s cubic-bezier(.68, -.75, .265, 1.75), -webkit-transform .2s cubic-bezier(.68, -.75, .265, 1.75);
}

.select-option .checkbox-styled__input {
    opacity: 0;
    position: absolute;
}

.product-order-info .pr-image {
    position: relative;
    max-width: 68px;
    width: 100%;
    border: 1px solid #E0E0E0;
}

.pr-image .count {
    width: 26px;
    height: 26px;
    position: absolute;
    top: -10px;
    right: -10px;
    background: #2FC8EA;
    border-radius: 100px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 12px;
}

.total-pice .price {
    color: #FF0000;
}

.product-order-info {
    padding: 20px;
    height: 100%;
    background: #FAFAFA;
    border: 1px solid #E1E1E1;
}

.product-order-info .product-name {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    max-height: 3.6em;
}

.info-order input,
.info-order select {
    font-size: 14px;
    height: 46px;
}

.info-order input::placeholder,
.info-order textarea {
    font-size: 14px;
}

.col-right {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: #DEEBFF;
}

.md-form {
    background: #000000a6;
}

.md-form .modal-dialog {
    max-width: 800px;
    width: 100%;
}

button.btn-close {
    position: absolute;
    top: 16px;
    right: 16px;
}

.regis-form .form-control {
    padding-left: 0;
    border: none;
    border-bottom: 1px solid #ccc;
    border-radius: 0;
    box-shadow: none;
    padding-right: 40px;
}

.regis-form .form-control::placeholder {
    color: #999999;
    font-size: 13px;
}

.regis-form span.toggle-password {
    cursor: pointer;
    position: absolute;
    right: 0;
    bottom: 6px;
}

.regis-form .form-group {
    position: relative;
}

.form-title {
    font-weight: 600;
    font-size: 22px;
}

.form-subtext {
    font-size: 14px;
    color: #444;
}

.code-input {
    width: 45px;
    height: 45px;
    font-size: 22px;
    text-align: center;
    border: none;
    border-bottom: 2px solid #ccc;
    outline: none;
}

.code-input:focus {
    border-color: #1ecfff;
}

.btn-verify {
    background-color: #1ecfff;
    color: white;
    font-weight: 500;
    padding: 10px;
    border-radius: 8px;
}

#countdown {
    color: #2FC8EA;
}

.social-login .circle-btn {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background-color: #f5f5f5;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: #000;
}

.login-form .form-control {
    border: none;
    border-bottom: 1px solid #E0E0E0;
    border-radius: 0;
    font-size: 16px;
    padding-left: 0;
}

.login-form .form-control::placeholder {
    color: #999999;
    font-size: 22px;
}

.divider {
    position: relative;
    display: flex;
    align-items: center;
}

.divider::before,
.divider:after {
    content: '';
    background: #e2e2e2;
    width: 100%;
    height: 1px;
    display: inline-block;
}

.divider span {
    white-space: nowrap;
    padding: 10px;
}

.search-page .filter-item {
    margin-right: 4px;
}

.page-link.active {
    background: #2FC8EA;
    border: 1px solid #2FC8EA;
}

li.page-item {
    margin-right: 10px;
}

.page-link {
    color: #333;
    transition: none;
    border-radius: 100px !important;
    padding: 0;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.search-results .product-title a {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    max-height: 4.5em;
    line-height: 18px;
}

.search-results .product-box .brand {
    color: #808089;
}

.search-results .sold {
    font-size: 10px;
}

.search-results .attribute {
    color: #808089;
    padding: 4px 6px;
    border-radius: 4px;
    border: 1px solid #CACACA;
}

.similar-products-pagination,
.products-deal-pagination {
    position: unset;
}

.box-img {
    overflow: hidden;
}

.similar-products-pagination,
.products-deal-pagination {
    margin: 6px 0;
}

.similar-products-pagination .swiper-pagination-bullet,
.products-deal-pagination .swiper-pagination-bullet {
    width: 16px;
    height: 4px;
    border-radius: unset;
    background: #808089;
}

.similar-products-pagination .swiper-pagination-bullet-active,
.products-deal-pagination .swiper-pagination-bullet-active {
    width: 22px;
    background: #FFC400;
}

.warranty-info p {
    padding-bottom: 8px;
    margin-bottom: 10px;
    border-bottom: 1px solid #EBEBF0;
}

.warranty-info :last-child {
    border: unset;
}

.peace-mind .icon-box {
    border-bottom: 1px solid #EBEBF0;
}

.peace-mind .icon-box:last-child {
    border: unset;
}

.specifications table {
    width: 100%;
}

.specifications table td:first-child {
    color: #808089;
}

.specifications table tr {
    border-bottom: 1px solid #EBEBF0;
}

.specifications table tr:last-child {
    border: unset;
}

.specifications table td {
    padding: 10px 0;
}

.offical {
    background: url(../images/offical.png);
    background-size: 100%;
    background-repeat: no-repeat;
    width: 76px;
    height: 20px;
}

.product-order input.minus.is-form,
.product-order input.plus.is-form {
    border: 1.5px solid #CACEDA;
    border-radius: 4px;
    width: 30px;
}

.product-order .buttons_added {
    border: unset;
}

.product-order .input-qty {
    margin: 0 4px;
    border-radius: 4px;
    border: 1.5px solid #CACEDA;
}

.banner-product-sidebar .home-slider-pagination {
    position: unset;
    margin: 8px;
}

.banner-product-sidebar .swiper-pagination-bullet {
    opacity: 1;
    border: unset;
    width: 16px !important;
    height: 2px !important;
    background: #808089 !important;
    border-radius: unset !important;
}

.banner-product-sidebar .swiper-pagination-bullet-active {
    width: 26px !important;
    background: #FFC400 !important;
}

.product-content-detail {
    position: relative;
    height: 360px;
    overflow: hidden;
}

.mdsco_readmore_flatsome {
    text-align: center;
    cursor: pointer;
    position: absolute;
    z-index: 10;
    left: 0;
    bottom: 0;
    width: 100%;
    background: #fff;
}

.devvn_readmore_flatsome_less {
    text-align: center;
    cursor: pointer;
    z-index: 9999;
    bottom: -10px;
    width: 100%;
    background: #fff;
}

.product-content-detail.fix_height {
    height: auto;
}

.cart-table .pr-price,
.cart-table .price-total,
.btn-delete {
    color: #FF424E;
}

h1.page-title {
    font-size: 26px;
    text-align: center;
}

.promotion-box:hover img {
    -webkit-animation-name: bounce1;
    animation-name: bounce1;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
    -webkit-animation-duration: 0.8s;
    animation-duration: 0.8s;
    -webkit-transform-origin: bottom;
    -ms-transform-origin: bottom;
    transform-origin: bottom;
}

@-webkit-keyframes bounce1 {
    0% {
        -webkit-transform: scale(1, 1) translateY(0);
        transform: scale(1, 1) translateY(0)
    }
    10% {
        -webkit-transform: scale(1.1, .9) translateY(0);
        transform: scale(1.1, .9) translateY(0)
    }
    30% {
        -webkit-transform: scale(.9, 1.1) translateY(-10px);
        transform: scale(.9, 1.1) translateY(-10px)
    }
    50% {
        -webkit-transform: scale(1, 1) translateY(0);
        transform: scale(1, 1) translateY(0)
    }
    57% {
        -webkit-transform: scale(1, 1) translateY(-5px);
        transform: scale(1, 1) translateY(-5px)
    }
    64% {
        -webkit-transform: scale(1, 1) translateY(0);
        transform: scale(1, 1) translateY(0)
    }
    100% {
        -webkit-transform: scale(1, 1) translateY(0);
        transform: scale(1, 1) translateY(0)
    }
}

@keyframes bounce1 {
    0% {
        -webkit-transform: scale(1, 1) translateY(0);
        transform: scale(1, 1) translateY(0)
    }
    10% {
        -webkit-transform: scale(1.1, .9) translateY(0);
        transform: scale(1.1, .9) translateY(0)
    }
    30% {
        -webkit-transform: scale(.9, 1.1) translateY(-10px);
        transform: scale(.9, 1.1) translateY(-10px)
    }
    50% {
        -webkit-transform: scale(1, 1) translateY(0);
        transform: scale(1, 1) translateY(0)
    }
    57% {
        -webkit-transform: scale(1, 1) translateY(-5px);
        transform: scale(1, 1) translateY(-5px)
    }
    64% {
        -webkit-transform: scale(1, 1) translateY(0);
        transform: scale(1, 1) translateY(0)
    }
    100% {
        -webkit-transform: scale(1, 1) translateY(0);
        transform: scale(1, 1) translateY(0)
    }
}