@font-face {
font-family: Gilroy-Black;
src: local("Gilroy Black"), local("Gilroy-Black"), url("../fonts/gilroy/Gilroy-Black.ttf") format("truetype");
}
@font-face {
font-family: Gilroy-Bold;
src: local("Gilroy Bold"), local("Gilroy-Bold"), url("../fonts/gilroy/Gilroy-Bold.ttf") format("truetype");
}
@font-face {
font-family: Gilroy-ExtraBold;
src: local("Gilroy ExtraBold"), local("Gilroy-ExtraBold"), url("../fonts/gilroy/Gilroy-ExtraBold.ttf") format("truetype");
}
@font-face {
font-family: Gilroy-Heavy;
src: local("Gilroy Heavy"), local("Gilroy-Heavy"), url("../fonts/gilroy/Gilroy-Heavy.ttf") format("truetype");
}
@font-face {
font-family: Gilroy-Light;
src: local("Gilroy Light"), local("Gilroy-Light"), url("../fonts/gilroy/Gilroy-Light.ttf") format("truetype");
}
@font-face {
font-family: Gilroy-Medium;
src: local("Gilroy Medium"), local("Gilroy-Medium"), url("../fonts/gilroy/Gilroy-Medium.ttf") format("truetype");
}
@font-face {
font-family: Gilroy-Regular;
src: local("Gilroy Regular"), local("Gilroy-Regular"), url("../fonts/gilroy/Gilroy-Regular.ttf") format("truetype");
}
@font-face {
font-family: Gilroy-SemiBold;
src: local("Gilroy SemiBold"), local("Gilroy-SemiBold"), url("../fonts/gilroy/Gilroy-SemiBold.ttf") format("truetype");
}
@font-face {
font-family: Gilroy-Thin;
src: local("Gilroy Thin"), local("Gilroy-Thin"), url("../fonts/gilroy/Gilroy-Thin.ttf") format("truetype");
}
:root,
:root.light-mode {
--color-font: #666;
--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);
}

/* h4 {
font-size: calc(var(--font-size) + 1px);
} */

: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%;
}
}

#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;
}

.luxury-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_button_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);
}

.luxury-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;
padding: 0;
}
.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,
.banner_section .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,
.banner_section .owl-carousel .owl-nav button{
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,
.banner_section .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,
.banner_section .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.luxury_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.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;
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;
}

.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);
}

.sidenav-cart .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);
text-transform: none;
}

.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 .product_info p {
font-size: 0.9rem;
}

.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: var(--body-bg-color);
padding: 0 10px;
position: relative;
display: flex;
justify-content: space-between;
align-items: center;
}

.shop-toolbar:after {
display: block;
content: "";
clear: both;
}
.shop-toolbar .products-found {
/*float: left;*/
min-height: 51px;
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 {
color: var(--dark-color-font);
padding: 0;
/*float: right;*/
min-height: 51px;
display: flex;
align-items: center;
margin-left: 15px;
}
/*.shop-toolbar .products-per-page{
margin-left:auto;
}*/
.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;
margin-bottom: 1rem;
position: relative;
}

.sidebar_widget .widget-title {
font-size: 14px;
line-height: 26px;
font-family: var(--store_primary_font);
color: var(--store-font-color);
margin-bottom: 0;
background-color: #f7f7f7;
padding: 10px;
position: relative;
letter-spacing: 1px;
text-transform: uppercase;
}
.product-list .list-item {
padding: 8px 5px;
-webkit-transition: .3s ease-out;
-o-transition: .3s ease-out;
transition: .3s ease-out;
}
.product-list > .list-item:hover {
padding-left: 10px;
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;
}

.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: 2px;
border: 0;
outline: 0;
box-sizing: border-box;
border-radius: 5px;
background: transparent;
border-color: transparent;
color: transparent;
border-radius: 5px;
}

/* 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: 10px;
width: 10px;
margin-top: -4px;
background-color: var(--color-font);
cursor: pointer;
z-index: 100;
}

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

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

/* Style track input range */

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

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

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

/* Style for input value block */

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

.price-wrap-1,
.price-wrap-2 {
display: flex;
}

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

.price-wrap #min_price_label,
.price-wrap #max_price_label {
width: 55px;
text-align: right;
margin: 0;
padding: 0;
margin-right: 2px;
background: 0;
border: 0;
outline: 0;
color: var(--color-font);
font-size: 14px;
line-height: 1.2em;
font-weight: 400;
}

.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;
}
.item-offer-horizontal .skeleton-image {
min-height: 400px;
max-height: 400px;
overflow: hidden
}

.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);
}

.category-page .primary-sidebar .sticky_sidebar {
    position: -webkit-sticky;
    position: sticky;
    top: 85px;
}

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

.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: 34px;
height: 34px;
font-weight: 600;
font-size: 14px;
border-radius: 1.5px !important;
transition: all .2s ease;
color: var(--color-font);
border:none;
}

.products_footer .pagination li.active .page-link {
background: var(--store_button_background);
color: var(--store_button_text);
}

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

#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 5px;
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);
}

#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 .products-per-page {
    margin-left: auto;
}
.shop-toolbar .filter-mobile {
font-size: 15px;
margin-left: auto;
color: var(--color-font);
position: relative;
padding-left: 25px;
display:none;
}
.shop-toolbar .filter-mobile i {
font-size: 25px;
position: absolute;
left: 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:before{
-webkit-transition: .3s ease-out;
-o-transition: .3s ease-out;
transition: .3s ease-out;
}
.product-list .list-item .parent-arrow a:not(.collapsed) i:before {
content:"\f068";
-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 {
border-bottom: none;
}

.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;
}

@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:not(.no-sidebar) {
        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;
    }
}

@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;
}

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

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

.luxury_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%;
}
.luxury_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;
}
.luxury_theme .swiper-pagination-bullet {
width: 10px;
height: 10px;
}

#product_section .strip figure,
.owl-carousel .owl-item .strip figure{
height: auto;
margin-bottom: 0;
}
#product_section .strip figure img, .owl-carousel .owl-item .strip figure img{
min-height: 200px;
max-height: 300px;
}
.mobile-menu-opened #cartSideNav.sidenav-cart.sidenav-cart-close{
overflow: hidden;
opacity: 1;
visibility: visible;
pointer-events: auto;
}
.offcanvas-menu-inner{
padding:0;
background: var(--store_sidebar_background);
box-shadow: none;
max-width:400px;
position: relative;
transform: translateX(-100%);
transition: all ease-in-out .3s;
}
.mobile-menu-opened .offcanvas-menu-inner{
transform: translateX(0);
transition: all ease-in-out .3s;
}
.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 - 46px);
}
#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)!important;
}
.bottom-cart-buttons .btn {
width: 100%;
font-size: 13px;
margin: 0;
flex-basis: 50%;
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;
}
/* 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;
}

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

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

@media (min-width:1240px) {
.luxury-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;
height:100%;
}
#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;
}
}
@media (max-width:991px) {
.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;
}
.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;
}
.category-page .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;
}
.shop-toolbar .filter-mobile {
/* position: absolute;
bottom: 20px;
left: 20px; */
display: block;
}

#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 .luxury-container .header-logo {
width: 50%;
}

.site-header .luxury-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";
}
}

@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 .luxury-container .header-logo {
width: auto;
}

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

.shop-toolbar .filter-mobile {
bottom: 40px;
}
.shop-toolbar .products-shop-view{
    margin-left: auto;
    width: 100%;
    justify-content: flex-end;
}
.shop-toolbar .filter-mobile span {
display: none;
}

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

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

.site-header .luxury-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{
position: relative;
top: 0;
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;
}
}
@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;
}
.luxury_nav .nav-pills .nav-item:not(:last-child){
margin-right: 20px;
}
.luxury_nav .nav-pills .nav-link{
font-size: 20px;
line-height: 20px;
}
.categories .luxury_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;
}
.luxury_theme .swiper-pagination-bullet{
width: 6px;
height: 6px;
}
.luxury_theme .swiper-pagination-bullet-active{
box-shadow: 0 0 0 1px rgb(0 0 0 / 90%);
}
.luxury_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;
}
}
@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%;
}
.luxury_theme .swiper-button-next, .luxury_theme .swiper-button-prev{
width: 27px;
height: 15px;
}
.site-header .extras-menu>li.menu-toggle-navigation {
padding: 0;
}
.googleTranslateHolder, .googleTranslateHolderMobile{
padding:0;
position: absolute;
top: 200px;
}
#site-header .header-row{
justify-content: space-between;
}
.site-header .luxury-container .header-extras{
padding:0;
}
.site-header .extras-menu>li:last-child{
    padding-right:10px;
}
}
@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;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}
.single_product .demo-gallery .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%;
}
}
@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;
    }
    .searchable-container #totalPrices{
            padding-bottom: 120px;
    }
}

