@font-face {
    font-family: 'Roboto Regular';
    src: url('../fonts/Roboto/Roboto-Regular.ttf');
}

@font-face {
    font-family: 'Roboto Bold';
    src: url('../fonts/Roboto/Roboto-Bold.ttf');
}

@font-face {
    font-family: 'Roboto Medium';
    src: url('../fonts/Roboto/Roboto-Medium.ttf');
}

@font-face {
    font-family: 'Ador Regular';
    src: url('../fonts/Ador/Ador_Noirrit_Regular.ttf');
}

@font-face {
    font-family: 'Ador Bold';
    src: url('../fonts/Ador/Ador_Noirrit_Bold.ttf');
}

@font-face {
    font-family: 'Ador Medium';
    src: url('../fonts/Ador/Ador_Noirrit_SemiBold.ttf');
}

:root {
    --text-green: #f6743c;
    --background-green: #f6743c;
    --text-white: #fff;
    --text-primary: #f6743c;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
span,
li {
    font-family: 'Ador Regular';
}

p {
    margin-bottom: 0;
}

a {
    text-decoration: none !important;
}

ul {
    list-style: none;
    padding: 0;
    margin-bottom: 0;
}

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    position: relative;
    font-family: 'Roboto Regular';
    font-size: 14px;
    font-family: 'Ador Regular';
    color: #646464;
}

::placeholder {
    color: #a3a4a5 !important;
}

#conf_order_btn {
    font-size: 20px;
}

.toast-message{
    color: white !important;
}

.text-primary {
    color: var(--text-primary) !important;
}

.btn-success {
    background-color: #f6743c!important;
    border-color: #f6743c!important;
}

.header-email {
    margin-left:5px;
}

.fw-bold {
    font-family: 'Ador Bold' !important;
}

.top-nav span,
.bottom-nav span {
    font-size: 14px;
    font-family: 'Ador Regular';
}

.top-nav span i,
.bottom-nav span i {
    font-size: 12px;
}

.container {
    max-width: 90%;
}

.top-nav .nav-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #e9e8e8;
}

.top-nav-left-content span {
    color: #000000;
}

.top-nav-action ul {
    display: flex;
}

.top-nav-action ul li {
    border-right: 1px solid #d7cbcb;
    padding: 10px;
}

.top-nav-action ul li:last-of-type {
    border-right: 0;
}

.bottom-nav .nav-content {
    display: flex;
    padding: 10px 0;
    align-items: center;
    box-shadow: 0px 15px 10px -15px #00000012;
    margin-bottom: 20px;
}

.bottom-nav .nav-content .nav-logo {
    width: 20%;
    margin-right: 20px;
}

.bottom-nav .nav-content .nav-logo img {
    max-width: 180px;
}

.bottom-nav .nav-content .nav-search {
    width: 60%;
}

.bottom-nav .nav-content .nav-info {
    width: 20%;
    margin-left: 20px;
    display: flex;
    align-items: center;
}

.bottom-nav .nav-content .nav-info .nav-contact {
    display: flex;
    align-items: center;
    width: 60%;
}

.bottom-nav .nav-content .nav-info .nav-cart {
    display: flex;
    width: 40%;
    align-items: center;
}

.bottom-nav .nav-content .nav-info .nav-contact .contact-text {
    display: flex;
    flex-direction: column;
}

.bottom-nav .nav-content .nav-info .nav-cart .item {
    display: flex;
    flex-direction: column;
}

.nav-contact-icon span i {
    font-size: 30px;
    margin-right: 8px;
    color: #c7c7c7;
}

.nav-cart .icon i {
    font-size: 30px;
    margin-right: 8px;
    color: #c7c7c7;
}

.nav-cart .item {
    border-left: 0px solid #d5d5d5;
    padding-left: 8px;
}

.nav-search {
    display: flex;
    align-items: center;
    border: 1px solid #e3e3e3;
    height: 40px;
}

