@import url('https://fonts.googleapis.com/css2?family=Ubuntu:wght@300;400;500;700&display=swap');
:root,
:root.light-mode {
--color-font: #1a1a1a;
--dark-color-font: #000;
--body-bg-color: #fff;
--body-bg-sec-color: #f7f7f7;
--border-color: #ccc;
--highlight-color: #ccc;
}

:root.dark-mode {
--color-font: #d0d0d0;
--dark-color-font: #fff;
--body-bg-color: #1e1e1e;
--body-bg-sec-color: #404040;
--highlight-color: #ffd93b;
--border-color: #d0d0d0;
--store-font-color: #ffd93b;
--store_body_background:#1e1e1e;
--store_header_background: #1e1e1e;
--store_notice_text: #d0d0d0;
--store_header_text : #666;
--store_header_button:#fff;
--store_button_text:#1e1e1e;
--store_button_background:#ffd93b;
--store_sidebar_background:#1e1e1e;
--store_sidebar_heading:#d0d0d0;
--store_sidebar_text:#d0d0d0;
--store_footer_text:#fff;
--store_footer_link:#fff;
}

body {
color: var(--color-font);
background-color: var(--store_body_background);
font-size: 15px;
line-height: 1.6;
}

body,
* {
    font-family: var(--store_primary_font);
}

:root.light-mode .light-mode,
:root.dark-mode .dark-mode {
display: block !important;
}

:root.dark-mode .light-mode,
:root.light-mode .dark-mode {
display: none;
}

.notifyjs-custom-base .progress {
position: absolute;
bottom: 0;
left: 0;
height: 3px;
width: 100%;
margin: 0;
}

.notifyjs-custom-base .progress:before {
content: "";
position: absolute;
bottom: 0;
right: 0;
height: 100%;
width: 100%;
background-color: #0f7d91;
}

.notifyjs-custom-base .success.progress:before {
background-color: #17a00e;
}

.notifyjs-custom-base .warning.progress:before {
background-color: #f5365c;
}

.notifyjs-custom-base .progress.active:before {
animation: progress 5s linear forwards;
}

@keyframes progress {
100% {
right: 100%;
}
}
.btn{
    font-family: var(--store_primary_font);
}
#order_type_selection .modal-body,
#modal-form .modal-body {
padding: 0.5rem;
background: var(--body-bg-color);
}

#modal-form .card {
background: var(--body-bg-color);
}

#modal-form .card #table_id {
background: var(--body-bg-color);
color: var(--color-font);
}

#modal-form .card .btn-primary {
background-color: var(--store-font-color) !important;
color: var(--body-bg-color);
border-color: var(--store-font-color) !important;
}

#order_type_form .wizard>.content section {
min-height: 285px;
}

#order_type_form .wizard>.content>.body label.error {
margin: unset !important;
margin-bottom: 10px !important;
padding: 5px 10px;
margin-right: 10px !important;
width: auto;
}

#order_type_form .error_placement {
text-align: center;
}

.ads_banner_description {
position: absolute;
background-color: #f4f4f4;
padding: 5px;
border-radius: 0.25rem;
box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075);
font-size: 13px;
color: #616161;
max-width: 230px;
width: 100%;
z-index: 999;
}

.ads_banner_description::before {
content: "";
border-width: 10px;
border-style: solid;
border-color: transparent transparent #f4f4f4;
position: absolute;
top: -20px;
left: 0;
}

.quickcart-container {
width: 100%;
margin: 0 auto;
}

.topbar {
color: var(--store_notice_text);
background-color: var(--store_notice_background);
}

.topbar .topbar-row {
display: flex;
align-items: center;
flex-wrap: nowrap;
justify-content: space-between;
min-height: 50px;
}

.topbar .topbar-sidebar p {
font-weight: 400;
font-size: 15px;
margin-bottom: 0;
color: var(--store_notice_text);
}

.topbar .topbar-sidebar {
padding-top: 5px;
padding-bottom: 5px;
display: flex;
flex-wrap: wrap;
align-items: center;
width: auto;
}

.goog-te-gadget .goog-te-combo,
.google_translate_element {
color: var(--store_header_text);
background-color: var(--store_header_button);
}

.googleTranslateHolder,
.googleTranslateHolderMobile {
padding: 0;
position: relative;
}

.googleTranslateHolderMobile {
height: auto;
}

.google_translate_element {
height: 30px;
}

.google_translate_element .goog-te-gadget {
padding-top: 5px;
}

.google_translate_element .goog-te-gadget:before {
color: var(--store_header_text);
}

.goog-te-gadget .goog-te-combo {
max-width: 70px;
}

.topbar-sidebar .topbar-widget {
margin-bottom: 0;
line-height: 1;
padding: 0 20px;
position: relative;
}

.topbar-sidebar>div:after {
background-color: #e1e1e1;
width: 2px;
height: 14px;
content: "";
position: absolute;
right: 0;
top: 50%;
transform: translateY(-50%);
}

.topbar-sidebar>div:last-child:after {
display: none;
}

.site-header .site-title,
.site-header .site-description {
margin: 0;
line-height: 0;
text-indent: -9999px;
}

.topbar .toggle_switch {
border: none;
outline: none !important;
min-width: 35px;
min-height: 35px;
text-align: center;
box-shadow: 6px 6px 10px -1px rgb(0 0 0 / 10%);
border: 1px solid rgba(0, 0, 0, 0);
border-radius: 5px;
background-color: #f2f3f7;
cursor: pointer;
display: flex;
justify-content: center;
align-items: center;
max-width: 35px;
max-height: 35px;
}

.topbar .toggle_switch:active {
box-shadow: inset 4px 4px 6px -1px rgb(0 0 0 / 20%), inset -4px -4px 6px -1px rgb(255 255 255 / 70%), -0.5px -0.5px 0 white, 0.5px 0.5px 0 rgb(0 0 0 / 15%), 0px 12px 10px -10px rgb(0 0 0 / 5%);
border: 1px solid rgba(0, 0, 0, 0.01);
}

.topbar .switch {
position: relative;
display: inline-block;
width: 100%;
height: 100%;
margin: 0;
}

.topbar .switch input {
opacity: 0;
width: 0;
height: 0;
position: absolute;
}

.topbar .switch svg {
width: 25px;
height: 25px;
margin: 0 auto;
}

.topbar .svg_icons {
display: flex;
align-items: center;
justify-content: center;
height: 30px;
width: 30px;
}

.site-header .header-logo {
display: flex;
align-items: stretch;
justify-content: flex-start;
}

.header-logo .main-logo {
width: auto;
max-height: 70px;
}
.header-logo .main-logo .site-logo{
width: auto;
max-height: 70px;
}
.site-header .header-logo .category_sec {
display: flex;
align-items: center;
}

.site-header .header-logo .products-cats-menu {
position: relative;
}

.site-header .header-logo .products-cats-menu .cats-menu-title {
color: var(--store_header_text);
font-size: 16px;
font-weight: 600;
position: relative;
display: flex;
align-items: center;
line-height: 25px;
margin: 0;
min-width: 30px;
cursor: pointer;
}

.site-header .products-cats-menu .cats-menu-title i {
display: inline-block;
font-size: 30px;
margin-right: 0;
}

.site-header .header-logo .category_sec .text {
display: none;
}

.sticky-header .site-header .category_sec .text {
display: block;
transition: none;
}

.site-header .products-cats-menu .toggle-product-cats {
position: absolute;
padding-top: 25px;
top: 40px;
left: -225px;
z-index: -999;
width: 100%;
opacity: 0;
transition: top 0.5s;
transform: scaleX(0);
min-width: 270px;
margin-left: 15px;
}

.site-header .header-logo .products-cats-menu:hover .toggle-product-cats {
z-index: 9998;
padding-top: 24px !important;
top: 100%;
opacity: 1;
transform: scaleX(1);
}

.site-header .header-extras {
width: 100%;
display: flex;
align-items: center;
justify-content: flex-end;
}

.site-header .product-extra-search {
width: 100%;
}

.product_search {
background-color: var(--body-bg-color);
border-radius: 0;
min-width: 400px;
}

.product_search input {
border: 1px solid var(--border-color);
height: 42px;
line-height: 42;
background-color: var(--body-bg-color);
color: var(--color-font);
border-radius: 0;
}

.product_search span {
height: 42px;
}

.site-header .extras-menu {
margin: 0;
padding: 0;
position: relative;
display: flex;
align-items: flex-end;
}

.site-header .extras-menu .menu-item-hotline {
display: flex;
align-items: center;
}

.site-header .extras-menu>li {
list-style: none;
float: right;
margin-bottom: 0;
padding: 0 20px;
position: relative;
}

.site-header .extras-menu>li:last-child {
padding-right: 0;
}

.site-header .extras-menu .menu-item-account {
min-height: 30px;
}

.topbar a,
.topbar a:hover {
color: var(--store_notice_text);
}

.site-header .extras-menu .menu-item-hotline .hotline-content {
white-space: nowrap;
font-size: 16px;
font-weight: 600;
line-height: 1.2;
color: var(--store_header_text);
}

.site-header .extras-menu .menu-item-hotline .hotline-content label {
display: block;
font-size: 14px;
color: var(--store_header_text);
font-weight: 400;
}

.site-header .extras-menu a,
.site-header .extras-menu a:hover {
color: var(--store_header_text);
}

.site-header .menu-item-hotline .hotline-content span {
color: var(--storecolor, #102c56);
}

:root.dark-mode .site-header .menu-item-hotline .hotline-content span {
color: var(--highlight-color);
}

:root.dark-mode .product_search span {
color: var(--highlight-color);
}

.products-cats-menu .dropdown-menu .dropdown-item {
padding: 0.5rem;
color: var(--color-font);
}

:root.dark-mode .menu-item-cart .cart_items_count,
:root.dark-mode .store-name-logo,
:root.dark-mode .products-suggestion .product-title span,
.products-cats-menu .dropdown-item:focus,
.products-cats-menu .dropdown-item:hover {
background-color: var(--highlight-color);
color: #000;
}

.product_search_result {
background-color: var(--body-bg-color);
color: var(--color-font);
}

:root.dark-mode .products-suggestion:hover {
background-color: var(--body-bg-color);
}

.products-suggestion>a,
.products-suggestion .product-title {
color: var(--color-font) !important;
}

#navbar-main .navbar-collapse.collapsing,
#navbar-main .navbar-collapse.show {
background-color: var(--body-bg-color);
}

#navbar-main .navbar-collapse .navbar-collapse-header {
border-bottom: 1px solid var(--border-color);
}

#navbar-main.storesnav .navbar-toggler {
background-color: var(--body-bg-color);
}

#navbar-main .navbar-collapse .navbar-toggler span {
background-color: var(--highlight-color);
}

.products-cats-menu .dropdown-menu {
border: 1px solid var(--border-color);
color: var(--color-font);
background-color: var(--body-bg-color);
width: 100%;
min-width: 270px;
padding: 0;
border-radius: 0;
box-shadow: none;
left: unset;
right: 0;
top: 40px;
padding-top: 0px;
}

.products-cats-menu .dropdown-menu li:not(:last-child) {
border-bottom: 1px solid var(--border-color);
}

.site-header .header-logo .products-cats-menu .cats-menu-title:after {
content: "";
position: absolute;
top: 40px;
right: 22px;
width: 13px;
height: 13px;
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
border-left: 1px solid #ccc;
border-top: 1px solid #ccc;
background-color: var(--body-bg-color);
z-index: 9999;
padding: 0;
margin: 5px -12px 0 0;
opacity: 0;
}

.site-header .header-logo .products-cats-menu.show .cats-menu-title:after {
top: 100%;
opacity: 1;
}

.site-header .extras-menu .menu-item-hotline .extra-icon {
font-size: 30px;
margin-right: 15px;
color: var(--store_header_text);
}

.site-header .extras-menu>li .extra-icon {
font-size: 30px;
line-height: 1;
}

.menu-item-cart .cartbtn {
position: relative;
}

.menu-item-cart .cart_items_count {
background-color: var(--storecolor, #102c56);
color: #fff;
position: absolute;
bottom: -8px;
right: 4px;
font-size: 12px;
font-weight: 700;
border-radius: 50%;
min-width: 18px;
padding: 0 5px;
height: 18px;
text-align: center;
line-height: 18px;
}

.site-header .extras-menu .menu-item-account>a {
position: relative;
display: flex;
align-items: center;
white-space: nowrap;
}

.site-header .extras-menu .menu-item-account .extra-icon {
font-size: 35px;
}

.site-header .main-menu {
border-top: 1px solid #e1e1e1;
border-bottom: 1px solid #e1e1e1;
display: flex;
flex-wrap: wrap;
justify-content: space-around;
}

#navbar-main.storesnav {
margin-left: auto;
}

