/* IMPORTS */
@import "../../../css/theme.css";
@import "../../../css/custom.css";
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css");
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

html,
body {
    background: white;
    font-family: "Montserrat", sans-serif;
    scroll-behavior: smooth;
}

input {
    font-family: "Montserrat", sans-serif;
}

a,
p {
    color: #333e48;
}

small {
    font-size: 12px;
}

.header-extras {
    display: flex;
    flex-direction: column;
}

.bg-light-solaris {
    background-color: #FEF9F9;
}

.bg-light-solaris-2 {
    background-color: #F6F5F2 !important;
}

.bg-light-solaris-3 {
    background-color: rgba(205, 202, 197, .2);
}

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

.bg-golden {
    background-color: #fed700 !important;
}

.c-text {
    color: #333e48 !important;
}

.text-orange-light {
    color: #343f49;
}

.border-end-dotted {
    border-right: 1px dotted #fed700;
}

.border-start-dotted {
    border-left: 1px dotted #fed700;
}

.border-top-dotted {
    border-top: 1px dotted #fed700;
}

.btn-orange {
    background-color: #fed700;
    font-size: 15px !important;
    border-radius: 5px !important;
}

.btn-orange:hover {
    background-color: #292828;
}

.btn-style-1 {
    text-align: center;
}

.btn-style-1 a {
    color: white;
    background-color: #333e48;
    border-radius: 25px;
    padding: 10px 30px;
}

.btn-style-1 a:hover {
    color: #333e48 !important;
    background-color: #fed700 !important;
}

a,
button,
img,
input,
span {
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
}

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


/* HEADER */
header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    transition: transform 0.3s ease-in-out;
    background-color: #fff;
    z-index: 1000;
}

header .logo {
    max-height: 48px;
}

header nav {
    font-weight: 500;
}

header nav a,
header nav button {
    color: #333e48;
    font-weight: 600;
}

header nav a:hover,
header nav button:hover {
    color: #fed700;
}

header nav ul li a {
    text-transform: none;
    color: #7e7e7e;
}

header .dropdown-menu {
    max-height: calc(100vh - 130px);
    overflow: auto;
    width: 200px;
    z-index: 9999;
    border-bottom-right-radius: 10px !important;
    border-bottom-left-radius: 10px !important;
    border-top: 2px solid #fed700 !important;
}

header .menu {
    width: 30px;
}

header .menu span {
    height: 2px;
    transition: all ease-in-out .3s;
}

header .menu.active span:first-child {
    transform: rotate(45deg);
}

header .menu.active span:nth-child(2) {
    opacity: 0;
}

header .menu.active span:last-child {
    transform: rotate(-45deg);
    margin-top: -11px;
}

header .menu span {
    background-color: #323232;
}

header.hidden {
    box-shadow: 0 -6px 10px 5px rgba(0, 0, 0, 0.5);
}

body {
    padding-top: 153px;
}

body.with-name {
    padding-top: 193px;
}

body.with-bar {
    padding-top: 119px;
}

body.with-name.with-bar {
    padding-top: 163px;
}

#carouselBanners .carousel-indicators button {
    background-color: #D9D9D9;
    border-radius: 50%;
    height: 16px;
    opacity: 1;
    width: 16px;
}

#carouselBanners .carousel-indicators button.active {
    background-color: #FCD9B8;
}

#carouselBanners img.d-none.d-sm-block {
    height: 66vh;
    object-fit: cover;
}

#carouselBanners img.d-sm-none {
    object-fit: cover;
}

#carouselBanners .tns-nav {
    position: absolute;
    z-index: 1;
    bottom: 5vh;
    left: 50%;
    transform: translate(-50%, -50%);
}

#carouselBanners .tns-nav button {
    border-radius: 25px;
    width: 12px;
    height: 12px;
    background: #7e7e7e;
    border: 0;
    margin: 0px 5px;
}

.sliderCategories .item {
    transition: all 0.3s ease-in-out;
}

.sliderCategories .item h3 {
    transition: color 0.3s ease-in-out;
}

.sliderCategories .item a.btn-cat {
    z-index: 1;
}

