/** Shopify CDN: Minification failed

Line 193:34 Unexpected ";"
Line 1158:29 Unexpected ","
Line 1159:29 Unexpected ","

**/
:root{
    --shadow-one: 0px 0px 25px rgba(33, 33, 33, 0.04);
    --bg-three: #444444;
    --transition: all ease .3s;      
    --bs-blue: #0d6efd;
    --bs-indigo: #6610f2;
    --bs-purple: #6f42c1;
    --bs-pink: #d63384;
    --bs-red: #dc3545;
    --bs-orange: #fd7e14;
    --bs-yellow: #ffc107;
    --bs-green: #198754;
    --bs-teal: #20c997;
    --bs-cyan: #0dcaf0;
    --bs-black: #000;
    --bs-white: #fff;
    --bs-gray: #6c757d;
}
*,
*::before,
*::after {
    box-sizing: border-box;
}
::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: var(--body-text-color);
    opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: var(--body-text-color);
}

::-ms-input-placeholder { /* Microsoft Edge */
    color: var(--body-text-color);
}
details summary::-webkit-details-marker {
  display:none;
}
html{ overflow-x: hidden; height:100%; padding:0; margin:0; }
main{ 
  overflow-x: hidden;
  height: 100%;
  margin: 0;
  padding: 0;
}
.shopify-challenge__container {
    margin: 7rem auto;
}
body {
    display: grid;
    grid-template-rows: auto 1fr auto;
    min-height: 100%;
	font-family: var(--body-font-family);
	font-weight: var(--body-fw);
    font-size: var(--body-font-size);
    color: var(--body-text-color);
    line-height: var(--body-line-height);
    background-color:var(--body-bg);
    margin: 0;
}
p {
    margin-top: 0;
    margin-bottom: 1rem;
    line-height: var(--body-line-height);
}
a{ text-decoration: none; transition: var(--transition); color: var(--theme-link-color); }
a:hover{ color: var(--theme-link-hover-color);}
input, textarea, .has-transition {
    -webkit-transition: var(--transition);
    transition: var(--transition);
}
.btn, .btn-primary, .button, button[type="submit"], input[type="submit"]{
    font-family: var(--btn-font-family);
    font-size: var(--btn-fs);
    border-radius: var(--btn-radius);
    border-width: var(--btn-border-width); 
    background-color: var(--btn-primary-bg);    
    border-color: var(--color-button-primary-border-color);
    font-weight: var(--btn-fw);
    color: var(--color-button-primary-color);
    transition: var(--transition);
    border-style: solid;
    display: inline-block;
    width: 100%;
    line-height: 1.4em;
    max-width: var(--btn-width);
    text-align: center;
    padding: var(--btn-vertical-padding) var(--btn-horizental-padding);
}

.btn:hover, .btn-primary:hover, .button:hover, button[type="submit"]:hover, input[type="submit"]:hover{
    background-color: var(--btn-primary-hover-bg);
    color: var(--color-button-primary-hover-color);
    border-color: var(--color-button-primary-hover-border-color); 
}

.btn svg, .slick-arrow svg, .btn-primary svg{ fill:var(--color-button-primary-color) ; }
.btn:focus, .btn:active{ box-shadow:none !important; }
.btn-secondary{
    font-family: var(--btn-font-family) !important;
    font-size: var(--btn-fs) !important;
    border-radius: var(--btn-radius) !important;
    border-width: var(--btn-border-width) !important; 
    background-color: var(--secondary-btn-bg) !important;    
    border-color: var(--secondary-btn-border-color) !important;
    font-weight: var(--btn-fw) !important;
    border-style: solid;
    color: var(--secondary-btn-text-color) !important;
    transition: var(--transition) !important;
    display: inline-block;
    width: 100%;
    line-height: 1.4em;
    max-width: var(--btn-width);
    text-align: center;
    padding: var(--btn-vertical-padding) var(--btn-horizental-padding);
}
.btn-secondary:hover{
    background-color: var(--secondary-btn-hover-bg) !important;
    border-color: var(--secondary-btn-border-color) !important;
    color: var(--secondary-btn-hover-text-color) !important;
}
.btn-secondary svg{ fill:var(--secondary-btn-text-color) ; }
.btn-secondary:hover svg{ fill:var(--secondary-btn-hover-text-color) ; }

.btn-invert{
    font-family: var(--btn-font-family) !important;
    font-size: var(--btn-fs) !important;
    border-radius: var(--btn-radius) !important;
    border-width: var(--btn-border-width) !important; 
    background-color: var(--invert-btn-bg) !important;    
    border-color: var(--invert-btn-border-color) !important;
    font-weight: var(--btn-fw) !important;
    border-style: solid;
    color: var(--invert-btn-text-color) !important;
    transition: var(--transition) !important;
    display: inline-block;
    width: 100%;
    line-height: 1.4em;
    max-width: var(--btn-width);
    text-align: center;
    padding: var(--btn-vertical-padding) var(--btn-horizental-padding);
}
.btn-invert:hover{
    background-color: var(--invert-btn-hover-bg) !important;
    border-color: var(--invert-btn-hover-border-color) !important;
    color: var(--invert-btn-hover-text-color) !important;
}
.btn-invert svg{ fill:var(--invert-btn-text-color) ; }
.btn-invert:hover svg{ fill:var(--invert-btn-hover-text-color) ; }
.img-fluid{ width: 100%;}