.site-header .header-main {
padding-top: 5px;
padding-bottom: 5px;
}

.store-name-logo {
margin-bottom: 0;
}

.products_search_wrapper {
max-width: 100%;
width: 100%;
}

#navbar-main .navbar-nav .nav-link {
font-family: var(--store_primary_font);
font-size: 15px;
color: var(--store_header_text);
border-radius: 0;
border-bottom: 2px solid transparent;
background-color: transparent;
font-weight: 600;
}

#navbar-main .navbar-nav .nav-link.active {
border-color: var(--store-font-color);
}

.quickcart-container {
padding-left: 15px;
padding-right: 15px;
}

.googleTranslateHolderMobile {
display: none;
}
.product_category_sec .owl-carousel .card-image img{
max-width: 100%;
max-height: 100%;
object-fit: cover;
border-radius:0;
overflow: hidden;
-webkit-transition: all .2s;
-o-transition: all .2s;
transition: all .2s;
}
.product_brand_sec .owl-carousel .card-image img{
object-fit: contain;
aspect-ratio: 3/2;
width: 80%;
margin: 0 auto;
filter: grayscale(1);
opacity: 0.7;
transition: all .2s ease;
}
.product_brand_sec .owl-carousel .card:hover img{
transition: all .2s ease;
filter: grayscale(0);
opacity: 1;
}
.product_category_sec .owl-carousel .card{
border-radius: 0;
padding: 0;
cursor: pointer;
border:none;
overflow: hidden;
background: transparent;
}
.product_brand_sec .owl-carousel .card {
border-radius: 0px;
padding: 5px;
cursor: pointer;
border:none;
overflow: hidden;
}
.product_category_sec .owl-carousel .owl-stage-outer,
.product_brand_sec .owl-carousel .owl-stage-outer{
padding-bottom: 0;
padding-top: 0;
}
.product_category_sec .owl-carousel .card-image{
z-index: 0;
position: relative;
border-radius: 50rem;
overflow: hidden;
}
.product_category_sec .owl-carousel .card-content{
cursor: pointer;
line-height: 30px;
margin-top: 0;
}
.product_brand_sec .owl-carousel .card-content {
background: var(--body-bg-color);
min-height: 30px;
text-align: center;
cursor: pointer;
line-height: 30px;
margin-top: 5px;
}
.product_category_sec .owl-carousel .card-title,
.product_brand_sec .owl-carousel .card-title {
display: -webkit-box;
-webkit-box-orient: vertical;
overflow: hidden;
text-overflow: ellipsis;
-webkit-line-clamp: 1;
white-space: unset;
max-width: 100%;
margin-bottom: 0;
color: var(--color-font);
}
.product_category_sec .owl-carousel .card-title{
font-size: 20px;
line-height: 50px;
color: #000;
font-family: var(--store_primary_font);
}
.product_category_sec .owl-carousel .card-btn {
font-family: var(--store_primary_font);
text-transform: uppercase;
padding: 0;
border: 0;
border-radius: 0;
font-size: 16px;
line-height: 22px;
font-weight: 600;
color: #000;
border-bottom: 2px solid #000;
}
.product_category_sec .owl-carousel .owl-nav,
.product_brand_sec .owl-carousel .owl-nav,
.products_sec .owl-carousel .owl-nav,
#related .owl-carousel .owl-nav {
position: absolute;
top: -35px;
left: 0;
right: 0;
}

.product_category_sec .owl-carousel .owl-nav button,
.product_brand_sec .owl-carousel .owl-nav button,
.products_sec .owl-carousel .owl-nav button,
#related .owl-carousel .owl-nav button.owl-next,
#related .owl-carousel .owl-nav button.owl-prev{
font-size: 1.2rem;
color: #000;
top: 50%;
transform: translateY(-100%);
position: absolute;
width: 32px;
height: 32px;
background: #fff;
border: none;
border-radius: 0;
justify-content: center;
align-items: center;
display: flex;
line-height: 0;
}

.product_category_sec .owl-carousel .owl-nav button.owl-prev,
.product_brand_sec .owl-carousel .owl-nav button.owl-prev,
.products_sec .owl-carousel .owl-nav button.owl-prev,
#related .owl-carousel .owl-nav button.owl-prev{
right: 60px;
}
.product_category_sec .owl-carousel .owl-nav button.owl-next,
.product_brand_sec .owl-carousel .owl-nav button.owl-next,
.products_sec .owl-carousel .owl-nav button.owl-next,
#related .owl-carousel .owl-nav button.owl-next{
right: 0;
}

.section_heading_sec {
margin-top: 15px;
padding: 8px 0;
}

.section_heading_sec .section-title {
font-size: 25px;
line-height: 26px;
font-family: var(--store_primary_font);
color: var(--dark-color-font);
}

hr.quickcart_separator {
border-color: var(--border-color);
}

.section_heading_sec .view_all_btn {
font-size: 16px;
font-weight: 500;
line-height: 24px;
color: var(--store-font-color);
}

.product-col .strip {
background: var(--body-bg-color);
padding: 5px;
transition: none;
border-radius:0;
border-color: var(--border-color);
margin-bottom: 1rem;
}
.product-col .strip .res_title a,
.product-col .strip .res_title a:hover,
.product-col .strip .res_mimimum .selling_price {
color: var(--store-font-color);
font-family: var(--store_primary_font);
font-weight: unset;
}

.product-col .discount_percent {
top: 10px;
position: absolute;
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
padding: 0.2rem 0.5rem;
line-height: 1.3;
background-color: #f03e3e;
color: #fff;
border-radius:0;
font-size: 0.8rem;
left: 10px;
z-index: 1;
}
.product-col .out_of_stock_label {
top: 10px;
position: absolute;
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
padding: 0.2rem 0.5rem;
line-height: 1.3;
background-color: #262626;
color: #fff;
border-radius: 0;
font-size: 0.8rem;
right: 10px;
z-index: 1;
}
.product-col .not_available_label {
top: 10px;
position: absolute;
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
padding: 0.2rem 0.5rem;
line-height: 1.3;
background-color: #262626;
color: #fff;
border-radius: 0;
font-size: 0.8rem;
right: 10px;
z-index: 1;
}

.product-col .strip .res_mimimum {
font-family: var(--store_primary_font);
font-size: 17px;
}

.number-input button,
.number-input button:hover {
background: var(--store_button_background);
color: var(--store_button_text);
}

.product_content .number-input button:after,
.product_content .number-input button:before {
background-color: var(--store_button_text);
width: 0.7rem;
}

.product_content .number-input {
border-color: var(--border-color);
background: var(--store_button_background);
}

.product_content .number-input input[type=number] {
background: var(--store_button_background);
color: var(--store_button_text);
}

.product-col .strip .product_content {
text-align: left;
padding: 0;
}
.product-col .strip .product_content .product_details{
padding:10px 5px;
position:relative;
z-index:0;
background: var(--body-bg-color);
}
.cart_section {
position: absolute;
top: 1px;
display: flex;
justify-content: center;
width: 100%;
right: 0;
left: 0;
z-index: 0;
-webkit-transition: all 250ms ease-out;
-o-transition: all 250ms ease-out;
transition: all 250ms ease-out;
overflow: hidden;
}
.cart_section .cart_add_button{
width: 100%;
flex: 1 0 50%;
}
.cart_section .cart_quantity_section {
width: 100%;
flex: 1 0 50%;
}
.cart_section .cart_quantity_section .quantity-area {
margin: 0;
padding: 0;
border: 0;
gap:0;
}

.cart_section #addToCartbtn .btn {
height: auto;
width: 100%;
background-color: rgba(38, 38, 38, 0.9);
color: #fff !important;
border-radius: 0;
padding: 0;
border: none;
padding: 15px;
font-size: 15px;
font-family: var(--store_primary_font);
font-weight: 500;
-webkit-transition: all .2s;
-o-transition: all .2s;
transition: all .2s;
}
.cart_section #addToCartbtn .btn:hover{
-webkit-transition: all .2s;
-o-transition: all .2s;
transition: all .2s;
transform: translateY(0);
box-shadow: none;
}
.cart_section #addToCartbtn .btn span{
color: #fff !important;
font-family: var(--store_primary_font);
font-weight: unset;
}
.cart_section #addToCartbtn .btn i {
color: var(--store_button_background);
font-size: 32px;
}

.cart_section .cart_quantity_section .quantity-area .number-input {
background: var(--store_button_background);
height: 48px;
border-radius: 0;
overflow: hidden;
border: none;
width: 100%;
}

.cart_section .cart_quantity_section .quantity-area .number-input button {
background: var(--store_button_background);
color: var(--store_button_text);
height: 48px;
width: 100%;
flex-basis: 100%;
}

.cart_section .cart_quantity_section .quantity-area .number-input input[type=number] {
height: 48px;
line-height: 48px;
width: 100%;
max-width: 100%;
font-size: 1rem;
background: var(--store_button_background);
color: var(--store_button_text);
flex-basis: 100%;
}
.cart_section .cart_quantity_section .quantity-area .form-group{
width: 100%;
}
.site-header {
background: var(--store_header_background);
color: var(--store_header_text);
}

.header-main-wapper.sticky_header {
position: fixed;
right: 0;
left: 0;
top: 0;
z-index: 15;
background: var(--store_header_background);
color: var(--store_header_text);
border-bottom: 1px solid var(--border-color);
}
.site-header .header-main-wapper.sticky_header .header-logo .category_sec .text {
display: block;
margin-left: 15px;
font-size: 14px;
text-transform: uppercase;
font-weight: 400;
}

.site-header .dropdown-submenu {
position: relative;
}

.site-header .dropdown-submenu>a:after {
content: ">";
float: right;
}

.site-header .dropdown-submenu>.dropdown-menu {
top: 0;
left: 100%;
margin-top: 0px;
margin-left: 0px;
}

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

.site-header .header-main-wapper.sticky_header .products-cats-menu>.dropdown-menu {
left: -16px;
right: 0;
top: 38px;
}
#cartSideNav.sidenav-cart-close{
position: fixed;
width: 100%;
max-width:100%;
height: 100vh;
top: 0;
left: 0;
z-index: 99999;
background-color: rgba(0,0,0,.7);
transition: all ease-in-out .3s;
overflow: hidden;
opacity: 1;
visibility: visible;
pointer-events: auto;
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
right: unset;
box-shadow: none;
padding:0;
}

.minicart-content .minicart-heading>h4{
border-bottom: none;
display: block;
font-size: 18px;
line-height: 26px;
font-family: var(--store_primary_font);
color: var(--store-font-color);
margin-bottom: 0;
background-color: #f7f7f7;
padding: 10px;
position: relative;
}

#cartList .product-item_title, #cartList .cart_product_meta {
color: var(--store_sidebar_text);
font-family: var(--store_primary_font);
}

#totalPrices strong {
font-family: var(--store_primary_font);
}

.page-link {
color: var(--store-font-color);
background: var(--body-bg-color);
}

#cartList .info-block>.row {
border-radius: 0;
border-color: var(--store-font-color);
}

.qc-cart-sidebar .closebtn{
color: var(--store-font-color)!important;
width: 25px;
height: 25px;
position: absolute;
z-index: 99;
right: 20px;
top: 10px;
display: flex;
align-items: center;
justify-content: center;
font-size: 15px;
margin: 0;
}
#cartList .product-item_quantity {
font-family: var(--store_primary_font);
}

#cartList .btn-outline-primary:not(:disabled):not(.disabled):active,
#cartList .btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.page-link:hover {
background-color: var(--highlight-color);
color: #000 !important;
}

#totalPrices .card-stats .card-body {
background: var(--body-bg-color);
min-height: unset;
}

