@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@200;300;400;500;600;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Great+Vibes&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Mulish:wght@600&display=swap');
/* Define the @font-face rule */
@font-face {
    font-family: "Roos W01 Roman Italic";
    src: url("https://db.onlinewebfonts.com/t/b430d07211a5edc11046976ec63bec54.eot");
    src: url("https://db.onlinewebfonts.com/t/b430d07211a5edc11046976ec63bec54.eot?#iefix")format("embedded-opentype"),
    url("https://db.onlinewebfonts.com/t/b430d07211a5edc11046976ec63bec54.woff2")format("woff2"),
    url("https://db.onlinewebfonts.com/t/b430d07211a5edc11046976ec63bec54.woff")format("woff"),
    url("https://db.onlinewebfonts.com/t/b430d07211a5edc11046976ec63bec54.ttf")format("truetype"),
    url("https://db.onlinewebfonts.com/t/b430d07211a5edc11046976ec63bec54.svg#Roos W01 Roman Italic")format("svg");
}
:root,
:root.light-mode {
--color-font: #666;
--dark-color-font: #000;
--body-bg-color: #fff;
--body-bg-sec-color: #f7f7f7;
--border-color: #ccc;
--highlight-color: #ccc;
}

:root.dark-mode {
--color-font: #d0d0d0;
--dark-color-font: #fff;
--body-bg-color: #1e1e1e;
--body-bg-sec-color: #404040;
--highlight-color: #ffd93b;
--border-color: #d0d0d0;
--store-font-color: #ffd93b;
--store_body_background:#1e1e1e;
--store_header_background: #1e1e1e;
--store_notice_text: #d0d0d0;
--store_header_text : #666;
--store_header_button:#fff;
--store_button_text:#1e1e1e;
--store_button_background:#ffd93b;
--store_sidebar_background:#1e1e1e;
--store_sidebar_heading:#d0d0d0;
--store_sidebar_text:#d0d0d0;
--store_footer_text:#fff;
--store_footer_link:#fff;
}

body {
color: var(--color-font);
background-color: var(--store_body_background);
font-size: 15px;
line-height: 1.6;
}

body,
* {
font-family: var(--store_primary_font);
}

: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;
}

.impressive-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 {
background: var(--store_button_background);
color: var(--store_button_text);
}

.googleTranslateHolder,
.googleTranslateHolderMobile {
padding: 0;
position: relative;
}

.googleTranslateHolderMobile {
height: auto;
}

.google_translate_element {
height: 30px;
}

.google_translate_element .goog-te-gadget {
padding-top: 5px;
}

.google_translate_element .goog-te-gadget:before {
color: var(--store_button_text);
}

.goog-te-gadget .goog-te-combo {
max-width: 70px;
}

.topbar-sidebar .topbar-widget {
margin-bottom: 0;
line-height: 1;
padding: 0 20px;
position: relative;
}

.topbar-sidebar>div:after {
background-color: #e1e1e1;
width: 2px;
height: 14px;
content: "";
position: absolute;
right: 0;
top: 50%;
transform: translateY(-50%);
}

.topbar-sidebar>div:last-child:after {
display: none;
}

.site-header .site-title,
.site-header .site-description {
margin: 0;
line-height: 0;
text-indent: -9999px;
}

.topbar .toggle_switch {
border: none;
outline: none !important;
min-width: 35px;
min-height: 35px;
text-align: center;
box-shadow: 6px 6px 10px -1px rgb(0 0 0 / 10%);
border: 1px solid rgba(0, 0, 0, 0);
border-radius: 5px;
background-color: #f2f3f7;
cursor: pointer;
display: flex;
justify-content: center;
align-items: center;
max-width: 35px;
max-height: 35px;
}

.topbar .toggle_switch:active {
box-shadow: inset 4px 4px 6px -1px rgb(0 0 0 / 20%), inset -4px -4px 6px -1px rgb(255 255 255 / 70%), -0.5px -0.5px 0 white, 0.5px 0.5px 0 rgb(0 0 0 / 15%), 0px 12px 10px -10px rgb(0 0 0 / 5%);
border: 1px solid rgba(0, 0, 0, 0.01);
}

.topbar .switch {
position: relative;
display: inline-block;
width: 100%;
height: 100%;
margin: 0;
}

.topbar .switch input {
opacity: 0;
width: 0;
height: 0;
position: absolute;
}

.topbar .switch svg {
width: 25px;
height: 25px;
margin: 0 auto;
}

.topbar .svg_icons {
display: flex;
align-items: center;
justify-content: center;
height: 30px;
width: 30px;
}

.site-header .header-logo {
display: flex;
align-items: stretch;
justify-content: flex-start;
}

.header-logo .main-logo {
width: auto;
max-height: 70px;
}
.header-logo .main-logo .site-logo, .site-logo-footer{
width: auto;
max-height: 70px;
}
.site-header .header-logo .category_sec {
display: flex;
align-items: center;
}

.site-header .header-logo .products-cats-menu {
position: relative;
}

.site-header .header-logo .products-cats-menu .cats-menu-title {
color: var(--store_header_text);
font-size: 16px;
font-weight: 600;
position: relative;
display: flex;
align-items: center;
line-height: 25px;
margin: 0;
min-width: 30px;
cursor: pointer;
}

.site-header .products-cats-menu .cats-menu-title i {
display: inline-block;
font-size: 30px;
margin-right: 0;
}

.site-header .header-logo .category_sec .text {
display: none;
}

.sticky-header .site-header .category_sec .text {
display: block;
transition: none;
}

.site-header .products-cats-menu .toggle-product-cats {
position: absolute;
padding-top: 25px;
top: 40px;
left: -225px;
z-index: -999;
width: 100%;
opacity: 0;
transition: top 0.5s;
transform: scaleX(0);
min-width: 270px;
margin-left: 15px;
}

.site-header .header-logo .products-cats-menu:hover .toggle-product-cats {
z-index: 9998;
padding-top: 24px !important;
top: 100%;
opacity: 1;
transform: scaleX(1);
}

.site-header .header-extras {
width: 100%;
display: flex;
align-items: center;
justify-content: flex-end;
}

.site-header .product-extra-search {
width: 100%;
}

.product_search {
background-color: var(--body-bg-color);
border-radius: 0;
min-width: 400px;
}

.product_search input {
border: 1px solid var(--border-color);
height: 42px;
line-height: 42;
background-color: var(--body-bg-color);
color: var(--color-font);
border-radius: 0;
}

.product_search span {
height: 42px;
}

.site-header .extras-menu {
margin: 0;
padding: 0;
position: relative;
display: flex;
align-items: flex-end;
}

.site-header .extras-menu .menu-item-hotline {
display: flex;
align-items: center;
}

.site-header .extras-menu>li {
list-style: none;
float: right;
margin-bottom: 0;
padding: 0 10px;
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(--store_header_text);
}

:root.dark-mode .site-header .menu-item-hotline .hotline-content span {
color: var(--highlight-color);
}

:root.dark-mode .product_search span {
color: var(--highlight-color);
}

.products-cats-menu .dropdown-menu .dropdown-item {
padding: 0.5rem;
color: var(--color-font);
}

:root.dark-mode .menu-item-cart .cart_items_count,
:root.dark-mode .store-name-logo,
:root.dark-mode .products-suggestion .product-title span,
.products-cats-menu .dropdown-item:focus,
.products-cats-menu .dropdown-item:hover {
background-color: var(--highlight-color);
color: #000;
}

.product_search_result {
background-color: var(--body-bg-color);
color: var(--color-font);
}

:root.dark-mode .products-suggestion:hover {
background-color: var(--body-bg-color);
}

.products-suggestion>a,
.products-suggestion .product-title {
color: var(--color-font) !important;
}

#navbar-main .navbar-collapse.collapsing,
#navbar-main .navbar-collapse.show {
background-color: var(--body-bg-color);
}

#navbar-main .navbar-collapse .navbar-collapse-header {
border-bottom: 1px solid var(--border-color);
}

#navbar-main.storesnav .navbar-toggler {
background-color: var(--body-bg-color);
}

#navbar-main .navbar-collapse .navbar-toggler span {
background-color: var(--highlight-color);
}

.products-cats-menu .dropdown-menu {
border: 1px solid var(--border-color);
color: var(--color-font);
background-color: var(--body-bg-color);
width: 100%;
min-width: 270px;
padding: 0;
border-radius: 0;
box-shadow: none;
left: unset;
right: 0;
top: 40px;
padding-top: 0px;
}

.products-cats-menu .dropdown-menu li:not(:last-child) {
border-bottom: 1px solid var(--border-color);
}

.site-header .header-logo .products-cats-menu .cats-menu-title:after {
content: "";
position: absolute;
top: 40px;
right: 22px;
width: 13px;
height: 13px;
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
border-left: 1px solid #ccc;
border-top: 1px solid #ccc;
background-color: var(--body-bg-color);
z-index: 9999;
padding: 0;
margin: 5px -12px 0 0;
opacity: 0;
}

.site-header .header-logo .products-cats-menu.show .cats-menu-title:after {
top: 100%;
opacity: 1;
}

.site-header .extras-menu .menu-item-hotline .extra-icon {
font-size: 30px;
margin-right: 15px;
color: var(--store_header_text);
}

.site-header .extras-menu>li .extra-icon {
font-size: 30px;
line-height: 1;
}

.menu-item-cart .cartbtn {
position: relative;
}

.menu-item-cart .cart_items_count {
background-color: var(--storecolor, #102c56);
color: #fff;
position: absolute;
bottom: -8px;
right: 4px;
font-size: 12px;
font-weight: 700;
border-radius: 50%;
min-width: 18px;
padding: 0 5px;
height: 18px;
text-align: center;
line-height: 18px;
}

.site-header .extras-menu .menu-item-account>a {
position: relative;
display: flex;
align-items: center;
white-space: nowrap;
}

.site-header .extras-menu .menu-item-account .extra-icon {
font-size: 35px;
}

.site-header .main-menu {
border-top: 1px solid #e1e1e1;
border-bottom: 1px solid #e1e1e1;
display: flex;
flex-wrap: wrap;
justify-content: space-around;
}

#navbar-main.storesnav {
margin-left: auto;
}

.site-header .header-main {
padding-top: 5px;
padding-bottom: 5px;
}

.store-name-logo {
margin-bottom: 0;
}

.products_search_wrapper {
max-width: 100%;
width: 100%;
}

#navbar-main .navbar-nav .nav-link {
font-family: inherit;
font-size: 13px;
color: var(--store_header_text);
border-radius: 0;
background-color: transparent;
font-weight: 500;
text-transform: uppercase;
letter-spacing: 0.1em;
opacity: 0.6;
}
#navbar-main .navbar-nav .nav-link:hover,
#navbar-main .navbar-nav .nav-link.active {
    opacity: 1;
}
#navbar-main .navbar-nav .dropdown-menu{
    border-radius: 0;
    padding: 0.5rem;
}
#navbar-main .navbar-nav .dropdown-menu:before{
    display: none;
}
.impressive-container {
padding-left: 15px;
padding-right: 15px;
}

.googleTranslateHolderMobile {
display: none;
}
.product_category_sec .owl-carousel .card-image img{
max-width: 100%;
max-height: 100%;
object-fit: cover;
border-radius:0;
overflow: hidden;
-webkit-transition: all .2s;
-o-transition: all .2s;
transition: all .2s;
}
.product_brand_sec .owl-carousel .card-image img{
object-fit: contain;
aspect-ratio: 3/2;
width: 80%;
margin: 0 auto;
filter: grayscale(1);
opacity: 0.7;
transition: all .2s ease;
}
.product_brand_sec .owl-carousel .card:hover img{
transition: all .2s ease;
filter: grayscale(0);
opacity: 1;
}
.product_category_sec .owl-carousel .card{
border-radius: 0;
padding: 0;
cursor: pointer;
border:none;
overflow: hidden;
}
.product_brand_sec .owl-carousel .card {
border-radius: 8px;
padding: 5px;
cursor: pointer;
border:none;
overflow: hidden;
}
.product_brand_sec .owl-carousel .owl-stage-outer {
padding-bottom: 1rem;
padding-top: 1rem;
}
.product_brand_sec .owl-carousel .card-content {
background: var(--body-bg-color);
min-height: 30px;
text-align: center;
cursor: pointer;
line-height: 30px;
margin-top: 5px;
}
.product_category_sec .owl-carousel .card-title,
.product_brand_sec .owl-carousel .card-title {
display: -webkit-box;
-webkit-box-orient: vertical;
overflow: hidden;
text-overflow: ellipsis;
-webkit-line-clamp: 1;
white-space: unset;
max-width: 100%;
margin-bottom: 0;
color: var(--color-font);
}
.product_category_sec .owl-carousel .card-title{
font-size: 35px;
line-height: 50px;
color: #000;
}
.product_category_sec .owl-carousel .card-btn {
text-transform: uppercase;
padding: 0;
border: 0;
border-radius: 0;
font-size: 16px;
line-height: 22px;
font-weight: 600;
color: #000;
border-bottom: 2px solid #000;
}
.product_category_sec .owl-carousel .owl-nav,
.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,
.banner_section .owl-carousel .owl-nav button,
#related .owl-carousel .owl-nav button.owl-next,
#related .owl-carousel .owl-nav button.owl-prev{
font-size: 2rem;
color: #000;
top: 50%;
transform: translateY(-100%);
position: absolute;
width: 32px;
height: 32px;
background: transparent;
border: none;
border-radius: 50%;
justify-content: center;
align-items: center;
display: flex;
line-height: 0;
}

.product_category_sec .owl-carousel .owl-nav button.owl-prev,
.banner_section .owl-carousel .owl-nav button.owl-prev{
left: 0;
}
#related .owl-carousel .owl-nav button.owl-prev {
left: -25px;
}
.product_category_sec .owl-carousel .owl-nav button.owl-next,
.banner_section .owl-carousel .owl-nav button.owl-next{
right: 0;
}
#related .owl-carousel .owl-nav button.owl-next {
right: -25px;
}

.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.impressive_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;
transition: none;
border-radius:0;
border-color: transparent;
box-shadow: 18px 3.5px 27px 0px #00000014;
margin-bottom: 30px;
}
.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 .discount_percent {
top: 10px;
position: absolute;
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
padding: 0.2rem 0.5rem;
line-height: 1.3;
background-color: #f03e3e;
color: #fff;
border-radius:0;
font-size: 0.8rem;
left: 10px;
z-index: 1;
}
.product-col .out_of_stock_label {
top: 10px;
position: absolute;
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
padding: 0.2rem 0.5rem;
line-height: 1.3;
background-color: #262626;
color: #fff;
border-radius: 0;
font-size: 0.8rem;
right: 10px;
z-index: 1;
}
.product-col .not_available_label {
top: 10px;
position: absolute;
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
padding: 0.2rem 0.5rem;
line-height: 1.3;
background-color: #262626;
color: #fff;
border-radius: 0;
font-size: 0.8rem;
right: 10px;
z-index: 1;
}

.product-col .strip .res_mimimum {
font-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;
padding: 0;
}
.product-col .strip .product_content .product_details{
padding:10px;
position:relative;
z-index:0;
background: var(--storecolorlight);
}
.cart_section {
position: absolute;
top: 100px;
display: flex;
justify-content: center;
width: 100%;
right: 0;
left: 0;
z-index: 0;
-webkit-transition: all 250ms ease-out;
-o-transition: all 250ms ease-out;
transition: all 250ms ease-out;
}
.cart_section .cart_add_button{
width: 100%;
flex: 1 0 50%;
}
.cart_section .cart_quantity_section {
width: 100%;
flex: 1 0 50%;
}
.cart_section .cart_quantity_section .quantity-area {
margin: 0;
padding: 0;
border: 0;
gap:0;
}

.cart_section #addToCartbtn .btn {
height: auto;
width: 100%;
background-color: rgba(38, 38, 38);
color: #fff !important;
border-radius: 0;
padding: 0;
border: none;
padding: 15px;
font-size: 15px;
font-weight: 500;
-webkit-transition: all .2s;
-o-transition: all .2s;
transition: all .2s;
}
.cart_section #addToCartbtn .btn:hover{
-webkit-transition: all .2s;
-o-transition: all .2s;
transition: all .2s;
transform: translateY(0);
box-shadow: none;
}
.cart_section #addToCartbtn .btn span{
color: #fff !important;
font-weight: 500;
}
.cart_section #addToCartbtn .btn i {
color: var(--store_button_background);
font-size: 32px;
}

.cart_section .cart_quantity_section .quantity-area .number-input {
background: var(--store_button_background);
height: 48px;
border-radius: 0;
overflow: hidden;
border: none;
width: 100%;
}

.cart_section .cart_quantity_section .quantity-area .number-input button {
background: var(--store_button_background);
color: var(--store_button_text);
height: 48px;
width: 100%;
flex-basis: 100%;
}

.cart_section .cart_quantity_section .quantity-area .number-input input[type=number] {
height: 48px;
line-height: 48px;
width: 100%;
max-width: 100%;
font-size: 1rem;
background: var(--store_button_background);
color: var(--store_button_text);
flex-basis: 100%;
}
.cart_section .cart_quantity_section .quantity-area .form-group{
width: 100%;
}
.site-header {
background: var(--store_header_background);
color: var(--store_header_text);
}

.header-main-wapper.sticky_header {
position: fixed;
right: 0;
left: 0;
top: 0;
z-index: 15;
background: var(--store_header_background);
color: var(--store_header_text);
border-bottom: 1px solid var(--border-color);
}
.site-header .header-main-wapper.sticky_header .header-logo .category_sec .text {
display: block;
margin-left: 15px;
font-size: 14px;
text-transform: uppercase;
font-weight: 400;
}

.site-header .dropdown-submenu {
position: relative;
}

.site-header .dropdown-submenu>a:after {
content: ">";
float: right;
}

.site-header .dropdown-submenu>.dropdown-menu {
top: 0;
left: 100%;
margin-top: 0px;
margin-left: 0px;
}

.site-header .dropdown-submenu:hover>.dropdown-menu {
display: block;
}

.site-header .header-main-wapper.sticky_header .products-cats-menu>.dropdown-menu {
left: -16px;
right: 0;
top: 38px;
}
#cartSideNav.sidenav-cart.sidenav-cart-close{
position: fixed;
width: 100%;
max-width:100%;
height: 100vh;
top: 0;
left: 0;
z-index: 99999;
background-color: rgba(0,0,0,.7);
transition: all ease-in-out .3s;
opacity: 0;
visibility: hidden;
pointer-events: none;
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
right: unset;
box-shadow: none;
padding:0;
}

.minicart-content .minicart-heading>h4 {
border-bottom: none;
display: block;
font-size: 18px;
line-height: 26px;
font-family: var(--store_primary_font);
font-weight: 500;
color: var(--store-font-color);
margin-bottom: 0;
background-color: #f7f7f7;
padding: 10px;
position: relative;
}

#cartList .product-item_title, #cartList .cart_product_meta {
color: var(--store_sidebar_text);
font-family: var(--store_primary_font);
}

#totalPrices strong {
font-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: 0;
border-color: var(--store-font-color);
}

.sidenav-cart .closebtn{
color: var(--store-font-color)!important;
width: 25px;
height: 25px;
position: absolute;
z-index: 99;
right: 20px;
top: 10px;
display: flex;
align-items: center;
justify-content: center;
font-size: 15px;
margin: 0;
}
#cartList .product-item_quantity {
font-weight: 600;
font-family: var(--store_primary_font);
}

#cartList .btn-outline-primary:not(:disabled):not(.disabled):active,
#cartList .btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.page-link:hover {
background-color: var(--highlight-color);
color: #000 !important;
}

#totalPrices .card-stats .card-body {
background: var(--body-bg-color);
min-height: unset;
}

.bottom-cart-buttons .btn-outline-primary {
border-color: var(--store-font-color, #102c56);
color: var(--store-font-color, #102c56);
}

.bottom-cart-buttons .btn-primary {
border-color: var(--store-font-color, #102c56);
background-color: var(--store-font-color, #102c56);
}

.bottom-cart-buttons .btn-outline-primary:active,
.bottom-cart-buttons .btn-outline-primary:focus,
.bottom-cart-buttons .btn-outline-primary:hover,
.bottom-cart-buttons .btn-primary:active,
.bottom-cart-buttons .btn-primary:focus,
.bottom-cart-buttons .btn-primary:hover {
border-color: var(--store-font-color, #102c56);
background-color: var(--store-font-color, #102c56);
color: #fff !important;
}
.breadcrumb-banner-sec{
background-color: #f8f8f8;
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
text-align: center;
padding: 60px 0;
position: relative;
}
.breadcrumbdiv .breadcrumb {
background-color: var(--body-bg-sec-color) !important;
}
.breadcrumb-banner-sec .breadcrumbdiv .breadcrumb {
background-color: transparent !important;
border: none;
justify-content: center;
font-size: 15px;
}
.breadcrumbdiv .breadcrumb a,
.breadcrumb-item.active {
color: var(--store-font-color, #102c56);
}
.breadcrumb-banner-sec .breadcrumbdiv .breadcrumb a, .breadcrumb-banner-sec .breadcrumb-item.active{
color:#fff;
}
.breadcrumb-banner-sec .breadcrumb-item+.breadcrumb-item::before{
content: "\f105";
font-family: 'Line Awesome Free';
font-weight: 900;
}
.single-product .super_container,
.single_product {
background: var(--body-bg-color);
}

.single-product .product_name {
font-family: var(--store_primary_font);
color: var(--dark-color-font);
}

.single-product .product_price {
color: var(--store-font-color, #102c56);
}

.single-product .product_info * {
color: var(--color-font);
font-family: var(--store_primary_font);
}

.single_product .product_description .number-input {
background: var(--store-font-color);
border-radius: 0;
overflow: hidden;
border: none;
min-width: 150px;
}

.single_product .product_description .number-input input[type=number],
.single_product .product_description .number-input button {
height: 45px;
background: var(--store_button_background);
color: var(--store_button_text);
width: 50px;
border-radius:0;
}

.single_product .product_description .number-input button:after,
.single_product .product_description .number-input button:before {
background-color: var(--store_button_text);
}

.single_product .product_description .number-input input[type=number] {
max-width: 50px;
transition: none;
}

.single_product .product_description #addToCartbtn .btn {
background: var(--store_button_background);
border-radius:0;
}

.single_product .product_description #addToCartbtn .btn i {
color: var(--store_button_text);
}

.single_product #addToCart1 .btn-primary {
background: var(--store_button_background);
border-color: var(--store_button_background);
color: var(--store_button_text);
}
.single_product #addToCart1.buynow-btn .btn-primary {
border-radius:0;
box-shadow:none;
}
.product_meta {
    font-family: var(--store_primary_font);
}

.single-product .product_description,
.product_meta>div,
.product_meta>span,
.product_meta a,
.product_meta a:hover,
.contact_details a,
.contact_details a:hover {
color: var(--dark-color-font);
}

.product_meta .social_share a {
color: #fff;
}

.single-product .product_description{
position: -webkit-sticky;
position: sticky;
top: 100px;
}

.single-product .product_info p {
font-size: 0.9rem;
}

.list_description .border-center:before {
top: 0;
}

#productModal .modal-content {
background-color: var(--body-bg-color);
color: var(--color-font);
}

#productModal .modal-content .card {
background-color: var(--body-bg-color);
color: var(--color-font);
}

#productModal .modal-title {
color: var(--dark-color-font);
}

#productModal #modalPrice,
#productModal #modalSalePrice {
color: var(--store-font-color);
}

#modalDialogItem label,
#productModal .modal-title {
color: var(--dark-color-font);
}

:root.dark-mode #variants-area-inside .btn-group .btn-outline-primary {
color: #fff;
background-color: transparent;
background-image: none;
border-color: rgb(255 255 255 / 45%);
}

