/*!
Theme Name: Marble Store
Theme URI: https:/marbleslab.sa/
Author: Rameez Nazir
Author URI: https://marbleslab.sa/
Description: Hi. I'm a starter theme called <code>Marble Store</code>, or <em>underscores</em>, if you like. I'm a theme meant for hacking so don't use me as a <em>Parent Theme</em>. Instead try turning me into the next, most awesome, WordPress theme out there. That's what I'm here for.
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: Marble Store
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Marble Store is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
  direction: rtl !important;
  text-align: right !important;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
  color: #404040;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
}

p {
  margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", courier, monospace;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code,
kbd,
tt,
var {
  font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
  background: #fff;
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul,
ol {
  margin: 0 3em 1.5em 0;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-right: 1.5em;
}

dt {
  font-weight: 700;
}

dd {
  margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

img {
  height: auto;
  max-width: 100%;
}

figure {
  margin: 1em 0;
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

/* Links
--------------------------------------------- */
a {
  color: #4169e1;
}

a:visited {
  color: #800080;
}

a:hover,
a:focus,
a:active {
  color: #191970;
}

a:focus {
  outline: thin dotted;
}

a:hover,
a:active {
  outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  line-height: 1;
  padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
  border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
  color: #111;
}

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
  display: block;
  width: 100%;
}

.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-right: 0;
}

.main-navigation ul ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: right;
  position: absolute;
  top: 100%;
  right: -999em;
  z-index: 99999;
}

.main-navigation ul ul ul {
  right: -999em;
  top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
  display: block;
  right: auto;
}

.main-navigation ul ul a {
  width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  right: auto;
}

.main-navigation li {
  position: relative;
}

.main-navigation a {
  display: block;
  text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }

  .main-navigation ul {
    display: flex;
  }
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
  display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  text-align: end;
  flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
  display: block;
}

.post,
.page {
  /* margin: 0 0 1.5em; */
}

.updated:not(.published) {
  display: none;
}

.page-content,
.entry-content,
/* .entry-summary {
  margin: 1.5em 0 0;
} */

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
  margin: 0 0 1.5em;
}

.widget select {
  max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
  margin-bottom: 1.5em;
  display: grid;
  grid-gap: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  width: 100%;
}

.gallery-columns-2 {
  grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
  grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
  grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
  grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
  grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
  grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
  grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
  grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  right: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
  outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {
  float: left;
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}

.alignright {
  float: right;
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 1.5em;
}
/*!
Theme Name: Marble Store
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: marble-store
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Marble Store is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

@font-face {
  font-family: "Bourton"; /* Choose a name for your font */
  src: url("./assets/fonts/Bourton/BourtonBase.ttf") format("truetype"); /* Adjust the path and format accordingly */
  /* You can also include additional font variations like bold, italic, etc. if available */
}
@font-face {
  font-family: "Brandon_Grotesque_black"; /* Choose a name for your font */
  src: url("./assets/fonts/HvDTrial_Brandon_Grotesque_black-BF64a625c944b08.otf")
    format("truetype"); /* Adjust the path and format accordingly */
  /* You can also include additional font variations like bold, italic, etc. if available */
}
@font-face {
  font-family: "Brandon_Grotesque_medium"; /* Choose a name for your font */
  src: url("./assets/fonts/HvDTrial_Brandon_Grotesque_medium-BF64a625c84a521.otf")
    format("truetype"); /* Adjust the path and format accordingly */
  /* You can also include additional font variations like bold, italic, etc. if available */
}
@font-face {
  font-family: "Brandon_Grotesque_bold_italics"; /* Choose a name for your font */
  src: url("./assets/fonts/HvDTrial_Brandon_Grotesque_bold_italic-BF64a625c93b0ce.otf")
    format("truetype"); /* Adjust the path and format accordingly */
  /* You can also include additional font variations like bold, italic, etc. if available */
}
@font-face {
  font-family: "Brandon_Grotesque"; /* Choose a name for your font */
  src: url("./assets/fonts/HvDTrial_Brandon_Grotesque_regular-BF64a625c9311e1.otf")
    format("truetype"); /* Adjust the path and format accordingly */
  /* You can also include additional font variations like bold, italic, etc. if available */
}
@font-face {
  font-family: "Brandon_Grotesque-Bold"; /* Choose a name for the bold version */
  src: url("./assets/fonts/HvDTrial_Brandon_Grotesque_bold-BF64a625c9151d5.otf")
    format("truetype"); /* Adjust the path and format accordingly */
  font-weight: bold; /* Specify the font weight for the bold version */
}
@font-face {
  font-family: "futura_medium"; /* Choose a name for the bold version */
  src: url("./assets/fonts/futura/futura medium bt.ttf") format("truetype"); /* Adjust the path and format accordingly */
  /* Specify the font weight for the bold version */
}

@font-face {
  font-family: "neosans_blod"; /* Choose a name for the bold version */
  src: url("./assets/fonts/neo-sans-arabic-cufonfonts/NeoSansArabicBold.ttf")
    format("truetype"); /* Adjust the path and format accordingly */
  /* Specify the font weight for the bold version */
}
@font-face {
  font-family: "neosans_reguler"; /* Choose a name for the bold version */
  src: url("./assets/fonts/neo-sans-arabic-cufonfonts/NeoSansArabicRegular.ttf")
    format("truetype"); /* Adjust the path and format accordingly */
  /* Specify the font weight for the bold version */
}

.Brandon_Grotesque {
  font-family: "Brandon_Grotesque_medium";
}
.font-bourton {
  font-family: "Bourton", sans-serif;
}
.font-brandon-black {
  font-family: "Brandon_Grotesque_black", sans-serif;
}
.font-brandon-normal {
  font-family: "Brandon_Grotesque", sans-serif;
}
.font-brandon-bold {
  font-family: "Brandon_Grotesque-Bold", sans-serif;
}
.font-futura {
  font-family: "futura_medium", sans-serif;
}
.woocommerce-privacy-policy-text p {
  margin: 0;
}
.woocommerce-privacy-policy-link {
  color: #36bac7;
}
p.stock.in-stock {
  font-family: "futura_medium", sans-serif;
}
body {
  font-family: "Brandon_Grotesque", sans-serif;
}
section:not(.header, .topbar),
.mainContainer {
  max-width: 1440px;
  margin-inline: auto;
}

#primary-menu li.menu-item a {
  transition: 0.4s ease;
}
#primary-menu li.current-menu-item a,
#primary-menu li.menu-item:hover a {
  color: #fae20a !important;
}
.btn:hover {
  color: white !important;
  background-color: #ac0f53 !important;
  border-color: #ac0f53 !important;
}
.container {
  max-width: 1440px !important;
  padding-inline: 45px;
}
.w-1440 {
  max-width: 1440px !important;
  margin-inline: auto !important;
}
.px-40 {
  padding-inline: 40px;
}
.bg-sky {
  background-color: #36bac7 !important;
}

.border-sky {
  border-color: #36bac7 !important;
}
.bg-light-white {
  background-color: #ede3db;
}
.addres-m:after {
  background: none !important;
}
.bg-pink {
  background-color: #e05b8b !important;
}
.bg-yellow {
  background-color: #fded61;
}
.bg-light-yellow {
  background-color: #fded61;
}
.bg-dark-yellow {
  background-color: #fae20a !important;
}
.bg-light-purple {
  background-color: #f0e5df;
}
.bg-light-gray {
  background-color: #f0f5f9;
}
.border-light {
  border-color: #f0f5f9;
}
.bg-lt-gray {
  background-color: #f4f9ff !important;
}

.w-160 {
  width: 160px;
}
.w-214 {
  width: 214px;
}
.w-113 {
  width: 113px;
}
.cart-count-m {
  background: #e05b8b;
  height: 20px;
  width: 20px;
  border-radius: 22px;
  display: block;
  text-align: center;
  font-size: 14px;
  line-height: 1.4;
}
.selectBox,
.selectcookiBox {
  border: 2px solid #d5dce6;
  transition: 0.4s ease;
}
.border-gray {
  border-color: #d5dce6;
  border-width: 2px;
}
.border-gray2 {
  border: 1px solid #d5dce6 !important;
  border-radius: 16px !important;
}
.selectBox:hover,
.selectBox.active,
.selectFlavor .falvorimg:hover,
.selectFlavor2 .falvorimg:hover,
.selectFlavor.active .falvorimg,
.selectFlavor2.active .falvorimg,
.selectcookiBox.active {
  position: relative;
  border: 2px solid #36bac7 !important;
  background-color: #d2eff1 !important;
}
.selectcookiBox.active,
.selectcookiBox:hover {
  border-width: 2px !important;
}
.py-97 {
  padding-top: 97px;
  padding-bottom: 97px;
}
.header ul.navbar-nav li {
  padding-inline: 25px;
}
.header ul.navbar-nav li a {
  font-size: 20px;
  font-family: "Bourton", sans-serif;
  color: white;
}

.header ul.navbar-nav li ul li a {
  color: black;
}
.header .dropdown-toggle::after,
.filterBtn.dropdown-toggle::after,
.dropdown.myuser-ac .dropdown-toggle::after {
  display: none;
}
.text-purpleL {
  color: #e05b8b;
}
.text-sky {
  color: #36bac7 !important;
}
.accdashinfo a {
  color: #36bac7;
}
.text-red {
  color: #d0367a !important;
}
.bg-pink-btn {
  background-color: #d0367a !important;
}
.fs-66 {
  font-size: 66px;
  color: #e05b8b;
  line-height: 1;
}
.fs-22 {
  font-size: 22px;
}
.fs-64 {
  font-size: 64px !important;
  letter-spacing: -2px;
}
.fs-60 {
  font-size: 60px !important;
}
.fs-65 {
  font-size: 65px !important;
}
.fs-50 {
  font-size: 50px !important;
}
.fs-72 {
  font-size: 72px;
}
.fs-44 {
  font-size: 44px;
  color: #584340;
}
.fs-48 {
  font-size: 48px;
}
.fs-40 {
  font-size: 40px;
}
.fs-56 {
  font-size: 56px;
}
.fs-30 {
  font-size: 30px;
}
.fs-32 {
  font-size: 32px;
}
.fs-35 {
  font-size: 35px;
  color: #363535;
}
.fs-qty-35 {
  font-size: 35px !important;
}

.text-light-dark {
  color: #363535;
}
.fs-12 {
  font-size: 12px;
}
.fs-18 {
  font-size: 18px;
}
.fs-25 {
  font-size: 25px;
  color: #b4a4a4;
}
.fs-28 {
  font-size: 28px;
}
.fs-29 {
  font-size: 29px;
}
.rounded-48 {
  border-radius: 48px !important;
}
.rounded-24 {
  border-radius: 24px !important;
}
.fs-20 {
  font-size: 20px;
}
.fs-24 {
  font-size: 24px;
}
.fs-14 {
  font-size: 14px !important;
}
.fs-16 {
  font-size: 16px;
}
.fs-15 {
  font-size: 15px;
}
.fs-96 {
  font-size: 96px;
}
.fs-46 {
  font-size: 46px;
}
.fs-85 {
  font-size: 85px;
}

.text-brown-80 {
  color: #73605e !important;
}
.txt-brwn-60,
.text-brown-50 {
  color: #b4a4a4 !important;
}
.text-white-gary {
  color: #ede3db;
}

.bg-brown-50 {
  background-color: #b4a4a4;
}
.product-card {
  background: #d5dce6;
  border-radius: 24px !important;
}
.text-Lgary {
  color: #d5dce6;
}
.text-brown {
  color: #584340 !important;
}
.bg-brown {
  background-color: #584340 !important;
}
.border-brown {
  border-color: #584340 !important;
}
.border-light-brown {
  border-color: #b4a4a4 !important;
}
.border-light-brown-80 {
  border-color: #73605e !important;
}

.location-select select.form-select {
  filter: brightness(19.5);
}
.location-select select.form-select:focus {
  box-shadow: none !important;
}
.location-select select.form-select option {
  color: rgb(12, 12, 12);
}
.hero-btn {
  /* background-color: #e05b8b; */
  color: white;
  font-size: 20px;
}
.best-seller-card {
  transition: 0.6s ease;
}

.best-seller-card:hover {
  background: #d2eff1;
}
.text-blueLt {
  color: #d2eff1;
}
.bg-blue-light {
  background-color: #d2eff1;
}
.Hbtn {
  background: white;
  padding: 6px 25px;
  border-radius: 34px;
}
.addToCart-btn {
  /* position: absolute;
	bottom: -50%; */
  visibility: hidden;
  z-index: -1;
}
.child-div {
  transition: 0.6s ease;
  margin-inline: 83px;
}
.child-div:hover {
  background: #e45b8f;
}
.child-div img {
  transition: 0.6s ease;
}
.child-div:hover img {
  transform: scale(1.2);
}

.child-div .text-div {
  transition: 0.4s ease;
}
.child-div:hover .text-div {
  color: white;
}
.child-div button {
  transition: 0.1s ease;
}
.best-seller-card:hover .hero-btn {
  position: relative;
  bottom: 0;
  visibility: visible;
  z-index: 1;
  background-color: #e45b8f;
}
.child-div:hover .hero-btn {
  position: relative;
  bottom: 0;
  visibility: visible;
  z-index: 1;
  background-color: #36bac7;
}
.btn-hamburger:hover {
  background-color: transparent !important;
  border: none !important;
}
section.moreGift-sec {
  background: #fded61;
}

