* {
  margin: 0;
  padding: 0;
  outline: none;
  text-decoration: none;
  box-sizing: border-box;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

html {
  -webkit-text-size-adjust: 100%;
  overflow-x: hidden;
  scroll-behavior: smooth;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a:focus {
  outline: none;
}

input[type=file]::-webkit-file-upload-button {
  cursor: pointer;
}

input[type=file]::-moz-file-upload-button {
  cursor: pointer;
}

input[type=file]::-ms-file-upload-button {
  cursor: pointer;
}

input[type=file]::-o-file-upload-button {
  cursor: pointer;
}

input[type=file] {
  cursor: pointer;
}

html {
  margin: 0px !important;
}

html body {
  font-family: "Mona Sans", sans-serif;
  font-weight: normal;
  overflow-x: hidden;
  overflow-y: auto;
  background: #fff;
  padding-top: 133px;
  margin: 0px;
  position: relative;
}

*::-moz-selection {
  color: var(--white);
  background: var(--primary);
}

*::selection {
  color: var(--white);
  background: var(--primary);
}

*::-moz-selection {
  color: var(--white);
  background: var(--primary);
}

*::-webkit-selection {
  color: var(--white);
  background: var(--primary);
}

*::-ms-selection {
  color: var(--white);
  background: var(--primary);
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  font-family: "Mona Sans", sans-serif;
  border: 0;
  outline: 0;
  font-size: 100%;
}

b,
strong {
  font-weight: 600;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}

a,
div a:hover,
div a:active,
div a:focus,
button {
  text-decoration: none;
  transition: all 0.5s ease 0s;
}

a,
span,
div a:hover,
div a:active,
button {
  text-decoration: none;
}

*::after,
*::before,
* {
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

body a {
  font-family: "Mona Sans", sans-serif;
  font-weight: normal;
  color: var(--dark);
  text-decoration: none;
  outline: none !important;
  transition: all 0.5s;
}

body a:focus {
  outline: none !important;
}

body a:hover {
  color: var(--primary);
  outline: none !important;
  transition: all 0.5s;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

ul,
li {
  list-style: none;
  padding: 0;
  margin: 0;
}

input,
select,
textarea,
.site textarea {
  font-family: "Mona Sans", sans-serif;
  font-weight: normal;
  width: 100%;
  background: #fff;
}

.center {
  text-align: center;
}

.right {
  text-align: right;
}

img {
  margin: 0 auto;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  display: block;
  outline: none !important;
}

body p {
  color: #222;
  font-family: "Mona Sans", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 177.778%;
  padding-bottom: 10px;
  margin-bottom: 0px;
}

body p a {
  color: var(--dark);
  font-weight: 900;
}

body p:last-child {
  padding-bottom: 0px;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Mona Sans", sans-serif !important;
}

h1 {
  font-size: 70px;
  font-weight: 600;
  line-height: 120%;
  text-transform: capitalize;
  color: #231E20;
}

h2 {
  font-size: 55px;
  font-weight: 600;
  line-height: 116.667%;
  color: #231E20;
}

h2 span {
  font-weight: 400;
  font-family: "Great Vibes", cursive !important;
}

h3 {
  font-size: 26px;
  line-height: 120%;
  color: #231E20;
}

.gform_wrapper .gform_heading {
  display: none;
}

.gform_wrapper.gravity-theme form {
  position: relative;
}

.gform_wrapper .gfield input, .gform_wrapper .gfield select, .gform_wrapper .gfield textarea {
  height: 62px;
  padding: 5px 20px !important;
  font-size: 16px !important;
  font-family: "Mona Sans", sans-serif !important;
  border-radius: 6px;
  border: 1px solid #FF8987;
  background: #FFF;
  color: #222;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.gform_wrapper .gfield input::-moz-placeholder, .gform_wrapper .gfield select::-moz-placeholder, .gform_wrapper .gfield textarea::-moz-placeholder {
  color: #222;
  font-weight: 400;
}

.gform_wrapper .gfield input::placeholder, .gform_wrapper .gfield select::placeholder, .gform_wrapper .gfield textarea::placeholder {
  color: #222;
  font-weight: 400;
}

.gform_wrapper .gfield select {
  line-height: normal !important;
}

.gform_wrapper .gfield select option {
  color: #000;
}

.gform_wrapper .gfield_checkbox input, .gform_wrapper input[type=checkbox] {
  border-radius: 2px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  background: rgba(255, 255, 255, 0.04);
  height: 14px;
  width: 14px;
  line-height: 14px !important;
  padding: 0 !important;
  margin-right: 9px;
  position: relative;
  cursor: pointer;
  height: auto !important;
}

.gform_wrapper .gfield_error legend {
  color: #222 !important;
}

.gform_wrapper .gfield_error label {
  color: #999 !important;
}

.gform_wrapper .gfield .gfield_checkbox .gfield_label {
  font-size: 16px;
  font-weight: 400;
  color: #FFF;
}

.gform_wrapper .gfield_checkbox {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
}

.gform_wrapper .gfield legend.gfield_label {
  margin-bottom: 20px;
}

.gform_wrapper .gfield legend.gfield_label .gfield_required {
  display: none;
}

.gform_wrapper .gfield_checkbox label {
  color: #fff;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  text-transform: capitalize;
}

.gform_wrapper .gfield select {
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.gform_wrapper .gfield .ginput_container_select::before {
  position: absolute;
  content: "";
  background-image: url("../images/drop-arrow.svg");
  background-size: contain;
  background-repeat: no-repeat;
  width: 14px;
  height: 9px;
  right: 20px;
  top: 0;
  pointer-events: none;
  bottom: 0;
  margin: auto 0;
}

html .gform_wrapper .gfield textarea {
  height: 120px !important;
  resize: none;
  padding: 15px 20px !important;
}

.gform_wrapper .gfield div.ginput_container {
  background-color: transparent;
  width: 100%;
}

.gform_wrapper::-webkit-input-placeholder,
.gform_wrapper:-ms-input-placeholder,
.gform_wrapper::placeholder {
  color: #fff !important;
  opacity: 1 !important;
  font-weight: 400;
}

.gform_wrapper .gform_footer {
  position: relative;
  width: -moz-max-content;
  width: max-content;
}

.ginput_container_consent label.gfield_consent_label {
  color: #4D4D4D;
  font-size: 16px;
}

.gform_wrapper .gfield div.ginput_container {
  position: relative;
}

.ginput_container_consent label.gfield_consent_label a {
  color: var(--primary);
}

.ginput_container_consent label.gfield_consent_label a:hover {
  color: var(--dark);
}

.gform_wrapper .gform_footer .gform_button {
  text-align: center;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  z-index: 11;
  cursor: pointer;
  margin: 0 !important;
  width: 100%;
  background: var(--primary);
  padding: 19px 45px 19px 45px;
  display: inline-block;
  border: 1px solid var(--primary);
  transition: all 0.5s;
  color: var(--white);
  font-size: 18px;
  font-weight: 700;
  line-height: normal;
  border-radius: 5px;
  position: relative;
}

.gform_wrapper .gform_footer .gform_button:hover {
  background: rgb(188, 13, 22);
  border-color: rgb(188, 13, 22);
  transition: all 0.5s;
}

.gform_wrapper input::-webkit-outer-spin-button,
.gform_wrapper input::-webkit-inner-spin-button {
  -webkit-appearance: none !important;
  margin: 0 !important;
}

.gform_wrapper input[type=radio] {
  height: 15px !important;
  width: 15px !important;
  margin-right: 5px;
  line-height: normal !important;
}

.gform_wrapper .gfield_radio {
  display: grid;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 20px;
  grid-template-columns: repeat(4, 1fr);
}

.gform_wrapper .gfield_radio > .gchoice {
  border-radius: 5px;
  border: 1px solid #E6E6E6;
  padding: 10px 15px 10px 14px;
}

.gform_wrapper .gfield_radio label {
  color: #999;
  font-size: 16px !important;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  cursor: pointer;
  white-space: nowrap;
}

.gform_validation_errors {
  background: transparent !important;
  border: 1px solid red !important;
  margin: 15px 0 !important;
  padding: 0 !important;
  text-align: center;
  height: auto !important;
  line-height: normal;
  box-shadow: unset !important;
}

.gform_validation_errors h2.gform_submission_error {
  padding: 10px !important;
  font-size: 12px !important;
  line-height: 120% !important;
  background: transparent;
  font-weight: 500 !important;
  margin-top: 0px !important;
  letter-spacing: 0.4px;
  color: red !important;
  text-align: center;
  margin: 0 !important;
  text-transform: capitalize;
}

.gform_validation_errors span.gform-icon.gform-icon--close {
  display: none !important;
}

.gfield_validation_message {
  background: transparent !important;
  border: 0 !important;
  font-size: 13px !important;
  padding: 0 !important;
  color: red !important;
  font-weight: 400;
  letter-spacing: 0.5px !important;
}

.instruction.validation_message {
  display: none;
}

.gform_confirmation_message h3 {
  padding: 20px 0 0;
  font-weight: 600;
}

.gform_confirmation_message p {
  font-size: 18px !important;
  color: var(--text);
}

.gform_wrapper.gravity-theme .gform_fields {
  grid-column-gap: unset !important;
  grid-gap: 20px !important;
}

legend.gfield_label {
  color: #222;
  font-size: 20px !important;
  font-style: normal;
  font-weight: 400 !important;
  letter-spacing: -0.4px;
}

.gform_confirmation_message img {
  margin-left: 0;
}

.gform_confirmation_message h3 {
  padding: 10px 0 0;
  font-weight: 600;
  font-size: 30px;
  color: #fff;
}

.gform_confirmation_message p {
  line-height: normal;
  font-size: 18px;
  color: var(--text);
}

.gform_confirmation_message {
  margin-top: 10px;
  color: green;
  font-weight: 700;
  font-size: 18px;
  background: #e1ffe1;
  padding: 20px 30px;
  text-align: center;
  border-radius: 5px;
}

.id-wrapper {
  margin-top: -120px;
  padding-top: 120px;
  display: block;
  width: 100%;
  pointer-events: none;
}

.for-mobile {
  display: none;
}

.header {
  width: 100%;
}

#header {
  background: #ffffff;
  width: 100%;
  height: auto;
  padding: 15px 0 15px 0px;
  position: fixed;
  z-index: 99;
  transition-duration: 300ms;
  -webkit-transition-duration: 300ms;
  -moz-transition-duration: 300ms;
  transition-property: all;
  -webkit-transition-property: all;
  -moz-transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
  -webkit-transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
  -moz-transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
  left: 0;
  top: 0;
  right: 0;
  box-shadow: 0px 22px 65px 14px rgba(220, 31, 38, 0.2);
}

#header.fixed {
  padding: 10px 0 10px 0px;
}

.header-main {
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}

.logo {
  width: 180px;
  height: auto;
  z-index: 1200;
  transition: all 0.4s ease-out 0s;
}

#header.fixed .logo {
  width: 130px;
}

.logo a {
  width: 100%;
  height: auto;
  display: block;
}

.logo a img {
  display: block;
  width: auto;
  height: auto;
  transition: all 0.4s ease-out 0s;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
}

.nav {
  float: left;
  width: auto;
  height: auto;
  position: relative;
  z-index: 1000;
}

.nav-main {
  float: left;
  width: auto;
  transition: all 0.25s ease 0s;
  -webkit-transition: all 0.25s ease 0s;
  -moz-transition: all 0.25s ease 0s;
}

.nav-main ul {
  float: left;
  width: 100%;
  height: auto;
}

.nav-main ul.second {
  display: none;
}

.nav-main ul li {
  float: left;
  width: auto;
  position: relative;
  margin-right: 75px;
}

.nav-main ul li:last-child {
  margin-right: 0px;
}

.nav-main ul li a {
  font-weight: 500 !important;
  width: auto;
  height: auto;
  font-family: "Mona Sans", sans-serif;
  font-size: 18px;
  font-weight: normal;
  color: #231F20;
  line-height: 120%;
  text-decoration: none;
  text-transform: capitalize;
  transition: all 0.25s ease 0s;
  -webkit-transition: all 0.25s ease 0s;
  -moz-transition: all 0.25s ease 0s;
  position: relative;
}

.nav-main ul li:hover a, .nav-main ul li.current-menu-item a,
.footer-nav ul li:hover a, .footer-nav ul li.current-menu-item a {
  color: #DD1F26;
}

.header-right {
  width: auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.head-cta {
  float: left;
  width: auto;
  z-index: 1000;
  margin-left: 10px;
}

.head-cta i {
  float: left;
  width: auto;
  margin-top: 2px;
}

.head-cta span {
  float: left;
  width: calc(100% - 30px);
  margin-left: 10px;
  font-family: "Mona Sans", sans-serif;
  font-weight: normal;
  font-size: 20px;
  color: #DD1F26;
  line-height: 120%;
}

.cart-item {
  float: left;
  width: auto;
  margin-left: 15px;
  z-index: 1000;
}

.cart-item a {
  float: left;
  width: auto;
  position: relative;
}

.cart-item span {
  background: #81c029;
  width: 18px;
  height: 18px;
  position: absolute;
  right: -10px;
  top: -9px;
  font-family: "Mona Sans", sans-serif;
  font-size: 11px;
  line-height: 18px;
  color: #fff;
  text-align: center;
  border-radius: 100px;
  font-weight: 500;
}

/*-----------------res-nav-Start-------------------*/
.res_navigation {
  display: none;
  width: 72px;
  height: 22px;
  position: absolute;
  right: 0;
  top: 3px;
}

.nav-toggle {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 999999;
  padding: 5px 30px 13px 0;
  cursor: pointer;
}

.nav-toggle:focus {
  outline: none;
}

.nav-toggle.active .top {
  transform: translateY(12px) translateX(0) rotate(45deg);
  background: #231f20;
}

.nav-toggle.active .middle {
  opacity: 0;
  background: #FFF;
}

.nav-toggle.active .bottom {
  transform: translateY(-7px) translateX(0) rotate(-45deg);
  background: #231f20;
}

.nav-toggle span {
  background: #231f20;
  border: none;
  height: 2px;
  width: 100%;
  position: absolute;
  top: -2px;
  left: 0;
  transition: all 0.35s ease;
  cursor: pointer;
}

.nav-toggle span:nth-of-type(2) {
  top: 7px;
}

.nav-toggle span:nth-of-type(3) {
  top: 16px;
}

#mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item > a.mega-menu-link {
  padding: 0px 40px 0px 0px !important;
  display: block !important;
  background: rgba(0, 0, 0, 0) !important;
  font-weight: 500 !important;
  color: #231E20 !important;
  line-height: 120% !important;
  text-transform: capitalize !important;
  transition: all 0.25s ease 0s;
  position: relative;
  height: auto !important;
  font-size: 18px !important;
}

#mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item > a.mega-menu-link:hover {
  color: #DD1F26 !important;
}

html #mega-menu-wrap-main-menu #mega-menu-main-menu li.main-mega-menu.mega-menu-item > a.mega-menu-link {
  padding-left: 0px !important;
}

#mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item.mega-toggle-on > a {
  color: #000 !important;
}

html #mega-menu-wrap-main-menu #mega-menu-main-menu li:last-child a.mega-menu-link {
  padding-right: 20px !important;
}

#mega-menu-wrap-main-menu {
  background: transparent !important;
}

html #mega-menu-wrap-main-menu #mega-menu-main-menu {
  position: unset !important;
}

html #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-megamenu > ul.mega-sub-menu {
  background: #FBDDE0 !important;
  width: 1180px;
  transform: translate(-78%, 5%) !important;
  z-index: 90;
  padding: 60px 0px 50px 0px;
}

html #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-megamenu > ul.mega-sub-menu:before, html #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-megamenu > ul.mega-sub-menu:after {
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  background: #fbdde0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  transform: translateX(-50%);
}

html #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-megamenu > ul.mega-sub-menu:after {
  transform: translateX(50%);
}

#mega-menu-wrap-main-menu #mega-menu-main-menu li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item {
  padding: 0px !important;
  margin-bottom: 20px;
}

html #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column-standard h4.mega-block-title, html #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item h4.mega-block-title {
  color: #000 !important;
  font-family: "Mona Sans", sans-serif !important;
  font-size: 18px !important;
  font-weight: 600 !important;
  line-height: normal;
  letter-spacing: -0.72px;
  padding-bottom: 0px !important;
  text-transform: capitalize !important;
}

#mega-menu-wrap-main-menu #mega-menu-main-menu li.mega-menu-item a.mega-menu-link:before {
  display: none !important;
}

#mega-menu-wrap-main-menu #mega-menu-main-menu a.mega-menu-link {
  color: rgba(0, 0, 0, 0.4705882353) !important;
  font-family: "Mona Sans", sans-serif !important;
  font-size: 18px !important;
  font-style: normal;
  font-weight: 600 !important;
  line-height: normal !important;
  letter-spacing: -0.45px;
  display: inline-block !important;
  text-transform: capitalize !important;
  transition: all 0.5s;
}

#mega-menu-wrap-main-menu #mega-menu-main-menu a.mega-menu-link:hover {
  color: #dc1f26 !important;
  transition: all 0.5s;
}

.h-mobile-menu {
  display: none !important;
}

#header:before {
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  background-color: #fff;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  z-index: 1000;
  pointer-events: none;
}

.header-mega-menu {
  z-index: 1000;
}

html.mega-menu-main-menu-off-canvas-open .header-mega-menu {
  z-index: unset;
}