:root.dark-mode #variants-area-inside .btn-group .btn-outline-primary.active {
color: var(--store-font-color, #102c56);
background-color: var(--storecolorlight, #102c56);
border-color: var(--store-font-color, #102c56);
}

.shop-toolbar {
background-color: var(--body-bg-color);
padding: 0;
position: relative;
display: flex;
justify-content: space-between;
align-items: center;
}

.shop-toolbar:after {
display: block;
content: "";
clear: both;
}
.shop-toolbar .products-found {
/*float: left;*/
min-height: 51px;
display: flex;
align-items: center;
}
.shop-toolbar .products-shop-view{
gap: 10px 0.9em;
}
.shop-toolbar .products-shop-view a {
font-size: 26px;
color: var(--color-font);
}
.shop-toolbar .products-shop-view a.active{
color: var(--store-font-color);
}
.shop-toolbar .shop_ordering,
.shop-toolbar .products-per-page,
.shop-toolbar .products-shop-view {
color: var(--dark-color-font);
padding: 0;
/*float: right;*/
min-height: 51px;
display: flex;
align-items: center;
margin-left: 15px;
}
/*.shop-toolbar .products-per-page{
margin-left:auto;
}*/
.shop-toolbar #sort-filter {
min-width: 270px;
display: inline-block;
cursor: pointer;
min-height: 33px;
line-height: 33px;
border: none;
outline: none;
background-color: var(--body-bg-sec-color);
padding: 0 25px 0 15px;
}

.sidebar_widget {
background-color: var(--body-bg-color);
padding: 0px;
margin-bottom: 20px;
position: relative;
border:none;
}

.sidebar_widget .widget-title {
font-size: 14px;
line-height: 26px;
font-family: var(--store_primary_font);
font-weight: 700;
color: var(--store-font-color);
margin-bottom: 0;
background-color: #f7f7f7;
padding: 10px;
position: relative;
letter-spacing: 1px;
text-transform: uppercase;
border:none;
}
.product-list .list-item {
padding: 8px 8px 0 8px;
-webkit-transition: .3s ease-out;
-o-transition: .3s ease-out;
transition: .3s ease-out;
border:none;
font-size: 13px;
}
.product-list > .list-item:hover {
-webkit-transition: .3s ease-out;
-o-transition: .3s ease-out;
transition: .3s ease-out;
}
.product-list .list-item a,
.product-list .list-item a:hover {
color: var(--color-font);
}

.product-list .list-item a.active {
color: var(--store-font-color);
}

.product-list .list-item a {
width: calc(100% - 25px);
display: inline-block;
}

.product-list .list-item .parent-arrow a {
width: 25px;
text-align: center;
}

.sidebar_widget .filter-price {
width: 100%;
border: 0;
padding: 15px;
margin: 0;
}

.sidebar_widget .price-filter-title {
position: relative;
color: var(--color-font);
font-size: 14px;
line-height: 1.2em;
font-weight: 400;
}

.price-field {
position: relative;
width: 100%;
height: 36px;
box-sizing: border-box;
padding-top: 15px;
padding-left: 0;
}
div#socialShareModal .social_share_modal_body .share-btn.twitter img {
    position: absolute;
    transform: scale(0.5);
}

.price-field input[type=range] {
position: absolute;
}

/* Reset style for input range */
.price-field input[type=range] {
width: 100%;
height: 2px;
border: 0;
outline: 0;
box-sizing: border-box;
border-radius: 5px;
-webkit-appearance: none;
}

.price-field input[type=range]::-webkit-slider-thumb {
-webkit-appearance: none;
}

.price-field input[type=range]:active,
.price-field input[type=range]:focus {
outline: 0;
}

.price-field input[type=range]::-ms-track {
width: 188px;
height: 2px;
border: 0;
outline: 0;
box-sizing: border-box;
border-radius: 5px;
background: transparent;
border-color: transparent;
color: transparent;
border-radius: 5px;
}

/* Style toddler input range */
.price-field input[type=range]::-webkit-slider-thumb {
/* WebKit/Blink */
position: relative;
-webkit-appearance: none;
margin: 0;
border: 0;
outline: 0;
border-radius: 50%;
height: 10px;
width: 10px;
margin-top: -4px;
background-color: var(--color-font);
cursor: pointer;
z-index: 100;
}

.price-field input[type=range]::-moz-range-thumb {
/* Firefox */
position: relative;
appearance: none;
margin: 0;
border: 0;
outline: 0;
border-radius: 50%;
height: 10px;
width: 10px;
margin-top: -5px;
background-color: var(--color-font);
cursor: pointer;
z-index: 100;
}

.price-field input[type=range]::-ms-thumb {
/* IE */
position: relative;
appearance: none;
margin: 0;
border: 0;
outline: 0;
border-radius: 50%;
height: 10px;
width: 10px;
margin-top: -5px;
background-color: var(--color-font);
cursor: pointer;
z-index: 100;
}

/* Style track input range */

.price-field input[type=range]::-webkit-slider-runnable-track {
/* WebKit/Blink */
width: 188px;
height: 2px;
cursor: pointer;
background: var(--color-font);
border-radius: 5px;
}

.price-field input[type=range]::-moz-range-track {
/* Firefox */
width: 188px;
height: 2px;
cursor: pointer;
background: var(--color-font);
border-radius: 5px;
}

.price-field input[type=range]::-ms-track {
/* IE */
width: 188px;
height: 2px;
cursor: pointer;
background: var(--color-font);
border-radius: 5px;
}

/* Style for input value block */

.price-wrap {
display: flex;
justify-content: start;
color: var(--color-font);
font-size: 14px;
line-height: 1.2em;
font-weight: 400;
margin-bottom: 7px;
}

.price-wrap-1,
.price-wrap-2 {
display: flex;
}

.price-wrap_line {
margin: 0 10px;
}

.price-wrap #min_price_label,
.price-wrap #max_price_label {
width: 55px;
text-align: right;
margin: 0;
padding: 0;
margin-right: 2px;
background: 0;
border: 0;
outline: 0;
color: var(--color-font);
font-size: 14px;
line-height: 1.2em;
font-weight: 400;
}

.price-wrap label {
text-align: right;
margin: 0;
}

/* Style for active state input */

.price-field input[type=range]:hover::-webkit-slider-thumb {
box-shadow: 0 0 0 0.5px var(--color-font);
transition-duration: 0.3s;
}

.price-field input[type=range]:active::-webkit-slider-thumb {
box-shadow: 0 0 0 0.5px var(--color-font);
transition-duration: 0.3s;
}

.product-list .list-item.active a,
.product-list .list-item.active a:hover {
color: var(--store-font-color, #102c56);
}
#product_loading_section #skeleton-loading{
margin-bottom: 30px;
}
.item-offer-horizontal .skeleton-image {
min-height: 300px;
max-height: 300px;
overflow: hidden
}

.store-category:nth-child(even) {
background-color: transparent;
}

.products-per-page .per-page-variation {
display: inline-block;
padding: 0 7px;
vertical-align: middle;
color: var(--color-font);
}

.products-per-page .per-page-variation.active {
color: var(--store-font-color);
}

.products-per-page .per-page-variation:after {
content: "/";
position: relative;
left: 5px;
color: var(--color-font);
}

.category-page .primary-sidebar .sticky_sidebar {
max-width: 400px;
position: relative;
background-color: var(--body-bg-color);
padding: 0;
transform: translateX(-100%);
transition: all ease-in-out .3s;
max-height: 100vh;
overflow-y: auto;
scrollbar-width: none;
height:100vh;
}

.category-page .primary-sidebar.show-filter .sticky_sidebar {
transform: translateX(0);
transition: all ease-in-out .3s;
}
.products_footer {
margin-top: 10px;
text-align: center;
}

.products_footer .pagination {
display: inline-flex;
flex-wrap: wrap;
justify-content: center;
align-items: center;
gap: 2px;
}

.products_footer .pagination li .page-link {
display: inline-flex;
align-items: center;
justify-content: center;
padding-right: 5px;
padding-left: 5px;
min-width: 34px;
height: 34px;
font-weight: 600;
font-size: 14px;
border-radius: 1.5px !important;
transition: all .2s ease;
color: var(--color-font);
border:none;
}

.products_footer .pagination li.active .page-link {
background: var(--store_button_background);
color: var(--store_button_text);
}

.products_footer .page-item.disabled .page-link {
background-color: transparent;
}

#productModal #addToCart1 .btn-primary,
#productModal #addToCart1 .btn-primary:focus,
#productModal #addToCart1 .btn-primary:active,
#productModal .number-input,
#productModal .number-input input[type=number] {
background-color: var(--store-font-color);
color: var(--body-bg-color);
border-radius: 0;
}

#productModal .number-input button:after,
#productModal .number-input button:before {
background-color: var(--body-bg-color);
}

#productModal .number-input {
border: none;
}

#productModal .number-input input[type=number] {
font-weight: 500;
}

.sidebar_widget .product-list, .sidebar_widget .product-brands {
max-height: 200px;
overflow-y: auto;
overflow-x: hidden;
padding: 0;
scrollbar-width: thin;
}
.sidebar_widget .product-list::-webkit-scrollbar, .sidebar_widget .product-brands::-webkit-scrollbar,
.category-page .primary-sidebar .sticky_sidebar::-webkit-scrollbar {
width: 0;
background: transparent;
}
#apply_price_filter {
background: var(--store_button_background);
color: var(--store_button_text);
}

#clear_price_filter,
#clear_price_filter:hover {
color: var(--store-font-color);
border: 1px solid var(--store-font-color);
}

.products-per-page .per-page-variation:last-child::after {
display: none;
}

.shop-toolbar .filter-mobile {
font-size: 15px;
margin-left: auto;
color: var(--color-font);
position: relative;
padding-left: 25px;
}
.shop-toolbar .filter-mobile i {
font-size: 25px;
position: absolute;
left: 0;
}

.primary-sidebar .close-filter {
display: none;
}

.mordern_footer_mobnav nav {
display: grid;
grid-template-columns: repeat(4, 1fr);
grid-gap: 5px;
}

.mordern_footer_mobnav nav li {
width: 100%;
}
.mordern_footer_mobnav li .indicator{
transition: none;
}
.mordern_footer_mobnav li.active .indicator {
top: -10px;
max-width: 60px;
max-height: 60px;
left: 50%;
transform: translateX(-50%);
transition: none;
}

.mordern_footer_mobnav .nav-item {
width: 100%;
}

.category-opened #categorysidebar.sidenav-cart {
opacity: 1;
background: var(--body-bg-color);
visibility: visible;
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
-webkit-transition: .3s ease-out;
-o-transition: .3s ease-out;
transition: .3s ease-out;
padding-top: 10px;
}

.category-opened #categorysidebar.sidenav-cart .sidebar_widget {
background: var(--body-bg-color);
padding: 10px;
border: none;
}

.category-opened #categorysidebar.sidenav-cart a {
margin: 0;
max-width: 100%;
padding: 0;
}

.category-opened #categorysidebar .product-list {
max-height: 70vh;
overflow-y: auto;
}

.category-opened #categorysidebar.sidenav-cart .closecategorybtn {
z-index: 9;
font-size: 25px;
}

#order_type_selection .wizard>.content>.body h2 {
font-size: 1.3rem;
color: var(--store-font-color) !important;
}

#order_type_selection .modal-header,
#shop_close .modal-header,
#store_location .modal-header,
#referral_welcome .modal-header,
#account_created .modal-header,
#modal-form .modal-header,
#table_qr_modal .modal-header {
background-color: var(--store-font-color) !important;
}

#order_type_selection .modal-header h5,
#shop_close .modal-header h5,
#store_location .modal-header h5,
#referral_welcome .modal-header h5,
#account_created .modal-header h5,
#modal-form .modal-header h5,
#table_qr_modal .modal-header h5 {
color: var(--body-bg-color);
}

#order_type_selection .modal-header h4,
#store_location .modal-header h4,
#modal-form .modal-header h4{
color: var(--body-bg-color);
font-size: 15px;
}

.order_delivery_item li .ordericon_link.active {
background-color: var(--store-font-color) !important;
color: var(--body-bg-color);
}

:root.dark-mode .order_delivery_item li .ordericon_link.active .order_type_img {
filter: brightness(0) invert(0);
-webkit-filter: brightness(0) invert(0);
}

:root.dark-mode .order_delivery_item li .ordericon_link.active h4 {
color: #000 !important;
}

#order_type_selection .wizard>.actions a,
#order_type_selection .wizard>.actions a:active,
#order_type_selection .wizard>.actions a:hover {
background-color: var(--store-font-color) !important;
color: var(--body-bg-color);
}

#order_type_selection #time_slot_range .time_slot_content,
#order_type_selection .wizard>.content>.body .header_ontent_sec h2 {
color: var(--store-font-color) !important;
background-color: var(--body-bg-color);
}

#order_type_selection #time_slot_range .custom-radio.custom-control input[type=radio]:checked~label {
background-color: var(--store-font-color) !important;
color: var(--body-bg-color) !important;
border-color: var(--store-font-color) !important;
}

#order_type_selection .wizard>.content>.body #timeslot,
#order_type_selection .wizard>.content>.body #table_id,
#order_type_selection .wizard>.content>.body .card-content #datepick {
background-color: var(--body-bg-color);
color: var(--color-font);
}

:root.dark-mode #order_type_selection .wizard>.content>.body .card-content #datepick::-webkit-calendar-picker-indicator,
:root.dark-mode #order_type_selection .wizard>.content>.body .header_icon_sec img {
filter: invert(1);
}

#order_type_selection .wizard>.content>.body .header_ontent_sec h4 {
color: var(--dark-color-font);
}

#order_type_selection .wizard>.content>.body #browse {
color: var(--dark-color-font) !important;
}

.site-header .main-menu .menu_additional_widget .btn {
position: relative;
z-index: 1;
background-color: var(--store-font-color);
border-radius: 0px;
color: var(--body-bg-color);
font-weight: 500;
}

.site-header .main-menu .menu_additional_widget {
position: relative;
margin-left: 2rem;
display: block;
}

.product-list .lis-item .parent-arrow {
float: right;
padding-right: 0;
}
.product-list .list-item .parent-arrow a i:before{
-webkit-transition: .3s ease-out;
-o-transition: .3s ease-out;
transition: .3s ease-out;
}
.product-list .list-item .parent-arrow a:not(.collapsed) i:before {
content:"\f068";
-webkit-transition: .3s ease-out;
-o-transition: .3s ease-out;
transition: .3s ease-out;
}
.product-list .list-item li a {
width: 100%;
}

.product-list .list-item:last-child {
border-bottom: none;
}

.site-header .header-main-wapper.sticky_header .header-logo .category_sec .text span i {
font-size: 1rem;
margin-left: 15px;
}

.site-header .header-main-wapper.sticky_header .category_sec {
padding: 10px 15px;
background: var(--store-font-color);
color: var(--body-bg-color);
min-width: 270px;
}
.site-header .header-main-wapper.sticky_header .products-cats-menu .cats-menu-title {
color: var(--body-bg-color);
}

.site-header .header-main-wapper.sticky_header .products-cats-menu.show .cats-menu-title:after {
display: none;
}

.site-header .header-main-wapper.sticky_header .extras-menu {
align-items: flex-start;
}
.footer.bg-dark-blue h5{
font-weight: 500;
}
.store_sec h2, .content_text p, .content_text p, #cartList .product-item_title, #cartList .product-item_quantity, .product-col .strip .res_title, .product-col .strip .res_excerpt, .footer.bg-dark-blue h5, .store_sec h2, .store_sec p, .footer .copyright, .footer .copyright a, .footer-quick-links a{
font-family: var(--store_primary_font);
}
.product-col .strip .res_mimimum strike,
.product-col .strip .res_mimimum .selling_price{
font-family: var(--store_primary_font);
}
.coupon .card-header{
padding: 0.5rem 1.5rem;
}
.coupon .card-header h3 {
font-size: 1.1rem;
}
.coupon .card-header h3::after{
margin-bottom: 0;
}
.grid_view_2 .product-col .strip figure{
height: 400px;
}
.grid_view_2 .product-col .strip figure img{
max-height: 400px;
}
.list_view_1 .product-col .strip{
display: flex;
width: 100%;
align-items: flex-start;
margin-bottom: 20px;
}
.list_view_1 .product-col .strip figure{
width: 100%;
max-width: 300px;
margin: 0;
height: 400px;
}
.list_view_1 .product-col .strip .product_content{
width: calc(100% - 300px);
height: 100%;
min-height: 400px;
}
.list_view_1 .product-col .strip figure img{
max-height: 400px;
}
.list_view_1 .product-col .strip .cart_section{
top:unset;
bottom: 0;
justify-content: flex-start;
left: 0;
}
.list_view_1 .product-col .strip:hover .cart_section{
top:unset;
transition: none;
}
#site-header .header-menu .nav-tabs {
border: none;
clear: both;
padding: 0 15px;
background-color: #f7f7f7;
padding-right: 65px;
}

#site-header .header-menu .nav-tabs .nav-item a {
position: relative;
cursor: pointer;
text-align: left;
font-size: 14px;
font-weight: 500;
line-height: 20px;
padding: 15px 0;
width: 100%;
background: transparent;
border: none;
color: var(--color-font);
text-transform: uppercase;
}
#site-header .header-menu .nav-tabs .nav-item a.active{
color: var(--store-font-color);
}
#site-header .header-menu .nav-tabs .nav-item {
flex-basis: 50%;
}

#navbar-main.storesnav #menu .has-submenu-dropdown {
position: relative;
padding-right: 10px;
}

.impressive_nav .nav-pills .nav-link{
font-size: 18px;
font-weight: 500;
line-height: 1;
padding: 0;
background-color: transparent;
box-shadow: none;
color:#767676;
}
.impressive_nav .nav-pills .nav-link.active {
color: #000;
}
.impressive_nav .nav-pills .nav-item:not(:last-child){
margin-right:30px;
}
.impressive_nav .nav-pills .nav-item:not(:first-child):before {
    content: '';
    position: absolute;
    left: -15px;
    top: 50%;
    transform: translateY(-50%);
    height: 32px;
    width: 1px;
    background-color: #dfdfdf;
}
.categories .impressive_nav {
padding-top: 1rem;
padding-bottom: 1rem;
margin-top: 2rem;
}
.impressive_theme .swiper-pagination-bullet {
    width: 16px;
    height: 16px;
    background: transparent;
    opacity: 1;
    border: 2px solid #fff;
}
.impressive_theme .swiper-pagination-bullet-active {
    background: #fff;
}
#product_section .strip figure,
.owl-carousel .owl-item .strip figure{
height: 300px;
margin-bottom: 0;
}
#product_section .strip figure img,
.owl-carousel .owl-item .strip figure img{
min-height: 300px;
max-height: 300px;
}
.mobile-menu-opened #cartSideNav.sidenav-cart.sidenav-cart-close{
overflow: hidden;
opacity: 1;
visibility: visible;
pointer-events: auto;
}
.offcanvas-menu-inner{
padding:0;
background: var(--store_sidebar_background);
box-shadow: none;
max-width:400px;
position: relative;
transform: translateX(-100%);
transition: all ease-in-out .3s;
}
.mobile-menu-opened .offcanvas-menu-inner{
transform: translateX(0);
transition: all ease-in-out .3s;
}
.searchable-container {
max-height: unset;
overflow-y: unset;
overflow-x: unset;
margin-bottom: 0;
position: relative;
display: flex;
flex-direction: column;
padding: 0;
height: calc(100vh - 46px);
}
#cartList {
position: relative;
flex: 1 1 auto;
overflow-y: auto;
padding:0;
scrollbar-width: none;
}
.offcanvas-menu-inner #cartList .items {
padding-top: 10px;
}
.mini-cart-total{
display: flex;
align-items: center;
justify-content: space-between;
padding: 5px 1em;
}
#totalPrices .mini-cart-total .minicart-title {
font-weight: 600;
font-size: 20px;
}
#totalPrices .mini-cart-total .ammount {
font-size: 24px;
font-weight: 600;
float: right;
font-family: var(--store_primary_font);
}
.bottom-cart-buttons .btn {
width: 100%;
font-size: 13px;
margin: 0;
flex-basis: 50%;
border-radius: 0;
cursor: pointer;
padding: 16px 42px;
text-decoration: none;
text-shadow: none;
transform: none;
max-width: 100%;
}
.primary-sidebar {
position: fixed;
width: 100%;
height: 100vh;
top: 0;
left: 0;
z-index: 15;
background-color: rgba(0,0,0,.7);
transition: all ease-in-out .3s;
opacity: 0;
visibility: hidden;
pointer-events: none;
padding:0;
}

.primary-sidebar.show-filter {
opacity: 1;
visibility: visible;
pointer-events: auto;
}

.primary-sidebar .close-filter {
color: var(--store-font-color);
width: 25px;
height: 25px;
position: absolute;
z-index: 99;
right: 20px;
top: 10px;
display: flex;
align-items: center;
justify-content: center;
}
/* Works in Firefox */
.product-list {
scrollbar-color: #aaa #eee;
scrollbar-width: thin;
}

/* Works in Chrome, Edge, and Safari */
.product-list::-webkit-scrollbar {
width: 5px;
}

.product-list::-webkit-scrollbar-track {
border-radius:10px;
height:5px;
-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.3);
}

.product-list::-webkit-scrollbar-thumb {
border-radius:10px;
background-color:#c9c9c9;
outline:0;
}
#menu .has-submenu-dropdown .dropdown-menu .dropdown-item{
transition: all .2s ease;
}
#menu .has-submenu-dropdown .dropdown-menu .dropdown-item:hover {
background-color: rgba(0,0,0,.035);
opacity:1;
}
.product_category_sec .owl-carousel .card:hover .card-image img {
transform: scale(1.1);
-webkit-transform: scale(1.1); /* Safari and Chrome */
-moz-transform: scale(1.1); /* Firefox */
-ms-transform: scale(1.1); /* Internet Explorer */
-o-transform: scale(1.1); /* Opera */
-webkit-transition: all .2s;
-o-transition: all .2s;
transition: all .2s;
}
.product-col .strip:hover .cart_section {
top: 48px;
-webkit-transition: all 250ms ease-out;
-o-transition: all 250ms ease-out;
transition: all 250ms ease-out;
z-index: 1;
}
/* .grid_view_2 .cart_section .cart_quantity_section .quantity-area .number-input input[type=number]{
width: 7rem;
max-width: 7rem;
}
.grid_view_2 .cart_section .cart_quantity_section .quantity-area .number-input button{
width: 6.5rem;
} */
.btn-view_more, .btn-view_more:hover {
box-shadow: none;
background: var(--store_button_background);
color: var(--store_button_text);
border-radius: 0;
}
.product-col .strip .res_title{
font-size: 16px;
}
.footer-logo1 p{
margin-bottom: 0;
}
.footer hr{
margin-bottom: 0.5rem;
border-color:var(--border-color);
}
.footer .btn-icon-only{
color: var(--store_footer_link)!important;
background: #00000040;
box-shadow: none;
font-size: 18px;
border: none;
border-bottom: 2px solid var(--store_footer_link);
line-height: 1;
border-radius: 10px;
text-align: center;
padding: 0.5em;
margin-bottom: 0.8rem;
}
.footer .btn-icon-only:hover{
    background: var(--store_footer_link);
    transform: none;
    color: var(--store_footer_background) !important;
    border-bottom: none;
    border-left: 2px solid var(--store_footer_background);
}
.footer.bg-dark-blue .nav .nav-item .nav-link,
.footer.bg-dark-blue .copyright, .footer.bg-dark-blue .copyright a{
color: var(--store_footer_link)!important;
}
/* .footer-quick-links li a:before {
content: "\f192";
font-family: 'Line Awesome Free';
font-size: 1rem;
color: var(--store_footer_link)!important;
position: absolute;
left: 0px;
font-weight: 900;
-webkit-transition: all .2s;
-o-transition: all .2s;
transition: all .2s;
} */

.footer-quick-links li a {
padding-left: 0px;
left: 0;
position: relative;
-webkit-transition: all .2s;
-o-transition: all .2s;
transition: all .2s;
    font-size: 15px;
    font-family: var(--store_primary_font);
}
.footer-quick-links li a:hover {
-webkit-transition: all .2s;
-o-transition: all .2s;
transition: all .2s;
}
/* .footer-quick-links li a:hover:before{
content: "\f111";
-webkit-transition: all .2s;
-o-transition: all .2s;
transition: all .2s;
} */
#menu .has-submenu-dropdown.dropright{
display:block;
}
#menu .has-submenu-dropdown.dropright .dropdown-menu{
left: 105%;
right:unset;
}
#menu .has-submenu-dropdown.dropright .dropdown-menu-arrow:before {
bottom: 70%;
left: -20px;
}
#menu .has-submenu-dropdown.dropleft{
display:block;
}
#menu .has-submenu-dropdown.dropleft .dropdown-menu{
right: 105%;
left:unset;
}
#menu .has-submenu-dropdown.dropleft .dropdown-menu-arrow:before {
top: 10px;
left: 13.8rem;
}
.header_search {
position: fixed;
width: 100vw;
height: 100vh;
top: 0;
left: 0;
z-index: 99999;
background-color: rgba(0,0,0,.7);
transition: all ease-in-out .3s;
opacity: 0;
visibility: hidden;
pointer-events: none;
}