.occasions-card img {
  object-fit: contain !important;
  height: 140px;
  width: 140px;
}
.keepTxt {
  font-size: 20px;
  color: #36bac7;
  font-weight: bold;
}
.footerlink {
  font-size: 20px;
  color: #b4a4a4 !important;
}
.text-brown-80 {
  color: #73605e !important;
}
.best-seller-card img {
  width: 216px;
  height: 216px;
  margin-inline: auto;
  object-fit: cover;
  border-radius: 16px;
}
.diy-cat .best-seller-card img {
  width: 150px;
  height: 150px;
}

.product-card a img {
  width: 240px;
  height: 240px;
  object-fit: cover;
}
#navbarSupportedContent ul#primary-menu li a,
a {
  text-decoration: none;
}
.product-cat a {
  color: #b4a4a4;
  font-size: 18px;
}
.product-title {
  display: -webkit-box;
  max-width: 100%;
  line-height: 1.5;
  -webkit-line-clamp: 2 !important;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.paginations * {
  background: #eaeaea;
  padding: 4px 10px 4px 10px;
  border-radius: 5px;
  color: #6a6a6a;
}
.paginations .current,
.paginations *:hover {
  background: #e05b8b;
  color: white;
}

/* Add custom arrow images */
.slick-prev:before {
  content: url("./assets/images/arrow-left.png") !important;
  opacity: 1 !important;
}

.slick-next:before {
  content: url("./assets//images/arrow-right.png") !important;
  opacity: 1 !important;
}

.relatedProduct-slider .slick-prev:before {
  content: url("./assets/images/relatedarrowPrev.png") !important;
  /* opacity: 1 !important; */
}

.relatedProduct-slider .slick-next:before {
  content: url("./assets//images/relatedarrowNext.png") !important;
  /* opacity: 1 !important; */
}

.best-seller .slick-prev,
.best-seller .slick-next,
.relatedProduct-slider .slick-prev,
.relatedProduct-slider .slick-next {
  width: auto !important;
  height: auto !important;
  z-index: 1;
}

.best-seller .slick-dots li.slick-active button::before {
  color: #e45b8f !important;
  opacity: 1 !important;
}
.best-seller .slick-dots li button::before {
  font-size: 8px !important;
}
.best-seller .slick-dots li {
  width: 12px;
}
.form-col p {
  margin: 0 !important;
}
.productImg .woocommerce-product-gallery img {
  width: 390px;
  height: 390px;
  object-fit: cover;
  border-radius: 16px;
}
.productImg .woocommerce-product-gallery a {
  text-align: center;
  margin-inline: auto;
  display: block;
}
.productImg {
  border: 2px solid #ede3db;
  border-radius: 24px;
  padding: 16px;
}
.woocommerce-breadcrumb {
  font-family: "Brandon_Grotesque", sans-serif !important;
  color: #b4a4a4;
}
.woocommerce-breadcrumb a {
  color: #584340;
  font-size: 16px;
  font-weight: bold;
  font-family: "Brandon_Grotesque", sans-serif !important;
}
.woocommerce-product-details__short-description p {
  font-family: "futura_medium", sans-serif !important;
  font-size: 20px !important;
  color: #b4a4a4;
  font-weight: 500;
}
.currency-symbol {
  font-size: 25px !important;
}
.optional {
  font-family: "futura_medium", sans-serif !important;
}
.price {
  color: #e05b8b;
}
.price #regular_price {
  font-size: 48px;
}
.quantity-button {
  background: none;
  border: none;
  font-size: 16px;
  line-height: 1;
  cursor: pointer;
}

.quantity {
  display: inline-block;
  margin: 0 10px;
}

/* Hide the input arrow */
.quantity input[type="number"]::-webkit-inner-spin-button,
.quantity input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.quantity input[type="number"] {
  -moz-appearance: textfield;
  text-align: center;
}
.quantity-button {
  border: 2px solid #584340;
  border-radius: 50px;
  padding: 8px 9px;
}
.quantity {
  margin: 0;
}
.quantity input {
  border: none !important;
  width: 2.2rem;
  font-size: 20px;
}
.addText-form input,
.addText-form textarea {
  border: 1px solid #d5dce6;
  border-radius: 32px;
  padding: 8px 19px;
  width: 100%;
  margin: 5px 0;
  background: #f4f9ff;
  resize: none;
}
.desTab .nav-tabs .nav-link {
  border-bottom: 2px solid transparent !important;
}
.desTab .nav-tabs .nav-link.active,
.desTab .nav-tabs .nav-link:hover {
  border: none;
  color: #584340;
  border-bottom: 2px solid #584340 !important;
}
.mainContainer .woocommerce-breadcrumb {
  max-width: 1440px !important;
  padding-inline: 40px;
}
.wpcf7-form-control.wpcf7-textarea {
  resize: none;
  margin-top: 1rem !important;
}