@media (min-width: 992px){
    #navbar-main.navbar-expand-lg .navbar-nav .dropdown-menu {
        background-color: var(--store_header_background);
    }
    #product_section.grid_view_4 .strip figure{
        max-height: 250px;
    }
    #product_section.grid_view_2 .strip figure,
    #product_section.grid_view_2 .strip figure img{
        max-height: 330px;
        height: 330px;
    }
}
#order_type_form h4 {
    font-size: 15px;
}
.multi-store-sec .location-details h4{
    font-size: 0.9rem;
}
.bottom-cart-buttons .btn-primary{
    color:#fff!important;
}
#first-modal-warning .two-button-row>div {
    width: auto;
}
.single-service {
    position: relative;
    margin-bottom:30px;
}
.single-service .service_custom {
    overflow: hidden;
    transition: all 250ms ease-in-out 0s;
    -webkit-transition: all 250ms ease-in-out 0s;
    display: block;
}
.featured_image_service {
    max-height: 420px;
    overflow: hidden;
    border-top-right-radius: 1rem;
    border-top-left-radius: 1rem;
}
.single-service .service-thumbnail a {
    display: block;
}
.single-service .service-details {
    padding: 0;
}
.single-service .service-name {
    margin-top: 10px;
    line-height: 1;
}
.single-service .service-name a {
    font-size: 20px;
    text-transform: none;
    line-height: 1;
    transition: all ease-in-out 0.3s;
    font-family: var(--store_primary_font);
}
.single-service .service-excerpt p {
    line-height: 24px;
    font-family: var(--store_primary_font);
    color: #4c4c4c;
    font-size: 15px;
    margin-bottom:5px;
}
.single-service .btn-primary{
    background: var(--store_button_background);
    border-color: var(--store_button_background);
    color: var(--store_button_text);
}
@media (min-width: 1400px){
    .our-services .col-lg-4{
        flex: 0 0 25%;
        max-width: 25%;
    }
}
@media (min-width: 530px) and (max-width: 560px){
#product_section .strip figure img, .owl-carousel .owl-item .strip figure img {
    min-height: 300px;
    max-height: 500px;
}
#product_section .strip figure, .owl-carousel .owl-item .strip figure {
    height: 546px;
    margin-bottom: 0;
}
}

@media (max-width: 912px){
    .products-shop-view.products-view-grid_list {
        display: none;
    }
    }

@media (min-width:350px) and (max-width: 413px){
        .shop-toolbar .filter-mobile {
            bottom: 1px;
            left: -30px;
            }
            .shop-toolbar .filter-mobile span {
                display: block;
            }
        }


@media (min-width:416px) and (max-width: 500px){
    .shop-toolbar .filter-mobile {
        bottom: 11px;
        left: -10px;
        }

    }
    @media (min-width:413px) and (max-width: 415px){
        .shop-toolbar .filter-mobile {
            bottom: 11px;
            left: -3px;
            }

        }

        @media (min-width:535px) and (max-width: 545px){
            .shop-toolbar .filter-mobile {
                bottom: 1px;
                left: 7px;
                }
                .shop-toolbar .filter-mobile span {
                    display: block;
                    }

            }
@media (max-width:281px){
    .shop-toolbar .filter-mobile {
        bottom: 0px;
        left: -37px;
        }
        .shop-toolbar .filter-mobile span {
            display: block;
        }
}
@media (min-width: 1024px){
.google_translate_element .goog-te-gadget:before {
    color: var(--store_button_text) !important;
}
.google_translate_element{
    color: var(--store_button_text) !important;
}
}
.store_services, .store_testimonials{
    padding-top:2rem;
    padding-bottom: 0;
}
.store_services .card{
    padding: 1.5rem;
    background-color: #fff;
    text-align: center;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    border-radius: 0;
}
.store_services .card:hover {
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}
.store_services .owl-carousel .owl-stage-outer,
.store_testimonials .owl-carousel .owl-stage-outer{
    padding: 1rem 0;
}
.store_services .card-image {
    width: 210px;
    height: 210px;
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0 auto 30px;
    border-radius: 50%;
    border: 6px solid #fff;
    box-shadow: 0 0 0 1px var(--storecolor);
        -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}
.store_services .card-image::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 0;
    height: 0;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    transition: all 500ms linear;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
    z-index: 2;
}
.store_services .card:hover .card-image{
    border-color: var(--storecolor);
    -webkit-transition: all .2s;
-o-transition: all .2s;
transition: all .2s;
}
.store_services .card-image img {
    height: 100%;
    max-width: 100%;
    border: none;
    object-fit: cover;
}
.store_services .card-content .card-title {
    margin: 0;
    font-weight: 700;
    color: #1c1a1d;
    font-size: 20px;
    line-height: 1.2em;
    margin-top: -5px;
    margin-bottom: 12px;
}
.store_services .card:hover .card-title{
    color: var(--storecolor);
}
.store_services .card .card-desc{
    margin: 0;
    font-size: 15px;
    line-height: 30px;
    margin-top: 10px;
    padding-bottom: 0;
    margin-bottom: 5px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
}
.store_services .card .btn{
    padding: 14px 0;
    display: flex;
    align-items: center;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 500;
    transition: all 500ms ease;
    line-height: 1em;
    position: relative;
    text-shadow: 0 0 0.5px currentColor;
    justify-content: center;
    background-color: var(--storecolorlight);
    letter-spacing: 0.1em;
    color: #1c1a1d;
}
.store_services .owl-theme .owl-nav,
.store_testimonials .owl-theme .owl-nav{
    position: absolute;
    left: 0;
    right: 0;
    bottom: -3rem;
    margin: auto;
    z-index: 2;
    line-height: 0.8;
}
.store_services .owl-theme .owl-nav button,
.store_testimonials .owl-theme .owl-nav button{
    width: 26px;
    height: 27px;
    background-color: var(--storecolorlight);
    margin: 0 2.5px;
    padding: 0;
    transition: all 500ms ease;
    font-size: 12px;
    color: #1c1a1d;
    text-align: center;
    font-size: 12px;
    line-height: 27px;
    border-radius: 0;
}
.store_services .owl-theme .owl-nav::before,
.store_testimonials .owl-theme .owl-nav::before{
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
    content: "";
    height: 1px;
    background-color: #e8e3da;
    z-index: -1;
}
.store_services .owl-theme .owl-nav::after,
.store_testimonials .owl-theme .owl-nav::after{
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: -1;
    width: 110px;
    content: "";
    height: 1px;
    background-color: #fff;
}
.testimonials-card-inner {
    border: 1px solid #e8e3da;
    padding: 20px;
}
.testimonials-card-top {
    display: flex;
    align-items: center;
}
.testimonials-card-image {
    margin-bottom: 0;
    flex-shrink: 0;
    margin-right: 20px;
    border: 5px solid #fff;
    border-radius: 50%;
    box-shadow: 0 0 0 1px var(--storecolor);
    transition: all 500ms ease;
    width: 100px;
    height: 100px;
        -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    position:relative;
}
.testimonials-card-image::after{
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 0;
    height: 0;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    transition: all 500ms linear;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
    z-index: 2;
}
.testimonials-card:hover .testimonials-card-image {
    border-color: var(--storecolor);
        -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}
.testimonials-card-image img {
    border-radius: 50%;
    max-height: 100%;
    height: 100%;
    max-width: 100%;
    border: none;
    object-fit: cover;
}
.testimonials-card-name {
    margin: 0;
    color: #1c1a1d;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.3;
    margin-top: 0;
    margin-bottom: 7px;
}
.testimonials-card-designation {
    margin: 0;
    line-height: 1;
    font-size: 15px;
}
.testimonials-card-content {
    font-size: 15px;
    line-height: 24px;
    border-top: 1px solid #e8e3da;
    margin-top: 20px;
    margin-bottom: -5px;
    padding-top: 20px;
}
.store_testimonials .owl-carousel .owl-stage-outer{
    padding-bottom: 2rem;
}