h1,.h1,h2,.h2,h3,.h3,h4,.h4,h5,.h5,h6,.h6{
	font-family: var(--heading-font-family);
	font-weight: var(--heading-fw);
    line-height: var(--heading-lh);
    letter-spacing: var(--heading-ls);
    color: var(--heading-color);
    margin-top: 0;
    margin-bottom: 0.5rem;
}
h1, .h1{ font-weight: 500; font-size: 36px; }
h2, .h2{ font-weight: 500; font-size: 28px; }
h3, .h3{ font-weight: 500; font-size: 24px; }
h4, .h4{ font-weight: 600; font-size: 20px; }
h5,.h5{ font-size: 18px; }
h6,.h6{ font-size: 16px; }
.section_title_box .title{ font-size: var(--home-title-fs); font-weight: var(--home-title-fw); line-height: var(--home-title-lh); margin-bottom: 20px; text-transform: var(--home-title-text-transform);}
.section_title_box .description{ max-width: 600px; }
.section_title_box.title_box_center .description{ margin-left: auto; margin-right: auto; }
.section_title_box.title_box_right .description{ margin-left: auto; }
.section_title_box .btn {
    margin-top: 25px;
    padding: calc(var(--btn-vertical-padding) + 3px) calc(var(--btn-horizental-padding) + 3px);
    font-size: calc(var(--btn-fs) + 2px);
}
img{ max-width: 100%; }

.position-relative { position: relative; }
.position-absolute{ position:absolute;}
.w-100{ width: 100%;}
.bg-transparent { background-color: transparent !important; }
.text-uppercase{ text-transform: uppercase;}
.bg-white{ background-color: var(--bs-white);}

.overflow-hidden {  overflow: hidden ; }
.cursor-pointer{ cursor: pointer;};
.opacity-0 { opacity: 0;  }
.rounded-20{ border-radius: 20px; }
:focus-visible {
    outline: none;
}
.fw-700{ font-weight: 700;}
.fw-600{ font-weight: 600; }
.fw-500{ font-weight: 500;} 
.fw-400{ font-weight: 400; }
.fw-300{ font-weight: 300;}
.fs-14{ font-size: 14px; }
.fs-13{ font-size: 13px; }
.fs-16{ font-size: 16px; }
.lh-0{ line-height: 0;}
.container{ max-width: var(--container-width); }

.success-popup {
    background: var(--body-bg);
    border-radius: var(--radious-one)
}
.search_price{ 
    font-size: var(--card-price-fs);
    font-weight: var(--card-price-fw);
    color:var(--card-price-color); 
}
.search_title  a{
    color:var(--card-title-color);
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    display: block;
}

.mt-10{ margin-top: 10px; }
.ml-auto{ margin-left: auto;}
.mr-auto{ margin-right: auto;}