.mrble-van-selectnum {
  width: 32px;
  height: 32px;
  line-height: 1.3;
}
.selectnum {
  width: 32px;
  height: 32px;
  line-height: 1.3;
}
.upload-box {
  border-radius: 32px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.dividerline {
  max-width: 68%;
}
.dashedline {
  position: relative;
  flex-wrap: wrap;
}
.dashedline p {
  background: #ede3db;
  padding: 0px 5px;
  z-index: 1;
}
.dashedline::before {
  content: "";
  position: absolute;
  width: 100%;
  border-bottom: 2px dashed #b4a3a3;
  left: 0;
  top: 42%;
  z-index: 0;
}

.dividerline:before {
  content: "";
  position: absolute;
  border-top: 2px dashed #b4a4a4;
  width: 100%;
  left: 0;
  top: 45%;
  z-index: 0;
}
.cirpDiv {
  width: 36px;
  height: 20px;
  background: #ede3db;
}
span.dividercircle {
  background: #b4a4a4;
  height: 20px;
  width: 20px;
  border-radius: 32px;
  border-top-left-radius: 47px;
}
.rounded-12 {
  border-radius: 12px;
}
span.whatap {
  padding: 1px 6px;
  background: #51944c;
  color: white;
  border-radius: 10px;
}
.selectype img {
  width: 64px;
  height: 64px;
  object-fit: cover;
}

.bg-trans-50 {
  background: #f4f9ff9c !important;
  border-width: 2px !important;
}
.bg-light-green {
  background: #f4f9ff !important;
}
.selectFlavor.active .falvorimg:after,
.selectFlavor2.active .falvorimg:after {
  content: "";
  width: 25px;
  height: 25px;
  background: #36bac7;
  background-image: url(./assets/images/check.png);
  position: absolute;
  bottom: 6px;
  right: 0px;
  border-radius: 30px;
  background-position: center;
  background-size: cover;
}

section.customise-cake .addText-form textarea {
  height: 160px;
  padding-top: 19px;
}
span.wpcf7-form-control-wrap input,
span.wpcf7-form-control-wrap textarea {
  background: #f4f9ff !important;
}

/* shahab css */
.mob-position-delivery {
  text-align: left !important;
}
.img-whatsapp-footer {
  height: 41px !important;
}
.our-meetup-section {
  background-color: #e1f3f4;
}
.st-mrle-dk {
  flex-wrap: wrap;
}
.set-icecream-desktop,
.mobonly-select-flavour-icecream {
  flex-wrap: wrap;
  padding-left: 68px !important;
}
.btn-add-to-cart-icecream {
  text-align: center;
}
.summary-txt {
  font-family: "Brandon_Grotesque_medium";
}
.sumary-fnt {
  font-family: "Brandon_Grotesque-Bold";
}

.add-to-cart-btn {
  background-color: #e05b8b;
}
.treat-yourself {
  font-family: "Brandon_Grotesque_medium";
}
.ice-cream-create-box {
  font-family: "Brandon_Grotesque_bold_italics" !important;
}
.bg-field1 {
  background-color: #36bac7;
  border-radius: 8px;
}
.bg-fieldss {
  background-color: #ffffff;
  border-radius: 8px;
}
.font-fam-address {
  font-family: "Brandon_Grotesque_medium";
}
.dropdown-list-font-centers {
  font-family: "Brandon_Grotesque-Bold";
  color: black;
}
.jedda-btn-visit {
  background: none;
  border: none;
}
.dropdown-list-font {
  font-family: "Brandon_Grotesque-Bold";
}
.dropdown-menu.dropdown-visit.show {
  width: 245px;
}
.faq-acordian-btn {
  box-shadow: none;
}
.faq-acordian-btn.fs-30.how-place-order.bckg-faq-none {
  background: none;
  box-shadow: none;
}
.bckg-faq-none {
  background: none;
}
.accordion-button::after {
  background-image: url(./assets/images/plus.png) !important;
}
.accordion-button:not(.collapsed)::after {
  background-image: url(./assets/images/minus.png) !important;
  transform: var(--bs-accordion-btn-icon-transform);
}
.customer-p {
  text-align: right !important;
}
.customer-hotline {
  text-align: right !important;
}
.social-icons-section {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.add-new-acc-dashboard {
  color: #36bac7;
  border: none;
  background: none;
}
.edit-model-popup {
  margin-top: 8.3rem;
  position: relative;
}
.text-input-acc {
  font-family: "Brandon_Grotesque";
}
.edit-address-acc,
.address-line-acc {
  font-family: "Brandon_Grotesque-Bold";
}
.addressline-acc {
  display: flex;
  flex-direction: column;
}
.edit-btn-forest {
  border: none;
  background: none;
}
.logout-btn-acc {
  display: flex;
  align-items: center;
  padding: 5px;
}
.setting-btn-acc {
  font-family: "Brandon_Grotesque-Bold";
  border: none;
  background: none;
}
.close-acc-btn-place {
  position: absolute;
  background-color: #d5dce6;
  border-radius: 50px;
  bottom: 34.5rem;
  left: 33.5rem;
  top: 0;
}
.model-top-gap {
  margin-top: 8.5rem;
  position: relative;
}
.notify-section {
  border-bottom: 1px solid;
  border-bottom: 1px solid #f7f7f7;
}
.font-size-notify {
  font-family: "Brandon_Grotesque-Bold";
}
.font-size-acc {
  font-family: "futura_medium", sans-serif;
  color: #b4a4a4;
}
.forget-account-btn {
  text-align: right;
}
.forget-btn-dashboard {
  color: #36bac7;
  background-color: white;
  border: none;
}
.input-field-acc {
  background-color: #ede3db;
}
.delete-account-btn {
  text-align: right;
}
.footer-acc {
  justify-content: space-between;
  border: none;
}
.cancel-btn-acc,
.save-btn-acc {
  width: 216px;
  height: 48px;
  border-radius: 50px;
  font-family: "Brandon_Grotesque-Bold";
}
.save-btn-acc {
  background-color: #e05b8b;
  border: none;
}
.cancel-btn-acc {
  color: black;
  background: none;
}
.delete-btn-dashboard {
  font-family: "futura_medium", sans-serif;
  color: #d0367a;
  border: none;
  background-color: white;
}
.txt-form-acc {
  font-family: "Brandon_Grotesque";
}
.name-acc {
  font-family: "Brandon_Grotesque-Bold";
}
.navbar-setting {
  margin-bottom: 1.5rem;
}
.Account-Setting {
  padding-bottom: 0px;
}
.profile-info-acc,
.password-acc,
.notify-acc {
  font-family: "Brandon_Grotesque_medium";
}
.model-width-dekstop {
  width: 520px;
}
.acc-setting {
  font-family: "Brandon_Grotesque-Bold";
}
.policy-plic {
  color: #36bac7;
}
.have-acc-reg {
  justify-content: center;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.hav-acc-label {
  font-family: "futura_medium", sans-serif;
  color: #b4a4a4;
}
.crt-acc {
  flex-direction: column;
  align-items: center;
}
.privacy-policy {
  font-family: "futura_medium", sans-serif;
  color: #b4a4a4;
}
.acc-new-reg {
  font-family: "Brandon_Grotesque-Bold";
}
.registration-img {
  max-height: 73px;
}
.registration-header {
  flex-direction: column;
}
.img-jedda {
  min-height: 276px;
}
.img-jedda .bg-field1 a,
.img-jedda .bg-field1 p {
  color: white;
}
.img-jedda .show-map-address p {
  margin-bottom: 0;
}
.img-jedda .show-map-address {
  margin-bottom: 10px;
  box-shadow: 0 0px 22px rgba(39, 36, 34, 0.1);
}
.how-place-sign {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.tags-contact-us {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.plus-sign {
  font-size: 20px;
  height: 16px;
  color: #36bac7;
  font-family: "Brandon_Grotesque-Bold";
}
.if-faq-dont {
  font-family: "Brandon_Grotesque_medium";
}
.btn-contact-submit {
  background-color: #e05b8b !important;
  font-family: "Brandon_Grotesque-Bold";
}
.body-faq {
  padding-bottom: 11px !important;
}
.our-Jeddah-visit {
  font-family: "Brandon_Grotesque-Bold";
  color: #36bac7;
}
.our-stories-visit {
  font-family: "Brandon_Grotesque-Bold";
}
.sticker-visi-contact {
  height: 74px;
}
.visit-us-contact {
  font-family: "Brandon_Grotesque_black";
}
.faq-txt-contact {
  font-family: "Brandon_Grotesque-Bold";
}
.how-place-order {
  font-family: "Brandon_Grotesque-Bold";
}
.Frequently-ask-contact {
  font-family: "Brandon_Grotesque_medium";
}
.faq-text-contact {
  font-family: "Brandon_Grotesque_black";
}
.faq-sticker {
  height: 150px;
  position: absolute;
}
.bg-faq-contact {
  background-color: #ede3db;
}
.bg-map-contact {
  background-color: #f4f9ff;
}
.img-height-contact {
  height: 114px;
}
.line-height {
  line-height: 0.3rem !important;
}
.customer-hotline {
  font-size: 25px !important;
  font-family: "Brandon_Grotesque_medium";
}
.customer-p {
  font-family: "Brandon_Grotesque";
}
.bg-contact-us {
  background-color: #f4f9ff;
}
.contact-us-page .if-our-faqs {
  display: block !important;
}
.contact-us-page .we-answer-text {
  display: none;
}
.contact-us-page .wpcf7-submit {
  background: #e05b8b !important;
}
.bg-contact-scndsection {
  background-color: #6d5794;
}
.desktop-p-banner {
  padding-left: 113px;
}
.perfect-deliv-aboutus {
  font-size: 56px;
  font-family: "Bourton";
}
.gap-partners-botom {
  margin-bottom: 63px;
}
.gap-bottom {
  margin-bottom: 143px;
}
.our-partners-section {
  position: relative;
}
.great-american-sticker {
  position: absolute;
  left: 48%;
  top: 57%;
}
.greatamerican {
  color: #e05b8b;
  font-family: "Brandon_Grotesque-Bold";
}
.marbleslabksa {
  color: #36bac7;
  font-family: "Brandon_Grotesque-Bold";
}
.marbleslab {
  color: #e05b8b;
  font-family: "Brandon_Grotesque-Bold";
}
.partner-descr-text {
  font-family: "Brandon_Grotesque";
}
.fnt-partner {
  font-family: "Brandon_Grotesque-Bold";
}
.our-partner-portion {
  text-align: center;
}
.our-partners-section {
  background-color: #d2eff1;
}
.our-partner-text {
  font-family: "Brandon_Grotesque_black";
}
.gap-between-about-us {
  margin-top: 50px;
}
.fast-deliv-aboutus {
  font-family: "Bourton";
}
.we-happy-txt-about {
  color: #758799;
  line-height: 1.8rem;
  font-family: "Brandon_Grotesque_medium";
  text-align: justify;
}
.within-hour {
  font-family: "Brandon_Grotesque_bold_italics";
  color: #36bac7;
}
.delivery1-aboutus-img {
  padding-left: 113px !important;
}
.delivery-text1 {
  padding-right: 113px !important;
}
.about-us-sticker {
  height: 104px;
  width: 161px;
  position: absolute;
  top: 92%;
  left: 1%;
}
.why-dif-text {
  color: #e05b8b;
  font-family: "Brandon_Grotesque_black";
}
.why-different {
  background-color: #f4f9ff;
}
.marble-store-hero {
  padding-left: 113px !important;
}
.about-us-banner-text {
  line-height: 1.6rem;
}
.underline {
  text-decoration: underline;
  color: #d0367a;
}
.marble-store-about-us {
  font-family: "Brandon_Grotesque_black";
}
.about-us-hero-section {
  background-color: #ede3db;
  position: relative;
}
.reset-email-field {
  width: 386px;
  height: 56px !important;
  border-radius: 32px !important;
  background-color: #f4f9ff;
  padding: 6%;
}
.lost-password-email {
  flex-direction: column;
}
.dont-have-account {
  font-family: "futura_medium", sans-serif !important;
  color: #b4a4a4;
}
.w-59 {
  width: 59%;
}
.get-code-login {
  color: #363535;
}
.forgot-password {
  font-family: "futura_medium", sans-serif !important;
}
.login-fields {
  max-width: 386px;
  height: 56px;
  background-color: #f4f9ff;
}
.login-border {
  border-radius: 32px;
}
.login-password-field {
  margin-left: 20%;
}
.create-account {
  width: 386px;
  height: 56px !important;
  border-radius: 32px;
  color: #ffffff !important;
  background-color: #36bac7;
  border: none;
}
.signup-btn,
.login-regis-btn {
  width: 386px;
  height: 56px !important;
  border-radius: 32px;
  color: #36bac7 !important;
  background-color: #d2eff1;
  border: none;
}
.send-reset-instruction {
  width: 386px;
  height: 56px !important;
  border-radius: 32px !important;
  color: #ffffff !important;
  background-color: #36bac7 !important;
  border: none !important;
  font-size: 20px !important;
  font-weight: bold !important;
  font-family: "Brandon_Grotesque", sans-serif !important;
}
.login-btn {
  width: 145px;
  height: 56px !important;
  border-radius: 32px;
  color: #ffffff !important;
  background-color: #36bac7;
  border: none;
}
.forgot-password {
  color: #36bac7;
}
.thank-you-text {
  text-align: center !important;
}
.thank-you-page {
  height: 850px !important;
}
.cookie-banner {
  padding-top: 58px;
}
.cookies-banner-img {
  height: 288px;
  float: right;
}
.marble-van-banner-img {
  height: 288px;
  float: right;
}
.cookies-banner-desc {
  color: #b4a4a4;
}
.cookie-text-banner {
  color: #6d5794;
}
.marble-van-text-banner {
  color: #6d5794;
  font-family: "Brandon_Grotesque_bold_italics" !important;
}
.bg-cookie {
  background-color: #ede3db;
}
.ice-cream-img {
  float: right;
  max-height: 425px !important;
}
.or-icecream {
  font-weight: bold;
  color: #95d3d9;
}
.click-here-icecream {
  font-weight: bold;
  color: #95d3d9;
}
.text-icecream-banner {
  color: #e05b8b !important;
}
.own-bucket-icecream {
  padding: 45px !important;
  line-height: 50px;
}
.border-mpink {
  border-color: #e05b8b !important;
}
.own-bucket {
  height: 270px !important;
  width: 272px !important;
  text-align: center;
  background-color: #e05b8b !important;
  border-radius: 154px !important;
  font-size: 46px !important;
  color: white;
  font-weight: bold;
  box-shadow: inset -6px -8px 0px rgb(208, 54, 122);
}

.activefilter {
  background-color: #d5dce6 !important; /* Set your active color */
  color: #584340 !important; /* Set text color */
  border-color: black !important; /* Set border color */
}
.bg-light {
  background-color: #f4f9ff !important;
  max-height: 409px;
}
.text-cake-bg {
  color: #e05b8b !important;
  line-height: 1;
  padding-top: 65px;
  padding-bottom: 71px;
  /* height: 201px !important; */
  width: 463px !important;
}
.cake-img {
  height: 125 !important;
}
.img-cake {
  height: 332px !important;
  padding-top: 15px !important;
  margin-top: -86px;
}
.Arrow-banner {
  position: absolute;
  margin-left: -18%;
  margin-top: 83px;
  height: 85px !important;
}
/* Stickness  */
.stickness-header {
  position: sticky;
  padding: 3px 0;
  top: 0;
  z-index: 1000;
}
.sticky-position {
  position: sticky;
  top: 80px;
  background: white;
  z-index: 2;
}
.delivery-button {
  border: 2px solid #36bac7;
  border-radius: 39px;
  background: #f0f5f9;
}
.tab-button {
  margin: 4px 2px;
  width: 50%;
}
.delivery-button button {
  width: 49%;
  border: 2px;
  border-radius: 28px;
  padding: 16px 5px;
  background: none;
  color: #36bac7;
  transition: 0.5s ease;
}
.delivery-button button svg path {
  fill: #36bac7;
}

.delivery-button button {
  margin-block: 2px !important;
}
.delivery-button button svg {
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}
.page-template-checkout .delivery-button button svg {
  filter: none;
}
.delivery-button button:hover,
.delivery-button .active {
  background: #36bac7;
  color: white;
}
.delivery-button button:hover svg path,
.delivery-button .active svg path {
  fill: #ffffff;
}

.delivery-button button:hover svg,
.delivery-button .active svg {
  filter: none;
}

.dropbtn:after {
  display: none;
}

.modal-dialog.modal-lg.deliveryModel {
  max-width: 1120px;
}
.text-shadow {
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.delivery-button .active .text-shadow,
.delivery-button button:hover .text-shadow {
  text-shadow: none;
}

.cart-product-m .product-thumbnail img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.cart-product-m .product-thumbnail {
  width: 100px;
  height: 100px;
}
.product-remove img {
  width: 18px;
  height: 18px;
  object-fit: contain;
}
.proceddCheck a {
  color: white;
}
.custom-cart-page .variation p {
  margin: 0;
}
.custom-cart-page .variation {
  margin: 0;
}
.product-name .variation dt {
  color: #b4a4a4;
}
.product-name .variation dd p {
  color: #584340;
}
.icon-trash {
  width: 24px;
  height: 24px;
  object-fit: contain;
}

.product-name {
  min-width: 38%;
  max-width: 38%;
  white-space: nowrap;
  overflow: hidden !important;
  text-overflow: ellipsis;
}
.page-template-cart .product-name {
  /* white-space: wrap !important; */
}
ul.pickuplocations li {
  background: rgba(255, 255, 255, 0.5);
  padding: 8px;
  border-radius: 5px;
  margin: 5px;
}
ul.pickuplocations li.highlight {
  background: #36bac7 !important;
  color: white;
}
input.zl_store_location {
  visibility: hidden;
  position: absolute;
}
.addressradio .form-check-input:checked {
  background-color: #36bac7;
  border-color: #ffffff;
  border-width: 2px;
  padding: 2px !important;
  outline: 1px solid #36bac7;
  background-image: none;
}
/* Shahab Css */
.mrble-bucker-gap-mob {
  justify-content: space-evenly;
}
.mrble-bucker-gap-mob {
  gap: 24px !important;
}
.accordion-button:not(.collapsed) {
  color: black;
}
.custome-cake-product-img {
  display: flex;
  justify-content: center;
  margin-bottom: 46px;
}
.error-back {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 6%;
}
.cook-more-soon {
  color: #b4a4a4;
}
.go-back-btn-error {
  background-color: #e05b8b;
  color: #fff;
  width: 147px;
  height: 48px;
  border-radius: 50px;
  border: none;
}
.banner-error-img {
  width: 690px;
  flex-direction: column;
}

.time-menu {
  width: 425px;
  background-color: #ede3db;
  height: 200px;
  border: none;
  overflow-y: auto;
}
.time-btn {
  width: 164px;
  height: 40px;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 10px;
  color: black;
}
.time-btn:hover {
  background-color: #36bac7;
  color: #fff;
}
.select-frames {
  display: flex;
  flex-wrap: wrap;
  gap: 17px;
  justify-content: space-between;
}
.disablebtn {
  pointer-events: none;
  opacity: 0.5;
}
.border-cream {
  border-color: #ede3db !important;
}
#pac-input {
  position: relative !important;
  font-size: 17px;
  padding-top: 51px;
  padding-bottom: 24px;
  font-size: 20px;
  background: none;
}
.addresinput {
  padding-top: 6px !important;
}
.addresinput #pac-input {
  background-color: #ede3db;
  border-radius: 12px;
}
.drpbtn {
  width: 100%;
  display: flex;
  justify-content: space-between;
  background: #ede3db !important;
  padding: 0.5rem 16px !important;
  border-radius: 9px !important;
}
.calender {
  background-color: #ede3db;
  text-align: right !important;
}
.date-calender label::after {
  background: none !important;
}
#branch_stores ul {
  margin-right: 0;
}
.dropdown-location {
  min-width: 268px;
  max-height: 300px;
  overflow-y: auto;
  padding: auto;
  padding-inline: 10px;
  background-color: #ede3db;
}
.dropdown-location li a:hover {
  background-color: #36bac7;
  color: white;
  border-radius: 8px;
}
.dropdown-location li {
  background-color: rgba(255, 255, 255, 0.5);
  margin-block: 10px;
  border-radius: 8px;
}
.checkout.woocommerce-checkout input:not(#Switchaccountcreate),
.checkout_coupon input {
  background: #ede3db;
  border: none;
  border-radius: 10px;
  padding: 10px 16px;
}

.checkout_coupon.woocommerce-form-coupon,
#customer_details {
  padding: 42px 48px !important;
}

/* Shahab Css  */
.citylist {
  width: 100%;
}
.citylist li {
  background: rgba(255, 255, 255, 0.5);
  margin-block: 14px;
  padding: 6px 15px;
  border-radius: 8px;
}
.citylist li {
  transition: 0.4s ease;
  cursor: pointer;
}
.citylist li:hover {
  background-color: #36bac7;
  color: white;
}

.variationDiv {
  border-bottom: 1px solid #b4a3a3;
  margin-block: 10px;
}
.variationDiv .variation {
  display: flex;
  gap: 10px;

  font-size: 14px;
  color: #584340;
}
.variationDiv .variation {
  padding: 0 5px;
  margin-bottom: 0;
}
.variationDiv .variation p {
  margin-bottom: 5px;
  margin-left: 7px;
}
.product-items p:not(.page-template-checkout .product-items p) {
  margin-bottom: 0;
}
.flex-grow-2 {
  flex-grow: 2;
}

.flex-grow-5 {
  flex-grow: 5;
}

.occasion-modal-W {
  max-width: 732px;
}
.occasion-modal-W .col-md-2.col-6 {
  padding-inline: 5px !important;
}

.occasion-modal-W .modal-content {
  border-radius: 16px !important;
}

.AllCake-modal-W {
  min-width: auto !important;
  width: fit-content !important;
  border: none !important;
  box-shadow: 0px 0px 37.5px rgba(10, 35, 46, 0.25) !important;
  border-radius: 16px !important;
  margin-top: 14px !important;
}
.PortionSize-modal-W .row,
.AllCake-modal-W .row {
  gap: 10px;
}
.AllCake-modal-W .row .col-md-3,
.PortionSize-modal-W .row .col-md-4 {
  width: 100px !important;
  padding-inline: 2px !important;
}
.AllCake-modal-W .dropdown-body,
.PortionSize-modal-W .dropdown-body {
  width: max-content;
}
.PortionSize-modal-W,
.location-dropdown-W {
  min-width: auto !important;
  width: fit-content !important;
  border: none !important;
  box-shadow: 0px 0px 37.5px rgba(10, 35, 46, 0.25) !important;
  border-radius: 16px !important;
  margin-top: 14px !important;
}
.location-dropdown-W {
  min-width: 305px !important;
}
.occasions-case img {
  width: 64px !important;
  height: 64px;
  object-fit: contain;
}
.occasions-case {
  border: 2px solid transparent;
  transition: 0.5s ease;
  cursor: pointer;
  border-radius: 12px !important;
  height: 100%;
  padding-top: 10px !important;
  padding-bottom: 5px !important;
  padding-inline: 5px !important;
}
.titlediv {
  min-height: 38px;
  margin-top: 10px;
}
.occasions-case.active {
  border: 2px solid #36bac7;
  background: #f0f5f9;
}
.occasions-case.active h3 {
  color: #36bac7 !important;
}
.ice-cr {
  max-width: 1280px;
  max-height: 336px;
}
.summary-cream {
  max-width: 387px !important;
  max-height: 430px !important;
  border-radius: 24px !important;
}
.box-bg {
  color: #36bac7 !important;
}
.bucker-gap {
  gap: 32px !important;
}
.show-more {
  color: #e05b8b;
}
.filterBtn {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.filters {
  display: flex !important;
}
.selectnum2 {
  width: 20px !important;
  height: 20px !important;
  line-height: 1.5;
  background-color: #36bac7 !important;
  color: white;
  display: block;
  font-size: 14px;
}
.form-check-input:checked {
  background-color: #36bac7;
  border-color: #36bac7 !important;
  box-shadow: none;
}

.stock-switch.form-check-input:focus {
  box-shadow: none !important;
  border-color: #36bac7 !important;
}

ul#city-dropdown {
  list-style-type: none;
}
ul#city-dropdown li {
  color: #363535;
  font-size: 24px;
  padding: 0px 10px;
  width: 50%;
  margin-bottom: 8px;
  border-radius: 12px;
  transition: 0.5s ease;
  cursor: pointer;
}
ul#city-dropdown li:hover {
  background: #d2eff1;
  color: #36bac7;
}
.slick-dots {
  left: 0 !important;
  margin-inline: auto !important;
  right: 0 !important;
}
.subfilter {
  position: absolute;
  top: -6px;
  right: -6px;
  width: 20px !important;
  height: 20px !important;
}
.tab-pane.desc p {
  font-family: "futura_medium", sans-serif !important;
}
.woocommerce .cart-collaterals .cart_totals,
.woocommerce-page .cart-collaterals .cart_totals {
  float: none;
  width: auto;
}
.tax-product_cat.term-cookies .moreGift-sec,
.tax-product_cat.term-cookies .cookies-box-sec {
  display: none;
}
.admin-bar.woocommerce-account .entry-header {
  display: none;
}
.logged-in.woocommerce-account {
  background: #f4f9ff;
}
.variationDiv .variation {
  gap: 5px !important;
  flex-wrap: wrap !important;
}
.variation dd {
  width: 65% !important;
}
.page-template-checkout {
  background: #f4f9ff !important;
}
.m-border-8 {
  padding-block: 6px !important;
  border-radius: 8px !important;
}
.page-template-checkout .address p {
  border-bottom: 2px dashed #b4a3a3;
  padding-bottom: 4px;
}
.order-p-Images {
  overflow-x: scroll;
  max-width: 600px;
  padding-left: 10px;
}
.order-td-Images {
  overflow-x: scroll;
  max-width: 245px;
  padding-left: 10px;
  width: 245px;
}
.order-product-images {
  width: fit-content;
}
.order-product-images .product-image {
  width: 60px;
  background: white;
  border: 4px solid #f4f9ff;
  border-radius: 14px;
  margin-left: -8px;
  padding: 3px;
}
.hidden-mixin {
  display: none !important;
}
.falvorimg {
  border-width: 2px !important;
}
#addresinput label.addinp {
  position: absolute !important;
  right: 0 !important;
  transition: top 0.2s, font-size 0.2s !important;
  color: #b4a4a4;
  pointer-events: none !important;
  top: -8px !important;
  font-size: 16px !important;
}
#addresinput #pac-input {
  padding-bottom: 0 !important;
}
.woocommerce-MyAccount-navigation-link a {
  color: #363535;
  padding: 2px 10px;
  transition: 0.3s ease;
}
.woocommerce-MyAccount-navigation-link a:hover {
  background: #35bac7;
  color: white;
  border-radius: 8px;
}
.order-again a {
  background-color: #36bac7 !important;
  color: white !important;
  border-radius: 30px !important;
  font-family: "Brandon_Grotesque-Bold", sans-serif;
}
.woocommerce-order-details__title,
.woocommerce-column__title {
  color: #363535 !important;
  font-size: 30px;
  font-family: "Brandon_Grotesque-Bold", sans-serif;
}
.woocommerce-EditAccountForm.edit-account input {
  background: #ede3db;
  border: none;
  border-radius: 10px;
  padding: 10px 16px;
}
.img-height-contact-map {
  border-radius: 12px;
}