.header_search.active {
opacity: 1;
visibility: visible;
pointer-events: auto;
}
.header_search .product-extra-search {
display: flex;
align-items: center;
justify-content: center;
position: relative;
padding: 40px;
background-color: #fff;
transform: translateY(-100%);
transition: all ease-in-out .3s;
}
.header_search.active .product-extra-search {
transform: translateY(0);
}
.header_search .product-extra-search .open_search {
top: 20px;
right: 30px;
position: absolute;
line-height: 1;
z-index: 1;
color: var(--store-font-color);
width: 25px;
height: 25px;
display: flex;
align-items: center;
justify-content: center;
}
#navbar-main.storesnav .navbar-collapse .tab-content::-webkit-scrollbar, #cartList::-webkit-scrollbar{
width: 0;
background: transparent;
}
@media (min-width: 768px) and (max-width:991px) {
.site-header .main-menu .menu_additional_widget {
flex-basis: 50%;
text-align: center;
width: 100%;
margin-left: 0;
}

.impressive-container {
flex-basis: 100%;
}
}

@media (min-width: 993px) {
.shop-toolbar #sort-filter{
min-width: 180px;
max-width: 180px;
}
}

@media (min-width:1240px) {
.impressive-container {
width: 100%;
padding-left: 30px;
padding-right: 30px;
}
}
@media (max-width:1024px) {
#site-header .header-row{
justify-content: flex-start;
}
#site-header .header-menu {
position: absolute;
flex: 0 0 100%;
max-width: 100%;
padding: 0;
}
#navbar-main.storesnav .navbar-collapse{
position: fixed;
width: 100%;
max-width: 100%;
height: 100vh;
top: 0;
left: 0;
z-index: 99999;
background-color: rgba(0,0,0,.7);
transition: all ease-in-out .3s;
opacity: 0;
visibility: hidden;
pointer-events: none;
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
right: unset;
box-shadow: none;
padding: 0;
animation: none;
}
#navbar-main .navbar-collapse.show {
overflow: hidden;
opacity: 1;
visibility: visible;
pointer-events: auto;
}
.navbar-content-holder {
padding: 0;
background: var(--store_sidebar_background);
box-shadow: none;
max-width: 400px;
position: relative;
transform: translateX(-100%);
transition: all ease-in-out .3s;
height: 100vh;
}
#navbar-main .navbar-collapse.show .navbar-content-holder {
transform: translateX(0);
transition: all ease-in-out .3s;
}
#navbar-main.storesnav #menu .has-submenu-dropdown{
width:100%;
padding:0;
}
#navbar-main.navbar-expand-lg .navbar-collapse.collapse:not(.show){
display:block!important;
opacity: 0;
left: -400px;
-webkit-transition: all 250ms ease-out;
-o-transition: all 250ms ease-out;
transition: all 250ms ease-out;
}
#navbar-main.storesnav .navbar-toggler {
position: absolute;
right: 20px;
top: 50%;
transform: translateY(-50%);
background: transparent;
width: 25px;
height: 25px;
display: flex;
align-items: center;
justify-content: center;
}
#navbar-main .navbar-collapse .navbar-toggler span{
width: 13px;
background: var(--store-font-color);
}
#navbar-main .navbar-collapse .navbar-collapse-header{
border:none;
padding:0;
}
#navbar-main.storesnav .navbar-collapse .tab-content {
padding: 0 15px;
height: 100vh;
max-height: 90vh;
overflow-y: auto;
scrollbar-width: none;
height:100vh;
}
#navbar-main .navbar-nav li{
width:100%;
position: relative;
}
#navbar-main .navbar-nav .nav-link{
padding: 10px 0;
margin-bottom: 0;
font-size: 14px;
width: 100%;
font-weight: 400;
border-bottom: none;
}
#navbar-main.storesnav #menu .has-submenu-dropdown .dropdown-menu{
padding: 0;
margin: 0;
}
#navbar-main.storesnav #menu .category-menu {
display: none;
}
}
@media (max-width:991px) {
.shop-toolbar .filter-mobile {
position: absolute;
bottom: 20px;
left: 20px;
display: block;
}

#navbar-main .navbar-nav .nav-link {
color: var(--color-font) !important;
}

.googleTranslateHolder {
display: none;
}

.googleTranslateHolderMobile {
display: block;
background-color: transparent;
}

.topbar .topbar-row {
flex-wrap: wrap;
}

.site-header .header-main {
padding-top: 10px;
padding-bottom: 10px;
}

.site-header .impressive-container .header-logo {
width: 50%;
}

.site-header .impressive-container .header-extras {
width: auto;
}

.site-header .extras-menu {
margin-left: auto;
margin-right: 10px;
}

.site-header .header-extras .product-extra-search {
display: none;
}

.site-header .header-logo .category_sec {
display: none !important;
}

#site-header .header-logo .main-logo {
max-width: 100%;
margin-right: 0;
}

.site-header .extras-menu>li {
padding: 0 10px;
}

.site-header .extras-menu .menu-item-account .login-text {
display: none;
}

#google_translate_element_m,
.googleTranslateHolderMobile .goog-te-gadget .goog-te-combo {
color: var(--color-font);
background-color: var(--body-bg-color);
}

.products_input_wrapper {
display: block;
}

#navbar-main {
position: absolute;
top: 0;
width: 100%;
}
#cartList .info-block>.row {
background-color: var(--body-bg-color);
}

#cartList .info-block>.row .page-link:first-child,
#cartList .info-block>.row .page-link:nth-child(2) {
color: var(--store-font-color)!important;
background: var(--body-bg-color);
}
.shop-toolbar{
flex-wrap: wrap;
}
.shop-toolbar .shop_ordering{
margin-left: auto;
}

.main-menu.sticky_header {
position: fixed;
right: 0;
left: 0;
top: 0;
z-index: 8;
background: var(--body-bg-color);
color: var(--color-font);
border-bottom: 1px solid var(--border-color);
}
#navbar-main.storesnav .navbar-nav .has-submenu-dropdown .parent-arrow i:before{
    content: "\f067";
}
#navbar-main.storesnav .navbar-nav .has-submenu-dropdown.show .parent-arrow i:before{
    content: "\f068";
}
}

@media (max-width:767px) {
.topbar .topbar-sidebar {
padding: 5px;
}

.topbar .topbar-sidebar {
width: 100%;
}

.topbar-sidebar .topbar-widget{
padding: 0 10px;
}

.product_search {
min-width: 100%;
}

.products_input_wrapper {
padding: 0;
}

.site-header .impressive-container .header-logo {
width: auto;
}

#site-header .header-logo .main-logo {
max-width: 100%;
margin-right: auto;
margin-bottom: 0;
}

.shop-toolbar .filter-mobile {
bottom: 40px;
}
.shop-toolbar .products-shop-view{
    margin-left: auto;
    width: 100%;
    justify-content: flex-end;
}

.site-header .extras-menu>li.menu-item-cart {
display: none;
}

.site-header .extras-menu {
width: 100%;
justify-content: space-between;
}

.site-header .impressive-container .header-extras {
width: auto;
justify-content: space-between;
}

.site-header .extras-menu {
margin: 0;
}

.category-opened #categorysidebar.sidenav-cart a {
font-size: 14px;
}

#categorysidebar .product-list .list-item {
padding: 5px 0;
}

.single_product .product_description #addToCartbtn .btn {
width: 50px;
height: 45px;
}

.single_product .product_description .number-input {
height: 45px;
}

.single_product .product_description .number-input button {
width: 3rem;
}

.single_product .product_description .number-input input[type=number] {
width: 5rem;
max-width: 5rem;
}

.single_product .product_description #addToCart1 .btn-primary {
width: 240px !important;
border-radius: 4px;
}

.site-header .main-menu .menu_additional_widget .btn {
top: 0;
left: 0;
width: 100%;
position: relative;
display: flex;
justify-content: space-between;
padding-left: 10px;
padding-right: 10px;
}

.site-header .main-menu .menu_additional_widget {
margin: 0;
width: 100%;
}

.site-header .main-menu .menu_additional_widget+.menu_additional_widget {
margin-top: 10px;
}

#order_type_selection .modal-header h5,
#shop_close .modal-header h5,
#store_location .modal-header h5,
#referral_welcome .modal-header h5,
#account_created .modal-header h5,
#table_qr_modal .modal-header h5 {
font-size: 0.9rem;
}
.list_view_1 .product-col .strip{
flex-direction: column;
}
.list_view_1 .product-col .strip figure{
max-width: 100%;
}
.list_view_1 .product-col .strip .product_content{
width: 100%;
min-height: unset;
}
.product-col .strip .cart_section{
position:relative;
top: 0;
bottom:unset;
justify-content: flex-end;
right: 0px;
left:unset;
}
.list_view_1 .product-col .strip .product_content .product_details{
margin-top: 15px;
}
.mordern_footer_mobnav li.active .indicator{
max-width: 70px;
max-height: 70px;
}
.primary-sidebar .product-list .list-item{
max-height: 500px;
}
.topbar .topbar-sidebar{
gap: 15px 0;
}
.topbar-sidebar>div:after{
display:none;
}
.header_search .product-extra-search .open_search{
top: 10px;
right: 15px;
}
.breadcrumb-banner-sec{
padding: 25px 0;
}
.breadcrumb-banner-sec h1{
font-size: 1.8rem;
}
}
@media (max-width:525px) {
.mordern_footer_mobnav li.active .indicator{
max-width: 60px;
max-height: 60px;
}
#productModal .quantity-area{
flex-wrap: wrap;
justify-content: space-around;
gap:0;
}
#productModal .quantity-area .form-group{
width: 50%;
flex-basis: 50%;
}
#productModal .quantity-area .quantity-btn{
width: 50%;
flex-basis: 50%;
}
#productModal .quantity-area #buynow_form{
width: 100%;
flex-basis: 100%;
}
#productModal #addToCart1 .btn-primary {
width: 100%;
border-radius: 0;
padding: 0;
font-size: 0.8rem;
}
#site-header .header-logo .main-logo{
margin: 0 auto;
}
.google_translate_element{
height: 40px;
margin: 30px 0;
}
.google_translate_element .goog-te-gadget{
height: 45px;
padding: 15px 0 10px 0;
}
.site-header .extras-menu>li.menu-toggle-navigation,
.site-header .extras-menu>li.menu-item-cart,
.site-header .extras-menu>li.menu-item-search{
display:none;
}
.impressive_nav .nav-pills .nav-item:not(:last-child){
margin-right: 20px;
}
.impressive_nav .nav-pills .nav-link{
font-size: 20px;
line-height: 20px;
margin-top: 1rem;
}
.categories .impressive_nav {
padding-top: 0rem;
padding-bottom: 0rem;
}
.product-col .strip{
margin-bottom: 15px;
}
#product_section .strip figure img{
min-height: auto;
max-height: 100%;
}
#product_section .strip figure{
height: 100%;
}
.impressive_theme .swiper-pagination-bullet{
width: 10px;
height: 10px;
}
.shop-toolbar .filter-mobile {
bottom: 90px;
}
.shop-toolbar .shop_ordering {
margin-left: 0;
width: 100%;
}
.shop-toolbar #sort-filter{
min-width: 100%;
}
.shop-toolbar .products-per-page{
margin-left: 0;
}
.products-per-page .per-page-variation:last-child{
display:none;
}
.bottom-cart-buttons .btn{
padding: 5px 10px;
}
.breadcrumb-banner-sec{
padding: 20px 0;
}
.breadcrumb-banner-sec h1{
font-size: 1.6rem;
}
}
@media (max-width:400px) {
.shop-toolbar .products-shop-view{
margin-left: auto;
}
}
footer.footer.bg-dark-blue{
background: var(--store_footer_background);
}
:root.dark-mode footer.footer.bg-dark-blue{
background: var(--body-bg-color);
}
#navbar-main.storesnav .navbar-nav .has-submenu-dropdown .parent-arrow {
position: absolute;
right: 5px;
top: 5px;
}
#navbar-main.storesnav .navbar-nav .has-submenu-dropdown .submenu{
position: absolute;
}
.has-submenu-dropdown .dropdown-menu .dropdown-item {
padding: 0.5rem;
}
@media (max-width:767px) {
#navbar-main.navbar-expand-lg .navbar-nav li {
width: 100%;
}
.site-header .extras-menu>li.menu-toggle-navigation {
padding: 0;
}
.googleTranslateHolder, .googleTranslateHolderMobile{
padding:0;
}
#site-header .header-row{
justify-content: flex-start;
}
.site-header .impressive-container .header-extras{
padding:0;
}
.site-header .extras-menu>li:last-child{
    padding-right:10px;
}
#first-modal-warning .two-button-row{
    flex-direction: column;
}
}
@media (min-width: 1025px){
.header_search .product-extra-search {
padding: 80px;
}
.site-header .extras-menu>li.menu-toggle-navigation {
display: none;
}
}
@media (min-width: 992px) and (max-width: 1024px){
    .strip .product_content .product_details {
        width: 100%;
    }
#navbar-main .navbar-nav .nav-link{
padding: 0.5rem 0.65rem;
}
}
.minimum_free_delivery_sec p{
margin:0;
}
.empty-state i {
font-size: 5rem;
opacity: 0.4;
}
.empty-state{
position: absolute;
left: 50%;
transform: translate(-50%, -50%);
top: 50%;
}
.list_description .section{
padding-top: 0;
padding-bottom: 0;
}
.main-img-slider {
position: relative;
}
.main-img-slider a img{
width:100%;
margin-bottom:15px;
}
.single_product .demo-gallery .discount_percent {
top: 10px;
position: absolute;
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
padding: 0.2rem 0.5rem;
line-height: 1.3;
background-color: #f03e3e;
color: #fff;
border-radius: 0;
font-size: 0.8rem;
left: 10px;
z-index: 1;
}
.main-img-slider a {
position: relative;
}
.main-img-slider a .image-viewer {
position: absolute;
right: 10px;
top: 10px;
width: 40px;
height: 40px;
display: flex;
align-items: center;
justify-content: center;
background: #fff;
border-radius: 50rem;
overflow: hidden;
box-shadow: 2px 2px 2px #00000036;
-webkit-transition: all 250ms ease-out;
-o-transition: all 250ms ease-out;
transition: all 250ms ease-out;
}
.main-img-slider a .image-viewer:active {
    box-shadow: none;
    -webkit-transition: all 250ms ease-out;
-o-transition: all 250ms ease-out;
transition: all 250ms ease-out;
}
.breadcrumb-item+.breadcrumb-item::before{
    content: "\f105";
    font-family: 'Line Awesome Free';
    font-weight: 900;
}
@media (max-width:400px) {
.header-logo .main-logo .site-logo, .site-logo-footer {
    width: auto;
    max-height: 45px;
}
}
@media (min-width: 1200px){
.col-lg-4 {
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
}
    
}
@media (min-width: 1400px){
.col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
}
}

@media (min-width:1240px) {
    .about_section .about-image img {
        max-width: 450px;
    }
}
.product-list .list-item a span{
    max-width:30px;
    margin-right: 10px;
}
.tags-cloud a span{
    max-width:30px;
    margin-right: 10px;
}
#order_type_form h4,
#shop_close h4,
#first-modal-warning h4 {
    font-size: 15px;
}
#first-modal-warning .two-button-row>div {
    width: auto;
}
.single-service {
    cursor:pointer;
    position: relative;
    padding:1.2rem;
    margin-bottom:30px;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    box-shadow: 0px 10px 60px 0px rgb(0 0 0 / 7%);
}
.single-service:hover{
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    box-shadow: 0px 10px 30px 0px rgb(0 0 0 / 10%);
    -webkit-box-shadow: 0px 10px 30px 0px rgb(0 0 0 / 10%);
    -moz-box-shadow: 0px 10px 30px 0px rgb(0 0 0 / 10%);
}
.single-service .service_custom {
    transition: all 250ms ease-in-out 0s;
    -webkit-transition: all 250ms ease-in-out 0s;
    display: block;
}
.featured_image_service {
    width: 210px;
    height: 210px;
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0 auto 20px;
    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;
}
.featured_image_service::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;
}
.single-service:hover .featured_image_service::after {
    animation: zoom-hover 0.95s;
}
.featured_image_service img {
    height: 100%;
    max-width: 100%;
    border: none;
    object-fit: cover;
}
.single-service .service-thumbnail a {
    display: block;
}
.single-service .service-details {
    padding: 0;
    background-color:#fff;
}
.single-service .service-name {
    margin-top: -5px;
    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: 'Poppins', sans-serif;
    font-weight:600;
}
.single-service .service-excerpt p {
    line-height: 24px;
    font-family: 'Poppins', sans-serif;
    font-weight:500;
    color: #4c4c4c;
    font-size: 14px;
    margin-bottom:5px;
}
.single-service .btn-link{
    color: var(--storecolor);
}
.about-content-text {
    margin: 1rem 0;
}
.about-content-btn-wrapper .btn,
#navbar-main .menu-item-booking .btn{
border:none;
border-radius: 0.25rem;
background: var(--store_button_background);
color: var(--store_button_text);
-webkit-transition: all .2s;
-o-transition: all .2s;
transition: all .2s;
}
.site-header .extras-menu>li .btn{
border:none;
border-radius: 0.25rem;
background: var(--book_now_button_background);
color: var(--book_now_button_text);
-webkit-transition: all .2s;
-o-transition: all .2s;
transition: all .2s;
}
.store_services, .store_testimonials{
    padding-top:2rem;
}
.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 {
    box-shadow: 0px 10px 30px 0px rgb(0 0 0 / 10%);
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}
.store_services .owl-carousel .owl-stage-outer{
    padding: 2.5rem 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,
.single-service:hover .featured_image_service {
    border-color: var(--storecolor);
    -webkit-transition: all .2s;
-o-transition: all .2s;
transition: all .2s;
}
.store_services .card:hover .card-image::after {
    animation: zoom-hover 0.95s;
}
.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;
}
.section-title {
    margin-bottom: 1.5rem;
}
.section-title-desc {
    /* margin: 0;
    text-transform: uppercase;
    font-size: 35px;
    color: #1c1a1d;
    font-weight: bold;
    line-height: 1.2em; */
}
.section-title-desc {
    margin: 0;
    font-family: RoosW01-RomanItalic;
    font-size: 35px;
    font-weight: 400;
    line-height: 41px;
    letter-spacing: 0em;
    text-align: center;
    font-style: italic;
    color: #8C8B8C;
    margin-top: 15px;
}
.store_services .card:hover .card-title{
    color: var(--storecolor);
}
.store_services .card .card-desc,
.single-service .service-excerpt {
    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,
.single-service .service-details .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,
.product_brand_sec .owl-theme .owl-nav {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -3rem;
    margin: auto;
    z-index: 2;
    line-height: 0.8;
}
.store_testimonials .owl-theme .owl-nav{
    bottom: -2rem;
}
.store_services .owl-theme .owl-nav button,
.store_testimonials .owl-theme .owl-nav button,
.product_brand_sec .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,
.product_brand_sec .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,
.product_brand_sec .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;
}
.section-title-tagline {
    font-size: 30px;
    margin: 0;
    line-height: 1.2em;
    font-family: 'Great Vibes', cursive;
}
.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:hover .testimonials-card-image::after{
    animation: zoom-hover 0.95s;
}
.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: 0;
}
/**About Style 1**/
.about_us_progress {
    margin: 1rem 0;
}
.about-content h4 {
    font-size: 1.2rem;
    font-weight: 600;
}
.about_us_progress_title {
    text-transform: capitalize;
    margin: 0;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 5px;
    letter-spacing: 1.2px;
}
.about_us_progress_bar {
    width: 100%;
    height: 15px;
    border: 1px solid #e8e3da;
    box-shadow: none;
    position: relative;
}
.about_us_progress_inner {
    position: absolute;
    height: calc(100% - 6px);
    left: 4px;
    top: 3px;
    background-color: var(--storecolor);
    transition: all 700ms linear;
    width: 0px;
}
.about_us_progress_number {
    position: absolute;
    bottom: calc(100% + 5px);
    right: 0;
    font-size: 14px;
    font-weight: 400;
}
/**Counter Style 1**/
.counter_section {
    padding-top: 3rem;
    padding-bottom: 3rem;
}
.counter_section_style_1 {
    background-color: var(--storecolor);
}
.counter_list_style_1 {
    display: flex;
    flex-wrap: wrap;
    row-gap: 20px;
}
.counter_list_style_1 .counter_list_item {
    display: flex;
    align-items: center;
    margin-top: -6px;
    position: relative;
}
.counter_list_style_1 .counter_list_item_icon {
    margin-right: 20px;
    flex-shrink: 0;
    -webkit-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
    width: 50px;
}
.counter_list_style_1 .counter_list_item_count {
    margin: 0;
    color: #fff;
    font-family: var(--store_primary_font);
    font-size: 35px;
    font-weight: 500;
    line-height: 1;
}
.counter_list_style_1 .counter_list_item_text {
    margin: 0;
    color: #fff;
    font-size: 16px;
    line-height: 36px;
    margin-top: 7px;
    margin-bottom: -6px;
}
.counter_list_style_1 .counter_list_item:not(:first-of-type)::before {
    content: "";
    width: 1px;
    height: 67px;
    background-color: #fff;
    position: absolute;
    top: 50%;
    left: -57px;
    transform: translateY(-50%);
    opacity: 0.3;
    display: none;
}
/**Why Choose us Style 1**/
.why_choose-content-list {
    margin-top: 1rem;
}
.why_choose-content-list.list_style_1 > .why_choose-content-list-content {
    padding-left: 2rem;
    position: relative;
}
.why_choose-content-list.list_style_1 > .why_choose-content-list-content:before {
    content: "\f058";
    font-family: 'Line Awesome Free';
    font-size: 1.5rem;
    color: var(--storecolor)!important;
    position: absolute;
    left: 0px;
    font-weight: 900;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}
.why_choose-content-list-title{
    color: var(--storecolor)!important;
    margin-bottom: 0;
    font-weight: 600;
}
.why_choose-content-list-description {
    font-size: 0.9rem;
    color: #000;
}