#navbar-main .navbar-nav .has-submenu-dropdown ul.dropdown-menu li.has-submenu-dropdown .dropdown-menu {
    left: 15rem;
    top: 0;
}
#navbar-main .navbar-nav .has-submenu-dropdown ul.dropdown-menu li.has-submenu-dropdown .dropdown-menu::before {
    top:0;
    left:5px;
}
@media (min-width:993px) and (max-width:1199px){
    .product_category_sec .owl-carousel .card-image img{
        width: 100%;
    }
}
@media (max-width: 560px) {
    #navbar-main.storesnav .navbar-nav .has-submenu-dropdown .parent-arrow {
        position: absolute;
        left: 320px;
        top: 10px;
    }
    #navbar-main.navbar-expand-lg .navbar-nav li {
        width: 80%;
    }
}
#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;
}
.single_product .video_gallery iframe {
    margin: 0 auto !important;
}
.single_product .video_gallery {
    margin-bottom: 15px;
}
.main-img-slider a img {
    width: 100%;
    margin: 0 auto 15px auto;
}
.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;
    }
}

/******************** select modal page ui designs *************************/

#productModal .modal-lg {
    max-width: 640px;
    min-height: calc(100% - 3rem);
  }
  #addToCart1 .btn-primary{
    background-color: var(--storecolor) !important;
    color: white !important;
  }
  .luxury .text-warning {
    color:var(--storecolor) !important;
  }

  .luxury span#modalPrice {
    display: flex;
    justify-content: center;
    font-size: 23px !important;
    font-weight: 600 !important;
}

  .number-input button:after, .number-input button:before{
    background-color : white !important;
    width: 10px;
      height: 2px;
  }
  .luxury #exrtas-area-inside:empty {
    background-color: unset;
    padding: unset;
    border: unset;
    width: unset;
    margin: unset;
  }

  .luxury .modal-header {
    border-bottom: 2px dotted #B8BBBD;
    padding: 0.7rem !important;
    align-items: center;
  }
  .luxury h5#modalTitle {
    color: var(--storecolor);
    font-size:15px;
    font-weight:600;
  }
  .luxury .custom-radio .custom-control-input:checked~.custom-control-label::before {
    background-color: var(--storecolor) !important;
  }
  .luxury .modal-header .close {
    padding: 2px 2px;
    font-size: 20px;
    font-weight: 400;
    margin: 0rem 0rem 0rem auto;
    background-color: var(--storecolor);
    border-radius: 5px;
    opacity: 1;
  }
  .luxury .close>span:not(.sr-only){
  color: white !important;
  opacity: 1;
  padding: 2px;
  }
  .luxury div#exrtas-area-inside {
  background-color: #F7F7F7;
  padding: 5px 15px;
  border-radius: 10px;
  border: 1px solid #CACACA;
  width: 97%;
  margin: 0 auto;
  }
  .luxury .modal-header {
    border-bottom: 2px dotted #B8BBBD;
  }
  #productModal #modalPrice {
    font-size: 23px;
    font-weight: 600;
    margin-bottom:0px;
  }
  .luxury p.ItemPricetab {
    text-align: center;
  margin-bottom: 0px;
  padding-left: 10px;
  }
  .luxury label#select_optionlabel {
    font-size: 15px;
    font-weight: 600;
  margin-bottom: 0px;
    color: black !important;
  }
  .luxury div#variants-area-inside {
    padding: 10px 10px 10px;
    border-radius: 10px;
  }
  .luxury #variants-area-inside .btn-group .btn-outline-primary.active {
    color: #ffffff;
    background-color: var(--storecolor);
    border-color: var(--storecolor, #102c56);
    font-weight: 500;
    box-shadow: 0 4px 4px rgb(0 0 0 / 6%);
    border-radius: 7px;
  }
  .luxury #variants-area-inside .btn-group .btn-outline-primary {
    color: var(--store-font-color);
    background-color: white;
    background-image: none;
    border-color: #CACACA;
    border-radius: 7px;
  }

  .luxury label#select_optionlabel {
  font-size: 15px;
  font-weight: 600;
  padding-left: 10px;
  }

  .luxury #variants-area-inside .btn-group .btn {
    width: auto !important;
    flex: 1 1 30%;
    max-width: 32%;
    min-width: calc(30% - 10px);
    border-radius: 5px;
    font-size: 10px;
    font-weight: 400;
    padding: .5rem .75rem;
    line-height: 2;
  }
  #variants-area-inside > div:first-of-type .btn-group .btn {
    width: 100% !important;
    flex: 1 1 50% !important;
    max-width: 48%;
    min-width: calc(30% - 10px);
    border-radius: 5px;
    font-size: 12px;
    font-weight: 400;
    padding: .5rem .75rem;
    line-height: 2;
  }
  .luxury #variants-area-inside > div:first-of-type  {
    background-color: #F7F7F7 !important;
    padding: 10px;
    border-radius: 10px;
  }
  .luxury #variants-area-inside > div:nth-of-type(2) {
  background-color: #F7F7F7 !important;
  border:1px solid #CACACA;
    padding: 10px;
    border-radius: 10px;
    margin-top: 20px;
  }
  .luxury .variants_button_section b {
    color: var(--store-font-color);
    font-size: 12px;
    font-weight: 500;
  position: relative;
  }
  .luxury textarea::placeholder {
    color: #000 !important;
  font-size:15px;
  }
  .luxury textarea.form-control {
    background-color: #F7F7F7;
  }
  .luxury .quantity-area {
    border-top: 2px dotted #B8BBBD;
  }
  .luxury #modalDialogItem .modal-content {
    border: 0;
    border-radius: 20px;
    overflow-y: auto !important;
  }

  .luxury #modalItemDetailsPart input#quantity {
    background-color: white !important;
    border: 1px solid white;
    color: black !important;
  }
  .luxury #modalItemDetailsPart .number-input button {
  background: var(--storecolor);
    color: var(--store_button_text);
    padding: 0px 20px;
    border-radius: 8px !important;
    width: 25px;
    height: 35px;
  }

  .luxury #modalItemDetailsPart .number-input {
    background-color: white !important;
    border: unset !important;
    position: relative;
    top: 3px;
  }

  .luxury #modalItemDetailsPart .quantity-area .form-group{
  margin-bottom: -5px !important;
  background-color: #fff !important;
  }
  .luxury label.extras_sec_label {
    width: 95% !important;
  color: var(--store-font-color) !important;
    font-size: 12px !important;
    font-weight:600 !important;
  }
  .luxury button.btn.btn-primary {
    border: 1px solid var(--storecolor) !important;
  }
  .luxury span.extras_tab_prices {
    background-color: transparent;
    padding: 5px;
    border-radius: 5px;
  }
  .luxury div#exrtas-area-inside br {
    display: none !important;
  }
  .luxury label.extras_title_name {
    font-size: 12px;
    font-weight: 400 !important;
    color: black !important;
  }
  .luxury #variants-area-inside > div:first-of-type {
    border: 1px solid #CACACA;
  }
  .luxury .quantity-btn #addToCart1 button.btn.btn-primary {
    border-radius: 8px !important;
    font-size: 10px;
    padding: 0px;
    width: 100px;
    height: 35px;
  }
  .luxury #addToCart1 button.btn.btn-primary {
    border-radius: 8px !important;
  font-size: 10px;
  padding: 0px;
    width: 100px;
    height: 35px;
  }
  .luxury #variants-area-inside .btn-group {
    gap: 10px;
    align-items: flex-start;
    justify-content: center;
    width: 100%;
  }
  .luxury .variants_button_section br {
  display: none;
  }
  .luxury .card-body.px-lg-3.py-lg-3 {
    padding: 8px 15px !important;
  }



  @media(max-width: 556px){
    .luxury #extras_group .btn_collapse_div:last-child {
      margin-bottom: 3px !important;
  }
  .luxury #extras_group span.text-warning.quantity_label_title {
    font-size: 12px;
    font-weight: 600;
  }

  .luxury textarea.form-control {
    background-color: #F7F7F7;
    width: 95%;
    border-radius: 10px;
    margin: 0 auto;
  }
  #productModal .modal-title {
    font-size: 15px !important;
  }
  .luxury #variants-area-inside > div:nth-of-type(2) {
    background-color: #F7F7F7 !important;
    border:1px solid #CACACA;
    padding: 10px 10px 10px;
    border-radius: 10px;
    margin-top: 20px;
  }
  .luxury .variants_button_section br {
    display: none;
  }

  #variants-area-inside > div:first-of-type .btn-group .btn {
    width: 100% !important;
    flex: 1 1 35% !important;
    max-width: 50% !important;
    font-size: 10px;
    padding: .5rem .75rem;
    line-height: 2;
  }
  #variants-area-inside .btn-group .btn {
    width: 100%;
    flex: 1 1 25% !important;
    max-width: 30% !important;
    font-size: 10px;
    padding: .5rem .75rem;
    line-height: 2;
  }
  .luxury .variants_button_section b {
    color: var(--store-font-color);
    font-size: 12px;
    font-weight: 500;
    position: relative;
  }
  .luxury p.ItemPricetab {
    text-align: center;
    margin-bottom: 0px;
    padding-left: 10px;
  }
  #productModal #modalPrice {
    font-size: 23px;
    font-weight: 600;
  }
  .luxury label#select_optionlabel {
    font-size: 15px;
    font-weight: 600;
    padding-left: 10px;
  }
  #productModal #addToCart1 .btn-primary {
        margin: 0px 0px 2px;
    }
  }

  @media(min-width: 768px) and (max-width: 992px) {
  .luxury #extras_group .btn_collapse_div{
    margin-bottom: 20px;
  }
  .luxury #extras_group label.form-control-label{
    top: 5px !important;
  }
  .luxury #extras_group .no_input_name{
    margin-top: -46px !important;
  }
  .luxury #modalDialogItem .modal-content {
    border: 0;
    border-radius: 20px;
    overflow-y: auto;
  }
  .luxury h5#modalTitle {
    font-size: 16px;
  }
  .luxury textarea.form-control {
    background-color: #F7F7F7;
    width: 97%;
    margin: 0 auto;
    border: 1px solid #CACACA;
  }
  div#exrtas-area-inside {
    background-color: #F7F7F7;
    padding: 5px 15px;
    border-radius: 10px;
    border: 1px solid #CACACA;
    width: 97%;
    margin: 0 auto;
  }
  .cart_section #addToCartbtn .btn span{
    color: #fff !important;
    font-family: var(--store_primary_font);
    font-weight: unset;
    font-size: 11px;
    }

  }

  @media(min-width: 993px) and (max-width: 1199px){

  .luxury textarea.form-control {
    background-color: #F7F7F7;
    width: 97%;
    margin: 0 auto;
    border: 1px solid #CACACA;
  }

  }
  @media(min-width: 1200px) {
  .luxury #variants-area-inside > div:first-of-type .variants_btn_inside {
    padding: 0px 1.5rem;
  }
  .luxury textarea.form-control {
    background-color: #F7F7F7;
    width: 97%;
    margin: 0 auto;
    border: 1px solid #CACACA;
  }
  .luxury h5#modalTitle {
    font-size: 16px;
    font-weight: 500px !important;
  }
  .luxury #extras_group {
    max-height: 250px;
    margin-bottom: 10px;
  }
  }


  /* Targeting the specific element's scrollbar */
  .luxury #modalDialogItem .modal-content::-webkit-scrollbar {
  width: 5px;
  }

  .luxury #modalDialogItem .modal-content::-webkit-scrollbar-track {
  background: #ff4848;
  }

  .luxury #modalDialogItem .modal-content::-webkit-scrollbar-thumb {
  background: var(--storecolor);
  border-radius: 25px !important;
  border: 3px solid var(--storecolor);
  }
  .luxury div#variants-area::-webkit-scrollbar-thumb{
  background: var(--storecolor);
  border-radius: 25px !important;
  border: 3px solid var(--storecolor);
  }
  .luxury div#variants-area::-webkit-scrollbar-thumb:hover{
  background: var(--storecolor);
  }
  .luxury #modalDialogItem .modal-content::-webkit-scrollbar-thumb:hover {
  background: var(--storecolor);
  }
  /* modal styles for  composite product modal */
  .luxury #modalItemDetailsPart #extras_group .number-input {
    background-color: white !important;
  }
  .luxury #modalItemDetailsPart #extras_group .number-input button {
    background: var(--storecolor);
    color: var(--store_button_text);
    padding: 0px 10px;
    border-radius: 8px !important;
    width: 25px;
    height: 25px;
  }
  .luxury #modalDialogItem #extras_group .custom-control > label {
    font-weight: 400;
    display: flex !important;
    flex-direction: row !important;
  }
  .luxury #modalDialogItem #extras_group .custom-control > label {
    font-weight: 600;
    display: flex !important;
    flex-direction: row !important;
    width: 98% !important;
    font-size: 12px;
  }
  .luxury #modalItemDetailsPart #extras_group .number-input {
    background-color: #ffffff00 !important;
    position: absolute;
    left: 55% !important;
    top: 0px;
  }
  #productModal #extras_group .number-input input[type=number] {
    font-weight: 500;
    font-size: 12px;
    width: 25px;
    background-color: white !important;
    color:black !important;
    height: 25px;
  }
  .luxury #extras_group .no_input_name {
    background-color: var(--storecolorlight);
    padding: 30px 10px 10px;
      border: 1px solid #CACACA;
      border-radius: 10px 10px 0px 0px;
      border-bottom: none;
      margin-top: -40px;
  }
  .luxury #extras_group .custom-control-label span {
    position: relative;
    background-color: transparent;
    padding: 3px 5px;
    border-radius: 5px;
    align-self: center;
    width: 85px;
    font-size: 11px;
    font-weight:600 !important;
    top: -2px;
  }
  .luxury .bx-chevrons-down:before {
    content: "\e9b5";
    margin-left: -3px;
  }
  .luxury .btn_collapse_div:last-child {
    margin-bottom: 4px !important;
  }
  .luxury #extras_group label.form-control-label {
    margin: 10px 0px 10px 10px;
    top: 5px;
    position: relative;
    width: 95%;
    flex-wrap: wrap;
    display: flex;
    justify-content: space-between;
    font-size: 13px;
    font-weight: 600;
  }
  .luxury #extras_group {
    max-height: 250px;
    margin-bottom: 10px;
  }
  .luxury div#variants-area {
    max-height: 250px;
  height: auto ;
    overflow-y: auto;
  }
  .luxury #variants-area-inside:empty {
    display: none !important;
    padding: 0 !important;
    border-radius: unset;
  }
  /* scrollbar style here */
  .luxury #extras_group::-webkit-scrollbar-thumb{
  background: var(--storecolor);
  border-radius: 25px !important;
  border: 5px solid var(--storecolor);
  }
  .luxury #extras_group::-webkit-scrollbar-track{
  background-color: #ffffff !important;
  }
  .luxury textarea.textarea_style {
    background-color: var(--storecolorlight) !important;
    width: 100%;
    margin: 0 auto;
    border: 1px solid #CACACA;
  height: 50px;
  }
  @media(max-width: 560px){
  .luxury #extras_group span.text-warning.required_label_title {
    padding: 1px 5px !important;
    border-radius: 40px;
    font-size: 10px;
  }

  .luxury #extras_group .no_input_name {
    background-color: var(--storecolorlight);
    padding: 35px 10px 10px;
    border: 1px solid #CACACA;
    border-radius: 10px 10px 0px 0px;
    margin-top: -19px;
    border-bottom:none;
  }
  .luxury #extras_group label.form-control-label {
    margin: -25px 0px 20px 10px;
    top: 35px;
    position: relative;
    font-size: 12px;
    flex-wrap: wrap;
    display: flex;
    justify-content: space-between;
  }
  .luxury #modalItemDetailsPart #extras_group .number-input {
    background-color: #ffffff00 !important;
    position: absolute;
    left: 45% !important;
    top: 0px;
  }
  .luxury #extras_group .btn_collapse_div {
    margin-bottom: 10px !important;
  }
  }


  .luxury #extras_group button.toggle-button {
    display: block;
    margin: 5px auto;
    background-color: transparent !important;
    color: var(--storecolor);
    padding-bottom: 10px;
    position: relative;
    z-index: 2;
    border: unset;
    font-size: 13px !important;
    font-weight: 600;
  }
  .rotation{
  transform: rotate(180deg) !important;
  }

  .luxury .no_input_name {
    overflow: hidden;
    transition: height 1.3s ease mpo !important;
  }

  .luxury .no_input_name.expanded {
    height: auto; /* Allow full height when expanded */
  }

  .toggle-button {
    margin-top: 10px; /* Adjust margin as needed to separate from .no_input_name */
    background-color: #fff; /* Background color to make it stand out */
  }

  .luxury #extras_group .btn_collapse_div {
    background-color: var(--storecolorlight) !important;
    padding-top: 1px;
    border: 1px solid #CACACA;
    border-radius: 0px 0px 10px 10px;
    border-top: none;
  margin-bottom: 20px;
  }
  .luxury #extras_group button.toggle-button:focus {
    outline: none;
  }
  .luxury #extras_group span.text-warning.required_label_title {
    background-color: var(--storecolor);
    color: white !important;
    padding: 3px 10px;
    border-radius: 30px;
    font-size: 10px;
    margin-right: 0% !important;
  }
  #exrtas-area-inside .strikethrough, #extras_group .strikethrough .custom-control-label {
    background-color: white;
    padding: 5px 5px 5px;
  }

  .chevron_icon_btn {
    position: relative;
    text-align: center;
    font-size: 20px;
    display: block;
    margin-top: -25px;
    color: var(--storecolor);
  transition: transform 0.3s;
  }

  .luxury .variant_main_sec {
    height: auto;
    overflow-y: auto;
    max-height: 400px;
    margin-top:0px;
  }

  .luxury .variant_main_sec::-webkit-scrollbar-thumb{
  background: var(--storecolor);
  border-radius: 25px !important;
  border: 3px solid var(--storecolor);
  }
  .luxury .variant_main_sec::-webkit-scrollbar-thumb:hover{
  background: var(--storecolor);
  }
  .luxury label.form-control-label {
    padding-bottom: 5px;
  }
  .luxury p.ItemPricetab {
    text-align: center;
    margin-bottom: 0px;
    padding-left: 10px;
    display: flex;
    flex-direction: row;
    gap: 5px;
    justify-content: center;
    align-items: center;
}
.luxury label.form-control-label b {
    color: black !important;
    font-size: 12px !important;
    font-weight: 700 !important;
}
#productModal #modalSalePrice {
    margin-left: 0px !important;
    margin-bottom: 0px !important;
}
.luxury label.form-control-label.extras_title_name {
    color: black;
    font-size: 12px;
    font-weight: 600 !important;
}
.luxury span.extras_tab_prices {
    background-color: transparent;
    padding: 5px;
    border-radius: 5px;
    font-size: 12px;
    color: black;
    font-weight: 600;
}
#product_section .strip figure img,
.owl-carousel .owl-item .strip figure img{
    max-height: 100%;
}
#product_section .strip figure,
.owl-carousel .owl-item .strip figure{
    height:auto;
    min-height: 200px;
}
@media(max-width: 600px) {
    .footer-logo p {
        justify-content: center;
        margin-bottom: 0;
    }
    .footer .copyright {
        margin: 0;
    }
}
@media(max-width: 560px) {
    .luxury #extras_group label.form-control-label span:nth-child(1) {
        width: 200px;
        height: 25px;
    }
}
/****Gallery Section***/
.banner_section .gallery-masonry{
    column-gap: 10px;
}
.banner_section .gallery-masonry > div {
    margin-bottom: 10px;
}
.banner_section .gallery-grid{
    margin-left:-5px;
    margin-right:-5px;
}
.banner_section .gallery-grid > div{
    padding-left:5px;
    padding-right:5px;
    margin-bottom: 10px;
}
.banner_section .gallery-grid > div img{
    height: 100%;
    width:100%;
    object-fit: cover;
    object-position: center;
    margin: 0 auto;
}
.banner_section .gallery,
.banner_section .gallery-grid-effect-2 img,
.banner_section .gallery-masonry img{
    transition: 0.3s;
}
.banner_section .gallery:hover .gallery__image {
    filter: grayscale(1);
}
.banner_section .gallery__link {
    overflow: hidden;
    width: 100%;
    height: 100%;
    max-height: 350px;
    display:block;
}
.banner_section .gallery__link:hover .gallery__image {
    filter: grayscale(0);
}
.banner_section .gallery__thumb {
    position: relative;
    height: 100%;
    margin:0;
}
.banner_section .gallery__image {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.3s;
}
.banner_section .gallery-grid-effect-2 a,
.banner_section .gallery-masonry a {
    overflow: hidden;
    width: 100%;
    height: 100%;
    display:block;
}
.banner_section .gallery__image:hover,
.banner_section .gallery-grid-effect-2 img:hover,
.banner_section .gallery-masonry img:hover{
    transform: scale(1.1);
}
.banner_section .masonry-gallery {
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
    align-items: center;
}
.banner_section .column {
    padding: 0 5px;
    margin-bottom:5px;
    flex: 0 0 20%;
}
.banner_section .masonry-gallery img {
    width: 100%;
    height: auto;
    display: block;
    margin-bottom: 10px;
}
#menu .has-submenu-dropdown .dropdown-menu .dropdown-item{
    position: relative;
}
#menu .has-submenu-dropdown .dropdown-menu .dropdown-item.imagewidget::before{
    display:none;
}
#menu .has-submenu-dropdown .dropdown-menu .dropdown-item.imagewidget:hover {
    padding-left: 0.5rem;
}
#menu .has-submenu-dropdown .dropdown-menu .dropdown-item {
    position: relative;
}
#menu .has-submenu-dropdown .dropdown-menu .dropdown-item.imagewidget::before {
    display: none;
}
#menu .has-submenu-dropdown .dropdown-menu .dropdown-item.imagewidget:hover {
    padding-left: 0.5rem;
}
@media (max-width: 767px) {
    .banner_section .gallery__link {
        overflow: hidden;
        height: 300px;
        max-height: 300px;
    }
    .banner_section .column{
        padding: 0 2px;
        margin-bottom: 2px;
    }
    .banner_section .masonry-gallery img{
        margin-bottom: 4px;
    }.navbar-nav .has-megamenu-dropdown>.dropdown-menu {
        min-width: 100% !important;
        -webkit-column-count: 1 !important;
        -moz-column-count: 1 !important;
        column-count: 1 !important;
    }
}
/****************************************************************************************************
************************************** blog template styles *****************************************/
.blog_content_section .blog_title_txt {
    font-size: 18px;
    font-weight: 600;
    font-family: var(--store_primary_font);
    color: black;
    width: 100%;
    height: 3.5rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
section.blogs_carousel_main .blogs_img_section img {
    width: 100%;
    height: 250px;
    border-radius: 1rem;
    padding: 0px 0px !important;
}
.blog_content_section .blog_content_txt {
    font-size: 14px;
    font-weight: 500;
    font-family: var(--store_primary_font);
    -webkit-line-clamp: 3;
    display: -webkit-box;
    word-break: break-word;
    overflow-y: hidden;
    max-height: 5rem;
    min-height: 4.5rem;
    -webkit-box-orient: vertical;
}
.blogs_carousel_main .blogs_outer_card {
    padding: 1rem;
    border-radius: 1rem;
    border: 0.9px solid #0000001A;
    box-shadow: 0px 3.66px 3.66px 0px #0000001A;
    margin: 1rem auto;
}
.blogs_carousel_main .blog_content_section {
    width: 100%;
    max-height: 10rem;
    margin: 1rem auto 0rem;
}
.blogs_carousel_main .blogs_readmore_button {
    background-color: var(--store_button_background);
    color: var(--store_button_text);
    padding: 0.5rem 1rem;
    border-radius: 1rem;
}
.card-img-top.blog_list_img {
    width: 100%;
    height: 16rem;
    border-radius: 1rem;
    margin: 0rem;
    object-fit: cover;
}
.blogs_cards .blog_listing_card_img_div {
    width: auto;
    height: 16rem;
    overflow: hidden;
    object-fit: cover;
    margin: 1rem;
    border-radius: 1rem;
}
.blog_list_card_main .card.blogs_cards .blog_listing_card_img_div img {
     transition: transform 0.3s ease-in-out;
}
.blog_list_card_main .card.blogs_cards:hover .blog_listing_card_img_div img {
    transform: scale(1.1);
}

.blog_tilte.card-title {
    font-size: 18px;
    font-weight: 600;
    font-family: var(--store_primary_font);
    color: black;
    height: 3.5rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    word-wrap: break-word;
    overflow: hidden;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
}

.blog_excerpt.card-text {
    font-size: 17px;
    font-weight: 500;
    font-family: var(--store_primary_font);
    color: #2C2E2E;
}
a.btn.blog_list_btn {
    background-color: var(--store_button_background);
    color: var(--store_button_text);
    border-radius: 5rem;
}
.blog_list_card_main .card.blogs_cards {
    border-radius: 1rem;
    border: 1px solid #0000001A !important;
    box-shadow: 0px 4px 4px 0px #0000001A !important;
}
.blogs_list_title_sec .blogs_list_title_text {
    font-size: 25px;
    font-weight: 700;
    color: #102C56;
    font-family: var(--store_primary_font);
    margin: 1.5rem auto;
}
.blog_list_share_btn {
    font-size: 20px;
    font-weight: bold;
    color: black;
    padding: 2px 10px;
    border: 1px solid #bebbbb;
    border-radius: 10px;
    float: right;
    margin-top: 3px;
}
.blog_date_main_sec .blog_lastupdated_date {
    font-size: 15px;
    font-weight: 400;
    color: black;
    margin-bottom: 0px;
    font-family: var(--store_primary_font);
}
.blog_date_main_sec {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 0rem auto 1rem;
    border-bottom: 1px solid #dedbdb;
    padding-bottom: 1rem;
}
button.single_blog_share_btn {
    font-size: 18px;
    font-weight: bold;
    color: black;
    padding: 0px 7px;
    border: 1.5px solid #bebbbb;
    border-radius: 7px;
    float: right;
    margin-top: 3px;
}
.recent_blogs_tabs_btn.active, .popular_blogs_tabs_btn.active {
    background-color: var(--store_button_background) !important;
    color: var(--store_button_text) !important;
}
.recent_blogs_tabs_btn, .popular_blogs_tabs_btn {
    border:1px solid var(--store_button_background);
    background-color:var(--store_button_text);
    color: var(--store_button_background);
    text-align: center;
    padding: 0.5rem;
    border-radius: 5rem;
    min-width: 10rem;
    font-size: 16px;
    font-family: var(--store_primary_font);
    font-weight: 700;
    cursor: pointer;
}
.blogs_sidebar .blogs_tabs_btn_sec {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    margin: 0rem auto 1rem;
}


/*******************************/

.blog_excerpt {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 5em;
}
.blogs_contetent_area_main {
    /* min-height: 80vh; */
}
.blogs_content_txt p {
    font-size: 16px;
    font-weight: 500;
    font-family: var(--store_primary_font);
    word-wrap: break-word;
    overflow-wrap: break-word;
    white-space: normal;
    min-height: 15rem;
}
.card.blogs_sidebar_outer_box img.sidebar_blog_image {
    width: 6rem;
    height: 4rem;
    border-radius: 0.5rem;
    object-fit: cover;
    border: 1px solid #0000001A;
    box-shadow: 0px 4px 4px 0px #00000026;
}
.blogs_sidebar_outer_box {
    display: flex;
    flex-direction: row;
    padding: 10px 0;
}
.imagesec_blogs_sidebar {
    width: 130px;
    height: auto;
    overflow: hidden;
    border-radius: 5px;
}
.blogs_sidebar_content_sec .blogs_sidebar {
    padding: 1rem;
    border: 1px solid #0000001A;
    box-shadow: 0px 4px 4px 0px #00000026;
    border-radius: 1rem;
}
img.blogs_banner_image {
    border-radius: 1rem;
    margin: 1rem auto 2rem;
}
.blogs_datetime_bottom_sec {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 1rem auto 1rem;
}
.blogs_datetime_bottom_sec .blogs_date_txt {
    margin-right: 1rem;
    font-size: 14px;
    font-weight: 500;
    font-family: var(--store_primary_font);
    color: black;
    margin: 0rem 1rem;
}
.blogs_views_txt_area {
    color: black;
    font-size: 14px;
    font-weight: 500;
    font-family: var(--store_primary_font);
    margin-bottom: 0;
}

.blogs_date_views_ec p:nth-child(2) {
    margin-left: 1rem;
}
.blogs_date_views_ec p
{
font-size: 12px;
font-weight: 500;
font-family: var(--store_primary_font);
color: #767676;
margin: 0;
text-transform: uppercase;
}
.blog_list_sidbar_layouts.blogs_sidebar {
    padding: 1rem 1rem 0rem;
    border: 1px solid #0000001A;
    box-shadow: 0px 4px 4px 0px #00000026;
    border-radius: 1rem;
}

.titlesec_blogs_sidebar {
    width: 100%;
    padding: 0px 20px;
}
h6.sidebar_blog_title {
    font-size: 14px;
    font-weight: 500;
    font-family: var(--store_primary_font);
    color: black;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical; line-height: 1.5;
    text-overflow: ellipsis;
}
span.blogs_img_section img {
    border-radius: 2rem;
    padding: 0px 0px !important;
    margin: 1rem auto;
}
.sharethis-inline-share-buttons {
    margin-right: 10px;
    width: 3rem;
    height: auto;
}
#blogs_listing_slider .blogs_readmore_btn_sec a {
    color: var(--store_button_text);
    background-color: var(--store_button_background);
    padding: 0.5rem 1rem;
    position: relative;
    border-radius: 5rem;
    font-size: 16px;
    font-weight: 600;
    z-index: 2;
    font-family: var(--store_primary_font);
}
.blog_content_section .blog_listing_title_txt {
    font-size: 25px;
    font-weight: 700;
    font-family: var(--store_primary_font);
    color: white;
    position: relative;
    z-index: 2;
}
#blogs_listing_slider .blogs_readmore_btn_sec {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 20px;
}
.blog_title_sec .single_blogs_title_txt {
    font-size: 25px;
    font-weight: 600;
    font-family: var(--store_primary_font);
    margin: 1rem auto 0rem;
    color: black;
}