#pac-input {
  padding-top: 20px !important;
}
#service-offer {
  margin-top: 10px;
}
.hide {
  display: none;
}

.cookQuant {
  background: rgba(10, 129, 145, 0.4);
  border-radius: 10px;
  visibility: hidden;
  pointer-events: none;
}
.selectcooki6 .cookQuant.selected {
  visibility: visible;
  pointer-events: all;
}
.selectcookie img {
  height: 114px;
  object-fit: contain;
}
.statusName {
  text-align: center;
  border-radius: 30px;
  padding: 2px 5px;
}
.statusName.processing {
  background: #fae20a;
  color: #6d5794;
}
.statusName.completed {
  background: #95d3d9;
  color: #36bac7;
}
.statusName.cancelled {
  background: #b4a4a4;
  color: #584340;
}
.text-4a {
  color: #4a2502;
}
.statusName.on-hold {
  background: #f7026e;
  color: #9f2c2c;
}
.woocommerce-orders {
  border-collapse: separate;
  border-spacing: 0;
}
.woocommerce-orders thead tr th {
  background: #f0f5f9;
  padding: 18px 15px;
  border-top: 1px solid #d5dce6;
  border-bottom: 1px solid #d5dce6;
}
.woocommerce-orders tbody tr td a {
  padding-right: 12px !important;
  padding-left: 0px !important;
}
.woocommerce-orders-table__cell-order-total .woocommerce-Price-amount.amount {
  display: flex;
  flex-direction: column-reverse;
}
.woocommerce-orders tbody tr td {
  padding-block: 6px;
}
.px-ort-12 {
  padding-inline: 12px;
}
.pr-ort-12 {
  padding-right: 12px;
}
.border-order-left {
  border-right: 1px solid #d5dce6;
  border-top-right-radius: 16px !important;
  border-top-left-radius: 0px !important;
}
.border-order-right {
  border-left: 1px solid #d5dce6;
  border-top-left-radius: 16px !important;
  border-top-right-radius: 0px !important;
}
.promo-code {
  text-align: right !important;
}
.order-product-images .product-image img {
  width: 44px !important;
}
.success-message {
  text-align: center;
  color: green;
}
.tax-product_cat .cake-mob-between {
  display: none !important;
}
.woocommerce-cart .variation dd p {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 7;
}

.single-productSlider .slick-prev,
.single-productSlider .slick-next {
  width: auto;
  height: auto;
  z-index: 1;
}
.single-productSlider .slick-prev {
  left: -16px;
}
.single-productSlider .slick-next {
  right: -16px;
}

.single-productSlider .slick-prev:before {
  content: url("./assets/images/arLt.png") !important;
  opacity: 1 !important;
}
.bg-lightPink {
  background-color: #ede3db;
}
.single-productSlider .slick-next:before {
  content: url("./assets//images/arRt.png") !important;
  opacity: 1 !important;
}
.cuscookBox-size h6 {
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}
.hide-boxsize {
  display: none !important;
}
#diy-products {
  visibility: visible;
  opacity: 1;
  z-index: 1;
  position: relative;
  transition: opacity 1s ease;
}
#diy-products.hidediysec {
  transition: opacity 0s ease;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  z-index: -5;
  width: 100%;
  top: 100%;
}

.upload-box {
  border-radius: 32px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 260px !important;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.upload-box label {
  margin-block: 11px !important;
}

.upload-box label {
  width: 100% !important;
  margin-block: 30px !important;
  margin-bottom: 10px !important;
}
#image-preview {
  text-align: center;
  max-height: 230px;
  display: flex;
  flex-wrap: wrap;
  max-height: 190px;
  overflow: scroll;
  justify-content: center;
  gap: 10px;
}
.imgdivk {
  display: flex;
  flex-direction: column-reverse;
  justify-content: center;
}
#image-preview img {
  height: 125px;
  object-fit: contain;
  margin-inline: auto;
  border-radius: 16px;
}

#remove-image {
  background: #e05b8b;
  display: block;
  width: fit-content;
  padding: 3px 16px 5px 16px;
  border-radius: 30px;
  color: white;
  font-size: 20px;
  text-transform: capitalize;
  box-shadow: 0px 0px 7px #00000073;
  margin-top: 8px;
}
.emptimg {
  filter: brightness(5);
}

.mf-btn.mf-pay-now-btn {
  display: none;
}
.selected-flag {
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}
.intl-tel-input {
  width: 100%;
}
.empty-cartbtn {
  width: fit-content;
  padding: 3px 10px;
  align-items: center !important;
}

.payment_box {
  padding: 0 !important;
  background: none !important;
}
.payment_box::before {
  content: none !important;
}
.wc_payment_method label > img {
  display: none;
}

#mf-form-element #iframe {
  height: auto !important;
}
#mf-form-element {
  width: 100% !important;
}
#iframe .card-no-container {
  border-radius: 10px !important;
  border: none !important;
  background: #ede3db !important;
}
#iframe .card-no-container input {
  font-size: 14px !important;
  background: #ede3db !important;
  color: black !important;
}
.address .dashedline p {
  border: none;
  padding-bottom: 0;
  background: white;
}

.iti-arrow,
#country-listbox {
  display: none;
}
#showpassword {
  right: 20px;
  top: 0;
  bottom: 0;
  transform: translateY(24%);
  cursor: pointer;
}

.page-template-checkout .topbar,
.page-template-checkout .header {
  display: none;
}
.page-template-checkout .checkoutheader {
  display: block !important;
}
#payment {
  background: none !important;
}
.wc_payment_methods.payment_methods.methods {
  padding: 0 !important;
}
.mf-payment-methods-container {
  margin: 0;
  width: 100%;
  padding: 7px 7px;
}
.verification-code-inputs input[type="tel"] {
  border: 2px solid #e1e1e1;
  width: 46px;
  height: 46px;
  padding: 10px;
  text-align: center;
  display: inline-block;
  box-sizing: border-box;
}
.PopupLoginBtn {
  margin-inline: 8%;
}
#country_code {
  border-top-left-radius: 30px !important;
  border-bottom-left-radius: 30px !important;
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  background: #f4f9ff;
}
#phone_number {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
  text-align: center;
}
#full_name {
  text-align: center;
}
#loginBlock > .form-group {
  margin-inline: 8%;
}
#registerblock {
  display: none !important;
}
#registerblock.active {
  display: flex !important;
}

.w-120px {
  width: 120px;
}
.w-160px {
  width: 160px;
}