.nav-search input,
.nav-search .nav-dropdown,
.nav-search button {
    height: 100%;
    border-radius: 0;
    border: transparent;
    border-right: 1px solid #e3e3e3 !important;
    color: #767676 !important;
    font-family: 'Ador Regular';
    font-size: 12px;
}

.nav-search input:focus,
.nav-search .nav-dropdown:focus {
    box-shadow: none;
    outline: 0;
    border: transparent;
}

.nav-search .nav-dropdown {
    width: 200px;
    height: 100%;
    background-color: #fff;
}

.nav-search .nav-search-button {
    width: 50px;
    border-right: 0 !important;
    background-color: var(--background-green);
}

.nav-search .nav-dropdown-button {
    height: 100%;
    width: 100%;
    background-color: #fff;
    border-radius: 0 !important;
    font-size: 14px;
}

.nav-search .nav-search-button i {
    color: #fff;
    font-size: 15px;
}

.contact-text span {
    color: #f6743c;
}

.contact-text a span {
    color: #646464;
}

.nav-dropdown .dropdown-menu {
    width: 100%;
    border-radius: 0;
    border: 0;
    box-shadow: 0 0 3px rgba(0, 0, 0, .15);
    transition: opacity 0.4s cubic-bezier(.19, 1, .22, 1), visibility 0.4s cubic-bezier(.19, 1, .22, 1), transform 0.4s cubic-bezier(.19, 1, .22, 1);
    transform: translateY(15px) translateZ(0);
    max-height: 200px;
    overflow: hidden;
}

.nav-dropdown .dropdown-menu:hover {
    overflow-y: scroll;
}

.nav-dropdown .dropdown-menu li .dropdown-item {
    color: #838383;
    font-size: 14px;
}

.nav-dropdown .dropdown-menu li .dropdown-item:active {
    background-color: transparent;
}

.nav-dropdown .dropdown-menu::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    background-color: #F5F5F5;
}

.nav-dropdown .dropdown-menu::-webkit-scrollbar {
    width: 5px;
    background-color: #F5F5F5;
}

.nav-dropdown .dropdown-menu::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #b4abab;
}

.banner-section .banner {
    display: flex;
    max-height: 400px;
    overflow: hidden;
}

.banner-section .banner .category-menu {
    width: 20%;
    margin-right: 20px;
}

.banner-section .banner .carousel {
    width: 60%;
    margin-right: 20px;
    max-height: 400px;
    background: #fafafa;
    align-content: center;
}

.carousel-indicators {display:none!important;}

.order-now-button:hover {
    background: #dc602a;
}

.banner-section .banner .carousel img{
    max-height: 400px;
}

.banner-section .banner .flash-deal {
    width: 20%;
}

.category-menu {
    display: flex;
    align-items: center;
    flex-direction: column;
    align-items: flex-start;
    border: 1px solid rgba(0, 0, 0, 0.075);
}

.category-menu li:first-of-type {
    background-color: var(--background-green);
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    padding: 12px 18px;
}

.category-menu li {
    border-bottom: 1px solid rgba(0, 0, 0, 0.075);
    width: 100%;
    display: flex;
    align-items: center;
}

.category-menu li:last-of-type {
    border-bottom: 0;
}

.category-menu li a {
    color: #333;
    width: 100%;
    display: flex;
    align-items: center;
    font-size: 14px;
    text-transform: capitalize;
    padding: 10px 16px;
}

.category-menu li a span {
    font-size: 14px;
    font-family: 'Ador Regular';
}

.category-menu li a img {
    width: 20px;
    margin-right: 10px;
}

.prouct-discount {
    position: absolute;
    top: 15;
    left: 15;
    background-color: #f6743c;
    z-index: 100;
    padding: 1px 10px;
    border-radius: 2px;
}

#flash_deals_timer {
    margin-top: 5px !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
    margin-left: 0 !important;
    margin-bottom: 0;
    display: flex;
    justify-content: space-around;
}

