@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Work+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
: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: 14px;
	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;
}

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

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

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

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

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

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

.googleTranslateHolder,
.googleTranslateHolderMobile {
	padding: 0 20px;
	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 {
	width: 22.5%;
	display: flex;
	align-items: stretch;
	justify-content: space-between;
}

.site-header .premium-container .header-logo {
	width: 300px;
}

.header-logo .main-logo {
	max-width: calc(100% - 30px);
	    width: 200px;
    height: auto;
}

.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: 77.5%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.site-header .premium-container .header-extras {
	width: 83.4%;
}

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

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

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

.product_search span {
	height: 42px;
}

.site-header .extras-menu {
	margin: 0 0 0 40px;
	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: 1;
	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(--store_header_button, #102c56);
	color: white;
	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: flex-start;
}

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

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

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

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

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

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

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

.googleTranslateHolderMobile {
	display: none;
}

.product_category_sec .owl-carousel .card-image img,
.product_brand_sec .owl-carousel .card-image img {
	max-width: 100%;
	max-height: 100%;
	object-fit: cover;
	aspect-ratio: 1;
	border-radius: 8px;
	overflow: hidden;
}
.product_brand_sec .owl-carousel .card-image img{
    object-fit: contain;
    aspect-ratio: 3/2;
    width: 80%;
    margin: 0 auto;
}
.product_category_sec .owl-carousel .card,
.product_brand_sec .owl-carousel .card {
	border-radius: 8px;
	background-color: var(--body-bg-color);
	padding: 5px;
	cursor: pointer;
	border: 1px solid var(--border-color);
}
.product_brand_sec .owl-carousel .card{
    background-color: #f8f8f8;
}
.product_category_sec .owl-carousel .owl-stage-outer,
.product_brand_sec .owl-carousel .owl-stage-outer {
	padding-bottom: 1rem;
	padding-top: 1rem;
}

.product_category_sec .owl-carousel .card-content,
.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 .owl-nav,
.product_brand_sec .owl-carousel .owl-nav,
.banner_section .owl-carousel .owl-nav {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	right: 0;
}

.product_category_sec .owl-carousel .owl-nav button,
.product_brand_sec .owl-carousel .owl-nav button,
.banner_section .owl-carousel .owl-nav button{
	font-size: 2rem;
	color: #cecece;
	top: 50%;
	transform: translateY(-100%);
	position: absolute;
	width: 32px;
	height: 32px;
	background: #fff;
	border: none;
	border-radius: 50%;
	justify-content: center;
	align-items: center;
	display: flex;
	-webkit-filter: drop-shadow(0 2px 4px rgba(26, 24, 30, .24));
	-webkit-filter: drop-shadow(0 2px 4px rgba(26, 24, 30, .24));
	filter: drop-shadow(0 2px 4px rgba(26, 24, 30, .24));
	line-height: 0;
}

.product_category_sec .owl-carousel .owl-nav button.owl-prev,
.product_brand_sec .owl-carousel .owl-nav button.owl-prev,
.banner_section .owl-carousel .owl-nav button.owl-prev{
	left: 0;
}

.product_category_sec .owl-carousel .owl-nav button.owl-next,
.product_brand_sec .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: 20px;
	line-height: 26px;
	font-family: var(--store_primary_font);
	font-weight: 500;
	color: var(--dark-color-font);
}

hr.premium_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: 0;
	border: 0;
	transition: none;
    border-radius: 6px;
    margin-bottom: 1rem;
}

.product-col .strip figure {
	border-radius: 8px;
	border: 1px solid var(--border-color);
}

.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-weight: 500;
}

.product-col .product_content .discount_percent {
	    top: -40px;
    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.2;
    background-color: #f03e3e;
    color: #fff;
    border-radius: 0.2rem;
    font-size: 0.8rem;
    left: 10px;
}

.product-col .strip .res_mimimum {
	font-weight: 500;
	font-family: var(--store_primary_font);
}

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