.privacy-policy-page-mb h2 {
  color: #584340;
  font-family: "Brandon_Grotesque-Bold", sans-serif;
  font-size: 30px;
  padding-top: 25px;
}
.privacy-policy-page-mb p {
  font-family: "Brandon_Grotesque", sans-serif;
  color: #584340;
  font-size: 20px;
  line-height: 22px;
}
.privacy-policy-page-mb a {
  color: #36bac7;
}
#pills-home-tab.disabled {
  opacity: 0.65;
}
.disabledcolor {
  color: #36bac7;
}
.wpml-ls-legacy-dropdown .wpml-ls-sub-menu {
  z-index: 99999;
}
#lang_sel {
  width: auto !important;
}
.js-wpml-ls-item-toggle {
  background: transparent !important;
  border: none !important;
  color: white !important;
  padding-inline: 0 !important;
}
.js-wpml-ls-item-toggle::after {
  display: none !important;
}
.wpml-ls-display.icl_lang_sel_translated {
  display: none;
}
.wpml-ls-link {
  text-align: center;
}
.wpml-ls-sub-menu {
  min-width: fit-content !important;
}
/* arabic version */
#topnav {
  display: flex;
}
.hero-section {
  transform: scaleX(-1);
}
.hero-section > .container {
  transform: scaleX(-1);
}
#cartDiv {
  margin-left: 0 !important;
  margin-right: 10px !important;
}
.dropdown.langselector {
  margin-left: 0 !important;
}
/* .slick-prev.slick-arrow {
  transform: scalex(-1);
}
.slick-next.slick-arrow {
  transform: scalex(-1);
} */
.best-seller {
  direction: ltr !important;
}
.socialiconcol {
  margin-left: 0 !important;
}
.langfootercol {
  justify-content: flex-end !important;
}
.langboximg {
  transform: scalex(-1);
}
.moreGift-sec img {
  transform: scaleX(-1);
}
.langcontentGift {
  padding-left: 0;
  padding-right: 40px !important;
}
.single-productSlider {
  direction: ltr !important;
}
#pills-tab {
  margin-right: 0 !important;
}
.lang-text h4 span {
  margin-right: 0 !important;
  margin-left: 7px !important;
}
#btn-cake-type-clear-filter,
#btn-occasion-clear-filter,
#btn-cake-portion-size-clear-filter,
#btn-gender-clear-filter {
  margin-left: auto;
  margin-right: 0 !important;
}
.cartinfoicon {
  margin: 0 !important;
  margin-left: 1rem !important;
}
.intl-tel-input .flag-container {
  right: 0 !important;
  left: auto !important;
}
.intl-tel-input .flag-container .selected-flag {
  padding: 0 !important;
  padding-right: 8px !important;
  border-radius: 0 !important;
}
.intl-tel-input .flag-container .selected-flag .selected-dial-code {
  padding-left: 0 !important;
  padding-right: 28px;
}
.woocommerce-input-wrapper .intl-tel-input #billing_phone {
  padding-left: 0 !important;
  text-align: right;
  padding-right: 92px !important;
}
.msar {
  margin-right: 0.5rem !important;
}
.arpe {
  padding-left: 0;
  padding-right: 40px !important;
}
.ar-iceCbtn {
  padding-bottom: 10px !important;
}
.ar-cooki-img {
  transform: scaleX(-1);
}
.numar.me-2 {
  margin: 0 !important;

  margin-left: 10px !important;
}
.me-4.upload-box {
  margin-left: 1.5rem !important;
  margin-right: 0 !important;
}
.arviewBtn {
  padding-bottom: 5px !important;
}
h2,
h3,
h4,
h5,
h6 {
  font-family: "neosans_blod", sans-serif !important;
}
p,
a {
  font-family: "neosans_reguler", sans-serif !important;
}

/* #siteLogo {
  width: 78px;
  height: 48px;
  object-fit: contain;
} */
#siteLogoFT {
  width: 134px;
  height: 83px;
  object-fit: contain;
}
.proceddCheck {
  display: block;
}
#menuLDiv {
  padding-inline: 0 !important;
}

#primary-menu {
  padding-inline: 0;
}
.ar-iceCbtn,
.btn.hero-btn.ar-iceCbtn {
  padding-bottom: 10px !important;
}
.py-2.contiBtnar {
  padding-bottom: 14px !important;
}
.empty-cartbtn {
  padding: 5px 15px 8px 15px !important;
}
.wc-proceed-to-checkout {
  padding-bottom: 0 !important;
}
.py-1.proceddCheck {
  padding-bottom: 10px !important;
}
.faq-acordian-btn::after {
  margin-left: 0 !important;
  margin-right: auto !important;
}
.numberfields {
  direction: ltr;
}
#otp {
  gap: 14px;
  direction: ltr !important;
}
.optHtitleAr {
  display: none !important;
}
#footercopytext #Cicon {
  display: none;
}
#footercopytext {
  direction: ltr;
}
.img-fluid.loginpoplogo {
  max-width: 120px !important;
  max-height: 73px !important;
}
.custome-cake-img {
  width: 240px;
  height: 311px;
  object-fit: contain;
}
.dirArCol {
  direction: ltr;
}
#mobilefilter {
  direction: rtl;
}
.text-pink {
  color: #db5b8b;
}
#topbarOffcanvas{
  left: 0 ;
  right: auto
}
#topbarOffcanvas.offcanvas:not(.show) {
  transform: translateX(-100%) !important;
}
#cartUserWrapper {
  gap: 12px;
}

