* {
    box-sizing: border-box;
}

body {
    font-family: "Roboto Condensed", serif !important;
    font-size: 14px;
    line-height: 1.5;
    color: #212529;
}

.icon {
    position: relative;
    display: inline-flex;
    height: 2.5rem;
    width: 2.5rem;
    align-items: center;
    justify-content: center;
    border-radius: 9999px;
    background-color: rgba(229, 231, 235, 0.5);
    font-size: 1.125rem;
    line-height: 1.75rem;
    line-height: 1;
}

.form-select {
    padding: .375rem 0.25rem .375rem 6% !important;
    font-size: 1rem !important;
    background-position: left 2% center !important;
}

.dropdown-toggle::after {
    display: none;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
}

::-webkit-scrollbar {
    display: none;
}

.navbar-brand img {
    width: 100%;
    height: 60px;
}

.img-hover:hover{
    opacity: 0.6;
}

.carousel-control-next-icon,
.carousel-control-prev-icon
{
    width: 1rem !important;
    height: 1rem !important;
}
.carousel-indicators [data-bs-target] {
    width: 10px !important;
    height: 10px !important;
    border-radius: 50%;
    border: 0 !important;
    border-top: 0 solid transparent !important;
    border-bottom: 0 solid transparent !important;
}
.carousel-indicators .active {
    width: 3rem !important;
    height: 0.5rem !important;
    border-radius: 0.375rem !important;
}

.carousel-control-next {
    justify-content: end !important;
    opacity: 1 !important;
}

.carousel-control-prev {
    justify-content: start !important;
    opacity: 1 !important;
}

.carousel-control-next-icon {
    background-image: url('../img/chevron-right-solid.svg') !important;
    fill: #000000;
}

.carousel-control-prev-icon {
    background-image: url('../img/chevron-left-solid.svg') !important;
    fill: #000000;
}


.add-to-cart {
    --color: #fff;
    --icon: var(--color);
    --cart: #fff;
    --dots: #fff;
    --background: #0a2463;
    --shadow: rgba(0, 9, 61, 0.16);
    cursor: pointer;
    border: 1px solid #0a2463;
    font-size: 16px;
    border-radius: 0.5rem;
    width: 80%;
    padding: 12px 32px;
    font-weight: 500;
    line-height: 20px;
    transform: scale(var(--s, 0.97));
    box-shadow: 0 var(--s-y, 4px) var(--s-b, 12px) var(--shadow);
    color: var(--color);
    background: var(--background);
}
.add-to-cart:hover {
    --color: #0a2463;
    --background: #ffffff;
    border: 1px solid #0a2463;
}

.loved-product {
    color: brown;
}

.owl-dots {
    display: none;
}

.owl-item {
    display: flex;
    justify-content: center;
}


.form-check-input:checked {
    background-color: #012cdb !important;
    border-color: #012cdb !important;
}

.form-check-input:focus {
    box-shadow: none !important;
    border-color: #dee2e6 !important;
}
.accordion, .accordion-collapse, .accordion-body,.accordion-item {
    border: 0px solid #fff;
}

.accordion-button{
    font-size: .6em;
    font-weight: 600;
    color: #000000;
}

.accordion-button:not(.collapsed) {
    color: #000 !important;
    background-color: #ffffff !important;
    box-shadow: none !important;
    border-color: #fff !important;
}

.accordion-button:focus {
    z-index: 3;
    outline: 0;
    box-shadow: none !important;
}
.btn:first-child:active,
:not(.btn-check)+.btn:active {
    border-color: #ffffff00 !important;
}


.range-slider {
    zoom: 1;
    margin: 20px 0;
    padding-top: 3.5em;
    position: relative;
    text-align: center;
}

.range-slider:before,
.range-slider:after {
    content: " ";
    display: table;
}

.range-slider:after {
    clear: both;
}

@media (min-width: 640px) {
    .range-slider {
        padding-top: 3.5em;
    }
}

@media (min-width: 1024px) {
    .range-slider {
        padding-top: 3.5em;
    }
}

.range-slider .track {
    bottom: 15px;
    height: 6px;
    left: 0;
    margin-bottom: -3px;
    position: absolute;
    width: 0;
    z-index: 50;
}

@media (min-width: 640px) {
    .range-slider .track {
        bottom: 15px;
    }
}