#blogs_listing_slider span.blogs_img_section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgb(0 0 0 / 76%));
    z-index: 1;
    pointer-events: none;
    border-radius: 2rem;
}
#blogs_listing_slider .owl-theme .owl-dots .owl-dot.active span, #blogs_listing_slider .owl-theme .owl-dots .owl-dot:hover span {
    background: var(--store_button_background);
}
#blogs_listing_slider button.owl-dot.active {
    border: 1px solid transparent !important;
}
#blogs_listing_slider button:focus {
    outline: none !important;
}
.container.blog_listing_top_content .blog_listing_top_content_sec {
    border-bottom: 1px solid #b8b6b6;
    padding-bottom: 2rem;
}


div#socialShareModal .modal-content {
    width: 30%;
    margin: 10rem auto 0rem;
    height: 16rem;
    border: 0.55px solid #0000001A;
    box-shadow: 0px 4px 4px 0px #00000046;
    border-radius: 1rem;
    padding: 1rem;
    text-align: center;
}
.social_share_modal_head {
    border-bottom: 1px solid #0000004f;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.social_share_modal_head h2 {
    font-size: 20px;
    font-weight: 500;
    font-family: var(--store_primary_font);
    color: black;
    margin-bottom: 5px;
}
.social_share_modal_head span.close {
    color: red;
    width: 30px;
    height: 30px;
    font-size: 25px;
    text-align: center;
    margin-bottom: 5px;
}
div#socialShareModal .social_share_modal_body .share-links {
    font-size: 25px;
    padding: 0rem;
    margin-top: -1rem;
}
div#socialShareModal .social_share_modal_body .share-btn.twitter {
    color: #fff;
    background-color: #000;
    border: 1px solid #000;
    padding: 1.5rem;
    font-size: 30px;
    position: relative;
    top: 1rem;
}
div#socialShareModal .social_share_modal_body .share-btn.whatsapp {
    color: #fff;
    background-color: #25D366;
    border: 1px solid #25D366;
    padding: 1.5rem;
    font-size: 30px;
}
div#socialShareModal .social_share_modal_body .share-btn.facebook {
    color: #fff;
    background-color: #1877F2;
    border: 1px solid #1877F2;
    padding: 1.5rem;
    font-size: 30px;
}
div#socialShareModal .social_share_modal_body .share-btn.linkedin {
    color: #fff;
    background-color: #0077B5;
    border: 1px solid #0077B5;
    padding: 1.5rem;
    font-size: 30px;
}
div#socialShareModal .social_share_modal_body .share-btn.telegram {
    color: #fff;
    background-color: #24A1DE;
    border: 1px solid #24A1DE;
    padding: 1.5rem;
    font-size: 30px;
}
div#socialShareModal .social_share_modal_body .share-btn.instagram {
    color: #fff;
    background: linear-gradient( #f9ce34,  #ee2a7b ,  #6228d7);
    border: 1px solid #f9ce34;
    padding: 1.5rem;
    font-size: 30px;
}
div#socialShareModal .social_share_modal_body .share-btn {
    margin: 1rem;
}
.social_share_modal_body .share_content_head {
    color: black;
    font-size: 16px;
    font-weight: 500;
    font-family: var(--store_primary_font);
    text-align: left;
}