/**Promotion Style 1**/
.promotion_section_style_1 {
    padding-top: 2rem;
    padding-bottom: 2rem;
}
.promotion_section_style_2 {
    padding-top: 3rem;
    padding-bottom: 3rem;
}
.promotion_list_style_1 {
    border-style: solid;
    border-width: 2px;
    border-color: #ebebeb;
    transition: background .3s,border .3s,border-radius .3s,box-shadow .3s;
    padding: 30px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.promotion_list_style_1 .promotion_list_item {
    position: relative;
    min-height: 1px;
    display: flex;
    width: 25%;
    align-items: center;
    text-align: left;
    flex-direction: row;
}
.promotion_list_style_1 .promotion_list_item_icon {
    width: 20%;
    margin-right: 18px;
    margin-bottom: 10px;
    display: inline-block;
}
.promotion_list_style_1 .promotion_list_item_content {
    width: 100%;
    padding: 0 20px 0 0;
}
.promotion_list_style_1 .promotion_list_item_title {
    color: #111;
    font-size: 15px;
    font-weight: 500;
}
.promotion_list_style_1 .promotion_list_item_text {
    color: #888;
    font-size: 13px;
    font-weight: 400;
    margin-bottom: 0;
}

.promotion_list_style_1 .promotion_list_item:not(:first-of-type)::before {
    content: "";
    width: 2px;
    height: 67px;
    background-color: #ebebeb;
    position: absolute;
    top: 50%;
    left: -20px;
    transform: translateY(-50%);
    display: none;
}
.promotion_list_style_2 {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
.promotion_list_style_2 .promotion_list_item {
    position: relative;
    min-height: 1px;
    display: flex;
    width: 100%;
    align-items: center;
    text-align: center;
    flex-direction: column;
    flex: 0 0 calc(33% - 20px);
    max-width: calc(33% - 20px);
    padding: 45px 25px 25px 25px;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #E1E1E1;
    border-radius: 5px 5px 5px 5px;
    background-color: #fff;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}
.promotion_list_style_2 .promotion_list_item_title {
    font-size: 1.1rem;
    font-weight: 600;
}
.promotion_list_style_2 .promotion_list_item_icon {
    margin-bottom: 1rem;
}
.promotion_list_style_2 .promotion_list_item_text {
    margin: 0;
}
.promotion_list_style_2 .promotion_list_item:hover {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
    box-shadow: 3px 5px 15px 5px #ebebeb;
}
/*** FAQs Page***/
.faqs-page .accordion {
    border: 1px solid var(--border-color);
}
.faqs-page .accordion>.card .card-header{
    padding:0;
    border: none;
}
.faqs-page .accordion>.card{
    border: none;
}
.faqs-page .accordion .card-body{
    font-size:0.9rem;
}
.faqs-page .accordion>.card .card-header .btn{
    padding: 15px 20px;
    cursor: pointer;
    width: 100%;
    text-align: left;
    box-shadow: none;
    transform:none;
    border: none;
    background: #fff;
}
.faqs-page .accordion>.card .card-header .btn:not(.collapsed){
    color: var(--storecolor);
}
.faqs-page .accordion>.card + .card {
    border-top: 1px solid var(--border-color);
}
.faqs-page .accordion .card .card-header .btn-header-link.collapsed:after {
    content: "\f067";
}
.faqs-page .accordion .card-header .btn-header-link:after {
    content: "\f068";
    font-family: 'Line Awesome Free';
    font-weight: 900;
    float: right;
}
.faqs-page-cta {
    padding: 30px;
    background: var(--storecolor);
}
.faqs-page-cta .faqs-page-cta-title {
    font-size: 1.2rem;
    color: #fff;
    font-weight: 500;
}
.faqs-page-cta .faqs-page-cta-text a{
    font-size: 1rem;
    color: #fff;
}
.faqs-page-cta .faqs-page-cta-text i{
    color: var(--store_footer_link)!important;
    background: #00000040;
    box-shadow: none;
    font-size: 18px;
    border: none;
    line-height: 1;
    border-radius: 50%;
    text-align: center;
    padding: 0.5em;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}
.faqs-page-cta .faqs-page-cta-text {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    gap: 10px;
}
.faqs-page-cta .faqs-page-cta-text:hover i {
    background-color: #000;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}
#product_section .strip figure: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;
}
#product_section .strip:hover figure:after {
    animation: zoom-hover 0.95s;
}
.strip figure:hover img{
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
.product-col .strip:hover{
    border-color: var(--storecolor);
}
.widget_services_list .product-list{
    max-height: 400px !important;
    overflow-y: auto;
    overflow-x: hidden;
    scrollbar-width: thin;
    scrollbar-color: var(--storecolor) transparent;
    padding:0;
    padding-bottom: 8px;
}
.aboutinfo ol.hours li{
    color: #fff;
    font-weight: 400;
    column-gap: 35px;
    padding: 2px 0;
    font-size: 14px;
}
.product-list .list-item .list-item {
    border: none;
    font-size: 13px;
}
.site-header .header-extras.header-menu-toggle{
    display:block;
}
.swiper-container-horizontal>.swiper-pagination-bullets {
    margin: auto 0;
    position: absolute;
    right: 0;
    text-align: left;
    top: 50%;
    transform: translateY(-50%);
    width: 50px;
    left: unset;
    bottom: unset;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.swiper-button-prev {
    top: 35%;
    transform: translateY(-35%);
}
.swiper-button-next {
    right: auto;
    left: 10px;
    top: 60%;
    transform: translateY(-60%);
}
.swiper-button-next, .swiper-button-prev{
    transition: all 400ms ease;
    width: 52px;
    height: 52px;
    outline: none;
    box-shadow: none;
    background-image: none;
    border: none;
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    display: block;
    color: #fff;
    line-height: 53px;
    font-size: 16px;
    margin: 10px 0;
    text-align: center;
}
.swiper-button-next:before{
    content: "\f30b";
}
.swiper-button-prev:before{
    content: "\f30a";
}
.swiper-button-next:before,
.swiper-button-prev:before {
    font-family: 'Line Awesome Free';
    font-size: 1.5rem;
    color: #fff;
    position: absolute;
    left: 50%;
    font-weight: 900;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    transform: translateX(-50%);
}
.swiper-button-next:hover, .swiper-button-prev:hover{
    background-color: var(--storecolor);
}
@media (min-width: 768px){
    .counter_list_style_1 .counter_list_item {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .promotion_list_style_1 .promotion_list_item {
        flex: 0 0 50%;
        max-width: 50%;
    }
}
@media (min-width: 992px){
    .primary-sidebar {
        position: relative;
        opacity: 1;
        visibility: visible;
        z-index: 0;
        height: 100%;
        pointer-events: all;
        padding-left: 15px;
        background:#fff;
    }
    .category-page .primary-sidebar .sticky_sidebar {
        transform: translateX(0);
        height: 100%;
        max-height: 100%;
    }
    .shop-toolbar .filter-mobile{
        display:none;
    }
    .shop-toolbar .products-per-page{
        margin-left: auto;
    }
    .primary-sidebar .close-filter{
        display:none;
    }
    .swiper-container-horizontal>.swiper-pagination-bullets {
        width: 60px;
    }
}
@media (min-width: 1200px){
    .counter_list_style_1 {
        justify-content: space-between;
        gap: 0;
    }
    .counter_list_style_1 .counter_list_item {
        flex: 0 0 auto;
        max-width: none;
    }
    .counter_list_style_1 .counter_list_item:not(:first-of-type)::before {
        display: block;
    }
    .promotion_list_style_1 {
        justify-content: space-between;
        gap: 0;
    }
    .promotion_list_style_1 .promotion_list_item {
        flex: 0 0 auto;
        max-width: none;
    }
    .promotion_list_style_1 .promotion_list_item:not(:first-of-type)::before {
        display: block;
    }
    .site-header .header-extras.header-menu-toggle{
        display:none;
    }
}
@media (min-width: 1400px){
    .our-services .col-lg-4{
        flex: 0 0 25%;
        max-width: 25%;
    }
}
@media (max-width: 1024px){
    .site-header .header-extras-right{
        flex: 0 0 70%;
        max-width: 70%;
    }
}
@media (max-width: 992px){

    .swiper-button-next, .swiper-button-prev{
        width: 42px;
        height: 42px;
        line-height: 43px;
    }
    .swiper-button-prev {
        top: 15%;
        transform: translateY(-15%);
    }
    .swiper-button-next {
        top: 70%;
        transform: translateY(-70%);
    }
}
@media (max-width: 768px){
    .shop-toolbar .products-shop-view{
        display:none;
    }
    .shop-toolbar .products-found{
        flex: 0 0 50%;
    }
    .shop-toolbar .filter-mobile{
        flex: 0 0 50%;
        position: relative;
        left: 0;
        bottom: 0;
        margin: 0;
    }
    .shop-toolbar .products-per-page{
        flex: 0 0 50%;
        margin: 0;
    }
    .shop-toolbar .shop_ordering{
        flex: 0 0 50%;
        width: 100%;
        margin: 0;
    }
    .shop-toolbar #sort-filter{
        min-width: 100%;
    }
    .section-title-tagline{
        font-size: 23px;
    }
    .section-title-desc{
        font-size: 28px;
    }
    .swiper-button-next, .swiper-button-prev{
        display:none;
    }
}
@media (max-width: 600px){
    .shop-toolbar .products-found{
        flex: 0 0 100%;
    }
    .shop-toolbar .filter-mobile{
        flex: 0 0 40%;
        position: relative;
    }
    .shop-toolbar .products-per-page{
        flex: 0 0 50%;
        margin: 0;
    }
    .shop-toolbar .shop_ordering{
        flex: 0 0 100%;
    }
    .section-title-tagline{
        font-size: 18px;

    }
    .section-title-desc{
        font-size: 22px;
    }
    .testimonials-card-top{
        flex-direction: column;
        gap: 10px;
    }
    .testimonials-card-image{
        margin-right: 0;
    }
    .testimonials-card-top-left{
        text-align:center;
    }
    .testimonials-card-content{
        margin-top: 10px;
        padding-top: 10px;
    }
    .store_testimonials .owl-carousel .owl-stage-outer{
        padding-bottom: 0;
    }
    .section{
        padding-top: 2rem;
        padding-bottom: 2rem;
    }
    .store_services .owl-carousel .owl-stage-outer{
        padding: 0;
    }
    .store_services .card .card-desc{
        line-height: 20px;
    }
    .store_services .card-content .card-title{
        font-size: 17px;
    }
    .product_brand_sec.section{
        padding-bottom: 4rem;
    }
    .store_services .card{
        padding: 0.8rem;
    }
}
@media (max-width: 300px){
    .site-header .impressive-container .header-logo {
        width: calc(100% - 60px);
    }
    .store_services .card-image{
        width: 180px;
        height: 180px;
    }
}
@keyframes zoom-hover {
    0% {
        opacity: 1;
    }
    40% {
        opacity: 1;
    }
    100% {
        width: 120%;
        height: 120%;
        opacity: 0;
    }
}
.srvce_card-image {
    position: relative;
    width: 180px;
    height: 180px;
    border-radius: 25rem;
    margin: 7px auto 28px;
    object-fit: cover;
}
img.activator.owl_image {
    display: block;
    width: 170px;
    height: 170px;
    margin: 0 auto;
    object-fit: cover;
    border-radius: 7rem;
    padding: 5px;
    border: 1.5px solid var(--storecolor);
}
.card.border-0.crd_bg_clr {
    background-color: var(--storecolorlight);
}
a.viewmr_btn {
    padding: 4px 10px;
    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(--store_button_background);
    letter-spacing: 0.1em;
    color: var(--store_button_text);
    width: 170px;
    height: 40px;
    margin: 0 auto;
    border: 1.4px solid var(--store_button_text);
    border-radius: 5rem;
    font-family: var(--store_primary_font);
    font-size: 17px;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: 0em;
    text-align: left;
}
i.las.la-arrow-right {
    border: 2px solid var(--store_button_text);
    padding: 5px;
    border-radius: 5rem;
    font-size: 18px;
    position: relative;
    right: -7px;
    transition: rotate 0.3s ease;
}
a.viewmr_btn_abt_sec{
    padding: 4px 10px;
    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(--store_button_background);
    letter-spacing: 0.1em;
    color: var(--store_button_text);
    width: 170px;
    height: 40px;
    margin: 15px auto;
    border: 1.4px solid var(--store_button_text);
    border-radius: 5rem;
    font-family: var(--store_primary_font);
    font-size: 17px;
    font-weight: 400;
    letter-spacing: 0em;
    margin-left: 0px !important;
}
h5.titl_cntr {
    font-size: 30px;
    font-weight: 400;
    line-height: 25px;
    letter-spacing: 0em;
    color: var(--storecolor);
    text-align: center;
    font-family: Hammersmith one;
}
h5.subtitle_cntr {
    font-family: RoosW01-RomanItalic !important;
    font-size: 30px;
    font-style: italic;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0em;
    text-align: center;
    color: var(--storecolor);
}
.site-header .btn{
    font-size: 11px !important;
}
.img_card{
    position: relative;
    width: 250px;
    height: auto;
    background-color: white;
    margin: 0 auto 20px;
}
h2.view_btn_txt {

    display: flex;
    align-items: center;
    text-transform: uppercase;
    transition: all 500ms ease;
    position: relative;
    text-shadow: 0 0 0.5px currentColor;
    justify-content: center;
    color: var(--store_button_text);
    margin: 0 auto;
    font-family: var(--store_primary_font);
    font-size: 17px;
    font-weight: 100;
    line-height: 26px;
    letter-spacing: 0em;

}
.img_card1{
    position: relative;
    width: 250px;
    height: auto;
    background-color: white;
    margin: 50px auto 20px;
}
.srvc_ttl_div{
    margin-top: 20px;
        margin-bottom: 1rem;
}
.img_bgnd {
    position: relative;
    width: 130px;
    height: 130px;
    background-color: var(--storecolorlight);
    margin: 18px auto 0px;
    border-radius: 10px;
}
.img_card-title{
    text-align: center;
    font-family: var(--store_primary_font);
font-size: 15px;
font-weight: 400;
line-height: 19px;
letter-spacing: 0em;
color: var(--storecolor);
}
.img_card-text{
    text-align: center;
    font-family: var(--store_primary_font);
font-size: 15px;
font-weight: 400;
line-height: 19px;
letter-spacing: 0em;

}
.card-img-top {
    width: 123px;
    height: 123px;
    margin: 5px;
    position: relative;
}
.img_cunt_bx {
    background-color: var(--storecolor);
    color: white;
    position: relative;
    bottom: 145px;
    right: 25px;
    border: 1px solid var(--storecolorlight);
    border-radius: 0.2rem;
    padding: 5px;
    font-size: 20px;
}
img.arrw_png {
    position: relative;
    margin: -100px 0 0 173px;
    width: 100px;
    height: auto;
    z-index: 2;
    transform: rotate(21.97deg);
}
img.arrw_png2 {
    position: relative;
    margin: -100px 0 0 173px;
    width: 100px;
    height: auto;
    z-index: 2;
    transform: rotate(360deg);
}
.contnr_bg_clr{
    background-color: var(--storecolorlight);
}
.img_sec_lft{
    position: relative;
    width: 600px;
    height: auto;
    margin: 30px auto;
}
.titl_cntr_lft{
    font-size: 30px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0em;
    color: var(--storecolor);
    text-align: left;
    margin-top: 15px;
    font-family:Hammersmith one;
}
.subtitle_cntr_lft{
    font-family: RoosW01-RomanItalic !important;
    font-size: 30px;
    font-style: italic;
    font-weight: 400;
    line-height: 41px;
    letter-spacing: 0em;
    text-align: left;
    color: #8C8B8C;
}

.cuntr_container {
    display: flex;
    justify-content: space-around;
    align-items: center;
    font-size: 24px;
  }

  .counter {
    text-align: center;
    margin: 10px;
  }

  .cunt_nmbr {
font-size: 36px;
font-family: Vocal-black;
font-size: 48px;
font-weight: 200;
line-height: 58px;
letter-spacing: 0em;
text-align: center;
margin-top: 20px;
  }

  .cuntr_description {
font-family: CelebMF;
font-size: 21px;
font-weight: 500;
line-height: 39px;
letter-spacing: 0em;
text-align: center;
color: var(--storecolor);
margin: 10px auto;
  }


  .store_testimonials .owl-theme .owl-nav button{
    width: 15px;
    height: 15px;
    margin: 0 2.5px;
    transition: all 500ms ease;
    color:var(--storecolor);
    background: var(--storecolor);
    border-radius: 5rem !important;
    text-align: center;
    font-size: 12px;
    line-height: 19px;
  }
.crd_bg_clr_tsmnl{
    background-color: #FFF;
    margin-top: 117px;
    bottom: 20px;
    box-shadow: 0px 4px 4px 0px #00000040;
    border:1px solid var(--storecolor) !important;
    border-radius: 15px;
}
.store_testimonials img.activator.owl_image {
    display: block;
    width: 170px;
    height: 170px;
    margin: -100px auto;
    object-fit: cover;
    border-radius: 7rem;
    padding: 5px;
    border: 1px solid transparent;
}
.undrline {
    position: absolute;
    border-bottom: 4px solid var(--storecolor);
    width: 50px;
    margin-top: -60px;
    left: 33%;
}
.undrline2 {
    position: absolute;
    border-bottom: 4px solid var(--storecolor);
    width: 50px;
    margin-top: -60px;
    right: 33%;
}
.srvce_card-image_tsmnl {
    position: relative;
    width: 180px;
    height: 80px;
    border-radius: 25rem;
    margin: 7px auto 28px;
    object-fit: cover;
}

.card-title_tsmnl {
    margin-bottom: 0.25rem;
    font-weight: bold;
    color: var(--storecolor);
}
section#str_tsmnl_sec {
    padding-top: 2rem;
}
img.qute_img {
    position: absolute;
    top: -106px;
    left: -38px;
    width: 30px !important;
    height: 55px;
    z-index: 999;
}
img.qute_img2 {
    position: absolute;
    top: 30px;
    left: 175px;
    width: 30px !important;
    height: 55px;
    z-index: 999;
}
p.card-desc_tsmnl {
    padding: 8px;
    font-size: 18px;
    font-weight: 500;
    width: 95%;
    margin: 0 auto;
    /* height: 250px; */
}
.product-col .strip .product_content .product_details {
    padding: 10px 10px 20px;
    position: relative;
    z-index: 0;
    background: var(--storecolorlight);
    border-radius: 0px 0px 10px 10px;
    width: 100%;
}
.cart_section {
    position: relative;
    top: 0;
    display: flex;
    justify-content: center;
    width: 100%;
    right: 0;
    left: 0;
    z-index: 0;
    -webkit-transition: all 250ms ease-out;
    -o-transition: all 250ms ease-out;
    transition: all 250ms ease-out;
}
.cart_section_srve_prdt #addToCartbtn .btn {
    width: 140px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    background-color:var(--store_button_background);
    flex-direction: column;
    border: 1.5px solid var(--store_button_text);
    margin-top: 55px;
    border-radius: 10rem;
        transform: none;
}
#addToCartbtn .btn span{
    color: var(--store_button_text) !important;
}
.cart_add_button {
    position: absolute;
    z-index: 999;
}
.cart_section_srve_prdt {
    display: flex;
    align-items: start;
    flex-direction: row-reverse;
}
.section-title-tagline {
    font-size: 30px;
    margin: 0;
    line-height: 1.2em;
    font-family: 'Hammersmith One', sans-serif;
    color: var(--storecolor);
}
.cart_icn{
    margin-top: -30px;
    position: absolute;
    left: 99px;
    border: 2px solid var(--store_button_text);
    color: var(--store_button_text);
    border-radius: 5rem;
    width: 25px;
    height: 25px;
    padding: 2px;
}
#crt_icn {
    margin-top: -4px;
    position: absolute;
    left: -4px;
    color: var(--store_button_text);
    border-radius: 5rem;
    width: 25px;
    height: 25px;
    padding: 2px;
}
span#add_to_crt_txt {
    position: relative;
    left: -13px;
    font-size: 12px !important;
}
img.img-fluid.image_galry {
    position: relative;
    object-fit: contain;
    width: 400px;
    height: 400px;
}
.col-md-4.col-10.img_glry_div {
    width: 400px;
    height: 400px;
    margin-top: 20px;
    background-color: white;
    object-fit: cover;
}

.img_glry_div:hover:before {
    opacity: 0.8;
    visibility: visible;
    border-radius: 5px;
    z-index: 2;
}
.img_glry_div:before {
    content: '';
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 5px;
    background: #3B658D;
    left: 0;
    opacity: 0;
    visibility: hidden;
    transition: 0.4s;
    transition: all .3s ease;
}

.glry_card {
    background-color: white;
    width: 0;
    height: 0;
    margin: 0;
    position: relative;
    text-align: center;
    z-index: 2;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;

    box-shadow: 0px 0px 20px rgba(0,0,0,0.1);
    display: none;
}
.img_glry_div:hover .glry_card {
    display: block;
    transform: scale(1, 1);
    width: 400px;
    height: 105px;
    margin: -110px auto 0;
  }
span.lens_crd {
    background-color: var(--storecolor);
    width: 60px !important;
    position: relative;
    display: inline-block;
    height: 50px !important;
    bottom: 295px;
    left: 70px;
    border-radius: 5px;
}
box-icon.srch_icn {
    position: relative;
    width: 53px;
    height: 45px;
    top: 4px;
}
span.card_date_sec {
    position: relative;
    left: 20px;
    bottom: 32px;
    font-size: 25px;
    font-weight: 600;
}
h5.crd_head {
    font-family: var(--store_primary_font);
    font-size: 30px;
    font-weight: 400;
    line-height: 51px;
    letter-spacing: 0em;
    text-align: center;
    color: var(--storecolor);
}
.store_services .owl-theme .owl-nav [class*=owl-]:hover {
    background: var(--storecolor);
    color: var(--storecolorlight);
    text-decoration: none;
    border-radius: 5rem;
}
.store_services .owl-theme .owl-nav button{
width: 26px;
height: 27px;
background-color:var(--storecolor);
margin: 0 2.5px;
padding: 0;
transition: all 500ms ease;
font-size: 12px;
color: var(--storecolor);
text-align: center;
font-size: 12px;
line-height: 27px;
border-radius: 5rem;
}

/*.store_testimonials .owl-item.active {*/
/*    left: 20px;*/
/*    right: 20px;*/
/*}*/
span.cat_name {
    font-family: RoosW01-RomanItalic;
    font-size: 30px;
    font-weight: 400;
    line-height: 0px;
    letter-spacing: 0em;
    text-align: left;
    font-style: italic;
    color: #8C8B8C;
}

/************* RWD Designs ****************/

@media only screen and (max-width: 575.98px) {
    .product_description #addToCartbtn .btn {
        width: 130px;
        margin-top: 0px;

    }
    .titl_cntr_lft{
        font-size: 25px;
    }
    .section-title-tagline {
        font-size: 25px;
    }
    span.cat_name{
        font-size: 25px;
        padding: 1rem 0.1rem;
    }
    .section-title{
        margin-bottom: 0.5rem;
    }
    section#restaurant-content {
        padding-bottom: 0rem;
    }
    section.store_services.section {
        padding-top: 0rem;
        padding-bottom: 4rem;
    }
    section.img_cntnr_sec {
        padding-top: 0rem;
        padding-bottom: 0rem;
    }
    #addToCartbtn .btn{
        margin-top: 48px;
    margin-right: 10px;
    }
    #crt_icn{
        padding: 1px;
    }
    .cart_icn {
        margin-top: -30px;
        position: absolute;
        left: 108px;
        border: 2px solid var(--store_button_text);
        color: var(--store_button_text);
        border-radius: 5rem;
        width: 25px;
        height: 25px;
        padding: 2px;
    }
    #crt_icn {
        margin-top: -4px;
        position: absolute;
        left: 2px;
        color: var(--store_button_text);
        border-radius: 5rem;
        width: 25px;
        height: 25px;
        padding: 1px;
    }
    img.arrw_png,img.arrw_png2{
        display: none;
    }
    h5.titl_cntr{
        margin-top: -5px;
        font-size: 25px;
    }
    .cuntr_container{
        flex-direction: column;
    }
    img.qute_img2{
        height: 27px;
    }
    img.qute_img {
        position: absolute;
        top: -100px;
        left: -19px;
        width: 30px !important;
        height: 28px;
        z-index: 99;
    }

    .col-md-4.col-10.img_glry_div{
        left: 10%;
    }
    .img_glry_div:hover .glry_card {
        display: block;
        transform: scale(1, 1);
        width: 100%;
        height: 85px;
        margin: -61px auto 0;
    }
    span.lens_crd {
        background-color: #EF8170;
        width: 50px !important;
        position: relative;
        display: inline-block;
        height: 40px !important;
        bottom: 250px;
        left: 55px;
        border-radius: 5px;
    }
    box-icon.srch_icn {
        position: relative;
        width: 40px;
        height: 35px;
        top: 4px;
    }
    h5.crd_head {
        font-family: var(--store_primary_font);
        font-size: 25px;
        font-weight: 400;
        line-height: 51px;
        letter-spacing: 1px;
        text-align: center;
    }
    span.card_date_sec {
        position: relative;
        left: 20px;
        bottom: 32px;
        font-size: 22px;
        font-weight: 600;
        top: -25px;
    }
    .col-md-4.col-10.img_glry_div {
        width: 100%;
        height: 100%;
        margin-top: 40px;
        background-color: white;
        object-fit: cover;
        padding: 0;
    }
    img.img-fluid.image_galry {
        position: relative;
        object-fit: contain;
        width: 100%;
        height: 100%;
    }
    .crd_bg_clr_tsmnl {
        background-color: #FFF;
        margin-top: 117px;
        bottom: 20px;
        border: 1px solid var(--storecolor) !important;
        border-radius: 15px;
    }
    section#str_tsmnl_sec {
        padding-top: 2rem;
        padding-bottom: 4rem;
    }
    .undrline {
        position: absolute;
        border-bottom: 2px solid var(--storecolor);
        width: 30px;
        margin-top: -52px;
        left:4%;
    }
    .undrline2 {
        position: absolute;
        border-bottom: 2px solid var(--storecolor);
        width: 30px;
        margin-top: -52px;
        right: 4%;
    }
    h5.subtitle_cntr{
        font-size: 25px;
    }
    .store_services .owl-theme .owl-nav button{
        width: 17px;
        height: 17px;
        font-size: 5px;
    }
