html {
    font-size: 14px;
    position: relative;
    min-height: 100%;
}



.lencam-content {
    margin-top: 20px;
    min-height: calc(100vh - 429px) !important;
}

.max-width-mini-cart {
    max-width: 200px !important;
}

@media screen and (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

/* image css */
.object-fit-contain {
    object-fit: contain;
}

.object-fit-cover {
    object-fit: cover;
}

/* menu header  */
.min-width-header {
    min-width: 200px;
}

/* class acctive display block */
.active-block {
    display: block !important;
}

.active-none {
    display: none !important;
}

/* height list  header mobile */
@media screen and (max-width: 992px) {
    .min-height {
        min-height: 40px;
        line-height: 40px;
    }
}

section {
    margin-bottom: 35px;
}

.gradient {
    background: radial-gradient(50% 123.47% at 50% 50%, #00ff94 0%, #720059 100%), linear-gradient(121.28deg, #669600 0%, #ff0000 100%), linear-gradient(360deg, #0029ff 0%, #8fff00 100%), radial-gradient(100% 164.72% at 100% 100%, #6100ff 0%, #00ff57 100%), radial-gradient(100% 148.07% at 0% 0%, #fff500 0%, #51d500 100%);
    background-blend-mode: screen, color-dodge, overlay, difference, normal;
}

.card {
    border: none;
    border-radius: 6px;
    overflow: hidden;
    box-shadow: 0 3px 10px rgb(0 0 0 / 8%);
}

textarea:hover,
input:hover,
textarea:active,
input:active,
textarea:focus,
input:focus,
button:focus,
button:active,
button:hover,
label:focus,
label:active,
label:hover,
.btn:active,
.btn.active {
    outline: 0px !important;
    /* -webkit-appearance:none; thông báo lỗi */
    box-shadow: none !important;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0;
    /* <-- Apparently some margin are still there even though it's hidden */
}

input[type="number"] {
    -moz-appearance: textfield;
    /* Firefox */
}

.number-input,
.number-input:active,
.number-input:focus,
.number-input:hover {
    border-left: none !important;
    border-right: none !important;
    text-align: center !important;
    background-color: #e9ecef !important;
}

.ratio-2x1 {
    padding-top: 30%;
}

.box-review-2 {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
}

.box-review-3 {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
}

.box-review-4 {
    -webkit-column-count: 4;
    -moz-column-count: 4;
    column-count: 4;
}

.box-review .item {
    /* display: inline-block;
  width: 100%; */
    -webkit-column-break-inside: avoid;
    -moz-column-break-inside: avoid;
    break-inside: avoid;
    margin-bottom: 30px;
    width: 100%;
}

/* class cart */
.cart_show {
    display: none;
}

/*  collection  */
.nav_collection_show {
    display: none;
}

.sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 20px;
}

/* sticky nav style */
.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999999 !important;
    left: 0;
    background: #fff;
    padding: 10px;
}

/*Màn hình điện thoạn*/
@media screen and (max-width: 768px) {
    .ratio-2x1 {
        padding-top: 50%;
    }

    .box-review {
        column-count: 2;
    }

    .sticky {
        padding-left: 0;
        padding-right: 0;
    }
}

/*Màn hình máy tính*/
@media screen and (max-width: 1024px) {
    .nav_collection_show {
        display: block;
    }
}

.placeholder {
    border-radius: 8px;
}

@media print {

    header,
    footer,
    .btn-print {
        display: none;
    }
}

.bg-overlay {
    background: rgba(0, 0, 0, 0.301);
}

.object-fit-fill {
    object-fit: fill;
}

.spacer {
    flex-grow: 1 !important;
}

.area-no-resize {
    resize: none;
}

.navbar-brand {
    margin-right: 20px;
}

.hover-item {
    display: none;
}