.bottom-cart-buttons .btn-outline-primary {
border-color: var(--store-font-color, #102c56);
color: var(--store-font-color, #102c56);
}

.bottom-cart-buttons .btn-primary {
border-color: var(--store-font-color, #102c56);
background-color: var(--store-font-color, #102c56);
}

.bottom-cart-buttons .btn-outline-primary:active,
.bottom-cart-buttons .btn-outline-primary:focus,
.bottom-cart-buttons .btn-outline-primary:hover,
.bottom-cart-buttons .btn-primary:active,
.bottom-cart-buttons .btn-primary:focus,
.bottom-cart-buttons .btn-primary:hover {
border-color: var(--store-font-color, #102c56);
background-color: var(--store-font-color, #102c56);
color: #fff !important;
}
.breadcrumb-banner-sec{
background-color: #f8f8f8;
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
text-align: center;
padding: 60px 0;
position: relative;
}
.breadcrumbdiv .breadcrumb {
background-color: var(--body-bg-sec-color) !important;
border-top: 1px solid var(--border-color);
border-bottom: 1px solid var(--border-color);
}
.breadcrumb-banner-sec .breadcrumbdiv .breadcrumb {
background-color: transparent !important;
border: none;
justify-content: center;
font-size: 15px;
}
.breadcrumbdiv .breadcrumb a,
.breadcrumb-item.active {
color: var(--store-font-color, #102c56);
}
.breadcrumb-banner-sec .breadcrumbdiv .breadcrumb a, .breadcrumb-banner-sec .breadcrumb-item.active{
color:#fff;
}
.breadcrumb-banner-sec .breadcrumb-item+.breadcrumb-item::before{
content: "\f105";
font-family: 'Line Awesome Free';
font-weight: 900;
}
.single-product .super_container,
.single_product {
background: var(--body-bg-color);
}

.single-product .product_name {
font-family: var(--store_primary_font);
color: var(--dark-color-font);
}

.single-product .product_price {
color: var(--store-font-color, #102c56);
}

.single-product .product_info * {
color: var(--color-font);
font-family: var(--store_primary_font);
}

.single_product .product_description .number-input {
background: var(--store-font-color);
border-radius: 0;
overflow: hidden;
border: none;
min-width: 150px;
}

.single_product .product_description .number-input input[type=number],
.single_product .product_description .number-input button {
height: 45px;
background: var(--store_button_background);
color: var(--store_button_text);
width: 50px;
border-radius:0;
}

.single_product .product_description .number-input button:after,
.single_product .product_description .number-input button:before {
background-color: var(--body-bg-color);
}

.single_product .product_description .number-input input[type=number] {
max-width: 50px;
transition: none;
}

.single_product .product_description #addToCartbtn .btn {
background: var(--store_button_background);
border-radius:0;
}

.single_product .product_description #addToCartbtn .btn i {
color: var(--store_button_text);
}

.single_product #addToCart1 .btn-primary {
background: var(--store_button_background);
border-color: var(--store_button_background);
color: var(--store_button_text);
}
.single_product #addToCart1.buynow-btn .btn-primary {
border-radius:0;
box-shadow:none;
}
.product_meta {
font-family: var(--store_primary_font);
}

.single-product .product_description,
.product_meta>div,
.product_meta>span,
.product_meta a,
.product_meta a:hover,
.contact_details a,
.contact_details a:hover {
color: var(--dark-color-font);
}

.product_meta .social_share a {
color: #fff;
}

.single-product .product_description{
position: -webkit-sticky;
position: sticky;
top: 100px;
}
.single-product .single_product_content .product_description{
position: relative;
top: 0;
}
.single-product .product_info p {
    font-weight: 400;
}

.list_description .border-center:before {
top: 0;
}

#productModal .modal-content {
background-color: var(--body-bg-color);
color: var(--color-font);
}

#productModal .modal-content .card {
background-color: var(--body-bg-color);
color: var(--color-font);
}

#productModal .modal-title {
color: var(--dark-color-font);
}

#productModal #modalPrice,
#productModal #modalSalePrice {
color: var(--store-font-color);
}

#modalDialogItem label,
#productModal .modal-title {
color: var(--dark-color-font);
}

:root.dark-mode #variants-area-inside .btn-group .btn-outline-primary {
color: #fff;
background-color: transparent;
background-image: none;
border-color: rgb(255 255 255 / 45%);
}

:root.dark-mode #variants-area-inside .btn-group .btn-outline-primary.active {
color: var(--store-font-color, #102c56);
background-color: var(--storecolorlight, #102c56);
border-color: var(--store-font-color, #102c56);
}

.shop-toolbar {
background-color: transparent;
padding: 0;
position: relative;
display: flex;
justify-content: space-between;
align-items: center;
}

.shop-toolbar:after {
display: block;
content: "";
clear: both;
}
.shop-toolbar .products-found {
min-height: 40px;
display: flex;
align-items: center;
}
.shop-toolbar .products-shop-view{
gap: 10px 0.9em;
}
.shop-toolbar .products-shop-view a {
font-size: 26px;
color: var(--color-font);
}
.shop-toolbar .products-shop-view a.active{
color: var(--store-font-color);
}
.shop-toolbar .shop_ordering,
.shop-toolbar .products-per-page,
.shop-toolbar .products-shop-view,
.shop-toolbar .products-ordering {
color: var(--dark-color-font);
min-height: 40px;
display: flex;
align-items: center;
margin-left: 0;
margin-bottom:0;
}
.shop-toolbar #sort-filter {
min-width: 270px;
display: inline-block;
cursor: pointer;
min-height: 33px;
line-height: 33px;
border: none;
outline: none;
background-color: var(--body-bg-sec-color);
padding: 0 25px 0 15px;
}

.sidebar_widget {
background-color: var(--body-bg-color);
padding: 0px;
border-radius:0.25rem;
margin-bottom:15px;
position: relative;
padding-bottom: 10px;
box-shadow: 0px 0px 2px 2px rgb(0 0 0 / 5%);
}
.sidebar_widget:last-child{
border-bottom: 1px solid rgba(0,0,0,.05);
}
.sidebar_widget .widget-title {
font-size: 16px;
font-family: var(--store_primary_font);
color: var(--color-font);
padding: 10px 8px;
position: relative;
font-weight: 500;
margin: 0;
}
.sidebar_widget .widget-title > div {
    float: right;
}
.product-list .list-item {
padding:5px 5px 5px 10px;
-webkit-transition: .3s ease-out;
-o-transition: .3s ease-out;
transition: .3s ease-out;
margin: 0;
width: 100%;
display: flex;
border-radius: 50rem;
border: 1px solid lightgrey;
margin-bottom: 10px;
background-color: rgba(250, 250, 250, 1);
}
.product-list .list-item:hover {
background-color: rgba(0,0,0,.035);
-webkit-transition: .3s ease-out;
-o-transition: .3s ease-out;
transition: .3s ease-out;
}
.product-list .list-item a,
.product-list .list-item a:hover {
color: var(--color-font);
}

.product-list .list-item a.active {
color: var(--store-font-color);
}

.product-list .list-item a {
width: calc(100% - 25px);
display: inline-block;
}

.product-list .list-item .parent-arrow a {
width: 25px;
text-align: center;
}
.product-list .inner-filter-title {
display: flex;
gap: 10px;
width: 100%;
font-size: 14px;
font-weight: 400;
justify-content: space-between;
align-items: center;
}
.sidebar_widget .filter-price {
width: 100%;
border: 0;
padding: 15px;
margin: 0;
}

.sidebar_widget .price-filter-title {
position: relative;
color: var(--color-font);
font-size: 14px;
line-height: 1.2em;
font-weight: 400;
}

.price-field {
position: relative;
width: 100%;
height: 36px;
box-sizing: border-box;
padding-top: 15px;
padding-left: 0;
}

.price-field input[type=range] {
position: absolute;
}

/* Reset style for input range */
.price-field input[type=range] {
width: 100%;
height: 2px;
border: 0;
outline: 0;
box-sizing: border-box;
border-radius: 5px;
-webkit-appearance: none;
}

.price-field input[type=range]::-webkit-slider-thumb {
-webkit-appearance: none;
}

.price-field input[type=range]:active,
.price-field input[type=range]:focus {
outline: 0;
}

.price-field input[type=range]::-ms-track {
width: 188px;
height: 5px;
border: 0;
outline: 0;
box-sizing: border-box;
border-radius: 5px;
background: transparent;
border-color: transparent;
color: transparent;
}

/* Style toddler input range */
.price-field input[type=range]::-webkit-slider-thumb {
/* WebKit/Blink */
position: relative;
-webkit-appearance: none;
margin: 0;
border: 0;
outline: 0;
border-radius: 50%;
height: 13px;
width: 13px;
margin-top: -4px;
background-color: var(--storecolor);
cursor: pointer;
z-index: 10;
}

.price-field input[type=range]::-moz-range-thumb {
/* Firefox */
position: relative;
appearance: none;
margin: 0;
border: 0;
outline: 0;
border-radius: 50%;
height: 13px;
width: 13px;
margin-top: -4px;
background-color: var(--storecolor);
cursor: pointer;
z-index: 10;
}

.price-field input[type=range]::-ms-thumb {
/* IE */
position: relative;
appearance: none;
margin: 0;
border: 0;
outline: 0;
border-radius: 50%;
height: 13px;
width: 13px;
margin-top: -4px;
background-color: var(--storecolor);
cursor: pointer;
z-index: 10;
}

/* Style track input range */

.price-field input[type=range]::-webkit-slider-runnable-track {
/* WebKit/Blink */
width: 188px;
height: 5px;
cursor: pointer;
background: var(--storecolor);
border-radius: 5px;
}

.price-field input[type=range]::-moz-range-track {
/* Firefox */
width: 188px;
height: 5px;
cursor: pointer;
background: var(--storecolor);
border-radius: 5px;
}

.price-field input[type=range]::-ms-track {
/* IE */
width: 188px;
height: 5px;
cursor: pointer;
background: var(--storecolor);
border-radius: 5px;
}

/* Style for input value block */

.price-wrap {
display: flex;
justify-content: space-between;
color: var(--color-font);
font-size: 14px;
line-height: 1.2em;
font-weight: 400;
margin-bottom: 0;
}

.price-wrap-1,
.price-wrap-2 {
display: flex;
flex-direction: column;
align-items: center;
}

.price-wrap_line {
margin: 0 10px;
line-height: 36px;
}

.price-wrap #min_price_label,
.price-wrap #max_price_label {
width: 55px;
text-align: center;
margin: 0;
padding: 0;
outline: 0;
color: var(--color-font);
font-size: 15px;
font-weight: 400;
height: 36px;
background: #f7f7f7;
border: 1px solid #d1d1d1;
border-radius: 3px;
}

.price-wrap label {
text-align: right;
margin: 0;
}

/* Style for active state input */

.price-field input[type=range]:hover::-webkit-slider-thumb {
box-shadow: 0 0 0 0.5px var(--color-font);
transition-duration: 0.3s;
}

.price-field input[type=range]:active::-webkit-slider-thumb {
box-shadow: 0 0 0 0.5px var(--color-font);
transition-duration: 0.3s;
}

.product-list .list-item.active a,
.product-list .list-item.active a:hover {
color: var(--store-font-color, #102c56);
}
#product_loading_section #skeleton-loading{
margin-bottom: 30px;
}

.store-category:nth-child(even) {
background-color: transparent;
}

.products-per-page .per-page-variation {
display: inline-block;
padding: 0 7px;
vertical-align: middle;
color: var(--color-font);
}

.products-per-page .per-page-variation.active {
color: var(--store-font-color);
font-weight: 600;
}

.products-per-page .per-page-variation:after {
content: "/";
position: relative;
left: 5px;
color: var(--color-font);
}

.primary-sidebar .sticky_sidebar {
	position: -webkit-sticky;
	position: sticky;
	top: 80px;
}

.category-page .primary-sidebar.show-filter .sticky_sidebar {
transform: translateX(0);
transition: all ease-in-out .3s;
}
.products_footer {
margin-top: 1rem;
text-align: center;
margin-bottom: 1rem;
}

.products_footer .pagination {
display: inline-flex;
flex-wrap: wrap;
justify-content: center;
align-items: center;
gap: 2px;
}

.products_footer .pagination li .page-link {
display: inline-flex;
align-items: center;
justify-content: center;
padding-right: 5px;
padding-left: 5px;
min-width: 46px;
height: 46px;
font-weight: 400;
font-size: 16px;
border-radius: 6px !important;
transition: all .2s ease;
color: var(--color-font);
border: 0;
margin-right: 5px !important;
}
.products_footer .pagination li .page-link:hover{
background-color:#f6f6f6;
border-color:rgba(0,0,0,.6);
}
.products_footer .pagination li.active .page-link {
box-shadow: none;
background: var(--storecolor);
color: #fff;
}

.products_footer .page-item.disabled .page-link {
background-color: transparent;
border: none;
}

#productModal #addToCart1 .btn-primary,
#productModal #addToCart1 .btn-primary:focus,
#productModal #addToCart1 .btn-primary:active,
#productModal .number-input,
#productModal .number-input input[type=number] {
background-color: var(--store-font-color);
color: var(--body-bg-color);
border-radius: 0;
}

#productModal .number-input button:after,
#productModal .number-input button:before {
background-color: var(--body-bg-color);
}

#productModal .number-input {
border: none;
}