.cart_section {
	position: absolute;
	top: -65px;
	display: flex;
	justify-content: flex-end;
	width: 100%;
	right: 15px;
}

.cart_section .cart_quantity_section .quantity-area {
	margin: 0;
	padding: 0;
	border: 0;
}

.cart_section #addToCartbtn .btn {
	height: 25px;
	width: 25px;
	background-color: var(--store_button_background);
	color: var(--store_button_text);
	border-radius: 50%;
	padding: 0;
	border: none;
	-webkit-filter: drop-shadow(0 2px 4px rgba(26, 24, 30, .24));
	-webkit-filter: drop-shadow(0 2px 4px rgba(26, 24, 30, .24));
	filter: drop-shadow(0 2px 4px rgba(26, 24, 30, .24));
}

.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: 35px;
	border-radius: 5px;
	overflow: hidden;
	border: none;
}

.cart_section .cart_quantity_section .quantity-area .number-input button {
	background: var(--store_button_background);
	color: var(--store_button_text);
	height: 35px;
}

.cart_section .cart_quantity_section .quantity-area .number-input input[type=number] {
	height: 35px;
	line-height: 35px;
	font-size: 0.8rem;
	background: var(--store_button_background);
	color: var(--store_button_text);
}

.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: 9;
	background: var(--store_header_background);
	color: var(--store_header_text);
	border-bottom: 1px solid var(--border-color);
}

.header-main-wapper.sticky_header .header-logo .main-logo {
	display: none;
}

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

.mobile-menu-opened .sidenav-cart {
	background: var(--store_sidebar_background);
}

.minicart-content .minicart-heading>h4 {
	color: var(--store_sidebar_heading);
	font-family: var(--store_primary_font);
	font-size: 1.2rem;
}

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

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

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

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

.sidenav-cart .closebtn,
.sidenav-cart a:hover {
	color: var(--store-font-color) !important;
}
.sidenav-cart .closebtn{
color: red !important;
}
#cartList .product-item_quantity {
	font-weight: 600;
    font-family: 'Work Sans';
}

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

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

.breadcrumbdiv .breadcrumb {
	background-color: var(--body-bg-sec-color);
}

.breadcrumbdiv .breadcrumb a,
.breadcrumb-item.active {
	color: var(--dark-color-font);
}

.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: 4px;
	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;
}

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

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

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

#detail.product-images {
	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);
	border: 1px solid var(--border-color);
	padding: 0 15px;
	position: relative;
    display: flex;
    justify-content: space-between;
}

.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: 1px solid #b8b8b8;
	background-color: var(--body-bg-sec-color);
	padding: 0 25px 0 15px;
}

.shop-toolbar .filter-mobile {
	display: none;
}

.sidebar_widget {
	background-color: var(--body-bg-color);
	border: 1px solid var(--border-color);
	padding: 25px 20px;
	margin-bottom: 20px;
	position: relative;
}

.sidebar_widget .widget-title {
	font-size: 18px;
	line-height: 26px;
	font-family: var(--store_primary_font);
	font-weight: 500;
	color: var(--dark-color-font);
	margin-bottom: 15px;
}

.product-list .list-item {
	padding: 8px 5px;
	border-bottom: 1px solid #e1e1e1;
}

.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% - 35px);
	display: inline-block;
} */

.product-list .list-item .parent-arrow a {
	width: 25px;
    text-align: center;
}

.sidebar_widget .filter-price {
	width: 100%;
	border: 0;
	padding: 0;
	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;
	pointer-events: none;
	-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;
	pointer-events: none;
	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;
	pointer-events: all;
	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;
	pointer-events: all;
	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;
	pointer-events: all;
	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;
    font-family: 'Work Sans';
}