/* màn hình máy tính */
@media screen and (min-width: 993px) {
    .sub-list-item {
        display: block !important;
        background-color: white;
        min-width: 200px;
    }

    .sub-menu {
        position: absolute;
        z-index: 99999;
    }

    .sub-parent {
        position: relative;
    }

    .sub-parent:hover>.sub-child {
        display: block !important;
    }

    .sub-child {
        position: absolute;
        top: 0;
        left: 100%;
    }

    .sub-menu-hover:hover {
        background-color: #eeeeef;
    }

    .item-menu:hover>.sub-menu {
        display: block !important;
    }

    .parent:hover>.parent-name {
        color: #7b40f4 !important;
    }

    .shadow-menu {
        box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
    }

    .collection_detail_show {
        max-height: 300px;
        height: auto;
    }
}

/* Màn hình điện thoại */
@media screen and (max-width: 992px) {
    .button-cart {
        position: absolute;
        right: 4rem;
        top: 1.8rem;
    }

    .close-tab {
        display: flex !important;
    }

    .navbar-brand {
        margin-right: auto;
        margin-left: auto;
    }

    #menu-mobile {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: rgba(137, 136, 136, 0.3);
        z-index: 999999999999;
    }

    #menu-mobile>* {
        background-color: white;
        font-size: 16px;
    }

    #icon-close {
        top: 1%;
        right: 5%;
        display: block !important;
    }

    #content-mobile {
        height: 100vh !important;
        width: 0px;
        overflow-x: hidden;
        transition: 0.5s;
        -webkit-transition: 0.5s;
        -moz-transition: 0.5s;
        -ms-transition: 0.5s;
        -o-transition: 0.5s;
    }

    #content-moblie>* {
        padding: 8px 8px 8px 32px;
        text-decoration: none;
        font-size: 25px;
        color: #818181;
        display: block;
        transition: 0.3s;
        -webkit-transition: 0.3s;
        -moz-transition: 0.3s;
        -ms-transition: 0.3s;
        -o-transition: 0.3s;
    }

    .item-child {
        transition-property: height;
        transition-duration: 0.3s;
    }

    .item-show {
        display: block;
    }

    .item-hide {
        display: none;
    }

    #menu-header {
        z-index: 1041 !important;
    }
}

.overflow-hidden {
    overflow: hidden;
}

.owl-nav button {
    position: absolute;
    top: 50%;
    background-color: #000;
    color: #fff;
    margin: 0;
    transition: all 0.3s ease-in-out;
}

.owl-nav button.owl-prev {
    left: 0;
}

.owl-nav button.owl-next {
    right: 0;
}

.owl-dots {
    text-align: center;
    padding-top: 15px;
}

.owl-dots button.owl-dot {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    display: inline-block;
    background: #ccc;
    margin: 0 3px;
}

.owl-dots button.owl-dot:not(.active) {
    background-color: #838383;
}

.owl-dots button.owl-dot.active {
    background-color: #000;
}

.owl-dots button.owl-dot:focus {
    outline: none;
}

.owl-nav button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.38) !important;
}

.owl-nav button span {
    font-size: 70px;
    position: relative;
    z-index: 9999;
    top: -5px;
}

.owl-nav button:focus {
    outline: none;
}

.logo--hover {
    transition: all 0.3s;
}

.logo--hover:hover {
    box-shadow: 0 0px 10px rgba(0, 0, 0, 0.291);
}

.lazy-loading {
    object-fit: cover;
    opacity: 0.4;
    animation: lazy-animation 1s infinite;
}

.menu-animation {
    transition: all 1s linear;
}

@keyframes lazy-animation {
    0% {
        opacity: 0.4;
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 0.4;
    }
}

#collection-item {
    border: none !important;
}

.border-transparent {
    border-bottom: 1px solid transparent;
}

.item-tag:hover {
    color: #000;
    border-bottom: 1px solid black;
}

#list-collection {
    display: block;
}

.hide-list {
    display: none !important;
}