a.viewmr_btn_abt_sec{
    margin-bottom:1rem;
    margin-left: auto !important;
}
.service_about_sec i.las.la-arrow-right{
    right: -12px;
}
  }

  @media (min-width: 400px) and (max-width: 570px){
    span.lens_crd {
        background-color: #EF8170;
        width: 50px !important;
        position: relative;
        display: inline-block;
        height: 40px !important;
        bottom: 280px;
        left: 73px;
        border-radius: 5px;
    }
    section#str_tsmnl_sec {
        padding-top: 2rem;
        padding-bottom: 4rem;
    }
  }
  @media only screen and (min-width: 576px) and (max-width: 767.98px) {
    /* Styles for small devices */
    .product_description #addToCartbtn .btn {
        width: 130px;
        margin-top: 0px;

    }
  }

  /* Medium devices (landscape tablets) */
  @media only screen and (min-width: 768px) and (max-width: 991.98px) {
    .product_description #addToCartbtn .btn {
        width: 130px;
        margin-top: 0px;
    }
    .service_about_sec i.las.la-arrow-right {
        right: -7px !important;
    }

    section.img_cntnr_sec {
        padding-top: 2rem;
        padding-bottom: 2rem;
    }
    .store_services .owl-theme .owl-nav button{
        width: 20px;
        height: 20px;
    }
    .cart_icn {
        margin-top: -30px;
        position: absolute;
        left: 110px;
        border: 2px solid var(--store_button_text);
        color: var(--store_button_text);
        border-radius: 5rem;
        width: 25px;
        height: 25px;
        padding: 2px;
    }
    .undrline {
        position: absolute;
        border-bottom: 4px solid var(--storecolor);
        width: 50px;
        margin-top: -60px;
        left: 22%;
    }
    .undrline2 {
        position: absolute;
        border-bottom: 4px solid var(--storecolor);
        width: 50px;
        margin-top: -60px;
        right: 22%;
    }
    .cuntr_description {
        font-family: CelebMF;
        font-size: 18px;
        font-weight: 400;
    }
    a.viewmr_btn_abt_sec{
        margin: 19px auto;
    }
    .store_services .owl-carousel .owl-stage-outer {
        padding: 0.5rem 0;
    }
    .store_services, .store_testimonials {
        padding-top: 0rem;
    }

    img.qute_img2 {
        position: absolute;
        top: 30px;
        left: 175px;
        width: 30px !important;
        height: 30px !important;
        z-index: 2;
    }
    img.qute_img {
        position: absolute;
        top: -106px;
        left: -38px;
        width: 30px !important;
        height: 30px !important;
        z-index: 2;
    }
    img.arrw_png {
       display: none;
    }
    .img_card {
        position: relative;
        width: 190px;
        height: auto;
        background-color: transparent;
        margin: 0 auto 20px;
    }
    .img_card1 {
        position: relative;
        width: 190px;
        height: auto;
        background-color: transparent;
        margin: 50px auto 20px;
    }
    img.arrw_png2 {
       display: none;
    }
    .titl_cntr_lft {
        margin-top: 15px;
    }
    img.img-fluid.image_galry {
        position: relative;
        object-fit: cover;
        width: 100%;
        height: 100%;
    }
    .col-md-4.col-10.img_glry_div {
        width: 300px;
        height: 300px;
        margin: 20px 6px;
        background-color: white;
        object-fit: cover;
        padding: 0;
    }
    span.lens_crd {
        bottom: 260px;
        left: 3px;
    }
    #crt_icn {
        left: 1px;
        margin-top: -4px;
    }
    #addToCartbtn .btn {
        width: 143px;
        margin-top: 46px;
        margin-right: 20px;
    }
    .image_glry_container .col-md-4{
    flex: 0 0 33.333333%;
    max-width: 31.333333%;
}
.img_glry_div:hover .glry_card {
    display: block;
    transform: scale(1, 1);
    width: 100%;
    height: 80px;
    margin: -79px auto 0;
}
    section#restaurant-content{
padding-bottom: 0 !important;
  }
  #restaurant-content .container-fluid{
    margin-top: -10px !important;
  }
  .strip .product_content .product_details {
    width: 100%;
   }
}
  /* Large devices (laptops/desktops) */
  @media only screen and (min-width: 992px) and (max-width: 1199.98px) {

    .product_description #addToCartbtn .btn {
        width: 130px;
        margin-top: 0px;

    }
    section#restaurant-content {
        margin-top: -10px;
        padding-bottom: 0;
    }

    .cart_icn {
        margin-top: -24.5px;
        position: absolute;
        left: 77px;
        border: 2px solid var(--store_button_text);
        color: var(--store_button_text);
        border-radius: 5rem;
        width: 21px;
        height: 21px;
        padding: 2px;
    }
    #crt_icn {
        margin-top: -7px;
        left: 0px;
        width: 25px;
        height: 25px;
        padding: 1px;
    }
    section.img_cntnr_sec {
        padding-top: 2rem;
        padding-bottom: 1rem;
    }
    h5.titl_cntr {
        font-size: 30px;
        font-weight: 400;
        line-height: 30px;
        letter-spacing: 0em;
        color: var(--store-font-color);
        text-align: center;
        font-family: Hammersmith one;
    }
    .srvc_ttl_div {
        margin-top: 10px;
    }
    .store_services .card-content .card-title {
        margin: 0;
        font-weight: 700;
        color: #1c1a1d;
        font-size: 20px;
        line-height: 1.2em;
        width: 100%;
        height: 50px;
        margin-top: -5px;
        margin-bottom: 12px;
    }
    /*.store_services .owl-item.active {*/
    /*    width: 289.5px !important;*/
    /*    margin-right: 20px !important;*/
    /*}*/
    .store_services .viewmr_btn{
        margin: 15px auto 0 !important;
    }
    .store_services .owl-theme .owl-nav button {
        width: 15px;
        height: 15px;
    }
    .store_services .owl-carousel .owl-stage-outer {
        padding: 0rem 0;
    }
    h5.subtitle_cntr {
        margin-top: 10px;
        font-size: 30px;
    }
    img.qute_img2 {
        position: absolute;
        top: 30px;
        left: 175px;
        width: 30px !important;
        height: 30px !important;
        z-index: 2;
    }
    img.qute_img {
        position: absolute;
        top: -106px;
        left: -38px;
        width: 30px !important;
        height: 30px !important;
        z-index: 2;
    }
    img.arrw_png {
        margin: -100px 0 0 135px;
        width: 90px;
    }
    img.arrw_png2 {
        margin: -100px 0 0 135px;
        width: 90px;
    }
    .titl_cntr_lft {
        margin-top: 15px;
    }
    img.img-fluid.image_galry {
        position: relative;
        object-fit: cover;
        width: 100%;
        height: 100%;
    }
    .col-md-4.col-10.img_glry_div {
        width: 300px;
        height: 300px;
        margin: 20px 8px;
        background-color: white;
        object-fit: cover;
        padding: 0;
    }
    span.lens_crd {
        bottom: 245px;
        left: 35px;
    }
    span#add_to_crt_txt {
        position: relative;
        left: -12px;
        font-size: 9px !important;
    }
    #addToCartbtn .btn span{
        font-size: 9px !important;
    }
    .product-col .strip .res_mimimum strike {
        font-size: 0.7rem;
        margin-right: 1px;
    }
    #addToCartbtn .btn{
        height: 28px;
    }
    #crt_icn{
        left: 2px;
        margin-top: -5px;
        position: absolute;
        border-radius: 5rem;
        width: 24px;
        height: 24px;
        padding: 1.1px;
    }
    #product_section #crt_icn {
        left: 1px;
        padding: 0;
    }
    #addToCartbtn .btn{
        width: 102px;
    margin-top: 49px;
    }
     .box-icon{
        color: red !important;
    }
    .btn:not(:last-child) {
        margin-right: 0;
    }
    span.selling_price {
        font-size: 12px;
        color: red !important;
    }
    .product-col .strip .res_mimimum{
        margin-left: -7px;
    }
    /*.store_testimonials .owl-item.active {*/
    /*    width: 460.667px !important;*/
    /*    margin-right: 58px !important;*/
    /*}*/
    .image_glry_container .col-md-4{
    flex: 0 0 33.333333%;
    max-width: 31.333333%;
}
.img_glry_div:hover .glry_card {
    display: block;
    transform: scale(1, 1);
    width: 100%;
    height: 105px;
    margin: -104px auto 0;
}
.store_services{
    padding-top: 0.3rem;
}

  }

  /* Extra large devices (large laptops and desktops) */
  @media only screen and (min-width: 1200px) {
    .product_description #addToCartbtn .btn {
        width: 130px;
        margin-top: 0px;
    }
    img.qute_img{
        height:55px ;
        left: -20px;
    }
    img.qute_img2{
        height:55px ;
    }
    section.orderz_ads_banner.py-2 {
        padding-bottom: 1.5rem!important;
    }
    section.img_cntnr_sec {
        padding-top: 1rem;
        padding-bottom: 1rem;
    }
    .store_services .owl-carousel .owl-stage-outer {
        padding: 1.5rem 0 0;
    }
    .store_services .owl-theme .owl-nav button{
        width: 15px;
        height: 15px;
    }
   /*.store_services .owl-item.active {*/
   /*     width: 289.5px !important;*/
   /*     margin-right: 20px !important;*/
   /* }*/
    /*.store_testimonials .owl-item.active {*/
    /*    width: 396.667px !important;*/
    /*    margin-right: 24px !important;*/
    /*}*/
    .store_services .card-content .card-title {
        margin: 0;
        font-weight: 700;
        color: #1c1a1d;
        font-size: 20px;
        line-height: 1.2em;
        width: 100%;
        height: 50px;
        margin-top: -5px;
        margin-bottom: 12px;
    }
    .cart_section_srve_prdt #addToCartbtn .btn{
        width: 130px;
        margin-top: 55px;
        box-shadow: 0px 4px 4px 0px #00000040;

    }
    .single_product .product_description #addToCartbtn .btn {
        margin-top: 0px;
    }
    #restaurant-content .categories {
        position: relative;
        margin-top: -12px;
    }
    .sec_para_rght p {
        font-size: 17px;
    }
    .img_sec_lft {
        position: relative;
        width: 100%;
        height: auto;
        margin: 30px auto;
    }
    section.tsmnl_sec {
        position: relative;
    }
    .store_services{
        margin-top: -1rem;
        padding-top: 0rem;

    }
    h5.subtitle_cntr{
        margin: 1rem 0;
        font-size: 30px;
    }
    .titl_cntr_lft{
        font-size: 30px;
        margin-top: 3px;
    }
    span.cat_name{
        font-size: 30px;
        line-height: 15px;
    }
    .subtitle_cntr_lft{
        font-size: 30px;
        line-height: 30px;
        margin: 1rem 0;
    }
    h5.titl_cntr{
        font-size: 30px;
    }
    .section-title-tagline{
        font-size: 30px;
    }
    span.lens_crd {
        height: 50px !important;
        bottom: 337px;
        left: 75px;
    }
    img.img-fluid.image_galry {
        position: relative;
        object-fit: cover;
        width: 100%;
        height: 100%;
    }
    .col-md-4.col-10.img_glry_div {
        width: 400px;
        height: 400px;
        margin: 20px 10px;
        background-color: white;
        object-fit: cover;
        padding: 0;
    }
    .image_glry_container .col-md-4{
    flex: 0 0 33.333333%;
    max-width: 31.333333%;
}
.img_glry_div:hover .glry_card {
    display: block;
    transform: scale(1, 1);
    width: 100%;
    height: 105px;
    margin: -104px auto 0;
}
.cart_section_srve_prdt #addToCartbtn .btn{
    margin-right: 10px;
}
#crt_icn {
    margin-top: -4px;
    left: 2px;
    width: 25px;
    height: 25px;
    padding: 1px;
}
section#restaurant-content {
    padding-bottom: 0rem;
}

  }

/************* End RWD Designs ************/
.rating {
    font-size: 30px;
    display: inline-block; /* Align stars in a row */
  }

  .star {
    color: gold; /* Change the color of the stars */
    display: inline-block; /* Align stars in a row */
  }
  span.selling_price {
    font-size: 14px;
    color: var(--storecolor) !important;
}
.owl-theme .owl-nav [class*=owl-]:hover {
    background: var(--store_button_background) !important;
    color: var(--store_button_text) !important;
    text-decoration: none;
}
.footer.bg-dark-blue .hours h6{
    color: var(--store_footer_text)!important;
}

.product_category_sec .owl-carousel .card-image img{
max-width: 100%;
max-height: 100%;
object-fit: cover;
border-radius:0;
overflow: hidden;
-webkit-transition: all .2s;
-o-transition: all .2s;
transition: all .2s;
}

.product_category_sec .owl-carousel .card{
border-radius: 0;
padding: 0;
cursor: pointer;
border:none;
overflow: hidden;
background: transparent;
}
.product_category_sec .owl-carousel .owl-stage-outer{
padding-bottom: 0;
padding-top: 0;
}
.product_category_sec .owl-carousel .card-image{
z-index: 0;
position: relative;
border-radius: 50rem;
overflow: hidden;
}
.product_category_sec .owl-carousel .card-content{
cursor: pointer;
line-height: 30px;
margin-top: 0;
text-align: center;
}

.product_category_sec .owl-carousel .card-title {
display: -webkit-box;
-webkit-box-orient: vertical;
overflow: hidden;
text-overflow: ellipsis;
-webkit-line-clamp: 1;
white-space: unset;
max-width: 100%;
margin-bottom: 0;
color: var(--color-font);
}
.product_category_sec .owl-carousel .card-title{
font-size: 20px;
line-height: 50px;
color: #000;
}
.product_category_sec .owl-carousel .card-btn {
text-transform: uppercase;
padding: 0;
border: 0;
border-radius: 0;
font-size: 16px;
line-height: 22px;
font-weight: 600;
color: #000;
border-bottom: 2px solid #000;
}
.product_category_sec .owl-carousel .owl-nav {
position: absolute;
top: -35px;
left: 0;
right: 0;
}

.product_category_sec .owl-carousel .owl-nav button{
font-size: 1.2rem;
color: #000;
top: 50%;
transform: translateY(-100%);
position: absolute;
width: 32px;
height: 32px;
background: #fff;
border: none;
border-radius: 0;
justify-content: center;
align-items: center;
display: flex;
line-height: 0;
}