/* 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);
}

.premium-theme .skeleton-image {
	min-height: 240px;
	max-height: 243px;
	border-radius: 8px;
	overflow: hidden
}

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

.store-category {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

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

.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: 70px;
}

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

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

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

#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 .filter-mobile i {
	font-size: 1.2rem;
}

.shop-toolbar .filter-mobile {
	color: var(--dark-color-font);
}

.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.active .indicator {
	top: -10px;
	max-width: 60px;
	max-height: 60px;
}

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

.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:not(.collapsed) i {
	transform: rotate(180deg);
}

.product-list .list-item a.sublevel{
	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 .header-main {
	padding-top: 0;
	padding-bottom: 0;
}

.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: 500;
}
.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: 'Work Sans';
}
.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: 300px;
}
.list_view_1 .product-col .strip .product_content{
    width: calc(100% - 300px);
    height: 100%;
    min-height: 300px;
}
.list_view_1 .product-col .strip figure img{
    max-height: 300px;
}
.list_view_1 .product-col .strip .cart_section{
    top:unset;
    bottom: 2rem;
    justify-content: flex-start;
    left: 2rem;
}
@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-6 {
		padding: 0 0.5rem;
	}
    .category-page .product-col.col-xl-12 {
		padding: 0 0.5rem;
	}
}

@media (min-width:1240px) {
	.premium-container {
		width: 100%;
		padding-left: 30px;
		padding-right: 30px;
	}
}

@media (max-width:991px) {
	.shop-toolbar .filter-mobile {
		position: absolute;
		bottom: 20px;
		left: 20px;
		display: block;
	}

	#navbar-main .navbar-nav .nav-link {
		color: var(--color-font) !important;
		padding: 0.1rem 0;
		margin-bottom: 0.2rem;
	}

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

	.site-header .premium-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%;
	}

	#navbar-main.storesnav .navbar-collapse {
		top: 0;
	}

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

	.primary-sidebar {
		display: none;
	}

	.primary-sidebar.show-filter {
		display: block;
		position: absolute;
		top: 0;
		width: 100%;
		z-index: 11;
		left: 0;
		background-color: var(--body-bg-color);
		padding: 10px;
		height: 3000px;
	}

	.primary-sidebar .close-filter {
		color: var(--body-bg-color);
		width: 25px;
		height: 25px;
		position: absolute;
		z-index: 99;
		right: 20px;
		top: 20px;
		background: var(--store-font-color);
		border-radius: 50rem;
		display: flex;
		align-items: center;
		justify-content: center;
	}
    .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);
	}
}

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

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

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

	.product_search {
		min-width: 100%;
	}

	.products_input_wrapper {
		padding: 0;
	}

	.site-header .premium-container .header-logo {
		width: 100%;
	}

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

	.shop-toolbar .filter-mobile {
		bottom: 4rem;
	}

	.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 .premium-container .header-extras {
		width: 100%;
		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;
	}

	.category-page .primary-sidebar .sticky_sidebar {
		top: 10px;
	}

	.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;
    }
    .list_view_1 .product-col .strip .cart_section{
        top: -65px;
        bottom:unset;
        justify-content: flex-end;
        right: 15px;
        left:unset;
    }
    .list_view_1 .product-col .strip .product_content .product_details{
        margin-top: 15px;
    }
    .mordern_footer_mobnav nav li{
        max-width: 70px;
    }
    .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;
    }
}
@media (max-width:525px) {
    .mordern_footer_mobnav nav li{
        max-width: 60px;
    }
    .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;
    }
}
@media (max-width:420px) {
    .shop-toolbar .products-shop-view{
        margin-left: auto;

    }
	.products-shop-view.products-view-grid_list{
		display: none;
	}
	.shop-toolbar .filter-mobile{
		display: block;
	}
	.shop-toolbar .filter-mobile span {
		display: inline;
	}
}
@media (min-width:422px) and (max-width:450px){
.shop-toolbar .filter-mobile {
    position: relative;
    bottom: -18px;
    left: -10px;
    display: block;
}
.products-shop-view.products-view-grid_list{
	display: none;
}
.shop-toolbar .filter-mobile span {
    display: inline;
}
}
@media (min-width:715px) and (max-width:725px){
	.shop-toolbar .filter-mobile {
		position: relative;
		bottom: -14px;
		left: 56px;
		display: block;
	}
	.shop-toolbar .filter-mobile span {
		display: inline;
	}
}

@media (min-width:530px) and (max-width:550px){
	.shop-toolbar .filter-mobile {
		position: relative;
		bottom: -15px;
		left: 25px;
		display: block;
	}
	.products-shop-view.products-view-grid_list{
		display: none;
	}
	.shop-toolbar .filter-mobile span {
		display: inline;
	}
}


:root.dark-mode footer.footer.bg-dark-blue{
    background-color: var(--body-bg-color);
}
#navbar-main.storesnav #menu .has-submenu-dropdown {
    position: relative;
    padding-right: 10px;
}
#navbar-main.storesnav #menu .has-submenu-dropdown .parent-arrow {
    position: absolute;
    right: 5px;
    top: 10px;
}
#navbar-main.storesnav #menu .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%;
    }
    .site-header .premium-container .header-extras{
        display:none;
    }
}
/* 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;
}
.product-list .list-item a span{
    max-width:30px;
    margin-right: 10px;
}
.tags-cloud a span{
    max-width:30px;
    margin-right: 10px;
}
@media (max-width:767px) {
.single_product #addToCartbtn.select-option .btn, #enquirebtn.btn-primary {
    width:100%;
}
.shop-toolbar .shop_ordering{
    margin: 0 auto;
    width: 100%;
}
.shop-toolbar #sort-filter {
    min-width: 100%;
}
#first-modal-warning .two-button-row{
    flex-direction: column;
}
}
@media (min-width: 1200px){
    .col-xl-2\.5 {
        flex: 0 0 20%;
        max-width: 20%;
    }
}
#navbar-main.storesnav #menu .has-submenu-dropdown {
    position: relative;
    padding-right: 10px;
}
#menu .has-submenu-dropdown.dropleft {
    display: block;
}
#menu .has-submenu-dropdown.dropleft .dropdown-menu-arrow:before {
    top: 10px;
    left: 13.8rem;
}
.minimum_free_delivery_sec p span {
    font-family: var(--store_primary_font);
}
#first-modal-warning .two-button-row>div {
    width: auto;
}
.single-service {
    cursor:pointer;
    position: relative;
    margin-bottom:30px;
    transition: all 250ms ease-in-out 0s;
    -webkit-transition: all 250ms ease-in-out 0s;
    box-shadow: 0px 0px 30px 5px rgb(0 0 0 / 5%);
    -webkit-box-shadow: 0px 0px 30px 5px rgb(0 0 0 / 5%);
    -moz-box-shadow: 0px 0px 30px 5px rgba(0, 0, 0, .05);
}
.single-service:hover{
    transform:translateY(-10px);
    transition: all 250ms ease-in-out 0s;
    -webkit-transition: all 250ms ease-in-out 0s;
    box-shadow: 0px 0px 30px 10px rgb(0 0 0 / 10%);
    -webkit-box-shadow: 0px 0px 30px 10px rgb(0 0 0 / 10%);
    -moz-box-shadow: 0px 0px 30px 10px rgba(0, 0, 0, 0.1);
}
.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-radius:0;
}
.single-service .service-thumbnail a {
    display: block;
}
.single-service .service-details {
    padding: 10px 15px;
    background-color:#fff;
}
.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);
    font-weight:600;
}
.single-service .service-excerpt p {
    line-height: 24px;
    font-family: var(--store_primary_font);
    font-weight:500;
    color: #4c4c4c;
    font-size: 14px;
    margin-bottom:5px;
}

@media (min-width: 1400px){
    .our-services .col-lg-4{
        flex: 0 0 25%;
        max-width: 25%;
    }
}

.mordern_footer_mobnav #cartCountmob{
top:-3px;
right:3px;
}

@media (min-width: 767px) and (max-width:913px){
		.strip figure {
			position: relative;
			height: 240px !important;
			z-index: 1;
		}
        .products-shop-view.products-view-grid_list {
            display: none;
        }
        .shop-toolbar #sort-filter {
            min-width: 206px;
            display: inline-block;
            cursor: pointer;
            min-height: 33px;
            line-height: 33px;
            border: 1px solid #b8b8b8;
            background-color: var(--body-bg-sec-color);
            padding: 0 25px 0 15px;
        }
        .shop-toolbar .filter-mobile {
            position: relative;
            bottom: -15px;
            left: 20px;
            display: block;
        }
    }


    @media only screen and (min-width: 912px){
.strip figure {
    position: relative;
    height: 380px;
    z-index: 1;
}
}

#detail.product-images img {
    display: block;
    outline: none;
    border: none;
    margin: 0 auto;
}

@media (min-width: 768px) and (max-width: 992px){
.product-available-div {
    top: -194px;
}
}
@media (min-width: 993px) and (max-width: 1200px){
    .product-available-div {
        top: -150px;
   }
   .strip figure {
    position: relative;
    height: 230px;
    z-index: 1;
}
}
@media (min-width: 1201px){
    .strip figure {
        position: relative;
        height: 230px;
        z-index: 1;
    }
    .product-available-div {
        top: -131px;
    }
}
.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 {
    right: 15rem;
    top: 0;
}
#navbar-main .navbar-nav .has-submenu-dropdown ul.dropdown-menu li.has-submenu-dropdown .dropdown-menu::before {
    top:0;
    right:5px;
}


@media (min-width:1200px){
    .owl-carousel .owl-item img{
        width: 100%;
        padding: 0;
    }
}
.site-header .extras-menu a{
    color: black;
}
.site-header .extras-menu a, .site-header .extras-menu a:hover {
    color: var(--storecolor);
}
#store_notice .close-notice{
    position: absolute;
    left: 0;
    font-size: 1.2rem;
    background-color: #000;
    width: 25px;
    height: 25px;
    line-height: 25px;
    border-radius: 50rem;
    color: #fff;
    text-align: center;
}
.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);
}
.premium #exrtas-area-inside:empty {
    background-color: unset;
    padding: unset;
    border: unset;
    width: unset;
    margin: unset;
}

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

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

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

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

.premium #modalItemDetailsPart .number-input {
    background-color: white !important;
}

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



@media(max-width: 556px){
	.premium #extras_group span.text-warning.quantity_label_title {
		font-size: 12px;
		font-weight: 600;
	}

	.premium textarea.form-control {
		background-color: #F7F7F7;
		width: 95%;
		border-radius: 10px;
		margin: 0 auto;
	}
	#productModal .modal-title {
		font-size: 15px !important;
	}
	.premium #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;
	}
	.premium .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;
	}
	.premium .variants_button_section b {
		color: var(--store-font-color);
		font-size: 12px;
		font-weight: 500;
		position: relative;
	}
	.premium p.ItemPricetab {
		text-align: center;
		margin-bottom: 0px;
		padding-left: 10px;
	}
	#productModal #modalPrice {
		font-size: 23px;
		font-weight: 600;
	}
	.premium label#select_optionlabel {
		font-size: 15px;
		font-weight: 500;
		padding-left: 10px;
	}
	#productModal #addToCart1 .btn-primary {
        margin: 0px 0px 2px;
    }
}

@media(min-width: 768px) and (max-width: 992px) {
	.premium #extras_group .btn_collapse_div{
		margin-bottom: 20px;
	}
	.premium #extras_group label.form-control-label{
		top: 0px !important;
	}
	.premium #extras_group .no_input_name{
		margin-top: -40px !important;
	}
	.premium #modalDialogItem .modal-content {
		border: 0;
		border-radius: 20px;
		overflow-y: auto;
	}
	.premium h5#modalTitle {
		font-size: 16px;
	}
	.premium 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;
	}
}

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

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

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


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

  .premium #modalDialogItem .modal-content::-webkit-scrollbar-track {
	background: #ffffff;
  }

  .premium #modalDialogItem .modal-content::-webkit-scrollbar-thumb {
	background: var(--store-font-color);
	border-radius: 25px !important;
	border: 3px solid var(--store-font-color);
  }
  .premium div#variants-area::-webkit-scrollbar-thumb{
	background: var(--store-font-color);
	border-radius: 25px !important;
	border: 3px solid var(--store-font-color);
  }
  .premium div#variants-area::-webkit-scrollbar-thumb:hover{
	background: var(--store-font-color);
  }
  .premium #modalDialogItem .modal-content::-webkit-scrollbar-thumb:hover {
	background: var(--store-font-color);
  }
  /* modal styles for  composite product modal */
  .premium #modalItemDetailsPart #extras_group .number-input {
    background-color: white !important;
  }