#productModal .number-input input[type=number] {
font-weight: 500;
}

.sidebar_widget .product-list, .sidebar_widget .product-brands {
max-height: 200px;
overflow-y: auto;
padding: 0 10px;
scrollbar-width: none;
}
.sidebar_widget .product-list::-webkit-scrollbar, .sidebar_widget .product-brands::-webkit-scrollbar,
.category-page .primary-sidebar .sticky_sidebar::-webkit-scrollbar {
width: 0;
background: transparent;
}
#apply_price_filter {
background: var(--store_button_background);
color: var(--store_button_text);
border: 1px solid var(--store_button_background);
width: 100%;
border-radius: 3px;
margin-top: 10px;
}

#clear_price_filter,
#clear_price_filter:hover {
color: var(--store-font-color);
border: 1px solid var(--store-font-color);
}

.products-per-page .per-page-variation:last-child::after {
display: none;
}
.shop-toolbar .filter-mobile {
font-size: 15px;
margin-left: 0;
color: var(--color-font);
border: 1px solid rgba(0,0,0,.3);
border-radius: 4px;
background: #fff;
transition: .05s background-color,.2s border-color,.2s box-shadow;
padding: 6px 25px 6px 6px;
height: 40px;
display:none;
margin-bottom: 4px;
margin-right: 4px;
}
.shop-toolbar .filter-mobile i {
font-size: 25px;
position: absolute;
right: 0;
}

.primary-sidebar .close-filter {
display: none;
}

.mordern_footer_mobnav nav {
display: grid;
grid-template-columns: repeat(4, 1fr);
grid-gap: 5px;
}

.mordern_footer_mobnav nav li {
width: 100%;
}
.mordern_footer_mobnav li .indicator{
transition: none;
}
.mordern_footer_mobnav li.active .indicator {
top: -10px;
max-width: 60px;
max-height: 60px;
left: 50%;
transform: translateX(-50%);
transition: none;
}

.mordern_footer_mobnav .nav-item {
width: 100%;
}

.category-opened #categorysidebar.sidenav-cart {
opacity: 1;
background: var(--body-bg-color);
visibility: visible;
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
-webkit-transition: .3s ease-out;
-o-transition: .3s ease-out;
transition: .3s ease-out;
padding-top: 10px;
}

.category-opened #categorysidebar.sidenav-cart .sidebar_widget {
background: var(--body-bg-color);
padding: 10px;
border: none;
}

.category-opened #categorysidebar.sidenav-cart a {
margin: 0;
max-width: 100%;
padding: 0;
}

.category-opened #categorysidebar .product-list {
max-height: 70vh;
overflow-y: auto;
}

.category-opened #categorysidebar.sidenav-cart .closecategorybtn {
z-index: 9;
font-size: 25px;
}

#order_type_selection .wizard>.content>.body h2 {
font-size: 1.3rem;
color: var(--store-font-color) !important;
}

#order_type_selection .modal-header,
#shop_close .modal-header,
#store_location .modal-header,
#referral_welcome .modal-header,
#account_created .modal-header,
#modal-form .modal-header,
#table_qr_modal .modal-header {
background-color: var(--store-font-color) !important;
}

#order_type_selection .modal-header h5,
#shop_close .modal-header h5,
#store_location .modal-header h5,
#referral_welcome .modal-header h5,
#account_created .modal-header h5,
#modal-form .modal-header h5,
#table_qr_modal .modal-header h5 {
color: var(--body-bg-color);
}

#order_type_selection .modal-header h4,
#store_location .modal-header h4,
#modal-form .modal-header h4 {
color: var(--body-bg-color);
font-size:15px;
}

.order_delivery_item li .ordericon_link.active {
background-color: var(--store-font-color) !important;
color: var(--body-bg-color);
}

:root.dark-mode .order_delivery_item li .ordericon_link.active .order_type_img {
filter: brightness(0) invert(0);
-webkit-filter: brightness(0) invert(0);
}

:root.dark-mode .order_delivery_item li .ordericon_link.active h4 {
color: #000 !important;
}

#order_type_selection .wizard>.actions a,
#order_type_selection .wizard>.actions a:active,
#order_type_selection .wizard>.actions a:hover {
background-color: var(--store-font-color) !important;
color: var(--body-bg-color);
}

#order_type_selection #time_slot_range .time_slot_content,
#order_type_selection .wizard>.content>.body .header_ontent_sec h2 {
color: var(--store-font-color) !important;
background-color: var(--body-bg-color);
}

#order_type_selection #time_slot_range .custom-radio.custom-control input[type=radio]:checked~label {
background-color: var(--store-font-color) !important;
color: var(--body-bg-color) !important;
border-color: var(--store-font-color) !important;
}

#order_type_selection .wizard>.content>.body #timeslot,
#order_type_selection .wizard>.content>.body #table_id,
#order_type_selection .wizard>.content>.body .card-content #datepick {
background-color: var(--body-bg-color);
color: var(--color-font);
}

:root.dark-mode #order_type_selection .wizard>.content>.body .card-content #datepick::-webkit-calendar-picker-indicator,
:root.dark-mode #order_type_selection .wizard>.content>.body .header_icon_sec img {
filter: invert(1);
}

#order_type_selection .wizard>.content>.body .header_ontent_sec h4 {
color: var(--dark-color-font);
}

#order_type_selection .wizard>.content>.body #browse {
color: var(--dark-color-font) !important;
}

.site-header .main-menu .menu_additional_widget .btn {
position: relative;
z-index: 1;
background-color: var(--store-font-color);
border-radius: 0px;
color: var(--body-bg-color);
font-weight: 500;
}

.site-header .main-menu .menu_additional_widget {
position: relative;
margin-left: 2rem;
display: block;
}

.product-list .lis-item .parent-arrow {
float: right;
padding-right: 0;
}
.product-list .list-item .parent-arrow a i,
.sidebar_widget .widget-title .parent-arrow a i{
-webkit-transition: .3s ease-out;
-o-transition: .3s ease-out;
transition: .3s ease-out;
}
.product-list .list-item .parent-arrow a:not(.collapsed) i,
.sidebar_widget .widget-title .parent-arrow a:not(.collapsed) i{
    -webkit-transform: rotateZ(180deg);
-moz-transform: rotateZ(180deg);
-ms-transform: rotateZ(180deg);
-o-transform: rotateZ(180deg);
transform: rotateZ(180deg);
-webkit-transition: .3s ease-out;
-o-transition: .3s ease-out;
transition: .3s ease-out;
}
.product-list .list-item li a {
width: 100%;
}

.product-list .list-item:last-child {
    margin-bottom:0;
}

.site-header .header-main-wapper.sticky_header .header-logo .category_sec .text span i {
font-size: 1rem;
margin-left: 15px;
}

.site-header .header-main-wapper.sticky_header .category_sec {
padding: 10px 15px;
background: var(--store-font-color);
color: var(--body-bg-color);
min-width: 270px;
}
.site-header .header-main-wapper.sticky_header .products-cats-menu .cats-menu-title {
color: var(--body-bg-color);
}

.site-header .header-main-wapper.sticky_header .products-cats-menu.show .cats-menu-title:after {
display: none;
}

.site-header .header-main-wapper.sticky_header .extras-menu {
align-items: flex-start;
}
.footer.bg-dark-blue h5{
font-weight: 400;
}
#cartList .product-item_quantity{
font-family: var(--store_primary_font);
}
.store_sec h2, .content_text p, .content_text p, #cartList .product-item_title, .product-col .strip .res_title, .product-col .strip .res_excerpt, .footer.bg-dark-blue h5, .store_sec h2, .store_sec p, .footer .copyright, .footer .copyright a, .footer-quick-links a{
font-family: var(--store_primary_font);
}
.product-col .strip .res_mimimum strike,
.product-col .strip .res_mimimum .selling_price{
font-family: var(--store_primary_font);
}
.coupon .card-header{
padding: 0.5rem 1.5rem;
}
.coupon .card-header h3 {
font-size: 1.1rem;
}
.coupon .card-header h3::after{
margin-bottom: 0;
}
.grid_view_2 .product-col .strip figure{
height: 400px;
}
.grid_view_2 .product-col .strip figure img{
max-height: 400px;
}
.list_view_1 .product-col .strip{
display: flex;
width: 100%;
align-items: flex-start;
margin-bottom: 20px;
}
.list_view_1 .product-col .strip figure{
width: 100%;
max-width: 300px;
margin: 0;
height: 400px;
}
.list_view_1 .product-col .strip .product_content{
width: calc(100% - 300px);
height: 100%;
min-height: 400px;
}
.list_view_1 .product-col .strip figure img{
max-height: 400px;
}
.list_view_1 .product-col .strip .cart_section{
top:unset;
bottom: 0;
justify-content: flex-start;
left: 0;
}
.list_view_1 .product-col .strip:hover .cart_section{
top:unset;
transition: none;
}
#quickcart-products .primary-sidebar {
    box-shadow: 0px 2px 4px 0px rgb(0 0 0 / 15%);
    padding: 10px;
    border-radius: 0.25rem;
}

@media (min-width: 768px) and (max-width:991px) {
	.site-header .main-menu .menu_additional_widget {
		flex-basis: 50%;
		text-align: center;
		width: 100%;
		margin-left: 0;
	}

	.premium-container {
		flex-basis: 100%;
		border-top: 1px solid #e1e1e1;
	}
}

@media (min-width: 993px) {
	.category-page .primary-sidebar {
        max-width: calc(20% - 5px);
        flex: 0 0 calc(20% - 5px);
        padding: 0 0.5rem 0 1rem;
	}

	.category-page .content-area {
		flex: 0 0 calc(80% - 5px);
		max-width: calc(80% - 5px);
        padding: 0 0.5rem 0 0.5rem;
	}
    .shop-toolbar #sort-filter{
        min-width: 165px;
        max-width: 165px;
    }
    .qc-table.table tbody td.product-image{
        width:75px;
    }
}

@media (min-width: 1200px) {
	.category-page .product-col.col-xl-3 {
		flex: 0 0 25%;
		max-width: 25%;
        padding: 0 0.5rem;
	}
    .category-page .product-col.col-xl-4 {
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
        padding: 0 0.5rem;
	}
}
#site-header .header-menu .nav-tabs {
border: none;
clear: both;
padding: 0 15px;
background-color: #f7f7f7;
padding-right: 65px;
}

#site-header .header-menu .nav-tabs .nav-item a {
position: relative;
cursor: pointer;
text-align: left;
font-size: 14px;
font-family: var(--store_primary_font);
line-height: 20px;
padding: 15px 0;
width: 100%;
background: transparent;
border: none;
color: var(--color-font);
text-transform: uppercase;
}
#site-header .header-menu .nav-tabs .nav-item a.active{
color: var(--store-font-color);
}
#site-header .header-menu .nav-tabs .nav-item {
flex-basis: 50%;
}

#navbar-main.storesnav #menu .has-submenu-dropdown {
position: relative;
padding-right: 10px;
}

.quickcart_nav .nav-pills .nav-link{
font-size: 30px;
font-weight: 600;
line-height: 42px;
padding: 0;
background-color: transparent;
box-shadow: none;
color:#767676;
}
.quickcart_nav .nav-pills .nav-link.active {
color: #000;
}
.quickcart_nav .nav-pills .nav-item:not(:last-child){
margin-right:40px;
}

.categories .quickcart_nav {
padding-top: 2rem;
padding-bottom: 2rem;
}

.quickcart_theme .swiper-pagination-bullet-active:before {
content: '';
position: absolute;
background-color: #000;
width: 5px;
height: 5px;
border-radius: 50%;
left: 50%;
transform: translate(-50%, -50%);
top: 50%;
}
.quickcart_theme .swiper-pagination-bullet-active {
box-shadow: 0 0 0 2px rgb(0 0 0 / 90%);
border: none;
border-radius: 50%;
background: transparent;
position: relative;
}
.quickcart_theme .swiper-pagination-bullet {
width: 10px;
height: 10px;
}