html #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-megamenu > ul.mega-sub-menu .mega-menu-columns-3-of-12 {
  width: 21% !important;
}

html #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-megamenu > ul.mega-sub-menu:before, html #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-megamenu > ul.mega-sub-menu:after {
  border-top: 1px solid #DD1F26;
}

.h-mobile-menu {
  display: none !important;
}

/* section css start */
.container, body.single.single-product #content {
  width: 1330px;
  max-width: 100%;
  margin: 0 auto;
  position: relative;
  float: none;
  padding: 0 15px;
}

:root {
  --primary:#E71A29;
  --secondary: #231E20;
  --title: #000000;
  --dark: #000000;
  --white: #ffffff;
}

.text-center {
  text-align: center;
}

.btn-main {
  border-radius: 5px;
  border: 1px solid #888;
  color: #231E20;
  width: -moz-fit-content;
  width: fit-content;
  padding: 18px 53px;
  font-size: 18px;
  font-weight: 700;
  line-height: normal;
  transition: all 0.5s;
  display: inline-block;
}

.btn-main:hover {
  background: #231E20;
  border-color: #231E20;
  color: #fff;
}

.btn-red {
  background: #E71A29;
  border-color: #E71A29;
  color: #fff;
}

.btn-red:hover {
  background: rgb(188, 13, 22);
  border-color: rgb(188, 13, 22);
}

/* width */
::-webkit-scrollbar {
  height: 4px;
  width: 6px;
}

/* Track */
::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.2) !important;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: var(--primary);
  border-radius: 10px;
}

.mCSB_scrollTools {
  opacity: 1 !important;
}

.mCSB_scrollTools .mCSB_draggerRail {
  background-color: rgba(0, 0, 0, 0.2) !important;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: var(--secondary) !important;
}

.page-not-found {
  padding: 100px 0px 60px;
  position: relative;
}

.page-not-found h1 {
  color: #ee0000;
  margin-bottom: 40px;
  letter-spacing: normal;
  font-size: 40px;
  font-family: "Mona Sans", sans-serif;
  line-height: 120%;
}

.entry-title {
  display: none;
}

/* Icons */
.slick-arrow {
  width: 45px;
  height: 45px;
  cursor: pointer;
  border-radius: 100%;
  font-size: 0px;
  padding: 10px;
  background-color: rgb(255, 237, 238) !important;
  position: absolute;
  top: 50%;
  right: -50px;
  transition: all 0.5s;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
}

.slick-arrow:hover {
  opacity: 1;
  background-color: #E71A29 !important;
}

.slick-arrow::before {
  content: "";
  font-size: 0px;
  display: block;
  background-image: url(../images/slick-arrow.svg);
  background-repeat: no-repeat;
  background-position: center;
  height: 16px;
  width: 16px;
}

.slick-arrow:hover::before {
  background-image: url(../images/slick-arrow-white.svg);
  background-repeat: no-repeat;
  background-position: center;
}

.slick-prev {
  left: -50px;
  right: auto;
}

.slick-arrow.slick-prev::before {
  transform: rotate(180deg);
}

/* Slider css End */
/* New Css Start */
section {
  position: relative;
}

section.main-hero-banner-sec {
  background-repeat: no-repeat;
  background-size: cover;
  padding: 145px 0px;
}

section.main-hero-banner-sec .main-content-box-wrapper {
  width: 675px;
  display: flex;
  flex-direction: column;
  gap: 25px;
  border-radius: 3px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  background: rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(15px);
  padding: 55px 45px;
}

section.main-hero-banner-sec .main-content-box-wrapper h2 {
  color: #fff;
}

section.popular-categories-section {
  padding: 70px 0px;
}

section.popular-categories-section h2 {
  color: #231E20;
  font-size: 32px;
  line-height: normal;
  margin-bottom: 35px;
}

.popular-categories-listing {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 50px;
  position: relative;
}

.popular-categories-listing .popular-categorie-box {
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  text-align: center;
  gap: 15px;
  position: relative;
  transition: all 0.5s;
}

.popular-categories-listing .popular-categorie-box .icon {
  width: 159px;
  height: 159px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background: rgba(0, 0, 0, 0.05);
  padding: 35px;
  margin: 0 auto;
}

.popular-categories-listing .popular-categorie-box .icon img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.popular-categories-listing .popular-categorie-box .category-name {
  color: #231E20;
  font-size: 20px;
  font-weight: 600;
  line-height: normal;
  transition: all 0.5s;
}

.popular-categories-listing .popular-categorie-box:hover .category-name {
  color: var(--primary);
}

section.pure-berries-sec {
  padding: 45px 0px;
  background-color: #F9F8F8;
}

section.pure-berries-sec .row-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
  gap: 5px;
}

section.pure-berries-sec .row-wrapper h2 {
  color: #231E20;
  font-size: 79px;
  font-style: italic;
  font-weight: 900;
  line-height: 105.882%;
  text-transform: uppercase;
  margin-bottom: 20px;
}

section.pure-berries-sec .row-wrapper h2 span {
  font-family: sans-serif !important;
  font-weight: bolder;
  color: transparent;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #E71A29;
}

section.pure-berries-sec .subtitle {
  color: #231E20;
  font-size: 40px;
  font-weight: 600;
  line-height: 125%;
  text-transform: capitalize;
}

section.pure-berries-sec .subtitle span {
  color: #E71A29;
  font-size: 50px;
  font-weight: 500;
  font-family: "Great Vibes", cursive !important;
}

section.pure-berries-sec .image img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  mix-blend-mode: multiply;
}

section.occasions-section {
  padding: 70px 0px 100px 0px;
}

.title {
  font-size: 52px;
  line-height: normal;
  margin-bottom: 30px;
}

.title img {
  margin: 0;
  display: inline-block;
  max-height: unset;
  max-width: unset;
}

body.woocommerce-shop ul.products li.product, body.woo-variation-swatches ul.products li.product {
  width: 100% !important;
  float: unset !important;
  margin: 0 !important;
  clear: unset !important;
}

html ul.products.occasions-slider {
  display: block !important;
  clear: unset !important;
  position: relative;
}

html ul.products.occasions-slider li.product {
  margin: 5px 10px !important;
}

html ul.products.occasions-slider .slick-arrow {
  top: 45%;
}

html ul.products.occasions-slider li.product {
  float: unset !important;
  margin: 5px 10px !important;
}

html ul.products.occasions-slider .slick-track {
  display: flex;
}

.btn-wrapper {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}

section.images-section {
  padding-bottom: 90px;
}

section.images-section .two-images-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}

section.images-section .two-images-wrapper .image {
  height: 400px;
  width: 100%;
}

section.images-section .two-images-wrapper .image img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}

section.berry-story-section {
  padding: 80px 0px 100px 0px;
  background-color: #F9F8F8;
}

section.testimonial-section {
  padding: 80px 0px 100px 0px;
}

.testimonial-box {
  border-radius: 10px;
  background: #F2F0EE;
  margin: 0px 12px;
  height: inherit;
  padding: 30px 60px 30px 30px;
  position: relative;
  display: grid !important;
  grid-template-columns: 255px auto;
  gap: 25px;
}

.testimonial-box .image-wrap {
  height: 265px;
  width: 100%;
}

.testimonial-box .image-wrap img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}

.testimonial-box .quate-icon {
  height: 40px;
  width: 50px;
  margin-bottom: 10px;
}

.testimonial-box .content-wrap {
  display: flex;
  flex-direction: column;
}

.testimonial-box .content, .testimonial-box .content p {
  color: #464646;
  font-size: 20px;
  font-style: italic;
  line-height: 160%;
}

.testimonial-box .content {
  margin-bottom: 10px;
}

.testimonial-box .user-name {
  color: #231E20;
  font-weight: 600;
  line-height: normal;
  margin-top: auto;
}

.about-us-sec {
  padding: 85px 0px 95px 0px;
}

.about-us-sec .top-image {
  margin-bottom: 15px;
}

.about-us-sec .bottom-wrapper > h2 {
  margin-bottom: 70px;
}

.about-us-sec .bottom-wrapper > h2 span {
  color: #E71A29;
}

.about-us-sec .about-wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 110px;
  position: relative;
}

.red {
  color: #E71A29;
  font-weight: 500;
}

.about-us-sec .about-wrap .right-wrap .title {
  margin-bottom: 25px;
}

.about-us-sec .about-wrap .right-wrap .btn-red.btn-main {
  margin-top: 25px;
}

body.page-template-about-us {
  overflow: unset;
}

section.images-section.about {
  padding: 70px 0px 95px 0px;
  background-color: #F9F8F8;
}

.about-us-sec .about-wrap .left-wrap .image {
  position: sticky;
  top: 120px;
}

section.contact-us-sec {
  padding: 145px 0px 100px 0px;
}

section.contact-us-sec .container > h2 {
  margin-bottom: 100px;
}

section.contact-us-sec .contact-row-wrapper {
  display: grid;
  grid-template-columns: auto 800px;
  gap: 60px;
  justify-content: space-between;
  position: relative;
}

.contact-info-listing {
  display: flex;
  flex-direction: column;
  gap: 40px;
  position: relative;
}

.contact-info-listing .contact-info-wrap {
  display: flex;
  position: relative;
  gap: 15px;
}

.contact-info-listing .contact-info-wrap .icon {
  width: 55px;
  min-width: 55px;
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgb(242, 240, 238);
  border-radius: 100%;
  padding: 5px;
}

.contact-info-listing .contact-info-wrap .info-title {
  color: #231E20;
  font-size: 24px;
  font-weight: 600;
  padding-bottom: 7px;
  line-height: normal;
  display: block;
}

.contact-info-listing .contact-info-wrap p, .contact-info-listing .contact-info-wrap a {
  color: #444;
  font-weight: 500;
}

.contact-info-listing .contact-info-wrap a {
  font-size: 18px;
}

.contact-info-listing .contact-info-wrap a:hover {
  color: var(--primary);
}

section.contact-us-sec .container > h2 span {
  color: var(--primary);
}

.contact-us-form {
  position: relative;
}

.contact-us-form h2 span {
  color: var(--primary);
}

.contact-us-form h2 {
  margin-bottom: 15px;
}

.contact-us-form {
  position: relative;
  border-radius: 20px;
  border: 1px solid #FF8987;
  background: #F9F8F8;
  padding: 30px;
}

.contact-us-form .contact-form {
  margin-top: 40px;
  position: relative;
}

.woocommerce .woocommerce-result-count, .woocommerce .woocommerce-ordering, .product_meta {
  display: none;
}

.sort-order > .woocommerce-ordering {
  display: inline-block !important;
  float: none !important;
  margin-bottom: 0px !important;
}

.inner-banner-section {
  background-repeat: no-repeat;
  position: relative;
  background-size: cover;
  padding: 105px 0px;
}

.inner-banner-section .inner-content-wrapper {
  width: 570px;
  border-radius: 3px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  background: rgba(132, 39, 31, 0.35);
  backdrop-filter: blur(15px);
  padding: 90px 25px;
  position: relative;
}

.inner-banner-section .inner-content-wrapper h2 {
  color: #fff;
}

.inner-banner-section .inner-content-wrapper h2 span {
  color: #8BC43F;
}

.shop-main-wrapper {
  padding: 100px 0px 0px 0px;
  position: relative;
}

.shop-main-wrapper .row-wrapper {
  display: grid;
  grid-template-columns: 360px auto;
  gap: 45px;
  position: relative;
}

.category-box {
  border-radius: 20px;
  border: 1px solid #FF8987;
  background-color: #F9F8F8;
  padding: 22px 20px 32px 20px;
  height: 560px;
  width: 100%;
  display: flex;
  flex-direction: column;
  margin: 30px 0px;
}

.category-box .category-title {
  font-size: 30px;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 20px;
  padding-bottom: 0px;
}

.category-box ul.category-list {
  display: flex;
  flex-direction: column;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  padding-right: 20px;
}

.category-box ul.category-list li {
  padding: 20px 0px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}

.category-box ul.category-list li a {
  color: #333;
  font-size: 18px;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.category-box ul.category-list li a:hover {
  color: var(--primary);
}

.category-box ul.category-list li.active {
  border-color: var(--primary);
}

.category-box ul.category-list li.active a {
  color: var(--primary);
  font-weight: 700;
}

.shop-main-wrapper .right-wrapper .top-wrapper {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: center;
  margin-bottom: 45px;
}

.shop-main-wrapper .row-wrapper .btn-main.btn-red {
  width: 100%;
  text-align: center;
}

.product-title {
  font-size: 36px;
  font-weight: 600;
  line-height: normal;
  text-transform: capitalize;
  padding-bottom: 0px;
  display: inline-block;
}

.woocommerce-message .button {
  border-radius: 5px !important;
  border: 1px solid #E71A29 !important;
  width: -moz-fit-content !important;
  width: fit-content !important;
  padding: 10px 20px !important;
  font-size: 16px !important;
  font-weight: 600 !important;
  line-height: normal !important;
  transition: all 0.5s;
  display: inline-block !important;
  background-color: #E71A29 !important;
  color: #fff !important;
  text-transform: capitalize;
}

.woocommerce-message .button:hover {
  background: rgb(188, 13, 22) !important;
  border-color: rgb(188, 13, 22) !important;
}

ul.products {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  position: relative;
  grid-gap: 30px 20px;
  margin-bottom: 0px !important;
}

ul.products li.product .product-box {
  position: relative;
  transition: all 0.5s;
}

ul.products li.product .product-box .onsale {
  display: none;
}

ul.products li.product .product-box .woocommerce-LoopProduct-link {
  overflow: hidden;
  height: 310px !important;
  width: 100%;
  display: inline-block !important;
  margin-bottom: 15px;
  border-radius: 10px;
  position: relative;
  box-shadow: 0 0 3px 0px rgba(0, 0, 0, 0.3);
}

ul.products li.product .product-box .woocommerce-LoopProduct-link > img {
  height: 100% !important;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.5s;
}

ul.products li.product .product-box:hover .woocommerce-LoopProduct-link > img {
  transform: scale(1.1);
}

ul.products li.product .product-box .product-name .woocommerce-loop-product__title, ul.products li.product .product-box .product-name .woocommerce-loop-product__title a {
  color: #231E20;
  font-size: 15px;
  line-height: normal;
  text-transform: capitalize;
  margin-bottom: 5px;
  display: inline-block;
  padding: 0;
  font-weight: 500;
}

ul.products li.product .product-box .product-name .woocommerce-loop-product__title a:before {
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 10;
}

ul.products li.product .product-box:hover .product-name .woocommerce-loop-product__title a {
  color: var(--primary);
}

ul.products li.product .product-box .price {
  color: var(--primary) !important;
  font-size: 15px !important;
  font-weight: 600 !important;
}

ul.products li.product .product-box .price del {
  text-decoration: line-through !important;
}

ul.products li.product .product-box .add_to_cart_button, ul.products li.product .product-box .single_add_to_cart_button {
  width: 45px !important;
  height: 45px !important;
  position: absolute;
  right: 13px;
  bottom: 13px;
  background-color: #fff !important;
  border-radius: 100% !important;
  transition: all 0.5s !important;
  font-size: 0px !important;
  background-image: url(../images/product-cart-icon.svg) !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: 16px !important;
  opacity: 0;
  visibility: hidden;
  border: unset !important;
  padding: 0 !important;
  z-index: 15;
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.5);
}

ul.products li.product .product-box:hover .add_to_cart_button, ul.products li.product .product-box:hover .single_add_to_cart_button {
  opacity: 1;
  visibility: visible;
}

ul.products::before {
  display: none !important;
}

ul.products li.product .product-box .added_to_cart.wc-forward {
  display: none !important;
}

.stock.in-stock {
  color: #00c600 !important;
}

body.woocommerce-checkout .entry-content .woocommerce > .woocommerce-notices-wrapper {
  display: none;
}

html form.aws-search-form {
  border-radius: 5px;
  background-color: #FFF;
  box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.2);
  height: auto !important;
}

html .aws-container .aws-search-field {
  border: unset !important;
  background-color: #fff !important;
  padding: 16px 40px 16px 20px !important;
  border-radius: 5px 0px 0px 5px !important;
  color: #626262 !important;
  font-size: 17px !important;
  font-weight: 500 !important;
}

html .aws-container .aws-search-form .aws-search-btn {
  width: 60px;
  display: flex !important;
  align-items: center;
  justify-content: center !important;
  background-color: #fff !important;
  border: unset !important;
  border-radius: 0px 5px 5px 0px !important;
  background-image: url(../images/search-icon.svg) !important;
  background-repeat: no-repeat !important;
  background-size: 18px !important;
  background-position: center center !important;
}

html .aws-container .aws-search-form .aws-search-btn .aws-search-btn_icon {
  display: none !important;
}

.woocommerce-message {
  margin: 20px 10px !important;
  border-top-color: #89c738 !important;
  color: #000000 !important;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
}

.woocommerce-message::before {
  color: #89c738 !important;
  top: 0 !important;
  bottom: 0 !important;
  margin: auto 0 !important;
  height: -moz-fit-content;
  height: fit-content;
}

.woocommerce-message::after {
  display: none !important;
}

body.woocommerce-cart .entry-content .wp-block-woocommerce-empty-cart-block hr, body.woocommerce-cart .entry-content .wp-block-woocommerce-empty-cart-block h2 {
  display: none;
}

body.woocommerce-cart .entry-content .wp-block-woocommerce-empty-cart-block .wc-block-product-new {
  display: none;
}