@media screen and (max-width: 810px) and (min-width: 650px) {
  .tabcatdiv h6 {
    font-size: 25px !important;
  }
  .product-card .tabcatdiv a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .header ul.navbar-nav li a {
    font-size: 18px;
  }
  .header ul.navbar-nav li {
    padding-left: 0;
  }
 
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
    margin-bottom: 0 !important;
  }
}
@media (min-width: 768px) {
  /* Adjust offcanvas for desktop */
  #offcanvasMenu {
    position: relative;
    transform: translateX(0) !important;
    visibility: visible;
    width: 100% !important;
    background: transparent;
    border: none;
  }
  .col-md-5.px-40.pe-0.arpe {
    padding-right: 40px !important;
    padding-left: 0 !important;
  }

  /* Hide offcanvas toggle button and backdrop on desktop */
  .menucanvasBtn,
  #offcanvasMenu .offcanvas-header,
  .navbar-toggler {
    display: none;
  }

  #offcanvasMenu .offcanvas-backdrop {
    display: none !important;
  }
  .pac-container.pac-logo {
    left: 434px !important;
    top: 354px !important;
    z-index: 99999 !important;
  }
  #occationSec .col-md-2 {
    width: 20% !important;
  }
}
@media screen and (min-width: 600px) {
  .f-30ar {
    font-size: 30px !important;
  }
  .fs-20ar {
    font-size: 20px !important;
  }
  .fs-25ar {
    font-size: 25px !important;
  }
  .fs-60ar {
    font-size: 60px !important;
  }
  .product-title a.fs-24 {
    font-size: 20px !important;
  }
  .more-gift-mob {
    width: 700px;
  }
  .relatedProduct-slider .slick-prev,
  .relatedProduct-slider .slick-next {
    top: -55px;
    left: auto;
    right: 0;
  }
  .relatedProduct-slider .slick-prev {
    right: 56px;
  }
  #mobileFixedfooter {
    display: none !important;
  }
  .cartsvgIcon svg path,
  .usersvgIcon svg path {
    fill: white;
  }

  .woocommerce-cart .variation {
    display: flex;
    flex-wrap: wrap;
  }
  .woocommerce-cart .variation dd {
    margin-left: 4px;
    white-space: wrap;
  }

  .forgot-password {
    position: absolute;
    right: -8% !important;
    top: 50%;
  }
  .falvorimg img {
    width: 110px !important;
    height: 110px !important;
    object-fit: contain;
  }
  #show-more-mixin {
    flex-wrap: wrap;
  }
  .summary-width {
    min-width: 387px;
    max-width: 387px;
  }

  .checktxt {
    margin-left: 10px !important;
    margin-right: 0px !important;
  }
  .summaryBoxD {
    position: sticky;
    top: 20%;
  }

  #verify-otp-button {
    max-width: 260px !important;
  }
  .privacy-policy-page-mb article {
    padding-inline: 20px;
  }
  #menucanvasbody {
    padding-inline: 0 !important;
  }
}
#userDiv {
  margin-right: 0 !important;
  margin-left: -8px;
}
@media screen and (max-width: 500px) {
  #otp {
    gap: 2px;
  }
  #verify-otp-button {
    padding: initial !important;
    max-width: 240px !important;
    min-width: 240px !important;
    margin-inline: auto !important;
  }

  #remove-image {
    margin-inline: auto;
  }
  #offcanvasMenu {
    background-color: #f4f9ff;
  }
  .closebtnbg {
    background: white;
    display: flex;
    padding: 15px 15px 15px 7px;
    border-radius: 31px;
  }
  .closebtnbg button {
    padding: 0 !important;
  }
  #primary-menu {
    text-align: left;
  }
  #primary-menu li {
    padding: 0;
  }
  #primary-menu li a {
    font-size: 29px;
  }
  #primary-menu li.occasionpopup {
    display: none;
  }
  #cartDiv,
  #userDiv {
    flex-direction: column;
  }
  #cartDiv a p,
  #userDiv a p {
    margin: 0 !important;
  }
  #mobileFixedfooter * {
    font-size: 12px;
    color: #b4a4a4 !important;
    font-family: "Bourton", sans-serif;
    text-align: center;
    margin-inline: auto;
  }
  #cartUserWrapper {
    width: auto !important;
    gap: 20px !important;
  }
  

  .mobhamburger {
    text-align: left !important;
    padding-left: 0;
    order: 1;
  }
  #mobLocationDiv {
    order: 3;
    margin-left: auto;
    padding-right: 0 !important;
  }
  .moblogo {
    padding-left: 0;
    order: 2;
  }
  .logodivMB {
    padding-inline: 10px;
  }
  .container {
    padding-inline: 10px !important;
  }
  .banner-mob {
    padding-inline: 0 !important;
    padding: 21px !important;
  }
  .bg-cake-mob {
    background-color: #f4f9ff;
    border-radius: 12px;
  }
  .fs-24 {
    font-size: 20px;
  }
  .fs-22 {
    font-size: 22px;
  }

  .tap-here {
    display: block !important;
  }

  .click-here-btn-cake-mob {
    height: 29px;
    width: 162px;
    border-radius: 24px;
    background-color: #e05b8b !important;
    border: none;
    color: white;
    font-size: 14px !important;
  }
  .or-txt {
    color: #95d3d9;
    margin-bottom: 0 !important;
  }
  .tap-here-btn {
    margin-top: -23px !important;
    margin-bottom: -11px !important;
  }
  .mob-cake-banner-img {
    height: 125px !important;
    margin-left: 37px;
    margin-top: -21px;
  }
  .mob-cake-banner-img {
    display: block !important;
  }
  .mob-cake-banner {
    padding-top: 13px !important;
  }
  .Arrow-banner {
    display: none !important;
  }
  .img-cake2 {
    display: none !important;
  }
  .img-cake1 {
    display: none !important;
  }
  .text-cake-bg {
    color: #6d5794 !important;
    line-height: 1;
    width: 168px !important;
    padding: 0 !important;
  }
  .cake-mob-between {
    justify-content: space-between !important;
  }
  .icecream-mob-between {
    justify-content: space-between !important;
  }
  .bg-light {
    background-image: none !important;
    border-radius: 10px !important;
  }
  .fs-65 {
    font-size: 20px !important;
  }
  .cake-img {
    text-align: right !important;
  }
  .img-cake {
    height: 124px !important;
  }

  .display-cake {
    display: none !important;
  }
  .footer-img {
    height: 64px !important;
  }
  .keepTxt {
    margin-top: 34px;
  }
  footer .hero-btn {
    margin-top: 16px;
  }
  .copyright-footer {
    padding-bottom: 70px;
    padding-top: 20px !important;
  }

  .why-order {
    font-weight: 500 !important;
  }
  .fs-72 {
    font-size: 40px;
    margin-top: 30px;
  }
  .fs-3 {
    font-size: 20px !important;
    font-weight: bold !important;
    font-family: "Brandon_Grotesque-Bold", sans-serif;
  }
  .px-40 {
    padding-inline: 26px !important;
  }
  .hero-btn {
    width: 327px;
    font-family: "Brandon_Grotesque-Bold", sans-serif;
  }
  .best-seller .best-seller-card h6 a {
    display: block;
  }
  /* .order-online {
    height: 374px;
  } */

  .order-img {
    height: 80px;
    width: 80px;
  }
  a.btn.hero-btn {
    height: 37px;
    width: 145px !important;
    padding-top: 3px !important;
  }
  .come-visit .row {
    flex-direction: column-reverse;
    text-align: center;
  }

  .cookies-box-sec h2 {
    margin-left: 0;
  }
  .products-sec .row .col-6 {
    padding-inline: 5px;
  }
  .product-card a img {
    width: 120px;
    height: 120px;
    object-fit: cover;
  }
  .menucats .product-card a img {
    width: 24px;
    height: 24px;
    object-fit: cover;
  }
  .fs-35 {
    font-size: 20px;
  }
  .products-sec .container > h2,
  p {
    text-align: right;
  }
  .relatedProduct-slider .best-seller-card .product-cat {
    text-align: center;
  }
  .fs-25 {
    font-size: 20px;
    color: #b4a4a4;
  }
  .our-catalog {
    margin-top: 30px !important;
  }
  .product-card {
    background: #d5dce6;
    border-radius: 12px !important;
  }
  .product-card > div h6 {
    margin: 0;
  }
  .product-card > div {
    padding-block: 0px !important;
    margin-bottom: 10px;
    padding-bottom: 10px !important;
  }
  .product-card > div.pb-00 {
    padding-bottom: 0 !important;
  }

  .hero-section {
    padding-block: 0 !important;
  }
  .hero-section > .container {
    padding-block: 20px;
    background: rgba(44, 32, 67, 0.53);
    padding-inline: 24px !important;
  }
  .hero-section > .container p,
  .hero-section > .container h5 {
    color: white;
  }
  .hero-section > .container button {
    width: 100%;
    margin-block: 10px;
  }
  .fs-66 {
    font-size: 48px;
    color: #fae20a;
    line-height: 1;
  }
  .mobscoopText {
    font-size: 24px !important;
  }
  .mobordeSec {
    padding-block: 0 !important;
  }
  .mobordeSec .order-info-card {
    flex-direction: column;
  }
  .mobordeSec .col-6 {
    margin-bottom: 10px;
  }
  .order-info-card .fs-25 {
    font-size: 16px !important;
  }
  .order-info-card .fs-20 {
    font-size: 14px !important;
  }
  .fs-30 {
    font-size: 25px;
  }
  .best-seller-card img {
    width: 132px;
    height: 132px;
  }
  .best-seller .best-seller-card {
    background: #d2eff1;
    border-radius: 12px !important;
    padding-inline: 7px;
  }
  .best-seller .best-seller-card .hero-btn {
    position: relative;
    bottom: 0;
    visibility: visible;
    z-index: 1;
    background-color: #e45b8f;
    width: 100%;
  }
  .best-seller-card .hero-btn {
    width: 100%;
  }
  .best-seller .slick-slide {
    margin-inline: 8px;
  }
  .best-seller-sec .row {
    margin-top: 20px !important;
  }
  .best-seller .product-title {
    -webkit-line-clamp: 2;
  }
  .best-seller .product-title a {
    font-size: 20px !important;
    color: #e05b8b !important;
  }
  .best-seller .best-seller-card .product-cat {
    display: none;
  }
  .best-seller .best-seller-card h6 {
    color: #363535 !important;
    font-size: 16px !important;
    font-weight: bold !important;
  }
  .fs-44 {
    font-size: 40px;
  }
  .px-40 {
    padding-inline: 20px !important;
  }
  .occasions-card img {
    object-fit: contain !important;
    height: 65px;
    width: 65px;
    margin-inline: auto;
  }
  .occasions-card h3 {
    font-size: 20px;
    word-wrap: break-word;
  }
  section.occasions-sec.bg-light-purple {
    background: #f0f5f9;
  }

  .occasions-card {
    border-radius: 12px !important;
    background: #ede3db;
    margin-inline: 4px;
    min-height: 115px !important;
    padding-block: 12px !important;
    padding-inline: 4px;
  }

  section.occasions-sec h2,
  section.occasions-sec p {
    text-align: right;
  }
  .occationSlider .slick-dots li.slick-active button:before {
    opacity: 1;
    color: #d0367a;
    font-size: 8px;
  }

  .delivery1-aboutus-img {
    padding: 0 !important;
    padding-left: 0 !important;
  }
  /* Shahab Css  */
  .cookieBox-banner {
    position: relative;
  }
  .mb-mrble-jus {
    justify-content: space-evenly;
  }
  .mrble-bucker-gap-mob {
    gap: 21px !important;
  }
  .mrble-bucker-gap-mob {
    justify-content: start;
  }
  .btm-mob-mrbllse {
    padding-bottom: 0 !important;
  }
  .mob-m-no-mrble {
    display: none !important;
  }
  .btm-mob-mrble {
    padding-bottom: 22px !important;
  }
  .mrble-van-selectnum {
    width: 24px;
    height: 24px;
    line-height: 1.3;
  }
  .mob-mrble-padd {
    padding: 0 !important;
  }
  .mrble-vn-top {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .marble-van-txt-mobile {
    font-size: 35px !important;
  }
  .brown-arrow-van-mob {
    display: none;
  }
  .marble-van-banner-img {
    position: absolute;
    top: 17%;
    left: 46%;
  }
  .marble-van-text-banner {
    letter-spacing: 0;
  }
  .mob-img-van {
    padding-left: 0;
  }
  .mob-mrble-banner-txt-only {
    margin-bottom: 0;
  }
  .mrblevan {
    padding: 0px;
  }
  .mob-marble-banner-only {
    height: 130px;
  }
  .mob-mrble-banner {
    display: none;
  }
  .mob-mrble-banner-txt-only {
    display: inline-block !important;
    font-size: 14px;
    font-family: "Brandon_Grotesque";
  }
  .mob-marble-banner-only {
    padding: 0.3rem !important;
    border-radius: 12px !important;
  }
  .marble-van-banner-img {
    height: 101px !important;
    float: none !important;
  }
  .mob-mrble-banner {
    font-size: 14px !important;
    font-family: "Brandon_Grotesque";
  }
  .marble-van-text-banner {
    font-size: 24px !important;
  }
  .offcanvas-special-sauces-mob {
    padding: 0;
  }
  .offcanvas-mixins-mobile {
    padding: 0;
  }
  .padd-mob-summry {
    padding: 0;
  }
  .choose-icecream-mob {
    border: none;
    border-radius: 50px;
    width: 182px;
  }
  .clr-selection-cream {
    background: none;
    border: none;
  }

  .clr-selection-cream {
    font-family: "Brandon_Grotesque_medium";
  }
  .choose-icecream-mob {
    color: #ffffff;
    background-color: #e05b8b;
    font-family: "Brandon_Grotesque-Bold";
    font-size: 20px !important;
  }
  .btns-offcanvas-icecream {
    position: absolute;
    bottom: 0;
  }
  .set-icecream-desktop {
    padding: 0 !important;
  }
  .mob-bottom-space {
    padding: 0 !important;
  }
  .bucker-gap {
    gap: 8px !important;
  }
  .page-template-marble-van #cookiesSection .bucker-gap {
    gap: 0px !important;
  }
  .mob-icecream-height-icons {
    width: 92px !important;
    height: 92px !important;
  }
  .bucker-gap-mob {
    flex-wrap: wrap;
    justify-content: space-between;
    padding-bottom: 50px;
  }
  #offcanvasBottom,
  #offcanvasBottomSauce {
    height: 700px;
  }
  .mob-flavor-btm {
    margin-top: 0 !important;
  }
  .mob-flavor-btm {
    margin-top: 1.5rem !important;
  }

  .ice-cream-bucket-btm-mob {
    margin-bottom: 0 !important;
  }
  .mob-bottom-space {
    margin-bottom: 0 !important;
  }
  .special-sauces-right {
    margin-right: 12.5rem !important;
  }
  .btns-mixins {
    font-size: 20px;
  }
  .mixins-btn-offcanvas {
    border-bottom: 1px solid #dedbdb !important;
    background: none !important;
    border: none;
  }
  .miixins-right {
    margin-right: 0 !important;
  }
  .btns-mixins {
    display: flex;
    flex-direction: column;
    text-align: left;
  }
  .cake-falakes-mob {
    color: #b4a4a4;
    font-family: "Brandon_Grotesque_medium";
  }
  .mixins-btn-offcanvas {
    font-family: "Brandon_Grotesque_black", sans-serif !important;
  }
  .arrowwidth-ofcanvas {
    width: 20px;
    height: 20px;
    transform: scale(-1);
  }
  .offcanvas-special-sauces-mob {
    display: block !important;
  }
  .mobonly-special-sauces-icecream {
    display: none !important;
  }
  .mobonly-select-flavour-icecream {
    display: none !important;
  }
  .offcanvas-mixins-mobile {
    display: block !important;
  }
  .summary-width {
    width: 100%;
    height: auto;
    margin-bottom: 1.5rem;
  }
  .select-2-flavour {
    display: none !important;
  }
  .select-7-flavour {
    display: block !important;
  }
  .summary-txt {
    font-family: "Brandon_Grotesque-Bold" !important;
    color: #363535;
  }
  .quantity-scoops-mob {
    text-align: center;
  }
  .productSize {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }
  .mob-gap-ice-cream {
    gap: 0.5rem !important;
  }
  .quantity-scoops-mob {
    font-size: 12px !important;
  }
  .bucket-small-mob {
    width: 40px;
    height: 40px;
  }
  .price-mob-icecream {
    display: none;
  }
  .selectnum {
    display: none !important;
  }
  .arrow-ice-cream {
    display: none;
  }
  .ice-cream-bucket-mob {
    font-size: 28px !important;
    font-family: "Brandon_Grotesque_black", sans-serif !important;
  }
  .custome-ice-cream-box {
    display: none;
  }
  .mob-ad-sketch {
    margin-bottom: 1rem !important;
  }
  .mob-only-hero-sectin-cs-cake {
    margin-bottom: 0 !important;
  }
  .summary-mob {
    font-size: 20px !important;
    font-family: "Brandon_Grotesque-Bold";
    color: #363535;
  }
  .mob-summary {
    margin-bottom: 1.5rem !important;
  }
  .mob-upload-box {
    margin: 0 !important;
  }
  .cs-cake-below-head {
    font-size: 20px !important;
    color: #b4a4a4;
    font-family: "Brandon_Grotesque_medium";
  }
  .mob-only-cs-cake {
    font-size: 35px !important;
    text-align: left;
    margin-right: 3.5rem !important;
  }
  .mob-only-hero-sectin-cs-cake {
    flex-direction: column;
  }
  .cs-cake-below-head {
    display: block !important;
  }
  .custom-cake-hero-section {
    display: none !important;
  }
  .brow-arrow-cs-cake {
    display: none !important;
  }
  .desktop-only-custom-cake {
    display: none !important;
  }
  .mob-only-cs-cake {
    display: block !important;
  }
  .mrgin-btm {
    margin-bottom: 1rem !important;
  }
  .desk-only {
    display: none;
  }
  .how-place-order {
    font-family: "Brandon_Grotesque_medium";
  }
  .customer-p {
    font-size: 14px !important;
    font-family: "Brandon_Grotesque_medium";
    text-align: center;
  }
  .customer-hotline {
    font-size: 25px !important;
    font-family: "Brandon_Grotesque-Bold";
    text-align: center;
  }
  .desktop-only {
    display: none !important;
  }
  .get-code-login {
    margin: 0 !important;
  }

  .mob-res-btm {
    margin-bottom: 0;
  }
  .pickup-mob-none {
    padding-inline: 0 !important;
  }
  .mob-top-space {
    margin-top: 1.5rem;
  }
  .summary-mob-res {
    font-size: 20px !important;
    font-family: "Brandon_Grotesque-Bold" !important;
  }
  .insert-debit {
    font-size: 20px;
    font-family: "Brandon_Grotesque";
  }
  .online-payment {
    font-size: 20px;
    font-family: "Brandon_Grotesque-Bold";
  }
  .promo-code {
    font-size: 20px;
    font-family: "Brandon_Grotesque-Bold";
  }
  .mob-res-coupon {
    flex-direction: column;
  }
  .resp-mob-apply {
    width: 100%;
  }
  .tabcontent #map {
    height: 250px !important;
    border-radius: 12px;
    position: relative;
    overflow: hidden;
    margin-top: 0.5rem;
  }
  .tabcontent {
    padding: 0 !important;
  }
  .addresinput #pac-input {
    background-color: #ede3db;
    border-radius: 12px;
    font-size: 17px;
  }
  .modal-body {
    padding-top: 0 !important;
  }
  .modal-dialog {
    margin-top: 0.5rem !important;
  }
  .font-mob-h {
    font-size: 28px !important;
  }
  .mb-resp1 {
    margin-left: 8px !important;
  }
  .mob-resp2 {
    margin-left: 8px !important;
  }
  .mob-resp3 {
    margin-left: 8px !important;
  }
  .mob-resp {
    flex-basis: max-content;
    margin: 0;
    padding: 0 !important;
    min-width: 45% !important;
  }
  .img-jedda {
    min-height: auto !important;
  }
  .faq-question {
    padding: 0 !important;
  }
  .body-faq {
    padding: 0 !important;
  }
  .faq-sticker {
    height: 54px;
  }
  .faq-text-contact {
    font-size: 40px;
  }
  .Frequently-ask-contact {
    font-size: 25px;
  }
  .sticker-visi-contact {
    height: 39px;
  }
  .visit-us-contact {
    font-size: 40px;
    margin-left: 0 !important;
    margin-top: 0;
  }
  .img-height-contact-map {
    height: 375px !important;
  }
  .mob-resp {
    flex-direction: column;
  }
  .customer-hotline {
    font-size: 16px !important;
  }
  .img-height-contact {
    height: 80px;
  }
  .bg-contact-us {
    position: relative;
  }
  .btn-contact-submit {
    width: 343px;
    height: 48px;
  }
  .wpcf7-form > div {
    gap: 0 !important;
  }
  .mob-res-contact-us {
    position: absolute;
    top: 82%;
  }
  .if-our-faqs {
    font-family: "Brandon_Grotesque";
  }
  .get-in-touch {
    font-size: 50px !important;
  }
  .desktop-p-banner {
    padding-left: 0 !important;
  }
  .our-partner-text {
    padding-bottom: 0 !important;
    letter-spacing: -1.5px !important;
  }
  .gap-btoot {
    margin-bottom: 30px;
    margin-top: 30px;
  }
  .great-american-pic {
    height: 100px;
  }
  .great-american-sticker {
    height: 65px;
  }
  .marbleslabsa {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .partner-descr-text {
    font-size: 20px !important;
    text-align: center;
  }
  .fnt-partner {
    font-size: 30px;
    margin: 20px;
  }
  .marble-slab-pic {
    height: 100px;
  }
  .our-partner-text {
    font-size: 50px;
  }
  .perfect-deliv-aboutus {
    font-size: 36px;
    font-family: "Bourton";
    letter-spacing: -1.5px;
  }
  .gap-between-about-us {
    margin-top: 50px;
  }

  .delivery1-aboutus-img {
    margin-bottom: 32px;
  }
  .row-4 {
    flex-direction: column-reverse;
  }

  .we-happy-txt-about {
    line-height: 1.5rem !important;
    text-align: left;
  }
  .row-2 {
    flex-direction: column-reverse;
  }
  .fast-deliv-aboutus {
    font-size: 36px;
  }
  .delivery-text1 {
    padding: 0 !important;
  }
  .delivery-text1 * {
    text-align: center;
  }
  .within-hour {
    font-size: 24px;
    margin-bottom: 0;
  }
  .why-different > .gap-between-about-us-row1 {
    margin-top: 80px !important;
  }
  .why-different {
    padding: 1.5rem !important;
  }
  .why-dif-text {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .about-img1 {
    text-align: center;
  }
  .delivery1-aboutus-img {
    height: 150px;
    /* padding-left: 0 !important; */
  }
  .why-dif-text {
    font-size: 50px !important;
    line-height: 3.5rem !important;
  }
  .about-us-sticker {
    width: 88.26px;
    height: 61.72px;
    position: absolute;
    top: 96%;
    left: -5% !important;
  }
  .text-about-us-section .p3 {
    margin-bottom: 40px !important;
  }
  .text-about-us-section {
    margin-top: 1.5rem !important;
    font-size: 20px !important;
  }
  .marble-store-about-us {
    margin: 0 !important;
  }
  .marble-store-about-us {
    font-size: 50px !important;
  }
  .marble-store-hero {
    padding: 1.5rem !important;
  }
  .about-section-mob-img {
    padding: 0;
  }
  .aboutus-hero-img {
    height: 337px;
    width: 361px;
  }
  .about-us-section-img {
    padding: 0 !important;
  }
  .hero-section-mob {
    flex-direction: column-reverse;
    padding: 0;
  }
  .go-back-btn-error {
    position: absolute;
    bottom: 22%;
    left: 31%;
  }
  .banner-error-img,
  .someone-eaten {
    display: none;
  }
  .banner-mobile-error-img {
    display: inline-block !important;
  }
  .sticky-position {
    top: 73px !important;
    padding-block: 10px;
  }
  .no-account {
    margin-top: 8% !important;
  }
  .sign-up-btn button {
    width: 100% !important;
  }
  .signup-btn {
    width: 100% !important;
  }
  .login-btn {
    font-size: 20px !important;
    font-weight: bold !important;
  }
  .get-code-login {
    font-size: 20px !important;
    font-weight: bold !important;
  }
  .login-txt-mob {
    font-size: 35px !important;
    font-weight: bold !important;
    margin-top: 0 !important;
  }
  .password-field-mob {
    margin-top: 0 !important;
  }

  .login-mob {
    margin-top: 15px !important;
    justify-content: space-between !important;
  }
  .login-fields {
    min-width: 100% !important;
    font-size: 20px !important;
    padding: 23px !important;
    margin-left: 0 !important;
  }
  #registerform {
    padding-inline: 10px;
  }
  .create-account,
  .login-regis-btn {
    width: 100% !important;
  }
  .have-acc-reg {
    padding-inline: 10px;
  }
  .login-mob.crt-acc {
    margin-bottom: 10px !important;
  }
  .thank-you-page {
    height: 544px !important;
  }
  .time-menu {
    width: 100% !important;
    background-color: #ede3db;
    height: 163px;
    border: none;
    overflow-y: auto;
  }
  .single-product .woocommerce-breadcrumb {
    display: none !important;
  }
  #customer_details h3 {
    font-size: 20px !important;
    font-weight: bold !important;
  }
  .woocommerce-input-wrapper label,
  .optional {
    font-size: 20px !important;
    font-weight: bold !important;
  }

  .checkout_coupon.woocommerce-form-coupon {
    padding: 0 !important;
  }
  .woocommerce h3.m-0.flex-grow-5.fs-25.fw-medium {
    display: none !important;
  }
  /* Display the last label within <p> tags */

  .woocommerce-billing-fields h3 {
    font-size: 20px !important;
    font-weight: bold !important;
  }
  /* .woocommerce h2{
	display: none !important;
  } */
  .woocommerce .container .py-3 {
    padding: 0 !important;
  }
  .woocommerce .container h4 {
    display: none !important;
  }
  .menuh4 {
    display: block !important;
  }
  .menuh4 {
    display: block !important;
  }
  .woocommerce .bg-light-green:not(.offcanvas-header) {
    background-color: white !important;
  }
  .woocommerce #customer_details {
    padding: 0 !important;
  }
  .paginations {
    margin-bottom: 70px !important;
  }
  .tax-product_cat .moreGift-sec,
  .tax-product_cat .contact-us-sec,
  .tax-product_cat .cookies-box-sec,
  .single-product .contact-us-sec {
    display: none !important;
  }
  .woocommerce-Price-currencySymbol {
    font-size: 14px !important;
  }
  .product-name {
    max-width: none !important;
  }

  .mob-cart {
    display: none !important;
  }
  .coupon-mob {
    display: none !important;
  }
  .backbtn-k {
    background-color: white !important;
  }
  .back-text-cake-mob {
    font-family: "futura_medium", sans-serif;
    font-size: 16px !important;
    color: black;
  }

  .back-img-cake-mob {
    position: absolute;
    top: 14px !important;
    left: 7px;
  }

  .woocommerce-product-details__short-description p {
    font-family: "Brandon_Grotesque_medium" !important;
    font-size: 22px !important;
    color: #b4a4a4;
    font-weight: 500;
  }
  .product-mobcake-text {
    font-family: "Brandon_Grotesque-Bold", sans-serif !important;
    font-size: 35px !important;
    font-weight: bold !important;
  }
  .size-cake-mob {
    width: 110px !important;
  }
  .cake-product-mob {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .mainContainer {
    padding-top: 0 !important;
  }

  .nav.woocommerce-breadcrumb {
    display: none !important;
  }

  .filterBtn {
    display: none !important;
  }
  .cake-background-desktop-banner {
    background-image: none !important;
  }
  .cookies-height-mob {
    height: 146px !important;
  }
  .cookies-mob {
    line-height: 16px !important;
  }
  .cookies-mobbanner-img {
    display: block !important;
  }
  .cookies-banner-img {
    display: none !important;
  }
  .contact-us-mob {
    padding-block: 15px !important;
  }
  .cookies-banner-desc {
    display: none;
  }
  .cookies-mobbanner-desc {
    display: block !important;
    color: #b4a4a4;
    font-weight: bold !important;
  }
  .bg-cookie {
    border-radius: 12px !important;
    padding: 0 !important;
    margin-top: 12px !important;
    margin-bottom: 0 !important;
  }
  .cookie-banner {
    padding-top: 0 !important;
  }
  .cookies-banner-img {
    height: 106px !important;
  }
  .cookies-banner-desc {
    font-size: 14px !important;
  }
  .cookie-text-mobbanner {
    font-size: 24px !important;
    display: block !important;
    color: #6d5794;
  }
  .cookie-text-banner {
    display: none !important;
  }

  .mob-icecream-banner-img {
    height: 125px !important;
    margin-left: 43px;
    margin-top: -26px;
  }
  .mob-icecream-banner-img {
    display: block !important;
  }
  .mob-icecream-banner {
    background-color: #f4f9ff;
    border-radius: 12px;
  }
  .icecream-banner-background {
    padding-inline: 0 !important;
    padding: 13px !important;
  }
  .icecream-banner-background {
    background-image: none !important;
  }
  .paginations * {
    padding: 4px 8px 4px 8px;
  }
  .fs-20 {
    font-size: 16px;
    font-weight: medium;
  }
  .my-1.product-cat {
    text-align: center !important;
  }
  .product-cat a {
    text-align: center;
    color: #b4a4a4;
    font-size: 14px;
    font-weight: bold;
  }
  .more-gifts {
    text-align: center;
  }
  .fs-60 {
    font-size: 28px;
  }
  .fs-65 {
    font-size: 20px !important;
  }

  .mobdAddCartBtn {
    position: fixed;
    bottom: 0px;
    width: 100% !important;
    left: 0;
    padding-inline: 10px;
    background: white;
    padding-block: 12px;
    z-index: 3;
    border-bottom: 1px solid #b4a4a43b;
    border-top: 1px solid #b4a4a43b;
  }
  .productQuantity-mrb {
    display: flex;
  }
  .productImg {
    width: 357px;
    height: 343px;
    border-radius: 24px;
    padding: 0px;
  }
  .productImg .woocommerce-product-gallery img {
    width: 311px;
    height: 343px;
    border-radius: 16px;
    object-fit: contain;
  }
  .contact-us {
    padding: 0px;
  }
  .contactusSec form .d-flex {
    flex-direction: column-reverse;
  }
  .contactusSec {
    padding-top: 0 !important;
    padding-bottom: 15px !important;
  }
  .bg-diper,
  .reg-diper {
    flex-direction: row !important;
    align-items: center;
    padding-inline: 5px !important;
    gap: 2px;
    border-radius: 38px !important;
    width: 100%;
    height: 64px;
    justify-content: center !important;
  }
  .ice-cream-mob {
    width: 100% !important;
    border: 2px solid #36bac7;
    border-radius: 40px;
    padding: 2px;
  }
  .img-dipper > img {
    width: 24px !important;
    height: 24px !important;
  }
  .regular {
    font-size: 19px !important;
  }
  .best-seller-card {
    min-width: 165px;
    min-height: 273px;
    padding-top: 15px !important;
    padding-bottom: 10px !important;
  }

  div#caktype,
  .occationfiltermob .row,
  .portion-sizediv .row,
  .fordiv .row,
  .icecreadiv .row {
    gap: 10px;
  }

  div#caktype .col-md-3,
  .occationfiltermob .row .col-md-2,
  .portion-sizediv .row .col-md-4,
  .fordiv .row .col-md-4,
  .icecreadiv .row .col-md-4 {
    width: auto;
    padding: 0 !important;
    margin-bottom: 0 !important;
  }
  div#caktype .cake-type-filter,
  .occationfiltermob .row .col-md-2 .occasions-filter,
  .portion-sizediv .row .col-md-4 .cake-portion-size-filter,
  .fordiv .row .col-md-4 .gender-filter,
  .icecreadiv .row .col-md-4 .icecream-portion-size-filter {
    display: flex;
    padding: 6px 8px !important;
    align-items: center;
    gap: 8px;
  }
  div#caktype .cake-type-filter img,
  .occationfiltermob .occasions-filter img,
  .portion-sizediv .cake-portion-size-filter img,
  .fordiv .row .col-md-4 .gender-filter img,
  .icecreadiv .row .col-md-4 .icecream-portion-size-filter img {
    width: 32px !important;
    height: 32px !important;
    object-fit: contain;
  }
  div#caktype .titlediv,
  .occationfiltermob .titlediv,
  .portion-sizediv .titlediv,
  .fordiv .titlediv,
  .icecreadiv .titlediv {
    min-height: auto;
    margin: 0;
  }

  /* header none in mobile for specific pages*/
  body.single-product .stickness-header,
  body.archive.tax-product_cat footer.footer,
  body.single-product footer.footer,
  body.single-product #mobileFixedfooter {
    display: none !important;
  }
  body.single-product.woocommerce .quantity .qty {
    width: 2em !important;
  }
  body.archive.tax-product_cat section.cookies-box-sec {
    margin-bottom: 74px;
  }
  body.archive.tax-product_cat .cartUserWrapper {
    width: auto;
  }
  #cartUserWrapper svg path {
    fill: white !important;
  }
  div#cartUserWrapper a p {
    color: white !important;
  }
  div#topnav a {
    margin: 0 !important;
    font-size: 20px;
    font-family: "Brandon_Grotesque_black", sans-serif;
  }

  div#topnav {
    display: grid;
    margin-top: 20px;
    gap: 8px;
    display: none;
  }
  .menucats .our-catalog {
    margin-top: 0 !important;
  }
  div#mobilefilter .fs-16 {
    font-size: 14px;
  }
  div#mobilefilter .fs-20 {
    font-size: 20px !important;
    margin-bottom: 16px;
  }
  .cart-product-m .product-thumbnail {
    width: 244px;
    height: 108px;
    min-width: 70px;
  }
  .mobcrtinfo {
    flex-wrap: wrap;
    min-width: 70%;
  }
  .product-name.mobcrt {
    order: 1;
    min-width: 65%;
    max-width: 90% !important;
  }
  .product-quantity.mobcrt {
    order: 3;
  }
  .product-price.mobcrt {
    order: 4;
  }
  .product-price.mobcrt .woocommerce-Price-amount.amount bdi {
    display: grid;
    font-weight: bold;
    font-size: 18px;
  }
  .product-price.mobcrt
    .woocommerce-Price-amount.amount
    bdi
    .woocommerce-Price-currencySymbol {
    font-weight: normal !important;
    font-size: 14px;
    text-align: right;
  }
  .product-remove.mobcrt {
    order: 2;
  }
  .page-template-cart .coupon {
    flex-wrap: wrap;
  }
  #coupon_code {
    width: 100%;
  }
  .page-template-cart .coupon button {
    flex-grow: 1;
  }
  .woocommerce-cart-form__cart-item.cart_item.cart-product-m {
    margin-bottom: 30px;
  }
  .mobproceedbtn {
    position: fixed;
    bottom: 74px;
    left: 0;
    width: 100%;
    background: #f4f9ff;
    z-index: 1;
    padding: 8px 18px;
    border-top: 1px solid #d5dce6;
  }
  #mobileFixedfooter {
    background: #ede3db !important;
  }
  .totalPrice {
    text-align: center;
  }
  .totalPrice .woocommerce-Price-amount.amount {
    color: #36bac7;
    font-size: 24px;
    line-height: 16px;
  }
  .totalPrice .woocommerce-Price-currencySymbol {
    font-size: 16px;
    font-weight: normal;
  }
  .random-products > h3 {
    font-size: 30px;
  }
  .mycarttitle {
    font-size: 20px !important;
  }
  .cart_totals .dashedline {
    margin-block: 24px;
  }
  .cart_totals .dashedline::before {
    bottom: 0;
  }
  .mobcartsum {
    padding-top: 3px !important;
    padding-block: 14px !important;
  }
  .cart_totals .dashedline p {
    margin: 0 !important;
    line-height: 10px;
  }
  .includes_tax {
    position: absolute;
    width: 100%;
    right: 0;
    text-align: right;
    bottom: -20px;
  }
  .woocommerce-view-order .order_details .includes_tax {
    position: relative;
    width: 100%;
    text-align: right;
    bottom: 0;
    display: block;
  }
  .woocommerce-view-order .order_details .wc-item-meta {
    padding: 0;
    white-space: wrap;
  }
  #mobilefilter h4 {
    display: block !important;
  }
  .totalPrice bdi {
    display: flex;
    flex-direction: column-reverse;
    gap: 20px;
  }
  div#mobilefilter .btn-close,
  #offcanvasBottom .btn-close,
  #offcanvasBottomSauce .btn-close {
    background: none;
  }
  div#mobilefilter .btn-close i,
  #offcanvasBottom .btn-close i,
  #offcanvasBottomSauce .btn-close i {
    background: #d5dce6;
    border-radius: 20px;
    padding-inline: 3px;
    margin-left: -20px;
    padding: 1px 5px;
  }
  .cart-count-m {
    position: absolute;
    top: -10px;
    right: 5px !important;
  }
  #cartUserWrapper p {
    font-size: 14px;
  }
  .stickness-header {
    padding-top: 10px !important;
  }

  .variationDiv .variation {
    gap: 5px !important;
    flex-wrap: wrap !important;
  }
  .variation dd {
    /* width: 50% !important; */
    width: auto !important;
    white-space: wrap !important;
  }
  .variationDiv .variation p {
    margin-bottom: 0px;
  }
  .woocommerce-Price-amount.amount bdi {
    display: flex;
    align-items: center;
    gap: 5px;
  }
  .filterTop .stickness-header {
    z-index: 0;
  }
  .row {
    width: 100% !important;
    margin-inline: auto !important;
  }
  .selectFlavor2 {
    width: auto;
    padding-inline: 8px !important;
  }
  .set-icecream-desktop .selectFlavor2,
  .bucker-gap-mob .selectFlavor2 {
    width: auto;
    padding-inline: 1% !important;
    max-width: 30%;
  }
  .selectFlavor2 .falvorimg img {
    width: 85px !important;
    height: 85px !important;
    object-fit: contain;
  }
  .selectFlavor2 .falvorimg-mrble img {
    width: 65px !important;
    height: 65px !important;
  }
  .submitBtn .wpcf7-submit {
    width: 100%;
  }
  .wpcf7-spinner {
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
    margin-inline: auto;
  }
  .submitBtn > p {
    text-align: center;
    padding-top: 10px;
  }
  #loginform input {
    margin-inline: 0 !important;
  }
  .logform-k {
    justify-content: start !important;
  }
  .forgot-password {
    color: #36bac7;
    margin-top: 10px;
  }
  .order-history {
    overflow-x: auto;
  }
  .order-history table {
    min-width: 700px !important;
  }
  .myaccTitle {
    font-size: 35px !important;
  }
  #settingModal .model-width-dekstop {
    width: 100% !important;
  }
  #settingModal .model-width-dekstop #nav-tab button {
    padding-inline: 10px;
  }
  .selectBox:hover,
  .selectBox.active,
  .selectFlavor .falvorimg:hover,
  .selectFlavor2 .falvorimg:hover,
  .selectFlavor.active .falvorimg,
  .selectFlavor2.active .falvorimg {
    border: 2px solid #36bac7 !important;
  }

  .falvorimg {
    height: 92px !important;
    width: 92px !important;
    margin-inline: auto !important;
  }
  .time-btn {
    width: 45% !important;
  }
  .pac-container.pac-logo {
    left: 41px !important;
    top: 37% !important;
    z-index: 99999 !important;
    position: fixed !important;
  }
  .mobCcookibtn {
    padding: 0 !important;
    border: 0 !important;
  }
  .cookimainBtn {
    border: 2px solid #36bac7;
    border-radius: 50px;
    padding: 3px;
  }
  .mobCcookibtn.active {
    background: #36bac7 !important;
    border: 0 !important;
  }
  .mobCcookibtn.active .cuscookmbtn h3,
  .mobCcookibtn.active .cuscookmbtn p {
    color: white !important;
  }
  .mobCcookibtn .cuscookmbtn svg circle {
    stroke: #36bac7;
  }
  .mobCcookibtn.active .cuscookmbtn svg circle {
    stroke: white;
  }
  .customCookieSec {
    margin-bottom: 90px;
  }
  .gap-between-about-us .fs-44 {
    font-size: 26px;
    line-height: 1;
  }
  .woocommerce-view-order .woocommerce-order-details {
    overflow-x: auto;
  }

  .page-template-custom-ice-cream .contact-us-sec,
  .page-template-custom-ice-cream .cookies-box-sec,
  .page-template-custom-ice-cream .footer {
    display: none;
  }
  .btn-add-to-cart-cookies {
    position: fixed;
    bottom: 74px;
    left: 0;
    width: 100%;
    padding: 10px;
    background: white;
    z-index: 2;
  }
  .more-gift-mob,
  .find-marble-mob {
    text-align: center;
  }
  .creativity-mob {
    font-size: 26px;
  }
  .occationSlider .slick-prev,
  .occationSlider .slick-next {
    width: auto !important;
    height: auto !important;
    z-index: 1;
  }
  .best-seller .slick-prev,
  .occationSlider .slick-prev {
    left: -5px;
  }
  .best-seller .slick-next,
  .occationSlider .slick-next {
    right: -5px;
  }
  .slick-prev:before {
    content: url("./assets/images/smallarrow-left.png") !important;
    opacity: 1 !important;
  }

  .slick-next:before {
    content: url("./assets//images/smallarrow-right.png") !important;
    opacity: 1 !important;
  }
  .mob-direction {
    text-align: right;
  }
  .diy-mob {
    display: contents;
  }

  .slick-next:before {
    content: url("./assets//images/smallarrow-right.png") !important;
    opacity: 1 !important;
  }
  .single-productSlider .slick-track img {
    height: 340px;
    object-fit: contain;
  }
  .single-productSlider .slick-prev {
    left: 0px;
  }
  .single-productSlider .slick-next {
    right: 0px;
  }

  .custom-cokkie-quantity .quantity input {
    padding: 5px;
  }
  .calender {
    text-align: right;
  }
  .diy-catprod .slick-prev,
  .diy-catprod .slick-next {
    z-index: 3;
    width: auto;
    height: auto;
  }
  .diy-catprod .slick-prev,
  .relatedProduct-slider .slick-prev {
    left: -5px;
  }
  .diy-catprod .slick-next,
  .relatedProduct-slider .slick-next {
    right: -5px;
  }
  .our-catalog .col-md-3.col-6 {
    padding-inline: 0.4rem !important;
  }
  .RelMobpadd {
    padding-bottom: 62px !important;
  }
  .page-template-checkout .topbar,
  .page-template-checkout .header {
    display: none;
  }
  .page-template-checkout .checkoutheader {
    display: none !important;
  }
  .checkout_coupon {
    margin-top: 25px !important;
  }
  .upload-box {
    min-height: 232px;
    height: auto;
  }

  .upload-box label {
    margin-block: 11px !important;
  }
  #remove-image {
    margin-top: 8px;
  }
  #image-preview img {
    height: 140px;
  }
  .fmobcol {
    padding-inline: 0 !important;
  }
  .followustxt {
    margin-top: 0;
  }
  .copyright-footer * {
    font-size: 12px !important;
    margin-top: 0px !important;
  }
  .cut-cake-mobImg {
    width: auto !important;
  }
  .cut-cake-mobImg .productFlavor {
    width: 30%;
    padding-inline: 10px !important;
  }
  #phone_number {
    min-width: auto !important;
  }
  #loginBlock > .form-group {
    margin-inline: 0;
  }
  #send-otp-button {
    padding: inherit !important;
  }
  .PopupLoginBtn {
    margin-inline: 0;
  }
  .privacy-policy-page-mb h2 {
    font-size: 20px;
  }
  .privacy-policy-page-mb p {
    line-height: 20px;
    font-size: 16px;
  }
  .privacy-title h3 {
    font-size: 30px !important;
  }
  .mob-py {
    padding-block: 10px !important;
  }
  /* language arabic */
  #mobLocationDiv {
    margin-right: auto !important;
    margin-left: 0;
    padding-left: 0;
  }
  .cart-count-m {
    left: 3px !important;
    right: auto;
  }
  .mobhamburger {
    text-align: right !important;
    padding-left: 0;
    padding-right: 0 !important;
  }
  .moblogo {
    padding-left: 0;
    padding-right: 0 !important;
  }
  .arpe {
    padding-left: 0;
    padding-right: 20px !important;
  }
  .viewIcebtn {
    display: block;
    width: 100%;
  }
  .viewIcebtn button {
    width: 100%;
  }
  .occationSlider {
    direction: ltr !important;
  }
  #offcanvasMenu{
    right: 0 !important;
  }
  .lang-ar #offcanvasMenu.offcanvas:not(.show){
    transform: translateX(100%) !important;
  }
  #offcanvasMenu.offcanvas:not(.show){
    transform: translateX(100%) !important;
  }
  #offcanvasMenu.offcanvas.show{
    transform: translateX(0) !important;
  }
  .row.logodivMB {
    flex-wrap: nowrap !important;
}
.logodivMB  img#siteLogo {
  height: 45px;
  margin-inline: 10px;
}
#mobLocationDiv {

  margin-left: 0 !important;
}
#userDiv {
  margin-left: -10px !important;
}
.best-seller-sec .container h2.fs-44,.occasions-sec .container h2.fs-44, .products-sec .container h2.fs-44{
  text-align: center !important;
  font-size: 17px;
  font-weight: normal;
}
.occasions-sec .occasions-card h3, .products-sec .product-card h6{
  font-size: 16px !important;
  font-weight: normal;
  text-align: center;
}
.cookies-box-sec, .cookies-box-sec p{
  text-align: center !important;
}
.moreGift-sec h2.fs-72,.cookies-box-sec h2.fs-72{
  font-size: 30px !important;
  text-align: center !important;
}
.mobordeSec {
  margin-top: 0 !important;
  padding-bottom: 10px !important;
}
}

@media screen and (max-width: 374px) {
  .w-113 {
    width: 48% !important;
  }
}
.hidden {
  display: none;
}
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 input,
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 input[type="text"],
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 input[type="tel"] {
  padding-left: 92px !important;
}

#loader-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 9998;
  display: none;
  justify-content: center;
  align-items: center;
  justify-content: center;
  align-items: center;
}

.loader {
  border: 16px solid #f3f3f3; /* Light grey */
  border-top: 16px solid #36bac7; /* Blue */
  border-radius: 50%;
  width: 120px;
  height: 120px;
  animation: spin 2s linear infinite;
  z-index: 9999;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.bg-purple {
  background-color: #ac0f53;
}
/* Force correct Slick layout in RTL */
.home-top-slider .slick-slide {
    float: none !important;
    display: block !important;
    direction: ltr !important; /* THIS is critical */
}

.home-top-slider .slick-track {
    display: flex !important;
    direction: ltr !important;
}

.home-top-slider {
    direction: ltr !important;
}
.home-top-slider img {
    display: block !important;
    width: 100% !important;
    height: auto !important;
    max-width: 100%;
}