.sliderCategories .item .bg-img {
    transition: all 0.3s ease-in-out;
    position: relative;
    overflow: hidden;
}

.sliderCategories .item .bg-img::after {
    display: none;
    content: '';
    position: absolute;
    inset: 0;
    background-color: rgba(255, 80, 73, 0.15);
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
    border-radius: inherit;
}

.sliderCategories .tns-controls {
    top: 50%;
    margin-top: -12px;
}

.category-hover .item-box::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 0;
    background-color: rgba(255, 255, 255, 0.2);
    z-index: 2;
    transition: height 0.4s ease-in-out;
    pointer-events: none;
    transform: translateY(100%);
}

.category-hover .item-box:hover::after {
    height: 100%;
}

.category-hover .item-box {
    position: relative;
    overflow: hidden;
}

.category-hover .item-box:hover::after {
    transform: translateY(0%);
    height: 100%;
}

h2,
h3,
p {
    color: #333e48 !important;
}

h2 {
    text-align: center;
}

.img-zoom {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 1.5s cubic-bezier(0, 0, 0.2, 1);
}

.item h3 {
    transition: color 1.5s cubic-bezier(0, 0, 0.2, 1);
}

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

.category-hover .category-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.75);
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: all 0.3s ease-in-out;
}

.category-hover:hover .category-overlay {
    opacity: 1;
}

.product-count {
    background-color: #ff5049;
    color: white;
    font-weight: bold;
    font-size: 1rem;
    padding: 0.6rem 1.2rem;
    border-radius: 50px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.tns-controls {
    left: 0;
    position: absolute;
    top: 30%;
    width: 100%;
}

.tns-controls [data-controls="prev"],
.tns-controls [data-controls="next"] {
    background-color: transparent;
    background-position: center center;
    background-repeat: no-repeat;
    border: 0;
    height: 24px;
    padding: 0;
    position: absolute;
    width: 24px;
}

.tns-controls [data-controls="prev"] {
    background-image: url('https://emidica.com/img/icos/ico-arrow-prev.svg');
}

.tns-controls [data-controls="next"] {
    background-image: url('https://emidica.com/img/icos/ico-arrow-next.svg');
    right: 0;
}

.shipping_type.active::after,
.payment_method.active::after {
    color: var(--bs-green);
    content: '\F26A';
    display: block;
    font-family: 'bootstrap-icons';
    height: 16px;
    position: absolute;
    right: 5px;
    top: 5px;
    width: 16px;
}

.longDescription,
.short_description {
    overflow: hidden;
}

.longDescription figure,
.short_description figure,
.longDescription p,
.short_description p {
    color: #878787 !important;
}

.longDescription figure img,
.short_description figure img,
.longDescription p img,
.short_description p img {
    max-width: 100%;
    height: auto;
}

.longDescription figure,
.short_description figure {
    display: block;
    margin: 20px auto;
    max-width: 100%;
}

.longDescription figure img,
.short_description figure img {
    display: block;
    margin: 20px auto;
}

.longDescription figure.image-style-side,
.short_description figure.image-style-side {
    float: right;
    margin: 20px 0 20px 20px;
}

.menu-categories li .imgblack {
    display: block;
}

.menu-categories li .imgcolor {
    display: none;
}

.menu-categories li.active > div > a {
    color: #CB8161;
}

.menu-categories li.active > div > button .imgblack {
    display: none;
}

.menu-categories li.active > div > button .imgcolor {
    display: block;
}

.menu-categories > ul > li ul {
    list-style: none;
    padding-left: 20px;
}

.menu-categories > ul > li > ul {
    display: block !important;
}


/* FOOTER */
footer {
    background-color: #F7F7F7;
    color: #333e48 !important;
}

footer .logo {
    max-height: 45px;
    max-width: 115px;
}

footer .social-media {
    border-color: #6c757d;
}

footer .social-media a {
    transition: all ease-in-out .3s;
}

footer .social-media a i:hover {
    color: #e52e06;
    transition: all ease-in-out .3s;
    opacity: 0.5;
}

footer li a:hover {
    color: #df3737;
    font-weight: bold;
}

#icons-items .icon-hover-flip .bi,
.icon-hover-flip img {
    color: #646363;
    font-size: 50px !important;
}

#icons-items p {
    color: #444;
    font-weight: 400;
}