html body.woocommerce-cart .entry-content .wp-block-woocommerce-empty-cart-block .wc-block-cart__empty-cart__title {
  display: block !important;
  color: var(--primary);
  font-size: 18px;
}

body.woocommerce-cart .entry-content .wp-block-woocommerce-empty-cart-block {
  padding: 110px 0px 100px 0px;
  position: relative;
}

.wc-block-cart__empty-cart__title.with-empty-cart-icon:before {
  background-color: var(--primary) !important;
}

.sort-order select.orderby {
  border: 0px;
  color: #231E20;
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
  background-image: url(../images/filter-icon.svg);
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: left center;
  padding-left: 32px;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  position: relative;
}

.sort-order select.orderby:focus {
  box-shadow: none;
}

.sort-order select.orderby option {
  padding: 10px 5px !important;
  font-size: 14px;
}

.aws-search-result .aws_result_title {
  color: var(--primary) !important;
}

.aws-search-result .aws_search_more a {
  color: var(--primary) !important;
}

.woocommerce-pagination {
  position: relative;
  margin-top: 25px;
}

html .woocommerce-pagination ul.page-numbers {
  border: unset !important;
  margin: 0 !important;
}

html .woocommerce-pagination ul.page-numbers li {
  margin-right: 10px !important;
  border: unset !important;
}

html .woocommerce-pagination ul.page-numbers li .page-numbers {
  width: 50px;
  height: 50px;
  border-radius: 5px;
  border: 1px solid #FF8987;
  background-color: #F9F8F8 !important;
  align-items: center;
  justify-content: center;
  display: flex !important;
  color: #565656 !important;
  font-size: 18px;
  transition: all 0.5s;
}

html .woocommerce-pagination ul.page-numbers li .page-numbers.current, html .woocommerce-pagination ul.page-numbers li .page-numbers:hover {
  background: #E71A29 !important;
  color: #fff !important;
  border-color: #E71A29 !important;
}

html .woocommerce-pagination ul.page-numbers li .prev.page-numbers, html .woocommerce-pagination ul.page-numbers li .next.page-numbers {
  background: transparent !important;
  border: unset !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  font-size: 0px;
}

html .woocommerce-pagination ul.page-numbers li .prev.page-numbers {
  background-image: url(../images/pagination-arrow-prev.svg) !important;
}

html .woocommerce-pagination ul.page-numbers li .next.page-numbers {
  background-image: url(../images/pagination-arrow-next.svg) !important;
}

body.woocommerce-shop nav.woocommerce-pagination, body.woo-variation-swatches nav.woocommerce-pagination {
  display: none;
}

.shop-main-wrapper nav.woocommerce-pagination {
  display: block !important;
}

body.woocommerce-shop, body.woo-variation-swatches {
  overflow: unset;
}

.shop-main-wrapper .row-wrapper .left-wrapper .shop-sidebar {
  position: sticky;
  top: 210px;
}

body.single.single-product #content header {
  display: none;
}

body.single.single-product #content {
  padding: 130px 20px 20px 20px;
  display: flex;
  flex-direction: column;
}

body.single-product section.testimonial-section {
  display: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
  padding: 0 10px 0px 10px !important;
  margin-bottom: 40px !important;
}

body.single-product .woocommerce-tabs {
  padding: 10px 0px 50px 0px;
}

body.single-product .woocommerce-tabs ul.tabs::before {
  border-bottom: unset !important;
}

body.single-product .woocommerce-tabs ul.tabs > li {
  border: 0px !important;
  align-items: center;
  background-color: #fff !important;
  padding: 0 0px !important;
}

body.single-product .woocommerce-tabs ul.tabs > li::before, body.single-product .woocommerce-tabs ul.tabs > li::after {
  display: none;
}

body.single-product .woocommerce-tabs ul.tabs > li > a {
  font-size: 18px;
  font-weight: 600 !important;
  border: 1px solid #FF8987 !important;
  padding: 17px 40px !important;
  color: #000 !important;
  transition: unset !important;
}

body.single-product .woocommerce-tabs ul.tabs > li.active {
  background: var(--primary) !important;
  border-color: var(--primary) !important;
}

body.single-product .woocommerce-tabs ul.tabs > li.active a {
  color: var(--white) !important;
}

body.single-product .woocommerce-tabs .panel h2 {
  margin-bottom: 20px;
  font-size: 37px;
}

.woocommerce div.product .woocommerce-tabs .panel {
  margin: 0px !important;
}

body.single-product .woocommerce-tabs .panel table {
  text-align: left;
  margin-bottom: 0px !important;
}

body.single-product .woocommerce-tabs .panel table tr th, body.single-product .woocommerce-tabs .panel table tr td, body.single-product .woocommerce-tabs .panel table tr p {
  font-size: 15px;
}

body.single-product .woocommerce-tabs .panel table tr th, body.single-product .woocommerce-tabs .panel table tr td {
  padding: 8px 15px;
}

body.single-product aside#sidebar {
  display: none !important;
}

h1.product_title.entry-title {
  display: block;
  color: #231E20 !important;
  font-size: 48px;
  font-weight: 600;
  line-height: 118.75%;
  text-transform: capitalize;
  margin-bottom: 20px;
}

.price {
  color: var(--primary) !important;
  font-size: 24px !important;
  font-weight: 700;
  line-height: normal;
  padding-bottom: 20px;
  margin-bottom: 0px !important;
}

.price label {
  display: none;
}

body.single-product .woocommerce-product-details__short-description {
  margin: 10px 0px 20px 0px;
}

.woocommerce-product-details__short-description p {
  font-size: 16px;
}

.woocommerce div.product form.cart .variations tr {
  margin-bottom: 20px !important;
  display: block;
}

.woocommerce div.product form.cart .variations tr:last-child {
  margin-bottom: 0px !important;
}

.woo-variation-swatches.wvs-show-label .variations td .woo-selected-variation-item-name, .woo-variation-swatches.wvs-show-label .variations th .woo-selected-variation-item-name {
  font-weight: 700 !important;
  color: var(--primary) !important;
  line-height: 110%;
}

.woocommerce div.product form.cart .variations .label {
  font-weight: 600 !important;
  margin-bottom: 7px;
  line-height: 140%;
}

.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item) {
  border: 1px solid #C7C7C7 !important;
  background: #FFF !important;
  box-shadow: unset !important;
  margin: 0px 12px 12px 0px !important;
  padding: 10px 20px !important;
  height: auto !important;
  line-height: normal !important;
  border-radius: 6px !important;
}

.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).selected, .woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).selected:hover {
  border-color: var(--primary) !important;
  background-color: var(--primary) !important;
  color: #fff !important;
}

.woocommerce div.product form.cart .ecommercehints_custom_product_text_field {
  display: none;
}

.woocommerce div.product div.images .woocommerce-product-gallery__image a > img.wp-post-image {
  height: 100% !important;
  -o-object-fit: cover !important;
     object-fit: cover !important;
}

.woocommerce div.product div.images.woocommerce-product-gallery figure.woocommerce-product-gallery__wrapper > div > a {
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid #f0f0f0;
}

html .woocommerce div.product div.images .flex-control-thumbs li {
  width: 100%;
}

.woocommerce div.product div.images .flex-control-thumbs {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(5, 1fr);
  margin-top: 15px !important;
}

html .woocommerce div.product div.images .flex-control-thumbs li img {
  height: 100% !important;
  -o-object-fit: cover !important;
     object-fit: cover !important;
  border-radius: 10px;
}

.woocommerce-variation-price {
  margin: 10px 0px 20px 0px;
}

table#alg-product-input-fields-table {
  width: 100%;
  position: relative;
  margin: 15px 0px 20px 0px;
}

table#alg-product-input-fields-table tr {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 10px;
}

table#alg-product-input-fields-table tr label {
  color: #222 !important;
  font-weight: 600;
  font-size: 16px;
}

table#alg-product-input-fields-table input[form=cart] {
  display: block;
  padding: 13px 19px;
  width: 100%;
  border-radius: 6px;
  background: #FFF;
  border: 1px solid #C7C7C7 !important;
  box-shadow: unset !important;
  outline: unset !important;
  color: #444;
  font-size: 14px;
}

table#alg-product-input-fields-table tr td {
  padding: 0;
}

.woocommerce div.product div.images .woocommerce-product-gallery__trigger {
  z-index: 10 !important;
}

.woocommerce div.product form.cart .button.disabled {
  pointer-events: none;
}

.woocommerce div.product form.cart .button {
  float: unset !important;
  width: 100% !important;
  margin: 30px 0px 10px 0px;
  border-radius: 5px;
  color: #fff;
  padding: 18px 20px;
  font-size: 18px;
  font-weight: 700;
  line-height: normal;
  transition: all 0.5s;
  background-color: #E71A29;
  font-family: "Mona Sans", sans-serif;
  text-transform: capitalize;
}

.woocommerce div.product form.cart .button:hover {
  background: rgb(188, 13, 22);
  border-color: rgb(188, 13, 22);
}

body.single-product .qib-button-wrapper {
  float: unset !important;
  width: -moz-fit-content;
  width: fit-content;
  flex-wrap: wrap !important;
  display: flex !important;
  justify-content: left !important;
  margin: 25px 0px;
}

html body.single-product .summary.entry-summary .qib-button-wrapper .screen-reader-text {
  position: unset !important;
  height: auto !important;
  clip: unset !important;
  overflow: unset !important;
  clip-path: unset !important;
  display: block !important;
  width: 100% !important;
  color: #222 !important;
  font-family: "Mona Sans";
  font-size: 16px !important;
  font-weight: 600;
  margin-bottom: 10px;
}

body.woocommerce-cart .qib-button-wrapper {
  float: unset;
  justify-content: end;
}

html body.single-product .qib-button-wrapper button.qib-button, html body.single-product .qib-button-wrapper div.quantity.wqpmb_quantity {
  height: 50px !important;
}

body.single-product .qib-button-wrapper .quantity input.input-text.qty.text {
  width: 50px;
  padding: 0px !important;
  border-top: 1px solid #C7C7C7 !important;
  border-bottom: 1px solid #C7C7C7 !important;
  border-left: 0px !important;
  border-right: 0px !important;
  border-radius: 0px !important;
  height: 50px !important;
}

body.single-product .qib-button-wrapper .minus.qib-button, body.single-product .qib-button-wrapper .plus.qib-button {
  border-color: transparent !important;
  padding: 0 !important;
  border: 1px solid #C7C7C7 !important;
  background: #FFF !important;
  height: 50px !important;
}

body.single-product .qib-button-wrapper .minus.qib-button {
  border-radius: 6px 0px 0px 6px !important;
  border-right: 0px !important;
}

body.single-product .qib-button-wrapper .plus.qib-button {
  border-radius: 0px 6px 6px 0px !important;
  border-left: 0px !important;
}

section.related.products {
  padding: 70px 0px;
  background-color: #F9F8F8;
  float: left;
  width: 100%;
  margin-top: 30px;
}

section.related.products::before {
  content: "";
  background-color: #F9F8F8;
  pointer-events: none;
  z-index: -1;
  display: block;
  width: 100vw;
  height: 100%;
  position: absolute;
  left: -50vw;
  top: 0;
  bottom: 0;
}

section.related.products::after {
  content: "";
  background-color: #F9F8F8;
  pointer-events: none;
  z-index: -1;
  display: block;
  width: 100vw;
  height: 100%;
  position: absolute;
  right: -50vw;
  top: 0;
  bottom: 0;
}

section.related.products .title-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  margin-bottom: 40px;
}

.woocommerce .collection-wrap {
  position: relative;
}

.woocommerce .collection-wrap .collection-btn {
  display: block;
  outline: none;
  position: relative;
  padding: 15px 40px 15px 15px;
  border-radius: 5px;
  border: 1px solid #FF8987;
  background: #FFF;
  color: #626262;
  font-family: "Mona Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  width: 230px;
  text-align: left;
  cursor: pointer;
}

.woocommerce .collection-wrap .collection-btn::before {
  background: url(../images/select-arrow.svg) no-repeat;
  position: absolute;
  width: 15px;
  right: 11px;
  height: 15px;
  top: 0;
  content: "";
  transition: all 0.5s ease 0s;
  display: flex;
  align-items: center;
  justify-content: center;
  bottom: 0;
  margin: auto 0;
  background-position: center;
}

.woocommerce .collection-wrap .collection-list {
  display: none;
  width: 100%;
  padding: 0 20px 20px;
  background-color: #fff;
  z-index: 20;
  position: absolute;
  left: 0;
  top: 95%;
  overflow-x: hidden;
  overflow-y: auto;
  height: 370px;
  border: 1px solid #FF8987;
}

.woocommerce .collection-wrap .collection-list li {
  margin: 20px 0 0;
  text-align: left;
}

.woocommerce .collection-wrap .collection-list li a {
  font-size: 15px;
  color: #000;
  font-weight: 600;
  transition: all 0.5s ease 0s;
  display: flex;
  align-items: center;
  gap: 5px;
  justify-content: space-between;
}

.woocommerce .collection-wrap .collection-list li a:hover {
  color: var(--primary);
}

body.single-product .quantity .qty {
  width: 110px;
  text-align: center;
  padding: 10px 10px;
  font-size: 20px;
  font-weight: 600;
  border-radius: 6px;
  border: 1px solid #C7C7C7;
  background: #FFF;
}

section.related.products .btn-wrapper {
  margin-top: 20px;
}

body.single-product footer.entry-footer, body.single-product .footer {
  display: none;
}

body.single-product section#comments {
  padding: 100px 0px 80px 0px;
}

body.single-product section#comments:after {
  content: "";
  display: block;
  background-image: url(https://webforest.agency/grantberries/wp-content/uploads/2026/01/pure-berries-image.png);
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
  height: 400px;
  width: 45%;
  background-size: 100%;
  z-index: -1;
}

body.single-product section#comments div#respond {
  width: 680px;
  border-radius: 20px;
  border: 1px solid #FF8987;
  background: #F9F8F8;
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 30px 40px;
}

body.single-product section#comments div#respond h3#reply-title {
  font-size: 48px;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 10px;
}

body.single-product section#comments div#respond form#commentform p.comment-notes {
  padding-bottom: 0px;
  margin-bottom: 30px;
}

body.single-product section#comments div#respond form#commentform label {
  font-size: 15px;
  margin-bottom: 5px;
  display: block;
  font-weight: 500;
}

body.single-product section#comments div#respond form#commentform input, body.single-product section#comments div#respond form#commentform textarea {
  padding: 13px 20px !important;
  font-size: 16px !important;
  font-family: "Mona Sans", sans-serif !important;
  border-radius: 6px;
  border: 1px solid #FF8987;
  background: #FFF;
  color: #222;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

body.single-product section#comments div#respond form#commentform textarea {
  resize: none;
  height: 150px;
}

input[type=checkbox] {
  width: 20px;
  height: 20px;
}

body.single-product section#comments div#respond form#commentform p.comment-form-cookies-consent {
  display: none;
}

body.single-product section#comments div#respond form#commentform input[type=submit] {
  cursor: pointer;
  background: var(--primary);
  display: inline-block;
  border: 1px solid var(--primary);
  transition: all 0.5s;
  color: var(--white);
  font-weight: 700;
  line-height: normal;
  border-radius: 5px;
  position: relative;
  margin-top: 20px;
}

body.single-product section#comments div#respond form#commentform input[type=submit]:hover {
  background: rgb(188, 13, 22);
  border-color: rgb(188, 13, 22);
}

body.single-product section#comments div#respond form#commentform {
  display: flex;
  flex-direction: column;
}

body.single-product section#comments div#respond form#commentform p.comment-form-comment {
  order: 3;
}

body.single-product section#comments div#respond form#commentform p.form-submit {
  order: 4;
}

.woocommerce .cart-collaterals::after, .woocommerce-page .cart-collaterals::after {
  display: none !important;
}

body.woocommerce-cart .cart-collaterals div#ppcp-recaptcha-v2-container {
  display: none;
}

body.woocommerce-cart h1.entry-title, body.woocommerce-checkout h1.entry-title, body.woocommerce-account h1.entry-title, .woocommerce-wishlist h1.entry-title {
  padding: 100px 0px 50px 0px;
  text-align: center;
  background-color: #f5f5f5;
  color: #000000;
  font-size: 50px;
  font-weight: 600;
  position: relative;
  display: block;
}

body.woocommerce-cart .cart-wrap {
  padding: 4rem 0px;
  position: relative;
}

body.woocommerce-cart .cart-wrap h2 {
  font-size: 24px;
  margin-bottom: 20px;
}