#product_section .strip figure,
.owl-carousel .owl-item .strip figure{
height: 300px;
margin-bottom: 0;
}
#product_section .strip figure img,
.owl-carousel .owl-item .strip figure img{
min-height: 300px;
max-height: 300px;
}
.offcanvas-menu-inner{
padding:0;
background: var(--store_sidebar_background);
box-shadow: none;
max-width:400px;
position: relative;
transform: translateX(0%);
transition: all ease-in-out .3s;
height: 100%;
}
.qc-sidebar-footer{
padding:0;
background: var(--store_sidebar_background);
box-shadow: none;
max-width:400px;
position: relative;
transform: translateX(0%);
transition: all ease-in-out .3s;
position: fixed;
width: 100%;
bottom: 0;
left: 0;
z-index: 99999;
opacity: 1;
visibility: visible;
}
.searchable-container {
max-height: unset;
overflow-y: unset;
overflow-x: unset;
margin-bottom: 0;
position: relative;
display: flex;
flex-direction: column;
padding: 0;
height: calc(100vh - 146px);
}
#cartList {
position: relative;
flex: 1 1 auto;
overflow-y: auto;
padding:0;
scrollbar-width: none;
}
.offcanvas-menu-inner #cartList .items {
padding-top: 10px;
}
.mini-cart-total{
display: flex;
align-items: center;
justify-content: space-between;
padding: 5px 1em;
}
#totalPrices .mini-cart-total .minicart-title {
font-family: var(--store_primary_font);
font-size: 20px;
}
#totalPrices .mini-cart-total .ammount {
font-size: 24px;
float: right;
font-family: var(--store_primary_font);
}
.bottom-cart-buttons .btn {
width: 100%;
font-size: 13px;
margin: 0;
border-radius: 0;
cursor: pointer;
padding: 16px 42px;
text-decoration: none;
text-shadow: none;
transform: none;
max-width: 100%;
}

.primary-sidebar.show-filter {
opacity: 1;
visibility: visible;
pointer-events: auto;
transform: translateX(0);
}
/* Works in Firefox */
.product-list {
scrollbar-color: #aaa #eee;
scrollbar-width: thin;
}

/* Works in Chrome, Edge, and Safari */
.product-list::-webkit-scrollbar {
width: 5px;
}

.product-list::-webkit-scrollbar-track {
border-radius:10px;
height:5px;
-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.3);
}

.product-list::-webkit-scrollbar-thumb {
border-radius:10px;
background-color:#c9c9c9;
outline:0;
}
#menu .has-submenu-dropdown .dropdown-menu .dropdown-item{
transition: all .2s ease;
}
#menu .has-submenu-dropdown .dropdown-menu .dropdown-item:hover {
padding-left: 20px;
background-color: rgba(0,0,0,.035);
}
#menu .has-submenu-dropdown .dropdown-menu .dropdown-item:before {
content: "\f30b";
font-family: 'Line Awesome Free';
font-size: 1rem;
color: #000;
position: absolute;
left: -10px;
font-weight: 900;
transition: all .2s ease;
visibility: hidden;
opacity: 0;
}
#menu .has-submenu-dropdown .dropdown-menu .dropdown-item:hover:before {
opacity: 1;
visibility: visible;
left: 0;
}
.product_category_sec .owl-carousel .card:hover .card-image img {
transform: scale(1.1);
-webkit-transform: scale(1.1); /* Safari and Chrome */
-moz-transform: scale(1.1); /* Firefox */
-ms-transform: scale(1.1); /* Internet Explorer */
-o-transform: scale(1.1); /* Opera */
-webkit-transition: all .2s;
-o-transition: all .2s;
transition: all .2s;
}
.product-col .strip:hover .cart_section {
top: -48px;
-webkit-transition: all 250ms ease-out;
-o-transition: all 250ms ease-out;
transition: all 250ms ease-out;
}
/* .grid_view_2 .cart_section .cart_quantity_section .quantity-area .number-input input[type=number]{
width: 7rem;
max-width: 7rem;
}
.grid_view_2 .cart_section .cart_quantity_section .quantity-area .number-input button{
width: 6.5rem;
} */
.btn-view_more, .btn-view_more:hover {
box-shadow: none;
color: var(--dark-color-font);
border-radius: 0;
}
.product-col .strip .res_title{
font-size: 17px;
}
.footer-logo1 p{
margin-bottom: 0;
}
.footer hr{
margin-bottom: 0.5rem;
border-color:var(--border-color);
}
.footer .btn-icon-only{
color: var(--store_footer_link)!important;
background: transparent;
box-shadow: none;
font-size: 18px;
border: 1px solid var(--border-color);
line-height: 1;
border-radius: 50%;
text-align: center;
padding: 0.5em;
}
.footer .btn-icon-only:hover{
color: var(--store_footer_link)!important;
}
.footer.bg-dark-blue .nav .nav-item .nav-link,
.footer.bg-dark-blue .copyright, .footer.bg-dark-blue .copyright a{
color: var(--store_footer_link)!important;
}
.footer-quick-links li a:before {
content: "\f30b";
font-family: 'Line Awesome Free';
font-size: 1rem;
color: var(--store_footer_link)!important;
position: absolute;
left: 0px;
font-weight: 900;
-webkit-transition: all .2s;
-o-transition: all .2s;
transition: all .2s;
}

.footer-quick-links li a {
padding-left: 20px;
position: relative;
-webkit-transition: all .2s;
-o-transition: all .2s;
transition: all .2s;
}
.footer-quick-links li a:hover {
padding-left: 30px;
-webkit-transition: all .2s;
-o-transition: all .2s;
transition: all .2s;
}
.footer-quick-links li a:hover:before{
left: 10px;
-webkit-transition: all .2s;
-o-transition: all .2s;
transition: all .2s;
}
#menu .has-submenu-dropdown.dropright{
display:block;
}
#menu .has-submenu-dropdown.dropright .dropdown-menu{
left: 105%;
right:unset;
}
#menu .has-submenu-dropdown.dropright .dropdown-menu-arrow:before {
bottom: 70%;
left: -20px;
}
#menu .has-submenu-dropdown.dropleft{
display:block;
}
#menu .has-submenu-dropdown.dropleft .dropdown-menu{
right: 105%;
left:unset;
}
#menu .has-submenu-dropdown.dropleft .dropdown-menu-arrow:before {
top: 10px;
left: 13.8rem;
}
.header_search {
position: fixed;
width: 100vw;
height: 100vh;
top: 0;
left: 0;
z-index: 99999;
background-color: rgba(0,0,0,.7);
transition: all ease-in-out .3s;
opacity: 0;
visibility: hidden;
pointer-events: none;
}

.header_search.active {
opacity: 1;
visibility: visible;
pointer-events: auto;
}
.header_search .product-extra-search {
display: flex;
align-items: center;
justify-content: center;
position: relative;
padding: 40px;
background-color: #fff;
transform: translateY(-100%);
transition: all ease-in-out .3s;
}
.header_search.active .product-extra-search {
transform: translateY(0);
}
.header_search .product-extra-search .open_search {
top: 20px;
right: 30px;
position: absolute;
line-height: 1;
z-index: 1;
color: var(--store-font-color);
width: 25px;
height: 25px;
display: flex;
align-items: center;
justify-content: center;
}
#navbar-main.storesnav .navbar-collapse .tab-content::-webkit-scrollbar, #cartList::-webkit-scrollbar{
width: 0;
background: transparent;
}
@media (min-width: 768px) and (max-width:991px) {
.site-header .main-menu .menu_additional_widget {
flex-basis: 50%;
text-align: center;
width: 100%;
margin-left: 0;
}

.quickcart-container {
flex-basis: 100%;
}
}

@media (min-width: 993px) {
.shop-toolbar #sort-filter{
min-width: 165px;
max-width: 165px;
}
}

@media (min-width:1240px) {
.quickcart-container {
width: 100%;
padding-left: 30px;
padding-right: 30px;
}
}
@media (max-width:1024px) {
#site-header .header-row{
justify-content: space-between;
}
#site-header .header-menu {
position: absolute;
flex: 0 0 100%;
max-width: 100%;
padding: 0;
}
#navbar-main.storesnav .navbar-collapse{
position: fixed;
width: 100%;
max-width: 100%;
height: 100vh;
top: 0;
left: 0;
z-index: 99999;
background-color: rgba(0,0,0,.7);
transition: all ease-in-out .3s;
opacity: 0;
visibility: hidden;
pointer-events: none;
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
right: unset;
box-shadow: none;
padding: 0;
animation: none;
}
#navbar-main .navbar-collapse.show {
overflow: hidden;
opacity: 1;
visibility: visible;
pointer-events: auto;
}
.navbar-content-holder {
padding: 0;
background: var(--store_sidebar_background);
box-shadow: none;
max-width: 400px;
position: relative;
transform: translateX(-100%);
transition: all ease-in-out .3s;
height: 100vh;
}
#navbar-main .navbar-collapse.show .navbar-content-holder {
transform: translateX(0);
transition: all ease-in-out .3s;
}
#navbar-main.storesnav #menu .has-submenu-dropdown{
width:100%;
padding:0;
}
#navbar-main.navbar-expand-lg .navbar-collapse.collapse:not(.show){
display:block!important;
opacity: 0;
left: -400px;
-webkit-transition: all 250ms ease-out;
-o-transition: all 250ms ease-out;
transition: all 250ms ease-out;
}
#navbar-main.storesnav .navbar-toggler {
position: absolute;
right: 15px;
top: 50%;
transform: translateY(-50%);
background: transparent;
width: 25px;
height: 25px;
display: flex;
align-items: center;
justify-content: center;
}
#navbar-main .navbar-collapse .navbar-toggler span{
width: 13px;
background: var(--store-font-color);
}
#navbar-main .navbar-collapse .navbar-collapse-header{
border:none;
padding:0;
}
#navbar-main.storesnav .navbar-collapse .tab-content {
padding: 0 15px;
max-height: 90vh;
overflow-y: auto;
scrollbar-width: none;
}
#navbar-main .navbar-nav li{
width:100%;
position: relative;
}
#navbar-main .navbar-nav .nav-link{
padding: 10px 0;
margin-bottom: 0;
font-size: 14px;
width: 100%;
border-bottom: none;
}
#navbar-main.storesnav #menu .has-submenu-dropdown .dropdown-menu{
padding: 0;
margin: 0;
}
#navbar-main.storesnav #menu .category-menu {
display: none;
}
.shop-toolbar .filter-mobile {
position: relative;
display: block;
}
.primary-sidebar {
position: fixed;
width: 100%;
height: 100vh;
top: 0;
left: 0;
z-index: 15;
background-color: rgba(0,0,0,.7);
transition: all ease-in-out .3s;
opacity: 0;
visibility: hidden;
pointer-events: none;
padding:0;
border:none!important;
}
.primary-sidebar .close-filter {
color: var(--store-font-color);
width: 25px;
height: 25px;
position: absolute;
z-index: 99;
right: 10px;
top: 10px;
display: flex;
align-items: center;
justify-content: center;
}
.primary-sidebar .sticky_sidebar {
top: 0px;
max-width: 400px;
position: relative;
background-color: var(--body-bg-color);
padding: 0;
transform: translateX(-100%);
transition: all ease-in-out .3s;
max-height: 100vh;
overflow-y: auto;
scrollbar-width: none;
height: 100vh;
}
.primary-sidebar.show-filter .sticky_sidebar {
    transform: translateX(0px);
}
.primary-sidebar .sidebar-heading>h4 {
    background-color: #f7f7f7;
    padding: 10px;
}
}
@media (max-width:991px) {
#navbar-main .navbar-nav .nav-link {
color: var(--color-font) !important;
}

.googleTranslateHolder {
display: none;
}

.googleTranslateHolderMobile {
display: block;
background-color: transparent;
}

.topbar .topbar-row {
flex-wrap: wrap;
}

.site-header .header-main {
padding-top: 10px;
padding-bottom: 10px;
}

.site-header .quickcart-container .header-logo {
width: 50%;
}

.site-header .quickcart-container .header-extras {
width: auto;
}

.site-header .extras-menu {
margin-left: auto;
margin-right: 10px;
}

.site-header .header-extras .product-extra-search {
display: none;
}

.site-header .header-logo .category_sec {
display: none !important;
}

#site-header .header-logo .main-logo {
max-width: 100%;
margin-right: 0;
}

.site-header .extras-menu>li {
padding: 0 10px;
}

.site-header .extras-menu .menu-item-account .login-text {
display: none;
}

#google_translate_element_m,
.googleTranslateHolderMobile .goog-te-gadget .goog-te-combo {
color: var(--color-font);
background-color: var(--body-bg-color);
}

.products_input_wrapper {
display: block;
}

#navbar-main {
position: absolute;
top: 0;
width: 100%;
}
#cartList .info-block>.row {
background-color: var(--body-bg-color);
}

#cartList .info-block>.row .page-link:first-child,
#cartList .info-block>.row .page-link:nth-child(2) {
color: var(--store-font-color)!important;
background: var(--body-bg-color);
}
.shop-toolbar{
flex-wrap: wrap;
}
.shop-toolbar .shop_ordering{
margin-left: auto;
}