.product_category_sec .owl-carousel .owl-nav button.owl-prev{
right: 60px;
}
.product_category_sec .owl-carousel .owl-nav button.owl-next{
right: 0;
}
@media (max-width: 650px){
    .site-header .header-extras-right {
        display: block;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .site-header .extras-menu>li.menu-item-booking a{
        padding:0.5rem 1rem;
    }
}

p.card-desc_tsmnl {
    margin: 0 auto;
    font-size: 15px;
    line-height: 30px;
    margin-top: 10px;
    padding-bottom: 0;
    margin-bottom: 5px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    height: 130px;
}
a.viewmr_btn:hover .las {
    transition: rotate 0.3s ease;
    rotate: 180deg;
}
a.viewmr_btn_abt_sec:hover .las {
    rotate: 180deg;
    transition: rotate 0.3s ease;
}


.hovereft figure {
	position: relative;
}
.hovereft .figuer-container::before {
	position: absolute;
	top: 5px;
	left: -50%;
	z-index: 2;
	display: block;
	content: '';
	width: 50%;
	height: 90%;
	background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
	background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
	-webkit-transform: skewX(-25deg);
	transform: skewX(-25deg);
}
.crd_bg_clr_tsmnl:hover .hovereft .figuer-container::before{
    -webkit-animation: shine .75s;
	animation: shine .75s;
}

.hovereft .figuer-container:hover::before {
	-webkit-animation: shine .75s;
	animation: shine .75s;
}
@-webkit-keyframes shine {
	100% {
		left: 55%;
	}
}
@keyframes shine {
	100% {
		left: 55%;
	}
}



.hoversrvc figure {
	position: relative;
}
.hoversrvc figure::before {
	position: absolute;
	top: 5px;
	left: -50%;
    visibility: hidden;
	z-index: 2;
	display: block;
	content: '';
	width: 50%;
	height: 90%;
	background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
	background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
	-webkit-transform: skewX(-25deg);
	transform: skewX(-25deg);
}
.crd_bg_clr_tsmnl:hover .hoversrvc figure::before{
    -webkit-animation: shine .75s;
	animation: shine .75s;
    visibility: visible;
}
.crd_bg_clr:hover figure::before{
    -webkit-animation: shine .75s;
	animation: shine .75s;
    visibility: visible;
}
.crd_bg_clr:hover::before,.hoversrvc figure:hover::before {
	-webkit-animation: shine .75s;
	animation: shine .75s;
    visibility: visible;
}
@-webkit-keyframes shine {
	100% {
		left: 55%;
	}
}
@keyframes shine {
	100% {
		left: 55%;
	}
}

.figur-container {
    overflow: hidden;
    border: 1px solid transparent;
    width: 100%;
    height: 100%;
    border-radius: 25rem;
}

.figuer-container {
    position: absolute;
    width: 170px;
    overflow: hidden;
    margin-top: -99px;
    margin-left:5px;
    height: 170px;
    border-radius: 10rem;
    border: 1px solid transparent;
}
.single_product  i.las.la-arrow-right{
    border: none;
    padding: 0;
    border-radius: unset;
    font-size: unset;
    position: relative;
    right: unset;
}
.single_product .owl-theme .owl-nav [class*=owl-]:hover {
    background: var(--store_button_background) !important;
    color: var(--store_button_text) !important;
    text-decoration: none;
}
/*************************************/
/******** cat sidebar designs ********************/
/*************************************/


.widget_services_list .widget-title{
    background-color: var(--storecolor,#102c56);
    color: white;
    text-align: center;
}
.product-list .list-item a{
    background-color: #F6F7FA;
    width: 100%;
    border-radius: 5px;
    box-shadow: none;
    padding: 5px 20px 5px 5px;
    transition: all 0.3s ease;
    position:relative;
}
.sidebar_widget{
    box-shadow: 0px 4.5px 4.5px 0px #00000040;

}
.product-list .list-item a.active {
    color: var(--store-font-color);
    border: 1px solid var(--store-font-color);
    box-shadow: none;
}
.iconsidebar{
    position: absolute;
    right: 5px;
    fill: var(--storecolor);
    top: 50%;
    transform: translateY(-50%);
}
.product-list .list-item a.active .iconsidebar {
    display: none;
}
.product-list .list-item a:hover {
    transform: translateX(10px);
    position: relative;
    transition: all 0.3s ease;
}
/******** End cat sidebar designs ********************/

/* single service form */
.bkingform_tittle {
    background-color: var(--storecolor,#102c56);
    border-radius: 5px 5px 0 0;
    height: 45px;
}
.bkingform_tittle h3.tittle_txt {
    color: white;
    text-align: center;
    font-size: 20px;
    font-weight: 400;
    font-family: var(--store_primary_font);
    position: relative;
    top: 5px;
}
.inputbx_tittle {
    font-family: 'Mulish', sans-serif;
    left: 0px;
    position: relative;
}
.srvc_bking_form {
    background-color: #FFFFFF;
    border-radius: 8px;
    bottom: 23px;
    position: relative;
    box-shadow: 0px 4.5px 4.5px 0px #00000040;
    margin-top: 60px;
}
.inptbox {
    color: var(--storecolor);
    background: var(--storecolorlight);
    width: 100%;
    height: 40px;
    margin: 0;
    border: 1px solid var(--storecolor);
    border-radius: 5px;
    padding-left: 10px;
    margin-bottom: 10px;
    transition: all 0.3s ease;
}
.inptbox_note {
    background-color:var(--storecolorlight);
    width: 100%;
    color: var(--storecolor);
    margin: 0;
    border: 1px solid var(--storecolor);
    border-radius: 5px;
    padding-left: 10px;
    padding-top: 10px;
    margin-bottom:10px;
}
h4.lable_txt {
    font-size: 20px;
    margin-bottom: 5px;
    margin-left: 0;
}
.btnsrvce_frm {
    text-align: center;
    margin-top: 10px;
    position: relative;
    bottom: 10px;
}
.booknowbtn{
    color: white !important;
    background-color: var(--storecolor) !important;
}
.inptbox::placeholder {
    color: var(--storecolor);
    position: relative;
    font-family: 'Mulish', sans-serif;
    font-size: 14px;
    transition: all 0.3s ease;
}
.inptbox_note::placeholder {
    color: var(--storecolor);
    font-family: 'Mulish', sans-serif;
    font-size: 14px;
    position: absolute;
    transition: all 0.3s ease;
}


.inptbox_note:focus,.inptbox:focus{
 outline: none;
}
.inputbx_bking:hover .inptbox{
    border: 1px solid transparent;
    transition: all 0.3s ease;
}
.datecontnr:hover .inptbox{
    border: 1px solid transparent;
    transition: all 0.3s ease;
}
.inputbx_bking_note:hover .inptbox_note {
    border: 1px solid transparent;
    transition: all 0.3s ease;
}
.inputbx_bking_slct:hover .inptbox {
    border: 1px solid transparent;
    transition: all 0.3s ease;
}
/* end service form */

/**** more service courosel ****/



.moreservicesec .section {
    position: relative;
    padding-top: 2rem;
    padding-bottom: 4rem;
}
.moreservicesec .container.srvc_ttl_div {
    padding: 0px;
    margin: 10px auto;
}
.sidebar_widget .widget-title {
    font-size: 20px;
    font-family: var(--store_primary_font);
    font-weight: 600;
    text-transform: capitalize;
    }


.hoversrvc figure {
        position: relative;
    }
 .hoversrvc figure::before {
        position: absolute;
        top: 5px;
        left: -50%;
        visibility: hidden;
        z-index: 2;
        display: block;
        content: '';
        width: 50%;
        height: 90%;
        background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
        background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
        -webkit-transform: skewX(-25deg);
        transform: skewX(-25deg);
    }
     .crd_bg_clr_tsmnl:hover .hoversrvc figure::before{
        -webkit-animation: shine .75s;
        animation: shine .75s;
        visibility: visible;
    }
    .crd_bg_clr:hover figure::before{
        -webkit-animation: shine .75s;
        animation: shine .75s;
        visibility: visible;
    }
   .crd_bg_clr:hover::before,.hoversrvc figure:hover::before {
        -webkit-animation: shine .75s;
        animation: shine .75s;
        visibility: visible;
    }
    @-webkit-keyframes shine {
        100% {
            left: 55%;
        }
    }
    @keyframes shine {
        100% {
            left: 55%;
        }
    }

    .moreservicesec  .figur-container {
        overflow: hidden;
        border: 1px solid transparent;
        width: 100%;
        height: 95%;
        border-radius: 25rem;
    }

    .moreservicesec .figuer-container {
        position: absolute;
        width: 170px;
        overflow: hidden;
        margin-top: -99px;
        margin-left:5px;
        height: 170px;
        border-radius: 10rem;
        border: 1px solid transparent;
    }
/**** End more service  ********/


h1.service_title_banner {
    color: white;
    font-size: 40px;
    font-weight: 700;
    position: relative;
    text-align: center;
    margin-top: -15%;
    z-index: 9;
    font-family: 'Hammersmith One';
}
.sidebar_single_service {
    position: sticky;
    top: 10%;
}


/* Service inner page design one */

.maindiv1 {
    display: flex;
    flex-direction: row;
}
.sidebar_sticky_main {
    position: sticky;
    top: 75px;
    -webkit-position: sticky;
}
.card.srvcesix_cards:hover {
    box-shadow: 0px 4px 4px 0px #00000040;
    transform: scale(1.02);
    transition: all .1s;
}
.card_body1:hover {
    box-shadow: 0px 5px 5px 0px #00000040;
    transform: scale(1.02);
}
img.twoimg_1:hover {
    margin-left: 60px;
    z-index: 1;
    transform: scale(1.03);
}
img.twoimg_2:hover {
    z-index: 1;
    transform: scale(1.08);
}
.img_head {
    width: 70%;
    left: 15%;
    top: -60px;
    height: 100px;
    text-align: center;
    position: absolute;
    z-index: 2;
}
img.img-fluid.imge_srvce {
    position: relative;
    width: 800px;
    height: auto;
    margin: 0 auto;
}
h3.mainsrvc_heading {
    font-size: 22px;
    font-weight: bold;
    color: white;
    background-color: var(--storecolor);
    position: relative;
    width: 75%;
    padding: 20px;
    border-radius: 10px;
    margin: 6px auto;
}
.card_body1 {
    background-color: var(--storecolorlight);
    color: var(--storecolor);
    text-align: center;
    padding: 5px;
    transition: all .2s ease-in-out;
}
h3.srvc_card_head {
    color: var(--storecolor);
    font-size: 20px;
    font-weight: 600;
    padding: 25px 20px 10px;
    font-family: var(--store_primary_font);
}
button.srvc_btn {
    color: white;
    padding: 10px;
    border-radius: 4px;
    background-color: var(--storecolor);
    margin: 10px auto 20px;
}
h3.head_srvcesec {
    text-align: center;
    color: var(--storecolor);
    font-size: 25px;
    font-weight: 700;
    margin: 1rem auto;
}
p.srvc_card_para {
    font-size: 15px;
    font-weight: 500;
}
.main_srvice_bg{
background-color: var(--storecolorlight);
}
img.twoimg_1,img.twoimg_2 {
    width: 400px;
}
.imgtwodiv {
    position: relative;
    display: flex;
    flex-direction: row;
    margin-top: 50px;
    margin-bottom: 40px;
}
.col-lg-12.towimg_bg {
    background-color: var(--storecolorlight);
    margin-top: 50px;
}
img.twoimg_1 {
    position: relative;
    margin-left: 40px;
    margin-top: 70px;
    transition: all 0.3s ease-in-out;
}
img.twoimg_2 {
    position: absolute;
    margin-left: 48%;
    transition: all 0.3s ease-in-out;
}
h3.servce_para_ttle {
    color: white;
    background-color: var(--storecolor);
    width: fit-content;
    padding: 15px 20px;
    margin: 0 auto 10px;
    font-size: 20px;
    font-weight: 400;
    font-family: 'Hammersmith One';
    border-radius: 8px;
}
p.servce_para {
    color: #797978;
    padding: 10px 30px;
}
img.card-img-top.imgdivbg {
    background-color: var(--storecolorlight);
    padding: 10px;
    border: 1.5px solid var(--storecolor);
    border-radius: 10px;
    margin-left: 15px;
    margin-top: 10px;
}

.card.srvcesix_cards {
    border: 1px solid var(--storecolor);
    transition: all .2s;
}
h5.card-title.crd_title {
    color: var(--storecolor);
    font-size: 20px;
    font-family: var(--store_primary_font);
}
p.card-text.crd_sec_prghp {
    color: var(--storecolor);
    font-size: 12px;
    font-weight: 400;
}
h3.cardttle_main {
    color: var(--storecolor);
    text-align: center;
    font-size: 30px;
    font-weight: 600;
    margin: 30px auto;
}
img.twosecimagt {
    margin: 5px auto;
}

/* MR Web Design */

@media (max-width: 575.98px) {
    .main_sec_div{
        margin-top: 20px !important;
    }
    p.servce_para {
        color: var(--store-font-color);
        padding: 10px 10px;
        font-size: 13px;
    }
    h3.cardttle_main {
        color: var(--storecolor);
        text-align: center;
        font-size: 25px;
        font-weight: 700;
        margin: 1rem auto;
    }
    .maindiv1 {
        display: flex;
        flex-direction: column;
    }
    h3.mainsrvc_heading {
        font-size: 15px;
        width: 100%;
        padding: 10px;
        border-radius: 5px;
        margin: 23px auto 0;
    }
    .img_head {
        width: 80%;
        left: 10%;
        top: -60px;
    }
    p.para_img {
        font-size: 13px;
        color: var(--store-font-color);
    }
    img.img-fluid.imge_srvce{
        top: -15px;
    }
    .card_body1{
        margin: 10px auto;
    }
    .card_body1:hover {
        box-shadow: 0px 5px 5px 0px #00000040;
        transform: scale(1.02);
    }
    h3.servce_para_ttle {
        padding: 15px 20px;
        margin: 0 auto 10px;
        font-size: 15px;
        font-weight: bold;
    }
    img.twoimg_1 {
        position: relative;
        margin-left: -13px;
        margin-top: 100px;
        transition: all 0.3s ease-in-out;
    }
    img.twoimg_2{
        margin-left: 10%;
    }
    img.twoimg_1, img.twoimg_2 {
        width: 275px;
    }
    img.twoimg_1:hover {
        margin-left: 21px;
        z-index: 1;
        transform: scale(1.03);
    }
    img.twoimg_1:hover img.twoimg_2 {
        margin-left: -5%  !important;
        position: relative;
    }
  }

  @media (min-width: 576px) and (max-width: 767.98px) {
    .maindiv1 {
        display: flex;
        flex-direction: column;
    }
    .sidebr_maindiv {
        margin: 0 auto;
    }
    .card_body1{
        margin: 10px auto;
    }
  }

  @media (min-width: 768px) and (max-width: 991.98px) {
    .maindiv1 {
        display: flex;
        flex-direction: column;
    }
    .sidebr_maindiv {
        margin: 0 auto;
    }
    .card_body1{
        margin: 10px auto;
    }
  }

  @media (min-width: 992px) and (max-width: 1199.98px) {
    h3.mainsrvc_heading{
        font-size: 20px;
    }
    h3.cardttle_main{
        font-size: 25px;
        font-weight: 700;
    }
  }


  @media (min-width: 1200px) {
    /* Styles for extra large devices */
  }

/* END MR Web Design */

/* End Service inner page design one */


/* Service inner page design two */

a.srvce_btn_cntr {
    background-color: var(--storecolor);
    padding: 10px 10px;
    border-radius: 5px;
    color: white;
    position: relative;
    font-family: 'Hammersmith One';
    font-size: 15px;
    font-weight: 400;
}
.maindiv_srvce2 {
    display: flex;
    flex-direction: row;
}
h3.srvce-head-txt {
    font-family: 'Hammersmith One';
    font-size: 35px;
    font-weight: 400;
    color: black;
}
p.srvce-para-text {
    font-family: var(--store_primary_font);
    font-size: 15px;
    color: #797978;
}
.srvce-image.col-lg-6 {
    position: relative;
    width: 200px;
    height: auto;
}
.maindiv_srvce_right {
    display: flex;
    flex-direction: row-reverse;
}
.container.section_div_main,.container.section_div_main2 {
    position: relative;
    margin: 50px auto;
}
.srvce-image.col-lg-6 img {
    position: relative;
    margin: 20px 0 0;
}
.srvcetwobtn2 {
    text-align: center;
}

/* MOBILE RW Design */


@media (max-width: 575.98px)  {
    .maindiv_srvce2 {
        display: flex;
        flex-direction: column;
        padding: 0px;
    }
.maindiv_srvce_right {
        display: flex;
        flex-direction: column;
        padding: 0px;
    }
    .srvce-image.col-lg-6 {
        position: relative;
        width: 100%;
        height: auto;
    }
    .srvce-image.col-lg-6 img {
        position: relative;
        margin: 20px 0 0;
        width: 100%;
        height: auto;
    }
    .container.section_div_main, .container.section_div_main2{
        padding: 0px;
    }
    .srvcetwobtn {
        text-align: center;
    }
    h3.srvce-head-txt {
        font-family: 'Hammersmith One';
        font-size: 25px;
        font-weight: 400;
        margin: 10px auto;
        color: black;
    }

}
@media (min-width: 576px) and (max-width: 767.98px) {
    h3.srvce-head-txt {
        font-family: 'Hammersmith One';
        font-size: 30px;
        font-weight: 400;
        color: black;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    h3.srvce-head-txt {
        font-family: 'Hammersmith One';
        font-size: 30px;
        font-weight: 400;
        color: black;
    }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
    h3.srvce-head-txt {
        font-size: 25px;
    }
}
/* END MOBILE RW Design */


/* Service inner page design two */




/* Service inner page design three */
.list_sec_srvce i.bx.bx-radio-circle {
    position: absolute;
    font-size: 20px;
    color: var(--storecolor);
}
.srvice_txt_div div {
    position: relative;
    width: 30%;
    height: 5px;
    margin-bottom: 10px;
    background-color: var(--storecolor);
}
span.icn_circle {
    position: absolute;
    font-size: 26px;
}
li.list_servce_li {
    margin-left: 35px;
    font-size: 25px;
    font-weight: 700;
    font-family: var(--store_primary_font);
}
h3.servce_ttl_txt {
    font-size: 40px;
    font-weight: 600;
    text-align: center;
    font-family: 'Hammersmith One';
}
h3.srvce-head-txt_dsn3 {
    font-size: 30px;
    font-weight: 600;
    color: var(--storecolor);
}
span.botm-bordr div {
    position: relative;
    width: 100px;
    height: 4px;
    background-color: var(--storecolor);
    margin: 15px 0;
}
.botm_sec_main_mgs {
    position: relative;
    width: 500px;
    height: auto;
    margin-left: -20%;
    margin-top: 20px;
}
p.mgs_sec_txt {
    font-size: 18px;
    font-weight: 600;
}
i.bx.bx-dollar {
    font-size: 20px;
    font-weight: bold;
}
.bordr_sec_title {
    width: fit-content;
    height: auto;
    padding: 10px 50px;
    border-top: 2px solid #797978;
    margin: 0 auto;
}
h3.ttle_txt {
    font-size: 22px;
    font-weight: 600;
    color: #797978;
}


/* Mobile RW Design */

@media (max-width: 575.98px)  {
    .botm_sec_main_mgs {
        position: relative;
        width: 100%;
        height: auto;
        margin-left: 0;
        margin-top: 20px;
    }
    li.list_servce_li {
        margin-left: 35px;
        font-size: 18px;
        font-weight: 700;
        font-family: var(--store_primary_font);
    }
    .container.section_div_main2 {
        position: relative;
        margin: -14px auto 50px;
    }
    h3.srvce-head-txt_dsn3 {
        font-size: 22px;
        font-weight: 600;
        color: var(--storecolor);
    }
    h3.ttle_txt {
        font-size: 15px;
        font-weight: 600;
        color: #797978;
    }

}
@media (min-width: 576px) and (max-width: 767.98px) {

}
@media (min-width: 768px) and (max-width: 991.98px) {

    h3.srvce-head-txt_dsn3 {
        font-size: 25px;
    }
    li.list_servce_li {
        margin-left: 35px;
        font-size: 20px;
    }
    .botm_sec_main_mgs {
        position: relative;
        width: 500px;
        height: auto;
        margin-left: -70%;
        margin-top: 30px;
    }
    }
@media (min-width: 992px) and (max-width: 1199.98px) {
    h3.srvce-head-txt_dsn3{
        font-size: 22px;
    }
    li.list_servce_li{
        font-size: 16px;
    }
    p.srvce-para-text{
        font-size: 12px;
    }
    }
@media (min-width: 1200px) {

        }
/* End Mobile RW Design */
/* End Service inner page design three */


/* Service inner page design four */
h3.mainsrvc_heading_dsn4 {
    text-align: center;
    background-color: var(--storecolor);
    color: white;
    position: relative;
    width: 50%;
    height: auto;
    padding: 10px;
    margin: -32px auto 20px;
    border-radius: 10px;
}
.img_head_dsn4 {
    padding: 10px;
    border-radius: 25px;
    margin: 5px auto 10px;
}
.imagemain_div {
    position: relative;
    margin: 2rem auto 2rem;
}
.imge_sect_lft {
    display: flex;
    flex-direction: row;
    background-color: var(--storecolorlight);
    border-radius: 30px;
    padding: 0;

}
h3.imge_head_txt {
    position: relative;
    margin: -80px auto 0px;
    color: white;
    text-align: center;
    background-color: var(--storecolor);
    padding: 15px 5px;
    font-size: 22px;
    border-radius: 10px;
    width: 80%;
}
.service_para_content {
    position: relative;
    margin: 20px;
}
section.srvd_scnd_sec_dsn4 {
    position: relative;
    margin: 2rem auto;
}
section.servicedsgn_four {
    background-color: var(--storecolorlight);
    border-radius: 30px;
}
p.para_img_design4 {
    font-size: 25px;
    font-family: var(--store_primary_font);
}
p.para_img_dsn4 {
    font-size: 20px;
    font-family: var(--store_primary_font);
}
p.paraph_txt {
    font-size: 17px;
    font-family: var(--store_primary_font);
}
img.image_left_side {
    width: 100%;
    height: auto;
}

/* Mobile RW Design */

@media (max-width: 575.98px)  {
    p.para_img_design4 {
        font-size: 17px;
        font-family: var(--store_primary_font);
    }

h3.mainsrvc_heading_dsn4 {
    text-align: center;
    background-color: var(--storecolor);
    color: white;
    position: relative;
    font-size: 18px;
    padding: 15px 2px;
    width: 100%;
    height: auto;
    font-family: 'Hammersmith One';
    margin: -32px auto 20px;
    border-radius: 10px;
}
.main_div_dsn4.col-xs-10 {
    padding: 0;
}
h3.imge_head_txt {
    margin: -80px auto 0px;
    padding: 15px 1px;
    font-size: 18px;
    font-family: 'Hammersmith One';
}
.row.servc_flip {
    display: flex;
    flex-direction: column-reverse;
}
.imge_sect_lft {
    border-radius: 65px 55px 30px 30px;
}
p.paraph_txt {
    font-size: 17px;
    font-family: var(--store_primary_font);
}
p.para_img_dsn4 {
    font-size: 17px;
    font-family: var(--store_primary_font);
    margin-top: 1rem;
}
}
@media (min-width: 768px) and (max-width: 991.98px) {

    .row.servc_flip {
        display: flex;
        flex-direction: column-reverse;
    }

    .imge_sect_lft {
        border-radius: 120px 115px 30px 30px;
    }
    h3.mainsrvc_heading_dsn4{
        font-family: 'Hammersmith One';
        font-size: 25px;
        width: 70%;
    }
    h3.imge_head_txt {
    font-size: 25px;
    border-radius: 10px;
    font-family: 'Hammersmith One';
    width: 70%;
    margin: -90px auto 0px;

    }
    .service_para_content {
        position: relative;
        margin: 40px 20px 20px;
    }
    p.paraph_txt {
        font-size: 25px;
        font-family: var(--store_primary_font);
    }
    p.para_img_dsn4 {
        font-size: 30px;
        font-family: var(--store_primary_font);
    }
}
@media (min-width: 992px) and (max-width: 1199.98px) {

    .service_para_content {
        position: relative;
        margin: 15px 12px 5px;
    }
    h3.imge_head_txt {
        margin: -80px auto 0px;
        padding: 15px 5px;
        font-size: 17px;
        font-family: 'Hammersmith One';
        border-radius: 10px;
        width: 80%;
    }

    p.paraph_txt {
        font-size: 15px;
        font-family: var(--store_primary_font);
    }
    h3.mainsrvc_heading_dsn4{
    font-family: 'Hammersmith One';
    font-size: 20px;
    }
    p.para_img_dsn4 {
        font-size: 17px;
        font-family: var(--store_primary_font);
    }
    p.para_img_design4 {
        font-size: 18px;
        font-family: var(--store_primary_font);
    }

}
@media (min-width:1200px){
    p.para_img_design4 {
        font-size: 20px;
        font-family: var(--store_primary_font);
    }
    p.paraph_txt {
        font-size: 20px;
        font-family: var(--store_primary_font);
    }
    h3.mainsrvc_heading_dsn4{
        width: 70%;
        height: auto;
        font-family: 'Hammersmith One';
        font-size: 30px;
    }
}
/* End Mobile RW Design */
/* End Service inner page design four */

/*  Service inner page design fifth */
section.img_sectionmain {
    margin: 2rem 0 20px;
}
p.para_img_dsn5{
    font-size: 22px;
    font-family: var(--store_primary_font);
}
.para_text_design5 {
    font-size: 17px;
    font-family: var(--store_primary_font);
}

h3.mainsrvc_heading_dsn5 {
    text-align: center;
    background-color: var(--storecolor);
    color: white;
    position: relative;
    width: 90%;
    font-size: 20px;
    height: auto;
    font-family: 'Hammersmith One';
    padding: 10px;
    margin: -32px auto 20px;
    border-radius: 10px;
}

img.img_sec_dsn4 {
    width: 100%;
    height: auto;
}
h3.imge_head_txt1 {
    position: relative;
    margin: -1px auto 0px;
    color: white;
    text-align: center;
    background-color: var(--storecolor);
    padding: 15px 5px;
    font-size: 22px;
    border-radius: 10px;
    width: 80%;
}
.imge_sect_lft1 {
    display: flex;
    flex-direction: row;
    border-radius: 30px;
    padding: 0;
}
.paraph_txt_bg {
    background-color: var(--storecolorlight);
    border-radius: 30px;
}
.service_para_content{
    margin: 15px 5px;
}
/* Mobile RW Design */

@media (max-width: 575.98px)  {
    .para_text_design5{
        font-size: 16px;
    font-family: var(--store_primary_font);
    padding: 5px;
    }

    h3.imge_head_txt1 {
        position: relative;
        margin: -1px auto 0px;
        font-size: 16px;
        font-family: 'Hammersmith One';
    }
    h3.mainsrvc_heading_dsn5{
        font-size: 16px;
        padding: 15px 5px;
        top: -30px;
    }
    p.para_img_dsn5 {
        font-size: 16px;
        font-family: var(--store_primary_font);
        margin-top: -30px;

    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .para_text_design5 {
        font-size: 22px;
        font-family: var(--store_primary_font);
        padding: 5px;
    }
    p.para_img_dsn5 {
        font-size: 22px;
        font-family: var(--store_primary_font);
        margin-top: -30px;
    }
h3.imge_head_txt1 {
    position: relative;
    margin: 10px auto 15px;
    color: white;
    text-align: center;
    background-color: var(--storecolor);
    padding: 15px 5px;
    font-size: 30px;
    font-family: 'Hammersmith One';
    border-radius: 10px;
    width: 80%;
}

h3.mainsrvc_heading_dsn5 {
    font-size: 30px;
    width: 80%;
    top: -2rem;
}
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    p.para_img_dsn5 {
        font-size: 20px;
        font-family: var(--store_primary_font);
        margin-top: 0rem;
    }
h3.imge_head_txt1 {
    position: relative;
    margin: -1px auto 0px;
    color: white;
    text-align: center;
    background-color: var(--storecolor);
    padding: 15px 3px;
    font-size: 17px;
    font-family: 'Hammersmith One';
    border-radius: 10px;
    width: 80%;
}
h3.mainsrvc_heading_dsn5{
    width: 75%;
    top: 0rem;
}
section.srvd_scnd_sec_dsn5 {
    position: relative;
    margin: 2rem auto;
}
section.img_sectionmain {
    margin: 2rem 0 20px;
}

}
@media (min-width: 1200px) {
    section.img_sectionmain {
        margin: 2rem 0 20px;
    }
    h3.mainsrvc_heading_dsn5{
        width: 70%;
        top: 0rem;
    }
    p.para_img_dsn4{
        margin-top: -35px;
    }
    h3.imge_head_txt1{
        font-family: 'Hammersmith One';
        font-size: 20px;
    }
    .para_text_design5 {
        font-size: 20px;
        font-family: var(--store_primary_font);
        padding: 5px;
    }
    p.para_img_dsn5 {
        font-size: 20px;
        font-family: var(--store_primary_font);
        margin-top: 2rem;
    }

}

/* End Mobile RW Design */
/* End Service inner page design fifth */


/*  Service inner page design sixth */
h3.srvce-head-txt_dsn6 {
    font-size: 23px;
    font-family: 'Hammersmith One';
    background-color: var(--storecolor);
    color: white;
    text-align: center;
    width: 90%;
    margin: 15px 0px 25px;
    padding: 10px;
    border-radius: 10px;
}
h3.servce-head-txt_dsn6 {
    position: relative;
    width: fit-content;
    background-color: var(--storecolor);
    color: white;
    font-family: 'Hammersmith One';
    font-size: 25px;
    padding: 10px 20px;
    border-radius: 10px;
    margin: 20px 55px;
}
ul.colored-list li::before {
    content: "\2022";
    color: var(--storecolor);
    font-size: 50px;
    display: inline-block;
    width: 30px;
    position: absolute;
    height: 30px;
    margin-left: -30px;
    margin-top: -23px;
}
ul.colored-list {
    list-style-type: none;
    padding: 0;
    margin: 0 35px;
}
li.srvc_lst_cnt {
    font-size: 21px;
    font-family: 'Hammersmith One';
    color: var(--storecolor);
    margin: 10px 0px 10px 7px;
    position: relative;
}



/* Mobile RW Design */

@media (max-width: 575.98px)  {
    ul.colored-list{
        margin: 2rem 35px 0px;
    }

    h3.srvce-head-txt_dsn6{
        font-size: 16px;
        position: relative;
        top: 1rem;
    }
    h3.servce-head-txt_dsn6{
        font-size: 16px;
    }
    li.srvc_lst_cnt {
        font-size: 16px;
    }
    h3.servce-head-txt_dsn6{
        margin: 0px 15px 20px;
        top: 1rem;
        position: relative;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    h3.srvce-head-txt_dsn6{
        font-size: 20px;
    }
    h3.servce-head-txt_dsn6{
        font-size: 20px;
    }

}

    @media (min-width: 992px) and (max-width: 1199.98px) {
        h3.srvce-head-txt_dsn6{
            font-size: 16px;
        }
        h3.servce-head-txt_dsn6{
            font-size: 18px;
        }
    }
    @media (min-width: 1200px) {
    li.srvc_lst_cnt {
        margin: 18px 0px 10px 7px;
    }
    }
/* End Mobile RW Design */

/*  End Service inner page design sixth */


/*  Service inner page design seven */
.image_section_left1 {
    display: flex;
    flex-direction: row;
    border-radius: 30px;
    padding: 0;
}
h3.imge_head_txt7 {
    position: relative;
    margin: 0px auto 0px;
    color: white;
    text-align: center;
    background-color: var(--storecolor);
    padding: 15px 5px;
    font-size: 22px;
    font-family: 'Hammersmith One';
    border-radius: 10px;
    width: 100%;
    top: -50px;
}


.imge_sect_lft7 {
    display: flex;
    flex-direction: column;
    border-radius: 30px;
    padding: 0;
}
.service_flip7{
display: flex;
flex-direction: row-reverse;
}
.service_flip_right{
    display: flex;
    flex-direction: row;
}
.list_itm_seven {
    list-style: none;
    margin: -40px 0 15px;
}
i.bx.bxs-chevron-right-circle {
    font-size: 25px;
    margin: -7px 0 5px -5px;
    color: var(--storecolor);
    position: absolute;
}

h3.list_txt_cntnt {
    position: relative;
    margin-left: 30px;
    font-size: 18px;
    font-family: 'Hammersmith One';
    color: var(--storecolor);
    margin-top: 20px;
}
h3.mainservice_heading_design7 {
    text-align: center;
    background-color: var(--storecolor);
    color: white;
    position: relative;
    width: 70%;
    font-size: 25px;
    height: auto;
    font-family: 'Hammersmith One';
    padding: 15px 5px;
    margin: 0px auto 20px;
    border-radius: 10px;
    top: -50px;
}
.paraph_txt_bg7 {
    background-color: var(--storecolorlight);
    border-radius: 30px;
    box-shadow: 0px 4px 4px 0px #00000040;
}

p.paraph_txt7 {
    font-size: 17px;
    font-family: var(--store_primary_font);
    margin-top: -30px;
}

/* Mobile RW Design */

@media (max-width: 575.98px)  {
    .product-list .list-item a {
        background-color: #F6F7FA;
        width: calc(100% - 2px);
        height: 45px;
        border-radius: 5px;
        box-shadow: 0px 3.7px 4px 0px #00000040;
        padding: 10px 18px 5px;
    }

    .imagemain_div {
        position: relative;
        margin: 0px auto 50px;
    }
    h1.service_title_banner {
        color: var(--storecolor);
        font-size: 30px;
        font-weight: 700;
        position: relative;
        text-align: center;
        margin-top: -30%;
        z-index: 9;
        font-family: 'Hammersmith One';
    }
    .service_flip_right{
        display: flex;
        flex-direction: column-reverse;
    }
    h3.imge_head_txt7 {
        position: relative;
        margin: -45px auto 0px;
        color: white;
        text-align: center;
        background-color: var(--storecolor);
        padding: 15px 5px;
        font-size: 16px;
        font-family: 'Hammersmith One';
        border-radius: 10px;
        width: 100%;
    }
    .paraph_txt_bg{
        margin-top: 2rem;
    }

    p.paraph_txt7 {
        margin-top: -30px;
    }
    h3.mainservice_heading_design7{
        top: -40px;
    }
    p.para_img_dsn7 {
        font-size: 25px;
        font-family: var(--store_primary_font);
    }
    .service_flip7 {
        display: flex;
        flex-direction: column-reverse;
    }
    .paraph_txt_bg7 {
        margin-top: 45px;
    }
    h3.list_txt_cntnt {
        position: relative;
        margin-left: 30px;
        font-size: 20px;
    }

    h3.mainservice_heading_design7 {
        width: 100%;
        font-size: 17px;
        height: auto;

    }
}
@media (min-width: 768px) and (max-width: 991.98px) {
    .bkingform_tittle h3.tittle_txt {
        text-align: center;
        font-size: 30px;
        top: 0;
    }
    .sidebar_widget .widget-title{
        font-size: 30px;
    }
    h3.list_txt_cntnt{
        font-size: 25px;
    }
    .sidebar_single_service {
        position: sticky;
        width: 90%;
        margin: 0 auto;
    }

section.store_services.section {
    padding: 2rem 0 4rem;
}
    img.imge_lft_side {
        width: 100%;
        height: auto;
    }
    p.card-desc {
        width: 100%;
        height: 100px;
    }
    h3.mainservice_heading_design7{
        font-size: 30px;
    }
    .imagemain_div {
        position: relative;
        margin: 2rem auto;
        z-index: 1;
    }
    section.servicedsgn_four{
        top: 2rem;
        position: relative;
        bottom: 2rem;
    }
    .product-list .list-item a {
        background-color: #F6F7FA;
        width: calc(100% - 2px);
        height: 55px;
        border-radius: 5px;
        box-shadow: 0px 3.7px 4px 0px #00000040;
        padding: 10px 18px 5px;
        font-size: 20px;
    }

    .iconsidebar {
        position: absolute;
        right: 20px;
        fill: var(--storecolor);
        margin-top: 8px;
    }
    .service_flip7 {
        display: flex;
        flex-direction: column-reverse;
    }
    h3.imge_head_txt7 {
        position: relative;
        margin: 0px auto 0px;
        color: white;
        text-align: center;
        background-color: var(--storecolor);
        padding: 15px 5px;
        font-size: 30px;
        font-family: 'Hammersmith One';
        border-radius: 10px;
        width: 75%;
        top: -70px;
    }
    .paraph_txt_bg {
        margin-top: 35px;
    }
    p.paraph_txt7 {
        font-size: 25px;
        font-family: var(--store_primary_font);
        margin-top: -40px;
    }
    .service_flip_right {
        display: flex;
        flex-direction: column-reverse;
    }
    .paraph_txt_bg7{
        margin-top: 45px;
    }
    h3.mainservice_heading_design7{
        width: 75%;
    }
    p.para_img_dsn7 {
        font-size: 25px;
        font-family: var(--store_primary_font);
    }
}
    @media (min-width: 992px) and (max-width: 1199.98px) {
        section.srvd_scnd_sec_dsn4{
            top: 2rem;
        }
        h3.imge_head_txt7{
            font-size: 18px;
        }
        p.paraph_txt7 {
            font-size: 17px;
            font-family: var(--store_primary_font);
            margin-top: -40px;
        }
        h3.mainservice_heading_design7{
            font-size: 20px;
        }
        h3.list_txt_cntnt{
            font-size: 18px;
        }

        p.para_img_dsn7 {
            font-size: 17px;
            font-family: var(--store_primary_font);
        }
        .container-fluid.main_service_bg_design7 {
            position: relative;
            margin-top: 1rem;
        }
        section.section_content_image {
            margin-top: 5rem !important;
            padding-bottom: 0;
        }
        .product-list .list-item a {
            background-color: #F6F7FA;
            width: calc(100% - 2px);
            font-size: 11px;
            font-weight: 600;
            height: 35px;
            border-radius: 5px;
            box-shadow: 0px 3.7px 4px 0px #00000040;
            padding: 10px 12px 5px;
        }
        .iconsidebar {
            position: absolute;
            right: 20px;
            margin-top: -6px;
            width: 15px;
            fill: var(--storecolor);
        }
    }
    @media (min-width:1200px){
        section#restaurant-content {
            margin: 0.1rem auto;
        }
        section.srvd_scnd_sec_dsn4 {
            position: relative;
            margin: 2rem auto;
            top: 2rem;
        }
        section.section_content_image {
            margin-top: 5rem !important;
            padding-bottom: 0;
        }
    }
/* End  Service inner page design seven */

p.text-left.contact_sec {
    font-size: 15px;
    font-family: var(--store_primary_font);
}
p.text-left.address_sec {
    font-size: 15px;
    font-family: var(--store_primary_font);
}
.footer.bg-dark-blue h5{
    font-weight: 500;
    font-size: 20px;
}
span.opened_time {
    font-size: 15px;
    font-weight: 600;
}
  .footer-quick-links li a:after {
    display:block;
    content: '';
    border-bottom: solid 2px var(--storecolor);
    transform: scaleX(0);
    transition: transform 250ms ease-in-out;
  }

  .footer-quick-links li a:hover:after {
    transform: scaleX(1);
  }
  .footer-quick-links li a
{
    display: inline-block;
}


.service_about_sec i.las.la-arrow-right{
    right: -7px;
}
.service_about_sec span.view_btn_txt{
    font-family: var(--store_primary_font);
    font-weight: 400;
}
.sec_para_rght {
    text-indent: 2rem;
}
.store_services .card .card-desc {
margin-bottom: 20px;
}
.view_icon_btn {
    margin-top: -30px;
    position: absolute;
    left: 99px;
    border: 2px solid var(--store_button_text);
    color: var(--store_button_text);
    border-radius: 5rem;
    width: 25px;
    height: 25px;
    padding: 2px;
}
#addToCartbtn .btn span {
    color: var(--store_button_text) !important;
    font-size: 11px;
    margin-right: 0px;
}
i#quote_img {
    font-size: 30px;
    color: var(--storecolor);
    position: absolute;
    margin-top: -100px;
    left: -25px;
}
i#quote_img2 {
    font-size: 30px;
    color: var(--storecolor);
    position: absolute;
    margin-top: 45px;
    margin-left: 95%;
}
form#table-reservation {
    padding: 10px;
}
svg path.viewicon {
    stroke:var(--store_button_text);
}
@media only screen and (max-width: 525px){
    .view_icon_btn{
        left: 110px;
    }

}
@media (min-width: 768px) and (max-width: 991.98px) {
    .view_icon_btn{
        left: 110px;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .view_icon_btn {
        margin-top: -24px;
        position: absolute;
        left: 76px;
        border: 2px solid var(--store_button_text);
        color: var(--store_button_text);
        border-radius: 5rem;
        width: 22px;
        height: 20px;
        padding: 1px;
    }
    }
@media only screen and (min-width: 1200px){
    div#service_list_page {
        margin-top: 2rem;
        padding-top: 0rem;
    }
    .store_services .card .card-desc {
        margin-bottom: 20px;
        width: 100%;
        min-height: 80px;
    }
    .strip .product_content .product_details {
        width: 100%;
    }
}
img.img-fluid.rounded.single_service_mainimg {
    margin: 0 auto;
}
span.view_button {
    margin-right: 23px !important;
}

span.view_btn_txt {
    position: relative;
    margin-left: -25px;
}
span.icon_arrw {
    margin-left: 116px;
    position: absolute;
}
.single_product i.las.la-arrow-right {
    border: none;
    padding: 0px;
    border-radius: 0;
    font-size: unset;
    position: relative;
    right: 0;
    transition: rotate 0.3s ease;
}
#navbar-main.navbar-expand-lg .navbar-nav .dropdown-menu {
    background-color: var(--store_header_background);
}
@media (min-width: 1900px){
    #product_section .strip figure{
        height: auto !important;
    }
    #product_section .strip figure img{
        min-height: 400px !important;
        max-height: 400px !important;
    }
}
.single_product .video_gallery iframe{
    margin:0 auto !important;
}
.single_product .video_gallery {
    margin-bottom: 15px;
}
#store_notice .close-notice {
    position: absolute;
    right: 0;
    font-size: 1.2rem;
    background-color: #000;
    width: 25px;
    height: 25px;
    line-height: 25px;
    border-radius: 50rem;
    color: #fff;
    text-align: center;
    top: 0;
}
.footer .nav .nav-item .nav-link {
    font-family: var(--store_primary_font);
}
.store_sec h2:after {
    display: none;
}
.site-logo-footer {
    width: auto;
    height: auto;
    max-width: 220px;
    max-height: 120px;
}
@media (max-width: 600px) {
    .site-logo-footer {
        max-width: 200px;
        width: 100% !important;
        height: auto !important;
    }
}
.custom_section, .custom_title {
    display: block !important;
    text-align: center;
    font-family: RoosW01-RomanItalic !important;
    font-style: italic;
    font-weight: 400;
    letter-spacing: 0em;
    color: #8C8B8C;
    font-size: 35px;
    line-height: 41px;
    margin: 1rem 0;
}
@media (max-width: 425px) {
    .site-header .header-extras-right {
        flex: 0 0 36%;
        max-width: 36%;
    }
}
@media (max-width: 350px) {
    .site-header .header-extras-right {
        flex: 0 0 30%;
        max-width: 30%;
    }
    .site-header .impressive-container .header-logo {
        padding: 0;
        width: auto;
        max-width: 100px;
    }
}