@media (min-width: 1024px) {
    .range-slider .track {
        bottom: 15px;
    }
}

.range-slider .track--full {
    background: #aaa;
    width: 100%;
}

.range-slider .track--included {
    background: rgb(0, 0, 0);
    border-radius: 3px;
}

.range-slider .slider-thumb {
    background: #000000;
    border-radius: 50%;
    cursor: pointer;
    display: none;
    display: block\9;
    height: 30px;
    left: 0;
    position: absolute;
    width: 30px;
    z-index: 101;
}


@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
    .range-slider .slider-thumb {
        display: block;
    }
}

@media (min-width: 640px) {
    .range-slider .slider-thumb {
        height: 30px;
        width: 30px;
    }
}

@media (min-width: 1024px) {
    .range-slider .slider-thumb {
        height: 30px;
        width: 30px;
    }
}

.range-slider [type=range] {
    -webkit-appearance: none;
    background: none;
    height: 30px;
    margin: 0;
    outline: none;
    padding: 0;
    pointer-events: none;
    position: relative;
    width: 100%;
    z-index: 75;
}

@media (min-width: 640px) {
    .range-slider [type=range] {
        height: 30px;
    }
}

@media (min-width: 1024px) {
    .range-slider [type=range] {
        height: 30px;
    }
}

.range-slider [type=range]:focus {
    outline: none;
}

.range-slider [type=range]::-moz-focus-outer {
    border: 0;
}

.range-slider [type=range]:first-of-type {
    float: left;
    margin-bottom: -30px;
}

@media (min-width: 640px) {
    .range-slider [type=range]:first-of-type {
        margin-bottom: -30px;
    }
}

@media (min-width: 1024px) {
    .range-slider [type=range]:first-of-type {
        margin-bottom: -30px;
    }
}

.range-slider [type=range]:last-of-type {
    float: right;
    margin-bottom: 0;
}

.range-slider [type=range]::-webkit-slider-runnable-track {
    background: none;
    border: 0;
    height: 6px;
    z-index: -1;
}

.range-slider [type=range]::-ms-fill-lower {
    background: none;
    border: 0;
}

.range-slider [type=range]::-ms-fill-upper {
    background: none;
    border: 0;
}

.range-slider [type=range]::-ms-track {
    background: transparent;
    border: 0;
    border-color: transparent;
    color: transparent;
    height: 6px;
    z-index: -1;
}

.range-slider [type=range]:focus::-ms-fill-lower {
    background: none;
    border: 0;
}

.range-slider [type=range]:focus::-ms-fill-upper {
    background: none;
    border: 0;
}

.range-slider [type=range]::-moz-range-track {
    -moz-appearance: none;
    background: none;
    border: 0;
    height: 6px;
    z-index: -1;
}

.range-slider [type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
    background: #ffffff;
    background-image: url(../img/circle-dot-solid.svg);
    border: 0;
    border-radius: 50%;
    cursor: pointer;
    height: 30px;
    margin-top: -12px;
    outline: 0;
    pointer-events: all;
    position: relative;
    width: 30px;
    z-index: 100 !important;
}


@media (min-width: 640px) {
    .range-slider [type=range]::-webkit-slider-thumb {
        height: 30px;
        margin-top: -12px;
        width: 30px;
    }
    .btn-primary {
        width: 100% !important;
    }
}

@media (min-width: 1024px) {
    .range-slider [type=range]::-webkit-slider-thumb {
        height: 30px;
        margin-top: -12px;
        width: 30px;
    }
}

.range-slider [type=range]::-ms-thumb {
    background: #555;
    border: 0;
    border-radius: 50%;
    cursor: pointer;
    height: 30px;
    margin-top: 0;
    pointer-events: all;
    position: relative;
    width: 30px;
    z-index: 100;
}

@media (min-width: 640px) {
    .range-slider [type=range]::-ms-thumb {
        height: 30px;
        width: 30px;
    }
}

@media (min-width: 1024px) {
    .range-slider [type=range]::-ms-thumb {
        height: 30px;
        width: 30px;
    }
}

.range-slider [type=range]::-moz-range-thumb {
    -moz-appearance: none;
    background: #555;
    border: 0;
    border-radius: 50%;
    cursor: pointer;
    height: 30px;
    margin-top: -12px;
    pointer-events: all;
    position: relative;
    width: 30px;
    z-index: 100;
}