.main-menu.sticky_header {
position: fixed;
right: 0;
left: 0;
top: 0;
z-index: 8;
background: var(--body-bg-color);
color: var(--color-font);
border-bottom: 1px solid var(--border-color);
}
#navbar-main.storesnav .navbar-nav .has-submenu-dropdown .parent-arrow i:before{
    content: "\f067";
}
#navbar-main.storesnav .navbar-nav .has-submenu-dropdown.show .parent-arrow i:before{
    content: "\f068";
}
.shop-toolbar .qc-dropdown-filter .qc-dropdown-filter-heading{
    text-align: right;
}
.shop-toolbar .qc-dropdown-filter{
    flex: 0 0 calc(25% - 4px);
    margin-left: 4px;
}
.shop-toolbar .qc-dropdown-filter > .dropdown{
    width: 100%;
}
.shop-toolbar .qc-search{
    flex: 0 0 50%;
    margin-left: 0;
}
.shop-toolbar .filter-mobile{
    flex: 0 0 80px;
}
.shop-toolbar{
    flex-wrap: wrap;
    justify-content: flex-start;
}
.shop-toolbar .bulk_add_to_cart{
    flex: 0 0 50%;
    margin-left: 0;
}
}

@media (max-width:767px) {
.topbar .topbar-sidebar {
padding: 5px;
}

.topbar .topbar-sidebar {
width: 100%;
}

.topbar-sidebar .topbar-widget{
padding: 0 10px;
}

.product_search {
min-width: 100%;
}

.products_input_wrapper {
padding: 0;
}

.site-header .quickcart-container .header-logo {
width: auto;
}

#site-header .header-logo .main-logo {
max-width: 100%;
margin-right: auto;
margin-bottom: 0;
}

.shop-toolbar .products-shop-view{
    margin-left: auto;
    width: 100%;
    justify-content: flex-end;
}

.site-header .extras-menu>li.menu-item-cart {
display: none;
}

.site-header .extras-menu {
width: 100%;
justify-content: space-between;
}

.site-header .quickcart-container .header-extras {
width: auto;
justify-content: space-between;
}

.site-header .extras-menu {
margin: 0;
}

.category-opened #categorysidebar.sidenav-cart a {
font-size: 14px;
}

#categorysidebar .product-list .list-item {
padding: 5px 0;
}

.single_product .product_description #addToCartbtn .btn {
width: 50px;
height: 45px;
}

.single_product .product_description .number-input {
height: 45px;
}

.single_product .product_description .number-input button {
width: 3rem;
}

.single_product .product_description .number-input input[type=number] {
width: 5rem;
max-width: 5rem;
}

.single_product .product_description #addToCart1 .btn-primary {
width: 240px !important;
border-radius: 4px;
}

.site-header .main-menu .menu_additional_widget .btn {
top: 0;
left: 0;
width: 100%;
position: relative;
display: flex;
justify-content: space-between;
padding-left: 10px;
padding-right: 10px;
}

.site-header .main-menu .menu_additional_widget {
margin: 0;
width: 100%;
}

.site-header .main-menu .menu_additional_widget+.menu_additional_widget {
margin-top: 10px;
}

#order_type_selection .modal-header h5,
#shop_close .modal-header h5,
#store_location .modal-header h5,
#referral_welcome .modal-header h5,
#account_created .modal-header h5,
#table_qr_modal .modal-header h5 {
font-size: 0.9rem;
}
.list_view_1 .product-col .strip{
flex-direction: column;
}
.list_view_1 .product-col .strip figure{
max-width: 100%;
}
.list_view_1 .product-col .strip .product_content{
width: 100%;
min-height: unset;
}
.product-col .strip .cart_section{
top: -48px;
bottom:unset;
justify-content: flex-end;
right: 0px;
left:unset;
}
.list_view_1 .product-col .strip .product_content .product_details{
margin-top: 15px;
}
.mordern_footer_mobnav li.active .indicator{
max-width: 70px;
max-height: 70px;
}
.primary-sidebar .product-list .list-item{
max-height: 500px;
}
.topbar .topbar-sidebar{
gap: 15px 0;
}
.topbar-sidebar>div:after{
display:none;
}
.header_search .product-extra-search .open_search{
top: 10px;
right: 15px;
}
.breadcrumb-banner-sec{
padding: 25px 0;
}
.breadcrumb-banner-sec h1{
font-size: 1.8rem;
}
.product_category_sec .owl-carousel .owl-nav button.owl-prev, .product_brand_sec .owl-carousel .owl-nav button.owl-prev, .products_sec .owl-carousel .owl-nav button.owl-prev{
right: 40px;
}
.section_heading_sec .section-title{
font-size: 18px;
line-height: 18px;
}
.product_category_sec .owl-carousel .card-title{
font-size: 16px;
line-height: 40px;
}
.btn-view_more {
padding: 0 5px;
}
.products_sec .owl-carousel .owl-nav{
top: -20px;
}
.product_category_sec .owl-carousel .owl-nav, .product_brand_sec .owl-carousel .owl-nav{
    top: -35px;
}
.shop-toolbar .bulk_add_to_cart{
    flex: 0 0 235px;
}
.shop-toolbar .qc-search, .shop-toolbar .qc-dropdown-filter:last-child{
    margin-left: 4px;
}
.shop-toolbar .qc-dropdown-filter .qc-dropdown-filter-heading{
    text-align: left;
}
.shop-toolbar .qc-dropdown-filter .qc-dropdown-filter-heading .parent-arrow{
    position: absolute;
    right: 10px;
}
.shop-toolbar .qc-dropdown-filter{
    flex: 0 0 calc(50% - 4px);
}
}
@media (max-width:525px) {
.mordern_footer_mobnav li.active .indicator{
max-width: 60px;
max-height: 60px;
}
#productModal .quantity-area{
flex-wrap: wrap;
justify-content: space-around;
gap:0;
}
#productModal .quantity-area .form-group{
width: 50%;
flex-basis: 50%;
}
#productModal .quantity-area .quantity-btn{
width: 50%;
flex-basis: 50%;
}
#productModal .quantity-area #buynow_form{
width: 100%;
flex-basis: 100%;
}
#productModal #addToCart1 .btn-primary {
width: 100%;
border-radius: 0;
padding: 0;
font-size: 0.8rem;
}
#site-header .header-logo .main-logo{
margin: 0 auto;
}
.google_translate_element{
height: 40px;
}
.google_translate_element .goog-te-gadget{
height: 45px;
padding: 15px 0 10px 0;
}
.site-header .extras-menu>li.menu-toggle-navigation,
.site-header .extras-menu>li.menu-item-cart,
.site-header .extras-menu>li.menu-item-search{
display:none;
}
.quickcart_nav .nav-pills .nav-item:not(:last-child){
margin-right: 20px;
}
.quickcart_nav .nav-pills .nav-link{
font-size: 20px;
line-height: 20px;
}
.categories .quickcart_nav {
padding-top: 1rem;
padding-bottom: 1rem;
}
.product-col .strip{
margin-bottom: 15px;
}
#product_section .strip figure img{
min-height: 350px;
max-height: 350px;
}
#product_section .strip figure{
height: 350px;
}
.quickcart_theme .swiper-pagination-bullet{
width: 6px;
height: 6px;
}
.quickcart_theme .swiper-pagination-bullet-active{
box-shadow: 0 0 0 1px rgb(0 0 0 / 90%);
}
.quickcart_theme .swiper-pagination-bullet-active:before{
width: 2px;
height: 2px;
}
.shop-toolbar .shop_ordering {
margin-left: 0;
width: 100%;
}
.shop-toolbar #sort-filter{
min-width: 100%;
}
.shop-toolbar .products-per-page{
margin-left: 0;
}
.products-per-page .per-page-variation:last-child{
display:none;
}
.bottom-cart-buttons .btn{
padding: 5px 10px;
}
.breadcrumb-banner-sec{
padding: 20px 0;
}
.breadcrumb-banner-sec h1{
font-size: 1.6rem;
}
.shop-toolbar .bulk_add_to_cart{
    flex: 0 0 calc(100% - 85px);
}
.bulk_add_to_cart .btn{
    width: 100%;
    text-align: left;
}
.shop-toolbar .qc-search{
    margin-left: 0;
    flex: 0 0 100%;
}
.shop-toolbar .qc-dropdown-filter {
    flex: 0 0 calc(50% - 2px);
}
.shop-toolbar .qc-dropdown-filter.products-per-page{
    margin-right: 2px;
}
.shop-toolbar .qc-dropdown-filter:last-child {
    margin-left: 2px;
}
}
@media (max-width:400px) {
.shop-toolbar .products-shop-view{
margin-left: auto;
}
}
footer.footer.bg-dark-blue{
background: var(--store_footer_background);
}
:root.dark-mode footer.footer.bg-dark-blue{
background: var(--body-bg-color);
}
#navbar-main.storesnav .navbar-nav .has-submenu-dropdown .parent-arrow {
position: absolute;
right: 5px;
top: 10px;
}
#navbar-main.storesnav .navbar-nav .has-submenu-dropdown .submenu{
position: absolute;
}
.has-submenu-dropdown .dropdown-menu .dropdown-item {
padding: 0.5rem;
}
@media (max-width:767px) {
#navbar-main.navbar-expand-lg .navbar-nav li {
width: 100%;
}
.quickcart_theme .swiper-button-next, .quickcart_theme .swiper-button-prev{
width: 27px;
height: 15px;
}
.site-header .extras-menu>li.menu-toggle-navigation {
padding: 0;
}
.googleTranslateHolder, .googleTranslateHolderMobile{
padding:0;
}
#site-header .header-row{
justify-content: space-between;
}
.site-header .quickcart-container .header-extras{
padding:0;
}
.site-header .extras-menu>li:last-child{
    padding-right:10px;
}
#first-modal-warning .two-button-row{
    flex-direction: column;
}
}
@media (min-width: 1025px){
.header_search .product-extra-search {
padding: 80px;
}
.site-header .extras-menu>li.menu-toggle-navigation {
display: none;
}
}
@media (min-width: 992px) and (max-width: 1024px){
#navbar-main .navbar-nav .nav-link{
padding: 0.5rem 0.65rem;
}
}
.minimum_free_delivery_sec p{
margin:0;
}
.empty-state i {
font-size: 5rem;
opacity: 0.4;
}
.empty-state{
position: absolute;
left: 50%;
transform: translate(-50%, -50%);
top: 50%;
}
.list_description .section{
padding-top: 0;
padding-bottom: 0;
}
.main-img-slider {
position: relative;
}
.main-img-slider a img{
width:100%;
margin-bottom:15px;
}
.main-img-slider .discount_percent {
top: 10px;
position: absolute;
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
padding: 0.2rem 0.5rem;
line-height: 1.3;
background-color: #f03e3e;
color: #fff;
border-radius: 0;
font-size: 0.8rem;
left: 10px;
z-index: 1;
}
.main-img-slider a {
position: relative;
}
.main-img-slider a .image-viewer {
position: absolute;
right: 10px;
top: 10px;
width: 40px;
height: 40px;
display: flex;
align-items: center;
justify-content: center;
background: #fff;
border-radius: 50rem;
overflow: hidden;
box-shadow: 2px 2px 2px #00000036;
-webkit-transition: all 250ms ease-out;
-o-transition: all 250ms ease-out;
transition: all 250ms ease-out;
}
.main-img-slider a .image-viewer:active {
    box-shadow: none;
    -webkit-transition: all 250ms ease-out;
-o-transition: all 250ms ease-out;
transition: all 250ms ease-out;
}
.breadcrumb-item+.breadcrumb-item::before{
    content: "\f105";
    font-family: 'Line Awesome Free';
    font-weight: 900;
}
@media (max-width:400px) {
.header-logo .main-logo .site-logo {
    width: auto;
    max-height: 50px;
}
}
@media (min-width: 1200px){
.col-lg-4 {
    flex: 0 0 33%;
    max-width: 33%;
}
#quickcart-products .primary-sidebar,
#quickcart-products .filter-sidebar{
    max-width: 250px;
}
#quickcart-products .content-area,
#quickcart-products .filter-content-area{
    max-width: calc(100% - 265px);
    flex: 0 0 calc(100% - 265px);
    margin-left: 10px;
}
}
@media (min-width: 1400px){
.col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
}
}
.product-list .list-item a span{
    max-width:30px;
    margin-right: 10px;
}
.tags-cloud a span{
    max-width:30px;
    margin-right: 10px;
}