#icons-items .bg-dark-vertex-light-1 {
    position: relative;
}

#icons-items .bg-dark-vertex-light-1 h4 {
    font-size: 18px !important;
}

#icons-items .icon-hover-flip .bg-dark-vertex-light-1 {
    background-color: #F3F5F3;
}

.price-offer {
    color: #343f49 !important;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: relative;
}

.scroll-top-btn {
    bottom: 0;
    right: 30px;
    margin-bottom: 15px;
    z-index: 999;
    border-radius: 50%;
    border: 0;
    color: white;
    transition: all ease-in-out .3s;
}

.scroll-top-btn:hover {
    background-color: #292828 !important;
}

.btn-buy-add {
    margin-right: 5px;
}

.btn-buy-add button {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #e6e6e6;
    color: white;
}

.btn-buy-add .btn-buy {
    background-color: #fed700 !important;
    border-color: #fed700 !important;
}

.btn-buy-add .btn-buy:hover {
    background-color: #D9D9D9 !important;
    border-color: #D9D9D9 !important;
}

.btn-buy-add button:hover {
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    transition: .3s;
    background-color: #323232;
    color: white !important;
}

.product-card {
    display: flex;
    flex-direction: column;
    height: 100%;
    border-right: 1px solid #dddddd;
}

.product-card h3 {
    font-size: 14px !important;
    color: #0062bd !important;
}

.product-card:hover {
    z-index: 5;
}

.product-card:after {
    content: "";
    position: absolute;
    left: 0;
    top: 30px;
    right: 0;
    bottom: -30px;
    width: 100%;
    border-radius: 5px;
    box-shadow: 0 0 5px #c6c6c6;
    background-color: white;
    border: 1px solid #dddddd;
    z-index: -1;
    visibility: hidden;
    opacity: 0;
    transition: all .35s ease-in-out;
}

.product-card:hover:after {
    top: 0;
    visibility: visible;
    opacity: 1;
}

.product-card .product-img-overlay {
    position: relative;
    overflow: hidden;
    max-height: 320px;
}

.product-card .product-footer {
    margin-top: auto;
}

.call-to-action {
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    transition: background-size 1.5s cubic-bezier(0, 0, 0.2, 1);
    will-change: background-size;
    border-radius: 5px;
}

.call-to-action:hover {
    background-size: 110%;
}

.call-to-action::before {
    content: "";
    display: block;
    background-color: #0000005c;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 4px;
    z-index: 1;
}

.call-to-action .btn-orange {
    border-radius: 50px !important;
}

.search form input {
    background-color: white;
    border: 2px solid #fed700 !important;
    border-top-right-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
}

.search form .icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    background-color: #fed700;
    padding-top: 13.2px;
    padding-bottom: 13.2px;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
}

.search .results {
    border-top: 2px solid #fed700;
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
}

.search .results::before {
    content: "";
    position: absolute;
    left: 50%;
    top: -8px;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #fed700;
}