.collection-list-max-height {
    /* max-height: calc(100vh - 350px); */
    overflow-y: hidden;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.collection-list-max-height:hover {
    overflow-y: auto;
}

/* width */
::-webkit-scrollbar {
    width: 7px;
    height: 7px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 8px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #999;
}

.overflow-des {
    max-height: 250px;
    overflow: auto;
    height: auto;
}

.ql-editor {
    white-space: inherit;
    text-align: justify;
}

.bg-custom-1 {
    background: #5840ba !important;
    color: #f1f1f1 !important;
}

.bg-custom-2 {
    background: #fff0da !important;
}

#menu-header {
    z-index: 1039;
}

/*Product Template*/
.carousel-indicators {
    height: auto;
}

.image--button-size {
    width: 65px !important;
    height: 65px !important;
    transition: 0.3s;
}

.active.image--button-size {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.738);
}

.spinner_from {
    display: none;
}

blockquote {
    font-style: italic;
}

.accordion-button-no-bg:not(.collapsed) {
    color: unset !important;
    background-color: unset !important;
    box-shadow: unset !important;
}

.accordion-button-no-bg:focus {
    border-color: unset !important;
    box-shadow: unset !important;
}

small {
    font-size: 14px;
}

.pending {
    border: solid 1px rgb(0, 148, 255);
    color: rgb(0, 148, 255);
}

.processing {
    border: solid 1px rgb(8, 108, 189);
    color: rgb(8, 108, 189);
}

.fulfillment {
    border: solid 1px rgb(38, 200, 45);
    color: rgb(38, 200, 45);
}

.cancel {
    border: solid 1px rgb(96, 125, 139);
    color: rgb(96, 125, 139);
}

.refund {
    border: solid 1px rgb(255, 3, 0);
    color: rgb(255, 3, 0);
}

.password {
    position: relative;
}

.password [type="button"] {
    position: absolute;
    bottom: 0;
    right: 0;
}

/*TIME LINE*/
ul.timeline {
    list-style-type: none;
    position: relative;
}

ul.timeline:before {
    content: " ";
    background: #d4d9df;
    display: inline-block;
    position: absolute;
    left: 29px;
    width: 2px;
    height: 100%;
    z-index: 400;
}

ul.timeline>li {
    margin: 20px 0;
    padding-left: 20px;
}

ul.timeline>li:before {
    content: " ";
    background: white;
    display: inline-block;
    position: absolute;
    border-radius: 50%;
    border: 3px solid var(--bs-primary);
    left: 20px;
    width: 20px;
    height: 20px;
    z-index: 400;
}

ul.timeline>li:last-child:before {
    background: var(--bs-success);
    border: 3px solid var(--bs-success);
}

/*END TIME LINE*/

/*----SCALE IMAGE----*/
.box-zoom-img {
    height: 100%;
    width: 100%;
    overflow: hidden !important;
}

.box-zoom-img img {
    width: 100%;
    transition: all 0.5s;
    -webkit-transform: scale(1);
    transform: scale(1)
}

.box-zoom-img:hover img {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
}

/*----END - SCALE IMAGE----*/

/* Pricing Section */
.pricing-card {
    transition: 0.5s;
    /* box-shadow: 0 10px 15px #d4d4d4; */
}

.pricing-card:hover {
    transform: translateY(-10px);
}

.collections-item-list .list-group-item:hover {
    background-color: #cdcdcd;
}

.collections-item-list .list-group-item.active {
    z-index: 2;
    /* color: #fff; */
    background-color: rgb(238, 238, 239);
    border-color: rgb(238, 238, 239);
}

.btn-custom-status {
    border: 1px solid var(--color);
    color: var(--color);
}

.btn-custom-status:hover {
    background: var(--color);
    color: white;
}

.btn-custom-status.active {
    background: var(--color);
    color: white;
}