div#socialShareModal.modal-active {
    background: rgba(0, 0, 0, 0.5) !important;
}

div#socialShareModal .field {
    display: flex;
    align-items: center;
    margin-top: 15px;
}

div#socialShareModal .field i.url-icon {
    margin-right: 10px;
}

div#socialShareModal .field input[type="text"] {
    flex: 1;
    padding: 5px;
    border: 1px solid #ccc;
    border-radius: 5px;
    margin-right: 10px;
}

.copy_blog_url_field button:hover {
    background-color: #0056b3;
}
.copy_blog_url_field input#blogLink {
    width: 100%;
    height: 3rem;
    border-radius: 0px;
    background-color: #fff;
    color: var(--storecolor);
    font-size: 16px;
}
.copy_blog_url_field button {
    padding: 5px 10px;
    border: none;
    background-color: var(--store_button_background);
    color: var(--store_button_text);
    border-radius: 0px 5px 5px 0px;
    cursor: pointer;
    height: 3rem;
    width: 5rem;
    font-size: 13px;
}
i.bx.bx-link.share_link_icon {
    font-size: 30px;
    font-weight: 600;
    color: gray;
    padding: 0rem 1rem;
    border-radius: 5px 0px 0px 5px;
    background-color: aliceblue;
}
.copy_blog_url_field {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    border: 1.5px solid #dedede;
    border-radius: 5px;

}