.search .results .btn-search {
    background-color: #fed700;
    font-weight: 600;
    color: #333e48;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}

.search .results .no-results {
    color: #333e48;
}

.featuredProducts .row .product-card .product-footer {
    margin-top: 0px;
}

.featuredProducts .row .product-card::before {
    content: "";
    display: none;
    position: absolute;
    left: 0;
    top: 50%;
    background: #dddddd;
    width: 1px;
    height: 70%;
    transform: translateY(-50%);
}

.dropdown-toggle::after {
    mask: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgY2xpcC1wYXRoPSJ1cmwoI2NsaXAwXzM1OTBfMzAyKSI+CjxwYXRoIGQ9Ik0xLjg5NzgxIDEuMTcyODVIMi4wNzUzMUMzLjA1ODM1IDEuMTg2NSAzLjk0NTgxIDIuMDE5MzYgNC4wMTQwOCAzLjAwMjRDNC4wODIzNSAzLjczOTY4IDMuNzAwMDUgNC41MDQyNyAzLjA3MiA0Ljg4NjU2QzIuNDQzOTUgNS4yODI1MSAxLjU4Mzc5IDUuMjgyNTEgMC45NTU3MzMgNC44ODY1NkMwLjM5NTk0NyA0LjU0NTIzIDAuMDQwOTYgMy45MzA4MiAwIDMuMjc1NDZWMy4wOTc5N0MwLjAyNzMwNjcgMi4wODc2MiAwLjkwMTEyIDEuMjEzODEgMS44OTc4MSAxLjE3Mjg1Wk00Ljg0NjkzIDIuOTM0MTNDNC45NDI1MSAyLjQwMTY1IDUuNDYxMzMgMS45NjQ3NCA2LjAwNzQ3IDEuOTc4NEM4LjgyMDA1IDEuOTY0NzQgMTEuNjMyNiAxLjk3ODQgMTQuNDU4OSAxLjk3ODRDMTQuNzU5MyAxLjk3ODQgMTUuMTAwNiAxLjk1MTA5IDE1LjM4NzMgMi4xMDEyOEMxNS43Njk2IDIuMjc4NzcgMTYuMDI5IDIuNjc0NzIgMTYuMDcgMy4wOTc5N1YzLjI0ODE2QzE2LjA0MjcgMy44NjI1NiAxNS40ODI5IDQuMzk1MDQgMTQuODY4NSA0LjM4MTM4QzEyLjA1NTkgNC4zOTUwNCA5LjI0MzMxIDQuMzgxMzggNi40MzA3MiA0LjM4MTM4QzYuMTAzMDQgNC4zODEzOCA1Ljc0ODA1IDQuNDA4NjkgNS40NDc2OCA0LjI0NDg1QzQuOTk3MTIgMy45OTkwOSA0LjczNzcxIDMuNDM5MyA0Ljg0NjkzIDIuOTM0MTNaTTAgNy45MTc2QzAuMDI3MzA2NyA2Ljg2NjI5IDAuOTY5Mzg3IDUuOTY1MTcgMi4wMDcwNCA1Ljk5MjQ4QzIuNjg5NzEgNS45Nzg4MiAzLjM1ODcyIDYuMzYxMTIgMy43MTM3MSA2LjkzNDU2QzQuMTIzMzEgNy41ODk5MiA0LjEwOTY1IDguNDc3MzggMy42ODY0IDkuMTA1NDRDMy4zMTc3NiA5LjY2NTIyIDIuNjc2MDUgMTAuMDA2NiAyLjAwNzA0IDEwLjAwNjZDMC45NjkzODcgMTAuMDMzOSAwLjAyNzMwNjcgOS4xMzI3NSAwIDguMDk1MDlMMCA3LjkxNzZaTTQuODQ2OTMgNy43NTM3NkM0Ljk0MjUxIDcuMjIxMjggNS40NjEzMyA2Ljc4NDM3IDYuMDA3NDcgNi43OTgwM0M4LjgzMzcxIDYuNzg0MzcgMTEuNjQ2MyA2Ljc5ODAzIDE0LjQ1ODkgNi43OTgwM0MxNC43NzI5IDYuNzk4MDMgMTUuMTAwNiA2Ljc3MDcyIDE1LjM4NzMgNi45MDcyNUMxNS43Njk2IDcuMDk4NCAxNi4wMjkgNy40OTQzNCAxNi4wNyA3LjkxNzZWOC4wNjc3OEMxNi4wNDI3IDguNjgyMTkgMTUuNDgyOSA5LjIxNDY3IDE0Ljg2ODUgOS4yMDEwMUMxMi4wNTU5IDkuMjAxMDEgOS4yNDMzMSA5LjIwMTAxIDYuNDMwNzIgOS4yMDEwMUM2LjEwMzA0IDkuMjAxMDEgNS43NDgwNSA5LjIyODMyIDUuNDQ3NjggOS4wNjQ0OEM0Ljk5NzEyIDguODE4NzIgNC43Mzc3MSA4LjI1ODkzIDQuODQ2OTMgNy43NTM3NlpNMC43MjM2MjcgMTEuMjc2M0MxLjIwMTQ5IDEwLjg2NjcgMS44OTc4MSAxMC43MTY1IDIuNTEyMjEgMTAuODgwNEMzLjA5OTMxIDExLjAzMDYgMy42MTgxMyAxMS40Njc1IDMuODUwMjQgMTIuMDEzNkM0LjEzNjk2IDEyLjY2OSA0LjA0MTM5IDEzLjQ2MDkgMy42MTgxMyAxNC4wMjA2QzMuMjYzMTUgMTQuNDk4NSAyLjcwMzM2IDE0Ljc4NTIgMi4xMTYyNyAxNC44MjYySDEuOTUyNDNDMC45Mjg0MjcgMTQuODEyNSAwLjA0MDk2IDEzLjkzODcgMCAxMi45MTQ3VjEyLjczNzJDMC4wMjczMDY3IDEyLjE3NzQgMC4yODY3MiAxMS42MzEzIDAuNzIzNjI3IDExLjI3NjNaTTUuMDkyNjkgMTIuMDU0NkM1LjM1MjExIDExLjcyNjkgNS43NzUzNiAxMS41NzY3IDYuMTg0OTYgMTEuNjE3N0M4LjkxNTYzIDExLjYxNzcgMTEuNjQ2MyAxMS42MTc3IDE0LjM3NyAxMS42MTc3QzE0LjcxODMgMTEuNjE3NyAxNS4wNzMzIDExLjU3NjcgMTUuMzg3MyAxMS43NDA1QzE1Ljc2OTYgMTEuOTE4IDE2LjAyOSAxMi4zMTQgMTYuMDcgMTIuNzM3MlYxMi44ODc0QzE2LjAyOSAxMy41MDE4IDE1LjQ4MjkgMTQuMDM0MyAxNC44Njg1IDE0LjAyMDZDMTEuOTQ2NyAxNC4wMjA2IDkuMDI0ODUgMTQuMDIwNiA2LjA4OTM5IDE0LjAyMDZDNS43MzQ0IDE0LjAzNDMgNS4zNzk0MSAxMy44OTc4IDUuMTMzNjUgMTMuNjM4M0M0LjczNzcxIDEzLjIxNTEgNC43MTA0IDEyLjQ5MTUgNS4wOTI2OSAxMi4wNTQ2WiIgZmlsbD0iIzQ5NTA1NyIvPgo8L2c+CjxkZWZzPgo8Y2xpcFBhdGggaWQ9ImNsaXAwXzM1OTBfMzAyIj4KPHJlY3Qgd2lkdGg9IjE2IiBoZWlnaHQ9IjE2IiBmaWxsPSJ3aGl0ZSIvPgo8L2NsaXBQYXRoPgo8L2RlZnM+Cjwvc3ZnPgo=) no-repeat 50% 50%;
}