@media (min-width: 640px) {
    .range-slider [type=range]::-moz-range-thumb {
        height: 30px;
        margin-top: -12px;
        width: 30px;
    }

    .downlod {
        font-size: 1.5rem !important;
    }

    .story {
        width: 45% !important;
    }
}

@media (max-width: 640px) {

    .downlod {
        font-size: 75% !important;
    }

}

@media (min-width: 1024px) {
    .range-slider [type=range]::-moz-range-thumb {
        height: 30px;
        margin-top: -12px;
        width: 30px;
    }

    .story {
        width: 35% !important;
    }
}

.range-slider .output,
.range-slider output {
    line-height: 5.5em;
    position: absolute;
    text-align: center;
    top: 0;
}

.text-secondary {
    color: #515151 !important;
}

.splide {
    margin: 0 auto;
}

.splide li {
    transition: transform 0.6s ease-in-out !important;
    -webkit-transition: transform 0.6s ease-in-out !important;
    -moz-transition: transform 0.6s ease-in-out !important;
    -ms-transition: transform 0.6s ease-in-out !important;
    -o-transition: transform 0.6s ease-in-out !important;
}

/*
.splide li:hover {
    transform: scale(1.5) !important;
    -webkit-transform: scale(1.5) !important;
    -moz-transform: scale(1.5) !important;
    -ms-transform: scale(1.5) !important;
    -o-transform: scale(1.5) !important;
} */

.thumbnails {
    display: flex;
    margin: 1rem auto 0;
    padding: 0;
    justify-content: center;
}

.thumbnail {
    width: 70px;
    height: 70px;
    overflow: hidden;
    list-style: none;
    margin: 0 0.2rem;
    cursor: pointer;
    opacity: 0.3;
}

.thumbnail.is-active {
    opacity: 1;
}

.thumbnail img {
    width: 100%;
    height: auto;
}

.mz-inner a {
    display: none !important;
}

.mz-loading {
    display: none !important;
}

.mz-hint {
    display: none !important;
}

.countItem {
    text-align: center;
    font-size: 29px;
    font-weight: 600;
}

input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

.countItem:focus-visible {
    border: 0px !important;
    outline: -webkit-focus-ring-color auto 0px !important;
}

#numberPhone,
#numberPhone:focus,
#inputPassword,
#inputPassword:focus {
    border: 1px solid #dee4e8 !important;
    width: 100% !important;
    font-size: 14px !important;
    box-shadow: none !important;
    padding: 20px 27px !important;
    border-radius: 8px !important;
}

#numberPhone::placeholder,
#inputPassword::placeholder {
    color: #c1c2c5;
}

#selectCuontry,
#selectCuontry:focus-visible {
    border: 1px solid #c7c7c7 !important;
    font-size: 14px !important;
    box-shadow: none !important;
    text-align: center !important;
    border-radius: 8px !important;
    direction: ltr !important;
    padding: 20px 0px !important;
    margin: 0 !important;
    justify-content: center !important;
}

.fs-6 {
    font-size: 12px !important;
}

.modal-backdrop {
    background-color: #00000000 !important;
}

.btn-cart {
    background: #fff;
    transition: .4s ease-in-out;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    color: #c7c7c7;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    padding: 0;
    font-size: 12px;
    border: 1px solid #c7c7c7;
    font-family: GothaProBol;
}

.active-btn-cart {
    color: #000 !important;
    border: 1px solid #000 !important;
}

.step-cart {
    padding-top: 10px;
    line-height: 1;
    font-size: 10px;
    color: #000;
    text-transform: capitalize;
}

.navbar-bottom{
    background-color: #f9fafb;
}
.navbar{
    background-color: #ffffff;
}
.bg-gray{
    background-color: #e1e1e1;
}
.fs-xs{
    font-size: 10px;
}
.fs-sm{
    font-size: 14px;
}

footer{
    background-color: #f9fafb;
}
.btn-outline-primary {
    --bs-btn-color: #012cda !important;
    --bs-btn-border-color: #012cda !important;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #012cda !important;
    --bs-btn-hover-border-color: #012cda !important;
    --bs-btn-focus-shadow-rgb: 13, 110, 253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #012cda !important;
    --bs-btn-active-border-color: #012cda !important;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #012cda !important;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #012cda !important;
    --bs-gradient: none;
}
.btn-primary {
    --bs-btn-color: #fff;
    --bs-btn-bg: #012cda !important;
    --bs-btn-border-color: #012cda !important;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #0934de;
    --bs-btn-hover-border-color: #0934de;
    --bs-btn-focus-shadow-rgb: 49, 132, 253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #0934de;
    --bs-btn-active-border-color: #0934de;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #012cda !important;
    --bs-btn-disabled-border-color: #012cda !important;
}