#blogs_listing_slider button.owl-dot.active span{
    background-color: var(--store_button_background);
}
div#socialShareModal .social_share_modal_body .share-btn.twitter:hover {
    color: white;
    background-color: #72c8ff;
    border: 1px solid #72c8ff;
    padding: 1.5rem;
    font-size: 30px;
}
div#socialShareModal .social_share_modal_body .share-btn.whatsapp:hover {
    color: #25D366;
    background-color: #fff;
    border: 1px solid #25D366;
    padding: 1.5rem;
    font-size: 30px;
}
div#socialShareModal .social_share_modal_body .share-btn.facebook:hover {
    color: #1877F2;
    background-color: #fff;
    border: 1px solid #1877F2;
    padding: 1.5rem;
    font-size: 30px;
}
div#socialShareModal .social_share_modal_body .share-btn.linkedin:hover {
    color: #0077B5;
    background-color: #fff;
    border: 1px solid #0077B5;
    padding: 1.5rem;
    font-size: 30px;
}
div#socialShareModal .social_share_modal_body .share-btn.telegram:hover {
    color: #24A1DE;
    background-color: #fff;
    border: 1px solid #24A1DE;
    padding: 1.5rem;
    font-size: 30px;
}
.copy_blog_url_field input#blogLink:focus{
    outline: none;
}
.blog_date_main_sec .blog_lastupdated_date span {
    font-weight: 700;
}
.blogs_contetent_area_main .blogs_content_txt p {
    background-color: var(--storecolorlight);
    padding: 1rem;
    padding-top: 3rem;
    border: 1px solid var(--storecolor);
    border-radius: 1rem;
}
.blogs_contetent_area_main .blogs_excerpt_txt p {
    background-color: var(--storecolorlight);
    padding: 1rem;
    padding-top: 3rem;
    border: 1px solid var(--storecolor);
    border-radius: 1rem;
    font-size: 16px;
    font-weight: 500;
    font-family: var(--store_primary_font);
    word-wrap: break-word;
    overflow-wrap: break-word;
    white-space: normal;
    min-height: 5rem;
}
.blogs_date_views_ec span.date_prefix_line {
    background-color: #767676;
    width: 1.5rem;
    height: 1px;
    display: inline-block;
}
.blogs_date_views_ec p {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 5px;
}