.breadcrumb-item.active {
    color: #646363;
}

.breadcrumb {
    font-size: 13px !important;
}

.group-btn-offcanvas a {
    font-size: 13px !important;
    border-radius: 25px;
}

.group-btn-offcanvas .btn-buy {
    background-color: #fed700;
    color: #333e48 !important;
}

.group-btn-offcanvas .btn-buy:hover {
    background-color: #333e48;
    color: white !important;
}

.group-btn-offcanvas .btn-view {
    background-color: #e6e6e6;
    color: #333e48 !important;
}

.group-btn-offcanvas .btn-view:hover {
    background-color: #fed700;
}

.featuredCategories .item-box h3 {
    background-color: white;
    border-top-left-radius: 5px;
}

.form-contact .text-start button {
    border-radius: 25px !important;
    background-color: #fed700;
    color: #333e48;
}

.form-contact .text-start button:hover,
.text-end .btn-confirm:hover {
    background-color: #333e48;
    color: white;
}

.border-title {
    margin-bottom: 14px;
    border-bottom: 1px solid #dddddd;
}

.border-title h2 {
    position: relative;
    display: inline-block;
    padding-bottom: 11px;
}

.border-title h2::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -1px;
    width: 100%;
    height: 2px;
    background-color: #fed700;
}