#flash_deals_timer li span {
    color: white;
    font-size: 16px;
    font-family: 'Ador Bold';
}

#flash_deals_timer li p {
    color: white;
    font-size: 14px;
    font-family: 'Ador Regular';
}

.timer-count-down {
    flex-direction: column;
    position: absolute;
    bottom: 145px;
    width: 100%;
    background: #4e4e4e;
    padding: 2px 5px 10px 5px;
    border-radius: 2px;
}

.social-links ul {
    display: flex;
}

.social-links ul li {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--background-green);
    margin-right: 10px;
}

.social-links ul li a svg {
    height: 14px;
    width: 14px;
    fill: var(--background-green);
}

/* .copyright-section{
    background-color: #1A202C;
} */

.copyright_text {
    padding: 6px;
    background-color: #1A202C;
}

.copyright_text p {
    font-size: 15px;
}

.social-links ul li:hover {
    background: var(--background-green);
}

.social-links ul li:hover a svg {
    fill: white;
}


.prouct-discount p {
    color: white;
    font-size: 16px;
}

.category-header .icon i {
    color: #fff;
    font-size: 22px;
    margin-right: 10px;
}

.category-header .icon:last-of-type i {
    margin-right: 0;
    font-size: 18px;
    margin-left: 20px;
}

.category-menu li:not(:first-of-type):hover {
    background-color: #f7f7f7;
}

.category-menu .category-dropdown::after {
    content: url(data:image/svg+xml,%3Csvg%20%20xmlns=%22http://www.w3.org/2000/svg%22%20%20width=%2217%22%20%20height=%2217%22%20%20viewBox=%220%200%2024%2024%22%20%20fill=%22none%22%20%20stroke=%22gray%22%20%20stroke-width=%222%22%20%20stroke-linecap=%22round%22%20%20stroke-linejoin=%22round%22%20%20class=%22icon%20icon-tabler%20icons-tabler-outline%20icon-tabler-chevron-right%22%3E%3Cpath%20stroke=%22none%22%20d=%22M0%200h24v24H0z%22%20fill=%22none%22/%3E%3Cpath%20d=%22M9%206l6%206l-6%206%22%20/%3E%3C/svg%3E);
    margin-right: 10px;
}

.banner-section .banner #main_slider {
    width: 100%;
}

.category-dropdown-content {
    position: absolute;
    visibility: hidden;
}

.category-menu .category-dropdown:hover .category-dropdown-content {
    visibility: visible;
    background-color: #fff;
    left: 250px;
    width: 780px;
    z-index: 10000;
    padding: 50px 20px 20px 50px;
    box-shadow: 0 0 3px rgba(0, 0, 0, .15);
    transition: opacity 0.4s cubic-bezier(.19, 1, .22, 1), visibility 0.4s cubic-bezier(.19, 1, .22, 1), transform 0.4s cubic-bezier(.19, 1, .22, 1);
    transform: translateY(15px) translateZ(0);
    margin-top: 15px;
}

.main-category h2 {
    font-size: 13px;
    font-family: 'Ador Bold';
    margin-bottom: 10px;
    text-transform: uppercase;
}

.child-category a {
    padding: 0 !important;
    margin-bottom: 5px !important;
    font-size: 13px !important;
    padding: 5px 0px !important;
    color: #838383 !important;
}

.child-category a:hover {
    color: var(--text-green) !important;
}

.flash-deal .product-image img {
    width: 100%;
    max-height: 180px;
}

.tab-content-mod p {
    font-size: 16px !important;
}

.flash-deal {
    border: 1px solid #fdc7b2;
    padding: 15px;
}

.flash-deal .product-card .title,
.flash-deal .product_card .title {
    font-size: 18px;
    text-align: center;
    margin-bottom: 15px;

}

.flash-deal .product-card .product-info,
.product_card .product-info {
    /* padding: 0 20px; */
    display: flex;
    flex-direction: column;
    align-items: center;
}

.flash-deal .product-card .product-info {
    padding: 0 !important;
}