/******************** select modal page ui designs *************************/

#productModal .modal-lg {
    max-width: 640px;
    min-height: calc(100% - 3rem);
  }
  #addToCart1 .btn-primary{
    background-color: var(--storecolor) !important;
    color: white !important;
  }
  .impressive .text-warning {
    color:var(--storecolor) !important;
  }
  .number-input button:after, .number-input button:before{
    background-color : white !important;
    width: 10px;
      height: 2px;
  }
  .impressive #exrtas-area-inside:empty {
    background-color: unset;
    padding: unset;
    border: unset;
    width: unset;
    margin: unset;
  }

  .impressive .modal-header {
    border-bottom: 2px dotted #B8BBBD;
    padding: 0.7rem !important;
    align-items: center;
  }
  .impressive h5#modalTitle {
    color: var(--storecolor);
    font-size:15px;
  }
  .impressive .custom-radio .custom-control-input:checked~.custom-control-label::before {
    background-color: var(--storecolor) !important;
  }
  .impressive .modal-header .close {
    padding: 1px 4px 8px;
    font-size: 20px;
    font-weight: 400;
    margin: 0rem 0rem 0rem auto;
    background-color: var(--storecolor);
    border-radius: 5px;
    opacity: 1;
  }
  .impressive .close>span:not(.sr-only){
  color: white !important;
  opacity: 1;
  padding: 2px;
  }
  .impressive div#exrtas-area-inside {
  background-color: #F7F7F7;
  padding: 5px 15px;
  border-radius: 10px;
  border: 1px solid #CACACA;
  width: 97%;
  margin: 0 auto;
  }
  .impressive .modal-header {
    border-bottom: 2px dotted #B8BBBD;
  }
 .impressive #productModal #modalPrice {
  font-size: 23px;
  font-weight: 600;
  display: flex;
  justify-content: center;
  align-items: center;
  }
  .impressive p.ItemPricetab {
    text-align: center;
  margin-bottom: 0px;
  padding-left: 10px;
  }
  .impressive label#select_optionlabel {
    font-size: 15px;
    font-weight: 500;
  margin-bottom: 0px;
    color: black !important;
  }
  .impressive div#variants-area-inside {
    padding: 10px 10px 10px;
    border-radius: 10px;
  }
  .impressive #variants-area-inside .btn-group .btn-outline-primary.active {
    color: #ffffff;
    background-color: var(--storecolor);
    border-color: var(--storecolor, #102c56);
    font-weight: 500;
    box-shadow: 0 4px 4px rgb(0 0 0 / 6%);
    border-radius: 7px;
  }
  .impressive #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;
  }

  .impressive label#select_optionlabel {
  font-size: 15px;
  font-weight: 500;
  padding-left: 10px;
  }

  .impressive #variants-area-inside .btn-group .btn {
    width: auto !important;
    flex: 1 1 30%;
    max-width: 32%;
    min-width: calc(30% - 10px);
    border-radius: 5px;
    font-size: 10px;
    font-weight: 400;
    padding: .5rem .75rem;
    line-height: 2;
  }
  #variants-area-inside > div:first-of-type .btn-group .btn {
    width: 100% !important;
    flex: 1 1 50% !important;
    max-width: 48%;
  min-width: calc(30% - 10px);
    border-radius: 5px;
    font-size: 12px;
    font-weight: 400;
    padding: .5rem .75rem;
    line-height: 2;
  }
  .impressive #variants-area-inside > div:first-of-type  {
    background-color: #F7F7F7 !important;
    padding: 10px;
    border-radius: 10px;
  }
  .impressive #variants-area-inside > div:nth-of-type(2) {
  background-color: #F7F7F7 !important;
  border:1px solid #CACACA;
    padding: 10px;
    border-radius: 10px;
    margin-top: 20px;
  }
  .impressive .variants_button_section b {
    color: var(--store-font-color);
    font-size: 12px;
    font-weight: 500;
  position: relative;
  }
  .impressive textarea::placeholder {
    color: #000 !important;
  font-size:15px;
  }
  .impressive textarea.form-control {
    background-color: #F7F7F7;
  }
  .impressive .quantity-area {
    border-top: 2px dotted #B8BBBD;
  }
  .impressive #modalDialogItem .modal-content {
    border: 0;
    border-radius: 20px;
    overflow-y: auto !important;
  }

  .impressive #modalItemDetailsPart input#quantity {
    background-color: white !important;
    border: 1px solid white;
    color: black !important;
  }
  .impressive #modalItemDetailsPart .number-input button {
  background: var(--storecolor);
    color: var(--store_button_text);
    padding: 0px 20px;
    border-radius: 8px !important;
    width: 25px;
    height: 35px;
  }

  .impressive #modalItemDetailsPart .number-input {
    background-color: white !important;
    border: unset !important;
  }

  .impressive #modalItemDetailsPart .quantity-area .form-group{
  margin-bottom: -5px !important;
  background-color: #fff !important;
  }
  .impressive label.extras_sec_label {
    width: 95% !important;
  color: var(--store-font-color) !important;
    font-size: 12px !important;
  }
  .impressive button.btn.btn-primary {
    border: 1px solid var(--storecolor) !important;
  }
  .impressive span.extras_tab_prices {
    background-color: transparent;
    padding: 5px;
    border-radius: 5px;
  }
  .impressive div#exrtas-area-inside br {
    display: none !important;
  }
  .impressive label.extras_title_name {
    font-size: 12px;
    font-weight: 400 !important;
    color: black !important;
  }
  .impressive #variants-area-inside > div:first-of-type {
    border: 1px solid #CACACA;
  }
  .impressive .quantity-btn #addToCart1 button.btn.btn-primary {
    border-radius: 8px !important;
    font-size: 10px;
    padding: 0px;
    width: 100px;
    height: 35px;
  }
  .impressive #addToCart1 button.btn.btn-primary {
    border-radius: 8px !important;
  font-size: 10px;
  padding: 0px;
    width: 100px;
    height: 35px;
  }
  .impressive #variants-area-inside .btn-group {
    gap: 10px;
    align-items: flex-start;
    justify-content: center;
    width: 100%;
  }
  .impressive .variants_button_section br {
  display: none;
  }
  .impressive .card-body.px-lg-3.py-lg-3 {
    padding: 8px 15px !important;
  }



  @media(max-width: 556px){
    .impressive #extras_group .btn_collapse_div:last-child {
      margin-bottom: 3px !important;
  }
  .impressive #extras_group span.text-warning.quantity_label_title {
    font-size: 12px;
    font-weight: 600;
  }

  .impressive textarea.form-control {
    background-color: #F7F7F7;
    width: 95%;
    border-radius: 10px;
    margin: 0 auto;
  }
  #productModal .modal-title {
    font-size: 15px !important;
  }
  .impressive #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;
  }
  .impressive .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;
  }
  .impressive .variants_button_section b {
    color: var(--store-font-color);
    font-size: 12px;
    font-weight: 500;
    position: relative;
  }
  .impressive p.ItemPricetab {
    text-align: center;
    margin-bottom: 0px;
    padding-left: 10px;
  }
  #productModal #modalPrice {
    font-size: 23px;
    font-weight: 600;
  }
  .impressive 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) {
    .impressive .strip figure {
        position: relative;
        height: 200px !important;
        z-index: 1;
    }

  .impressive #extras_group .btn_collapse_div{
    margin-bottom: 20px;
  }
  .impressive #extras_group label.form-control-label{
    top: 5px !important;
  }
  .impressive #extras_group .no_input_name{
    margin-top: -46px !important;
  }
  .impressive #modalDialogItem .modal-content {
    border: 0;
    border-radius: 20px;
    overflow-y: auto;
  }
  .impressive h5#modalTitle {
    font-size: 16px;
  }
  .impressive 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;
  }
  #product_section .strip figure , #product_section .strip figure img {
    min-height: 200px !important;
  }


  }

  @media(min-width: 993px) and (max-width: 1199px){
    #product_section .strip figure , #product_section .strip figure img {
        min-height: 150px !important;
      }

  .impressive textarea.form-control {
    background-color: #F7F7F7;
    width: 97%;
    margin: 0 auto;
    border: 1px solid #CACACA;
  }

  }
  @media(min-width: 1200px) {
    #product_section .strip figure , #product_section .strip figure img {
        min-height: 200px !important;
    }
  .impressive #variants-area-inside > div:first-of-type .variants_btn_inside {
    padding: 0px 1.5rem;
  }
  .impressive textarea.form-control {
    background-color: #F7F7F7;
    width: 97%;
    margin: 0 auto;
    border: 1px solid #CACACA;
  }
  .impressive h5#modalTitle {
    font-size: 16px;
  }
  .impressive #extras_group {
    max-height: 250px;
    margin-bottom: 10px;
  }
  }


  /* Targeting the specific element's scrollbar */
  .impressive #modalDialogItem .modal-content::-webkit-scrollbar {
  width: 5px;
  }

  .impressive #modalDialogItem .modal-content::-webkit-scrollbar-track {
  background: #ff4848;
  }

  .impressive #modalDialogItem .modal-content::-webkit-scrollbar-thumb {
  background: var(--storecolor);
  border-radius: 25px !important;
  border: 3px solid var(--storecolor);
  }
  .impressive div#variants-area::-webkit-scrollbar-thumb{
  background: var(--storecolor);
  border-radius: 25px !important;
  border: 3px solid var(--storecolor);
  }
  .impressive div#variants-area::-webkit-scrollbar-thumb:hover{
  background: var(--storecolor);
  }
  .impressive #modalDialogItem .modal-content::-webkit-scrollbar-thumb:hover {
  background: var(--storecolor);
  }
  /* modal styles for  composite product modal */
  .impressive #modalItemDetailsPart #extras_group .number-input {
    background-color: white !important;
  }
  .impressive #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;
  }
  .impressive #modalDialogItem #extras_group .custom-control > label {
    font-weight: 400;
    display: flex !important;
    flex-direction: row !important;
  }
  .impressive #modalDialogItem #extras_group .custom-control > label {
    font-weight: 400;
    display: flex !important;
    flex-direction: row !important;
    width: 98% !important;
  }
  .impressive #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;
  }
  .impressive #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;
  }
  .impressive #extras_group .custom-control-label span {
    position: relative;
    background-color: transparent;
    padding: 3px 5px;
    border-radius: 5px;
    align-self: center;
    width: 85px;
    font-size: 12px;
    top: -2px;
  }
  .impressive .bx-chevrons-down:before {
    content: "\e9b5";
    margin-left: -3px;
  }
  .impressive .btn_collapse_div:last-child {
    margin-bottom: 4px !important;
  }
  .impressive #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;
  }
  .impressive #extras_group {
    max-height: 250px;
    margin-bottom: 10px;
  }
  .impressive div#variants-area {
    max-height: 250px;
  height: auto ;
    overflow-y: auto;
  }
  .impressive #variants-area-inside:empty {
    display: none !important;
    padding: 0 !important;
    border-radius: unset;
  }
  /* scrollbar style here */
  .impressive #extras_group::-webkit-scrollbar-thumb{
  background: var(--storecolor);
  border-radius: 25px !important;
  border: 5px solid var(--storecolor);
  }
  .impressive #extras_group::-webkit-scrollbar-track{
  background-color: #ffffff !important;
  }
  .impressive textarea.textarea_style {
    background-color: var(--storecolorlight) !important;
    width: 100%;
    margin: 0 auto;
    border: 1px solid #CACACA;
  height: 50px;
  }

  @media(max-width: 560px){
  .impressive #extras_group span.text-warning.required_label_title {
    padding: 1px 5px !important;
    border-radius: 40px;
    font-size: 10px;
  }

  .impressive #extras_group .no_input_name {
    background-color: var(--storecolorlight);
    padding: 35px 10px 10px;
    border: 1px solid #CACACA;
    border-radius: 10px 10px 0px 0px;
    margin-top: -19px;
    border-bottom:none;
  }
  .impressive #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;
  }
  .impressive #modalItemDetailsPart #extras_group .number-input {
    background-color: #ffffff00 !important;
    position: absolute;
    left: 45% !important;
    top: 0px;
  }
  .impressive #extras_group .btn_collapse_div {
    margin-bottom: 10px !important;
  }
  }


  .impressive #extras_group button.toggle-button {
    display: block;
    margin: 5px auto;
    background-color: transparent !important;
    color: var(--storecolor);
    padding-bottom: 10px;
    position: relative;
    z-index: 2;
    border: unset;
    font-size:13px;
    font-weight:600;
  }
  .rotation{
  transform: rotate(180deg) !important;
  }

  .impressive .no_input_name {
    overflow: hidden;
    transition: height 1.3s ease mpo !important;
  }

  .impressive .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 */
  }

  .impressive #extras_group .btn_collapse_div {
    background-color: var(--storecolorlight) !important;
    padding-top: 1px;
    border: 1px solid #CACACA;
    border-radius: 0px 0px 10px 10px;
    border-top: none;
  margin-bottom: 20px;
  }
  .impressive #extras_group button.toggle-button:focus {
    outline: none;
  }
  .impressive #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;
  }

  .impressive .variant_main_sec {
    height: auto;
    overflow-y: auto;
    max-height: 400px;
    margin-top:0px;
  }

  .impressive .variant_main_sec::-webkit-scrollbar-thumb{
  background: var(--storecolor);
  border-radius: 25px !important;
  border: 3px solid var(--storecolor);
  }
  .impressive .variant_main_sec::-webkit-scrollbar-thumb:hover{
  background: var(--storecolor);
  }
  .impressive label.form-control-label {
    padding-bottom: 5px;
  }
  label.form-control-label b {
    color: black !important;
    font-size: 12px;
    font-weight: 600 !important;
}
label.form-control-label.extras_title_name {
    color: black;
    font-size: 12px;
    font-weight: 600 !important;
}
.impressive div#exrtas-area {
    width: 98%;
    margin: 0 auto;
}
#product_section .strip figure img,
.owl-carousel .owl-item .strip figure img{
    max-height: 100%;
    padding: 0rem 0rem;
}
#product_section .strip figure img {
    border-radius: 10px 10px 0px 0px;
}
#product_section .strip figure,
.owl-carousel .owl-item .strip figure{
    height:auto;
    min-height: 300px;
}
@media(max-width: 560px) {
    .impressive #extras_group label.form-control-label span:nth-child(1) {
        width: 200px;
        height: 25px;
    }
}
/****Gallery Section***/
.banner_section .gallery-masonry{
    column-gap: 10px;
}
.banner_section .gallery-masonry > div {
    margin-bottom: 10px;
}
.banner_section .gallery-grid{
    margin-left:-5px;
    margin-right:-5px;
}
.banner_section .gallery-grid > div{
    padding-left:5px;
    padding-right:5px;
    margin-bottom: 10px;
}
.banner_section .gallery-grid > div img{
    height: 100%;
    width:100%;
    object-fit: cover;
    object-position: center;
    margin: 0 auto;
}
.banner_section .gallery,
.banner_section .gallery-grid-effect-2 img,
.banner_section .gallery-masonry img{
    transition: 0.3s;
}
.banner_section .gallery:hover .gallery__image {
    filter: grayscale(1);
}
.banner_section .gallery__link {
    overflow: hidden;
    width: 100%;
    height: 100%;
    max-height: 350px;
    display:block;
}
.banner_section .gallery__link:hover .gallery__image {
    filter: grayscale(0);
}
.banner_section .gallery__thumb {
    position: relative;
    height: 100%;
    margin:0;
}
.banner_section .gallery__image {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.3s;
}
.banner_section .gallery-grid-effect-2 a,
.banner_section .gallery-masonry a {
    overflow: hidden;
    width: 100%;
    height: 100%;
    display:block;
}
.banner_section .gallery__image:hover,
.banner_section .gallery-grid-effect-2 img:hover,
.banner_section .gallery-masonry img:hover{
    transform: scale(1.1);
}
.banner_section .masonry-gallery {
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
    align-items: center;
}
.banner_section .column {
    padding: 0 5px;
    margin-bottom:5px;
    flex: 0 0 20%;
}
.banner_section .masonry-gallery img {
    width: 100%;
    height: auto;
    display: block;
    margin-bottom: 10px;
}
#menu .has-submenu-dropdown .dropdown-menu .dropdown-item{
    position: relative;
}
#menu .has-submenu-dropdown .dropdown-menu .dropdown-item.imagewidget:hover {
    padding-left: 0.5rem;
}
@media (max-width: 767px) {
    .banner_section .gallery__link {
        overflow: hidden;
        height: 300px;
        max-height: 300px;
    }
    .banner_section .column{
        padding: 0 2px;
        margin-bottom: 2px;
    }
    .banner_section .masonry-gallery img{
        margin-bottom: 4px;
    }
    .navbar-nav .has-megamenu-dropdown > .dropdown-menu{
        min-width:100% !important;
        -webkit-column-count: 1!important;
        -moz-column-count: 1!important;
        column-count: 1!important;
    }
}
/****************************************************************************************************
************************************** blog template styles *****************************************/
.blog_content_section .blog_title_txt {
    font-size: 18px;
    font-weight: 600;
    font-family: var(--store_primary_font);
    color: black;
    width: 100%;
    height: 3.5rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
section.blogs_carousel_main .blogs_img_section img {
    width: 100%;
    height: 250px;
    border-radius: 1rem;
    padding: 0px 0px !important;
}
.blog_content_section .blog_content_txt {
    font-size: 14px;
    font-weight: 500;
    font-family: var(--store_primary_font);
    -webkit-line-clamp: 3;
    display: -webkit-box;
    word-break: break-word;
    overflow-y: hidden;
    max-height: 5rem;
    min-height: 4.5rem;
    -webkit-box-orient: vertical;
}
.blogs_carousel_main .blogs_outer_card {
    padding: 1rem;
    border-radius: 1rem;
    border: 0.9px solid #0000001A;
    box-shadow: 0px 3.66px 3.66px 0px #0000001A;
    margin: 1rem auto;
}
.blogs_carousel_main .blog_content_section {
    width: 100%;
    max-height: 10rem;
    margin: 1rem auto 0rem;
}
.blogs_carousel_main .blogs_readmore_button {
    background-color: var(--store_button_background);
    color: var(--store_button_text);
    padding: 0.5rem 1rem;
    border-radius: 1rem;
}
.card-img-top.blog_list_img {
    width: 100%;
    height: 16rem;
    border-radius: 1rem;
    margin: 0rem;
    object-fit: cover;
}
.blogs_cards .blog_listing_card_img_div {
    width: auto;
    height: 16rem;
    overflow: hidden;
    object-fit: cover;
    margin: 1rem;
    border-radius: 1rem;
}
.blog_list_card_main .card.blogs_cards .blog_listing_card_img_div img {
     transition: transform 0.3s ease-in-out;
}
.blog_list_card_main .card.blogs_cards:hover .blog_listing_card_img_div img {
    transform: scale(1.1);
}

.blog_tilte.card-title {
    font-size: 18px;
    font-weight: 600;
    font-family: var(--store_primary_font);
    color: black;
    height: 3.5rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    word-wrap: break-word;
    overflow: hidden;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
}

.blog_excerpt.card-text {
    font-size: 17px;
    font-weight: 500;
    font-family: var(--store_primary_font);
    color: #2C2E2E;
}
a.btn.blog_list_btn {
    background-color: var(--store_button_background);
    color: var(--store_button_text);
    border-radius: 5rem;
}
.blog_list_card_main .card.blogs_cards {
    border-radius: 1rem;
    border: 1px solid #0000001A !important;
    box-shadow: 0px 4px 4px 0px #0000001A !important;
}
.blogs_list_title_sec .blogs_list_title_text {
    font-size: 25px;
    font-weight: 700;
    color: #102C56;
    font-family: var(--store_primary_font);
    margin: 1.5rem auto;
}
.blog_list_share_btn {
    font-size: 20px;
    font-weight: bold;
    color: black;
    padding: 2px 10px;
    border: 1px solid #bebbbb;
    border-radius: 10px;
    float: right;
    margin-top: 3px;
}
.blog_date_main_sec .blog_lastupdated_date {
    font-size: 15px;
    font-weight: 400;
    color: black;
    margin-bottom: 0px;
    font-family: var(--store_primary_font);
}
.blog_date_main_sec {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 0rem auto 1rem;
    border-bottom: 1px solid #dedbdb;
    padding-bottom: 1rem;
}
button.single_blog_share_btn {
    font-size: 18px;
    font-weight: bold;
    color: black;
    padding: 0px 7px;
    border: 1.5px solid #bebbbb;
    border-radius: 7px;
    float: right;
    margin-top: 3px;
}
.recent_blogs_tabs_btn.active, .popular_blogs_tabs_btn.active {
    background-color: var(--store_button_background) !important;
    color: var(--store_button_text) !important;
}
.recent_blogs_tabs_btn, .popular_blogs_tabs_btn {
    border:1px solid var(--store_button_background);
    background-color:var(--store_button_text);
    color: var(--store_button_background);
    text-align: center;
    padding: 0.5rem;
    border-radius: 5rem;
    min-width: 10rem;
    font-size: 16px;
    font-family: var(--store_primary_font);
    font-weight: 700;
    cursor: pointer;
}
.blogs_sidebar .blogs_tabs_btn_sec {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    margin: 0rem auto 1rem;
}


/*******************************/
.store_services .service_page2 .hover_img_service.card.crd_bg_clr2 {
    background-color: #E8E8E8;
    border: 1px solid #0000001A;
    border-radius: 1rem;
    padding: 0.7rem 1rem;
}
.store_services .service_page2 .figur-container2 figure {
    border: 2px solid var(--store_button_background);
    border-radius: 1rem;
    padding: 0.7rem !important;
    height: 10rem;
    overflow: hidden;
}
.srvce_card-image2 .figur-container2 figure span.service_card_image {
    overflow: hidden;
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 1rem;
}
.store_services .service_page2 img.activator.owl_image2 {
    padding: 0rem;
    height: 100%;
    object-fit: cover;
    border-radius: 1rem;
    -webkit-transform: rotate(15deg) scale(1.4);
	transform: rotate(15deg) scale(1.4);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.store_services .service_page2 .card-content .card-title2 {
    font-size: 16px;
    font-weight: 600;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: pre-wrap;
}
.store_services .service_page2 .card-content p.card-desc2 {
    font-size: 14px;
    font-family: var(--store_primary_font);
    height: 5em;
}
.blog_excerpt {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.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);
    }

 }