/* Cart Table */
body.woocommerce-cart .woocommerce-cart-form__contents {
  width: 100%;
  border-collapse: collapse;
  background: #fff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

body.woocommerce-cart .woocommerce-cart-form__contents th,
body.woocommerce-cart .woocommerce-cart-form__contents td {
  padding: 15px;
  border: 1px solid #eee;
  text-align: left;
  vertical-align: middle;
  font-size: 15px;
}

body.woocommerce-cart .woocommerce-cart-form__contents th p,
body.woocommerce-cart .woocommerce-cart-form__contents td p {
  text-align: left;
  vertical-align: middle;
  font-size: 15px;
  display: inline-block;
  line-height: 120%;
}

body.woocommerce-cart .woocommerce-cart-form__contents th {
  background: #f5f5f5;
  font-weight: bold;
}

body.woocommerce-cart .product-thumbnail img {
  width: 80px;
  height: auto;
}

/* Remove link */
body.woocommerce-cart .product-remove a {
  color: var(--primary);
  font-size: 20px;
  text-decoration: none;
}

body.woocommerce-cart .product-remove a:hover {
  color: var(--dark);
}

/* Quantity input */
.quantity input.qty {
  width: 60px;
  text-align: center;
}

/* Coupon and Update Cart */
body.woocommerce-cart .actions {
  text-align: right;
}

body.woocommerce-cart .coupon {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

body.woocommerce-cart .coupon input {
  padding: 8px 10px;
  border: 1px solid #ccc;
  margin-right: 10px;
}

body.woocommerce-cart .coupon button {
  padding: 8px 20px;
  background: var(--primary);
  color: #fff;
  border: none;
  cursor: pointer;
  white-space: nowrap;
}

body.woocommerce-cart .coupon button:hover {
  background: #000;
  color: #fff;
}

/* Update Cart button */
body.woocommerce-cart .actions .button[name=update_cart] {
  padding: 8px 20px !important;
  background: var(--primary) !important;
  color: var(--white) !important;
  color: #fff;
  border: none;
  cursor: pointer;
}

body.woocommerce-cart .actions .button[name=update_cart]:hover {
  background: #000 !important;
  color: var(--white) !important;
}

body.woocommerce-cart .actions .button:disabled[disabled] {
  pointer-events: none;
}

body.woocommerce-cart .actions input#coupon_code {
  width: 110px !important;
}

/* Cart Totals */
body.woocommerce-cart .cart-collaterals .cart_totals {
  width: 100%;
  float: none;
}

body.woocommerce-cart .cart-collaterals {
  background: #fff;
  padding: 20px;
  box-shadow: 0 0px 7px rgba(0, 0, 0, 0.2);
  border: 1px solid #f5f5f5;
  overflow-x: auto;
}

body.woocommerce-cart .cart_totals table {
  width: 100%;
  margin-bottom: 20px;
}

body.woocommerce-cart .cart_totals th,
body.woocommerce-cart .cart_totals td {
  padding: 10px 0;
}

body.woocommerce-cart .cart_totals th {
  text-align: left;
}

body.woocommerce-cart .cart_totals td {
  text-align: right;
}

body.woocommerce-cart .checkout-button {
  display: block !important;
  padding: 15px 12px !important;
  background: var(--primary) !important;
  margin-bottom: 0px !important;
  text-transform: capitalize;
}

body.woocommerce-cart .checkout-button:hover {
  background: #000 !important;
}

body.woocommerce-checkout .woocommerce-info,
body.woocommerce-cart .woocommerce-info {
  margin: 20px 0px !important;
}

body.woocommerce-cart .cart-wrap .row .woocommerce-notices-wrapper {
  display: none;
}

html body.woocommerce-checkout {
  font-family: "Mona Sans", sans-serif;
}

body.woocommerce-checkout .entry-content {
  padding: 50px 0px;
  position: relative;
}

body.woocommerce-checkout .entry-content form.wc-block-checkout__form h2 {
  font-size: 30px;
  margin-bottom: 15px;
}

body.woocommerce-checkout .entry-content form.wc-block-checkout__form .wc-block-components-checkout-step__description {
  margin-bottom: 10px;
}

body.woocommerce-checkout .entry-content form.wc-block-checkout__form select {
  border-color: #d6d6d6;
  color: #211f1f;
}

body.woocommerce-checkout .entry-content form.wc-block-checkout__form input,
body.woocommerce-checkout .entry-content form.wc-block-checkout__form textarea {
  border-color: #d6d6d6;
  color: #211f1f;
}

body.woocommerce-checkout .entry-content form.wc-block-checkout__form input::-moz-placeholder {
  color: #211f1f;
}

body.woocommerce-checkout .entry-content form.wc-block-checkout__form input::placeholder {
  color: #211f1f;
}

body.woocommerce-checkout .entry-content form.wc-block-checkout__form .has-error .wc-block-components-validation-error svg {
  fill: var(--primary);
}

body.woocommerce-checkout .entry-content form.wc-block-checkout__form .has-error .wc-block-components-validation-error span {
  color: var(--primary);
  font-size: 14px;
}

body.woocommerce-checkout .entry-content form.wc-block-checkout__form .wc-block-components-text-input label {
  left: 20px;
}

body.woocommerce-checkout .entry-content form.wc-block-checkout__form input[type=checkbox] {
  outline: none;
}

body.woocommerce-checkout .entry-content form.wc-block-checkout__form .wc-block-components-checkout-step {
  margin-bottom: 20px;
}

body.woocommerce-checkout .entry-content form.wc-block-checkout__form textarea {
  resize: none;
}

html body.woocommerce-checkout .entry-content form.wc-block-checkout__form button[type=button],
body.woocommerce-checkout .entry-content .wc-block-components-totals-coupon__form button {
  box-shadow: none;
  outline: none;
  background: var(--dark);
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  padding: 15px 20px !important;
  text-transform: uppercase;
  transition: all 0.5s !important;
  border: 0px;
}

html body.woocommerce-checkout .entry-content form.wc-block-checkout__form button[type=button]:hover,
body.woocommerce-checkout .entry-content .wc-block-components-totals-coupon__form button:hover {
  background: var(--dark);
  color: #fff;
  transition: all 0.5s !important;
}

html body.woocommerce-checkout .entry-content form.wc-block-checkout__form button[type=button]:focus {
  outline: none;
}

html body.woocommerce-checkout .entry-content form.wc-block-checkout__form .wc-block-components-checkout-return-to-cart-button {
  color: var(--dark);
  font-size: 18px;
  transition: all 0.5s !important;
}

html body.woocommerce-checkout .entry-content form.wc-block-checkout__form .wc-block-components-checkout-return-to-cart-button:hover {
  color: var(--dark);
  transition: all 0.5s !important;
}

body.woocommerce-checkout .entry-content .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-order-summary-item__image > img {
  border: 1px solid #d6d6d6 !important;
}

body.woocommerce-checkout .entry-content .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-order-summary-item__quantity {
  border: 1px solid #d6d6d6;
  border-radius: 3px;
}

body.woocommerce-checkout .entry-content .wc-block-components-totals-coupon__form input {
  border-color: #d6d6d6;
}

body.woocommerce-checkout .entry-content .wc-block-components-totals-coupon__form input::-moz-placeholder {
  color: #211f1f;
}

body.woocommerce-checkout .entry-content .wc-block-components-totals-coupon__form input::placeholder {
  color: #211f1f;
}

body.woocommerce-checkout .entry-content .wc-block-components-totals-coupon__form label {
  left: 20px;
}

body.woocommerce-checkout .entry-content .wp-block-woocommerce-checkout {
  padding-top: 0px;
}

body.woocommerce-account {
  font-family: "Mona Sans", sans-serif;
}

.woocommerce-error li {
  color: var(--primary);
}

body.woocommerce-account .entry-content {
  max-width: 1430px;
  padding: 80px 20px;
  margin: 0 auto;
}

body.woocommerce-account .entry-content .woocommerce-error {
  margin-bottom: 50px;
}

body.woocommerce-account .woocommerce h2 {
  font-size: 40px;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 30px;
  color: var(--dark);
  text-align: center;
}

body.woocommerce-account .woocommerce form.woocommerce-form-login.login input[type=checkbox] {
  height: 15px;
  width: 15px;
  min-width: 15px;
  margin-right: 5px;
}

body.woocommerce-account .woocommerce form.woocommerce-form-login.login,
body.woocommerce-account .woocommerce form.woocommerce-form-register.register {
  margin: 0 auto;
  border-radius: 0;
  border-color: #ebebeb;
  padding: 30px 25px;
  background-color: #f5f5f5;
}

body.woocommerce-account .woocommerce form.woocommerce-form-login.login .form-row.woocommerce-form-row,
body.woocommerce-account .woocommerce form.woocommerce-form-register.register .form-row.woocommerce-form-row {
  padding: 0;
  margin-bottom: 15px;
}

body.woocommerce-lost-password label,
body.woocommerce-account label {
  font-weight: 500;
  color: var(--dark);
}

body.woocommerce-account .woocommerce form.woocommerce-form-login.login .form-row.woocommerce-form-row .input-text,
body.woocommerce-account .woocommerce form.woocommerce-form-register.register .form-row.woocommerce-form-row .input-text,
body.woocommerce-lost-password .input-text {
  border-radius: 0;
  height: 45px;
  font-size: 16px;
  padding: 0px 15px;
  line-height: normal;
  border-color: #ebebeb;
  transition: all 0.5s;
}

body.woocommerce-account .woocommerce form.woocommerce-form-login.login .form-row.woocommerce-form-row .input-text:focus,
body.woocommerce-account .woocommerce form.woocommerce-form-login.login .form-row.woocommerce-form-row .input-text:hover,
body.woocommerce-account .woocommerce form.woocommerce-form-register.register .form-row.woocommerce-form-row .input-text:hover,
body.woocommerce-account .woocommerce form.woocommerce-form-register.register .form-row.woocommerce-form-row .input-text:focus,
body.woocommerce-lost-password .input-text:hover,
body.woocommerce-lost-password .input-text:focus {
  border-color: var(--dark);
  outline: none;
  transition: all 0.5s;
}

body.woocommerce-account .woocommerce form.woocommerce-form-login.login .form-row,
body.woocommerce-account .woocommerce form.woocommerce-form-register.register .form-row {
  display: flex;
  flex-direction: column;
}

body.woocommerce-account .woocommerce form.woocommerce-form-login.login .form-row .button[type=submit],
body.woocommerce-account .woocommerce form.woocommerce-form-register.register .form-row .button[type=submit] {
  display: inline-block;
  margin: 0 auto;
  margin-top: 30px;
  background-color: var(--dark);
  color: var(--white);
  padding: 10px 20px;
  min-width: 350px;
  height: 50px;
  font-size: 18px;
  margin-bottom: 20px;
  border-radius: 0;
  transition: all 0.5s;
  text-transform: capitalize;
}

body.woocommerce-account .woocommerce form.woocommerce-form-login.login .form-row .button[type=submit]:hover,
body.woocommerce-account .woocommerce form.woocommerce-form-register.register .form-row .button[type=submit]:hover {
  background-color: var(--primary);
  color: var(--white);
  transition: all 0.5s;
}

body.woocommerce-account .woocommerce form.woocommerce-form-login.login p.woocommerce-LostPassword.lost_password {
  text-align: center;
  font-size: 15px;
  letter-spacing: 0.8px;
}

body.woocommerce-account nav.woocommerce-MyAccount-navigation ul {
  padding: 20px;
  border: 2px solid #ebebeb;
  border-radius: 10px;
}

body.woocommerce-account nav.woocommerce-MyAccount-navigation ul li {
  border-bottom: 2px solid #ebebeb;
  transition: all 0.5s;
  margin-bottom: 5px;
}

body.woocommerce-account nav.woocommerce-MyAccount-navigation ul li:last-child {
  border-bottom: 0;
  margin-bottom: 0px;
}

body.woocommerce-account nav.woocommerce-MyAccount-navigation ul li a {
  font-size: 18px;
  font-weight: 600;
  padding: 15px 10px 10px 20px;
  transition: all 0.5s;
  letter-spacing: 0.8px;
  color: var(--dark);
  display: block;
  border-radius: 5px;
}

body.woocommerce-account nav.woocommerce-MyAccount-navigation ul li a:hover,
body.woocommerce-account nav.woocommerce-MyAccount-navigation ul li.is-active a {
  background-color: var(--primary);
  border-color: var(--dark);
}

body.woocommerce-account nav.woocommerce-MyAccount-navigation ul li a:hover,
body.woocommerce-account nav.woocommerce-MyAccount-navigation ul li.is-active a {
  color: var(--white);
}

body.woocommerce-account .woocommerce-MyAccount-content p {
  font-size: 18px;
  line-height: 150%;
  color: var(--text);
  padding-bottom: 10px;
}

body.woocommerce-account .woocommerce-MyAccount-content a {
  color: var(--primary);
  font-weight: 600;
}

body.woocommerce-account .woocommerce-MyAccount-content a:hover {
  color: var(--dark);
}

body.woocommerce-account .woocommerce-MyAccount-content .dashboard_content {
  padding-top: 7%;
}

body.woocommerce-account .woocommerce-MyAccount-content .dashboard_content p,
body.woocommerce-account .woocommerce-MyAccount-content .dashboard_content p a,
body.woocommerce-account .woocommerce-MyAccount-content .dashboard_content p strong {
  font-size: 19px;
}

.woosw-item--stock p.stock.in-stock {
  text-align: right;
}

body.woocommerce-account table.woocommerce-orders-table {
  border-collapse: collapse;
}

body.woocommerce-account table.woocommerce-orders-table th,
body.woocommerce-account table.woocommerce-orders-table td {
  border-right: 1px solid #ededed;
}

body.woocommerce-account table.woocommerce-orders-table thead {
  background-color: #efefef;
}

body.woocommerce-account table.woocommerce-orders-table th,
body.woocommerce-account table.woocommerce-orders-table td {
  border-right: 1px solid #d6d6d6;
  padding: 10px 15px;
}

body.woocommerce-account table.woocommerce-orders-table .button {
  background-color: var(--dark);
  color: var(--white);
  padding: 10px 15px;
  font-size: 13px;
}

body.woocommerce-account table.woocommerce-orders-table .button:hover {
  background-color: var(--primary);
}

html body.woocommerce-checkout .wc-block-components-radio-control-accordion-option--checked-option-highlighted {
  box-shadow: none;
  border: 1px solid #d6d6d6;
  background: #f5f5f5;
}

body.woocommerce-edit-address .col2-set.addresses .col-6,
body.woocommerce-edit-address .col2-set.addresses .col-2,
body.woocommerce-view-order .col2-set.addresses .col-1 address,
body.woocommerce-view-order .col2-set.addresses .col-2 address {
  padding: 25px;
}

body.woocommerce-edit-address .col2-set.addresses .col-6,
body.woocommerce-edit-address .col2-set.addresses .col-2 {
  width: 100% !important;
}

body.woocommerce-edit-address .col2-set.addresses .col-6 .title h3,
body.woocommerce-edit-address .col2-set.addresses .col-2 .title h3 {
  letter-spacing: 0.8px;
  font-weight: 700;
  font-size: 25px;
  margin-top: 0;
  color: var(--dark);
}

body.woocommerce-edit-address .col2-set.addresses .col-6 .title .edit,
body.woocommerce-edit-address .col2-set.addresses .col-2 .title .edit {
  font-size: 12px;
  letter-spacing: 0.8px;
  font-weight: 500;
  color: var(--white);
  border-radius: 0px;
  background-color: var(--dark);
  padding: 4px 10px;
  line-height: normal;
}

body.woocommerce-edit-address .col2-set.addresses .col-6 .title a.edit:hover,
body.woocommerce-edit-address .col2-set.addresses .col-2 .title a.edit:hover {
  background-color: var(--primary);
}

body.woocommerce-edit-address .col2-set.addresses .col-6 address,
body.woocommerce-edit-address .col2-set.addresses .col-2 address {
  font-size: 15px;
  font-style: normal;
  color: var(--dark);
  letter-spacing: 0.8px;
  margin-top: 15px;
}

body.woocommerce-edit-address form .woocommerce-address-fields .button[type=submit],
body.woocommerce-edit-account form.woocommerce-EditAccountForm.edit-account .button[type=submit] {
  background-color: var(--primary);
  color: var(--white);
  font-size: 15px;
  letter-spacing: 0.8px;
  font-weight: 600;
  padding: 10px 20px;
  line-height: 25px;
  margin-top: 20px;
  border-radius: 6px;
}

body.woocommerce-edit-address form .woocommerce-address-fields .button[type=submit]:hover,
body.woocommerce-edit-account form.woocommerce-EditAccountForm.edit-account .button[type=submit]:hover {
  background-color: var(--dark);
  color: var(--white);
}

body.woocommerce-edit-address form h3 {
  margin-top: 0;
  font-weight: 700;
  font-size: 25px;
  color: var(--dark);
}

body.woocommerce-edit-address form .woocommerce-address-fields .form-row,
.woocommerce-edit-account form .form-row {
  margin-bottom: 10px;
}

body.woocommerce-edit-address form input,
.woocommerce-edit-account form input {
  padding: 10px 15px;
  border-radius: 0;
  height: auto;
}

body.woocommerce-edit-address form .select2-container .select2-selection--single,
.woocommerce-edit-account form .select2-container .select2-selection--single {
  border-radius: 0px;
}

body.woocommerce-edit-address form .select2-container--default .select2-selection--single .select2-selection__rendered,
.woocommerce-edit-account form .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 45px;
  padding: 0 15px;
  text-align: left;
}

body.woocommerce-edit-address form .select2-container--default .select2-selection--single .select2-selection__arrow,
.woocommerce-edit-account form .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 45px;
}

body.woocommerce-view-order .woocommerce-order-details {
  margin-top: 30px;
  margin-bottom: 50px;
}

body.woocommerce-view-order .woocommerce-order-details h2.woocommerce-order-details__title {
  font-size: 40px;
  margin-bottom: 40px;
}

body.woocommerce-view-order .woocommerce-order-details table.order_details {
  border-radius: 0;
  border-collapse: collapse;
}

body.woocommerce-view-order .woocommerce-order-details table.order_details thead {
  background-color: #efefef;
}

body.woocommerce-view-order .woocommerce-order-details table.order_details th,
body.woocommerce-view-order .woocommerce-order-details table.order_details td {
  padding: 10px 15px;
  border-right: 1px solid #dedede;
  font-size: 15px;
}