.premium #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;
}
.premium #modalDialogItem #extras_group .custom-control > label {
    font-weight: 400;
    display: flex !important;
    flex-direction: row !important;
}
.premium #modalDialogItem #extras_group .custom-control > label {
    font-weight: 400;
    display: flex !important;
    flex-direction: row !important;
    width: 98% !important;
}
.premium #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;
}
.premium #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;
}
.premium #extras_group .custom-control-label span {
    position: relative;
    background-color: transparent;
    padding: 3px 5px;
    border-radius: 5px;
    align-self: center;
    font-size: 12px;
    top: -2px;
}
.premium #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;
}
.premium #extras_group {
    max-height: 350px;
    margin-bottom: 10px;
}
.premium div#variants-area {
    max-height: 250px;
	height: auto ;
    overflow-y: auto;
}
.premium #variants-area-inside:empty {
    display: none !important;
    padding: 0 !important;
    border-radius: unset;
}
/* scrollbar style here */
.premium #extras_group::-webkit-scrollbar-thumb{
	background: var(--storecolor);
	border-radius: 25px !important;
	border: 5px solid var(--storecolor);
  }
  .premium #extras_group::-webkit-scrollbar-track{
	background-color: #ffffff !important;
  }
  .premium textarea.textarea_style {
    background-color: var(--storecolorlight) !important;
    width: 100%;
    margin: 0 auto;
    border: 1px solid #CACACA;
	height: 50px;
}
@media(max-width: 560px){
	.premium #extras_group span.text-warning.required_label_title {
		padding: 3px 3px !important;
		border-radius: 40px;
		font-size: 10px;
	}

	.premium #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: -15px;
		border-bottom:none;
	}
	.premium #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;
	}
	.premium #modalItemDetailsPart #extras_group .number-input {
		background-color: #ffffff00 !important;
		position: absolute;
		left: 45% !important;
		top: 0px;
	}
	.premium #extras_group .btn_collapse_div {
		margin-bottom: 20px !important;
	}
}