.auth-layout {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: hsla(0, 0%, 100%, 1);
    background: linear-gradient(135deg, hsla(0, 0%, 100%, 1) 0%, hsla(198, 19%, 89%, 1) 60%);
    background: -moz-linear-gradient(135deg, hsla(0, 0%, 100%, 1) 0%, hsla(198, 19%, 89%, 1) 60%);
    background: -webkit-linear-gradient(135deg, hsla(0, 0%, 100%, 1) 0%, hsla(198, 19%, 89%, 1) 60%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFF", endColorstr="#DFE6E9", GradientType=1);
}

/*PROGRESS HORIZONTAL*/
.clearfix:after {
    clear: both;
    content: "";
    display: block;
    height: 0;
}

/* Breadcrups CSS */
.arrow-steps {
    margin-left: -10px;
}

.arrow-steps .step {
    font-size: 14px;
    text-align: center;
    color: #666;
    cursor: default;
    margin: 3px;
    padding: 5px 5px 5px 20px;
    min-width: 77px;
    float: left;
    position: relative;
    background-color: #f0f3f4;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    transition: background-color 0.2s ease;
}

@media (min-width: 768px) {
    .arrow-steps .step {
        min-width: 150px;
    }
}

.arrow-steps .step:first-child {
    padding-left: 5px !important;
}

.arrow-steps .step:after,
.arrow-steps .step:before {
    content: " ";
    position: absolute;
    top: 0;
    right: -17px;
    width: 0;
    height: 0;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-left: 17px solid #f0f3f4;
    z-index: 2;
    transition: border-color 0.2s ease;
}

.arrow-steps .step:before {
    right: auto;
    left: 0;
    border-left: 17px solid #fff;
    z-index: 0;
}

.arrow-steps .step:first-child:before {
    border: none;
}

.arrow-steps .step:first-child {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.arrow-steps .step span {
    position: relative;
}

.arrow-steps .step span:before {
    opacity: 0;
    content: "✔";
    position: absolute;
    top: -2px;
    left: -20px;
}

.arrow-steps .step.done span:before {
    opacity: 1;
    -webkit-transition: opacity 0.3s ease 0.5s;
    -moz-transition: opacity 0.3s ease 0.5s;
    -ms-transition: opacity 0.3s ease 0.5s;
    transition: opacity 0.3s ease 0.5s;
}

.arrow-steps .step.current {
    color: #fff;
    background-color: var(--bs-primary);
}

.arrow-steps .step.current:after {
    border-left: 17px solid var(--bs-primary);
}

.collapse-item {
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

/*-------------------*/

/* .product-item */
/* ********** *************/
#modal_quickview_content {
    min-height: 500px !important;
}

.slider-price {
    height: 5px !important;
    background-color: #ccc;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    position: relative;
}

.slider-price .process-slide-price {
    height: 5px;
    left: 0%;
    position: absolute;
    right: 0%;
    background-color: var(--bs-primary);
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.range-input {
    position: relative;
}

.range-input input {
    position: absolute;
    height: 5px;
    top: -5px;
    background: none;
    pointer-events: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

input[type="range"]::-webkit-slider-thumb {
    height: 15px;
    width: 15px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    background-color: var(--bs-primary) !important;
    -webkit-appearance: none;
    pointer-events: auto;
    border: none;
}

input[type="range"]::-moz-range-thumb {
    height: 15px;
    width: 15px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    background-color: var(--bs-primary) !important;
    -moz-appearance: none;
    pointer-events: auto;
    border: none;
}

.three-dots {
    display: inline-block;
    width: 250px;
    max-width: 250px;
    white-space: nowrap;
    overflow: hidden !important;
    text-overflow: ellipsis;
}

hr {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0)) !important;
    background-color: unset !important;
}

.lst-img-crossell .col-4 {
    position: relative;
  }
  
  .lst-img-crossell .col-4:not(:last-child)::after {
    content: "+";
    position: absolute;
    right: -3px;
    top: 50%;
    transform: translateY(-81%);
    font-weight: bold;
    font-size: 24px;
    color: green;
  }
  
  