.blogs_datetime_bottom_sec .views_count_sec {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.blog_list_back_btn_div .btn.back_listing_btn i {
    font-size: 20px;
    font-weight: 700;
    color: var(--store_button_background);
    font-family: var(--store_primary_font);
}
.blog_list_back_btn_div .btn.back_listing_btn {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    border: 1px solid var(--store_button_background);
    font-weight: 700;
    font-family: var(--store_primary_font);
    font-size: 14px;
    padding: 0.5rem;
    color: var(--store_button_background);
    border-radius: 5rem;
    min-width: 10rem;
    text-transform: capitalize;
    height: 2.8rem;
}
.blog_list_back_btn_div .btn.back_listing_btn:hover {
    color: var(--store_button_text);
    background-color: var(--store_button_background);
    border: 1px solid var(--store_button_text);
}
.blog_list_back_btn_div .btn.back_listing_btn:hover i{
    color: var(--store_button_text);
}
a.btn.blog_list_btn:hover {
    background-color: var(--store_button_text);
    color: var(--store_button_background);
    border: 1px solid var(--store_button_background);
}
span.blogs_date_listing_card {
    margin-bottom: 1rem;
    color: #767676;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 500;
    display: flex;
    font-family: var(--store_primary_font);
    justify-content: flex-start;
    align-items: center;
    gap: 5px;
}
span.blogs_date_listing_card span {
    background-color: #767676;
    display: inline-block;
    height: 2px;
    width: 2rem;
}
.blogs_readmore_btn_sec .bloglisting_slide_foramted_date {
    color: white;
    position: relative;
    font-size: 18px;
    font-family: var(--store_primary_font_);
    font-weight: 500;
    z-index: 2;
    margin-bottom: 0rem;
}
.card.blogs_sidebar_outer_box:hover img.sidebar_blog_image {
    transform: scale(1.3);
}
.sidebar_blog_image {
    transition: transform 0.2s ease-in-out;
 }
 .blogs_date_listing_card p.blog_listing_view_count {
    margin-bottom: 0rem;
    font-size: 13px;
    font-weight: 500;
    font-family: var(--store_primary_font);
}
#blogs_listing_slider .blog_content_section {
    position: absolute;
    bottom: 1rem;
    height: 12rem;
    padding: 1.5rem 2rem;
}
p.blog_listing_excerpt_txt {
    color: white;
    z-index: 2;
    position: relative;
    display: -webkit-box;
    word-wrap: break-word;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: 3rem;
}
button.blog_list_share_btn:hover {
    color: var(--store_button_text);
    background-color: var(--store_button_background);
}
#blogs_listing_slider .blogs_readmore_btn_sec a:hover {
    color: var(--store_button_background);
    background-color: var(--store_button_text);
}
.view_more_blogs_button {
    width: 100%;
    height: 2rem;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    margin: 2rem auto 0rem;
    padding-bottom: 3rem;
    border-bottom: 1px solid rgb(213, 213, 213);
}
.view_more_blogs_button a {
    background-color: var(--store_button_background);
    color: var(--store_button_text);
    padding: 0.5rem 1rem;
    border-radius: 5rem;
}
.view_more_blogs_button a:hover {
    background-color: var(--store_button_text);
    color: var(--store_button_background);
    border: 1px solid var(--store_button_background);
}
.blogs_content_txt span.content_title_sec , .blogs_excerpt_txt span.content_title_sec {
    display: block;
    width: 90%;
    position: absolute;
    height: 2rem;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    font-family: var(--store_primary_font);
    color: var(--storecolor);
    margin: 0.5rem;
}
div#socialShareModal .social_share_modal_body .share-btn.twitter img {
    position: absolute;
    padding: 0.5rem;
}

 @media (max-width:767px){
    p.blog_listing_excerpt_txt {
        display: none;
    }
    .view_more_blogs_button {
        margin: 1rem auto 0rem;
    }
    .copy_blog_url_field input#blogLink{
     height: 2rem;
     font-size: 13px;
    }
    .copy_blog_url_field button {
        height: 2rem;
        font-size: 12px;
        width: 5rem;
        border: 2px solid var(--store_button_background);
    }
    i.bx.bx-link.share_link_icon{
        height: 2rem;
        font-size: 20px;
    }

    .blog_title_sec .single_blogs_title_txt{
        font-size: 20px;
    }
    .blog_list_back_btn_div .btn.back_listing_btn{
        font-size: 12px;
    }
    .recent_blogs_tabs_btn, .popular_blogs_tabs_btn{
        min-width: 10rem;
    }
    .blogs_date_views_ec p{
        font-size: 10px;
    }
    .blog_date_main_sec .blog_lastupdated_date{
        font-size: 12px;
    }
     .blog_list_share_btn {
        font-size: 18px;
        font-weight: bold;
        color: black;
        padding: 0px 7px;
        border: 1px solid #bebbbb;
        border-radius: 10px;
        float: right;
        margin-top: 3px;
    }
    .blogs_sidebar_content_sec .blogs_sidebar {
        margin-bottom: 2rem;
    }
    .blogs_datetime_bottom_sec {
        display: none;
    }
    section.blogs_single_sec .blogs_single_sec_main {
        padding: 0rem 0rem;
    }
    .blog_content_section .blog_listing_title_txt {
        font-size: 18px;
        left: 0rem;
        bottom: 0rem;
    }
    .blogs_readmore_btn_sec .bloglisting_slide_foramted_date{
        font-size: 13px;
        left: 0rem;
    }
    #blogs_listing_slider .blogs_readmore_btn_sec a {
        font-size: 13px;
        left: 0rem;
    }
    #blogs_listing_slider .blog_content_section {
        position: absolute;
        bottom: 1rem;
        height: auto;
        padding: 0.5rem 1rem;
    }
    .blogs_date_listing_card p.blog_listing_view_count {
        margin-bottom: 0rem;
        font-size: 13px;
        right: 1rem;
        font-weight: 500;
        font-family: var(--store_primary_font);
        display: block;
        position: absolute;
    }
    span.blogs_date_listing_card{
        font-size: 12px;
        margin-bottom: 0.5rem;
    }
    .blogs_date_views_ec span.date_prefix_line {
        background-color: #767676;
        width: 1rem;
        height: 1px;
        display: inline-block;
    }
    span.blogs_date_listing_card span {
        background-color: #767676;
        display: inline-block;
        height: 2px;
        width: 1rem;
    }
    .blogs_list_title_sec .blogs_list_title_text{
        font-size: 20px;
    }
    .blog_tilte.card-title{
        font-size: 18px;
        height: unset !important;
    }
    .blog_excerpt.card-text{
        font-size: 15px;
    }
    div#socialShareModal .modal-content{
        width: 95%;
        height: 14rem;
        margin: 70% auto 0%;
    }
    div#socialShareModal {
        z-index: 99999999;
    }
    .titlesec_blogs_sidebar {
        width: 100%;
        padding: 0px 5px;
    }

    div#socialShareModal .social_share_modal_body .share-btn {
        padding: 1.3rem;
        font-size: 20px;
        margin: 5px;
    }
    .card-body .blog_tilte.card-title {
        font-size: 18px;
        margin-bottom: 0.5rem;
    }
    .card.blogs_cards .card-body {
        padding-top: 5px;
        padding-bottom: 1rem;
    }
    .card-img-top.blog_list_img{
        height: 12rem;
    }
    .blogs_cards .blog_listing_card_img_div{
        height: 12rem;
    }
    .blogs_outer_card span.blogs_img_section img {
        width: 100%;
        height: 100%;
        min-height: 200px;
        object-fit: cover;
    }
    #blogs_listing_slider span.blogs_img_section::before{
        height: 95%;
    }
    .blogs_list_title_sec .blogs_list_title_text{
        margin: 1rem auto;
    }
    div#socialShareModal .social_share_modal_body .share-btn.twitter{
        padding: 1.2rem;
    }
    div#socialShareModal .social_share_modal_body .share-btn.twitter img{
        transform: scale(0.5);
    }
    div#socialShareModal .social_share_modal_body .share-btn.whatsapp , div#socialShareModal .social_share_modal_body .share-btn.facebook , div#socialShareModal .social_share_modal_body .share-btn.linkedin , div#socialShareModal .social_share_modal_body .share-btn.telegram {
        padding: 1.2rem;
        font-size: 20px;
    }


 }
 @media (min-width:768px) and (max-width:992px){
    section.blogs_single_sec .blogs_sidebar_content_sec {
        padding: 0;
        margin-top: 2rem;
    }
    .card-img-top.blog_list_img{
        height: 12rem;
    }
    .blogs_cards .blog_listing_card_img_div{
        height: 12rem;
    }
    .blogs_date_views_ec p{
        font-size: 9px;
    }
    h6.sidebar_blog_title{
        font-size: 12px;
    }
    .blog_list_sidbar_layouts .recent_blogs_tabs_btn, .blog_list_sidbar_layouts .popular_blogs_tabs_btn{
        min-width: 6rem;
        font-size: 12px;
    }
    .titlesec_blogs_sidebar {
        width: 100%;
        padding: 0px 5px;
    }
    .blog_tilte.card-title , span.blogs_date_listing_card {
        margin-bottom: 0.5rem;
    }
    .card.blogs_cards .card-body {
        padding-top: 5px;
        padding-bottom: 10px;
    }
    span.blogs_date_listing_card{
        font-size: 13px;
    }
    .blog_listing_top_content .recent_blogs_datas.active , .blog_listing_top_content .popular_blogs_datas.active , .blog_listing_top_content .recent_blogs_datas {
        height: 15rem;
        overflow-y: auto;
    }

    /* Customize the scrollbar */
    .blog_listing_top_content .recent_blogs_datas.active::-webkit-scrollbar , .blog_listing_top_content .popular_blogs_datas.active::-webkit-scrollbar , .blog_listing_top_content .recent_blogs_datas::-webkit-scrollbar{
        width: 3px;
        height: 3px;
    }

    .recent_blogs_datas.active::-webkit-scrollbar-track , .popular_blogs_datas.active::-webkit-scrollbar-track , .recent_blogs_datas::-webkit-scrollbar-track {
        background: var(--storecolorlight);
    }

    .recent_blogs_datas.active::-webkit-scrollbar-thumb , .popular_blogs_datas.active::-webkit-scrollbar-thumb , .recent_blogs_datas::-webkit-scrollbar-thumb {
        background-color:var(--storecolor);
        border-radius: 10px;
        border: 3px solid var(--storecolor);
    }

    .recent_blogs_datas.active::-webkit-scrollbar-thumb:hover , .popular_blogs_datas.active::-webkit-scrollbar-thumb:hover , .recent_blogs_datas::-webkit-scrollbar-thumb:hover {
        background-color: var(--storecolorlight);
    }
    .blog_content_section .blog_listing_title_txt{
        font-size: 20px;
    }
    div#socialShareModal .social_share_modal_body .share-btn {
        /* margin: 5px; */
    }
    div#socialShareModal .modal-content {
        width: 70%;
        margin: 20rem auto 0rem;
        height: 17rem;
    }
    .container.blogs_single_sec_main {
        padding: 0;
    }
    .recent_blogs_tabs_btn, .popular_blogs_tabs_btn {
        min-width: 5rem;
        font-size: 11px;
    }
    .blogs_outer_card span.blogs_img_section img {
        width: 100%;
        height: 100%;
        min-height: 250px;
        object-fit: cover;
    }
    div#socialShareModal .social_share_modal_body .share-btn.twitter{
        top: 2rem;
    }
    div#socialShareModal .social_share_modal_body .share-links {
        margin-top: -2rem;
    }

 }
 @media (min-width:993px) and (max-width:1999px){
    .recent_blogs_tabs_btn, .popular_blogs_tabs_btn{
        min-width: 7rem;
        font-size: 14px;
    }
    .titlesec_blogs_sidebar .blogs_date_views_ec p {
        font-size: 10px;
        font-weight: 500;
        margin-bottom: 2px;
    }
    .titlesec_blogs_sidebar {
        width: 100%;
        padding: 0px 5px;
    }
    div#socialShareModal .social_share_modal_body .share-btn {
        padding: 1.3rem;
        font-size: 20px;
        margin: 5px;
    }
    div#socialShareModal .modal-content{
        height: 16rem;
    }
    .blogs_outer_card span.blogs_img_section img {
        width: 100%;
        height: 100%;
        display: block;
        min-height: 500px;
        object-fit: cover;
    }
    .card-img-top.blog_list_img{
        height: 10rem;
    }
    .blogs_cards .blog_listing_card_img_div{
        height: 10rem;
    }
    .card.blogs_cards .card-body {
        padding: 1rem;
        padding-top: 5px;
    }
    .blog_tilte.card-title , span.blogs_date_listing_card {
        margin-bottom: 0.5rem;
    }
    .blog_tilte.card-title {
        font-size: 18px;
        font-weight: 600;
        font-family: var(--store_primary_font);
        color: black;
    }
    .blog_excerpt.card-text {
        font-size: 15px;
    }
    span.blogs_date_listing_card{
        font-size: 12px;
    }
    .blogs_outer_card span.blogs_img_section img {
        width: 100%;
        height: 100%;
        min-height: 400px;
        object-fit: cover;
    }


 }
 @media (min-width:1200px){

    .card-img-top.blog_list_img{
        height: 14rem;
    }
    .blogs_cards .blog_listing_card_img_div{
        height: 14rem;
    }
    .recent_blogs_tabs_btn, .popular_blogs_tabs_btn {
        min-width: 10rem;
        font-size: 14px;
    }
    #blogs_listing_slider .blogs_outer_card span.blogs_img_section img {
        width: 100%;
        height: 100%;
        display: block;
        min-height: 500px;
        object-fit: cover;
    }
    .blogs_outer_card span.blogs_img_section img {
        min-height: 100px;
    }
    #blogs_listing_slider .blog_content_section {
        position: absolute;
        transform: translateY(1rem);
        transition: transform 0.5s cubic-bezier(0.25, 0.1, 0.25, 1);
        bottom: 1rem;
        z-index: 2;
        height: 12rem;
        padding: 1.5rem 2rem;
    }

    div#blogs_listing_slider .owl-item.active .blog_content_section {
        transform: translateY(0rem);
        z-index: 2;
        transition: transform 0.5s cubic-bezier(0.25, 0.1, 0.25, 1);
    }

 }