.list_description .nav li a p{
    font-size: 25px;
    line-height: 26px;
    font-family: var(--store_primary_font);
}
.list_description .nav-pills .nav-link.active, .list_description .nav-pills .show>.list_description .nav-link{
    color: var(--dark-color-font)!important;
}
@media (max-width:600px) {
    .list_description .nav li a p{
        font-size: 20px;
    }
    .list_description .nav-pills .nav-link{
        margin-right:20px;
    }
    .products_sec .section_heading_sec{
        margin-bottom: 35px;
    }
}

@media (min-width: 992px){
    #navbar-main.navbar-expand-lg .navbar-nav .dropdown-menu {
        background-color: var(--store_header_background);
    }
}
#order_type_form h4,
#shop_close h4,
#first-modal-warning h4 {
    font-size: 15px;
}
.multi-store-sec .location-details h4{
    font-size: 0.9rem;
}
#first-modal-warning .two-button-row>div {
    width: auto;
}
#quickcart-products .products-found {
    font-size: 17px;
    padding: 0 8px;
}
.bulk_add_to_cart {
    margin:0 0 4px 0;
}
.bulk_add_to_cart .btn {
    padding-left: 2rem;
    height: 40px;
    line-height: 1;
}
.bulk_add_to_cart .btn .btn-icon i {
    font-size: 25px;
    position: absolute;
    top: 6px;
    left: 5px;
}
.qc-search {
    width: 350px;
    position: relative;
    margin: 0;
    vertical-align: middle;
    border-radius: 0.25rem;
    max-width: 100%;
    display: inline-block;
}
.qc-search .qc-search-input {
    display: inline-block;
    padding: 10px 20px 10px 15px;
    height: 40px;
    width: 100%;
    line-height: 40px;
    font-family: inherit;
    outline: none;
    box-shadow: none;
    border-radius: 4px;
    border: 1px solid #d0d0d0;
    background: #fff;
    margin: 0;
    box-sizing: border-box;
    color: inherit;
    -webkit-appearance: none !important;
    font-size: 14px;
}
.qc-search.active .qc-search-input {
    padding-left: 30px !important;
}
.qc-search-submit {
    padding: 0;
    font-size: 16px;
    text-align: center;
    background: var(--storecolor);
    color: #fff;
    border-radius: 0 4px 4px 0;
    width: 40px;
    height: 100%;
    transition: .2s;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
}
.qc-search-submit .qc-search-submit-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.qc-search-submit .qc-search-submit-icon i{
    font-size: 24px;
    transform: rotateZ(265deg);
}
.qc-search-close {
    position: absolute;
    left: 0;
    top: 0;
    background: 0 0 !important;
    border: none !important;
    height: 100% !important;
    width: 30px !important;
    cursor: pointer;
}

.qc-search-close-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    font-size: 20px;
    color: #000;
    height: 100%;
    line-height: 40px;
}
.shop-toolbar .qc-dropdown-filter {
    cursor: pointer;
    position: relative;
}

.shop-toolbar .qc-dropdown-filter .qc-dropdown-filter-heading {
    background: #fff;
    transition: .05s background-color,.2s border-color,.2s box-shadow;
    padding: 6px;
    height: 40px;
}
.shop-toolbar .qc-dropdown-filter .dropdown-menu {
    min-width: 200px;
    border: 1px solid rgba(0,0,0,.3);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
    box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
    cursor: default;
}
.shop-toolbar .qc-dropdown-filter .dropdown-menu .dropdown-item {
    display: flex;
    padding: 10px 12px;
    cursor: pointer;
    position: relative;
    font-weight: 400;
    margin:0;
}
.qc-table .selected-row {
    background: #eee! important;
}
.qc-table.table thead th{
    color: var(--color-font);
    font-weight: 500;
    font-size: 16px;
    border:0;
    background-color: rgba(243, 244, 246, 1);
}
.qc-table .qc-icon i {
    font-size: 22px;
}
.qc-table.table tbody td {
    font-size: 15px;
    font-weight: 400;
    color: var(--color-font);
    background: #fff;
    border-right: 0;
    border-left: 0;
}
.qc-cart-button {
    display: inline-flex;
    padding: 6px;
    text-decoration: none;
    border-radius: 50rem;
    border: 4px solid var(--store_button_background);
    color: #000;
    white-space: nowrap;
    line-height: normal;
    font-size: inherit;
    transition: .2s;
    width: 45px;
    height: 45px;
    align-items: center;
    justify-content: center;
    position: relative;
    outline: none !important;
    box-shadow: 2px 2px 4px 0px rgb(0 0 0 / 25%);
}
.qc-cart-button:active,
.qc-view-button:active {
    box-shadow: inset 4px 4px 6px -1px rgb(0 0 0 / 20%), inset -4px -4px 6px -1px rgb(255 255 255 / 70%), -0.5px -0.5px 0 white, 0.5px 0.5px 0 rgb(0 0 0 / 15%), 0px 12px 10px -10px rgb(0 0 0 / 5%);
    border: 1px solid rgba(0, 0, 0, 0.01);
}
.qc-cart-button:disabled {
    cursor: not-allowed;
    opacity: 0.5;
}
.qc-remove-button {
    padding: 4px 8px;
    color: #d32f2f;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    outline: none !important;
    position: absolute;
    right: 5px;
}
.qc-cart-badge-number {
    position: absolute;
    top: 0;
    right: 0;
    transform: translate(50%,-35%);
    background: #fff;
    color: #000;
    border: 1px solid rgba(0,0,0,.3);
    box-shadow: 0 0 10px rgb(0 0 0 / 15%);
    min-width: 1em;
    height: 1em;
    line-height: 1.1em;
    font-size: 14px;
    border-radius: 50rem;
    padding: 0.4em;
    text-align: center;
    margin: 0;
    z-index: 1;
    box-sizing: content-box !important;
}
.qc-quantity input[type=number] {
    text-align: center;
    width: 50px !important;
    height: 40px;
    padding: 2px;
    margin: 0 !important;
    -webkit-appearance: none;
    appearance: none;
    box-sizing: border-box;
    background: #fff;
    opacity: 1;
    -moz-appearance: textfield;
    outline:none;
    border: 2px solid #eaeaea;
    border-radius: 0.7rem;
}
/* Chrome, Safari, Edge, Opera */
.qc-quantity input::-webkit-outer-spin-button,
.qc-quantity input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.qc-quantity {
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    gap: 5px;
}

.qc-item-row {
    display: flex;
    min-width: 220px;
    max-width: 220px;
    margin-left: auto;
    flex-direction: column;
    gap: 10px 0;
    position: relative;
}

.qc-item-row-sec {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: flex-start;
}
.qc-qty-controller {
    position: relative;
    top: 0;
    left: 0;
    height: 30px;
    width: 30px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    font-size: 20px;
    background: var(--store_button_background);
    color: var(--store_button_text);
    margin: 0 !important;
    padding: 0 !important;
    border-radius: 0.65rem;
    text-align: center;
    display: inline-flex;
    border: 0;
    align-items: center;
    justify-content: center;
}
.qc-quantity .qc-plus {
    left: unset;
    right: 0px;
}
.qc-table .qc-quantity input[type=number]:disabled {
    background-color: #eaeaea5c;
    cursor: not-allowed;
}
.qc-qty-controller.disabled {
    cursor: not-allowed;
    opacity: 0.5;
}
.qc-table {
    border-collapse: separate;
    border-spacing: 0 10px;
}
.qc-table .on-sale{
    background-color: rgba(185, 0, 0, 1);
    color: #fff;
    padding: 2px 4px;
    border-radius: 4px;
    white-space: nowrap;
}
.shop-toolbar .qc-dropdown-filter .dropdown-menu .dropdown-item:active, .shop-toolbar .qc-dropdown-filter .dropdown-menu .dropdown-item:active {
    background-color: transparent;
    color: #212529;
}
.qc-table .qc-view-button {
    position: relative;
    text-align: center;
    display: inline-block;
    padding: 6px 12px;
    text-decoration: none;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 3px;
    background: var(--store_button_background);
    color: var(--store_button_text);
    white-space: nowrap;
    line-height: normal;
    font-size: inherit;
    transition: .2s;
    box-shadow: none;
    outline:none !important;
    margin-left: 0;
    height: 36px;
    max-width: 140px;
}
.qc-table .qc-button-label .qc-text{
    position: relative;
}
.qc-badge-secondary {
    color: #000;
    background-color: rgb(248, 248, 248);
    border-width: 1px;
    border-style: solid;
    border-color: #ddd;
}
.qc-badge {
    display: inline-block;
    cursor: pointer;
    vertical-align: middle;
    border-radius: 3px;
    padding: 5px 10px;
    font-size: 12px;
    white-space: nowrap;
}
.qc-table .product-short-descp {
    font-size: 14px;
    max-width: 350px;
    display: block;
}
.qc-cart-floating-widget {
    display: inline-block;
    position: fixed;
    bottom: 0;
    left: 50%;
    width:100%;
    max-width: 550px;
    background: #fff;
    color: var(--store_button_text);
    border: 2px solid var(--store_button_background);
    box-sizing: border-box;
    transform: translate(-50%, -2rem);
    padding: 0.5em;
    box-shadow: 0px 0px 25px 0px rgb(0 0 0 / 25%);
    border-radius: 0.7rem;
    font-weight: 700;
    font-size: 16px;
    z-index: 10000;
    cursor: pointer;
}
.slide-fade-enter-active,
.slide-fade-leave-active {
  transition: all 0.3s;
}
.qc-cart-floating-widget.slide-fade-enter,
.qc-cart-floating-widget.slide-fade-leave-to{
  transform: translate(-50%,0);
  opacity: 0;
}
.qc-cart-sidebar.slide-fade-enter .offcanvas-menu-inner,
.qc-cart-sidebar.slide-fade-leave-to .offcanvas-menu-inner,
.qc-cart-sidebar.slide-fade-enter .qc-sidebar-footer,
.qc-cart-sidebar.slide-fade-leave-to .qc-sidebar-footer,
.single_product_sidebar.slide-fade-enter .single_product,
.single_product_sidebar.slide-fade-leave-to .single_product{
  transform: translateX(-100%);
}
.qc-cart-sidebar.slide-fade-enter,
.qc-cart-sidebar.slide-fade-leave-to,
.single_product_sidebar.slide-fade-enter,
.single_product_sidebar.slide-fade-leave-to{
    opacity: 1;
    visibility: visible;
}

.qc-cart-floating-widget .qc-cart-content {
    width: 50%;
    display: inline-block;
    vertical-align: middle;
    position: relative;
}
.qc-cart-floating-widget .qc-cart-content:last-child {
    width: 48%;
}
.qc-cart-floating-widget .qc-total-qty,
.qc-cart-floating-widget .qc-total-price {
    font-weight: 400;
}
.qc-cart-floating-widget .qc-widget-info {
    display: block;
    font-size: .75em;
    font-weight: 400;
    opacity: .75;
}
.qc-cart-floating-widget .qc-loading-icon {
    font-size: 1.5em;
    color: inherit;
    position: absolute;
    left: 45%;
    top: 50%;
    transform: translate(-45%, -50%);
    opacity: 0;
    transition: all 0.3s;
}
.qc-cart-floating-widget-loading .qc-loading-icon{
    opacity: 1;
    transition: all 0.3s;
}
.qc-cart-floating-widget .qc-view-label {
    font-weight: 400;
}
.qc-cart-content-view{
    text-align:right;
}
.spin{
    animation-name:spin;
    animation-delay:0s;
    animation-duration: 1.2s;
    animation-timing-function:linear;
    animation-iteration-count: infinite;
}
.qc-cart-floating-widget.qc-cart-floating-widget-loading:before{
    content:'';
    display:block;
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
    background:inherit;
    opacity:0;
    border-radius:2px;
    animation:cartLoading .7s 1 linear;
}
.qc-variation-attribute-dropdown-wrapper {
    display: flex;
    flex-direction: column;
}
.qc-variation-attribute-dropdown-wrapper > span {
    margin-bottom: 5px;
}
.qc-variation-attribute-dropdown-wrapper > select {
    outline: none;
    height: 2.2em;
    padding: 0 0.5em!important;
    border: 1px solid #d0d0d0;
    border-radius: 4px;
    overflow: hidden;
}
.extras-custom-checkbox {
    cursor: pointer;
    vertical-align: middle;
    border-radius: 3px;
    margin: 5px 0;
    padding: 5px;
    font-size: 14px;
    background: rgba(0,0,0,.06);
    color: #000;
    border: 1px solid rgba(0,0,0,.12);
    display: block;
}
.extras-custom-checkbox .extras-input {
    margin-right: 0.3rem;
}
.extras-custom-checkbox > label {
    margin: 0;
}
.single_product_sidebar {
    position: fixed;
    width: 100%;
    max-width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    z-index: 99990;
    background-color: rgba(0,0,0,.7);
    transition: all ease-in-out .3s;
    overflow: hidden;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    right: unset;
    box-shadow: none;
    padding: 0;
}