.flash-deal .product-card .product-info h5,
.product_card .product-info h5 {
    text-align: center;
}

.flash-deal .product-card .product-info .product-name,
.product_card .product-info .product-name {
    font-size: 15px;
    font-weight: bold;
    margin-top: 20px;
    height: 50px;
    overflow: hidden;
    line-height: 25px;
    text-align: center !important;
    color: inherit;
}

.hot_deal_carousel .product_card {
    width: 100%;
}

.flash-deal .product-card .product-info .product-name:hover,
.product_card .product-info .product-name:hover {
    color: #327820 !important;
}

.flash-deal .product-card .product-info .product-subtitle,
.product_card .product-info .product-subtitle {
    margin-top: 10px;
    color: rgb(193 193 193) !important;
    font-size: 15px !important;
    font-family: 'Ador Regular' !important;
}

.flash-deal .product-card .product-info .product-subtitle:hover,
.product_card .product-info .product-subtitle:hover {
    color: #9d9596 !important;
}

.flash-deal .product-card .product-info .product-price,
.product_card .product-info .product-price {
    margin-top: 10px;
    color: var(--text-green);
    font-size: 16px;
    font-family: 'Ador Bold' !important;
}

.flash-deal .product-card .order-button,
.product_card .order-button {
    display: flex;
    align-items: center;
    justify-content: center;
}

.order-now-button {
    width: 100%;
    border-radius: 5px;
    border: 0;
    font-size: 15px;
    padding: 5px 20px;
    color: #fff;
    margin-top: 10px;
    background-color: #f6743c;
}

.order_now_btn {
    background-color: #f6743c!important;
}

.feature-section {
    margin-top: 50px;
}

.feature .feature-title {
    font-size: 20px;
    font-family: 'Ador Bold';
    text-transform: uppercase;
    color: #000000;
    text-align: center;
}

.feature .feature-subtitle {
    font-size: 14px;
    color: #afaaaa;
    text-align: center;
    margin-top: 15px;
}

.product_wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}

.product_card {
    width: 19%;
    border: 1px solid #f6743c69;
    padding: 15px;
    box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    margin: 10px 0px 40px 0px;
    transition: transform 0.3s ease;
}

.product_card:hover {
    transform: translateY(-5px)!important;
    transition: transform 0.3s ease!important;
}

.product_card .product-image img {
    width: 100%;
}

.feature_product {
    margin-top: 30px;
}

.owl-carousel .product_card {
    width: 100%;
}

.owl-nav {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    top: 48%;
}