.product-cart-detail .count {
    border-radius: 10px;
}

.text-end .btn-confirm {
    text-align: center;
    margin-top: 20px !important;
    background-color: #fed700;
    border-radius: 25px;
    font-size: 14px;
}

.checkout-detail .col-sm-4 .flex-fill h3 {
    color: #0062bd !important;
    font-size: 14px !important;
}

.checkout-detail .form-floating .form-control {
    position: relative;
    z-index: 3;
    background: transparent;
}

.offcanvas {
    height: 50vh !important;
}

.offcanvas.offcanvas-end {
    border-radius: 0 0 10px 10px;
    box-shadow: 0 6px 12px #3a38382e;
    border-top: 2px solid #fed700 !important;
}

.offcanvas .offcanvas-body .flex-fill h3 {
    color: #0062bd !important;
    font-size: 14px;
}

.offcanvas .offcanvas-header .group-btn-offcanvas a {
    font-size: 11px !important;
}

.title-product-detail {
    color: #333e48 !important;
}

.btn-sellfast {
    background-color: #333e48;
    border-color: #333e48;
    border-radius: 25px;
}

.btn-sellfast:hover {
    background-color: #fed700;
    border-color: #fed700;
}

.nav-link {
    font-weight: 500 !important;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
    background: transparent;
    color: #333e48;
    border-bottom: 2px solid #fed700;
    border-radius: 0;
    padding-left: 0;
    padding-right: 0;
    font-weight: 700 !important;
}

.nav-link:hover,
.nav-link:focus {
    color: #333e48;
}

.btn-deatil-buy-add .btn-buy {
    font-size: 14px !important;
    border-radius: 5px !important;
    font-weight: 600;
    background-color: #313131 !important;
}

.btn-deatil-buy-add .btn-buy:hover {
    background-color: #fed700 !important;
    opacity: 0.7;
}

.btn-deatil-buy-add .btn-add {
    font-size: 14px !important;
    border-radius: 5px !important;
    font-weight: 600;
    background-color: #f5f5f5 !important;
}

.btn-deatil-buy-add .btn-add:hover {
    background-color: #313131 !important;
    color: white !important;
}

.splide__track--nav > .splide__list > .splide__slide.is-active {
    border-color: #e2e3e5;
}

.btn-share a {
    background-color: #313131 !important;
}


/* MEDIA BREAKPOINTS */
@media (max-width: 576px) {
    .postal-holder {
        display: flex;
        justify-content: center;
        background: #f8f9fa;
    }

    header .logo {
        margin: 0px !important;
    }
}

@media (max-width: 991px) {
    body {
        padding-top: 79px;
    }

    body .mobile-nav {
        left: -100%;
        padding-top: 62px;
        transition: all ease-in-out .3s;
        z-index: 6;
        max-width: 425px;
    }

    body .mobile-nav.active {
        left: 0;
        background-color: #f1f1f1;
        color: #323232;
    }

    body.with-name {
        padding-top: 118px;
    }

    body.with-name .mobile-nav {
        padding-top: 118px;
    }

    body.with-bar {
        padding-top: 88px;
    }

    body.with-bar .mobile-nav {
        padding-top: 105px;
    }

    body.with-name.with-bar {
        padding-top: 144px;
    }

    body.with-name.with-bar .mobile-nav {
        padding-top: 144px;
    }
}

@media (max-width: 767px) {
    .border-start-dotted {
        border-left: 0;
    }

    .border-end-dotted {
        border: none;
    }

    .scroll-top-btn {
        right: 21px;
    }
}

@media (max-width: 576px) {
    .btn-sellfast {
        border-radius: 0;
    }

    .checkout-detail .col-sm-4 .price-product {
        position: absolute;
        top: 0;
        right: 0;
    }

    .product-card::after {
        display: none !important;
    }

    .btn-deatil-buy-add .btn-buy,
    .btn-buy-detail,
    .btn-add-detail {
        border-radius: 0px !important;
    }
}

@media (max-width: 425px) {
    .offcanvas {
        height: 100vh !important;
    }
}