.list-group-item.active {
    background-color: #012cda !important;
    border-color: #012cda !important;
}

.bg-primary {
    background-color: #012cda !important;
}


.text-primary{
    color: #012cda !important;
}

.dropdown:hover>.dropdown-menu {
 display: block;
}

/* From Uiverse.io by Satwinder04 */
.input-container {
  position: relative;
}

.input-container select,
.input-container input[type="email"],
.input-container input[type="text"],
.input-container input[type="date"] {
  font-size: 0.875rem;
  width: 100%;
  border: none;
  border-bottom: 2px solid #ccc;
  padding: 5px 0;
  background-color: transparent;
  outline: none;
}

.input-container .label {
  position: absolute;
  top: -15px;
  left: 0;
  color: #ccc;
  transition: all 0.3s ease;
  pointer-events: none;
}

.input-container select:focus ~ .label,
.input-container select:valid ~ .label,
.input-container input[type="email"]:focus ~ .label,
.input-container input[type="email"]:valid ~ .label,
.input-container input[type="text"]:focus ~ .label,
.input-container input[type="text"]:valid ~ .label,
.input-container input[type="date"]:focus ~ .label,
.input-container input[type="date"]:valid ~ .label {
  top: -20px;
  font-size: 16px;
  color: #333;
}

.input-container .underline {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 100%;
  background-color: #022cda;
  transform: scaleX(0);
  transition: all 0.3s ease;
}

.input-container select:focus ~ .underline,
.input-container select:valid ~ .underline,
.input-container input[type="email"]:focus ~ .underline,
.input-container input[type="email"]:valid ~ .underline,
.input-container input[type="text"]:focus ~ .underline,
.input-container input[type="text"]:valid ~ .underline {
  transform: scaleX(1);
}


.radio-inputs {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  border-radius: 0.5rem;
  background-color: #EEE;
  box-sizing: border-box;
  box-shadow: 0 0 0px 1px rgba(0, 0, 0, 0.06);
  padding: 0.25rem;
  width: 300px;
  font-size: 14px;
}

.radio-inputs .radio {
  flex: 1 1 auto;
  text-align: center;
}

.radio-inputs .radio input {
  display: none;
}

.radio-inputs .radio .name {
  display: flex;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  border-radius: 0.5rem;
  border: none;
  padding: .5rem 0;
  color: rgba(51, 65, 85, 1);
  transition: all .15s ease-in-out;
}

.radio-inputs .radio input:checked + .name {
  background-color: #fff;
  font-weight: 600;
}

.radio-inputs .radio .active {
  background-color: #fff;
  font-weight: 600;
  height: 2rem;
  display: flex;
  justify-content: center;
    align-items: center;
    border-radius: 10%;
    color: #212529;
}
.card-shadow {
    -webkit-box-shadow: 0px 0px 12px 0px rgba(179,179,179,1);
    -moz-box-shadow: 0px 0px 12px 0px rgba(179,179,179,1);
    box-shadow: 0px 0px 12px 0px rgba(179,179,179,1);
}
.form-control:focus {
    border-color: #dee2e6 !important;
    outline: 0;
    box-shadow: none !important;
}


.form-check-image
{
    border: 2px dashed #818181;
    padding: 1rem;
    border-radius: 10px;
}
.form-check-image:has(input:checked)
{
    border: 2px solid #022cda !important;
}

.form-check-input:checked {
    background: #012cda !important;
    border: 3px solid #fff !important;
    box-shadow: 0px 0px 0px 1px #012cda !important;
}

.nav-li:focus, .nav-li:hover {
    color: #e4e4e4 !important;
    background-color: #012cda !important;
    opacity: 70% !important;
}

.wishlist-icon:focus, .wishlist-icon:hover {
    color: #012cda !important;
}

.btn-primary {
    background-color: #012cda !important;
}
 .btn-primary:hover {
    background-color: #ffffff !important;
    color: #012cda !important;
    border-color: #012cda !important;
}