body.woocommerce-view-order .woocommerce-order-details table.order_details td .wrp-td,
body.woocommerce-view-order .woocommerce-order-details table.order_details td .product-quantity {
  display: inline-block;
}

body.woocommerce-edit-account form.woocommerce-EditAccountForm.edit-account fieldset {
  border-color: #ebebeb;
}

body.woocommerce-view-order .col2-set.addresses .col-1 address,
body.woocommerce-view-order .col2-set.addresses .col-2 address {
  border: none;
  border-radius: 0;
  color: var(--dark);
  min-height: 260px;
}

body.woocommerce-view-order .col2-set.addresses .col-1 h2.woocommerce-column__title,
body.woocommerce-view-order .col2-set.addresses .col-2 h2.woocommerce-column__title {
  font-size: 29px;
  margin-bottom: 30px;
}

body.woocommerce-view-order .col2-set.addresses .col-1 address .woocommerce-customer-details--phone {
  color: var(--dark);
  margin: 10px 0;
}

body.woocommerce-view-order .col2-set.addresses .col-1 address .woocommerce-customer-details--phone:before,
body.woocommerce-view-order .col2-set.addresses .col-1 address .woocommerce-customer-details--email:before {
  color: var(--dark);
}

body.woocommerce-view-order .col2-set.addresses .col-1 address .woocommerce-customer-details--email {
  color: var(--dark);
}

body.woocommerce-lost-password form.lost_reset_password {
  max-width: 600px;
  margin: 0 auto;
  border-radius: 0;
  border-color: #ebebeb;
  padding: 30px 25px;
  background-color: #f5f5f5;
}

body.woocommerce-lost-password form.lost_reset_password > p:first-child {
  font-size: 15px;
  line-height: 150%;
  letter-spacing: 0.8px;
  margin-bottom: 20px;
}

body.woocommerce-lost-password form.lost_reset_password .form-row {
  width: 100%;
}

body.woocommerce-lost-password form.lost_reset_password .form-row .input-text {
  border-radius: 0;
  border-color: #ebebeb;
}

body.woocommerce-lost-password form.lost_reset_password .form-row .input-text:hover,
body.woocommerce-lost-password form.lost_reset_password .form-row .input-text:focus {
  border-color: var(--dark);
}

body.woocommerce-lost-password form.lost_reset_password .button[type=submit] {
  display: inline-block;
  margin: 0 auto;
  margin-top: 30px;
  background-color: var(--dark);
  color: var(--white);
  padding: 10px 20px;
  min-width: 350px;
  height: 50px;
  font-size: 18px;
  margin-bottom: 20px;
  border-radius: 0;
  transition: all 0.5s;
}

body.woocommerce-lost-password form.lost_reset_password .button[type=submit]:hover {
  background-color: var(--primary);
  color: var(--white);
  transition: all 0.5s;
}

.woocommerce form .form-row .input-text,
.woocommerce form .form-row select {
  border-color: rgb(214, 214, 214) !important;
  color: rgb(33, 31, 31) !important;
  padding: 13px 50px 13px 20px !important;
  font-size: 16px;
  border-width: 1px !important;
}

.select2-container .select2-dropdown,
.select2-container .select2-selection {
  border-color: rgb(214, 214, 214) !important;
}

body.woocommerce-orders .woocommerce-info,
body.woocommerce-account .woocommerce-notices-wrapper .woocommerce-info {
  border-top-color: var(--primary);
  color: #000;
}

body.woocommerce-orders .woocommerce-info::before,
body.woocommerce-account .woocommerce-notices-wrapper .woocommerce-info:before {
  color: var(--primary);
}

body.woocommerce-subscriptions .no_subscriptions.woocommerce-message {
  border-top-color: var(--dark);
}

body.woocommerce-subscriptions .no_subscriptions.woocommerce-message::before {
  color: var(--dark);
}

body.woocommerce-downloads .woocommerce-info {
  border-top-color: var(--primary);
  color: #000;
}

body.woocommerce-downloads .woocommerce-info::before {
  color: var(--primary);
}

.woocommerce-message {
  border-top-color: green;
}

.woocommerce-message::before {
  color: green;
}

body.woocommerce-account .woocommerce #customer_login h2 {
  text-align: center;
}

body.woocommerce-order-received .woocommerce-customer-details h2.woocommerce-column__title {
  font-size: 30px;
  margin-bottom: 15px;
}

body.woocommerce-order-received .woocommerce-order-details h2.woocommerce-order-details__title {
  font-size: 30px;
  margin-bottom: 15px;
}

body.woocommerce-order-received .woocommerce-thankyou-order-received {
  background: rgba(0, 128, 0, 0.2196078431);
  margin-bottom: 30px;
  text-align: center;
  padding: 20px;
  border-radius: 5px;
  color: green;
  display: block;
}

body.woocommerce-order-received .woocommerce-customer-details address {
  padding: 30px 25px;
  position: relative;
  border: 1px solid rgba(0, 0, 0, 0.1) !important;
}

body.woocommerce-order-received .woocommerce-customer-details address .woocommerce-customer-details--phone {
  margin-top: 20px;
}

body.woocommerce-order-received ul.order_details li {
  margin-bottom: 20px;
}

.woocommerce-info .button {
  background: var(--primary) !important;
  color: var(--white) !important;
  text-transform: capitalize;
  order: 1;
}

.woocommerce-info .button:hover {
  background: var(--dark) !important;
  color: var(--white) !important;
  border-color: var(--dark) !important;
}

.woocommerce-info {
  border-top-color: var(--dark) !important;
  font-family: "Mona Sans", sans-serif;
  color: var(--dark) !important;
  margin: 20px 0px !important;
}

.woocommerce-info a {
  color: var(primary) !important;
}

.woocommerce-info a:hover {
  color: var(--dark) !important;
}

.woocommerce-info::before {
  color: var(--dark) !important;
}

.result-count {
  margin: 15px 0px 20px 0px !important;
  display: inline-block;
  color: rgba(0, 0, 0, 0.6);
  font-size: 16px;
  line-height: normal;
}

form.woocommerce-ordering select option {
  cursor: pointer;
}

body.woocommerce-shop .pagination-wrapper.show .woocommerce-pagination.paginations {
  display: block;
}

header.woocommerce-products-header .inner-banner.section {
  display: none;
}

#main > .woocommerce-breadcrumb {
  display: none;
}

.shop-detail {
  position: relative;
}

body.woocommerce-checkout form.woocommerce-checkout h3 {
  font-size: 30px;
  margin-top: 10px;
}

body.woocommerce-checkout form.woocommerce-checkout h4 {
  font-size: 25px;
  margin-top: 10px;
}

.woocommerce table.shop_table thead tr th {
  background: #f5f5f5;
}

#add_payment_method #payment,
.woocommerce-cart #payment,
.woocommerce-checkout #payment {
  background: rgb(246, 245, 248);
}

.woocommerce form .form-row .select2 .select2-selection.select2-selection--single {
  border-color: rgb(214, 214, 214) !important;
  color: rgb(33, 31, 31) !important;
  padding: 13px 20px !important;
  font-size: 16px;
  text-align: left;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  padding: 0px !important;
  line-height: normal !important;
}

button#place_order {
  background: var(primary);
  text-transform: capitalize;
  padding: 17px 30px;
}

button#place_order:hover {
  background: #000;
}

.return-to-shop {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 10px 0px 20px 0px !important;
}

.return-to-shop .button {
  background-color: var(--dark) !important;
  color: var(--white) !important;
  text-transform: capitalize;
}

.return-to-shop .button:hover {
  background: var(primary) !important;
  color: var(--white) !important;
}

form.checkout_coupon button[type=submit] {
  background-color: var(--dark);
  color: var(--white);
  text-transform: capitalize;
  font-size: 17px;
  padding: 15px 25px;
}

form.checkout_coupon button[type=submit]:hover {
  background-color: var(primary);
  color: var(--white);
}

.shop-detail .images .woocommerce-product-gallery__image img {
  background-color: #f4f4f4;
  border-radius: 5px;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

.coupon-error-notice {
  padding-left: 5px;
}

body.woocommerce-downloads .woocommerce-Message a.woocommerce-Button.button {
  display: none;
}

.woocommerce p.stars.selected a:not(.active)::before,
.woocommerce p.stars.selected a.active::before {
  color: #ff9529 !important;
}

.woocommerce #reviews #comment {
  height: 120px !important;
  resize: none;
  background-color: #f5f5f5;
  border-color: #d6d6d6;
  padding: 15px 20px;
  font-size: 17px;
}

#reviews label {
  font-weight: 500;
  text-transform: capitalize;
  color: var(--primary);
  margin-right: 10px;
  font-size: 18px;
}

#reviews input {
  background-color: #f5f5f5;
  border: 1px solid #d6d6d6 !important;
  outline: unset !important;
  box-shadow: unset !important;
  padding: 15px 20px;
  line-height: normal;
  font-size: 17px;
}

#reviews label[for=wp-comment-cookies-consent] {
  font-weight: 400;
  color: var(--text);
  margin-left: 7px;
  font-size: 18px;
}

#reviews input#submit {
  padding: 18px 60px !important;
  display: inline-block;
  border-radius: 100px !important;
  text-transform: uppercase;
  background-color: var(--primary) !important;
  color: var(--secondary) !important;
  font-size: 16px !important;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.96px;
}

#reviews input#submit:hover {
  background-color: var(--secondary) !important;
  color: var(--primary) !important;
}

.woocommerce #review_form #respond .comment-form-rating p.stars {
  display: inline-block;
}

.woocommerce #review_form #respond .comment-form-rating label {
  display: block;
  margin-bottom: 5px;
}

.woocommerce-tabs.wc-tabs-wrapper.section {
  padding: 50px 0px;
}

.woocommerce-Tabs-panel--description p {
  text-align: left !important;
}

html body.woocommerce-checkout .create-account {
  display: none !important;
}

form.woocommerce-shipping-calculator button[type=submit] {
  display: block !important;
  margin-bottom: 0px !important;
  padding: 12px !important;
  background: var(--primary) !important;
  color: #fff;
  font-size: 15px;
}

form.woocommerce-shipping-calculator button[type=submit]:hover {
  background: #000 !important;
  color: #fff;
}

body.woocommerce-checkout .form-row.woocommerce-SavedPaymentMethods-saveNew.woocommerce-validated input[type=checkbox]:before {
  background-color: #ffffff;
}

html body.woocommerce-checkout .checkout-wrap .section.boxwrap .woocommerce-form-coupon-toggle {
  display: none;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt {
  background-color: var(--primary) !important;
  color: var(--white) !important;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt:hover {
  background-color: var(--dark) !important;
  color: var(--white) !important;
}

ul.wc-item-meta {
  padding-left: 0px !important;
}

.product_accodian {
  display: none !important;
}

div:where(.swal2-container).swal2-center > .swal2-popup {
  padding: 20px 15px;
}

div:where(.swal2-icon).swal2-warning {
  border-color: var(--primary);
  color: var(--primary);
  margin-top: 0px !important;
}

div:where(.swal2-container) h2:where(.swal2-title) {
  font-size: 23px !important;
}

div:where(.swal2-container) div:where(.swal2-html-container) {
  font-size: 16px !important;
}

div:where(.swal2-container) button:where(.swal2-styled) {
  background-color: var(--primary) !important;
}

div:where(.swal2-container) button:where(.swal2-styled):hover {
  background-color: var(--dark) !important;
}

p.woocommerce-shipping-destination {
  font-size: 16px !important;
}

.woocommerce-Address {
  padding: 20px;
  border: 1px solid #dddddd;
  border-radius: 10px;
  margin: 15px 0px;
}

.woocommerce-Address a.edit {
  font-size: 16px;
  display: inline-block;
}

.woocommerce-Address header.woocommerce-Address-title.title {
  font-size: 0px;
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 5px;
}

.woocommerce-Address header.woocommerce-Address-title.title h3 {
  margin-bottom: 0px;
}

/* common-inner-banner-section */
.common-inner-banner-section {
  position: relative;
  background-color: #F9F8F8;
  text-align: center;
  padding: 80px 0px;
}

.common-inner-banner-section h1 {
  color: var(--dark);
  text-align: center;
  font-size: 50px;
  font-style: normal;
  font-weight: 800;
  line-height: 106.25%;
  text-transform: capitalize;
  letter-spacing: 0px;
  margin-bottom: 0px;
}

.common-content-section {
  position: relative;
  padding: 60px 0px;
}

.common-content-section .common-content-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
}

.common-content-section .common-content-wrapper h1, .common-content-section .common-content-wrapper h2, .common-content-section .common-content-wrapper h3, .common-content-section .common-content-wrapper h4, .common-content-section .common-content-wrapper h5, .common-content-section .common-content-wrapper h6 {
  margin: 10px 0px;
  line-height: 130%;
  text-align: left;
  letter-spacing: 0px;
  font-weight: 600;
  text-transform: capitalize;
  color: var(--dark);
}

.common-content-section .common-content-wrapper p {
  line-height: 150%;
}

.common-content-section .common-content-wrapper ol {
  margin: 15px 0px;
  position: relative;
  padding-left: 30px;
}

.common-content-section .common-content-wrapper ol > li {
  color: var(--text);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  margin-bottom: 15px;
  list-style: decimal !important;
}

.common-content-section .common-content-wrapper ul {
  position: relative;
  margin: 20px 0px;
}

.common-content-section .common-content-wrapper ul > li {
  position: relative;
  color: var(--text);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  margin-bottom: 15px;
  padding-left: 20px;
}

.common-content-section .common-content-wrapper ul > li::before {
  content: "";
  height: 9px;
  width: 9px;
  display: block;
  position: absolute;
  left: 0px;
  top: 10px;
  border-radius: 50px;
  background: var(--primary);
}

.common-content-section .common-content-wrapper h1 {
  font-size: 40px;
}

.common-content-section .common-content-wrapper h2 {
  font-size: 37px;
}

.common-content-section .common-content-wrapper h3 {
  font-size: 34px;
}

.common-content-section .common-content-wrapper h4 {
  font-size: 28px;
}

.common-content-section .common-content-wrapper h5 {
  font-size: 24px;
}

.common-content-section .common-content-wrapper h6 {
  font-size: 20px;
}

.common-content-section .common-content-wrapper a {
  color: var(--dark);
  font-weight: 500;
}

.common-content-section .common-content-wrapper a:hover {
  color: var(--primary);
}

.woocommerce form .form-row abbr.required {
  display: none;
}

.woocommerce-message a.restore-item {
  color: var(--primary);
  font-weight: 700;
}

.woocommerce-message a.restore-item:hover {
  color: var(--dark);
}

a.shipping-calculator-button {
  color: var(--primary);
  font-weight: 700;
}

a.shipping-calculator-button:hover {
  color: var(--dark);
}

table#alg-product-input-fields-table tr label abbr {
  text-decoration: unset;
}

input[type=radio] {
  width: 18px;
  height: 18px;
  margin-right: 10px !important;
}

ul.products li.product .product-box .woocommerce-LoopProduct-link form.cart table#alg-product-input-fields-table, ul.products li.product .product-box .woocommerce-LoopProduct-link form.cart .qib-button-wrapper {
  display: none;
}

#gallery-slider .gallery-image {
  height: 350px !important;
  margin: 0px 10px;
}

#gallery-slider .gallery-image img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
  border-radius: 10px;
}

footer.footer-section {
  position: relative;
}

.footer-content-sec {
  padding: 95px 0px 120px 0px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
}

.footer-content-sec h2 {
  color: #fff;
  text-transform: uppercase;
}

.footer-content-sec h2 span {
  font-family: sans-serif !important;
  color: transparent;
  font-weight: 900;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #ffffff;
}

.footer-content-sec .footer-content-wrapper {
  margin: 0 auto;
  max-width: 1000px;
}

.footer-content-sec p {
  color: #FFF;
  font-size: 26px;
  line-height: 173.077%;
}

.footer-top {
  padding: 75px 0px 50px 0px;
  position: relative;
}

.footer-top .row-wrapper {
  display: grid;
  grid-template-columns: 220px 720px;
  gap: 50px;
  justify-content: space-between;
  position: relative;
}

.footer-logo {
  margin-bottom: 30px;
}

.footer-logo a {
  display: inline-block;
}

.footer-logo a img {
  max-height: unset;
  max-width: unset;
  width: 200px;
  margin: 0;
}

ul.social-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  position: relative;
}

ul.social-links li a {
  width: 45px;
  height: 45px;
  background-color: #FFF0F0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  transition: all 0.5s;
}

ul.social-links li a img {
  transition: all 0.5s;
}

ul.social-links li a:hover {
  background-color: var(--primary);
}

ul.social-links li a:hover img {
  filter: brightness(0) invert(1);
}

.footer-title {
  color: #231E20;
  font-size: 25px;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 30px;
  padding-bottom: 0px;
}

.footer-links ul li a {
  color: #444;
  text-transform: capitalize;
}

.footer-links ul li a:hover {
  color: var(--primary);
}

.footer-links ul li {
  margin-bottom: 10px;
}

.footer-links ul li:last-child {
  margin-bottom: 0px;
}

.footer-top .row-wrapper .right-col {
  display: flex;
  flex-wrap: wrap;
  gap: 80px;
  justify-content: space-between;
  position: relative;
}

.footer-top .row-wrapper .right-col .main-col-wrapper:nth-child(1) {
  width: 160px;
}