.owl-nav button {
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.owl-nav button span {
    display: none;
}

.owl-nav button:first-of-type {
    left: 0 !important;
    position: absolute !important;
    background-image: url(data:image/svg+xml,%3Csvg%20%20xmlns=%22http://www.w3.org/2000/svg%22%20%20width=%2224%22%20%20height=%2224%22%20%20viewBox=%220%200%2024%2024%22%20%20fill=%22none%22%20%20stroke=%22gray%22%20%20stroke-width=%222%22%20%20stroke-linecap=%22round%22%20%20stroke-linejoin=%22round%22%20%20class=%22icon%20icon-tabler%20icons-tabler-outline%20icon-tabler-chevron-left%22%3E%3Cpath%20stroke=%22none%22%20d=%22M0%200h24v24H0z%22%20fill=%22none%22/%3E%3Cpath%20d=%22M15%206l-6%206l6%206%22%20/%3E%3C/svg%3E) !important;
    background-repeat: no-repeat !important;
    margin-left: -35px;
}

.owl-nav button:last-of-type {
    right: 0 !important;
    position: absolute !important;
    background-image: url(data:image/svg+xml,%3Csvg%20%20xmlns=%22http://www.w3.org/2000/svg%22%20%20width=%2224%22%20%20height=%2224%22%20%20viewBox=%220%200%2024%2024%22%20%20fill=%22none%22%20%20stroke=%22gray%22%20%20stroke-width=%222%22%20%20stroke-linecap=%22round%22%20%20stroke-linejoin=%22round%22%20%20class=%22icon%20icon-tabler%20icons-tabler-outline%20icon-tabler-chevron-right%22%3E%3Cpath%20stroke=%22none%22%20d=%22M0%200h24v24H0z%22%20fill=%22none%22/%3E%3Cpath%20d=%22M9%206l6%206l-6%206%22%20/%3E%3C/svg%3E) !important;
    background-repeat: no-repeat !important;
    margin-right: -45px;
}

.owl-dots {
    display: none !important;
}

.category-section {
    margin-top: 30px;
}


.category_items .category_header .category-title,
.product_header .product-title {
    color: #000000;
    text-transform: uppercase;
    font-size: 20px;
    font-family: 'Ador Bold';
    margin-bottom: 5px;
}

.category_items .category_header,
.product_header {
    border-bottom: 2px solid #ebebeb;
    margin-bottom: 20px;
}

.category_header::after {
    content: '';
    background-color: var(--background-green);
    position: absolute;
    width: 130px;
    height: 3px;
}

.product_header::after {
    content: '';
    background-color: var(--background-green);
    position: absolute;
    width: 150px;
    height: 3px;
}

.category_carousel_buttons {
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    align-items: center;
}

.category_carousel_buttons .prev {
    background-image: url(data:image/svg+xml,%3Csvg%20%20xmlns=%22http://www.w3.org/2000/svg%22%20%20width=%2224%22%20%20height=%2224%22%20%20viewBox=%220%200%2024%2024%22%20%20fill=%22none%22%20%20stroke=%22gray%22%20%20stroke-width=%222%22%20%20stroke-linecap=%22round%22%20%20stroke-linejoin=%22round%22%20%20class=%22icon%20icon-tabler%20icons-tabler-outline%20icon-tabler-chevron-left%22%3E%3Cpath%20stroke=%22none%22%20d=%22M0%200h24v24H0z%22%20fill=%22none%22/%3E%3Cpath%20d=%22M15%206l-6%206l6%206%22%20/%3E%3C/svg%3E) !important;
    background-repeat: no-repeat !important;
    width: 25px;
    height: 25px;
    background: transparent;
    border: 0;
}

.category_carousel_buttons .next {
    background-image: url(data:image/svg+xml,%3Csvg%20%20xmlns=%22http://www.w3.org/2000/svg%22%20%20width=%2224%22%20%20height=%2224%22%20%20viewBox=%220%200%2024%2024%22%20%20fill=%22none%22%20%20stroke=%22gray%22%20%20stroke-width=%222%22%20%20stroke-linecap=%22round%22%20%20stroke-linejoin=%22round%22%20%20class=%22icon%20icon-tabler%20icons-tabler-outline%20icon-tabler-chevron-right%22%3E%3Cpath%20stroke=%22none%22%20d=%22M0%200h24v24H0z%22%20fill=%22none%22/%3E%3Cpath%20d=%22M9%206l6%206l-6%206%22%20/%3E%3C/svg%3E) !important;
    background-repeat: no-repeat !important;
    width: 25px;
    height: 25px;
    background: transparent;
    border: 0;
}

.category-link {
    font-size: 18px;
    color: #000000;
}

.category-link:hover {
    color: #327820 !important;
}

.promotion-item {
    background: #fff;
    padding: 40px 20px;
    display: flex;
    align-items: center;
    flex-direction: column;
    box-shadow: rgb(0 0 0 / 10%) 0px 0px 0px 1px;
    border-radius: 5px;
}

.promotion-banner-section {
    margin-top: 50px;
}

.promotion-item .promotion-image {
    height: 30px;
    width: 30px;
    margin-bottom: 20px;
}

.promotion-item .promotion-heading {
    font-size: 15px;
    margin-bottom: 10px;
    color: #000000;
    font-family: 'Ador Medium';
}

.promotion-item .promotion-subtitle {
    font-size: 13px;
}

.footer-section {
    margin-top: 50px;
    /* padding: 20px; */
}

.footer {
    background: #f7f5f5;
    padding: 25px 20px 0 20px;
}

.product-section {
    margin-top: 50px;
    background-color: #fff;
}

.header-logo a img {
    width: 200px;
    margin-bottom: 25px;
}

.company-info {
    font-size: 13px;
}

.footer-heading {
    font-size: 20px;
    color: #000000;
    font-family: 'Ador Bold';
    margin-bottom: 15px;
    font-size: 16px;
}

.footer ul li a,
.footer ul li span {
    font-size: 14px;
    color: rgb(153 142 142);
}

.footer ul li {
    margin-bottom: 3px;
}

.footer .newsletter p {
    font-size: 14px;
    color: rgb(153 142 142);
    margin-bottom: 10px;
}

.newsletter-input {
    display: flex;
    position: relative;
}

.newsletter-input input {
    height: 45px;
}

.newsletter-input input:focus {
    box-shadow: none;
    outline: 0;
    border-color: #dee2e6;
    font-size: 14px;
}

.newsletter-input button {
    position: absolute;
    height: 35px;
    right: 5px;
    top: 5px;
    border-radius: 8px;
    border: 0;
    padding: 7px 10px;
    font-size: 14px;
}

.footer ul li a:hover {
    color: var(--text-green);
}


.chat {
  width: 50px;
  height: 50px;
  right: 30px;
  bottom: 20px;
  background: #25D366;
  position: fixed;
  text-align: center;
  color: #ffffff;
  cursor: pointer;
  border-radius: 50%;
  z-index: 99;
  display: inline-block;
  line-height: 47px;
}

.chat:before {
  position: absolute;
  content: " ";
  z-index: -1;
  top: -15px;
  left: -15px;
  background-color: #25D366;
  width: 80px;
  height: 80px;
  border-radius: 100%;
  animation-fill-mode: both;
  -webkit-animation-fill-mode: both;
  opacity: 0.6;
  -webkit-animation: pulse 1s ease-out;
  animation: pulse 1.8s ease-out;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(0);
    opacity: 0;
  }
  25% {
    -webkit-transform: scale(0.3);
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(0.6);
    opacity: 0.6;
  }
  75% {
    -webkit-transform: scale(0.9);
    opacity: 0.3;
  }
  100% {
    -webkit-transform: scale(1);
    opacity: 0;
  }
}

@keyframes pulse {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  25% {
    transform: scale(0.3);
    opacity: 1;
  }
  50% {
    transform: scale(0.6);
    opacity: 0.6;
  }
  75% {
    transform: scale(0.9);
    opacity: 0.3;
  }
  100% {
    transform: scale(1);
    opacity: 0;
  }
}


.old-product-price {
    color: #c7c7c7 !important;
    text-decoration: line-through !important;
}

.cart-badge {
    position: absolute;
    left: 15px;
    background: var(--background-green);
    color: #fff;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    top: -7px;
    border-radius: 50%;
}

.category_item.active {
    background-color: #e9ecef;
}

.company-info ul li .icon {
    display: none;
}

.mobile-search {
    display: none;
}

.mobile-menu-bar {
    display: none;
}

.load-more-data i {
    color: white;
    margin-right: 5px;
}

.related-product {
    padding: 10px;
    border-radius: 3px;
}

.related-product .related-product-item .product-image img {
    width: 100%;
    border-radius: 3px;
}

.related-product .related-product-item .product-image {
    width: 70px;
    margin-right: 10px;
    border-radius:5px;
}

.single_prod_in_stock {
    margin-top: 10px;
}

.sku_text {
    padding-top: 3px!important;
    background: #f7743c!important;
}

.products-details-section .tab-pane {
    overflow-x: unset!important;
}

.related-product-item {
    display: flex;
    padding: 10px 0;
    border-bottom: 1px solid #dddbdb;
}

.related-product-item:last-of-type {
    border-bottom: 0;
}

.related-product-item .product-info .product-name {
    margin-bottom: 0 !important;
}

.related-product-item .product-info .product-name a {
    font-size: 14px;
    color: #564a4a;
}

.related-product-item .product-info .product-price {
    font-size: 14px;
    margin-bottom: 0;
    margin-right: 5px;
    color: #f26922;
    font-weight: bold;
}

.related-product-item .product-info .old-product-price {
    color: #8f8f8f !important;
    font-weight: bold;
}

.related-product h5 {
    font-size: 18px;
    margin-bottom: 3px;
}

.mobile-related-product {
    display: none;
}

.related-products {
    /* display: none; */
}

.desktop-related-product {
    display: block;
}

.single_prod_prices span {
    font-size: 30px !important;
}

@media only screen and (max-width: 1440px) {
    .container {
        max-width: 1280px;
    }
}

@media only screen and (max-width: 500px) {

    .mobile-related-product {
        display: block;
    }
    
    .about_us, .footer-heading {
        display: none;
    }
    
    .footer ul li a, .footer ul li span {
    color: #f26922;
}

.company-info {
    font-size: 12px;
}
    
    .footer .col-6 {
    flex: 0 0 100%;
    max-width: 100%;
    text-align: center;
}

.footer ul {
    display: inline-flex
;
}

.footer ul li {
    margin-right: 10px;
    margin-left: 10px;
}

.social-links {
    margin: 0 auto;
    display: inline-block;
}

    .desktop-related-product {
        display: none;
    }

    .related-products {
        display: block;
    }

    .banner-section .banner {
        overflow: visible;
    }

    .mobile-search {
        display: block;
    }

    .mobile-menu-bar {
        display: block;
    }

    .company-info ul li .icon {
        display: block;
        height: 14px;
        width: 14px;
        margin-right: 5px;
    }

    .nav-search {
        position: absolute;
        top: 70px;
        width: 100% !important;
        background: #cbc7c7;
        height: 0;
        overflow: hidden;
        padding: 0;
        border: 0;
        box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
        transition: all .3s ease;
    }

    .search-show {
        height: 60px;
        padding: 10px 20px;
        transition: all .3s ease;
    }

    .nav-search input {
        border: 0;
    }

    .social-links ul li {
        width: 25px;
        height: 25px;
        line-height: 0;
        padding: 0;
    }

    .company-info ul li span {
        display: flex;
        align-items: center;
    }

    .company-info ul li .text {
        display: none !important;
    }

    .header-email {
        display: none;
    }

    .top-nav-action ul li:not(:last-of-type) {
        display: none;
    }

    .flash-deal {
        display: none;
    }

    .text-primary {
        color: white !important;
    }

    .banner-section .banner .category-menu {
        width: 100%;
        position: absolute;
        left: 3px;
        top: -32px;
        z-index: 100000;
        background: white;
        height: 0;
        overflow-y: scroll;
        margin-right: 0;
        box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
        transition: all .3s ease;
        border: 0;
    }

    .category-menu-show {
        height: 250px !important;
        transition: all .3s ease;
    }

    .banner-section .banner .category-menu .category-header {
        display: none;
    }

    .banner-section .banner {
        flex-direction: column;
        align-items: center;
    }

    .copyright-section {
        background-color: #1A202C;
    }

    .banner-section .banner .carousel {
        width: 100%;
        /* margin-bottom: 20px; */
        margin-right: 0;
    }

    .feature-section {
        margin-top: 35px;
    }

    .banner-section .banner .flash-deal {
        width: 90%;
    }

    .top-nav .nav-content {
        border-bottom: 0;
        padding: 0;
    }

    .top-nav {
        background-color: #f6743c;
    }

    .top-nav span {
        color: #fff;
        font-size: 15px;
    }

    .top-nav-left-content {
        text-align: center;
        line-height: 13px !important;
    }
    
     .top-nav-right-content {
        line-height: 13px !important;
    }
    
    .top-nav span i, .bottom-nav span i {
    color: #fff;
}

.bottom-nav .nav-content .nav-logo img {
    max-width: 120px;
}

    .bottom-nav {
        border-color: rgba(232, 232, 232, 1);
        border-bottom-width: 0px;
        border-bottom-style: solid;
        position: fixed;
        z-index: 100000000;
        background: #fff;
        width: 100%;
    }

    .bottom-nav .nav-content {
        justify-content: space-between;
        align-items: center;
        padding: 12px 0;
    }

    .sticky {
        top: 0;
        transition: unset;
    }

    .banner-section {
        margin-top: 85px;
    }

    .owl-nav {
        width: 100%;
        display: none;
    }

    .owl-nav button:first-of-type {
        margin-left: 0;
    }

    .owl-nav button:last-of-type {
        margin-right: -13px;
    }

    .product_wrapper {
        gap: 10px;
    }

    .products-details-section .product_wrapper {
        display: flex;
    }

    .product_card {
        width: 48%;
    }

    .carousel-item img {
        /* height: 150px; */
    }

    .nav-dropdown {
        display: none;
    }

    .nav-contact {
        display: none !important;
    }

    .nav-cart .item {
        display: none !important;
    }
    
    .cart-section {
    margin: 30px 0!important;
}

    .nav-logo {
        width: 50% !important;
        margin-right: 5px !important;
    }

    .bottom-nav .nav-content .nav-info {
        width: 10%;
        margin-left: 5px;
    }

    .header-logo a img {
        width: 100px;
    }

    .footer-section {
        background-color: #f7f5f5;
    }

    .newsletter-input button {
        padding: 7px 5px;
        font-size: 10px;
    }

    .category_carousel_buttons .next {
        width: 15px;
        height: 15px;
        margin-bottom: 4px;
        background-image: url(data:image/svg+xml,%3Csvg%20%20xmlns=%22http://www.w3.org/2000/svg%22%20%20width=%2219%22%20%20height=%2219%22%20%20viewBox=%220%200%2024%2024%22%20%20fill=%22none%22%20%20stroke=%22gray%22%20%20stroke-width=%223%22%20%20stroke-linecap=%22round%22%20%20stroke-linejoin=%22round%22%20%20class=%22icon%20icon-tabler%20icons-tabler-outline%20icon-tabler-chevron-right%22%3E%3Cpath%20stroke=%22none%22%20d=%22M0%200h24v24H0z%22%20fill=%22none%22/%3E%3Cpath%20d=%22M9%206l6%206l-6%206%22%20/%3E%3C/svg%3E) !important;
    }

    .category_carousel_buttons .prev {
        width: 15px;
        height: 15px;
        margin-bottom: 4px;
        background-image: url(data:image/svg+xml,%3Csvg%20%20xmlns=%22http://www.w3.org/2000/svg%22%20%20width=%2219%22%20%20height=%2219%22%20%20viewBox=%220%200%2024%2024%22%20%20fill=%22none%22%20%20stroke=%22gray%22%20%20stroke-width=%223%22%20%20stroke-linecap=%22round%22%20%20stroke-linejoin=%22round%22%20%20class=%22icon%20icon-tabler%20icons-tabler-outline%20icon-tabler-chevron-left%22%3E%3Cpath%20stroke=%22none%22%20d=%22M0%200h24v24H0z%22%20fill=%22none%22/%3E%3Cpath%20d=%22M15%206l-6%206l6%206%22%20/%3E%3C/svg%3E) !important;
    }

    .category-link {
        font-size: 15px;
    }

    .category_items .category_header .category-title, .product_header .product-title {
        font-size: 15px;
    }

    .promotion-item {
        padding: 20px 20px;
    }

    .category_breadcrumb,
    .cart-section,
    .main-products-section,
    .products-details-section {
        margin-top: 90px !important;
    }
}