.store_services .service_page2 .hover_img_service.card.border-0.crd_bg_clr2:hover img.activator.owl_image2 {

    -webkit-transform: rotate(0) scale(1);
	transform: rotate(0) scale(1);
}
.store_services .service_page2 h2.view_btn_txt
{
    font-size: 14px;
}
.service_page2 .hoversrvc2.card.crd_bg_clr2 {
    background: #E8E8E8;
    border-radius: 1rem;
    border: 1px solid #0000001A;
}
div#service_list_page2 .activator.owl_image2 {
    width: 100%;
    height: 10rem;
    object-fit: cover;
    -webkit-transform: rotate(15deg) scale(1.4);
	transform: rotate(15deg) scale(1.4);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
div#service_list_page2 .figure-container2 figure {
    padding: 0.5rem;
    border: 2px solid var(--store_button_background);
    border-radius: 1rem;
    overflow: hidden;
}
div#service_list_page2 .hoversrvc2.crd_bg_clr2:hover .activator.owl_image2 {
    -webkit-transform: rotate(0) scale(1);
	transform: rotate(0) scale(1);
}
div#service_list_page2 .service_page2 .hoversrvc2.crd_bg_clr2{
margin: 1rem auto;
}

@media (max-width:768px){
    .store_services .service_page2 .figur-container2 figure{
        height: 12rem;
    }
}
@media (min-width: 769px) and (max-width: 992px) {
    .store_services .service_page2 .figur-container2 figure {
        height: 13rem;
    }
}
@media (min-width:1400px){
    .store_services .service_page2 .figur-container2 figure{
        height: 15rem;
    }
    div#service_list_page2 .activator.owl_image2 {
        width: 100%;
        height: 15rem;
        object-fit: cover;
    }
    .service_page2 .hoversrvc2.card.crd_bg_clr2 {
        background: #E8E8E8;
        border-radius: 1rem;
        margin: 1rem auto;
    }
}

/***************** Testimonial Style Two *******************/
img.activator.testimonial_style_two_owl_image.shine-effect {
    width: 4rem;
    height: 4rem;
    padding: 0;
    border-radius: 5rem;
    margin: 1rem 0rem 0rem;
    object-fit: cover;
}
#store_testimonial_sec_two .testimonial_style_two-subtitle {
    position: absolute;
    top: 2.5rem;
    left: 7rem;
    color: var(--store-font-color);
    font-size: 20px;
    font-weight: 600;
    font-family: var(--store_primary_font);
}
#store_testimonial_sec_two .testimonial_style_two {
    border: 1px solid #e3e3e3 !important;
    background-color: #9E9D9A0F;
    border-radius: 1.5rem;
    padding: 0.5rem 2rem 2rem;
}
#store_testimonial_sec_two button.owl-dot.active:focus{
    outline: none !important;
    border: none !important;
}
#store_testimonial_sec_two .testimonial_style_two-description {
    overflow: hidden;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    text-align: left;
    font-size: 16px;
    font-weight: 400;
    font-family: var(--store_primary_font);
}
#store_testimonial_sec_two .testimonial_style_two-title {
    color: var(--store-font-color);
    text-align: left;
}
#store_testimonial_sec_two i#testimonial_style_two_quote_img2 {
    position: absolute;
    bottom: -2rem;
    left: 45%;
    background-color: var(--store_button_background);
    width: 3rem;
    height: 3rem;
    color: var(--store_button_text);
    text-align: center;
    padding: 1rem;
    border-radius: 5rem;
}
#store_testimonial_sec_two .testimonial_style_two-title {
    font-size: 17px;
    font-weight: 600;
    font-family: var(--store_primary_font);
}
#store_testimonial_sec_two .service_page .owl-stage-outer .owl-stage {
    min-height: 20rem;
    height: auto;
    padding-bottom: 0rem;
}
#store_testimonial_sec_two .quote_symbol svg#testimonial_style_two_quote_img2 {
    background-color: var(--store_button_background);
    width: 3rem;
    height: 3rem;
    padding: 0.5rem;
    fill: var(--store_button_text);
    border: 1px solid var(--store_button_text);
    border-radius: 5rem;
    margin: 0 auto;
    transition: all 2s ease;
}
#store_testimonial_sec_two .testimonial_style_two_figure span.quote_symbol {
    position: absolute;
    bottom: -1rem;
}
#store_testimonial_sec_two .quote_symbol {
    position: relative;
    width: 100%;
    height: auto;
}
#store_testimonial_sec_two .quote_symbol_divsection {
    position: absolute;
    width: 100%;
    bottom: -3rem;
}

#store_testimonial_sec_two .service_page .owl-item.active.center .quote_symbol svg#testimonial_style_two_quote_img2 {
background-color: var(--store_button_text) !important;
fill: var(--store_button_background) !important;
border: 1px solid var(--store_button_background) !important;
transition: all 1s ease;
}
#store_testimonial_sec_two {
padding-top: 2rem;
padding-bottom: 2rem;
}
#store_testimonial_sec_two .product_brand_sec {
    padding-top: 2rem;
}
#store_testimonial_sec_two .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span{
background-color: var(--store_button_background) !important;
}
.product_brand_sec {
    padding: 2rem 0rem;
}

/*********** Testimonial Style three ****************/
.owl-carousel.owl-drag .owl-item{
    padding: 0 10px;
}
.store_testimonials_threes .testimonials-swiper {
    width: 100%;
    height: 300px;
}
.store_testimonials_threes .slick-prev, .slick-next {
    z-index: 1;
}
#store_testimonial_sec_three .testimonial_style_three_content {
    width: 100%;
    padding: 1rem;
    margin: 1rem;
}
#store_testimonial_sec_three .testimonial_three_head {
    font-size: 2.2rem;
    font-weight: 700;
    font-family: var(--store_primary_font);
}
#store_testimonial_sec_three .testimonial_three_content {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.5rem;
    font-family: var(--store_primary_font);
}
#store_testimonial_sec_three .slick-dots li.slick-active button:before {
    opacity: 1;
    color: var(--store_button_background);
}
#store_testimonial_sec_three .slick-dots li button:before{
    font-size: 15px !important;
}
#store_testimonial_sec_three .testimonial_three_title {
    font-size: 20px;
    font-weight: 700;
    font-family: var(--store_primary_font);
    color:var(--store_button_background);
}
.testimonial-item.slick-slide.slick-current.slick-active {
    background: #fff;
    padding: 0.5rem 2rem;
    margin: 0.5rem 2rem;
    text-align: left;
    font-size: 18px;
    border:1px solid #b6b6b6e4;
    border-radius: 1rem;
    box-shadow: 0 2px 10px 5px rgba(0,0,0,0.1);
    opacity: 1;
    transform: scaleX(1);
    transition: all 1s ease;
}
.store_testimonials_threes .testimonial-item.slick-slide {
    background: #fff;
    padding: 0.5rem 2rem;
    margin: 0.5rem 2rem;
    text-align: left;
    font-size: 18px;
    border:unset;
    border-radius: 1rem;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    transform: scaleX(0.99);
    transition: all 1s ease;
}
.testimonial_three_author{
    font-size: 15px;
    font-weight: 600;
    font-family : var(--store_primary_font);
    color: #000;
}
#store_testimonial_sec_three .slick-list.draggable span.quotesLeft , #store_testimonial_sec_three .slick-list.draggable span.quotesRight{
    font-size: 20px;
    font-weight: 600;
    color: var(--store_button_background);
}


@media (max-width:767px ) {
    #store_testimonial_sec_three .testimonial_style_three_content {
        padding: 0rem;
        margin: 0rem;
        text-align: center;
    }
    #store_testimonial_sec_three .testimonial_three_head {
        font-size: 25px;
        font-weight: 400;
        line-height: 25px;
        letter-spacing: 0em;
        color: var(--storecolor);
        text-align: center;
        font-family: Hammersmith one;
    }
    #store_testimonial_sec_three .testimonial_three_head .headline_breacker{
        display: none;
    }
    .testimonial-item.slick-slide.slick-current.slick-active{
        background: #fff;
        padding: 1rem 1rem;
        margin: 1rem 1rem;
        text-align: left;
        font-size: 18px;
        border:1px solid rgba(221, 221, 221, 0.895);
        border-radius: 1rem;
        box-shadow: 0 2px 10px 5px rgba(0,0,0,0.1);
        opacity: 1;
        transform:none !important;
        transition: all 1s ease;
    }
    #product_section .product-col.col-6 .strip figure, .owl-carousel .owl-item .strip figure {
        height: auto;
        min-height: 150px !important;
    }
    .product-col.col-6 div#addToCartbtn span#add_to_crt_txt, .product-col.col-6 #addToCartbtn .btn span {
        display: none;
    }
    .product-col.col-6 .cart_section_srve_prdt #addToCartbtn .btn {
        width: 2.5rem;
        height: 2.5rem;
    }
    .product-col.col-6 .cart_add_button button.btn.add_to_cart_btn::before{
        right: 0.4rem !important;
    }
    .cart_section_srve_prdt #addToCartbtn .btn{
        margin-top: 55px;
    }
    .store_testimonials_threes .testimonial-item.slick-slide {
        background: #fff;
        padding: 1rem 1rem;
        margin: 1rem 1rem;
        text-align: left;
        font-size: 16px;
        border:unset;
        transform: none !important;
    }
    #store_testimonial_sec_three .testimonial_three_content {
        font-size: 14px;
    }
    #store_testimonial_sec_three .testimonial_three_title {
        font-size: 18px;
    }
    .store_testimonials_threes .testimonials-swiper {
        width: 100%;
        height: 350px;
    }
    #store_testimonial_sec_three .slick-list.draggable {
        min-height: 350px;
    }
    #store_testimonial_sec_three .slick-list.draggable span.quotesLeft , #store_testimonial_sec_three .slick-list.draggable span.quotesRight{
        font-size: 20px;
        font-weight: 600;
        color: var(--store_button_background);
    }
    .img_cntnr_sec.contnr_bg_clr .subtitle_cntr_lft {
        font-family: RoosW01-RomanItalic !important;
        font-size: 25px;
        font-style: italic;
        font-weight: 400;
        line-height: 41px;
        letter-spacing: 0em;
        text-align: left;
        color: var(--store-font-color);
    }
   .product_brand_sec, section#store_testimonial_sec_three {
        padding: 1rem 0rem;
    }
    .product_brand_sec .section-title-desc {
        margin-top: 0rem;
    }
    #product_section .additional-details .btn-view_more, #product_section .additional-details .btn-view_more:hover {
        margin: 1rem 0rem;
    }
    #product_section .custom_section, .custom_title {
        display: block !important;
        color: var(--store-font-color);
        font-size: 25px;
        line-height: 40px;
        margin: 1rem 0;
    }
    #store_testimonial_sec_three .slick-dots li button:before {
        font-size: 12px !important;
    }
    #store_testimonial_sec_two .testimonial_style_two-title {
        color: var(--store-font-color);
        text-align: left;
        font-size: 16px;
        font-weight: 600;
        font-family: var(--store_primary_font);
    }
    #store_testimonial_sec_two .testimonial_style_two-subtitle {
        position: absolute;
        top: 2.5rem;
        left: 7rem;
        color: var(--store-font-color);
        font-size: 15px;
        font-weight: 700;
        font-family: var(--store_primary_font);
    }
    #store_testimonial_sec_two .testimonial_style_two-description{
        font-size: 15px !important;
        font-family: var(--store_primary_font);
    }
}
@media (min-width:768px ) and (max-width:992px ) {
    .site-header .header-extras-right {
        flex: 0 0 100% !important;
        max-width: 100% !important;
        position: absolute;
        right: 0;
        top: 1rem;
    }
    #store_testimonial_sec_three .testimonial_three_head {
        font-size: 2rem;
        font-weight: 700;
        font-family: var(--store_primary_font);
    }
    .store_testimonials_threes {
        overflow: hidden;
    }
    #store_testimonial_sec_three .testimonial_three_head .headline_breacker{
        display: none;
    }
    #store_testimonial_sec_three .slick-list.draggable span.quotesLeft , #store_testimonial_sec_three .slick-list.draggable span.quotesRight{
        font-size: 20px;
        font-weight: 600;
        color: var(--store_button_background);
    }
    #store_testimonial_sec_three .testimonial_style_three_content {
        margin: 5rem 1rem 1rem;
    }
    .store_testimonials_threes .testimonials-swiper {
        width: 100%;
        height: 350px;
    }
}
@media (min-width:993px ) and (max-width:1999px ) {
    #store_testimonial_sec_three ul.slick-dots {
        position: absolute;
        transform: translate(-39rem, -7rem);
    }

}
@media (min-width:1200px ) {
    #store_testimonial_sec_three ul.slick-dots {
        transform: translateY(5rem);
    }
    #store_testimonial_sec_three {
        box-shadow: 0 1px 4px 4px #d4d4d452;
        min-height: 30rem;
    }
    .store_testimonials_threes .testimonial-item.slick-slide{
        border:1px solid #b6b6b6e4;
    }
    #store_testimonial_sec_three .testimonial_three_content {
        margin-bottom: 5px;
        font-size: 15px;
        font-weight: 400;
        line-height: 1.5rem;
        font-family: var(--store_primary_font);
    }
    #store_testimonial_sec_three .testimonial_three_author{
        font-size: 15px;
        margin-bottom: 5px;
    }
    #store_testimonial_sec_three .slick-list.draggable {
        position: relative;
        height: 23rem !important;
    }

    /* #store_testimonial_sec_three .slick-list.draggable::before {
        content: "";
        width: 100%;
        height: 12rem;
        display: block;
        z-index: 5;
        backdrop-filter: blur(2px);
        position: absolute;
        top: 12rem;
        left: 0;
        pointer-events: none;
    } */

    #store_testimonial_sec_three .slick-list.draggable::after {
        content: "";
        position: absolute;
        top: 23rem;
        left: 0;
        width: 100%;
        height: 15rem;
        backdrop-filter: blur(2px);
        z-index: 4;
        pointer-events: none;
    }
    #store_testimonial_sec_three .testimonial_style_three_content {
        margin: 5rem 1rem 1rem 3rem;
    }

}


.cart_add_button button.btn.add_to_cart_btn::before {
    content: "\e999";
    font-family: 'boxicons';
    color: var(--store_button_text);
    background: transparent;
    font-size: 15px;
    font-weight: 500;
    position: absolute;
    right: 0.3rem;
    border: 2px solid var(--store_button_text);
    border-radius: 5rem;
    width: 1.5rem;
    height: 1.5rem;
}
.cart_add_button a.btn.item_view_btn::before {
    content: "\eb6a";
    font-family: 'boxicons';
    color: var(--store_button_text);
    background: transparent;
    font-size: 15px;
    font-weight: 500;
    position: absolute;
    right: 0.3rem;
    border: 2px solid var(--store_button_text);
    border-radius: 5rem;
    width: 1.5rem;
    height: 1.5rem;
}
.cart_add_button a.btn.item_selet_button::before {
    content: "\e98c";
    font-family: 'boxicons';
    color: var(--store_button_text);
    background: transparent;
    font-size: 15px;
    font-weight: 500;
    position: absolute;
    right: 0.3rem;
    border: 2px solid var(--store_button_text);
    border-radius: 5rem;
    width: 1.5rem;
    height: 1.5rem;
}
.store_services .service_page2 .card-content p.card-desc2 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: 4.5em;
    line-height: 1.5em;
    margin: 0;
    margin-bottom: 0.5rem;

}
.store_services div#service_list_page2 {
    margin-top: 2rem;
}
.service_page2 .hoversrvc2.card.crd_bg_clr2{
    padding-bottom: 1rem;
}
.store_address_section svg.footer_address_icon {
    width: 1rem;
    height: 1rem;
    fill: white !important;
    margin-top: 0.5rem;
}
.store_address_section svg.footer_address_icon path {
    fill: var(--store_footer_link) !important;
}
.content_text.store_address_section p {
    display: flex;
    flex-direction: row;
    gap: 10px;
}

span.store_address_sec>svg, span.store_address_sec>svg>path {
    width: 1.3rem !important;
    height: 1.3rem !important;
    fill: var(--store_button_text) !important;
}
span.btn-inner--icon.footer_social_icons>svg {
    width: auto;
    height: -webkit-fill-available !important;
    display: inline;
}
span.btn-inner--icon.footer_social_icons>svg>path, span.btn-inner--icon.footer_social_icons>svg>g>path {
    fill: var(--store_footer_link);
}
.footer .btn-icon-only:hover span.footer_social_icons>svg>path , .footer .btn-icon-only:hover span.footer_social_icons>svg>g>path {
    fill: var(--store_footer_background);
}
div#product_section .custom_title {
    display: none !important;
}
div#product_section span.cat_name {
    font-size: 25px;
    line-height: 15px;
    text-transform: capitalize !important;
}
li.nav-item.nav-item-category.item.active>a.active>span.cat_name {
    padding: 1rem;
    border-bottom: 3px solid var(--storecolor);
    border-radius: 1rem;
    color: var(--storecolor);
}

@media (min-width: 768px) and (max-width: 1199px) {
    .cart_add_button a.btn.item_selet_button::before , .cart_add_button a.btn.item_view_btn::before , .cart_add_button button.btn.add_to_cart_btn::before{
        right: unset !important;
    }
    .cart_section_srve_prdt #addToCartbtn .btn {
        width: 2.5rem;
        height: 2.5rem;
        margin-right: 10px;
    }
    div#addToCartbtn span#add_to_crt_txt , #addToCartbtn .btn span{
        display: none;
    }
    .single-product #addToCartbtn .btn span{
        display: block;
    }

    div#addToCartbtn .cart_icn {
        margin-top: -2rem;
        position: absolute;
        left: 0.5rem;
    }
}

@media (max-width: 600px ) {
    .site-header .header-extras-right{
        display:none;
    }
    .product-col.col-6 .product_content .cart_add_button a.btn.item_view_btn::before, .product-col.col-6 .product_content .cart_add_button a.btn.item_selet_button::before {
        right: auto;
    }
    div#service_list_page2 .activator.owl_image2{
        height: 8rem;
    }
    .store_services .service_page2 h2.view_btn_txt {
        font-size: 12px;
    }
    .store_services .service_page2 a.viewmr_btn{
        width: auto;
    }
    .store_services div#service_list_page2 {
        margin-top: 0rem;
    }
    .store_services {
        padding-top: 1rem;
    }
    .col-12 .store_services div#service_list_page2 .activator.owl_image2 {
        height: 12rem;
    }
    .col-12 .store_services .service_page2 a.viewmr_btn {
        width: fit-content;
        float: left;
    }
    .col-12 .store_services .service_page2 .hoversrvc2.card.crd_bg_clr2 .card-content {
        text-align: left !important;
    }
    .store_services .card {
        padding: 0.5rem;
    }
    .col-12 .store_services .card {
        padding: 1rem;
    }
    li.nav-item.nav-item-category.item.active>a.active>span.cat_name {
        padding: 0.5rem;
        border-bottom: 3px solid var(--storecolor);
        border-radius: 1rem;
        color: var(--storecolor);
    }

}
@media (max-width: 450px) {
    .srvce_card-image{
        width: 100%;
        height: 100%;
    }
    img.activator.owl_image{
         width: 150px;
        height: 150px;
    }
    a.viewmr_btn{
        width: 150px;
    }
}
@media (max-width: 370px) {
    h2.view_btn_txt{
        font-size: 10px;
    }
    a.viewmr_btn{
        width: 118px;
    }
    img.activator.owl_image{
        width: 120px;
        height: 120px;
    }
}   
@media (min-width: 805px) and (max-width:991px){
    .shop-toolbar{
        padding-left: 110px !important;
    }
}