.single_product_sidebar .single_product {
    padding: 0;
    background: var(--store_sidebar_background);
    box-shadow: none;
    width: 100%;
    position: relative;
    transform: translateX(0%);
    transition: all ease-in-out .3s;
    max-width: 600px;
    height: 100vh;
}

.single_product_sidebar .closebtn {
    color: var(--store-font-color)!important;
    width: 25px;
    height: 25px;
    position: absolute;
    z-index: 99;
    right: 20px;
    top: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    margin: 0;
}
.single_product_content{
    max-height:100vh;
    overflow-y:auto;
}
.single_product_content .sidebar-heading{
    background-color: #f7f7f7;
    padding: 10px;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 9;
    border-bottom:1px solid rgba(0, 0, 0, 0.1);
}
.sidebar-heading>h4 {
    border-bottom: none;
    display: block;
    font-size: 18px;
    line-height: 26px;
    font-family: var(--store_primary_font);
    color: var(--store-font-color);
    margin-bottom: 0;
    position: relative;
}
.single_product_content .product-gallery {
    display: flex;
    gap: 15px;
    overflow-y: auto;
    padding-bottom: 15px;
}
.single_product_content .product-gallery > a {
    flex: 0 0 30%;
}
.single_product_sidebar .qc-item-row{
    margin-left:0;
    max-width:100%;
}
.single_product_sidebar .qc-item-row-sec{
    max-width: 230px;
    position: relative;
}
.single_product_sidebar .extras .extras-sec{
    display:flex;
    gap: 10px;
    flex-wrap: wrap;
}
.single_product_sidebar .extras .extras-sec .extras-custom-checkbox{
    flex: 0 0 calc(33% - 5px);
}
.single_product_sidebar .variations{
    display: flex;
    gap: 0 10px;
    flex-wrap: wrap;
}
.single_product_sidebar .qc-variation-attribute-dropdown-wrapper{
    margin-bottom: 5px;
    flex: 0 0 calc(33% - 5px);
}
.single_product_sidebar .variations button{
    flex: 0 0 100%;
    text-align:left;
}
.single-product .on-sale {
    background-color: rgba(185, 0, 0, 1);
    color: #fff;
    padding: 2px 4px;
    border-radius: 4px;
    white-space: nowrap;
    font-size: 18px;
}
.single-product .qc-icon i {
    font-size: 22px;
}
.selected-filters {
    padding: 5px;
    display: flex;
    align-items: flex-start;
    flex-wrap:wrap;
}
.selected-filters button {
    position: relative;
    padding-right: 1.6rem;
}
.selected-filters .remove-filter {
    font-size: 18px;
    position: absolute;
    right: 5px;
    top: 0;
}
.qc-table .product-thumb {
    width: 70px;
    height: auto;
    border-radius: 0.3rem;
    object-fit: cover;
}
@media (max-width:768px) {
    .qc-search, .shop-toolbar .qc-dropdown-filter{
        margin-left:0;
    }
    .qc-table.table thead{
        display:none;
    }
    .qc-table .product-short-descp{
        display:none;
    }
    .qc-table tbody tr{
        display: grid;
        grid-template-columns: 1fr 2fr 1fr;
        grid-template-rows: 1fr 1fr 1fr;
        position: relative;
        margin-bottom: 0.7rem;
        border: 3px solid #dee2e6;
        border-radius: 0.5rem;
        overflow: hidden;
    }
    .qc-table.table tbody td.product-checkbox{
        position: absolute;
        top: 0.5rem;
        border: none;
        left: 0.2rem;
    }
    .qc-table.table tbody td.product-image{
        grid-area: 1 / 1 / 4 / 2;
        border: 0;
    }
    .qc-table.table tbody td.product-name{
        grid-area: 1 / 2 / 2 / 3;
        border:0;
    }
    .qc-table.table tbody td.product-pricing{
        grid-area: 2 / 2 / 3 / 3;
        border:0;
    }
    .qc-table.table tbody td.product-stock{
        grid-area: 3 / 2 / 4 / 3;
        border:0;
    }
    .qc-table.table tbody td.product-addtocart{
        grid-area: 1 / 3 / 4 / 4;
        border:0;
    }
    .qc-table .product-thumb {
        width: 100%;
        height: auto;
        max-width: 100px;
    }
}
@media (max-width:600px) {
    .single_product_sidebar .qc-variation-attribute-dropdown-wrapper{
        flex: 0 0 calc(100% - 5px);
    }
    .single_product_sidebar .extras .extras-sec .extras-custom-checkbox{
        flex: 0 0 calc(100% - 5px);
    }
    .qc-cart-floating-widget{
        transform: translate(-50%, 0);
    }
    .qc-cart-floating-widget .qc-cart-content:last-child {
        width: 28%;
    }
    .qc-cart-floating-widget .qc-cart-content {
        width: 70%;
    }
    .qc-table tbody tr{
        grid-template-columns: 1fr 2fr;
        grid-template-rows: auto auto auto 1fr;
    }
    .qc-table.table tbody td.product-image {
        grid-area: 1 / 1 / 5 / 2;
    }
    .qc-table.table tbody td.product-name {
        grid-area: 1 / 2 / 2 / 3;
    }
    .qc-table.table tbody td.product-pricing {
        grid-area: 2 / 2 / 3 / 3;
    }
    .qc-table.table tbody td.product-stock {
        grid-area: 3 / 2 / 4 / 3;
    }
    .qc-table.table tbody td.product-addtocart {
        grid-area: 4 / 2 / 5 / 3;
    }
    .qc-table .qc-item-row{
        margin-left: 0;
        min-width: 100%;
        max-width: 100%;
    }
    .qc-table.table tbody td.product-pricing del {
        margin-left: 15px;
    }
    .qc-table.table tbody td.product-pricing br {
        display: none;
    }
    .qc-remove-button{
        right: unset;
        left: 0;
        top: 0;
        color: #fff;
        background-color: #d32f2f;
        border-radius: 50rem;
        padding: 0;
        line-height: 1;
        width: 22px;
        height: 22px;
        font-size: 0.8rem;
        box-shadow: 1px 1px 4px 0px rgb(0 0 0 / 25%);
    }
    .qc-table .qc-remove-button i {
        font-size: 16px;
    }
    .qc-cart-button{
        width: 40px;
        height: 40px;
    }
}
@keyframes spin{
    from{
        transform:rotate(0deg);
    }to{
        transform:rotate(360deg);
    }
}
@keyframes cartLoading{
    0%{transform:scale(1,1);opacity:.6;}
    50%{transform:scale(1.1,1.6);opacity:0;}
}
#store_notice .close-notice {
    position: absolute;
    right: 0;
    font-size: 1.2rem;
    background-color: #000;
    width: 25px;
    height: 25px;
    line-height: 25px;
    border-radius: 50rem;
    color: #fff;
    text-align: center;
    top: 0;
}
.footer .nav .nav-item .nav-link {
    font-family: var(--store_primary_font);
}
.store_sec h2:after {
    display: none;
}
.site-logo-footer {
    width: auto;
    height: auto;
    max-width: 220px;
    max-height: 120px;
}
@media (max-width: 600px) {
    .site-logo-footer {
        max-width: 200px;
        width: 100% !important;
        height: auto !important;
    }
}
.toolbar-area{
    background-color:#F3F4F6;
}
.shop-toolbar .qc-dropdown-filter:not(:last-child):after {
    content: '';
    width: 2px;
    height: 15px;
    display: block;
    background: #000;
    position: absolute;
    right: 0;
}
.product-list .list-item .qc-filter-count{
    color: rgba(103, 103, 103, 1);
    background-color: rgba(232, 232, 232, 1);
    min-width: 22px;
    height: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50rem;
    width: auto;
    padding: 2px;
    font-size: 13px;
}
#quickcart-products .content-area{
    box-shadow: 0px 2px 4px 0px rgb(0 0 0 / 15%);
    padding: 0 10px 10px;
    border-radius: 0.25rem;
}
.shop-toolbar .qc-dropdown-filter .qc-dropdown-filter-heading {
    border-top: 1px solid #e9ecef;
    border-bottom: 1px solid #e9ecef;
}
.shop-toolbar .products-ordering .qc-dropdown-filter-heading {
    border-top-left-radius: 0.3rem;
    border-bottom-left-radius: 0.3rem;
    border-left: 1px solid #e9ecef;
}
.shop-toolbar .products-per-page .qc-dropdown-filter-heading {
    border-top-right-radius: 0.3rem;
    border-bottom-right-radius: 0.3rem;
    border-right: 1px solid #e9ecef;
}
.product-image .skeleton-image{
    width:70px;
    height:70px;
    border-radius:0.25rem;
}
.qc-cart-floating-widget::after {
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    background-color: var(--store_button_background);
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    opacity: 0.8;
    border-radius: 0.5rem;
}
.qc-cart-floating-widget .qc-cart-content>.btn {
    position: relative;
    padding-right: 45px !important;
    font-size: 0.7rem;
}
.qc-cart-floating-widget .qc-cart-content .qc-cart-icon {
    display: inline-flex;
    padding: 2px;
    text-decoration: none;
    border-radius: 50rem;
    border: 2px solid var(--store_button_background);
    color: #000;
    white-space: nowrap;
    line-height: normal;
    font-size: inherit;
    transition: .2s;
    width: 28px;
    height: 28px;
    align-items: center;
    justify-content: center;
    position: absolute;
    outline: none !important;
    box-shadow: 2px 2px 4px 0px rgb(0 0 0 / 25%);
    background-color: #fff;
    top: 2px;
    right: 5px;
}
.qc-cart-floating-widget .qc-cart-content .qc-cart-icon i {
    font-size: 15px;
}
@media (min-width: 767px){
    .qc-table.table tbody td{
        border-top: 3px solid rgba(243, 244, 246, 1);
        border-bottom: 3px solid rgba(243, 244, 246, 1);
    }
    .qc-table.table thead th:first-child,
    .qc-table.table tbody td:first-child {
        border-top-left-radius: 0.5rem;
        border-bottom-left-radius: 0.5rem;
        overflow: hidden;
        border-left: 3px solid rgba(243, 244, 246, 1);
    }
    .qc-table.table thead th:last-child,
    .qc-table.table tbody td:last-child {
        border-top-right-radius: 0.5rem;
        border-bottom-right-radius: 0.5rem;
        overflow: hidden;
        border-right: 3px solid rgba(243, 244, 246, 1);
    }
}
@media (max-width: 1024px) {
    #quickcart-products .primary-sidebar{
        padding:0;
    }
    .selected-filters{
        padding:10px;
    }
    .primary-sidebar .sticky_sidebar{
        padding: 0 5px;
    }
    .shop-toolbar .qc-dropdown-filter .qc-dropdown-filter-heading {
        height: 60px;
    }
    .products-ordering-row{
        width:100%;
    }
}
@media (max-width: 600px) {
    .shop-toolbar .qc-search{
        margin-bottom:5px;
    }
    .shop-toolbar .products-ordering{
        flex: 0 0 calc(60% - 2px);
    }
    .shop-toolbar .products-per-page {
        flex: 0 0 calc(40% - 2px);
    }
    .qc-cart-floating-widget .qc-cart-content>.btn {
        border: 0;
        box-shadow: none;
        width: 100%;
        padding: 0.3rem !important;
        margin: 0;
        margin-bottom: 0.2rem;
    }
    .qc-cart-floating-widget,
    .qc-cart-floating-widget::after{
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
    }
    .shop-toolbar .qc-dropdown-filter:not(:last-child):after{
        right: -2px;
        height: 40px;
    }
    .qc-cart-floating-widget{
        padding: 0.3rem 0.5em;
    }
    .qc-cart-floating-widget .qc-cart-content>.btn:last-child {
        margin: 0;
    }
    .qc-cart-floating-widget .qc-cart-content .qc-cart-icon{
        display: none;
    }
}
#cartList .product-item_quantity {
    margin-bottom: 0;
}
#cartList .info-block {
    margin-bottom: 0;
    padding: 0;
}
.offcanvas-menu-inner #cartList .items {
    border-bottom: 1px solid rgba(243, 244, 246, 1);
    padding: 0.5rem;
    padding-bottom: 0;
}
#cartList .info-block>.row {
    margin-right: 0;
    max-width: 110px;
}
.qc-cart-sidebar .page-link{
    width: 35px;
}
#cartList .product-item_title{
    font-weight:400;
}