.footer-top .row-wrapper .right-col .main-col-wrapper:nth-child(2) {
  width: 230px;
}

.footer-top .row-wrapper .right-col .main-col-wrapper:nth-child(3) {
  width: 170px;
}

ul.time-listing li {
  margin-bottom: 15px;
}

ul.time-listing li:last-child {
  margin-bottom: 0px;
}

ul.contact-listing li {
  margin-bottom: 20px;
  display: flex;
  gap: 12px;
  color: #444;
  font-size: 16px;
  text-transform: capitalize;
}

ul.contact-listing li a {
  color: #444;
}

ul.contact-listing li a:hover {
  color: var(--primary);
}

.footer-links ul li.current-menu-item a {
  color: var(--primary);
}

.footer-bottom .wrapper {
  text-align: center;
  padding: 34px 0px;
  border-top: 1px solid #BDBDBD;
}

.copyrights span {
  color: var(--primary);
  font-weight: 600;
}

@media only screen and (min-width: 1500px) and (max-width: 1699px) {
  .container, body.single.single-product #content {
    width: 1350px;
  }
  #header::after {
    height: 37px;
    bottom: -35px;
  }
  .common-inner-banner-section h1 {
    font-size: 45px;
  }
  .common-content-section .common-content-wrapper ol > li {
    font-size: 18px;
  }
  .common-content-section .common-content-wrapper ul > li {
    font-size: 18px;
  }
  .common-content-section .common-content-wrapper h1 {
    font-size: 35px;
  }
  .common-content-section .common-content-wrapper h2 {
    font-size: 30px;
  }
  .common-content-section .common-content-wrapper h3 {
    font-size: 26px;
  }
  .common-content-section .common-content-wrapper h4 {
    font-size: 24px;
  }
  .common-content-section .common-content-wrapper h5 {
    font-size: 20px;
  }
  .common-content-section .common-content-wrapper h6 {
    font-size: 18px;
  }
}
@media (max-width: 1499px) {
  html #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-megamenu > ul.mega-sub-menu {
    transform: translate(-73%, 5%) !important;
  }
}
@media only screen and (min-width: 1280px) and (max-width: 1499px) {
  .container, body.single.single-product #content {
    width: 1250px;
  }
  body p {
    font-size: 16px;
  }
  .logo {
    width: 150px;
  }
  html body {
    padding-top: 116px;
  }
  section.main-hero-banner-sec {
    padding: 80px 0px;
  }
  section.main-hero-banner-sec .main-content-box-wrapper {
    width: 630px;
    padding: 40px 35px;
  }
  h2 {
    font-size: 40px;
  }
  .btn-main {
    padding: 15px 35px;
    font-size: 16px;
  }
  .popular-categories-listing .popular-categorie-box .icon {
    width: 120px;
    height: 120px;
    padding: 25px;
  }
  .popular-categories-listing .popular-categorie-box .category-name {
    font-size: 17px;
  }
  section.pure-berries-sec .row-wrapper h2 {
    font-size: 60px;
  }
  section.pure-berries-sec .subtitle {
    font-size: 30px;
  }
  section.pure-berries-sec .subtitle span {
    font-size: 30px;
  }
  section.occasions-section {
    padding: 70px 0px 70px 0px;
  }
  .title {
    font-size: 40px;
  }
  .occasions-box .oc-product-main-image {
    height: 280px;
  }
  section.images-section .two-images-wrapper .image {
    height: 370px;
  }
  section.images-section {
    padding-bottom: 70px;
  }
  section.berry-story-section {
    padding: 70px 0px 70px 0px;
  }
  .testimonial-box {
    padding: 30px 30px 30px 30px;
  }
  .testimonial-box .content, .testimonial-box .content p {
    font-size: 18px;
  }
  section.testimonial-section {
    padding: 80px 0px 80px 0px;
  }
  .footer-content-sec {
    padding: 60px 0px 80px 0px;
  }
  .footer-content-sec p {
    font-size: 20px;
  }
  .footer-top {
    padding: 50px 0px 45px 0px;
  }
  .footer-bottom .wrapper {
    padding: 25px 0px;
  }
  .footer-title {
    font-size: 22px;
    margin-bottom: 25px;
  }
  section.pure-berries-sec .image {
    height: 350px;
    width: 100%;
  }
  .slick-prev {
    left: -10px;
  }
  .slick-arrow {
    right: -10px;
  }
  .nav-main ul li {
    margin-right: 60px;
  }
  #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item > a.mega-menu-link {
    font-size: 17px !important;
  }
  .nav-main ul li a {
    font-size: 17px;
  }
  #header::after {
    height: 35px;
    bottom: -35px;
  }
  .about-us-sec .top-image {
    height: 500px;
  }
  .about-us-sec .bottom-wrapper > h2 {
    margin-bottom: 50px;
  }
  .about-us-sec .about-wrap {
    gap: 80px;
  }
  section.images-section.about {
    padding: 70px 0px 70px 0px;
  }
  section.contact-us-sec {
    padding: 80px 0px 80px 0px;
  }
  section.contact-us-sec .container > h2 {
    margin-bottom: 60px;
  }
  section.contact-us-sec .contact-row-wrapper {
    grid-template-columns: auto 750px;
  }
  .contact-us-form .contact-form {
    margin-top: 30px;
  }
  .contact-info-listing .contact-info-wrap .info-title {
    font-size: 20px;
    padding-bottom: 5px;
  }
  .contact-info-listing {
    gap: 35px;
  }
  .gform_wrapper .gfield input, .gform_wrapper .gfield select, .gform_wrapper .gfield textarea {
    height: 55px;
  }
  .gform_wrapper .gform_footer .gform_button {
    padding: 15px 40px 15px 40px;
    font-size: 16px;
  }
  .inner-banner-section {
    padding: 80px 0px;
  }
  .inner-banner-section .inner-content-wrapper {
    padding: 60px 25px;
  }
  .shop-main-wrapper {
    padding: 80px 0px 0px 0px;
  }
  .product-title {
    font-size: 30px;
  }
  .category-box .category-title {
    font-size: 25px;
    margin-bottom: 15px;
  }
  .category-box {
    border-radius: 15px;
    padding: 22px 20px 30px 20px;
    height: 500px;
  }
  ul.products li.product .product-box .woocommerce-LoopProduct-link {
    height: 250px !important;
  }
  .shop-main-wrapper .row-wrapper {
    grid-template-columns: 340px auto;
  }
  html .woocommerce-pagination ul.page-numbers li .page-numbers {
    width: 45px;
    height: 45px;
  }
  .shop-main-wrapper .row-wrapper .left-wrapper .shop-sidebar {
    top: 160px;
  }
  h1.product_title.entry-title {
    font-size: 35px;
  }
  .woocommerce div.product form.cart .button {
    margin: 20px 0px 5px 0px;
    padding: 15px 20px;
    font-size: 17px;
  }
  body.single-product .woocommerce-tabs .panel h2 {
    font-size: 31px;
  }
  body.single-product section#comments {
    padding: 70px 0px 60px 0px;
  }
  body.single-product section#comments div#respond h3#reply-title {
    font-size: 35px;
  }
  body.single-product section#comments div#respond form#commentform p.comment-notes {
    margin-bottom: 25px;
  }
  body.single-product section#comments div#respond form#commentform input, body.single-product section#comments div#respond form#commentform textarea {
    padding: 8px 15px !important;
  }
  body.single-product section#comments div#respond form#commentform textarea {
    height: 110px;
  }
  body.single-product section#comments div#respond form#commentform input[type=submit] {
    margin-top: 10px;
  }
  body.single.single-product #content {
    padding: 110px 20px 20px 20px;
  }
  body.single-product .woocommerce-tabs ul.tabs > li > a {
    font-size: 17px;
    padding: 13px 30px !important;
  }
  .common-inner-banner-section h1 {
    font-size: 40px;
  }
  .common-content-section .common-content-wrapper ul > li::before {
    height: 7px;
    width: 7px;
    top: 9px;
  }
  .common-content-section .common-content-wrapper ol > li {
    font-size: 16px;
  }
  .common-content-section .common-content-wrapper ul > li {
    font-size: 16px;
  }
  .common-content-section .common-content-wrapper h1 {
    font-size: 35px;
  }
  .common-content-section .common-content-wrapper h2 {
    font-size: 30px;
  }
  .common-content-section .common-content-wrapper h3 {
    font-size: 26px;
  }
  .common-content-section .common-content-wrapper h4 {
    font-size: 24px;
  }
  .common-content-section .common-content-wrapper h5 {
    font-size: 20px;
  }
  .common-content-section .common-content-wrapper h6 {
    font-size: 18px;
  }
}
@media (max-width: 1279px) {
  .head-cta {
    order: -1;
    margin-right: 5px;
  }
  .header .head-cta span {
    display: none;
  }
  html #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-megamenu > ul.mega-sub-menu .mega-menu-columns-3-of-12 {
    width: 100% !important;
  }
  #mega-menu-wrap-main-menu .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner, #mega-menu-wrap-main-menu .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::before, #mega-menu-wrap-main-menu .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::after {
    background-color: #000000 !important;
    height: 2.5px !important;
  }
  html #mega-menu-wrap-main-menu #mega-menu-main-menu {
    position: fixed !important;
    z-index: 999 !important;
  }
  .header-main {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
  }
  #mega-menu-wrap-main-menu .mega-menu-toggle + #mega-menu-main-menu {
    flex-direction: column;
    flex-wrap: nowrap;
    height: 100vh;
    top: 0;
    box-sizing: border-box;
    transition: left 200ms ease-in-out, right 200ms ease-in-out, visibility 200ms ease-in-out;
    overflow-y: auto;
    overflow-x: hidden;
    overscroll-behavior: contain;
    visibility: hidden;
    display: flex;
    background: #FBDDE0 !important;
    box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.08) !important;
    width: 100vw !important;
    padding: 150px 20px 50px 20px !important;
  }
  #mega-menu-wrap-main-menu #mega-menu-main-menu li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator {
    float: right;
    height: 25px;
    width: 40px;
    display: flex;
    align-content: center;
    justify-content: center;
  }
  .custom ul > li:nth-child(1), .custom ul > li:nth-child(2) {
    display: none !important;
  }
  .logo {
    z-index: 1000;
  }
  .cart-item {
    order: -1;
    margin-right: 20px;
  }
  #mega-menu-wrap-main-menu:has(.mega-menu-open) #mega-menu-main-menu[data-effect-mobile^=slide_left] + button.mega-close {
    right: 20px !important;
    top: 25px !important;
  }
  #mega-menu-wrap-main-menu:has(.mega-menu-open) #mega-menu-main-menu[data-effect-mobile^=slide_] + button.mega-close:before {
    color: #000000 !important;
    font-weight: 400 !important;
    font-size: 40px !important;
  }
  #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item {
    border-bottom: 1px solid rgba(203, 27, 39, 0.18) !important;
    padding: 20px 0px !important;
  }
  html #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item > a.mega-menu-link {
    color: #000000 !important;
    font-weight: 600 !important;
  }
  #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item > a.mega-menu-link:hover {
    color: #dc1f26 !important;
  }
  html #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-megamenu > ul.mega-sub-menu:before, html #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-megamenu > ul.mega-sub-menu:after {
    display: none !important;
  }
  html #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-megamenu > ul.mega-sub-menu {
    background: #FFF !important;
    width: 100% !important;
    transform: unset !important;
    padding: 40px 40px 40px 40px;
    border-radius: 21px;
    margin-top: 6px;
    float: left;
    position: static;
  }
  #mega-menu-wrap-main-menu .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated {
    z-index: 9999 !important;
    position: relative;
  }
  .custom ul > li:nth-child(1), .custom ul > li:nth-child(2) {
    display: none !important;
  }
  .h-mobile-menu {
    display: block !important;
  }
  .header-destop-menu {
    display: none;
  }
  .nav-main ul li {
    margin-right: 60px;
  }
  #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item > a.mega-menu-link {
    font-size: 17px !important;
    padding: 0px 10px 0px 0px !important;
  }
  .nav-main ul li a {
    font-size: 17px;
  }
  #mega-menu-wrap-main-menu .mega-menu-toggle {
    display: flex !important;
  }
  #mega-menu-wrap-main-menu #mega-menu-main-menu .mega-toggle-on > ul.mega-sub-menu {
    display: none !important;
  }
  html.mega-menu-main-menu-off-canvas-open #mega-menu-wrap-main-menu #mega-menu-main-menu .mega-toggle-on > ul.mega-sub-menu {
    display: block !important;
  }
  html #mega-menu-wrap-main-menu .mega-menu-toggle ~ button.mega-close {
    left: auto !important;
    top: 37px !important;
  }
  html header.fixed #mega-menu-wrap-main-menu .mega-menu-toggle ~ button.mega-close {
    top: 28px !important;
  }
  .logo {
    width: 150px;
  }
  html body {
    padding-top: 115px;
  }
  section.main-hero-banner-sec {
    padding: 80px 0px;
  }
  section.main-hero-banner-sec .main-content-box-wrapper {
    width: 630px;
    padding: 40px 35px;
  }
  h2 {
    font-size: 40px;
  }
  .btn-main {
    padding: 15px 35px;
    font-size: 16px;
  }
  .popular-categories-listing .popular-categorie-box .icon {
    width: 120px;
    height: 120px;
    padding: 25px;
  }
  .popular-categories-listing .popular-categorie-box .category-name {
    font-size: 17px;
  }
  section.pure-berries-sec .row-wrapper h2 {
    font-size: 40px;
  }
  section.pure-berries-sec .subtitle {
    font-size: 30px;
  }
  section.pure-berries-sec .subtitle span {
    font-size: 30px;
  }
  section.occasions-section {
    padding: 70px 0px 70px 0px;
  }
  .title {
    font-size: 40px;
  }
  .occasions-box .oc-product-main-image {
    height: 260px;
  }
  section.images-section .two-images-wrapper .image {
    height: 330px;
  }
  section.images-section {
    padding-bottom: 70px;
  }
  section.berry-story-section {
    padding: 70px 0px 70px 0px;
  }
  .testimonial-box {
    padding: 30px 30px 30px 30px;
    grid-template-columns: 200px auto;
  }
  .testimonial-box .content, .testimonial-box .content p {
    font-size: 16px;
  }
  .testimonial-box .quate-icon {
    height: 25px;
    width: 30px;
  }
  .footer-top .row-wrapper .right-col {
    gap: 30px;
  }
  .testimonial-box .image-wrap {
    height: 200px;
  }
  .footer-top .row-wrapper {
    grid-template-columns: 220px 630px;
    gap: 50px;
  }
  section.testimonial-section {
    padding: 70px 0px 70px 0px;
  }
  .footer-content-sec {
    padding: 60px 0px 80px 0px;
  }
  .footer-content-sec p {
    font-size: 18px;
  }
  .footer-top {
    padding: 50px 0px 45px 0px;
  }
  .footer-bottom .wrapper {
    padding: 25px 0px;
  }
  .footer-title {
    font-size: 22px;
    margin-bottom: 25px;
  }
  section.pure-berries-sec .image {
    height: 350px;
    width: 100%;
  }
  .slick-prev {
    left: -10px;
  }
  .slick-arrow {
    right: -10px;
  }
  #header::after {
    height: 34px;
    bottom: -31px;
  }
  .about-us-sec .top-image {
    height: 400px;
  }
  .about-us-sec .bottom-wrapper > h2 {
    margin-bottom: 50px;
  }
  .about-us-sec .about-wrap {
    gap: 60px;
  }
  section.images-section.about {
    padding: 70px 0px 70px 0px;
  }
  .about-us-sec .about-wrap .right-wrap .title {
    margin-bottom: 15px;
  }
  .about-us-sec .about-wrap .right-wrap .btn-red.btn-main {
    margin-top: 15px;
  }
  .about-us-sec {
    padding: 70px 0px 70px 0px;
  }
  section.contact-us-sec {
    padding: 80px 0px 70px 0px;
  }
  section.contact-us-sec .container > h2 {
    margin-bottom: 50px;
  }
  section.contact-us-sec .contact-row-wrapper {
    grid-template-columns: auto 550px;
    gap: 50px;
  }
  .contact-us-form .contact-form {
    margin-top: 30px;
  }
  .contact-info-listing .contact-info-wrap .info-title {
    font-size: 20px;
    padding-bottom: 5px;
  }
  .contact-info-listing {
    gap: 35px;
  }
  .gform_wrapper .gfield input, .gform_wrapper .gfield select, .gform_wrapper .gfield textarea {
    height: 55px;
  }
  .gform_wrapper .gform_footer .gform_button {
    padding: 15px 40px 15px 40px;
    font-size: 16px;
  }
  .contact-info-listing .contact-info-wrap p, .contact-info-listing .contact-info-wrap a {
    font-size: 17px;
  }
  .inner-banner-section {
    padding: 80px 0px;
  }
  .inner-banner-section .inner-content-wrapper {
    padding: 40px 25px;
  }
  .shop-main-wrapper {
    padding: 70px 0px 0px 0px;
  }
  .product-title {
    font-size: 27px;
  }
  .category-box .category-title {
    font-size: 22px;
    margin-bottom: 10px;
  }
  .category-box {
    border-radius: 15px;
    padding: 22px 20px 30px 20px;
    height: 500px;
  }
  ul.products li.product .product-box .woocommerce-LoopProduct-link {
    height: 250px !important;
  }
  .shop-main-wrapper .row-wrapper {
    grid-template-columns: 300px auto;
    gap: 40px;
  }
  .category-box ul.category-list li {
    padding: 17px 0px;
  }
  .category-box ul.category-list li a {
    font-size: 16px;
  }
  html .aws-container .aws-search-field {
    font-size: 15px !important;
  }
  html .woocommerce-pagination ul.page-numbers li .page-numbers {
    width: 45px;
    height: 45px;
  }
  .shop-main-wrapper .row-wrapper .left-wrapper .shop-sidebar {
    top: 160px;
  }
  h1.product_title.entry-title {
    font-size: 35px;
  }
  .woocommerce div.product form.cart .button {
    margin: 20px 0px 5px 0px;
    padding: 15px 20px;
    font-size: 17px;
  }
  body.single-product .woocommerce-tabs .panel h2 {
    font-size: 31px;
  }
  body.single-product section#comments {
    padding: 70px 0px 60px 0px;
  }
  body.single-product section#comments div#respond h3#reply-title {
    font-size: 35px;
  }
  body.single-product section#comments div#respond form#commentform p.comment-notes {
    margin-bottom: 25px;
  }
  body.single-product section#comments div#respond form#commentform input, body.single-product section#comments div#respond form#commentform textarea {
    padding: 8px 15px !important;
  }
  body.single-product section#comments div#respond form#commentform textarea {
    height: 110px;
  }
  body.single-product section#comments div#respond form#commentform input[type=submit] {
    margin-top: 10px;
  }
  body.single.single-product #content {
    padding: 110px 20px 20px 20px;
  }
  body.single-product .woocommerce-tabs ul.tabs > li > a {
    font-size: 17px;
    padding: 13px 30px !important;
  }
  body.single-product section#comments div#respond {
    width: 530px;
    padding: 30px 35px;
  }
  body.single-product section#comments:after {
    height: 350px;
    width: 48%;
  }
  body.woocommerce-account .entry-content {
    padding: 60px 20px;
  }
  body.woocommerce-account .woocommerce form.woocommerce-form-login.login .form-row .button[type=submit],
  body.woocommerce-account .woocommerce form.woocommerce-form-register.register .form-row .button[type=submit] {
    margin-top: 25px;
    margin-bottom: 15px;
  }
  body.woocommerce-account .woocommerce h2 {
    font-size: 25px;
    margin-bottom: 20px;
  }
  body.woocommerce-account nav.woocommerce-MyAccount-navigation ul li a {
    font-size: 16px;
    padding: 10px 10px 10px 15px;
  }
  .woocommerce ul#shipping_method li label {
    justify-content: end;
  }
}
@media only screen and (min-width: 1121px) and (max-width: 1279px) {
  .container, body.single.single-product #content {
    width: 1121px;
  }
  body p {
    font-size: 16px;
  }
  .common-inner-banner-section h1 {
    font-size: 35px;
  }
  .common-content-section .common-content-wrapper ul > li::before {
    height: 7px;
    width: 7px;
    top: 9px;
  }
  .common-content-section .common-content-wrapper ol > li {
    font-size: 16px;
  }
  .common-content-section .common-content-wrapper ul > li {
    font-size: 16px;
  }
  .common-content-section .common-content-wrapper h1 {
    font-size: 35px;
  }
  .common-content-section .common-content-wrapper h2 {
    font-size: 30px;
  }
  .common-content-section .common-content-wrapper h3 {
    font-size: 26px;
  }
  .common-content-section .common-content-wrapper h4 {
    font-size: 24px;
  }
  .common-content-section .common-content-wrapper h5 {
    font-size: 20px;
  }
  .common-content-section .common-content-wrapper h6 {
    font-size: 18px;
  }
}
@media (max-width: 1120px) {
  #header .mobile {
    display: block !important;
  }
  #header .destop {
    display: none !important;
  }
  .container, body.single.single-product #content {
    width: 100%;
  }
  body p {
    font-size: 15px;
  }
  html .woocommerce-pagination ul.page-numbers li .page-numbers {
    width: 45px;
    height: 45px;
  }
  .shop-main-wrapper .row-wrapper .left-wrapper .shop-sidebar {
    top: 160px;
  }
  body.single-product section#comments div#respond {
    width: 480px;
  }
  .common-inner-banner-section h1 {
    font-size: 35px;
  }
  .common-content-section .common-content-wrapper ul > li::before {
    height: 7px;
    width: 7px;
    top: 9px;
  }
  .common-content-section .common-content-wrapper ol > li {
    font-size: 16px;
  }
  .common-content-section .common-content-wrapper ul > li {
    font-size: 16px;
  }
  .common-content-section .common-content-wrapper h1 {
    font-size: 35px;
  }
  .common-content-section .common-content-wrapper h2 {
    font-size: 30px;
  }
  .common-content-section .common-content-wrapper h3 {
    font-size: 26px;
  }
  .common-content-section .common-content-wrapper h4 {
    font-size: 24px;
  }
  .common-content-section .common-content-wrapper h5 {
    font-size: 20px;
  }
  .common-content-section .common-content-wrapper h6 {
    font-size: 18px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1120px) {
  #header::after {
    bottom: -29px;
  }
}
@media (max-width: 991px) {
  body p {
    font-size: 15px;
  }
  .logo {
    width: 130px;
  }
  #header.fixed .logo {
    width: 110px;
  }
  html body {
    padding-top: 104px;
  }
  section.main-hero-banner-sec {
    padding: 50px 0px;
  }
  section.main-hero-banner-sec .main-content-box-wrapper {
    width: 490px;
    padding: 25px 25px;
    gap: 20px;
  }
  h2 {
    font-size: 30px;
  }
  .btn-main {
    padding: 13px 25px;
    font-size: 15px;
  }
  section.popular-categories-section {
    padding: 50px 0px;
  }
  section.popular-categories-section h2 {
    font-size: 28px;
    margin-bottom: 25px;
  }
  .popular-categories-listing {
    gap: 20px;
  }
  .popular-categories-listing .popular-categorie-box .icon {
    width: 80px;
    height: 80px;
    padding: 15px;
  }
  .popular-categories-listing .popular-categorie-box .category-name {
    font-size: 15px;
  }
  section.pure-berries-sec .image {
    height: 250px;
  }
  section.pure-berries-sec .row-wrapper h2 {
    font-size: 30px;
    margin-bottom: 10px;
  }
  section.pure-berries-sec .subtitle {
    font-size: 20px;
  }
  section.pure-berries-sec .subtitle span {
    font-size: 20px;
  }
  section.occasions-section {
    padding: 50px 0px 50px 0px;
  }
  .title {
    font-size: 30px;
  }
  .occasions-box {
    margin: 0 6px;
  }
  section.images-section .two-images-wrapper .image {
    height: 220px;
  }
  section.images-section {
    padding-bottom: 50px;
  }
  html #mega-menu-wrap-main-menu .mega-menu-toggle ~ button.mega-close {
    top: 28px !important;
  }
  html header.fixed #mega-menu-wrap-main-menu .mega-menu-toggle ~ button.mega-close {
    top: 23px !important;
  }
  section.berry-story-section {
    padding: 50px 0px 50px 0px;
  }
  section.testimonial-section {
    padding: 60px 0px 60px 0px;
  }
  .title img {
    height: 25px;
    width: 25px;
  }
  .footer-content-sec {
    padding: 50px 0px 70px 0px;
  }
  .footer-content-sec h2 {
    margin-bottom: 10px;
  }
  .footer-content-sec p {
    font-size: 16px;
  }
  .footer-top {
    padding: 40px 0px 40px 0px;
  }
  .footer-logo a img {
    width: 160px;
  }
  .footer-bottom .wrapper {
    padding: 20px 0px;
  }
  .footer-top .row-wrapper {
    grid-template-columns: 170px 500px;
    gap: 40px;
  }
  .footer-top .row-wrapper .right-col .main-col-wrapper:nth-child(1) {
    width: 120px;
  }
  .footer-top .row-wrapper .right-col .main-col-wrapper:nth-child(2) {
    width: 160px;
  }
  .footer-top .row-wrapper .right-col .main-col-wrapper:nth-child(3) {
    width: 150px;
  }
  .footer-title {
    font-size: 16px;
    margin-bottom: 20px;
  }
  ul.social-links li a {
    width: 35px;
    height: 35px;
    padding: 8px;
  }
  .footer-links ul li a {
    font-size: 15px;
  }
  ul.time-listing li {
    font-size: 14px;
  }
  ul.contact-listing li a, ul.contact-listing li {
    font-size: 14px;
  }
  ul.contact-listing li {
    gap: 5px;
    font-size: 14px;
  }
  .footer-bottom .wrapper {
    padding: 20px 0px;
  }
  #header::after {
    height: 26px;
    bottom: -22px;
    width: 110%;
  }
  .about-us-sec .top-image {
    height: 300px;
  }
  .about-us-sec {
    padding: 50px 0px 60px 0px;
  }
  .about-us-sec .bottom-wrapper > h2 {
    margin-bottom: 40px;
  }
  .about-us-sec .about-wrap {
    gap: 40px;
  }
  section.images-section.about {
    padding: 50px 0px 50px 0px;
  }
  section.contact-us-sec {
    padding: 70px 0px 60px 0px;
  }
  section.contact-us-sec .container > h2 {
    margin-bottom: 40px;
  }
  section.contact-us-sec .contact-row-wrapper {
    grid-template-columns: 100%;
    gap: 40px;
  }
  .contact-info-listing {
    gap: 30px;
  }
  .inner-banner-section {
    padding: 60px 0px;
  }
  .inner-banner-section .inner-content-wrapper {
    padding: 25px 20px;
    width: 450px;
  }
  .shop-main-wrapper {
    padding: 60px 0px 0px 0px;
  }
  .shop-main-wrapper .row-wrapper {
    grid-template-columns: 100%;
  }
  .category-box {
    padding: 20px 20px 25px 20px;
    height: 400px;
  }
  body.single.single-product #content {
    padding: 80px 20px 20px 20px;
  }
  h1.product_title.entry-title {
    font-size: 27px;
  }
  .price {
    font-size: 20px !important;
  }
  .woocommerce div.product form.cart .variations tr {
    margin-bottom: 15px !important;
  }
  .woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item) {
    padding: 7px 13px !important;
  }
  .woo-variation-swatches .wvs-style-squared.variable-items-wrapper .variable-item:not(.radio-variable-item).button-variable-item .variable-item-span {
    font-size: 15px;
  }
  body.single-product .quantity .qty {
    width: 100px;
    font-size: 18px;
  }
  .woocommerce div.product .woocommerce-tabs ul.tabs {
    margin-bottom: 35px !important;
  }
  body.single-product .woocommerce-tabs .panel h2 {
    font-size: 26px;
  }
  section.related.products {
    padding: 60px 0px;
    margin-top: 20px;
  }
  section.related.products .title-wrapper {
    gap: 20px;
    margin-bottom: 30px;
  }
  body.single-product section#comments {
    padding: 50px 0px 50px 0px;
  }
  body.single-product section#comments:after {
    display: none;
  }
  body.single-product section#comments div#respond {
    width: 100%;
  }
  body.woocommerce-cart .cart-wrap .row {
    display: flex;
    flex-direction: column;
  }
  body.woocommerce-cart .col-lg-8,
  .col-lg-4 {
    width: 100%;
  }
  body.woocommerce-cart .woocommerce-cart-form__contents thead {
    display: none;
  }
  body.woocommerce-cart .woocommerce-cart-form__contents tr {
    display: block;
    border-bottom: 2px solid #eee;
  }
  body.woocommerce-cart .woocommerce-cart-form__contents td {
    display: flex;
    justify-content: space-between;
    padding: 10px 5px;
    border: none;
  }
  body.woocommerce-cart .woocommerce-cart-form__contents td::before {
    content: attr(data-title);
    font-weight: bold;
    flex-basis: 50%;
  }
  body.woocommerce-cart .coupon {
    width: 100%;
    margin-bottom: 10px;
  }
  body.woocommerce-cart .coupon input {
    width: calc(100% - 120px);
  }
  body.woocommerce-cart .actions {
    text-align: center;
  }
  body.woocommerce-cart .checkout-button {
    margin-top: 20px;
  }
  body.woocommerce-cart h1.entry-title, body.woocommerce-checkout h1.entry-title, body.woocommerce-account h1.entry-title, .woocommerce-wishlist h1.entry-title {
    padding: 40px 0px;
    font-size: 30px;
  }
  body.woocommerce-cart .cart-wrap {
    padding: 40px 0px;
  }
  body.woocommerce-checkout .woocommerce-info,
  body.woocommerce-cart .woocommerce-info {
    margin: 0px 0px 15px 0px !important;
  }
  body.woocommerce-checkout .entry-content .wc-block-components-main {
    width: 100%;
    padding-right: 0px;
  }
  body.woocommerce-checkout .entry-content .wc-block-components-sidebar {
    width: 100%;
    padding-left: 0px;
    margin-top: 60px;
  }
  body.woocommerce-checkout .entry-content form.wc-block-checkout__form h2 {
    font-size: 28px;
  }
  html body.woocommerce-checkout .entry-content form.wc-block-checkout__form .wc-block-components-checkout-place-order-button {
    margin: 0 auto;
  }
  body.woocommerce-account .woocommerce form.woocommerce-form-login.login {
    margin-bottom: 50px;
  }
  body.woocommerce-checkout h1.entry-title,
  body.woocommerce-account h1.entry-title {
    font-size: 35px;
  }
  body.woocommerce-account .entry-content {
    padding: 50px 15px;
  }
  body.woocommerce-account .woocommerce h2 {
    font-size: 30px;
    margin-bottom: 25px;
  }
  body.woocommerce-view-order .woocommerce-order-details h2.woocommerce-order-details__title {
    font-size: 25px;
    margin-bottom: 15px;
  }
  body.woocommerce-view-order .woocommerce-order-details {
    margin-top: 20px;
    margin-bottom: 35px;
  }
  body.woocommerce-account .woocommerce-MyAccount-content p {
    font-size: 16px;
  }
  body.woocommerce-edit-address .col2-set.addresses .col-1 {
    margin-bottom: 20px;
  }
  body.woocommerce-account .woocommerce-MyAccount-content {
    margin-top: 50px;
  }
  .woocommerce .col2-set .col-1,
  .woocommerce .col2-set .col-2,
  .woocommerce-page .col2-set .col-1,
  .woocommerce-page .col2-set .col-2 {
    float: none !important;
    width: 100% !important;
  }
  body.woocommerce-checkout .woocommerce-info,
  body.woocommerce-cart .woocommerce-info {
    margin: 0px 0px 15px 0px !important;
  }
  body.woocommerce-checkout form.woocommerce-checkout h3 {
    font-size: 28px;
  }
  body.woocommerce-checkout form.woocommerce-checkout h4 {
    font-size: 22px;
  }
  .woocommerce form .form-row .input-text,
  .woocommerce form .form-row select {
    padding: 8px 50x 8px 15px !important;
    font-size: 15px;
  }
  .woocommerce form .form-row-first,
  .woocommerce form .form-row-last,
  .woocommerce-page form .form-row-first,
  .woocommerce-page form .form-row-last {
    width: 100% !important;
  }
  .woocommerce form .form-row .select2 .select2-selection.select2-selection--single {
    padding: 8px 15px !important;
    font-size: 15px;
  }
  .wishlist_table li {
    border: 1px solid #e7dada;
    padding: 20px 10px;
  }
  .wishlist_table li table {
    width: 100%;
  }
  .wishlist_table li .product-add-to-cart {
    margin-top: 15px;
  }
  body.woocommerce-wishlist .entry-content {
    padding: 50px 20px 0px 20px;
  }
  #gallery-slider .gallery-image {
    height: 270px !important;
  }
}
@media (max-width: 768px) {
  .woocommerce #content table.cart .product-thumbnail,
  .woocommerce table.cart .product-thumbnail,
  .woocommerce-page #content table.cart .product-thumbnail,
  .woocommerce-page table.cart .product-thumbnail {
    display: block !important;
  }
  .woocommerce table.cart .product-thumbnail,
  .woocommerce-page #content table.cart td.product-thumbnail:before,
  .woocommerce-page table.cart td.product-thumbnail:before {
    display: none !important;
  }
  .woocommerce #content table.cart .product-thumbnail img,
  .woocommerce table.cart .product-thumbnail img,
  .woocommerce-page #content table.cart .product-thumbnail img,
  .woocommerce-page table.cart .product-thumbnail img {
    margin: 0 !important;
  }
}
@media (max-width: 767px) {
  body.woocommerce-edit-address .col2-set.addresses .col-6 address br, body.woocommerce-edit-address .col2-set.addresses .col-2 address br {
    display: block !important;
  }
  #header .wrapper .mobile-menu {
    padding: 120px 20px 20px 20px;
  }
  .page-not-found {
    padding: 60px 0px 50px;
  }
  .page-not-found h1 {
    margin-bottom: 20px;
    font-size: 25px;
  }
  br {
    display: none;
  }
  .mobile-list-menu {
    display: block;
  }
  .logo {
    width: 110px;
  }
  #header {
    padding: 10px 0 10px 0px;
  }
  #header.fixed {
    padding: 8px 0 8px 0px;
  }
  #header.fixed .logo {
    width: 90px;
  }
  html body {
    padding-top: 76px;
  }
  section.main-hero-banner-sec .main-content-box-wrapper {
    width: 100%;
    padding: 20px 20px;
    gap: 15px;
  }
  h2 {
    font-size: 25px;
  }
  .btn-main {
    padding: 10px 21px;
    font-size: 14px;
  }
  section.main-hero-banner-sec {
    padding: 45px 0px 30px 0px;
  }
  section.popular-categories-section h2 {
    font-size: 23px;
    margin-bottom: 20px;
  }
  section.popular-categories-section {
    padding: 40px 0px;
  }
  .popular-categories-listing {
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
  }
  .popular-categories-listing .popular-categorie-box .category-name {
    font-size: 13px;
  }
  .popular-categories-listing .popular-categorie-box .icon {
    width: 70px;
    height: 70px;
    padding: 14px;
  }
  .popular-categories-listing .popular-categorie-box {
    gap: 10px;
  }
  section.pure-berries-sec .row-wrapper {
    grid-template-columns: 100%;
    gap: 10px;
  }
  section.pure-berries-sec .image {
    height: 200px;
  }
  section.pure-berries-sec .row-wrapper h2 {
    font-size: 25px;
    margin-bottom: 12px;
  }
  section.pure-berries-sec .subtitle {
    font-size: 18px;
  }
  section.pure-berries-sec .subtitle span {
    font-size: 18px;
  }
  .title {
    font-size: 25px;
    line-height: 120%;
  }
  .btn-wrapper {
    margin-top: 30px;
  }
  section.images-section .two-images-wrapper {
    grid-template-columns: 100%;
  }
  section.testimonial-section {
    padding: 50px 0px 50px 0px;
  }
  .testimonial-box {
    padding: 25px;
    grid-template-columns: 100%;
    gap: 15px;
  }
  .footer-content-sec p {
    font-size: 13px;
  }
  .footer-content-sec {
    padding: 35px 0px 50px 0px;
    background-position: right;
  }
  .footer-top {
    padding: 30px 0px 40px 0px;
  }
  .footer-top .row-wrapper {
    grid-template-columns: 100%;
    gap: 30px;
  }
  .footer-logo {
    margin-bottom: 20px;
  }
  .mobile-hide {
    display: none;
  }
  .footer-top .row-wrapper .right-col {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .footer-top .row-wrapper .right-col .main-col-wrapper:nth-child(2), .footer-top .row-wrapper .right-col .main-col-wrapper:nth-child(3) {
    width: 100%;
  }
  ul.contact-listing li .icon {
    width: 25px;
    height: 25px;
  }
  .title img {
    height: 20px;
    width: 20px;
  }
  html #mega-menu-wrap-main-menu .mega-menu-toggle ~ button.mega-close {
    top: 23px !important;
  }
  #mega-menu-wrap-main-menu .mega-menu-toggle + #mega-menu-main-menu {
    padding: 100px 20px 40px 20px !important;
  }
  #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item > a.mega-menu-link {
    font-size: 16px !important;
  }
  #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item {
    padding: 17px 0px !important;
  }
  html #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-megamenu > ul.mega-sub-menu {
    padding: 25px;
    border-radius: 10px;
  }
  html #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column-standard h4.mega-block-title, html #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item h4.mega-block-title {
    font-size: 17px !important;
  }
  html #mega-menu-wrap-main-menu #mega-menu-main-menu li:last-child a.mega-menu-link {
    padding-right: 0px !important;
  }
  #mega-menu-wrap-main-menu #mega-menu-main-menu a.mega-menu-link {
    font-size: 16px !important;
  }
  #mega-menu-wrap-main-menu #mega-menu-main-menu li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item {
    margin-bottom: 15px;
  }
  #header::after {
    height: 10px;
    bottom: -8px;
  }
  .about-us-sec .top-image {
    height: 200px;
  }
  .about-us-sec .bottom-wrapper > h2 {
    margin-bottom: 25px;
  }
  .about-us-sec .about-wrap {
    grid-template-columns: 100%;
    gap: 30px;
  }
  .about-us-sec {
    padding: 40px 0px 50px 0px;
  }
  section.contact-us-sec {
    padding: 50px 0px 50px 0px;
  }
  section.contact-us-sec .container > h2 {
    margin-bottom: 35px;
  }
  .contact-info-listing .contact-info-wrap .icon {
    width: 40px;
    min-width: 40px;
    height: 40px;
    padding: 10px;
  }
  .contact-info-listing .contact-info-wrap .info-title {
    font-size: 18px;
  }
  .contact-info-listing .contact-info-wrap p, .contact-info-listing .contact-info-wrap a {
    font-size: 16px;
  }
  .contact-info-listing .contact-info-wrap p {
    padding-bottom: 2px;
  }
  .contact-us-form {
    border-radius: 10px;
    padding: 25px 20px;
  }
  .contact-us-form h2 {
    margin-bottom: 10px;
  }
  .contact-us-form .contact-form {
    margin-top: 15px;
  }
  .gform_wrapper.gravity-theme .gform_fields {
    grid-gap: 10px !important;
  }
  .gform_wrapper .gfield input, .gform_wrapper .gfield select, .gform_wrapper .gfield textarea {
    height: 45px;
    padding: 5px 15px !important;
    font-size: 14px !important;
  }
  html .gform_wrapper .gfield textarea {
    height: 100px !important;
    padding: 13px 15px !important;
  }
  .gform_wrapper .gform_footer .gform_button {
    padding: 15px 25px 15px 25px;
    font-size: 15px;
    line-height: normal !important;
  }
  .about-us-sec .about-wrap .left-wrap .image {
    position: unset;
  }
  .inner-banner-section {
    padding: 50px 0px;
  }
  .inner-banner-section .inner-content-wrapper {
    padding: 15px 15px;
    width: 100%;
  }
  .inner-banner-section .inner-content-wrapper h2 {
    font-size: 20px;
  }
  .shop-main-wrapper {
    padding: 50px 0px 0px 0px;
  }
  .category-box {
    height: 350px;
    border-radius: 10px;
  }
  .shop-main-wrapper .right-wrapper .top-wrapper {
    align-items: flex-start;
    margin-bottom: 40px;
    flex-direction: column;
    gap: 30px;
  }
  .product-title {
    text-align: center;
    width: 100%;
  }
  ul.products {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 25px 15px;
  }
  ul.products li.product .product-box .woocommerce-LoopProduct-link {
    height: 180px !important;
    margin-bottom: 10px;
    border-radius: 10px;
  }
  .shop-main-wrapper .row-wrapper .left-wrapper .shop-sidebar {
    position: unset;
  }
  html .woocommerce-pagination ul.page-numbers li .page-numbers {
    width: 35px;
    height: 35px;
    font-size: 15px;
  }
  html .woocommerce-pagination ul.page-numbers li {
    margin-right: 7px !important;
  }
  html .woocommerce-pagination ul.page-numbers li .prev.page-numbers, html .woocommerce-pagination ul.page-numbers li .next.page-numbers {
    background-size: 22px !important;
  }
  body.single.single-product #content {
    padding: 50px 20px 20px 20px;
  }
  .woocommerce div.product div.images .flex-control-thumbs {
    grid-template-columns: repeat(4, 1fr);
  }
  h1.product_title.entry-title {
    font-size: 23px;
    margin-bottom: 15px;
  }
  .price {
    font-size: 18px !important;
  }
  .woocommerce-product-details__short-description p {
    font-size: 14px;
  }
  .woocommerce div.product form.cart .variations .label {
    font-size: 13px;
  }
  .woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item) {
    padding: 7px 10px !important;
  }
  .woo-variation-swatches .wvs-style-squared.variable-items-wrapper .variable-item:not(.radio-variable-item).button-variable-item .variable-item-span {
    font-size: 13px;
  }
  table#alg-product-input-fields-table tr label {
    font-size: 14px;
  }
  html body.single-product .quantity .screen-reader-text {
    font-size: 14px !important;
  }
  .woocommerce div.product form.cart .button {
    margin: 15px 0px 5px 0px;
    padding: 11px 15px;
    font-size: 15px;
  }
  body.single-product .woocommerce-tabs ul.tabs > li > a {
    font-size: 13px;
    padding: 10px 18px !important;
  }
  .woocommerce div.product .woocommerce-tabs ul.tabs {
    margin-bottom: 20px !important;
  }
  body.single-product .woocommerce-tabs .panel h2 {
    font-size: 18px;
  }
  body.single-product .woocommerce-tabs .panel table tr th, body.single-product .woocommerce-tabs .panel table tr td {
    padding: 6px 10px;
  }
  body.single-product .woocommerce-tabs .panel table tr th, body.single-product .woocommerce-tabs .panel table tr td, body.single-product .woocommerce-tabs .panel table tr p {
    font-size: 13px;
  }
  body.single-product .woocommerce-tabs {
    padding: 10px 0px 30px 0px;
  }
  section.related.products {
    padding: 50px 0px;
  }
  section.related.products .title-wrapper {
    justify-content: center;
  }
  .woocommerce .collection-wrap .collection-btn {
    padding: 12px 33px 12px 13px;
    font-size: 15px;
    width: 200px;
  }
  ul.products.occasions-slider li.product .product-box .woocommerce-LoopProduct-link {
    height: 300px !important;
  }
  body.single-product section#comments {
    padding: 50px 0px 30px 0px;
  }
  body.single-product section#comments div#respond {
    padding: 25px 25px;
    border-radius: 10px;
  }
  body.single-product section#comments div#respond h3#reply-title {
    font-size: 26px;
  }
  body.single-product section#comments div#respond form#commentform p.comment-notes {
    margin-bottom: 15px;
  }
  body.single-product section#comments div#respond form#commentform label {
    font-size: 13px;
  }
  body.single-product section#comments div#respond form#commentform textarea {
    height: 90px;
  }
  body.single-product section#comments div#respond form#commentform input[type=submit] {
    font-size: 13px !important;
  }
  table#alg-product-input-fields-table input[form=cart] {
    padding: 9px 15px;
  }
  body.single-product .quantity .qty {
    width: 80px;
    font-size: 17px;
    padding: 8px 8px;
  }
  .woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item) {
    margin: 0px 7px 7px 0px !important;
  }
  body.woocommerce-cart .coupon button {
    padding: 10px 10px;
    width: 100% !important;
  }
  body.woocommerce-cart .actions input#coupon_code {
    width: 100% !important;
    margin: 5px 0px 10px 0px;
  }
  body.woocommerce-cart .actions .button[name=update_cart] {
    margin-left: 0px;
  }
  body.woocommerce-checkout .entry-content .wc-block-components-sidebar {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  body.woocommerce-checkout .entry-content .wc-block-components-sidebar .wc-block-components-checkout-order-summary__title {
    margin-top: 0px;
  }
  body.woocommerce-checkout .entry-content form.wc-block-checkout__form h2 {
    font-size: 24px;
    margin-bottom: 10px;
  }
  body.woocommerce-checkout .entry-content .wcs-recurring-totals-panel .wc-block-components-panel__button {
    padding-left: 15px !important;
  }
  body.woocommerce-checkout .entry-content .wcs-recurring-totals-panel .wc-block-components-panel__button .wc-block-components-panel__button-icon {
    padding-right: 15px;
  }
  html body.woocommerce-checkout .entry-content form.wc-block-checkout__form button[type=button],
  body.woocommerce-checkout .entry-content .wc-block-components-totals-coupon__form button {
    font-size: 14px;
    padding: 10px 20px !important;
  }
  body.woocommerce-checkout h1.entry-title,
  body.woocommerce-account h1.entry-title {
    padding: 40px 20px 40px 20px;
    font-size: 25px;
  }
  body.woocommerce-account .woocommerce h2 {
    font-size: 28px;
    margin-bottom: 15px;
  }
  body.woocommerce-account .woocommerce form.woocommerce-form-login.login .form-row .button[type=submit],
  body.woocommerce-account .woocommerce form.woocommerce-form-register.register .form-row .button[type=submit] {
    padding: 8px 15px;
    min-width: 190px;
    height: 45px;
    font-size: 15px;
  }
  body.woocommerce-account .woocommerce form.woocommerce-form-login.login {
    margin-bottom: 40px;
  }
  body.woocommerce-account .woocommerce form.woocommerce-form-login.login,
  body.woocommerce-account .woocommerce form.woocommerce-form-register.register {
    padding: 30px 20px;
  }
  body.woocommerce-lost-password label,
  body.woocommerce-account label {
    font-size: 14px;
  }
  body.woocommerce-account .woocommerce form.woocommerce-form-login.login .form-row.woocommerce-form-row .input-text,
  body.woocommerce-account .woocommerce form.woocommerce-form-register.register .form-row.woocommerce-form-row .input-text,
  body.woocommerce-lost-password .input-text {
    height: 40px;
    font-size: 15px;
  }
  .woocommerce form .form-row .input-text,
  .woocommerce form .form-row select {
    padding: 8px 45px 8px 15px !important;
  }
  body.woocommerce-lost-password form.lost_reset_password .button[type=submit] {
    margin-top: 10px;
    min-width: 180px;
    height: 40px;
    font-size: 15px;
  }
  body.woocommerce-lost-password form.lost_reset_password > p:first-child {
    font-size: 14px;
    margin-bottom: 0px;
  }
  body.woocommerce-lost-password form.lost_reset_password {
    padding: 30px 20px;
  }
  body.woocommerce-edit-address form .woocommerce-address-fields .button[type=submit],
  body.woocommerce-edit-account form.woocommerce-EditAccountForm.edit-account .button[type=submit] {
    font-size: 14px;
    line-height: 20px;
  }
  body.woocommerce-account .woocommerce-MyAccount-content {
    margin-top: 35px;
  }
  body.woocommerce-order-received .woocommerce-customer-details {
    margin-bottom: 0px;
  }
  body.woocommerce-order-received .woocommerce-thankyou-order-received {
    margin-bottom: 25px;
    padding: 15px 10px;
  }
  body.woocommerce-order-received ul.order_details {
    margin-bottom: 35px;
    padding: 0;
  }
  body.woocommerce-order-received .woocommerce-order-details h2.woocommerce-order-details__title {
    font-size: 22px;
  }
  body.woocommerce-order-received .woocommerce-customer-details h2.woocommerce-column__title {
    font-size: 22px;
  }
  body.woocommerce-order-received table.shop_table th,
  body.woocommerce-order-received table.shop_table td {
    font-size: 14px !important;
  }
  body.woocommerce-order-received .woocommerce-customer-details address {
    font-size: 15px;
    padding: 20px;
  }
  body.woocommerce-checkout .entry-content .wp-block-woocommerce-checkout-order-summary-block {
    display: none;
  }
  body.woocommerce-checkout .entry-content .wp-block-woocommerce-checkout-order-summary-block.checkout-order-summary-block-fill-wrapper {
    display: block !important;
  }
  body.woocommerce-edit-address .col2-set.addresses .col-1 .title h3, body.woocommerce-edit-address .col2-set.addresses .col-2 .title h3 {
    font-size: 18px;
  }
  header.woocommerce-Address-title.title {
    margin-bottom: 15px;
  }
  body.woocommerce-account .woocommerce form.woocommerce-form-login.login .form-row .button[type=submit], body.woocommerce-account .woocommerce form.woocommerce-form-register.register .form-row .button[type=submit] {
    margin-top: 20px;
    margin-bottom: 5px;
  }
  .u-column5.col-6.woocommerce-Address {
    width: 100%;
  }
  .woocommerce-Address header.woocommerce-Address-title.title h3 {
    font-size: 20px;
  }
  .common-inner-banner-section h1 {
    font-size: 30px;
  }
  .common-content-section .common-content-wrapper ul > li::before {
    height: 6px;
    width: 6px;
    top: 7px;
  }
  .common-content-section .common-content-wrapper ol > li {
    font-size: 15px;
    margin-bottom: 10px;
  }
  .common-content-section .common-content-wrapper ul > li {
    font-size: 15px;
    margin-bottom: 10px;
    padding-left: 15px;
  }
  .common-content-section .common-content-wrapper h1 {
    font-size: 27px;
  }
  .common-content-section .common-content-wrapper h2 {
    font-size: 25px;
  }
  .common-content-section .common-content-wrapper h3 {
    font-size: 23px;
  }
  .common-content-section .common-content-wrapper h4 {
    font-size: 20px;
  }
  .common-content-section .common-content-wrapper h5 {
    font-size: 17px;
  }
  .common-content-section .common-content-wrapper h6 {
    font-size: 15px;
  }
  .common-content-section .common-content-wrapper ol {
    padding-left: 20px;
  }
  .common-content-section .common-content-wrapper ul {
    margin: 10px 0px;
  }
  .common-inner-banner-section {
    padding: 50px 0px;
  }
  .common-content-section {
    padding: 40px 0px;
  }
  section.pure-berries-sec .row-wrapper h2 span {
    -webkit-text-stroke-width: 1px;
  }
  html header.fixed #mega-menu-wrap-main-menu .mega-menu-toggle ~ button.mega-close {
    top: 15px !important;
  }
  body.single-product .qib-button-wrapper .minus.qib-button, body.single-product .qib-button-wrapper .plus.qib-button {
    height: 40px !important;
  }
  html body.single-product .qib-button-wrapper button.qib-button, html body.single-product .qib-button-wrapper div.quantity.wqpmb_quantity {
    height: 40px !important;
  }
  body.single-product .qib-button-wrapper .quantity input.input-text.qty.text {
    height: 40px !important;
    width: 40px;
  }
  body.single-product .qib-button-wrapper {
    margin: 20px 0px;
  }
  .footer-content-sec h2 span {
    -webkit-text-stroke-width: 0.5px;
  }
  #gallery-slider .gallery-image {
    height: 380px !important;
  }
}/*# sourceMappingURL=style.css.map */