.social_media .icon{ width: 15px; }
.social_media .icon.icon-social-facebook{ width: 10px; }
.border-light{ border-color: #f2f3f8 !important; }

.text-underline-hover:hover{ text-decoration: underline; }
table {
    caption-side: bottom;
    border-collapse: collapse;
    width: 100%;
    table-layout: fixed;
}
table tr th {
    color: var(--body-text-color);
    border: 1px solid var(--theme-border-color);
    font-weight: 500;
    padding: 0.3rem;
    background: var(--theme-secondary-bg);
}
table tr td {
    border: 1px solid var(--theme-border-color);
    text-align: center;
    color: var(--body-text-color);
    padding: 0.3rem;
}

.beedamall-carousel .beeda_slider_item:not(.shopify-design-mode .beedamall-carousel .beeda_slider_item){ display: none; }
.beedamall-carousel.slick-initialized .beeda_slider_item:not(.shopify-design-mode .beedamall-carousel.slick-initialized .beeda_slider_item){ display: block; } 


.form-control, .form-select{ padding: 0.6rem .7rem; max-width: 100%;  }  

.form-control:focus {
    border-color: var(--btn-primary-bg);
    box-shadow:none;
}
svg {
    max-width: 100%;
    vertical-align: middle;
}
ul.slick-dots button {
    width: 13px;
    height: 13px;
    border-radius: 100%;
    font-size: 0 !important;
    display: inline-block;
    line-height: 0;
    padding: 0;
    margin: 2px;
    border: 1px solid var(--theme-color);
    background-color: transparent;
}
.beedamall-arvr ul.slick-dots button{ background-color: var(--bg-two);}
ul.slick-dots {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    list-style: none;
}
ul.slick-dots li.slick-active button{ background-color: var(--theme-color); }


.slick-arrow{
    font-size: 0 !important;
    position: absolute;
    margin-top: -20px;
    height: 40px;
    top: 50%;
    line-height: 1.5em;
    width: 40px;
    z-index: 10;
    background: var(--bs-white);
    border-radius: 100%;
    opacity: 0;
    border: 0;
    box-shadow: 0 0 1px 1px rgb(20 23 28 / 10%), 0 3px 1px 0 rgb(20 23 28 / 10%);
}
.slick-arrow:hover{ box-shadow: 0 2px 8px 2px rgb(20 23 28 / 15%);   background: var(--bs-white);}
.slick-slider:hover .slick-arrow{ opacity: 1; }

.slick-next.slick-arrow:before{ 
    content: url('data:image/svg+xml; utf8,<svg fill="black" width="9" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 384 512"><path d="M342.6 233.4c12.5 12.5 12.5 32.8 0 45.3l-192 192c-12.5 12.5-32.8 12.5-45.3 0s-12.5-32.8 0-45.3L274.7 256 105.4 86.6c-12.5-12.5-12.5-32.8 0-45.3s32.8-12.5 45.3 0l192 192z"/></svg>');
}

.slick-prev.slick-arrow:before{ 
    content: url('data:image/svg+xml; utf8,<svg fill="black" width="9" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 384 512"><path  d="M41.4 233.4c-12.5 12.5-12.5 32.8 0 45.3l192 192c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3L109.3 256 278.6 86.6c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0l-192 192z"/></svg>');
}
.beedamall-carousel[data-rows="2"]{ margin-top: 20px;}
.beedamall-carousel[data-rows="2"] .slick-arrow{
    top: -20px;
    background-color: transparent;
    box-shadow: none;
    opacity: 1;
    width: auto;
}
.beedamall-carousel[data-rows="2"] .slick-prev{ right: 15px; left: auto;}


.circle{ border-radius: 100%; }
.flip-horizontal svg{
    -webkit-transform: scale(-1,1);
    transform: scale(-1,1);
}
button.carousel__button:hover {
    background-color: transparent;
}
.back_cover{ background-size: cover; background-position: center center; background-repeat: no-repeat;}
iframe {
    max-width: 100%;
}

.text-hover-underline a {
    position: relative;
    color: var(--body-text-color);
    display: inline-block;
}
.text-hover-underline a:before {
    content: "";
    width: 0;
    height: 1px;
    background: var(--body-text-color);
    position: absolute;
    bottom: 0;
    left: 0;
}
.text-hover-underline a:hover:before {
    width: 100%;
    transition: var(--transition);
    background: var(--body-text-color);
}
svg.demo_image{
    background-color: var(--theme-secondary-bg);
    fill: var(--body-text-color);
}
.button_wrap .btn {
    max-width: none;
}

/* Tabs Style  */
.tabs_article {
    width: 100%;
    height: 0;
    opacity: 0;
    visibility: hidden;
    transition: var(--transition);
}
.tabs_article.active {
    opacity: 1;
    visibility: visible;
    height: auto;
    transition: var(--transition);
    position: static;
}
.tab_nav {
    margin-bottom: 40px;
}
.tab-btn.active {  color: var(--btn-primary-bg); }
.tab_nav button {
    padding: 0px 0 15px;
    background-color: transparent;
    color: var(--body-text-color);
    position: relative;
    font-weight: 500;
    font-size: 20px;
    margin-right: 15px;
    border: none;
    border-radius: 0;
    width: auto;
    max-width: none;
}
.tab_nav button.active:after {
    content: "";
    height: 2px;
    width: 100%;
    position: absolute;
    left: 0;
    background-color: var(--btn-primary-bg);
    bottom: 0;
}

.page_breadcrumb { background-color: #f0f0f0;}

.search_form input {
    width: calc(100% - 10px);
    height: 40px;
    font-size: 13px;
    padding: 10px;
    border: 1px solid var(--btn-primary-bg);
    border-radius: 30px;
}
.search_form button[type=submit] {
    width: 36px;
    margin-left: -46px;
    height: 34px;
    vertical-align: middle;
    border-radius: 100%;
    margin-top: 1px;
    background-color: transparent;
    padding: 0;
    border: none;
}
/*___Breadcrumb___*/
.breadcrumbs {  color:var(--body-text-color); }
.breadcrumbs a{ color:var(--body-text-color); opacity: 0.7;}
.breadcrumbs a:hover{ opacity: 1;}
.breadcrumbs svg {  width: 9px; fill: var(--body-text-color); margin-right: 5px; }
.breadcrumbs{
    background-color:var(--breadcrumb-bg);
    margin-top: var(--breadcrumb-margin);
    margin-bottom: var(--breadcrumb-margin);
}
.beedamall-default .breadcrumbs{ border-radius: 8px; }

/*___Pagination___*/
.pagination .nex_prev_link{ margin: 5px 8px;}
.pagination svg{ fill: var(--btn-primary-bg);}
.pagination .page-link {
    height: 30px;
    width: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--theme-border-color);
    border-radius: 100%;
    margin: 5px 3px;
    color: var(--body-text-color);
}
.pagination .active .page-link { background-color: var(--btn-primary-bg); color: var(--color-button-primary-color);  border: 1px solid var(--btn-primary-bg);}
  
/*_____Product Card______*/
.product_quantity input[type=button].qtyminus { border-radius: var(--btn-radius) 0px 0px var(--btn-radius);}
.product_quantity input[type=button].qtyplus  { border-radius: 0 var(--btn-radius) var(--btn-radius) 0;}
.product_quantity input[type=button] {
    border: none;
    background:  var(--quantity-plus-minus-bg);
    color: var(--quantity-plus-minus-text-color);
    width: 55px;
    height: 48px;
    font-size: 26px;
    
}
.product_quantity input[type=text] {
    border: none;
    text-align: center;
    background: var(--quantity-number-bg);
    color: var(--quantity-number-text-color);
    width: 70px;
    padding: 3px;
    height: 48px;
    vertical-align: top;
    margin: 0 -5px;
}
.demo_star svg {
    width: 15px;
    fill: #c3c3c5;
}
.demo_card .card_feature_image a svg{ 
    background-color: var(--theme-secondary-bg);
    border-radius: var(--card-content-radious);
    fill: var(--color-button-primary-color);
}

.product_card {
    position: relative;
    overflow: hidden;
}

.card_hover_item {
    position: absolute;
    bottom: auto;
    top: -10px;
    right: 10px;
    left: auto;
    display: flex;
    width: auto;
    max-width: 100%;
    align-items: center;
    flex-direction: column;
    flex-wrap: wrap;
    transition: all .6s ease 0s;
    z-index: 100;
}

.card_hover_item a,
.card_hover_item button {
    position: relative;
    background-color: var(--btn-primary-bg);
    height: 33px;
    width: 33px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 5px;
    padding: 0;
    transform: translateY(-20px);
    -o-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    transition: .5s all ease-in-out;
    -o-transition: .5s all ease-in-out;
    -ms-transition: .5s all ease-in-out;
    -webkit-transition: .5s all ease-in-out;
    -moz-transition: .5s all ease-in-out;
    opacity: 0;
    visibility: hidden;
    border-width: 0;
}
.product_card:hover  .card_hover_item{ top: 10px;}
.product_card:hover .card_hover_item a,
.product_card:hover .card_hover_item button {
    -o-transform: translateY(0);
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
}

.card_hover_item a.wishlist{ transition-delay: 0.1s;}
.card_hover_item a.quick-view{ transition-delay: 0.2s;}

.card_hover_item  svg{ width: 20px; stroke: var(--color-button-primary-color); }
.card_hover_item  svg.shoping_cart{ stroke: unset; fill: var(--color-button-primary-color);}
.card_hover_item a:hover,
.card_hover_item button:hover{ background: var(--btn-primary-hover-bg); }
.card_hover_item button:hover svg{ stroke: unset; fill: var(--color-button-primary-hover-color); }
.card_hover_item a:hover  svg{ stroke: var(--color-button-primary-hover-color);}



.hover_addto_cart i{ display: none;}
.js-ajax-cart-form-in-progress .hover_addto_cart i{
    display: inline-block;
  -webkit-animation: rotating 2s linear infinite;
  -moz-animation: rotating 2s linear infinite;
  -ms-animation: rotating 2s linear infinite;
  -o-animation: rotating 2s linear infinite;
  animation: rotating 2s linear infinite;
  font-style: normal;
}
.js-ajax-cart-form-in-progress .hover_addto_cart span{ display: none;}

.card_product_title {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: var(--card-title-fs);
    font-weight: var(--card-title-fw);
    color: var(--card-title-color);
}
.product_card .prodcut-price{
    font-size: var(--card-price-fs);
    font-weight: var(--card-price-fw);
    color:var(--card-price-color);
    display: flex;
}

.old-price {
    text-decoration: line-through;
    color: var(--card-previous-price-color);
    margin-left: 10px;
    font-size: calc(var(--card-price-fs)*0.7);
    order: 2;
}

.hov-shadow-md:hover {
    box-shadow: 0 4px 6px -1px rgb(0 0 0 / 10%), 0 2px 4px -1px rgb(0 0 0 / 6%) !important;
} 
.prodcut_item:hover .btn { background-color: var(--btn-primary-hover-bg); }
.product_cart_form button[type="submit"] i,
.product-form  button[type="submit"] i{ display: none; }
.product_cart_form.js-ajax-cart-form-in-progress button[type="submit"] i,
.product-form.js-ajax-cart-form-in-progress button[type="submit"] i{
    display: inline-block;
  -webkit-animation: rotating 2s linear infinite;
  -moz-animation: rotating 2s linear infinite;
  -ms-animation: rotating 2s linear infinite;
  -o-animation: rotating 2s linear infinite;
  animation: rotating 2s linear infinite;
}
@keyframes rotating {
  from {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.slider_row_enable .prodcut_item { margin-bottom: 10px; }
.slick-prev.slick-arrow { left: -10px; }
.slick-next.slick-arrow{ right: -10px; }
.collection_grid img.prodcut_image {
    width: 100%;
}
.bnt_add_to_cart {
    background-color: transparent !important;
    color: var(--theme-color) !important;
}
.add_to_cart_toolip {
    opacity: 0;
    position: absolute;
    width: 100px;
    background-color: var(--bs-black);
    color: #fff;
    border-radius: 3px;
    right: 50px;
    font-size: 13px;
    line-height: 1.5em;
    padding: 5px;
    transition: var(--transition);
    text-align: center;
}
.add_to_cart_toolip:after {
    content: "";
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-left: 7px solid var(--bs-black);
    position: absolute;
    right: -6px;
    top: 7px;
}
.bnt_add_to_cart:hover .add_to_cart_toolip{ opacity: 1; }
form.product_cart_form {
    text-align: right;
}


.sale_base,
.sold_out_base {
    position: absolute;
    top: 0;
    z-index: 10;
    background-color: red;
    color: var(--bs-white);
    font-size: 13px;
    padding: 4px 10px;
    left: 0;
    line-height: 1.3em;
    font-weight: 500;
    text-transform: uppercase;
    border-radius: 4px;
}
.sold_out_base{  background-color:var(--theme-link-hover-color); }
.prodcut_item { position: relative;}
.bnt_add_to_cart.sold_out_prodcut {
    opacity: 0.3;
}
.card_collection a {
    color: var(--body-color);
    font-size: 13px;
}

.hover-active .image_hover_active {
    position: absolute;
    opacity: 0;
    left:0;
    transition: all 0.5s;
    top: 0;
}
.product_card.hover-active:hover .card_feature_image img.normal_view {
    display: none;
}
.product_card.hover-active:hover .card_feature_image .image_hover_active {
    opacity: 1;
    position: static;
}
.product_card_default .product_cad_content{
    text-align: center;
}
.product_cad_content {    
    background: var(--card-content-bg);
    backdrop-filter: blur(var(--card-content-bg-blurb));
    -webkit-backdrop-filter:blur(var(--card-content-bg-blurb));
    -moz-backdrop-filter:blur(var(--card-content-bg-blurb));
    -o-backdrop-filter:blur(var(--card-content-bg-blurb));
    border-radius: var(--card-content-radious);
}
.product_card_default .product_cad_content {    
    padding: 25px;
    width: calc(100% - 30px);
    margin: -31px auto 20px;
    z-index: 99;
    position: relative;
}
.card_feature_image img{ border-radius: var(--card-content-radious); }
.product_card_default .product_card  .btn-secondary{  margin: 15px auto 0;}
.product_card_default .product_card:hover .btn-secondary{ background-color: var(--secondary-btn-hover-bg) !important; color: var(--secondary-btn-hover-text-color) !important; }
.card_vendor a {
    color: rgba(33, 33, 33, 0.25);
    font-weight: 600;
}
.product_card_default .product_card:hover .product_cad_content{box-shadow: var(--shadow-one);}
.card_feature_image a{ display: block; line-height: 0;}

.beeda-organic .card_vendor a {
    text-transform: uppercase;
}


/*___prodcut_card_02__*/
.product_card_layout_2 .product_card .old-price { color: var(--body-text-color);}
.product_card_layout_2 .card_product_title{ font-family: var(--heading-font-family);}
.product_card_layout_2 .product_cad_content {    
    padding: 25px;
    margin: -31px auto 20px;
    z-index: 99;
    position: relative;
}
/*___Product Card_03___*/
.product_card_layout_3 .product_cad_content{ 
    margin: 0px 0 20px;
    padding-top: 10px;
    padding-bottom: 10px;
}
.card_price_block {
    border-top: 1px solid var(--theme-border-color);
    padding-top: 10px;
    margin-top: 7px;
}
.product_card_layout_3 .card_vendor a{ font-weight: 400; color: var(--body-text-color); }
.product_card_layout_3 .card_product_title{ margin-bottom: 7px;}
.product_card_layout_3 .product_card .card_feature_image{ overflow: hidden;}
.product_card_layout_3 .product_card .card_feature_image img{ transition: all 0.8s;}
.product_card_layout_3 .product_card:hover .card_feature_image img{ transform: scale(1.1);}
.product_card_layout_3 .card_hover_item > * { margin-left: 4px; }
.product_card_layout_3 .product_card:hover .card_hover_item{ top: 5px; background-color: var(--body-bg);}
.product_card_layout_3 .card_hover_item { flex-direction: row; right: 0;  }

/*___Product Card 04___*/
.product_card_layout_4 .product_cad_content { 
    position: absolute;
    bottom: 20px;
    width: 100%;
    padding: 15px;
    z-index: 10;
    transition: background-color 0.5s ease;
}
.product_card_layout_4 .card_product_title { font-family: var(--heading-font-family); }
.product_card_layout_4  .spr-badge[data-rating="0.0"] .spr-badge-caption:after{ color: var(--card-title-color); }

.product_card_layout_4 .product_card:not(.row.gx-lg-0 .product_card ){ margin-bottom: 20px;}

.product_card_layout_4 .product_card:hover .product_cad_content{ background-color: var(--invert-btn-bg); }
.product_card_layout_4 .product_card:hover .card_product_title,
.product_card_layout_4 .product_card:hover .prodcut-price,
.product_card_layout_4 .product_card:hover .spr-badge[data-rating="0.0"] .spr-badge-caption:after{ color: var(--invert-btn-text-color);}


/*_____Review Style_____*/
.spr-badge-starrating .spr-icon:not(.template-product .spr-badge-starrating .spr-icon) {
    font-size: 10px !important;
}
.spr-badge {
    font-size: 12px;
}
.spr-badge i.spr-icon.spr-icon-star-empty {
    color: #c3c3c5 !important;
    opacity: 1;
}
.spr-badge .spr-icon-star-empty:before{
    content: '\e800';
}
.spr-badge[data-rating="0.0"] .spr-badge-caption {
    font-size: 0;
}
.spr-badge[data-rating="0.0"] .spr-badge-caption:after {
    content: "(0)";
    font-size: 13px;
}

/*____404____*/
.template-404 h1 {
    font-size: 70px;
    line-height: 1em;
    margin-top: -50px;
}

/*_____Search Result____*/
.result_box{
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
    background-color: var(--theme-secondary-bg);
    padding: 20px;
    opacity: 0;
    position: absolute;   
    top: 0;
    left: 0; 
    visibility: hidden;
    z-index: 999;
    height: 300px;
    overflow: auto;
    transition: var(--transition);
    width: 100%; 
    border-radius: 15px;
}
.result_box.active_searchdrowpdown{ opacity: 1; visibility: visible;  }
.search_result_content {
    width: calc(100% - 70px);
}
.searech_feature_image {
    width: 60px;
    margin-right: 10px;
}
.clear_search svg {
    cursor: pointer;
    width: 17px !important;
}
.search_list_result li {
    display: flex;
}



/*_____Privacy Page_____*/
.shopify-policy__container{ max-width:var(--container-width); padding-bottom: 40px;}
.shopify-policy__title {
    text-align: left;
    margin-bottom: 50px;
}


/* Video */
.video-section__media iframe,
.video-section__media video {
    position: absolute;
    width: 100%;
    height: 100%;
    border: none;
    left: 0;
} 
.video-section__media iframe {
    height: calc(100% + 160px) !important;
    top: -80px;
}
  
.video-section__media {
    padding-bottom: 56.25%;
}
  
/*___Salse Notification___*/
.sn_notification_wap{
    position: fixed;
    max-width: 300px;
    bottom: 10px;
    z-index: 100;    
} 
.sn_notification_wap.sn_alignment_left{ left: 0;}
.sn_notification_wap.sn_alignment_right{ right: 0;}
.sn_notification_wap .slick-vertical .slick-slide{ border: none; }
.sn_title { font-size: 14px; line-height: 1.3em; min-height: 32px; font-weight: var(--heading-fw);} 
.sn_title a{ color: var(--body-text-color);}
.sn_title a:hover{ color: var(--theme-link-hover-color);}
.sn_info{
    color:var(--body-text-color);
    font-size: 11px;
    line-height: 1.2em;
}
.hide_slide{ 
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 4px;
}
.hide_slide svg { fill: var(--body-text-color); }
.hide_slide:hover svg{ fill: var(--theme-link-hover-color);}
.notification_bg{ background: var(--theme-secondary-bg);}

.back-to-top {
    position: fixed;
    right: 5px;
    bottom: 5px;
    height: 38px;
    width: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    visibility: visible;
    background:var(--btn-primary-bg);
    color: var(--color-button-primary-color);
    transition: opacity .8s ease-in-out; 
    z-index: 999;
    border: none;
}
.back-to-top.back_top_disable{  
    opacity: 0; 
    transition: opacity .8s ease-in-out; 
    right: -100%; 
    visibility: hidden; 
}
.back-to-top svg {
    transform: rotate(-90deg);
    width: 9px;
    fill: var(--color-button-primary-color);
}

/*____Gobal Wishlist____*/
.wishlist-action a {
    display: inline-block;
}
.action-wishlist .loading-wishlist, .action-wishlist .remove-wishlist, a.go-to-wishlist{
    display: none;
}
.action-wishlist.loading-wishlist .loading-wishlist{
    display: inline-block;
}
.action-wishlist.loading-wishlist .add-wishlist, .action-wishlist.adding-wishlist .remove-wishlist, .action-wishlist.adding-wishlist + a.go-to-wishlist{
    display: none;
}
.action-wishlist.is-active .add-wishlist{
    display: none;
}
.action-wishlist.is-active .remove-wishlist, .action-wishlist.is-active + a.go-to-wishlist{
    display: inline-block;
}
.action-wishlist.is-active.adding-wishlist .remove-wishlist, .action-wishlist.is-active.adding-wishlist + a.go-to-wishlist{
    display: inline-block;
}
.action-wishlist.loading-wishlist.adding-wishlist .remove-wishlist, .action-wishlist.loading-wishlist.adding-wishlist + a.go-to-wishlist{
    display: none;
}
.animated {
      -webkit-animation-duration: 1s;
      -webkit-animation-fill-mode: both;
      animation-duration: 1s;
      animation-fill-mode: both;
}
.btn_wishlist svg {
    width: 17px;
    height: 17px;
    vertical-align: middle;
}
.rotateOut {
    -webkit-animation: rotating 1.2s linear infinite;
    -moz-animation: rotating 1.2s linear infinite;
    -ms-animation: rotating 1.2s linear infinite;
    -o-animation: rotating 1.2s linear infinite;
    animation: rotating 1.2s linear infinite;
}

/*__Accordion___*/
.accordion_content{
    overflow: hidden;
    max-height: 0;
    transition: var(--transition);
}
.accordion_item.is-open .accordion_content{
    height: auto;
    visibility: visible;
    opacity: 1;
}
.accordion_item {
    padding-bottom: 20px;
    border-bottom: 1px solid var(--theme-border-color);
    margin-bottom: 20px;
}
.accordion_title {
    position: relative;
    color: var(--black-color-one);
    font-size: 16px;
    padding-right: 35px;
    transition: var(--transition);
}
.accordion_title .accordion-icon {
    position: absolute;
    top: 50%;
    margin-top: -12px;
    right: 7px;
    width: 14px;   
    transition: var(--transition);
}
.accordion_title:after{
    content: url('data:image/svg+xml; utf8,<svg width="18" height="18" viewBox="0 0 18 18" xmlns="http://www.w3.org/2000/svg"> <path d="M16.375 8.275H9.725V1.625C9.725 1.22458 9.40042 0.9 9 0.9C8.59958 0.9 8.275 1.22458 8.275 1.625V8.275H1.625C1.22458 8.275 0.9 8.59958 0.9 9C0.9 9.40042 1.22458 9.725 1.625 9.725H8.275V16.375C8.275 16.7754 8.59958 17.1 9 17.1C9.40042 17.1 9.725 16.7754 9.725 16.375V9.725H16.375C16.7754 9.725 17.1 9.40042 17.1 9C17.1 8.59958 16.7754 8.275 16.375 8.275Z" fill="black" stroke-width="0.2"/></svg>');
    position: absolute;
    right: 0;
    top: 0;
}
.accordion_title.is-open:after{
    content: url('data:image/svg+xml; utf8,<svg width="17" height="18" viewBox="0 0 17 2" xmlns="http://www.w3.org/2000/svg"><rect width="16.5" height="1.7" rx="0.85" fill="black"/></svg>');
}
.accordion_title.is-open .accordion-icon{ transform: rotate(180deg); }
.accordion_item .accordion_title.is-open { margin-bottom: 20px;}

.beedamall-arvr .accordion_title{ color: var(--body-text-color);}
.beedamall-arvr .accordion_title.is-open:after{
    content: url('data:image/svg+xml; utf8,<svg width="17" height="18" viewBox="0 0 17 2" xmlns="http://www.w3.org/2000/svg"><rect width="16.5" height="1.7" rx="0.85" fill="white"/></svg>');
}
.beedamall-arvr .accordion_title:after{
    content: url('data:image/svg+xml; utf8,<svg width="18" height="18" viewBox="0 0 18 18" xmlns="http://www.w3.org/2000/svg"> <path d="M16.375 8.275H9.725V1.625C9.725 1.22458 9.40042 0.9 9 0.9C8.59958 0.9 8.275 1.22458 8.275 1.625V8.275H1.625C1.22458 8.275 0.9 8.59958 0.9 9C0.9 9.40042 1.22458 9.725 1.625 9.725H8.275V16.375C8.275 16.7754 8.59958 17.1 9 17.1C9.40042 17.1 9.725 16.7754 9.725 16.375V9.725H16.375C16.7754 9.725 17.1 9.40042 17.1 9C17.1 8.59958 16.7754 8.275 16.375 8.275Z" fill="white" stroke-width="0.2"/></svg>');
}

/*___Default Template____*/
.default_page_template{
    background: var(--bg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
}

/* Preloader */
.preloader_content {
	align-items:center; 
    cursor:none; 
    display:flex; 
    height:100%;
    justify-content:center; 
    position:fixed; 
    left:0; 
    top:0; 
    width:100%; 
    z-index:99999;
    align-items: center;
    
}
.preloader_content .animation-preloader {
	position:absolute; z-index: 100;}

.loading_text {
    text-align: center;
    text-transform: uppercase;
    font: bold 4.5em var(--heading-font-family);
}
.loading_text .preloader_alphabet:before {
    animation: characters 4s infinite;
    color: var(--btn-primary-bg);
    content: attr(preloader-text);
    left: 0;
    position: absolute;
    top: 0;
    transform: rotateY(-90deg);
    opacity: 1;
}
.loading_text .preloader_alphabet {
    color: var(--body-text-color);
    position: relative;
}
.loading_text .preloader_alphabet:nth-child(2):before { animation-delay: 0.2s; }
.loading_text .preloader_alphabet:nth-child(3):before { animation-delay: 0.6s; }
.loading_text .preloader_alphabet:nth-child(4):before { animation-delay: 0.8s; }
.loading_text .preloader_alphabet:nth-child(5):before { animation-delay: 1s;}
.loading_text .preloader_alphabet:nth-child(6):before { animation-delay: 1.2s; }
.loading_text .preloader_alphabet:nth-child(7):before { animation-delay: 1.4s; }
.loading_text .preloader_alphabet:nth-child(8):before { animation-delay: 1.6s; }
.loading_text .preloader_alphabet:nth-child(9):before { animation-delay: 1.8s; }
.loading_text .preloader_alphabet:nth-child(10):before { animation-delay: 2s; }
.animate_doware {
  background-color: var(--body-bg);  
  height: 100%;
  position: fixed;  
  top: 0;  
  width: calc(50% + 1px);
}
.animate_doware.animate_left { left: 0; }
.animate_doware.animate_right { right: 0; }

/* Fade effect on loading animation */
.loaded .animation-preloader {
  opacity: 0;
  transition: 0.3s ease-out;
}
/* Curtain effect */
.loaded .animate_doware.animate_left {
  transform: translateX(-101%);
  transition: 0.7s 0.3s all cubic-bezier(0.1, 0.1, 0.1, 1.000);
}
.loaded .animate_doware.animate_right {
  transform: translateX(101%);
  transition: 0.7s 0.3s all cubic-bezier(0.1, 0.1, 0.1, 1.000);
}

/* Animation of letters loading from the preloader */
@keyframes characters {
  0%,
  75%,
  100% {
 opacity: 0;
 transform: rotateY(-90deg);
  }
  25%,
  50% {
    opacity: 1;
    transform: rotateY(0deg);
  }
}
.fancybox__content {
    color: var(--body-text-color);
}

/*_____Media Query_____*/

@media (min-width:  992px){
    .dropdown-toggle::after{ display: none;}
    .sticky-up .header_middle, .sticky-down .header_middle {
        position: fixed;
        width: 100%;
        top: 0;
        z-index: 9999;
        left: 0;
        transition: var(--transition);
        box-shadow: 0px 2px 5px rgb(0 0 0 / 10%);
    }
    .sticky-down .header_middle{ top: -100px;}

    .template-customers-login .header_middle,
    .template-customers-register .header_middle,
    .template-page-wishlist .header_middle,
    .template-customers-addresses .header_middle,
    .template-customers-account .header_middle,
    .template-404 .header_middle,
    .template-search .header_middle,
    .template-customers-reset_password .header_middle{ position: static !important; box-shadow: none !important;}

    .navbar .has-megamenu{position:static!important;}
    .navbar .megamenu{left:0; right:0; width:100%; margin-top:0; padding-top:0; padding-bottom: 0;  }
    .header_middle .container{ position: relative;}
    .text-lg-left{ text-align: left !important; }
    .desktop-menu { position: static; }
    .desktop-menu .nav-item.dropdown:hover .dropdown-menu { display: block; }
    h1,.h1{ font-size: 36px;}
    h2,.h2{ font-size: 28px;},
    h3,.h3{ font-size: 24px;},
    h4,.h4{ font-size: 20px;}
    .login_form_wrap h1{ font-size: 40px;}
    .mb-lg-0{ margin-bottom: 0 !important;}
    .default_page_template{  padding-top: var(--des-pt); padding-bottom: var(--des-pb); }
}

@media (max-width:  991px){    
    .cart_count{ 
        position: absolute; 
        top: -10px; 
        right: -6px; 
        background-color: var(--btn-primary-bg); 
        color: var(--color-button-primary-color); 
    } 
    .mobile_right_item > *{ margin-left: 10px; }
    .header_bottom .navbar-nav{
        display: flex;
        overflow-x: scroll;
        position: relative;
        width: 100%;
        overflow-x: scroll;
        overflow-y: hidden;
        white-space: nowrap;
        transform: scale(1.0);
        will-change: transform;
        user-select: none;
        justify-content: center;
    }
    
    .navbar-nav .new-label, .navbar-nav .hot-label, .navbar-nav .sale-label{ top:8px;}
    .product_card_layout_2 .product_cad_content{ padding: 10px;}
}

@media (min-width: 768px) and (max-width: 991px){
    h1,.h1{ font-size: calc(28px + 8px );}
    h2,.h2{ font-size: calc(20px + 8px );}
    h3,.h3{ font-size: calc(24px - 35%);}
    h4,.h4{ font-size: calc(20px - 25%);}
    .default_page_template{  padding-top: var(--tab-pt); padding-bottom: var(--tab-pb); }
    .loading_text{ font-size: 3em;} 
}


@media (max-width:  767px){    
    body{ font-size: calc(var(--body-font-size) - 15%)}
    h1,h2,h3,h4,h5,h6{ letter-spacing: 0;}
    h1,.h1{ font-size: 28px;}
    h2,.h2{ font-size: 20px;}
    h3,.h3{ font-size: calc(24px - 35%);}
    h4,.h4{ font-size: calc(20px - 25%);}
    h5,.h5{ font-size: calc(20px - 15%);}
    h6,.h6{ font-size: calc(20px - 15%);}
    .section_title_box .title{ font-size: var(--home-title-mob-fs);}
   .product_cad_content,
    .article_card_content { padding: 10px; width: calc(100% - 20px); margin-bottom: 10px; }
    .product_card .prodcut-price{ font-size: calc(var(--card-price-fs) - 5px);}
    .card_product_title{ font-size: calc(var(--card-title-fs) - 4px);}
    .product_card_default .card_feature_image img, 
    .product_card_default .product_cad_content { border-radius: calc(var(--card-content-radious)/2);  }
    .product_card_default .product_cad_content {
        padding: 10px;
        width: calc(100% - 20px);
        margin: -20px auto 20px;
    }
    .btn, .btn-primary, .button, button[type="submit"], .btn-secondary, input[type="submit"]{ font-size: calc(var(--btn-fs) - 20%) !important; }
    .social_media a{ width: 30px; height: 30px; margin-right: 7px; }
    .column_reverse{ flex-direction: column-reverse;}
    .prodcut_tabs li.nav-item button{ min-width: 100%;}
    #product_tabs_nav li, .slick-item-image{ width: 100%;}
    .beedamall-carousel[data-rows="2"] .slick-prev { right: 25px; }
    .slick-next.slick-arrow{ right:0; }
    .responsive-table thead { visibility: hidden; height: 0; position: absolute; }      
    .responsive-table tr {  display: block; margin-bottom: 10px;;  }    
    .responsive-table td { display: block; border-bottom-width: 0; text-align: left; }    
    .responsive-table td::before {
        content: attr(data-label);
        float: left;
        color: var(--body-text-color);
        font-weight: 500;
        width: 100%;
        max-width: 150px;
    }
    .responsive-table td:last-child {  border-bottom-width: 1px; }
    table tr td, table tr th{ font-size: calc(var(--body-font-size) - 3px);}
    .tab_nav { margin-bottom: 20px; }
    .default_page_template{  padding-top: var(--mob-pt); padding-bottom: var(--mob-pb); }
    .slick-arrow{ width: 30px; height: 30px;}
    .product_card_layout_3 .product_card:hover .card_hover_item { top: -60px; background-color: transparent; }
    .product_card_layout_3 .card_hover_item { right: 4px; top: -28px; opacity: 1; }
    .product_card_layout_4 .product_cad_content .col-12 {  margin-top: 0; }
    .product_card_layout_4 .product_cad_content { bottom: 0; padding: 0px 15px; margin-bottom: 0; }
    .product_card_layout_3 .product_cad_content{ width: 100%; padding: 0; } 
    .tab_nav {
        -webkit-column-fill: auto;
        -webkit-column-width: 230px;
        -webkit-column-gap: 5px;
        height: 31px;
        width: auto;
        overflow-x: scroll;
        font-size: 10px;
        column-fill: auto;
        column-width: 230px;
        column-gap: 5px;
    }
    .tab_nav button {
        padding: 0px 0 3px;
        margin-bottom: 7px;
        font-size: 15px;
        line-height: 25px;
    }
    .sn_notification_wap{ display: none;}
    .loading_text{ font-size: 2em;}   
   .beedamall-carousel[data-rows="2"] .slick-arrow{ width: 31px; background-color: #fff; }
  .beedamall-carousel[data-rows="2"] .slick-prev {
      right: 40px;
  }
  .card_hover_item { top: 5px; right: 5px; }
  .card_hover_item a, .card_hover_item button {
      visibility: visible;
      border-width: 0;
      opacity: 1;
      transform: translateY(0px);
  }  
}