#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;
}
.rotation{
transform: rotate(180deg) !important;
}

.no_input_name {
    overflow: hidden;
    transition: height 0.3s ease;
}

.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 */
}
.premium #extras_group .btn_collapse_div {
    background-color: var(--storecolorlight) !important;
    padding: 10px;
    border: 1px solid #CACACA;
    border-radius: 0px 0px 10px 10px;
    border-top: none;
	margin-bottom: 20px;
}
.premium #extras_group button.toggle-button:focus {
    outline: none;
}
.premium #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;
}

.premium .variant_main_sec {
    height: auto;
    overflow-y: auto;
    max-height: 400px;
}
.premium .variant_main_sec::-webkit-scrollbar-thumb{
	background: var(--store-font-color);
	border-radius: 25px !important;
	border: 3px solid var(--store-font-color);
  }
.premium .variant_main_sec::-webkit-scrollbar-thumb:hover{
	background: var(--store-font-color);
}
.single_product .product_meta .product_info{
    flex-direction: column;
    align-items: flex-start;
}
#extras_group .no_input_name > .custom-control > input {
    position: absolute;
    left: 0;
    top: 0;
}
.premium .variant_main_sec::-webkit-scrollbar{
	display: none !important;
}
@media(max-width: 560px) {
    .premium #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;
}
.has-megamenu-dropdown .dropdown-menu .dropdown-item{
    padding: 0.3rem;
}
@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); }

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

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

 }

