/*! -----------------------------------------------------------------------------------

    Template Name: Ecohaven eCommerce HTML Template
    Template URI: 
    Description: Multipurpose eCommerce HTML Template
    Author: Techneinfosys
    Author URI: https://themeforest.net/user/techneinfosys

-----------------------------------------------------------------------------------
    TABLE CONTENT
    1.Vendors import
    2.variables
    3.Base css
        -- Reset CSS
        -- Typography CSS
    4.Components css
        -- buttons CSS
        -- form CSS
        -- slider CSS
        -- banners CSS
        -- product CSS
        -- collection CSS
        -- testimonial css
        -- blogcards css
        -- instagram css
        -- misc css
    5.Page-specific styles
      -- Shop css

 */
/*import vendors*/
@import url("vendors/bootstrap/bootstrap.css");
@import url("vendors/uicons-regular-straight.css");
@import url("vendors/themify-icons.css");
/*import plugins*/
@import url("plugins/select2.min.css");
@import url("plugins/slick.css");
@import url("plugins/slider-range.css");
/*@import url("https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&display=swap");*/
:root {
  --theme-font: "Jost", sans-serif;
  --primary-color: #ec3826;
  --secondary-color: #0b204b;
  --success-color: #00ac46;
  --info-color: #173878;
  --warning-color: #ffae1a;
  --danger-color: #fe6a49;
  --color-heading: #0b204b;
  --color-text: #7e7e7e;
}

/*RESET*/
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,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

thead {
  font-weight: 600;
}

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

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

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

img {
  max-width: 100%;
}

*:focus,
select:focus,
.custom-select:focus,
button:focus,
textarea:focus,
textarea.form-control:focus,
input.form-control:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
[type="text"].form-control:focus,
[type="password"].form-control:focus,
[type="email"].form-control:focus,
[type="tel"].form-control:focus,
[contenteditable].form-control:focus {
  outline: none !important;
  -webkit-box-shadow: none;
  box-shadow: none;
}

input:focus::-moz-placeholder {
  opacity: 0;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  transition: 0.4s;
}

a {
  color: inherit;
  text-decoration: inherit;
}

a,
button,
img,
input,
span,
h4 {
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

li.hr span {
  width: 100%;
  height: 1px;
  background-color: #e4e4e4;
  margin: 20px 0;
  display: block;
}

/*--- Common Classes---------------------*/
::-moz-selection {
  background: var(--primary-color); /* WebKit/Blink Browsers */
  color: #fff;
}
::selection {
  background: var(--primary-color); /* WebKit/Blink Browsers */
  color: #fff;
}

::-moz-selection {
  background: var(--primary-color); /* Gecko Browsers */
  color: #fff;
}

::-webkit-input-placeholder {
  color: #838383;
}

::-moz-placeholder {
  color: #838383;
}

:-ms-input-placeholder {
  color: #838383;
}

::-ms-input-placeholder {
  color: #838383;
}

::placeholder {
  color: #838383;
}

.fix {
  overflow: hidden;
}

.hidden {
  display: none;
}

.clear {
  clear: both;
}

.section {
  float: left;
  width: 100%;
}

.f-right {
  float: right;
}

.capitalize {
  text-transform: capitalize;
}

.uppercase {
  text-transform: uppercase;
}

.bg-img {
  background-position: center center;
  background-size: cover;
}

.height-100vh {
  height: 100vh !important;
}

*:focus,
select:focus,
.custom-select:focus,
button:focus,
textarea:focus,
textarea.form-control:focus,
input.form-control:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
[type="text"].form-control:focus,
[type="password"].form-control:focus,
[type="email"].form-control:focus,
[type="tel"].form-control:focus,
[contenteditable].form-control:focus {
  outline: none !important;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.bg-grey-9 {
  background-color: #f4f5f9;
}

.border-radius {
  border-radius: 4px;
}

.border-radius-5 {
  border-radius: 5px;
}

.border-radius-10 {
  border-radius: 10px;
}

.border-radius-15 {
  border-radius: 15px;
}

.border-radius-20 {
  border-radius: 20px;
}

.hover-up {
  -webkit-transition: all 0.25s cubic-bezier(0.02, 0.01, 0.47, 1);
  transition: all 0.25s cubic-bezier(0.02, 0.01, 0.47, 1);
}
.hover-up:hover {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
  -webkit-transition: all 0.25s cubic-bezier(0.02, 0.01, 0.47, 1);
  transition: all 0.25s cubic-bezier(0.02, 0.01, 0.47, 1);
}

.text-brand {
  color: var(--primary-color) !important;
}

.text-brand-2 {
  color: var(--primary-color) !important;
}

.text-primary {
  color: var(--primary-color) !important;
}

.text-warning {
  color: var(--warning-color) !important;
}

.text-danger {
  color: var(--danger-color) !important;
}

.text-success {
  color: var(--success-color) !important;
}

.text-info {
  color: var(--info-color) !important;
}

.text-grey-4 {
  color: #adadad !important;
}

.text-muted {
  color: #b6b6b6 !important;
}

.text-white {
  color: #fff !important;
}

.text-secondary2 {
  --tw-text-opacity: 1;
  color: rgb(160 160 160 / var(--tw-text-opacity));
}

.text-grey-5,
.text-grey-5 a,
.text-hover-grey-5:hover {
  color: #a2a2a2 !important;
}

.bg-brand {
  background-color: var(--primary-color) !important;
}

.bg-primary {
  background-color: var(--primary-color) !important;
}

.bg-warning {
  background-color: var(--warning-color) !important;
}

.bg-danger {
  background-color: var(--danger-color) !important;
}

.bg-success {
  background-color: var(--success-color) !important;
}

.bg-info {
  background-color: var(--info-color) !important;
}

.bg-grey-4 {
  background-color: #adadad !important;
}

.font-xs {
  font-size: 13px;
}

.div-center {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.bg-grey-1 {
  background: #fafbfc;
}

.box-shadow-none {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.flex-horizontal-center {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
}

.w-36px {
  max-width: 36px;
}

.border {
  border: 1px solid #ececec !important;
}

.box-shadow-outer-6 {
  -webkit-box-shadow: 0px 0px 60px rgba(0, 0, 0, 0.07);
  box-shadow: 0px 0px 60px rgba(0, 0, 0, 0.07);
}
.box-shadow-outer-6:hover {
  -webkit-box-shadow: 20px 20px 54px rgba(0, 0, 0, 0.05);
  box-shadow: 20px 20px 54px rgba(0, 0, 0, 0.05);
}

.box-shadow-outer-7 {
  -webkit-box-shadow: 0 0 11px 0 rgba(78, 42, 222, 0.03),
    0 8px 16px 0 rgba(78, 42, 222, 0.08);
  box-shadow: 0 0 11px 0 rgba(78, 42, 222, 0.03),
    0 8px 16px 0 rgba(78, 42, 222, 0.08);
}
.box-shadow-outer-7:hover {
  -webkit-box-shadow: 0 0 14px 0 rgba(78, 42, 222, 0.03),
    0 8px 18px 0 rgba(78, 42, 222, 0.09);
  box-shadow: 0 0 14px 0 rgba(78, 42, 222, 0.03),
    0 8px 18px 0 rgba(78, 42, 222, 0.09);
}

.box-shadow-outer-3,
.box-hover-shadow-outer-3:hover {
  -webkit-box-shadow: 0 5px 16px 0 rgba(118, 126, 173, 0.09);
  box-shadow: 0 5px 16px 0 rgba(118, 126, 173, 0.09);
}

.cursor-pointer {
  cursor: pointer;
}

/*****************************
*********  BORDER  *****
******************************/
.border-1 {
  border-width: 1px !important;
}

.border-2 {
  border-width: 2px !important;
}

.border-3 {
  border-width: 3px !important;
}

.border-dotted {
  border-style: dotted !important;
}

.border-solid {
  border-style: solid !important;
}

.border-double {
  border-style: double !important;
}

.border-dashed {
  border-style: dashed !important;
}

.border-brand {
  border-color: var(--primary-color) !important;
}

.border-muted {
  border-color: #f7f8f9;
}

.section-border {
  border-top: 1px solid #e6e9ec;
  border-bottom: 1px solid #e6e9ec;
}

.rounded-full {
  border-radius: 9999px !important;
}

.border-color-1 {
  border-color: #e0dede;
}

.list-insider li {
  list-style: inside;
}

.bg-surface {
  background-color: #f7f7f7;
}

.bg-green {
  background-color: #e1c231;
}

.bg-sale {
  background-color: #db4444;
  color: #ffffff !important;
}

.whitespace-nowrap {
  white-space: nowrap;
}

.avatar {
  width: 52px;
}

.hover-underline:hover {
  text-decoration: underline;
}

.w-20 {
  width: 5rem;
}

.h-20 {
  height: 5rem;
}

.w-5 {
  width: 1.25rem;
}

.h-px {
  height: 1px;
}

.rounded-lg {
  border-radius: 0.5rem;
}

.object-cover {
  -o-object-fit: cover;
  object-fit: cover;
}

.rounded-3xl {
  border-radius: 1.5rem;
}

.border-y {
  border-top: 1px solid #ececec;
  border-bottom: 1px solid #ececec;
}

/* container resize  */
.container {
  max-width: 1610px !important;
  padding-left: 16px;
  padding-right: 16px;
}

/*TYPOGRAPHY*/
body {
  background-color: #ffffff;
  color: #1f1f1f;
  font-family: var(--theme-font);
  font-size: 16px;
  line-height: inherit;
  font-style: normal;
  font-weight: 400;
}

h1,
h2,
h3,
h4,
h5,
h6,
.font-heading,
.display-1,
.display-2,
.heading-sm-1 {
  font-family: var(--theme-font);
  color: var(--color-heading);
  font-weight: 700;
  line-height: 1.2;
}

h1 {
  font-size: 48px;
}

h2 {
  font-size: 40px;
}

h3 {
  font-size: 32px;
}

h4 {
  font-size: 24px;
}

h5 {
  font-size: 20px;
}

h6 {
  font-size: 16px;
}

.fs-md {
  font-size: 16px !important;
}

.fs-20 {
  font-size: 20px !important;
}

.display-1 {
  font-size: 96px;
  line-height: 1;
}

.display-2 {
  font-size: 72px;
  line-height: 1;
}

.heading-sm-1 {
  font-size: 14px;
}

p {
  font-size: 1rem;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 5px;
  color: var(--color-text);
}

.text-heading {
  color: var(--color-heading);
}

p:last-child {
  margin-bottom: 0;
}

.font-weight-bold {
  font-weight: 700;
}

a,
button {
  text-decoration: none;
  cursor: pointer;
}

b {
  font-weight: 500;
}

strong,
.fw-600 {
  font-weight: 600;
}

.fw-900 {
  font-weight: 900;
}

.fw-300 {
  font-weight: 300;
}

.section-title {
  margin-bottom: 30px;
}
.section-title .off-title {
  font-weight: 600;
  color: #657382;
  opacity: 0.11;
  position: absolute;
  top: 0;
  left: 50%;
  line-height: 36px;
  font-family: initial;
  font-style: italic;
  transform: translate(-50%, 0%);
  -webkit-transform: translate(-50%, 0%);
}
@media (min-width: 993px) {
  .section-title .off-title {
    font-size: 55px;
  }
}
.section-title h3 {
  line-height: 30px;
  font-size: 24px;
}

h5.widget-title {
  font-size: 18px;
  font-weight: 600;
}

.text-body {
  color: var(--color-text) !important;
}

.font-xxs {
  font-size: 12px;
}

.font-xs {
  font-size: 13px;
}

.font-sm {
  font-size: 14px;
}

.font-md {
  font-size: 16px;
}

.font-lg {
  font-size: 17px;
}

.font-xl {
  font-size: 19px;
}

.font-xxl {
  font-size: 58px;
}

.text-hot {
  color: #f74b81;
}

.text-new {
  color: #d2ef9a;
}

.text-sale {
  color: #db4444;
}

.text-best {
  color: #f59758;
}

.text-style-1 {
  position: relative;
}
.text-style-1::after {
  content: "";
  background-color: #ffdabf;
  height: 20%;
  width: 110%;
  display: block;
  position: absolute;
  bottom: 20%;
  left: -5%;
  z-index: -1;
  opacity: 0.8;
}
.text-style-1:hover::after {
  height: 30%;
}

.fw-700 {
  font-weight: 700;
}

.caption2 {
  font-size: 12px;
  line-height: 16px;
  font-weight: 400;
}

.text-button {
  font-size: 16px;
  line-height: 26px;
  font-weight: 600;
  text-transform: capitalize;
}

.text-display {
  font-size: 70px;
  font-weight: 500;
  line-height: 88px;
  text-transform: capitalize;
}

.heading1 {
  font-size: 30px;
  line-height: 42px;
  font-weight: 600;
  text-transform: capitalize;
}

.heading2 {
  font-size: 24px;
  line-height: 30px;
  font-weight: 600;
  text-transform: capitalize;
}

.heading3 {
  font-size: 30px;
  line-height: 42px;
  font-weight: 600;
  text-transform: capitalize;
}

.text-button-uppercase {
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  text-transform: uppercase;
}

/*COMPONENTS -> BUTTONS*/
.btn-default {
  color: #fff;
  background-color: var(--primary-color);
  border-radius: 50px;
  padding: 13px 28px;
  font-family: var(--theme-font);
}
.btn-default i {
  font-weight: 400;
  font-size: 12px;
  margin-left: 10px;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
}
.btn-default:hover i {
  margin-left: 15px;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
}

.btn-lg {
  padding: 13px 28px !important;
  font-size: 16px;
}

.btn-sm {
  padding: 8px 18px !important;
  font-size: 12px;
}

.btn-md {
  padding: 10px 24px !important;
  font-size: 12px;
}

.btn-outline-primary {
  background-color: transparent !important;
  border-color: var(--primary-color) !important;
  color: var(--primary-color) !important;
}
.btn-outline-primary:hover {
  background-color: var(--primary-color) !important;
  color: #ffffff !important;
}

.btn-check:focus + .btn,
.btn:focus {
  outline: 0;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.btn {
  font-family: var(--theme-font);
}
.btn:hover {
  color: #fff;
}

.btn-shadow-brand {
  -webkit-box-shadow: 0 2px 6px 0 rgba(88, 151, 251, 0.16);
  box-shadow: 0 2px 6px 0 rgba(88, 151, 251, 0.16);
  border: 1px solid #f7f8f9;
}
.btn-shadow-brand:hover {
  border: 1px solid var(--primary-color);
}

.btn-brand {
  background-color: var(--primary-color);
  border-color: var(--primary-color);
}

.btn-heading,
button.btn-heading[type="submit"] {
  background-color: var(--color-heading);
  border-color: var(--color-heading);
  font-weight: 700;
  border: 0;
}

button.submit,
button[type="submit"] {
  font-size: 16px;
  font-weight: 500;
  padding: 15px 40px;
  color: #ffffff;
  border: none;
  background-color: var(--primary-color);
  border: 1px solid var(--primary-color);
  border-radius: 10px;
}
button.submit:hover,
button[type="submit"]:hover {
  background-color: var(--secondary-color) !important;
  border-color: var(--secondary-color) !important;
}

.btn-brand:hover {
  background-color: var(--secondary-color) !important;
  border-color: var(--secondary-color) !important;
}

.btn-login {
  font-weight: 13px;
}
.btn-login .btn {
  min-width: unset;
}
.btn-login li {
  margin: 0px 5px 0;
  display: inline-block;
}
.btn-login li a {
  border-radius: 5px;
  padding: 15px 25px;
  color: #fff;
  display: block;
  line-height: 1;
  text-transform: none;
  letter-spacing: 0;
  font-size: 14px;
}

.btn,
.button {
  display: inline-block;
  border: 1px solid transparent;
  font-size: 14px;
  font-weight: 700;
  padding: 12px 30px;
  border-radius: 4px;
  color: #fff;
  border: 1px solid transparent;
  background-color: var(--primary-color);
  cursor: pointer;
  -webkit-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
  letter-spacing: 0.5px;
}
.btn:hover,
.button:hover {
  background-color: var(--secondary-color);
}
.btn.btn-sm,
.button.btn-sm {
  padding: 8px 18px;
  font-size: 12px;
  text-transform: none;
  line-height: 1.8;
}
.btn.btn-xs,
.button.btn-xs {
  padding: 7px 8px 7px 12px;
  font-size: 12px;
  text-transform: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  line-height: 1.3;
}
.btn.btn-xs i,
.button.btn-xs i {
  font-size: 14px !important;
  line-height: 0;
}
.btn.btn-rounded,
.button.btn-rounded {
  border-radius: 50px;
}
.btn.btn-secondary,
.button.btn-secondary {
  background-color: var(--secondary-color);
  border-color: var(--secondary-color);
}
.btn.btn-facebook,
.button.btn-facebook {
  background: #3b5998;
  border-color: #3b5998;
}
.btn.btn-google,
.button.btn-google {
  background: #d85040;
  border-color: #d85040;
}

.comments-area .btn-reply {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.comments-area .btn-reply i {
  margin-left: 5px;
  font-size: 12px;
}

.tags .btn,
.tags .button {
  border-radius: 4px;
  float: left;
}

/*COMPONENTS -> FORM*/
input:-moz-placeholder,
textarea:-moz-placeholder {
  opacity: 1;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  opacity: 1;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  opacity: 1;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  opacity: 1;
}

input {
  border: 1px solid #ececec;
  border-radius: 10px;
  height: 64px;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding-left: 20px;
  font-size: 16px;
  width: 100%;
}
input:focus {
  background: transparent;
  border: 1px solid #60bbbb;
}
input.square {
  border-radius: 0;
}
input.coupon {
  height: 47px;
}

select {
  width: 100%;
  background: transparent;
  border: 0px solid #ececec;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-size: 16px;
  color: #7e7e7e;
}

option {
  background: #fff;
  border: 0px solid #626262;
  padding-left: 10px;
  font-size: 16px;
}

textarea {
  border: 1px solid #ececec;
  border-radius: 10px;
  height: 50px;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 10px 10px 10px 20px;
  font-size: 16px;
  width: 100%;
  /* min-height: 200px; */
}
textarea:focus {
  background: transparent;
  border: 1px solid #60bbbb;
}

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border-bottom: 3px solid #414648;
  border-radius: 0;
  border-right: 0;
  height: 50px;
  padding-left: 0;
  border-top: 0;
  border-left: 0;
  font-weight: bold;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  line-height: 50px;
  font-size: 14px;
  padding: 0 20px;
  font-family: var(--theme-font);
  color: var(--color-heading);
}
.select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 12px;
  right: 15px;
  width: 20px;
}

.custom_select {
  position: relative;
  width: 100%;
}
.custom_select .select2-container {
  max-width: 155px;
}
.custom_select .nice-select {
  width: 100%;
  margin-bottom: 1rem;
}
.custom_select .select2-container--default .select2-selection--single {
  border: 1px solid #ececec;
  border-radius: 4px;
  height: 50px;
  line-height: 50px;
  padding-left: 20px;
  font-size: 14px;
}
.custom_select
  .select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  line-height: 50px;
  font-size: 14px;
  padding-left: 0;
}
.custom_select
  .select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  top: 9px;
  right: 14px;
}

.select2-dropdown {
  border: 1px solid #ececec;
  border-radius: 0 0 4px 4px;
  padding: 15px;
  min-width: 220px;
}
.select2-dropdown .select2-search--dropdown {
  padding: 0;
}
.select2-dropdown .select2-search--dropdown .select2-search__field {
  border: 1px solid #60bbbb;
  margin-bottom: 15px;
  border-radius: 5px;
  height: 40px;
  padding-left: 20px;
}

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.select2-results__options::-webkit-scrollbar {
  width: 16px;
  background-clip: padding-box;
}

.select2-results__options::-webkit-scrollbar-track {
  background-color: #f4f4f4;
  height: 8px;
  background-clip: padding-box;
  border-right: 10px solid rgba(0, 0, 0, 0);
  border-top: 10px solid rgba(0, 0, 0, 0);
  border-bottom: 10px solid rgba(0, 0, 0, 0);
}

.select2-results__options::-webkit-scrollbar-thumb {
  background-clip: padding-box;
  background-color: #d1d1d1;
  border-right: 10px solid rgba(0, 0, 0, 0);
  border-top: 10px solid rgba(0, 0, 0, 0);
  border-bottom: 10px solid rgba(0, 0, 0, 0);
}

.select2-results__options::-webkit-scrollbar-button {
  display: none;
}

.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

.select2-container--default .select2-results__option[aria-selected="true"] {
  background-color: #ececec;
  color: unset;
}

.select2-container {
  max-width: 100%;
  /* width: 100% !important; */
}

/*contact form*/
.contact-from-area .contact-form-style button {
  font-size: 17px;
  font-weight: 500;
  padding: 20px 40px;
  color: #ffffff;
  border: none;
  background-color: var(--color-heading);
  border-radius: 10px;
  font-family: var(--theme-font);
}
.contact-from-area .contact-form-style button:hover {
  background-color: var(--primary-color) !important;
}

.form-group {
  margin-bottom: 1rem;
}
.form-group input {
  background: #fff;
  border: 1px solid #ececec;
  height: 64px;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding-left: 20px;
  font-size: 16px;
  width: 100%;
}
.form-group input:focus {
  background: transparent;
  border-color: #60bbbb;
}

label {
  margin-bottom: 5px;
}

.security-code {
  display: inline-block;
  border-radius: 10px;
  height: 64px;
  line-height: 64px;
  padding: 0 40px;
  font-size: 24px;
  font-weight: bold;
  background: #60bbbb;
}
.security-code b {
  font-size: 24px;
  font-weight: bold;
}

.custome-radio .form-check-label,
.custome-checkbox .form-check-label {
  position: relative;
  cursor: pointer;
}

.custome-checkbox .form-check-label {
  position: relative;
  cursor: pointer;
  color: #687188;
  padding: 0;
  vertical-align: middle;
}
.custome-checkbox .form-check-label::before {
  content: "";
  border: 1px solid #ced4da;
  height: 17px;
  width: 17px;
  margin: 0px 8px 0 0;
  display: inline-block;
  vertical-align: middle;
  border-radius: 2px;
}
.custome-checkbox .form-check-label span {
  vertical-align: middle;
}
.custome-checkbox input[type="checkbox"]:checked + .form-check-label::after {
  opacity: 1;
}
.custome-checkbox input[type="checkbox"] + .form-check-label::after {
  content: "";
  width: 11px;
  position: absolute;
  top: 50%;
  left: 3px;
  opacity: 0;
  height: 6px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transform: translateY(-50%) rotate(-45deg);
  transform: translateY(-50%) rotate(-45deg);
}
.custome-checkbox input[type="radio"] + .form-check-label::before {
  content: "";
  border: 1px solid #ced4da;
  height: 17px;
  width: 17px;
  margin: 0px 8px 0 0;
  display: inline-block;
  vertical-align: middle;
  border-radius: 50%;
}
.custome-checkbox input[type="radio"] + .form-check-label::after {
  content: "";
  width: 11px;
  position: absolute;
  top: 50%;
  left: 3px;
  opacity: 0;
  height: 6px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transform: translateY(-50%) rotate(-45deg);
  transform: translateY(-50%) rotate(-45deg);
}
.custome-checkbox input[type="radio"]:checked + .form-check-label::before {
  background-color: var(--primary-color);
  border-color: var(--primary-color);
}
.custome-checkbox input[type="radio"]:checked + .form-check-label::after {
  opacity: 1;
}

.custome-radio .form-check-input,
.custome-checkbox .form-check-input {
  display: none;
}

.login_footer {
  margin-bottom: 20px;
  margin-top: 5px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  justify-content: space-between;
  width: 100%;
}

.custome-checkbox input[type="checkbox"]:checked + .form-check-label::before {
  background-color: var(--primary-color);
  border-color: var(--primary-color);
}
.custome-checkbox input[type="checkbox"]:checked + .form-check-label::after {
  opacity: 1;
}

.divider-text-center {
  text-align: center;
  position: relative;
}
.divider-text-center::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  right: 0;
  border-top: 1px solid #ddd;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.divider-text-center span {
  background-color: #fff;
  padding: 0 15px;
  position: relative;
  text-transform: uppercase;
}

/*comment*/
.comments-area {
  background: transparent;
  border-top: 1px solid #ececec;
  padding: 45px 0;
  margin-top: 50px;
}
.comments-area h5 {
  font-size: 16px;
  margin-bottom: 0px;
}
.comments-area .comment-list {
  padding-bottom: 48px;
}
.comments-area .comment-list:last-child {
  padding-bottom: 0px;
}
.comments-area .comment-list.left-padding {
  padding-left: 25px;
}
.comments-area .comment-list .single-comment {
  margin: 0 0 15px 0;
  border: 1px solid #f2f2f2;
  border-radius: 15px;
  padding: 20px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.comments-area .comment-list .single-comment:not(:last-child) {
  border-bottom: 1px solid #ececec;
}
.comments-area .comment-list .single-comment img {
  min-width: 80px;
  max-width: 80px;
}
.comments-area .comment-list .single-comment .reply {
  opacity: 0;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.comments-area .comment-list .single-comment:hover {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.comments-area .comment-list .single-comment:hover .reply {
  opacity: 1;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.comments-area p {
  font-size: 16px !important;
}
.comments-area .thumb {
  margin-right: 20px;
}
.comments-area .thumb img {
  width: 70px;
  border-radius: 50%;
}
.comments-area .date {
  font-size: 14px;
  color: #999999;
  margin-bottom: 0;
  margin-left: 20px;
}
.comments-area .comment {
  margin-bottom: 10px;
  color: #777777;
  font-size: 15px;
}
.comments-area .btn-reply {
  background-color: transparent;
  color: #888888;
  padding: 5px 18px;
  font-size: 14px;
  display: block;
  font-weight: 400;
}
.comments-area.style-2 {
  border: 0;
  margin-top: 0;
  padding: 25px 0;
}

.comments-area h4 {
  margin-bottom: 35px;
  color: #2a2a2a;
  font-size: 18px;
}

.comment-form .email {
  padding-right: 0px;
}

.form-control {
  border: 1px solid #f0e9ff;
  border-radius: 10px;
  height: 48px;
  padding-left: 18px;
  font-size: 16px;
  background: transparent;
}

.comment-form {
  padding-top: 45px;
  margin-bottom: 20px;
}
.comment-form .form-group {
  margin-bottom: 20px;
}
.comment-form textarea {
  min-height: 200px;
  padding-top: 15px;
}
.comment-form textarea:focus {
  background: transparent;
  outline: none !important;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: #60bbbb;
}

.form-control:focus {
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: var(--primary-color);
}
.form-control::-webkit-input-placeholder {
  font-weight: 300;
  color: #999999;
  color: #777777;
}
.form-control::-moz-placeholder {
  font-weight: 300;
  color: #999999;
  color: #777777;
}
.form-control:-ms-input-placeholder {
  font-weight: 300;
  color: #999999;
  color: #777777;
}
.form-control::-ms-input-placeholder {
  font-weight: 300;
  color: #999999;
  color: #777777;
}
.form-control::placeholder {
  font-weight: 300;
  color: #999999;
  color: #777777;
}

.nice-select .list {
  width: 100%;
}

.button-contactForm {
  background: var(--primary-color);
  color: #fff;
  border-color: var(--primary-color);
  padding: 12px 25px;
}

.search-form form {
  position: relative;
}
.search-form form input {
  -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.search-form form button {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  border: none;
  font-size: 20px;
  height: 100%;
  padding: 0 24px;
  background-color: transparent;
  color: #242424;
}
.search-form form button:hover {
  color: #fff;
}

input.qty-val {
  border: 0;
  border-radius: 0;
  height: unset;
  padding: 0 !important;
}

.hero-slider-1 {
  position: relative;
}
.hero-slider-1 .single-hero-slider {
  height: 720px;
  background-color: #f2f3f4;
  overflow: hidden;
}
.hero-slider-1 .single-hero-slider .slider-content {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.hero-slider-1 .single-hero-slider .text-sub-display {
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 1.8px;
  text-transform: uppercase;
}
.hero-slider-1 .single-hero-slider .text-content {
  width: 50%;
}
.hero-slider-1 .single-hero-slider .sub-img {
  position: absolute;
  /* bottom: -80px; */
  width: 40%;
  right: 0;
}

@media (min-width: 1400px) {
  .hero-slider-1 .single-hero-slider .sub-img {
    width: 55%;
  }
  .hero-slider-1 .single-hero-slider .sub-img img {
    width: 100%;
  }
}

.hero-slider-1 .single-hero-slider .sub-img img {
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}
.hero-slider-1
  .single-hero-slider.slick-current
  .text-content
  .text-sub-display {
  -webkit-animation: animateX 0.8s ease;
  animation: animateX 0.8s ease;
}
.hero-slider-1 .single-hero-slider.slick-current .text-content .display-2 {
  -webkit-animation: animateX 1s ease;
  animation: animateX 1s ease;
}
.hero-slider-1 .single-hero-slider.slick-current .text-content .btn {
  -webkit-animation: animateX 1.2s ease;
  animation: animateX 1.2s ease;
}
.hero-slider-1 .single-hero-slider.slick-current .sub-img img {
  -webkit-animation: ScaleImg 0.8s ease;
  animation: ScaleImg 0.8s ease;
}

.dot-style-1 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.dot-style-1 ul li {
  margin: 0 3px;
}
.dot-style-1 ul li button {
  width: 15px;
  height: 15px;
  border-radius: 30px;
  border: 1px solid;
  padding: 0;
  font-size: 0px;
  border-color: var(--color-heading);
  background: none;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.dot-style-1 ul li button:hover {
  background: var(--secondary-color);
}
.dot-style-1 ul li.slick-active button {
  background: var(--primary-color);
  border-color: var(--primary-color);
}
.dot-style-1.dot-style-1-position-1 ul {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 15px;
}
.dot-style-1.dot-style-1-position-2 ul {
  position: absolute;
  left: 6%;
  bottom: 15px;
}
.dot-style-1.dot-style-1-center ul {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.dot-style-1.dot-style-1-mt1 ul {
  margin-top: 30px;
}

.dot-style-2 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.dot-style-2 ul li {
  margin: 0 3px;
}
.dot-style-2 ul li button {
  width: 8px;
  height: 8px;
  position: relative;
  margin: 0 8px !important;
  background: transparent;
  border: 1px solid #1f1f1f;
  opacity: 1 !important;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  font-size: 0;
  padding: 0;
  border-radius: 50%;
}
.dot-style-2 ul li button::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 8px;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border: 1px solid transparent;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  border-radius: 50%;
}
.dot-style-2 ul li.slick-active button {
  background-color: #1f1f1f;
}
.dot-style-2 ul li.slick-active button::before {
  border-color: #1f1f1f;
}
.dot-style-2.dot-style-1-mt1 ul {
  margin-top: 30px;
}

.slider-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
  width: 100%;
}
.slider-arrow .slider-btn {
  cursor: pointer;
  background: #f2f3f4;
  width: 45px;
  height: 45px;
  position: absolute;
  display: block;
  z-index: 100;
  border-radius: 50%;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  text-align: center;
  line-height: 45px;
  font-size: 16px;
  color: var(--color-text);
}
.slider-arrow .slider-btn.slider-prev {
  left: 20px;
}
.slider-arrow .slider-btn.slider-prev i {
  margin-right: 2px;
}
.slider-arrow .slider-btn.slider-next {
  right: 20px;
}
.slider-arrow .slider-btn.slider-next i {
  margin-left: 2px;
}
.slider-arrow .slider-btn:hover {
  background-color: var(--secondary-color);
  color: #fff;
  border-color: var(--secondary-color);
}
.slider-arrow.slider-arrow-2 .slider-btn {
  width: 40px;
  height: 40px;
  line-height: 47px;
  font-size: 24px;
}
.slider-arrow.slider-arrow-2.flex-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  max-width: 200px;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  top: unset;
  -webkit-transform: unset;
  transform: unset;
}
.slider-arrow.slider-arrow-2.flex-right .slider-btn {
  position: relative;
  left: unset;
  right: unset;
}
.slider-arrow.slider-arrow-2.flex-right .slider-btn.slider-prev {
  margin-right: 10px;
}
.slider-arrow.slider-arrow-3 .slider-btn {
  width: 30px;
  height: 30px;
  line-height: 28px;
  font-size: 12px;
  margin-top: -15px;
}
.slider-arrow.style-3 .slider-btn {
  width: 40px;
  height: 40px;
  border: 1px solid #dcdeed;
  line-height: 40px;
  font-size: 12px;
  margin-top: -20px;
}

@-webkit-keyframes ScaleImg {
  0% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes ScaleImg {
  0% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes animateX {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-160px);
    transform: translateX(-160px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes animateX {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-160px);
    transform: translateX(-160px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.carausel-4-columns-cover .carausel-4-columns .collection-item {
  margin-right: 12px;
  margin-left: 12px;
}
.carausel-4-columns-cover .carausel-4-columns .product-item {
  margin-right: 12px;
  margin-left: 12px;
}

.testimonial-carausel-cover .testimonial-item {
  margin-right: 12px;
  margin-left: 12px;
}

.instagram-carausel-cover .insta-wrap {
  margin-right: 12px;
  margin-left: 12px;
}

.card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid #ececec;
  border-radius: 0.25rem;
}
.card .card-header {
  padding: 1rem;
  margin-bottom: 0;
  background-color: #f7f8f9;
  border-bottom: 1px solid #ececec;
}

.account .card {
  border: 0;
}
.account .card .card-header {
  border: 0;
  background: none;
}
.account .card table td,
.account .card table th {
  border: 0;
  white-space: nowrap;
}
.account .card .table > thead {
  font-family: var(--theme-font);
  font-size: 17px;
}
.account .card.address-card,
.account .card.quick-overview {
  border: 1px dashed #ececec;
}
.account .card.address-card .card-header,
.account .card.quick-overview .card-header {
  border-bottom: 1px dashed #ececec;
}
.account .card.address-card .card-body .quick-card:not(:last-of-type),
.account .card.quick-overview .card-body .quick-card:not(:last-of-type) {
  padding-right: 30px;
  margin-right: 30px;
  border-right: 1px solid #ececec;
}
.account .card.address-card .card-footer,
.account .card.quick-overview .card-footer {
  background: none;
  border-top: 1px dashed #ececec;
}
.account .card.address-card .card-footer a,
.account .card.quick-overview .card-footer a {
  color: var(--primary-color);
}
.account .card.address-card .card-footer a:hover,
.account .card.quick-overview .card-footer a:hover {
  color: var(--secondary-color);
}

/*COMPONENTS -> banners*/
.banner-img {
  display: block;
  width: 100%;
  padding: 10px;
}
.banner-img .banner-overflow {
  color: var(--color-heading);
  overflow: hidden;
  position: relative;
  display: block;
  border: 0;
  border-radius: 2px;
}
.banner-img .banner-overflow .bg-image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-size: cover !important;
  background-position: center !important;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.banner-img .banner-overflow:hover {
  color: var(--color-heading);
}
.banner-img .banner-overflow:hover .bg-image {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
.banner-img .br-body-caption {
  position: absolute;
  left: 2rem;
  top: 2rem;
  z-index: 1;
  -webkit-transform: initial;
  transform: initial;
}
.banner-img .br-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  position: absolute;
  text-align: center;
  bottom: 1rem;
  width: 100%;
}
.banner-img .br-footer.left {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
  padding: 1rem 1rem 1rem 2rem;
  bottom: 1rem;
}

.lg_height {
  height: 500px;
}

.md_height {
  height: 240px;
}

/* Product Item */
.product-item {
  position: relative;
  display: block;
  cursor: pointer;
}
.product-item .product-thumb {
  position: relative;
  border-radius: 1rem;
}
.product-item .product-thumb .product-tag {
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  text-transform: uppercase;
  position: absolute;
  top: 0.75rem;
  left: 0.75rem;
  padding: 0.125rem 0.75rem;
  display: inline-block;
  z-index: 1;
  color: #1f1f1f;
}
.product-item .product-thumb .list-action-right {
  position: absolute;
  top: 0.75rem;
  right: 0.75rem;
  -webkit-transform: translateX(60px);
  transform: translateX(60px);
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
  z-index: 1;
}
.product-item .product-thumb .list-action-right .action-btn {
  width: 32px;
  height: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #ffffff;
}
.product-item .product-thumb .list-action-right .action-btn + .action-btn {
  margin-top: 0.5rem;
}
.product-item .product-thumb .list-action {
  opacity: 0;
  bottom: 1.25rem;
  visibility: hidden;
  -webkit-transform: translateY(100px);
  transform: translateY(100px);
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
  z-index: 1;
}
.product-item .product-thumb .product-img {
  width: 100%;
  height: 100%;
  aspect-ratio: 3/4;
  line-height: 0;
}
.product-item .product-thumb .product-img .default-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.product-item .product-thumb .product-img .hover-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  z-index: 0;
  -o-object-fit: cover;
  object-fit: cover;
}

.product-item .product-infor {
  margin-top: 1rem;
  margin-bottom: 1.75rem;
}
.product-item.list-type .product-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.75rem;
}
.product-item.list-type .product-main .product-infor-wrap {
  gap: 1.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.product-item.list-type .product-main .list-action-right .action-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 1px solid #1f1f1f;
  width: 32px;
  height: 32px;
}
.product-item.list-type .product-main .list-action-right .action-btn:hover {
  background-color: #1f1f1f;
  color: #ffffff;
}
.product-item:hover .product-thumb .list-action-right {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.product-item:hover .product-thumb .list-action {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
  visibility: visible;
}
.product-item:hover .product-thumb .default-img {
  opacity: 0;
}
.product-item:hover .product-thumb .hover-img {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.product-sale {
  padding: 0.125rem 0.75rem;
  background-color: #d2ef9a;
}

.caption1 {
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
}

.text-title {
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  text-transform: capitalize;
  color: #1f1f1f;
}

/*COMPONENTS -> collection*/
.collection-item {
  border-radius: 1rem;
}
.collection-item .bg-img img {
  height: auto;
  display: block;
  -webkit-transition: all ease 0.8s;
  transition: all ease 0.8s;
}
.collection-item .collection-name {
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%);
  transform: translate(-50%);
  padding: 0.75rem;
  font-size: 24px;
  line-height: 30px;
  font-weight: 600;
  bottom: 2rem;
  text-transform: capitalize;
  background: #ffffff;
  width: 200px;
  border-radius: 0.75rem;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
}
.collection-item .collection-name:hover {
  background-color: var(--primary-color);
  color: #ffffff;
}
.collection-item:hover .bg-img img {
  -webkit-transform: scale(1.08);
  transform: scale(1.08);
}

/*COMPONENTS -> testimonial*/
.testimonial-item .testimonial-main {
  padding: 2rem;
  background-color: #ffffff;
  border-radius: 1rem;
}

/*COMPONENTS -> blog cards*/
.blog-item .blog-main .blog-thumb {
  border-radius: 15px;
}
.blog-item .blog-main .blog-thumb a {
  line-height: 0;
}
.blog-item .blog-main .blog-thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
}
.blog-item:hover .blog-thumb img {
  -webkit-transform: translateZ(0) scale(1.07);
  transform: translateZ(0) scale(1.07);
}

.blog-tag {
  padding: 0.25rem 0.625rem;
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
}
.blog-tag.tag-sm {
  padding: 0.125rem 0.5rem;
  font-size: 0.75rem;
  line-height: 1rem;
}

span.has-dot {
  position: relative;
  padding-left: 10px;
}
span.has-dot::before {
  content: "";
  width: 4px;
  height: 4px;
  background: #d2d2d2;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  margin-top: -2px;
  display: block;
  left: -2px;
}

/*** Instagram ***/
.insta-wrap .insta-thumb {
  border-radius: 15px;
  overflow: hidden;
}
.insta-wrap .insta-thumb a {
  position: relative;
  line-height: 0;
}
.insta-wrap .insta-thumb a img {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
}
.insta-wrap .insta-thumb a .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 3rem;
  height: 3rem;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
  visibility: hidden;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  background-color: #ffffff;
  border-radius: 1rem;
  font-size: 20px;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.insta-wrap .insta-thumb a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  opacity: 0;
  z-index: 1;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}
.insta-wrap:hover .insta-thumb a::before {
  opacity: 1;
}
.insta-wrap:hover .insta-thumb a .icon {
  opacity: 1;
  visibility: visible;
}

.breadcrumb-section {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 100% 100%;
}
.breadcrumb-section .breadcrumb-text {
  text-align: center;
  padding: 130px 0px;
}
.breadcrumb-section .breadcrumb-text .title {
  color: #ffffff;
}
.breadcrumb-section .breadcrumb .breadcrumb-item {
  color: #ffffff;
}
.breadcrumb-section .breadcrumb .breadcrumb-item::before {
  color: #ffffff;
}

/*** breadcrumb style2 ***/
.page-header.breadcrumb-wrap {
  padding: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ececec;
}
.page-header .breadcrumb span {
  position: relative;
  text-align: center;
  padding: 0 10px;
}
.page-header .breadcrumb span::before {
  content: "\f111";
  font-family: "uicons-regular-straight" !important;
  display: inline-block;
  font-size: 0.75rem;
}

/*** quick view modal ***/
.quick_view_modal {
  display: block !important;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}
.quick_view_modal .modal-dialog {
  position: absolute;
  top: 20px;
  right: -100%;
  margin: 0;
  max-width: 100%;
  width: 540px;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}
.quick_view_modal .modal-dialog .modal-content {
  background-color: #ffffff;
  border-radius: 32px;
  overflow: hidden;
}
.quick_view_modal .modal-dialog .modal-content .modal-body {
  height: calc(100vh - 40px);
  padding: 1.5rem 0rem;
}
.quick_view_modal .modal-dialog .modal-content .quick-left {
  width: 388px;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.quick_view_modal .modal-dialog .modal-content .quick-left .list-img {
  max-height: 100%;
  height: 100%;
  overflow-x: auto;
}
.quick_view_modal
  .modal-dialog
  .modal-content
  .quick-left
  .list-img
  .list-img-item {
  aspect-ratio: 3/4;
  border-radius: 20px;
  overflow: hidden;
}
.quick_view_modal
  .modal-dialog
  .modal-content
  .quick-left
  .list-img
  .list-img-item
  img {
  -o-object-fit: cover;
  object-fit: cover;
}
.quick_view_modal
  .modal-dialog
  .modal-content
  .quick-left
  .list-img
  .list-img-item:not(:last-of-type) {
  margin-bottom: 15px;
}
.quick_view_modal .modal-dialog .modal-content .quick-right {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.quick_view_modal
  .modal-dialog
  .modal-content
  .quick-right
  .product-item-infor {
  overflow-x: auto;
  max-height: calc(100% - 54px);
  height: 100%;
  padding-right: 8px;
}
.quick_view_modal .list-img::-webkit-scrollbar,
.quick_view_modal .product-item-infor::-webkit-scrollbar {
  width: 6px;
  background: #ececec;
}
.quick_view_modal .list-img::-webkit-scrollbar-thumb,
.quick_view_modal .product-item-infor::-webkit-scrollbar-thumb {
  background-color: #adadad;
  border-radius: 4px;
}
.quick_view_modal.show {
  opacity: 1;
  visibility: visible;
}
.quick_view_modal.show .modal-dialog {
  right: 20px;
  width: 856px;
}

/*table*/
table {
  width: 100%;
  margin-bottom: 1.5rem;
  border-collapse: collapse;
  vertical-align: middle;
}
table td,
table th {
  padding: 10px 20px;
  border: 1px solid #ececec;
  vertical-align: middle;
}
table thead > tr > th {
  vertical-align: middle;
  border-bottom: 0;
}
table p {
  margin-bottom: 0;
}
table.clean td,
table.clean th {
  border: 0;
  border-top: 1px solid #ececec;
}
table .product-thumbnail img {
  max-width: 80px;
}

.table tr {
  border: 1px solid #ececec;
}

.table > :not(caption) > * > * {
  background-color: var(--bs-table-bg);
  border-bottom-width: 0;
}

/*** Contact Page ***/
.map-frame {
  -webkit-filter: grayscale(100%) invert(92%) contrast(83%);
  filter: grayscale(100%) invert(92%) contrast(83%);
  border-radius: 20px;
  width: 100%;
  position: relative;
  height: 450px;
}

.get-touch-box {
  padding: 40px;
  border-radius: 20px;
  border: 1px solid var(--primary-color);
}
.get-touch-box .contact-card .circle-icon,
.circle-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: var(--primary-color);
}

.circle-icon.min {
  --box-size: 25px;
  width: var(--box-size);
  min-width: var(--box-size);
  height: var(--box-size);
  padding: 6px;
}

/*** Login Pages ***/
.login-block .login-card {
  padding: 48px;
  background: #ffffff;
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 60px rgba(0, 0, 0, 0.07);
  box-shadow: 0px 0px 60px rgba(0, 0, 0, 0.07);
}
.login-block .login-card .toggle-password {
  position: absolute;
  top: 45px;
  right: 16px;
  cursor: pointer;
  z-index: 2;
  font-size: 18px;
}

.login-form .login-input {
  font-size: 16px;
  padding: 11px 14px 11px 14px;
}
.login-form .login-label {
  font-weight: 500;
  font-size: 16px;
  text-transform: capitalize;
  margin-bottom: 10px;
  color: var(--color-heading);
}

.google-login-btn {
  border: 1px solid var(--color-heading);
  border-radius: 30px;
  text-align: center;
  display: inline-block;
  color: var(--color-heading);
  font-size: 14px;
  padding: 12px 15px;
  font-weight: 500;
}

/*** Blog pages ***/
.list-tags .blg-tag {
  padding: 0.375rem 1rem;
  border: 1px solid #ececec;
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  text-transform: uppercase;
  background-color: #ffffff;
  -webkit-transition-duration: 300ms;
  transition-duration: 300ms;
}
.list-tags .blg-tag:hover {
  background-color: var(--primary-color);
  color: #ffffff;
}

.body1 {
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
}

.social-list a {
  border-radius: 9999px;
  width: 2.5rem;
  height: 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f7f7f7;
  -webkit-transition-duration: 300ms;
  transition-duration: 300ms;
}
.social-list a svg {
  width: 19px;
}
.social-list a:hover {
  background-color: var(--primary-color);
  color: #ffffff;
}
.social-list a:hover svg path {
  fill: #ffffff;
}

/*** My Account ***/
.dashboard-menu ul {
  padding: 0;
  margin: 0;
}
.dashboard-menu ul li {
  position: relative;
  border-radius: 10px;
  border: 1px solid #ececec;
  border-radius: 10px;
  overflow: hidden;
}
.dashboard-menu ul li a {
  font-size: 16px;
  color: var(--color-text);
  padding: 15px 30px;
  font-family: var(--theme-font);
  font-weight: 700;
}
.dashboard-menu ul li a i {
  color: var(--color-text);
  font-size: 19px;
  opacity: 0.6;
}
.dashboard-menu ul li a.active,
.dashboard-menu ul li a:hover {
  color: #fff;
  background-color: var(--primary-color);
  border-radius: 10px;
}
.dashboard-menu ul li a.active i,
.dashboard-menu ul li a:hover i {
  color: #fff;
}
.dashboard-menu ul li:not(:last-child) {
  margin-bottom: 10px;
}

/*** information page ***/
.information-page h1 {
  margin-bottom: 15px;
  font-size: 40px;
}
.information-page h2 {
  margin: 15px 0;
  font-size: 24px;
}
.information-page ul {
  list-style: disc;
  padding-left: 30px;
}

/*** Shop Page ***/
.filter-heading {
  font-size: 20px;
  line-height: 28px;
  font-weight: 600;
  text-transform: capitalize;
}

.list-type .item {
  font-size: 16px;
  color: #1f1f1f;
}
.list-type .item:not(:nth-child(1)) {
  margin-top: 12px;
}
.list-type .item .type-name {
  position: relative;
}
.list-type .item .type-name::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 0;
  height: 1px;
  background-color: #1f1f1f;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.list-type .item .type-name:hover::before {
  width: 100%;
}

.list-size .size-item {
  padding: 0.5rem 1rem;
  border: 1px solid #ececec;
  font-size: 16px;
  line-height: 26px;
  font-weight: 600;
  text-transform: capitalize;
}
.list-size .size-item.text-button-rounded {
  width: 44px;
  height: 44px;
}
.list-size .size-item:hover,
.list-size .size-item.active {
  color: #ffffff;
  background-color: #1f1f1f;
  border-color: #1f1f1f;
}

.price-filter .caption {
  font-size: 16px;
}

.list-color .color-item {
  cursor: pointer;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
  border: 2px solid #ececec;
  padding: 5px 0.75rem;
}
.list-color .color-item .color {
  width: 1.25rem;
  height: 1.25rem;
}
.list-color .color-item:hover {
  border-color: #1f1f1f;
}

.list-brand .brand-item:not(:nth-child(1)) {
  margin-top: 12px;
}

.choose-layout .item {
  width: 2rem;
  height: 2rem;
  border: 1px solid #ececec;
  border-radius: 0.25rem;
}
.choose-layout .item.active {
  background-color: #1f1f1f;
  color: #ffffff;
}

.sort-product .select2-container--default {
  min-width: 208px;
}
.sort-product .select2-container--default .select2-selection--single {
  height: 40px;
  border: 1px solid #ececec;
  border-radius: 0.5rem;
}
.sort-product
  .select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  line-height: 40px;
  padding-left: 10px;
}
.sort-product
  .select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  height: 100%;
  top: 0;
}
.sort-product
  .select2-container--default
  .select2-selection--single
  .select2-selection__arrow
  b {
  font-size: 15px;
  border: 0;
  top: 15px;
}
.sort-product
  .select2-container--default
  .select2-selection--single
  .select2-selection__arrow
  b::before {
  content: "\f10c";
  font-family: "uicons-regular-straight" !important;
}

/*** default product Page ***/
.featured-product .detail-gallery {
  position: relative;
  /* padding-right: 25px; */
}
.featured-product .detail-gallery .product-image-slider {
  border-radius: 1rem;
  overflow: hidden;
}
.featured-product .detail-gallery .product-image-slider .popup-link img {
  aspect-ratio: 3/3;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.featured-product .detail-gallery .slider-nav-thumbnails {
  position: absolute;
  bottom: 0px;
  left: 10px;
  /* max-width: 100px; */
  width: 100%;
  display: flex;
  gap: 10px;
}
.featured-product .detail-gallery .slider-nav-thumbnails .product-image-thumb {
  width: 50px !important;
  border: 1px solid #a0a0a0;
  border-radius: 12px;
  overflow: hidden;
  opacity: 0.5;
  margin-bottom: 12px;
  cursor: pointer;
}
.featured-product
  .detail-gallery
  .slider-nav-thumbnails
  .product-image-thumb
  img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  aspect-ratio: 3/4;
}
.featured-product
  .detail-gallery
  .slider-nav-thumbnails
  .product-image-thumb.slick-current {
  opacity: 1;
}

.add-wishlist-btn-2 {
  border: 1px solid #ececec;
  -webkit-transition-duration: 300ms;
  transition-duration: 300ms;
  border-radius: 0.5rem;
  width: 2.5rem;
  height: 2.5rem;
}
.add-wishlist-btn-2:hover {
  background-color: var(--primary-color);
  border-color: var(--primary-color);
  color: #ffffff;
}

.quantity-block {
  padding: 0.75rem;
  width: 140px;
  border: 1px solid #ececec;
  border-radius: 0.5rem;
}

.list-payment {
  position: relative;
  padding: 2rem 1rem 1.5rem;
  border: 1px solid #ececec;
}
.list-payment .heading2 {
  position: absolute;
  top: -14px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.sticky {
  position: sticky;
  top: 90px;
}

.desc-tab .nav .nav-item .nav-link {
  position: relative;
  font-size: 24px;
  line-height: 30px;
  font-weight: 600;
  text-transform: capitalize;
  color: #7e7e7e;
}
.desc-tab .nav .nav-item .nav-link::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 0;
  height: 1px;
  background-color: #1f1f1f;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.desc-tab .nav .nav-item .nav-link:hover::before {
  width: 100%;
}
.desc-tab .nav .nav-item .nav-link.active {
  background-color: transparent;
  color: #1f1f1f;
}
.desc-tab .nav .nav-item .nav-link.active::before {
  width: 100%;
}

.list-feature {
  list-style: disc;
  padding-left: 2rem;
}

.specifications tbody tr:nth-child(odd) td {
  background-color: #f7f7f7;
}
.specifications .text-title {
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  text-transform: capitalize;
}

.progress-bar {
  background-color: var(--primary-color);
}

.shopping-summery table > :not(caption) > * > * {
  padding: 15px 5px;
}
.shopping-summery table td,
.shopping-summery table th,
.shopping-summery table thead {
  border: 0;
}
.shopping-summery table thead th {
  background-color: #ececec;
  padding: 18px 0;
  font-family: var(--theme-font);
  font-size: 17px;
  font-weight: 700;
  color: var(--color-heading);
}
.shopping-summery table tbody tr img {
  max-width: 120px;
  border: 1px solid #ececec;
  border-radius: 15px;
}

.cart-totals {
  padding: 1.5rem;
}

.stock-status {
  display: inline-block;
  padding: 8px 12px;
  border-radius: 5px;
  margin-bottom: 20px;
  font-family: var(--theme-font);
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
}
.stock-status.in-stock {
  background: #f9dede;
  color: var(--primary-color);
}
.stock-status.out-stock {
  color: #f74b81;
  background: #fde0e9;
}

.table.table-compare {
  border-radius: 15px;
}
.table.table-compare > :not(caption) > * > * {
  padding: 30px 15px;
}

.mw-200 {
  min-width: 200px;
}

.toggle_info {
  padding: 12px 20px;
  background-color: #fff;
  border-radius: 10px;
  border: 1px solid #ececec;
  -webkit-box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.05);
  box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.05);
}

.login_form .panel-body,
.coupon_form .panel-body {
  border: 1px solid #ececec;
  padding: 30px;
  margin-top: 30px;
  border-radius: 10px;
}

.apply-coupon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.apply-coupon input {
  height: 51px;
  border-radius: 10px 0 0 10px;
  background-image: url("../images/theme/icons/coupon.png");
  background-position: 20px center;
  background-repeat: no-repeat;
  padding-left: 50px;
}
.apply-coupon button {
  min-width: 150px;
  height: 51px;
  border-radius: 0 10px 10px 0;
  background-color: var(--color-heading);
}
.apply-coupon button:hover {
  background-color: var(--primary-color);
}

.shipping_calculator .custom_select .select2-container {
  max-width: 100%;
  width: 100% !important;
}
.shipping_calculator
  .custom_select
  .select2-container--default
  .select2-selection--single {
  border-radius: 10px;
  height: 64px;
  line-height: 64px;
}
.shipping_calculator
  .custom_select
  .select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  line-height: 64px;
}
.shipping_calculator
  .custom_select
  .select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  top: 50%;
  right: 14px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.shipping_calculator .w-100 .select2-container {
  width: 100% !important;
}

.checkout-summary .product-thumbnail {
  width: 100px;
  border-radius: 0.5rem;
  overflow: hidden;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  line-height: 0;
}
.checkout-summary .product-thumbnail img {
  max-width: 100%;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.checkout-summary .w-160 {
  max-width: 160px;
}

table.no-border td,
table.no-border th,
table.no-border thead {
  border: 0;
}
table.no-border tr {
  border: 0;
  border-bottom: 1px solid #ececec;
}

.payment_option .custome-radio {
  margin-bottom: 10px;
}

.payment_option .custome-radio .form-check-label {
  color: #292b2c;
  font-weight: 600;
}

.custome-radio .form-check-label::before {
  content: "";
  border: 1px solid #908f8f;
  height: 16px;
  width: 16px;
  display: inline-block;
  border-radius: 100%;
  vertical-align: middle;
  margin-right: 8px;
}

.custome-radio input[type="radio"] + .form-check-label::after {
  content: "";
  height: 10px;
  width: 10px;
  border-radius: 100%;
  position: absolute;
  top: 9px;
  left: 3px;
  opacity: 0;
}

.custome-radio input[type="radio"]:checked + .form-check-label::after {
  opacity: 1;
  background-color: var(--primary-color);
}

/*LAYOUT -> HEADER STYLE*/
/*Header default*/
.header-top-ptb-1 {
  padding: 7px 0;
  border-bottom: 1px solid #ececec;
  font-size: 13px;
  line-height: 1;
  text-align: center;
  background: var(--secondary-color);
  color: #fff;
}

.header-info-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.header-info > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header-info > ul > li {
  margin-right: 20px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.header-info > ul > li:before {
  content: "";
  position: absolute;
  right: -10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 1px;
  height: 10px;
  background: #dedfe2;
}
.header-info > ul > li:last-child {
  margin-right: 0;
}
.header-info > ul > li:last-child:before {
  display: none;
}
.header-info > ul > li a {
  color: var(--color-text);
  font-weight: 500;
}
.header-info > ul > li a i {
  font-size: 12px;
  margin-right: 5px;
}
.header-info > ul > li a.language-dropdown-active i.fa-chevron-down {
  font-size: 8px;
  margin-left: 5px;
}
.header-info > ul > li > ul.language-dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 2;
  min-width: 120px;
  background: #fff;
  border-radius: 0 0 4px 4px;
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  visibility: hidden;
  opacity: 0;
  padding: 10px 15px;
  -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  border: 1px solid #ececec;
}
.header-info > ul > li > ul li {
  display: block;
}
.header-info > ul > li > ul li a {
  display: block;
  color: #696969;
  padding: 5px;
}
.header-info > ul > li > ul li a:hover {
  color: var(--primary-color);
  background-color: none;
}
.header-info > ul > li > ul li a img {
  max-width: 15px;
  display: inline-block;
  margin-right: 5px;
}
.header-info > ul > li:hover > a {
  color: #333;
}
.header-info > ul > li:hover > ul.language-dropdown {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  top: 25px;
}
.header-info i {
  font-size: 12px;
  margin-right: 5px;
  line-height: 6px;
}

.header-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.header-wrap .header-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.header-wrap.header-space-between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.header-wrap .header-right {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.logo a {
  display: block;
}
.logo.logo-width-1 {
  /* margin-right: 70px; */
  margin-right: 25px;
}

@media (min-width: 768px) {
  .logo.logo-width-1 a img {
    width: 300px;
  }
}

@media (min-width: 992px) {
  .logo.logo-width-1 a img {
    width: 360px;
  }
}

.search-style-1 form {
  width: 370px;
  position: relative;
}
.search-style-1 form input {
  font-size: 16px;
  height: 48px;
  color: var(--color-heading);
  border-radius: 26px;
  padding: 3px 50px 3px 20px;
  border: 1px solid #f5f5f5;
  background-color: #f5f5f5;
  -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.header-action .header-action-icon.header-action-mrg-none2 {
  margin-right: 0px;
}
.header-action .header-action-icon:last-child {
  margin-right: 0;
}
.header-action .header-action-icon > a span.pro-count {
  position: absolute;
  right: -5px;
  bottom: -4px;
  color: #ffffff;
  height: 20px;
  width: 20px;
  border-radius: 100%;
  font-weight: 700;
  font-size: 12px;
  text-align: center;
  line-height: 20px;
}

.header-action-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.header-action-2 .header-action-icon-2 span.lable {
  font-size: 16px;
  margin: 5px 0 0 10px;
}
.header-action-2 .header-action-icon-2:last-child {
  padding: 0 0px 0 8px;
}
.header-action-2 .header-action-icon-2 > a {
  color: #333;
  line-height: 1;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  border-radius: 5px;
  background-color: #fff;
  padding: 0px 15px;
  min-height: 40px;
  border: 1px solid #ececec;
  -webkit-box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.05);
  box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.05);
}
.header-action-2 .header-action-icon-2 > a img {
  width: 100%;
  max-width: 25px;
}
.header-action-2 .header-action-icon-2 > a span {
  font-size: 14px;
  color: var(--color-text);
}
.header-action-2 .header-action-icon-2 > a span.pro-count {
  position: absolute;
  left: -11px;
  top: -10px;
  color: #ffffff;
  height: 20px;
  width: 20px;
  border-radius: 100%;
  font-weight: 500;
  font-size: 12px;
  text-align: center;
  line-height: 20px;
}

.cart-dropdown-wrap ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 0 20px;
}
.cart-dropdown-wrap ul li .shopping-cart-img a {
  display: block;
}

.header-height-2 {
  border-bottom: 1px solid #ececec;
}

.header-height-3 {
  min-height: 132px;
}

.header-height-4 {
  min-height: 120px;
}

.search-popup-wrap.search-visible {
  visibility: visible;
  opacity: 1;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

.mobile-header-wrapper-style.sidebar-visible {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
.mobile-header-wrapper-style
  .mobile-header-wrapper-inner
  .mobile-header-top
  .mobile-header-logo
  a {
  display: block;
}
.mobile-header-wrapper-style
  .mobile-header-wrapper-inner
  .mobile-header-content-area
  .mobile-menu-wrap
  nav {
  height: 100%;
}
.mobile-header-wrapper-style
  .mobile-header-wrapper-inner
  .mobile-header-content-area
  .main-categori-wrap
  a
  i {
  margin-right: 15px;
}
.mobile-header-wrapper-style
  .mobile-header-wrapper-inner
  .mobile-header-content-area
  .main-categori-wrap
  .categori-dropdown-active-small {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 0;
}

.header-action-right .search-location {
  display: none;
}

.search-style-1 {
  margin-right: 28px;
}
.search-style-1 form input::-moz-input-placeholder {
  color: var(--color-heading);
  opacity: 1;
}
.search-style-1 form input::-webkit-input-placeholder {
  color: var(--color-heading);
  opacity: 1;
}
.search-style-1 form input:focus {
  border: 1px solid var(--primary-color);
  background-color: #ffffff;
}
.search-style-1 form button {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  border: none;
  font-size: 19px;
  height: 100%;
  padding: 0 15px;
  background-color: transparent;
  color: var(--primary-color);
}
.search-style-1 form button:hover {
  color: var(--primary-color);
}

.header-action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.header-action .header-action-icon {
  margin-right: 28px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header-action .header-action-icon.header-action-mrg-none {
  margin-right: 13px;
}
.header-action .header-action-icon > a {
  font-size: 24px;
  color: #333;
  line-height: 1;
  display: inline-block;
  position: relative;
}
.header-action .header-action-icon > a span.pro-count.blue {
  background-color: var(--primary-color);
}
.header-action .header-action-icon:hover > a {
  color: var(--primary-color);
}
.header-action .header-action-icon:hover .cart-dropdown-wrap {
  opacity: 1;
  visibility: visible;
  top: calc(100% + 10px);
}
.header-action.header-action-hm3 .header-action-icon.header-action-mrg-none2 {
  margin-right: 0px;
}
.header-action.header-action-hm3 .header-action-icon:last-child {
  margin-right: 0;
}

.header-action-2 .header-action-icon-2 {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 10px;
}
.header-action-2 .header-action-icon-2 > a svg {
  width: 1em;
  height: 1em;
}
.header-action-2 .header-action-icon-2 > a span.pro-count.blue {
  background-color: var(--primary-color);
}
.header-action-2 .header-action-icon-2:hover > a {
  color: var(--primary-color);
  fill: var(--primary-color);
}
.header-action-2 .header-action-icon-2:hover .cart-dropdown-wrap {
  opacity: 1;
  visibility: visible;
  top: calc(100% + 10px);
}

.header-middle-ptb-1 {
  padding: 25px 0 0 0;
}

.cart-dropdown-wrap {
  position: absolute;
  right: 0;
  top: calc(100% + 20px);
  z-index: 99;
  width: 320px;
  background-color: #fff;
  -webkit-box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.05);
  box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.05);
  padding: 30px 20px 27px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  border-radius: 10px;
  border: 1px solid #ececec;
}
.cart-dropdown-wrap.cart-dropdown-hm2 {
  right: 0;
}
.cart-dropdown-wrap.account-dropdown {
  width: 200px;
}
.cart-dropdown-wrap.account-dropdown a {
  color: var(--color-heading);
}
.cart-dropdown-wrap.account-dropdown a:hover {
  color: var(--primary-color);
}
.cart-dropdown-wrap ul li:last-child {
  margin: 0 0 0px;
}
.cart-dropdown-wrap ul li .shopping-cart-img {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 80px;
  flex: 0 0 80px;
  margin-right: 20px;
}
.cart-dropdown-wrap ul li .shopping-cart-img a img {
  max-width: 100%;
  border-radius: 10px;
}
.cart-dropdown-wrap ul li .shopping-cart-title {
  margin: 6px 0 0;
}
.cart-dropdown-wrap ul li .shopping-cart-title h4 {
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  margin: 0 0 9px;
}
.cart-dropdown-wrap ul li .shopping-cart-title h4 a {
  color: var(--primary-color);
}
.cart-dropdown-wrap ul li .shopping-cart-title h4 a:hover {
  color: var(--color-heading);
}
.cart-dropdown-wrap ul li .shopping-cart-title h3 {
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  margin: 0 0 0px;
  color: var(--primary-color);
}
.cart-dropdown-wrap ul li .shopping-cart-title h3 span {
  color: #696969;
  font-weight: 400;
  font-size: 16px;
}
.cart-dropdown-wrap ul li .shopping-cart-delete {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 100;
  -ms-flex-positive: 100;
  flex-grow: 100;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin: 6px 0 0;
}
.cart-dropdown-wrap ul li .shopping-cart-delete a {
  font-size: 18px;
  color: #696969;
}
.cart-dropdown-wrap ul li .shopping-cart-delete a:hover {
  color: #333;
}
.cart-dropdown-wrap .shopping-cart-footer .shopping-cart-total {
  border-top: 2px solid #f3f3f3;
  margin: 25px 0;
  padding: 17px 0 0;
}
.cart-dropdown-wrap .shopping-cart-footer .shopping-cart-total h4 {
  color: #9b9b9b;
  font-weight: 700;
  font-size: 16px;
  margin: 0;
}
.cart-dropdown-wrap .shopping-cart-footer .shopping-cart-total h4 span {
  font-size: 18px;
  float: right;
  color: var(--primary-color);
}
.cart-dropdown-wrap .shopping-cart-footer .shopping-cart-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 20px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-item-align: center;
  align-self: center;
}
.cart-dropdown-wrap .shopping-cart-footer .shopping-cart-button a {
  display: inline-block;
  font-size: 14px;
  color: #ffffff;
  border-radius: 4px;
  line-height: 1;
  padding: 10px 20px;
  background-color: var(--primary-color);
  font-family: var(--theme-font);
  border: 2px solid var(--primary-color);
}
.cart-dropdown-wrap .shopping-cart-footer .shopping-cart-button a.outline {
  background-color: transparent;
  border: 2px solid var(--primary-color);
  color: var(--primary-color);
}
.cart-dropdown-wrap
  .shopping-cart-footer
  .shopping-cart-button
  a.outline:hover {
  color: #ffffff;
}
.cart-dropdown-wrap .shopping-cart-footer .shopping-cart-button a:hover {
  background-color: var(--secondary-color);
}

.sticky-bar.stick {
  -webkit-animation: 700ms ease-in-out 0s normal none 1 running fadeInDown;
  animation: 700ms ease-in-out 0s normal none 1 running fadeInDown;
  -webkit-box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.05);
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
  left: 0;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  border-bottom: 2px solid var(--secondary-color);
  background: #fff;
}
.sticky-bar.stick.sticky-white-bg {
  background-color: #fff;
}
.sticky-bar.stick.sticky-blue-bg {
  background-color: #3286e0;
}

.header-height-1 {
  min-height: 133px;
}

.search-style-2 {
  width: 100%;
}
.search-style-2 form {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.search-style-2 form select {
  color: var(--color-heading);
  font-size: 16px;
  font-weight: 700;
  min-height: 50px;
  border: 1px solid var(--primary-color);
  border-right: none;
  width: 140px;
  padding: 3px 35px 3px 20px;
  border-radius: 4px 0 0 4px;
  background-color: #fff;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  -moz-appearance: none;
  -webkit-appearance: none;
  position: relative;
}
.search-style-2 form select:focus {
  color: #333;
}
.search-style-2 form select::after {
  position: absolute;
}
.search-style-2 form input {
  width: 100%;
  max-width: 683px;
  font-size: 14px;
  background-image: url("../images/theme/icons/search.png");
  background-repeat: no-repeat;
  background-position: center right;
  padding-left: 0;
  height: 50px;
  line-height: 50px;
  font-size: 14px;
}
.search-style-2 form input::-moz-input-placeholder {
  opacity: 1;
}
.search-style-2 form input::-webkit-input-placeholder {
  opacity: 1;
}
.search-style-2 form input:focus {
  border-color: #414648;
  border-width: 0 0 3px 0;
  border-style: solid;
}
.search-style-2 form button {
  position: absolute;
  right: 0px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: transparent;
  padding: 0;
  border: none;
  font-size: 20px;
  color: var(--primary-color);
  height: 100%;
  padding: 5px 17px;
}

.header-bottom-shadow {
  -webkit-box-shadow: 0 1px 20px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 20px rgba(0, 0, 0, 0.05);
}

.header-bottom .header-action-right a span.pro-count {
  background-color: var(--primary-color);
  color: #fff;
}

.search-style-3 {
  margin-bottom: 10px;
}
.search-style-3 form {
  position: relative;
}
.search-style-3 form input {
  font-size: 14px;
  height: 45px;
  color: var(--color-heading);
  background-color: #f2f3f4;
  border-radius: 5px;
  padding: 3px 50px 3px 20px;
  -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  border: 0;
}
.search-style-3 form input::-moz-input-placeholder {
  color: var(--color-heading);
  opacity: 1;
}
.search-style-3 form input::-webkit-input-placeholder {
  color: var(--color-heading);
  opacity: 1;
}
.search-style-3 form input:focus {
  border: 1px solid #60bbbb;
}
.search-style-3 form button {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  border: none;
  font-size: 16px;
  height: 100%;
  padding: 0 14px;
  background-color: transparent;
  color: #333;
}
.search-style-3 form button:hover {
  color: var(--primary-color);
}

.search-popup-wrap {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  background-color: white;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  z-index: 99999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.search-popup-wrap .search-popup-content form input {
  width: 1170px;
  background-color: transparent;
  border: 0;
  border-bottom: 3px solid var(--primary-color);
  font-size: 50px;
  padding: 21px 50px 16px 0px;
  color: #919191;
  font-weight: 300;
  max-width: 100%;
  height: auto;
  -webkit-transform: translate(0, 50px);
  transform: translate(0, 50px);
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  opacity: 0;
  -webkit-transition: all 0.5s ease-in-out, opacity 0.5s linear;
  transition: all 0.5s ease-in-out, opacity 0.5s linear;
}
.search-popup-wrap .search-popup-content form input::-moz-input-placeholder {
  color: #919191;
  opacity: 1;
}
.search-popup-wrap .search-popup-content form input::-webkit-input-placeholder {
  color: #919191;
  opacity: 1;
}
.search-popup-wrap.search-visible .search-popup-content form input {
  -webkit-transform: none;
  transform: none;
  opacity: 1;
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}

.close-style-wrap {
  position: absolute;
  right: 55px;
  top: 40px;
}
.close-style-wrap.close-style-position-inherit {
  position: inherit;
}
.close-style-wrap .close-style {
  position: relative;
  background-color: transparent;
  padding: 0;
  border: none;
  width: 26px;
  height: 26px;
  background-color: var(--primary-color);
  border-radius: 30px;
}
.close-style-wrap .close-style > i {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 1px;
  margin: 0 !important;
  -webkit-transform-origin: center;
  transform-origin: center;
  display: block;
  overflow: hidden;
  color: #f4f5f9;
}
.close-style-wrap .close-style > i.icon-top {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}
.close-style-wrap .close-style > i.icon-top::before {
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s,
    -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s;
  -webkit-transform: scaleX(1) translateZ(0);
  transform: scaleX(1) translateZ(0);
  -webkit-transform-origin: right;
  transform-origin: right;
}
.close-style-wrap .close-style > i.icon-top::after {
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1),
    -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transform: scaleX(0) translateZ(0);
  transform: scaleX(0) translateZ(0);
  -webkit-transform-origin: left;
  transform-origin: left;
}
.close-style-wrap .close-style > i.icon-bottom {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}
.close-style-wrap .close-style > i.icon-bottom::before {
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s,
    -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s;
  -webkit-transform: scaleX(1) translateZ(0);
  transform: scaleX(1) translateZ(0);
  -webkit-transform-origin: right;
  transform-origin: right;
}
.close-style-wrap .close-style > i.icon-bottom::after {
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1),
    -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transform: scaleX(0) translateZ(0);
  transform: scaleX(0) translateZ(0);
  -webkit-transform-origin: left;
  transform-origin: left;
}
.close-style-wrap .close-style:hover {
  -webkit-transform: rotateZ(360deg);
  transform: rotateZ(360deg);
}

.close-style-wrap .close-style > i::before,
.close-style-wrap .close-style > i::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: #f4f5f9;
}

.burger-icon {
  position: relative;
  width: 24px;
  height: 20px;
  cursor: pointer;
  -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.burger-icon > span {
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
}
.burger-icon > span.burger-icon-top {
  top: 2px;
}
.burger-icon > span.burger-icon-bottom {
  bottom: 2px;
}
.burger-icon > span.burger-icon-mid {
  top: 9px;
}

.burger-icon > span::before,
.burger-icon > span::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: #333;
}

.burger-icon.burger-icon-white > span::before,
.burger-icon.burger-icon-white > span::after {
  background-color: var(--color-heading);
}

.body-overlay-1 {
  background: rgba(0, 0, 0, 0.7) none repeat scroll 0 0;
  height: 100%;
  left: 0;
  opacity: 0;
  position: fixed;
  top: 0;
  -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  visibility: hidden;
  width: 100%;
  cursor: crosshair;
  z-index: 9999;
}

.mobile-menu-active .body-overlay-1 {
  opacity: 1;
  visibility: visible;
}

.main-wrapper {
  -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.mobile-header-wrapper-style {
  position: fixed;
  top: 0;
  width: 360px;
  min-height: 100vh;
  bottom: 0;
  left: 0;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-transform: translate(-200px, 0);
  transform: translate(-200px, 0);
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.09);
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.09);
  z-index: 99999;
}
.mobile-header-wrapper-style .mobile-header-wrapper-inner {
  padding: 0px 0px 30px;
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
}
.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 20px 30px;
  background-color: #ffffff;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.mobile-header-wrapper-style
  .mobile-header-wrapper-inner
  .mobile-header-top
  .mobile-header-logo
  a
  img {
  width: 100px;
}
.mobile-header-wrapper-style
  .mobile-header-wrapper-inner
  .mobile-header-content-area {
  padding: 30px 30px 30px;
}
.mobile-header-wrapper-style
  .mobile-header-wrapper-inner
  .mobile-header-content-area
  .mobile-menu-wrap
  nav
  .mobile-menu
  li {
  display: block;
  position: relative;
  padding: 13px 0;
  border-bottom: 1px solid #ececec;
}
.mobile-header-wrapper-style
  .mobile-header-wrapper-inner
  .mobile-header-content-area
  .mobile-menu-wrap
  nav
  .mobile-menu
  li:last-child {
  border-bottom: none;
}
.mobile-header-wrapper-style
  .mobile-header-wrapper-inner
  .mobile-header-content-area
  .mobile-menu-wrap
  nav
  .mobile-menu
  li.menu-item-has-children
  .menu-expand {
  right: 0;
  position: absolute;
  cursor: pointer;
  z-index: 9;
  text-align: center;
  font-size: 12px;
  display: block;
  width: 30px;
  height: 30px;
  line-height: 38px;
  top: 5px;
  color: var(--color-heading);
}
.mobile-header-wrapper-style
  .mobile-header-wrapper-inner
  .mobile-header-content-area
  .mobile-menu-wrap
  nav
  .mobile-menu
  li.menu-item-has-children
  .menu-expand
  i {
  font-size: 14px;
  font-weight: 300;
}
.mobile-header-wrapper-style
  .mobile-header-wrapper-inner
  .mobile-header-content-area
  .mobile-menu-wrap
  nav
  .mobile-menu
  li.menu-item-has-children.active
  > .menu-expand {
  background: rgba(255, 255, 255, 0.2);
}
.mobile-header-wrapper-style
  .mobile-header-wrapper-inner
  .mobile-header-content-area
  .mobile-menu-wrap
  nav
  .mobile-menu
  li.menu-item-has-children.active
  > .menu-expand
  i::before {
  content: "\f112";
}
.mobile-header-wrapper-style
  .mobile-header-wrapper-inner
  .mobile-header-content-area
  .mobile-menu-wrap
  nav
  .mobile-menu
  li
  a {
  font-size: 14px;
  line-height: 1;
  text-transform: capitalize;
  font-weight: 700;
  position: relative;
  display: inline-block;
  color: var(--color-heading);
}
.mobile-header-wrapper-style
  .mobile-header-wrapper-inner
  .mobile-header-content-area
  .mobile-menu-wrap
  nav
  .mobile-menu
  li
  a
  i {
  margin-right: 5px;
}
.mobile-header-wrapper-style
  .mobile-header-wrapper-inner
  .mobile-header-content-area
  .mobile-menu-wrap
  nav
  .mobile-menu
  li
  ul {
  padding: 10px 0 0 10px;
}
.mobile-header-wrapper-style
  .mobile-header-wrapper-inner
  .mobile-header-content-area
  .mobile-menu-wrap
  nav
  .mobile-menu
  li
  ul
  li {
  padding: 10px 0;
  border-bottom: none;
}
.mobile-header-wrapper-style
  .mobile-header-wrapper-inner
  .mobile-header-content-area
  .mobile-menu-wrap
  nav
  .mobile-menu
  li
  ul
  li.menu-item-has-children
  .menu-expand {
  top: 0px;
}
.mobile-header-wrapper-style
  .mobile-header-wrapper-inner
  .mobile-header-content-area
  .mobile-menu-wrap
  nav
  .mobile-menu
  li
  ul
  li
  a {
  font-size: 14px;
  display: block;
  font-weight: 500;
}
.mobile-header-wrapper-style
  .mobile-header-wrapper-inner
  .mobile-header-content-area
  .mobile-menu-wrap
  nav
  .mobile-menu
  li
  ul
  li
  ul {
  margin-top: 0;
}
.mobile-header-wrapper-style
  .mobile-header-wrapper-inner
  .mobile-header-content-area
  .mobile-menu-wrap
  nav
  .mobile-menu
  li
  ul
  li.menu-item-has-children.active {
  padding-bottom: 0;
}
.mobile-header-wrapper-style
  .mobile-header-wrapper-inner
  .mobile-header-content-area
  .mobile-menu-wrap
  nav
  .mobile-menu
  li:hover
  > a {
  color: var(--primary-color);
}
.mobile-header-wrapper-style
  .mobile-header-wrapper-inner
  .mobile-header-content-area
  .categories-dropdown-wrap
  ul
  li
  a {
  padding: 5px 15px;
}
.mobile-header-wrapper-style
  .mobile-header-wrapper-inner
  .mobile-header-content-area
  .mobile-header-info-wrap {
  padding: 20px;
  border-radius: 5px;
  border: 1px solid #ececec;
  margin: 17px 0 30px 0;
}
.mobile-header-wrapper-style
  .mobile-header-wrapper-inner
  .mobile-header-content-area
  .mobile-header-info-wrap
  .single-mobile-header-info {
  position: relative;
  margin-bottom: 13px;
}
.mobile-header-wrapper-style
  .mobile-header-wrapper-inner
  .mobile-header-content-area
  .mobile-header-info-wrap
  .single-mobile-header-info:last-child {
  margin-bottom: 0;
}
.mobile-header-wrapper-style
  .mobile-header-wrapper-inner
  .mobile-header-content-area
  .mobile-header-info-wrap
  .single-mobile-header-info
  a {
  font-size: 14px;
  display: block;
  font-weight: 500;
  color: var(--color-heading);
}
.mobile-header-wrapper-style
  .mobile-header-wrapper-inner
  .mobile-header-content-area
  .mobile-header-info-wrap
  .single-mobile-header-info
  a:hover {
  color: var(--primary-color);
}
.mobile-header-wrapper-style
  .mobile-header-wrapper-inner
  .mobile-header-content-area
  .mobile-header-info-wrap
  .single-mobile-header-info
  a
  i {
  font-size: 14px;
  color: var(--primary-color);
  margin-right: 8px;
}
.mobile-header-wrapper-style
  .mobile-header-wrapper-inner
  .mobile-header-content-area
  .mobile-header-info-wrap
  .single-mobile-header-info
  .lang-curr-dropdown {
  margin-top: 5px;
  display: none;
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 10px 0 0 0;
  width: 100%;
  z-index: 11;
}
.mobile-header-wrapper-style
  .mobile-header-wrapper-inner
  .mobile-header-content-area
  .mobile-header-info-wrap
  .single-mobile-header-info
  .lang-curr-dropdown
  ul
  li {
  padding-bottom: 10px;
}
.mobile-header-wrapper-style
  .mobile-header-wrapper-inner
  .mobile-header-content-area
  .mobile-header-info-wrap
  .single-mobile-header-info
  .lang-curr-dropdown
  ul
  li:last-child {
  padding-bottom: 0px;
}
.mobile-header-wrapper-style
  .mobile-header-wrapper-inner
  .mobile-header-content-area
  .mobile-header-info-wrap
  .single-mobile-header-info
  .lang-curr-dropdown
  ul
  li
  a {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.7);
  font-weight: 400;
}
.mobile-header-wrapper-style
  .mobile-header-wrapper-inner
  .mobile-header-content-area
  .mobile-header-info-wrap
  .single-mobile-header-info
  .lang-curr-dropdown
  ul
  li
  a:hover {
  color: var(--primary-color);
}
.mobile-header-wrapper-style
  .mobile-header-wrapper-inner
  .mobile-header-content-area
  .mobile-header-info-wrap
  .single-mobile-header-info:hover
  > a {
  color: var(--color-heading);
}
.mobile-header-wrapper-style
  .mobile-header-wrapper-inner
  .mobile-header-content-area
  .mobile-header-border {
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
.mobile-header-wrapper-style
  .mobile-header-wrapper-inner
  .mobile-header-content-area
  .site-copyright {
  font-size: 13px;
  color: #b6b6b6;
}

.mobile-social-icon a {
  text-align: center;
  font-size: 14px;
  margin-right: 5px;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  height: 30px;
  width: 30px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  background: var(--primary-color);
  border-radius: 30px;
  line-height: 1;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.mobile-social-icon a img {
  max-width: 16px;
}
.mobile-social-icon a img:hover {
  opacity: 0.8;
}
.mobile-social-icon a:hover {
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px);
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  margin-top: -2px;
}
.mobile-social-icon a:last-child {
  margin-right: 0;
}

.mobile-search {
  padding: 0 0 10px 0;
}

.hotline img {
  min-width: 35px;
  margin-right: 12px;
}
.hotline p {
  color: var(--primary-color);
  font-size: 26px;
  font-weight: 700;
  font-family: var(--theme-font);
  display: block;
  line-height: 1;
}
.hotline p span {
  font-weight: 500;
  font-size: 12px;
  font-family: var(--theme-font);
  color: var(--color-text);
  display: block;
  letter-spacing: 0.9px;
}

/* Header style 1 */
.header-style-1 {
  position: relative;
  overflow-x: clip;
}
.header-style-1.header-height-2 {
  border-bottom: 0;
}
.header-style-1 .header-top-ptb-1 {
  background-image: none;
  padding: 10px 0;
}
.header-style-1 .header-top-ptb-1 .language-dropdown a {
  color: var(--color-heading);
}
.header-style-1 .header-middle-ptb-1 {
  padding: 30px 0;
}
.header-style-1 .select2-container {
  max-width: unset;
  min-width: 150px;
}
.header-style-1 .select2-container--default .select2-selection--single {
  border: 0;
  height: 50px;
  line-height: 50px;
  padding-left: 20px;
  width: 155px;
  max-width: unset;
  border-radius: 5px 0 0 5px;
}
.header-style-1
  .select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  right: 10px;
}
.header-style-1
  .select2-container--default
  .select2-selection--single
  .select2-selection__arrow
  b {
  border: 0;
}
.header-style-1
  .select2-container--default
  .select2-selection--single
  .select2-selection__arrow
  b::after {
  font-family: uicons-regular-straight !important;
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1 !important;
  content: "\f10f";
  position: absolute;
  top: -4px;
}
.header-style-1
  .select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  height: 50px;
  line-height: 50px;
  position: relative;
}
.header-style-1
  .select2-container--default
  .select2-selection--single
  .select2-selection__rendered:after {
  content: "";
  height: 100%;
  width: 1px;
  background-color: #cacaca;
  position: absolute;
  right: 0;
  top: 0;
}
.header-style-1
  .search-location
  .select2-container--default
  .select2-selection--single {
  border: 0;
  height: 40px;
  line-height: 40px;
  padding-left: 13px;
  width: 164px;
  max-width: unset;
  border-radius: 5px;
  background-color: #fff;
  border: 1px solid #ececec;
  -webkit-box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.05);
  box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.05);
}
.header-style-1
  .search-location
  .select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  right: 10px;
  top: 7px;
}
.header-style-1
  .search-location
  .select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  height: 40px;
  line-height: 35px;
  position: relative;
  color: var(--primary-color);
  font-weight: 500;
}
.header-style-1
  .search-location
  .select2-container--default
  .select2-selection--single
  .select2-selection__rendered:after {
  content: none;
}
.header-style-1
  .search-location
  .select2-container--default
  .select2-selection--single
  .select2-selection__rendered:before {
  font-family: uicons-regular-straight !important;
  content: "\f199";
  color: #b6b6b6;
  margin-right: 7px;
  display: inline-block;
}
.header-style-1 .search-location .select2-container {
  max-width: unset;
  min-width: 158px;
  max-width: 158px;
  margin-right: 20px;
}
.header-style-1 .search-style-2 form {
  border: 2px solid var(--primary-color);
  border-radius: 4px;
  max-width: 512px;
  background-color: #fff;
}
.header-style-1 .search-style-2 form input {
  max-width: 600px;
  border-width: 0px;
  border-radius: 0 5px 5px 0;
  margin-left: 20px;
  background-color: #fff;
  border: none;
}
.header-style-1 .header-bottom-bg-color {
  background-color: #fff;
  border-top: 1px solid #ececec;
  border-bottom: 1px solid #ececec;
}
.header-style-1 .main-categori-wrap > a {
  color: #fff;
  line-height: 70px;
  background: var(--primary-color);
  padding: 0 30px;
}
.header-style-1 .main-categori-wrap > a i.up {
  right: 30px;
}
.header-style-1 .main-categori-wrap > a.categories-button-active {
  line-height: 44px;
  border-radius: 5px;
  padding: 0 20px;
  font-family: var(--theme-font);
  font-size: 16px;
}
.header-style-1 .main-categori-wrap > a.categories-button-active i {
  color: #fff;
  margin-left: 12px;
  font-size: 10px;
  margin-bottom: 5px;
}
.header-style-1 .main-categori-wrap > a:hover {
  background-color: var(--primary-color);
}
.header-style-1 .main-menu.main-menu-light-white > nav > ul > li > a {
  color: #494949;
}
.header-style-1 .stick .main-menu.main-menu-light-white > nav > ul > li > a {
  color: #ffffff !important;
}
.header-style-1 .categories-dropdown-active-large {
  top: 100%;
  -webkit-box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.05);
  box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.05);
}
.header-style-1 .hotline p {
  color: var(--primary-color) !important;
}
.header-style-1 .main-categori-wrap > a span {
  color: #fff !important;
}

.header-style-1.header-style-5 .header-bottom-bg-color {
  background-color: var(--primary-color) !important;
}
.header-style-1.header-style-5 .header-bottom-bg-color .main-categori-wrap > a {
  background: var(--secondary-color);
}
.header-style-1.header-style-5 .main-menu > nav > ul > li > a {
  color: #fff;
}
.header-style-1.header-style-5 .hotline p {
  color: #fff !important;
}
.header-style-1.header-style-5 .hotline p span {
  color: #fff !important;
}

span.fi-rs-apps {
  font-size: 16px;
}

.hotline i {
  opacity: 0.7;
}

/* animation */
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
/*LAYOUT -> NAVIGATION STYLE*/
.main-menu.main-menu-mrg-1 {
  margin: 0 0 0 27px;
}
.main-menu > nav > ul > li.hot-deals {
  padding-right: 30px !important;
}
.main-menu > nav > ul > li.hot-deals img {
  position: relative;
  margin-bottom: -4px;
  margin-right: 8px;
}
.main-menu > nav > ul > li.position-static {
  position: static;
}
.main-menu > nav > ul > li > a {
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  color: var(--color-heading);
  font-family: var(--theme-font);
}
.main-menu > nav > ul > li > a i {
  font-size: 8px;
  position: relative;
  margin-left: 4px;
}
.main-menu > nav > ul > li > a.active {
  color: var(--primary-color);
}
.main-menu > nav > ul > li ul.sub-menu {
  position: absolute;
  left: 0;
  top: 100%;
  background-color: #ffffff;
  min-width: 250px;
  padding: 25px 15px;
  -webkit-transition: all 0.25s ease 0s;
  transition: all 0.25s ease 0s;
  opacity: 0;
  visibility: hidden;
  margin-top: 20px;
  border-radius: 10px;
  z-index: 999;
  border: 1px solid #ececec;
  -webkit-box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.05);
  box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.05);
}
.main-menu > nav > ul > li ul.sub-menu li {
  line-height: 1;
  display: block;
  margin-bottom: 21px;
  position: relative;
}
.main-menu > nav > ul > li ul.sub-menu li:last-child {
  margin-bottom: 0;
}
.main-menu > nav > ul > li ul.sub-menu li ul.level-menu {
  position: absolute;
  left: 100%;
  top: -110px;
  background-color: #ffffff;
  width: 240px;
  padding: 33px 0 35px;
  -webkit-transition: all 0.25s ease 0s;
  transition: all 0.25s ease 0s;
  opacity: 0;
  visibility: hidden;
  border-radius: 10px;
  margin-top: 20px;
  border: 1px solid #ececec;
  -webkit-box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.05);
  box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.05);
}
.main-menu > nav > ul > li ul.sub-menu li ul.level-menu.level-menu-modify {
  top: -25px;
}
.main-menu > nav > ul > li ul.sub-menu li a i {
  font-size: 9px;
  float: right;
  position: relative;
  top: 4px;
}
.main-menu > nav > ul > li ul.sub-menu li:hover > a {
  color: #000;
}
.main-menu > nav > ul > li ul.sub-menu li:hover ul.level-menu {
  opacity: 1;
  visibility: visible;
  margin-top: 0px;
}
.main-menu > nav > ul > li ul.mega-menu {
  position: absolute;
  left: 0;
  top: 100%;
  background-color: #ffffff;
  width: 100%;
  padding: 35px 25px 35px 35px;
  -webkit-transition: all 0.25s ease 0s;
  transition: all 0.25s ease 0s;
  opacity: 0;
  visibility: hidden;
  margin-top: 20px;
  border-radius: 0 0 10px 10px;
  z-index: 999;
  border: 1px solid #ececec;
  -webkit-box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.05);
  box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.05);
}
.main-menu > nav > ul > li ul.mega-menu li {
  line-height: 1;
  display: block;
  position: relative;
  float: left;
  padding-right: 10px;
}
.main-menu > nav > ul > li ul.mega-menu li:last-child {
  margin-bottom: 0;
}
.main-menu > nav > ul > li ul.mega-menu li.sub-mega-menu-width-22 {
  width: 22%;
}
.main-menu > nav > ul > li ul.mega-menu li.sub-mega-menu-width-34 {
  width: 34%;
}
.main-menu > nav > ul > li ul.mega-menu li a.menu-title {
  font-size: 19px;
  font-weight: 700;
  display: block;
}
.main-menu > nav > ul > li ul.mega-menu li ul {
  margin-top: 28px;
}
.main-menu > nav > ul > li ul.mega-menu li ul li {
  line-height: 1;
  display: block;
  margin-bottom: 14px;
  float: none;
}
.main-menu > nav > ul > li ul.mega-menu li ul li:last-child {
  margin-bottom: 0;
}
.main-menu > nav > ul > li ul.mega-menu li ul li a {
  font-size: 15px;
  color: #7e7e7e;
  display: block;
  line-height: 1.4;
}
.main-menu > nav > ul > li ul.mega-menu li ul li a:hover {
  color: var(--primary-color);
}
.main-menu > nav > ul > li ul.mega-menu li .menu-banner-wrap {
  overflow: hidden;
  position: relative;
}
.main-menu > nav > ul > li ul.mega-menu li .menu-banner-wrap a {
  display: block;
}
.main-menu > nav > ul > li ul.mega-menu li .menu-banner-wrap a img {
  width: 100%;
}
.main-menu
  > nav
  > ul
  > li
  ul.mega-menu
  li
  .menu-banner-wrap
  .menu-banner-content {
  position: absolute;
  top: 32px;
  left: 30px;
}
.main-menu
  > nav
  > ul
  > li
  ul.mega-menu
  li
  .menu-banner-wrap
  .menu-banner-content
  h3 {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
  margin: 5px 0 11px;
}
.main-menu
  > nav
  > ul
  > li
  ul.mega-menu
  li
  .menu-banner-wrap
  .menu-banner-content
  .menu-banner-price
  span.old-price {
  font-size: 19px;
  font-weight: 400;
  color: #696969;
  text-decoration: line-through;
  margin-left: 5px;
}
.main-menu
  > nav
  > ul
  > li
  ul.mega-menu
  li
  .menu-banner-wrap
  .menu-banner-content
  .menu-banner-btn
  a {
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  color: #ffffff;
  border-radius: 26px;
  padding: 12px 22px 14px;
  background-color: var(--primary-color);
}
.main-menu
  > nav
  > ul
  > li
  ul.mega-menu
  li
  .menu-banner-wrap
  .menu-banner-discount
  h3
  span {
  display: block;
  line-height: 1;
  font-weight: 700;
  font-size: 20px;
  margin: 0 0 3px;
}
.main-menu
  > nav
  > ul
  > li
  ul.mega-menu
  li
  .menu-banner-wrap:hover
  .menu-banner-btn
  a {
  background-color: var(--danger-color);
}
.main-menu > nav > ul > li:hover > a {
  color: var(--primary-color);
}
.main-menu > nav > ul > li:hover ul.sub-menu {
  opacity: 1;
  visibility: visible;
  margin-top: 12px;
}
.main-menu > nav > ul > li:hover ul.mega-menu {
  opacity: 1;
  visibility: visible;
  margin-top: 0;
}
.main-menu.hover-boder > nav > ul > li > a {
  position: relative;
}
.main-menu.hover-boder > nav > ul > li > a::after {
  content: none;
  position: absolute;
  left: auto;
  right: 0;
  bottom: 34px;
  height: 1px;
  width: 0;
  -webkit-transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
  transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
  background: var(--primary-color);
}
.main-menu.hover-boder > nav > ul > li:hover > a::after {
  width: 100%;
  left: 0;
  right: auto;
}
.main-menu.hover-boder.hover-boder-white > nav > ul > li > a::after {
  bottom: 18px;
  background: #ffffff;
}
.main-menu.hover-boder.hover-boder-modify > nav > ul > li > a::after {
  bottom: 28px;
}
.main-menu.main-menu-light-white > nav > ul > li > a {
  color: white;
}
.main-menu.main-menu-padding-1 > nav > ul > li {
  padding: 0 15px;
}
.main-menu.main-menu-padding-1 > nav > ul > li:first-child {
  padding-left: 0 !important;
}
.main-menu.main-menu-lh-2 > nav > ul > li {
  line-height: 70px;
}
.main-menu.main-menu-lh-3 > nav > ul > li {
  line-height: 80px;
}

.main-menu.main-menu-grow {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.main-menu > nav > ul > li {
  display: inline-block;
  position: relative;
}
.main-menu > nav > ul > li ul.sub-menu li a {
  font-size: 14px;
  color: var(--color-text);
  display: block;
  padding: 0 15px;
}
.main-menu > nav > ul > li ul.sub-menu li a:hover {
  color: var(--primary-color);
}
.main-menu
  > nav
  > ul
  > li
  ul.mega-menu
  li
  .menu-banner-wrap
  .menu-banner-content
  h4 {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 500;
  margin: 0;
}
.main-menu
  > nav
  > ul
  > li
  ul.mega-menu
  li
  .menu-banner-wrap
  .menu-banner-content
  .menu-banner-price {
  margin: 0 0 28px;
}
.main-menu
  > nav
  > ul
  > li
  ul.mega-menu
  li
  .menu-banner-wrap
  .menu-banner-content
  .menu-banner-price
  span.new-price {
  font-size: 24px;
  font-weight: 700;
  color: var(--danger-color);
}
.main-menu
  > nav
  > ul
  > li
  ul.mega-menu
  li
  .menu-banner-wrap
  .menu-banner-discount {
  width: 80px;
  height: 80px;
  line-height: 80px;
  border-radius: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #ffd55a;
  position: absolute;
  top: 13%;
  right: 7%;
}
.main-menu
  > nav
  > ul
  > li
  ul.mega-menu
  li
  .menu-banner-wrap
  .menu-banner-discount
  h3 {
  color: #333;
  margin: 0;
  text-align: center;
  font-size: 19px;
  font-weight: 600;
  line-height: 1;
}
.main-menu.main-menu-lh-1 > nav > ul > li {
  line-height: 70px;
}

.main-categori-wrap {
  position: relative;
  margin-left: 35px;
}
.main-categori-wrap > a {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 18px;
  font-weight: 600;
}
.main-categori-wrap > a span {
  margin-right: 7px;
  color: #7e7e7e;
}
.main-categori-wrap > a > i {
  margin-left: 5px;
  margin-top: 7px;
  color: #999;
}
.main-categori-wrap > a > i.up {
  position: absolute;
  top: 40%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  opacity: 0;
  visibility: hidden;
}
.main-categori-wrap > a.open > i {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.main-categori-wrap .categori-dropdown-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-width: 412px;
}

.categories-dropdown-active-large {
  list-style-type: none;
  position: absolute;
  top: 177%;
  left: 0;
  z-index: 99;
  margin: 0;
  padding: 30px;
  background: #fff;
  border: 1px solid #60bbbb;
  border-radius: 10px;
  font-size: 16px;
  min-width: 270px;
  -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  opacity: 0;
  visibility: hidden;
  margin-top: 26px;
}
.categories-dropdown-active-large.open {
  opacity: 1;
  visibility: visible;
}

.categori-dropdown-active-small {
  z-index: 9;
  margin: 0;
  padding: 14px 0 23px;
  background: #fff;
  border-radius: 5px;
  -webkit-box-shadow: 20px 20px 40px rgba(0, 0, 0, 0.07);
  box-shadow: 20px 20px 40px rgba(0, 0, 0, 0.07);
  font-size: 16px;
  font-weight: 400;
  display: none;
  width: 100%;
}

.categories-dropdown-wrap ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 48px;
  border-radius: 5px;
  border: 1px solid var(--primary-color);
  padding: 9px 18px;
  margin: 0 15px 15px 0;
  height: 50px;
  transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
}
.categories-dropdown-wrap ul li:hover {
  border: 1px solid #60bbbb;
  -webkit-box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.05);
  box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.05);
  transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
}
.categories-dropdown-wrap ul li:hover a {
  color: var(--primary-color);
}
.categories-dropdown-wrap ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0;
  line-height: 1.5;
  color: var(--color-heading);
  font-size: 14px;
}
.categories-dropdown-wrap ul li a:hover {
  color: var(--primary-color);
  background-color: transparent;
}
.categories-dropdown-wrap ul li a img {
  max-width: 30px;
  margin-right: 15px;
}
.categories-dropdown-wrap ul li:hover .dropdown-menu {
  display: block;
  opacity: 1;
  visibility: visible;
  margin-top: 0px;
  pointer-events: auto;
}
.categories-dropdown-wrap ul li.has-children {
  position: relative;
}
.categories-dropdown-wrap ul li.has-children > a::after {
  content: "\f111";
  font-family: "uicons-regular-straight" !important;
  position: absolute;
  right: 30px;
  top: 50%;
  margin-top: -10px;
}
.categories-dropdown-wrap ul li.has-children .dropdown-menu {
  left: 100%;
  top: 0;
  margin: 0;
  margin-top: 0px;
  border: 1px solid #ececec;
  min-width: 800px;
  width: 100%;
  right: 0;
  border-radius: 0;
  padding: 20px;
}
.categories-dropdown-wrap ul li.has-children .dropdown-menu .submenu-title {
  font-size: 19px;
  font-weight: 700;
  display: block;
  color: var(--primary-color);
  padding: 5px 34px;
}
.categories-dropdown-wrap ul li.has-children .dropdown-menu .header-banner2 {
  display: block;
  position: relative;
  margin-bottom: 15px;
}
.categories-dropdown-wrap
  ul
  li.has-children
  .dropdown-menu
  .header-banner2
  .banne_info {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  padding: 15px;
}
.categories-dropdown-wrap
  ul
  li.has-children
  .dropdown-menu
  .header-banner2
  .banne_info
  a {
  text-transform: capitalize;
  position: relative;
  padding: 0;
  color: #272a2c !important;
}
.categories-dropdown-wrap
  ul
  li.has-children
  .dropdown-menu
  .header-banner2
  .banne_info
  a::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  width: 50%;
  background-color: #272a2c;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.categories-dropdown-wrap ul.end li {
  margin-right: 0;
}
.categories-dropdown-wrap .more_categories {
  margin-top: 15px;
  color: var(--primary-color);
  position: relative;
  font-size: 13px;
  font-family: var(--theme-font);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.categories-dropdown-wrap .more_categories span.icon {
  display: inline-block;
  position: relative;
  width: 24px;
  height: 24px;
  border: 2px solid;
  border-radius: 30px;
  margin-right: 5px;
}
.categories-dropdown-wrap .more_categories span.icon::before {
  content: "";
  width: 12px;
  height: 2px;
  background-color: #3bb77e;
  position: absolute;
  right: 4px;
  top: 9px;
}
.categories-dropdown-wrap .more_categories span.icon::after {
  content: "";
  width: 2px;
  height: 12px;
  background-color: #3bb77e;
  position: absolute;
  right: 9px;
  top: 4px;
}
.categories-dropdown-wrap .more_categories.show span.icon::after {
  display: none;
  content: none;
}
.categories-dropdown-wrap.style-2 {
  border: 1px solid #60bbbb;
  border-radius: 10px;
  padding: 30px;
}
.categories-dropdown-wrap.style-2 ul li {
  border-radius: 0;
  border: 0;
  height: 24px;
  padding: 0;
  line-height: 24px;
  margin-bottom: 16px;
}
.categories-dropdown-wrap.style-2 ul li:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.categories-dropdown-wrap.style-2 ul li a {
  font-weight: 500;
}
.categories-dropdown-wrap.style-2 ul li img {
  max-height: 20px;
}
.categories-dropdown-wrap.style-2 .more_categories {
  -webkit-box-pack: left;
  -ms-flex-pack: left;
  justify-content: left;
}
.categories-dropdown-wrap.style-2 .more_categories .icon {
  -webkit-transform: scale(0.7);
  transform: scale(0.7);
}

/*Pagination*/
.pagination-area .page-item {
  margin: 0 5px;
}
.pagination-area .page-item:first-child {
  margin-left: 0;
}
.pagination-area .page-item:first-child .page-link {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.pagination-area .page-item:last-child .page-link {
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
}
.pagination-area .page-item.active .page-link,
.pagination-area .page-item:hover .page-link {
  color: #fff;
  background: var(--primary-color);
}
.pagination-area .page-item:last-child .page-link {
  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
  line-height: 43px;
}
.pagination-area .page-item:first-child .page-link {
  border-top-left-radius: 40px;
  border-bottom-left-radius: 40px;
  line-height: 43px;
}
.pagination-area .page-link {
  border: 0;
  padding: 0 10px;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: 0;
  width: 40px;
  height: 40px;
  display: block;
  border-radius: 40px;
  color: var(--color-text);
  line-height: 40px;
  text-align: center;
  font-weight: 700;
  font-family: var(--theme-font);
  font-size: 16px;
  background-color: #f2f3f4;
}
.pagination-area .page-link.dot {
  background-color: transparent;
  color: var(--color-text);
  letter-spacing: 2px;
}

.footer {
  font-size: 15px;
}
.footer.skin-dark-footer {
  background: #252525;
  color: #a7a7a7;
}
.footer.skin-dark-footer .foot-news-last .form-control {
  background: #424141;
  border-color: #424141;
  color: #ffffff;
}
.footer.skin-dark-footer .foot-news-last button {
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
  border: none;
  height: 100%;
  padding: 0 20px;
  cursor: pointer;
  background: #424141;
  border-radius: 0px 10px 10px 0px;
}
.footer.skin-dark-footer .footer-bottom {
  border-top: 1px solid #2b2b2b;
}
.footer .footer-widget {
  padding: 60px 0 60px;
}
.footer .footer-widget .logo .img-footer {
  /* width: 200px; */
  width: 100%;
  filter: brightness(1000%) contrast(100%) saturate(0);
}
.footer .footer-widget ul {
  padding: 0;
  margin: 0;
}
.footer .footer-widget ul li {
  list-style: none;
  margin-top: 10px;
  display: block;
}
.footer .footer-widget ul li a:hover {
  color: #ffffff;
}
.footer .footer-widget ul.list-inline li {
  display: inline-block;
}
.footer .footer-widget a {
  color: #a7a7a7;
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
}
.footer .footer-widget p {
  color: #a7a7a7;
}
.footer .widget-title {
  margin-bottom: 10px;
  font-size: 14px;
  letter-spacing: 1px;
  font-weight: 500;
  text-transform: uppercase;
  color: #ffffff;
}
.footer .footer-bottom {
  padding: 10px 0;
  border-top: 1px solid #273246;
}

.social-list-footer li a svg {
  width: 20px;
  height: 20px;
}
.social-list-footer li a:hover svg path {
  fill: #ffffff;
}

.fix-element ~ #scrollUp {
  bottom: 100px;
}

@media (min-width: 992px) {
  .fix-element ~ #scrollUp {
    bottom: 30px;
  }
}

#scrollUp {
  position: fixed;
  width: 40px;
  height: 40px;
  color: var(--primary-color);
  right: 30px;
  bottom: 30px;
  border-radius: 30px;
  text-align: center;
  overflow: hidden;
  display: none;
  z-index: 999 !important;
  border: 2px solid #253d4e;
  background-color: #fff;
}
#scrollUp i {
  display: block;
  line-height: 40px !important;
  font-size: 25px;
}

/*LAYOUT -> SPACING**/
.section-padding-30 {
  padding: 30px 0;
}

.section-padding-50 {
  padding: 50px 0;
}

.section-padding-60 {
  padding: 60px 0;
}

.section-padding {
  padding: 25px 0;
}

.ptb-0 {
  padding: 0;
}

.ptb-10 {
  padding: 10px 0;
}

.ptb-20 {
  padding: 20px 0;
}

.ptb-30 {
  padding: 30px 0;
}

.ptb-35 {
  padding: 35px 0;
}

.ptb-32 {
  padding: 32px 0;
}

.ptb-40 {
  padding: 40px 0;
}

.ptb-50 {
  padding: 50px 0;
}

.ptb-60 {
  padding: 60px 0;
}

.ptb-70 {
  padding: 70px 0;
}

.ptb-80 {
  padding: 80px 0;
}

.ptb-90 {
  padding: 90px 0;
}

.ptb-100 {
  padding: 100px 0;
}

.ptb-110 {
  padding: 110px 0;
}

.ptb-120 {
  padding: 120px 0;
}

.ptb-130 {
  padding: 130px 0;
}

.ptb-140 {
  padding: 140px 0;
}

.ptb-150 {
  padding: 150px 0;
}

.ptb-160 {
  padding: 160px 0;
}

.ptb-170 {
  padding: 170px 0;
}

.ptb-177 {
  padding: 177px 0;
}

.ptb-180 {
  padding: 180px 0;
}

.ptb-190 {
  padding: 190px 0;
}

.ptb-200 {
  padding: 200px 0;
}

.ptb-210 {
  padding: 210px 0;
}

.ptb-220 {
  padding: 220px 0;
}

.ptb-290 {
  padding: 290px 0;
}

.ptb-310 {
  padding: 310px 0;
}

.p-10 {
  padding: 10px !important;
}

.p-15 {
  padding: 15px !important;
}

.p-20 {
  padding: 20px !important;
}

.p-25 {
  padding: 25px !important;
}

.p-30 {
  padding: 30px !important;
}

.p-40 {
  padding: 40px !important;
}

.p-65 {
  padding: 65px !important;
}

.pt-5 {
  padding-top: 5px !important;
}

.pt-10 {
  padding-top: 10px !important;
}

.pt-15 {
  padding-top: 15px !important;
}

.pt-20 {
  padding-top: 20px !important;
}

.pt-25 {
  padding-top: 25px !important;
}

.pt-30 {
  padding-top: 30px !important;
}

.pt-35 {
  padding-top: 35px !important;
}

.pt-40 {
  padding-top: 40px !important;
}

.pt-45 {
  padding-top: 45px !important;
}

.pt-50 {
  padding-top: 50px !important;
}

.pt-55 {
  padding-top: 55px !important;
}

.pt-60 {
  padding-top: 60px !important;
}

.pt-65 {
  padding-top: 65px !important;
}

.pt-70 {
  padding-top: 70px !important;
}

.pt-75 {
  padding-top: 75px !important;
}

.pt-80 {
  padding-top: 80px !important;
}

.pt-85 {
  padding-top: 85px !important;
}

.pt-90 {
  padding-top: 90px !important;
}

.pt-95 {
  padding-top: 95px !important;
}

.pt-100 {
  padding-top: 100px !important;
}

.pt-105 {
  padding-top: 105px !important;
}

.pt-110 {
  padding-top: 110px !important;
}

.pt-115 {
  padding-top: 115px !important;
}

.pt-120 {
  padding-top: 120px !important;
}

.pt-125 {
  padding-top: 125px !important;
}

.pt-130 {
  padding-top: 130px !important;
}

.pt-135 {
  padding-top: 135px !important;
}

.pt-140 {
  padding-top: 140px !important;
}

.pt-145 {
  padding-top: 145px !important;
}

.pt-150 {
  padding-top: 150px !important;
}

.pt-155 {
  padding-top: 155px !important;
}

.pt-160 {
  padding-top: 160px !important;
}

.pt-165 {
  padding-top: 165px !important;
}

.pt-170 {
  padding-top: 170px !important;
}

.pt-175 {
  padding-top: 175px !important;
}

.pt-180 {
  padding-top: 180px !important;
}

.pt-185 {
  padding-top: 185px !important;
}

.pt-190 {
  padding-top: 190px !important;
}

.pt-195 {
  padding-top: 195px !important;
}

.pt-200 {
  padding-top: 200px !important;
}

.pt-260 {
  padding-top: 260px !important;
}

.pb-5 {
  padding-bottom: 5px !important;
}

.pb-10 {
  padding-bottom: 10px !important;
}

.pb-15 {
  padding-bottom: 15px !important;
}

.pb-20 {
  padding-bottom: 20px !important;
}

.pb-25 {
  padding-bottom: 25px !important;
}

.pb-30 {
  padding-bottom: 30px !important;
}

.pb-35 {
  padding-bottom: 35px !important;
}

.pb-40 {
  padding-bottom: 40px !important;
}

.pb-45 {
  padding-bottom: 45px !important;
}

.pb-50 {
  padding-bottom: 50px !important;
}

.pb-55 {
  padding-bottom: 55px !important;
}

.pb-60 {
  padding-bottom: 60px !important;
}

.pb-65 {
  padding-bottom: 65px !important;
}

.pb-70 {
  padding-bottom: 70px !important;
}

.pb-75 {
  padding-bottom: 75px !important;
}

.pb-80 {
  padding-bottom: 80px !important;
}

.pb-85 {
  padding-bottom: 85px !important;
}

.pb-90 {
  padding-bottom: 90px !important;
}

.pb-95 {
  padding-bottom: 95px !important;
}

.pb-100 {
  padding-bottom: 100px !important;
}

.pb-105 {
  padding-bottom: 105px !important;
}

.pb-110 {
  padding-bottom: 110px !important;
}

.pb-115 {
  padding-bottom: 115px !important;
}

.pb-120 {
  padding-bottom: 120px !important;
}

.pb-125 {
  padding-bottom: 125px !important;
}

.pb-130 {
  padding-bottom: 130px !important;
}

.pb-135 {
  padding-bottom: 135px !important;
}

.pb-140 {
  padding-bottom: 140px !important;
}

.pb-145 {
  padding-bottom: 145px !important;
}

.pb-150 {
  padding-bottom: 150px !important;
}

.pb-155 {
  padding-bottom: 155px !important;
}

.pb-160 {
  padding-bottom: 160px !important;
}

.pb-165 {
  padding-bottom: 165px !important;
}

.pb-170 {
  padding-bottom: 170px !important;
}

.pb-175 {
  padding-bottom: 175px !important;
}

.pb-180 {
  padding-bottom: 180px !important;
}

.pb-185 {
  padding-bottom: 185px !important;
}

.pb-190 {
  padding-bottom: 190px !important;
}

.pb-195 {
  padding-bottom: 195px !important;
}

.pb-200 {
  padding-bottom: 200px !important;
}

.pl-5 {
  padding-left: 5px !important;
}

.pl-10 {
  padding-left: 10px !important;
}

.pl-15 {
  padding-left: 15px !important;
}

.pl-20 {
  padding-left: 20px !important;
}

.pl-25 {
  padding-left: 25px !important;
}

.pl-30 {
  padding-left: 30px !important;
}

.pl-35 {
  padding-left: 35px !important;
}

.pl-40 {
  padding-left: 40px !important;
}

.pl-45 {
  padding-left: 45px !important;
}

.pl-50 {
  padding-left: 50px !important;
}

.pl-55 {
  padding-left: 55px !important;
}

.pl-60 {
  padding-left: 60px !important;
}

.pl-65 {
  padding-left: 65px !important;
}

.pl-70 {
  padding-left: 70px !important;
}

.pl-75 {
  padding-left: 75px !important;
}

.pl-80 {
  padding-left: 80px !important;
}

.pl-85 {
  padding-left: 85px !important;
}

.pl-90 {
  padding-left: 90px !important;
}

.pl-95 {
  padding-left: 95px !important;
}

.pl-100 {
  padding-left: 100px !important;
}

.pl-105 {
  padding-left: 105px !important;
}

.pl-110 {
  padding-left: 110px !important;
}

.pl-115 {
  padding-left: 115px !important;
}

.pl-120 {
  padding-left: 120px !important;
}

.pl-125 {
  padding-left: 125px !important;
}

.pl-130 {
  padding-left: 130px !important;
}

.pl-135 {
  padding-left: 135px !important;
}

.pl-140 {
  padding-left: 140px !important;
}

.pl-145 {
  padding-left: 145px !important;
}

.pl-150 {
  padding-left: 150px !important;
}

.pl-155 {
  padding-left: 155px !important;
}

.pl-160 {
  padding-left: 160px !important;
}

.pl-165 {
  padding-left: 165px !important;
}

.pl-170 {
  padding-left: 170px !important;
}

.pl-175 {
  padding-left: 175px !important;
}

.pl-180 {
  padding-left: 180px !important;
}

.pl-185 {
  padding-left: 185px !important;
}

.pl-190 {
  padding-left: 190px !important;
}

.pl-195 {
  padding-left: 195px !important;
}

.pl-200 {
  padding-left: 200px !important;
}

.pr-5 {
  padding-right: 5px !important;
}

.pr-10 {
  padding-right: 10px !important;
}

.pr-15 {
  padding-right: 15px !important;
}

.pr-20 {
  padding-right: 20px !important;
}

.pr-25 {
  padding-right: 25px !important;
}

.pr-30 {
  padding-right: 30px !important;
}

.pr-35 {
  padding-right: 35px !important;
}

.pr-40 {
  padding-right: 40px !important;
}

.pr-45 {
  padding-right: 45px !important;
}

.pr-50 {
  padding-right: 50px !important;
}

.pr-55 {
  padding-right: 55px !important;
}

.pr-60 {
  padding-right: 60px !important;
}

.pr-65 {
  padding-right: 65px !important;
}

.pr-70 {
  padding-right: 70px !important;
}

.pr-75 {
  padding-right: 75px !important;
}

.pr-80 {
  padding-right: 80px !important;
}

.pr-85 {
  padding-right: 85px !important;
}

.pr-90 {
  padding-right: 90px !important;
}

.pr-95 {
  padding-right: 95px !important;
}

.pr-100 {
  padding-right: 100px !important;
}

.pr-105 {
  padding-right: 105px !important;
}

.pr-110 {
  padding-right: 110px !important;
}

.pr-115 {
  padding-right: 115px !important;
}

.pr-120 {
  padding-right: 120px !important;
}

.pr-125 {
  padding-right: 125px !important;
}

.pr-130 {
  padding-right: 130px !important;
}

.pr-135 {
  padding-right: 135px !important;
}

.pr-140 {
  padding-right: 140px !important;
}

.pr-145 {
  padding-right: 145px !important;
}

.pr-150 {
  padding-right: 150px !important;
}

.pr-155 {
  padding-right: 155px !important;
}

.pr-160 {
  padding-right: 160px !important;
}

.pr-165 {
  padding-right: 165px !important;
}

.pr-170 {
  padding-right: 170px !important;
}

.pr-175 {
  padding-right: 175px !important;
}

.pr-180 {
  padding-right: 180px !important;
}

.pr-185 {
  padding-right: 185px !important;
}

.pr-190 {
  padding-right: 190px !important;
}

.pr-195 {
  padding-right: 195px !important;
}

.pr-200 {
  padding-right: 200px !important;
}

.plr-5-percent {
  padding: 0 5%;
}

/***************************
    Page section margin 
****************************/
.mtb-0 {
  margin: 0;
}

.mtb-10 {
  margin: 10px 0;
}

.mtb-15 {
  margin: 15px 0;
}

.mtb-20 {
  margin: 20px 0;
}

.mtb-30 {
  margin: 30px 0;
}

.mtb-40 {
  margin: 40px 0;
}

.mtb-50 {
  margin: 50px 0;
}

.mtb-60 {
  margin: 60px 0;
}

.mtb-70 {
  margin: 70px 0;
}

.mtb-80 {
  margin: 80px 0;
}

.mtb-90 {
  margin: 90px 0;
}

.mtb-100 {
  margin: 100px 0;
}

.mtb-110 {
  margin: 110px 0;
}

.mtb-120 {
  margin: 120px 0;
}

.mtb-130 {
  margin: 130px 0;
}

.mtb-140 {
  margin: 140px 0;
}

.mtb-150 {
  margin: 150px 0;
}

.mtb-290 {
  margin: 290px 0;
}

.mt-24 {
  margin-top: 24px;
}

.mb-24 {
  margin-bottom: 24px;
}

.mt-5 {
  margin-top: 5px !important;
}

.mt-10 {
  margin-top: 10px !important;
}

.mt-15 {
  margin-top: 15px !important;
}

.mt-20 {
  margin-top: 20px !important;
}

.mt-25 {
  margin-top: 25px !important;
}

.mt-30 {
  margin-top: 30px !important;
}

.mt-35 {
  margin-top: 35px !important;
}

.mt-40 {
  margin-top: 40px !important;
}

.mt-45 {
  margin-top: 45px !important;
}

.mt-50 {
  margin-top: 50px !important;
}

.mt-55 {
  margin-top: 55px !important;
}

.mt-60 {
  margin-top: 60px !important;
}

.mt-65 {
  margin-top: 65px !important;
}

.mt-70 {
  margin-top: 70px !important;
}

.mt-75 {
  margin-top: 75px !important;
}

.mt-80 {
  margin-top: 80px !important;
}

.mt-85 {
  margin-top: 85px !important;
}

.mt-90 {
  margin-top: 90px !important;
}

.mt-95 {
  margin-top: 95px !important;
}

.mt-100 {
  margin-top: 100px !important;
}

.mt-105 {
  margin-top: 105px !important;
}

.mt-110 {
  margin-top: 110px !important;
}

.mt-115 {
  margin-top: 115px !important;
}

.mt-120 {
  margin-top: 120px !important;
}

.mt-125 {
  margin-top: 125px !important;
}

.mt-130 {
  margin-top: 130px !important;
}

.mt-135 {
  margin-top: 135px !important;
}

.mt-140 {
  margin-top: 140px !important;
}

.mt-145 {
  margin-top: 145px !important;
}

.mt-150 {
  margin-top: 150px !important;
}

.mt-155 {
  margin-top: 155px !important;
}

.mt-160 {
  margin-top: 160px !important;
}

.mt-165 {
  margin-top: 165px !important;
}

.mt-170 {
  margin-top: 170px !important;
}

.mt-175 {
  margin-top: 175px !important;
}

.mt-180 {
  margin-top: 180px !important;
}

.mt-185 {
  margin-top: 185px !important;
}

.mt-190 {
  margin-top: 190px !important;
}

.mt-195 {
  margin-top: 195px !important;
}

.mt-200 {
  margin-top: 200px !important;
}

.mb-5 {
  margin-bottom: 5px !important;
}

.mb-10 {
  margin-bottom: 10px !important;
}

.mb-15 {
  margin-bottom: 15px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.mb-25 {
  margin-bottom: 25px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.mb-35 {
  margin-bottom: 35px !important;
}

.mb-40 {
  margin-bottom: 40px !important;
}

.mb-45 {
  margin-bottom: 45px !important;
}

.mb-50 {
  margin-bottom: 50px !important;
}

.mb-55 {
  margin-bottom: 55px !important;
}

.mb-60 {
  margin-bottom: 60px !important;
}

.mb-65 {
  margin-bottom: 65px !important;
}

.mb-70 {
  margin-bottom: 70px !important;
}

.mb-75 {
  margin-bottom: 75px !important;
}

.mb-80 {
  margin-bottom: 80px !important;
}

.mb-85 {
  margin-bottom: 85px !important;
}

.mb-90 {
  margin-bottom: 90px !important;
}

.mb-95 {
  margin-bottom: 95px !important;
}

.mb-100 {
  margin-bottom: 100px !important;
}

.mb-105 {
  margin-bottom: 105px !important;
}

.mb-110 {
  margin-bottom: 110px !important;
}

.mb-115 {
  margin-bottom: 115px !important;
}

.mb-120 {
  margin-bottom: 120px !important;
}

.mb-125 {
  margin-bottom: 125px !important;
}

.mb-130 {
  margin-bottom: 130px !important;
}

.mb-135 {
  margin-bottom: 135px !important;
}

.mb-140 {
  margin-bottom: 140px !important;
}

.mb-145 {
  margin-bottom: 145px !important;
}

.mb-150 {
  margin-bottom: 150px !important;
}

.mb-155 {
  margin-bottom: 155px !important;
}

.mb-160 {
  margin-bottom: 160px !important;
}

.mb-165 {
  margin-bottom: 165px !important;
}

.mb-170 {
  margin-bottom: 170px !important;
}

.mb-175 {
  margin-bottom: 175px !important;
}

.mb-180 {
  margin-bottom: 180px !important;
}

.mb-185 {
  margin-bottom: 185px !important;
}

.mb-190 {
  margin-bottom: 190px !important;
}

.mb-195 {
  margin-bottom: 195px !important;
}

.mb-200 {
  margin-bottom: 200px !important;
}

.ml-0 {
  margin-left: 0px !important;
}

.ml-5 {
  margin-left: 5px !important;
}

.ml-10 {
  margin-left: 10px !important;
}

.ml-15 {
  margin-left: 15px !important;
}

.ml-20 {
  margin-left: 20px !important;
}

.ml-25 {
  margin-left: 25px !important;
}

.ml-30 {
  margin-left: 30px !important;
}

.ml-35 {
  margin-left: 35px !important;
}

.ml-40 {
  margin-left: 40px !important;
}

.ml-45 {
  margin-left: 45px !important;
}

.ml-50 {
  margin-left: 50px !important;
}

.ml-55 {
  margin-left: 55px !important;
}

.ml-60 {
  margin-left: 60px !important;
}

.ml-65 {
  margin-left: 65px !important;
}

.ml-70 {
  margin-left: 70px !important;
}

.ml-75 {
  margin-left: 75px !important;
}

.ml-80 {
  margin-left: 80px !important;
}

.ml-85 {
  margin-left: 85px !important;
}

.ml-90 {
  margin-left: 90px !important;
}

.ml-95 {
  margin-left: 95px !important;
}

.ml-100 {
  margin-left: 100px !important;
}

.ml-105 {
  margin-left: 105px !important;
}

.ml-110 {
  margin-left: 110px !important;
}

.ml-115 {
  margin-left: 115px !important;
}

.ml-120 {
  margin-left: 120px !important;
}

.ml-125 {
  margin-left: 125px !important;
}

.ml-130 {
  margin-left: 130px !important;
}

.ml-135 {
  margin-left: 135px !important;
}

.ml-140 {
  margin-left: 140px !important;
}

.ml-145 {
  margin-left: 145px !important;
}

.ml-150 {
  margin-left: 150px !important;
}

.ml-155 {
  margin-left: 155px !important;
}

.ml-160 {
  margin-left: 160px !important;
}

.ml-165 {
  margin-left: 165px !important;
}

.ml-170 {
  margin-left: 170px !important;
}

.ml-175 {
  margin-left: 175px !important;
}

.ml-180 {
  margin-left: 180px !important;
}

.ml-185 {
  margin-left: 185px !important;
}

.ml-190 {
  margin-left: 190px !important;
}

.ml-195 {
  margin-left: 195px !important;
}

.ml-200 {
  margin-left: 200px !important;
}

.mr-5 {
  margin-right: 5px !important;
}

.mr-10 {
  margin-right: 10px !important;
}

.mr-15 {
  margin-right: 15px !important;
}

.mr-20 {
  margin-right: 20px !important;
}

.mr-25 {
  margin-right: 25px !important;
}

.mr-30 {
  margin-right: 30px !important;
}

.mr-35 {
  margin-right: 35px !important;
}

.mr-40 {
  margin-right: 40px !important;
}

.mr-45 {
  margin-right: 45px !important;
}

.mr-50 {
  margin-right: 50px !important;
}

.mr-55 {
  margin-right: 55px !important;
}

.mr-60 {
  margin-right: 60px !important;
}

.mr-65 {
  margin-right: 65px !important;
}

.mr-70 {
  margin-right: 70px !important;
}

.mr-75 {
  margin-right: 75px !important;
}

.mr-80 {
  margin-right: 80px !important;
}

.mr-85 {
  margin-right: 85px !important;
}

.mr-90 {
  margin-right: 90px !important;
}

.mr-95 {
  margin-right: 95px !important;
}

.mr-100 {
  margin-right: 100px !important;
}

.mr-105 {
  margin-right: 105px !important;
}

.mr-110 {
  margin-right: 110px !important;
}

.mr-115 {
  margin-right: 115px !important;
}

.mr-120 {
  margin-right: 120px !important;
}

.mr-125 {
  margin-right: 125px !important;
}

.mr-130 {
  margin-right: 130px !important;
}

.mr-135 {
  margin-right: 135px !important;
}

.mr-140 {
  margin-right: 140px !important;
}

.mr-145 {
  margin-right: 145px !important;
}

.mr-150 {
  margin-right: 150px !important;
}

.mr-155 {
  margin-right: 155px !important;
}

.mr-160 {
  margin-right: 160px !important;
}

.mr-165 {
  margin-right: 165px !important;
}

.mr-170 {
  margin-right: 170px !important;
}

.mr-175 {
  margin-right: 175px !important;
}

.mr-180 {
  margin-right: 180px !important;
}

.mr-185 {
  margin-right: 185px !important;
}

.mr-190 {
  margin-right: 190px !important;
}

.mr-195 {
  margin-right: 195px !important;
}

.mr-200 {
  margin-right: 200px !important;
}

.mt-7 {
  margin-top: 1.75rem;
}

.mb-7 {
  margin-bottom: 1.75rem;
}

.gap-sm-5 {
  gap: 1.25rem;
}

/*Wide screen*/
@media only screen and (min-width: 1600px) {
  .header-action-right .search-location {
    display: block;
  }
}
@media only screen and (min-width: 1200px) {
  .col-lg-1-5 {
    width: 20%;
  }
  .col-lg-2-5 {
    width: 40%;
  }
  .col-lg-3-5 {
    width: 60%;
  }
  .col-lg-4-5 {
    width: 80%;
  }
  .col-lg-5-5 {
    width: 100%;
  }
  .header-action-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .product-view-mode-list {
    margin-right: 2.5rem;
  }
  .map-frame {
    height: 880px;
  }
}
@media only screen and (min-width: 1366px) {
  .product-view-mode-list {
    margin-right: 3.5rem;
  }
}
@media not all and (min-width: 1024px) {
  .product-item.list-type .product-main .product-infor-wrap {
    width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .list-product-sidebar.pr-45 {
    padding-right: 16px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .product-item.list-type .product-main .product-infor-wrap {
    width: 66.666667%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
}
@media only screen and (max-width: 1200px) {
  .main-categori-wrap {
    display: none !important;
  }
  .header-action-2 .header-action-icon-2 a {
    min-width: 40px;
    padding: 0 10px;
  }
  .header-action-2 .header-action-icon-2 span.lable {
    font-size: 0;
    margin: 0;
  }
}
@media only screen and (max-width: 1024px) {
  .header-style-1 .main-categori-wrap {
    margin-right: 20px;
  }
  .product-cart-wrap .product-action-1 a.action-btn {
    width: 34px;
    height: 34px;
    line-height: 40px;
    font-size: 13px;
  }
  .banner-big h1 {
    font-size: 22px;
  }
  .banner-big .btn {
    border-radius: 3px;
    font-size: 12px;
    padding: 6px 12px;
    border: 0;
  }
  .banner-img .banner-text h4 {
    margin-top: 0px !important;
  }
  .header-action-2 .header-action-icon-2 > a {
    padding: 0;
    width: 40px;
  }
  .header-action-2 .header-action-icon-2 > a img {
    max-width: 20px;
  }
  .logo.logo-width-1 {
    margin-right: 35px;
  }
  .footer-link-cover {
    display: block;
  }
  .footer-link-cover .footer-link-widget {
    margin-right: 30px;
    float: left;
    margin-bottom: 30px;
  }
  .footer-link-cover .footer-link-widget:not(:last-child) {
    margin-right: 30px;
  }
  .et,
  .hotline,
  li.hot-deals,
  .header-action-2 .header-action-icon-2 span.lable {
    display: none !important;
  }
  .main-menu.main-menu-padding-1 > nav > ul > li {
    padding: 0 10px;
  }
  .hero-slider-1 .single-hero-slider {
    height: 490px;
  }
  .hero-slider-1 .single-hero-slider .display-2 {
    font-size: 40px;
  }
  /* .hero-slider-1 .single-hero-slider .sub-img {
    bottom: -10px;
  } */
  .banner-img .banner-text h4 {
    min-height: 50px;
    font-size: 18px;
  }
  .header-style-1 .search-style-2 form {
    max-width: 450px;
  }
  .header-action-2 .header-action-icon-2:last-child {
    padding: 0 0 0 8px;
  }
  .nav-tabs.links .nav-link {
    padding: 0 7px;
    font-size: 14px;
  }
  .deals-countdown .countdown-section {
    padding: 20px 2px 30px 2px;
    margin-left: 2px;
    margin-right: 2px;
  }
  .section-title.style-1 {
    padding-bottom: 15px;
    font-size: 20px;
  }
  .product-list-small h6 {
    font-size: 14px;
  }
  .product-list-small .product-rate-cover {
    display: none;
  }
  .section-title.style-2 {
    display: block;
  }
  .section-title.style-2 h3 {
    margin-bottom: 25px;
    font-size: 28px;
  }
  .modal-open .modal {
    padding-right: 0 !important;
  }
  .vendor-wrap.style-2 {
    display: block;
  }
  .mt-md-30 {
    margin-top: 30px !important;
  }
  .banner-img.style-4 .banner-text h4 {
    font-size: 20px;
  }
  .header-style-1.header-style-5 .header-bottom-bg-color {
    background-color: #fff !important;
  }
  .product-item .product-thumb .list-action {
    padding: 0 1.25rem !important;
  }
  .breadcrumb-section .breadcrumb-text {
    padding: 70px 0px;
  }
  .featured-product .detail-gallery .product-image-slider .popup-link img {
    aspect-ratio: 3/4;
  }
  .dashboard-content.pl-50 {
    padding-left: 20px !important;
  }
  .account .card.quick-overview .card-body .quick-card:not(:last-of-type) {
    padding-right: 15px;
    margin-right: 15px;
  }
}
@media (max-width: 1023.98px) {
  .quick_view_modal.show .modal-dialog {
    width: 720px;
  }
}
@media (max-width: 991px) {
  .header-bottom {
    padding: 20px 0;
  }
  .logo.logo-width-1 {
    margin-right: 0;
    position: absolute;
    left: 185px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
@media (min-width: 768px) {
  .quick_view_modal .modal-dialog .modal-content .quick-left {
    width: 300px;
  }
}
@media not all and (min-width: 768px) {
  .max-md-flex-col-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .product-detail.mt-80 {
    margin-top: 50px !important;
  }
  .featured-product .detail-gallery {
    padding-right: 0px;
  }
  .heading2 {
    font-size: 16px;
    line-height: 24px;
  }
  .list-payment {
    padding: 1.5rem 0.75rem 1rem;
  }
}
@media only screen and (max-width: 767px) {
  .header-style-1 .header-bottom-bg-color {
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.07);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.07);
  }
  .header-bottom {
    padding: 20px 0;
  }
  .logo.logo-width-1 {
    margin-right: 0;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .logo.logo-width-1 a img {
    width: 150px;
    min-width: 150px;
  }
  .header-action-2 .header-action-icon-2 {
    padding: 0 6px;
  }
  .header-action-2 .header-action-icon-2:last-child {
    padding: 0 0 0 6px;
  }
  .header-action-2 .header-action-icon-2 > a {
    color: #fff;
    fill: #fff;
    font-size: 22px;
    margin-right: 10px;
  }
  .cart-dropdown-wrap {
    width: 290px;
    right: -39px;
  }
  .cart-dropdown-wrap ul li .shopping-cart-img {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 60px;
    flex: 0 0 60px;
    margin-right: 10px;
  }
  .cart-dropdown-wrap .shopping-cart-footer .shopping-cart-button a {
    padding: 12px 22px 13px;
  }
  .mobile-header-wrapper-style {
    width: 380px;
  }
  .mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-top {
    padding: 15px 30px 13px 30px;
    border-bottom: 1px solid #ececec;
  }
  .mobile-header-wrapper-style
    .mobile-header-wrapper-inner
    .mobile-header-top
    .mobile-header-logo
    a
    img {
    width: 140px;
  }
  .mobile-header-wrapper-style
    .mobile-header-wrapper-inner
    .mobile-header-content-area {
    padding: 30px;
  }
  .hero-slider-1 .single-hero-slider .sub-img {
    width: 50%;
  }
  .footer .footer-middle {
    padding: 25px 0;
  }
  .footer .footer-widget {
    padding: 25px 0 25px;
  }
  .get-touch-box {
    padding: 24px;
  }
  .featured-product .detail-gallery .slider-nav-thumbnails .slick-slide {
    width: 60px !important;
  }
  .quick_view_modal.show .modal-dialog {
    width: 420px;
  }
  .quick_view_modal .modal-dialog .modal-content {
    border-radius: 16px;
  }
  .quick_view_modal .modal-dialog .modal-content .modal-body > div {
    overflow-x: auto;
    max-height: 100%;
    height: 100%;
    row-gap: 1.5rem;
  }
  .quick_view_modal .modal-dialog .modal-content .quick-left {
    width: 100%;
  }
  .quick_view_modal .modal-dialog .modal-content .quick-left .list-img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1rem;
  }
  .quick_view_modal
    .modal-dialog
    .modal-content
    .quick-left
    .list-img
    .list-img-item {
    width: 150px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
  .quick_view_modal
    .modal-dialog
    .modal-content
    .quick-left
    .list-img
    .list-img-item:not(:last-of-type) {
    margin-bottom: 0;
  }
  .quick_view_modal
    .modal-dialog
    .modal-content
    .quick-right
    .product-item-infor {
    overflow-x: unset;
    max-height: unset;
  }
  .shopping-summery table tbody tr img {
    max-width: 80px;
    margin-right: 15px;
  }
  .shopping-summery button.btn {
    width: 120px;
    margin-left: 15px;
  }
  .shopping-summery h6 {
    font-size: 14px;
  }
  .account .card.quick-overview .card-body .quick-card:not(:last-of-type) {
    padding-right: 0;
    margin-right: 0;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #ececec;
    border-right: 0;
  }
  .dashboard-content.pl-50 {
    padding-left: 0 !important;
  }
}
@media (max-width: 767.98px) {
  .desc-tab .nav .nav-item .nav-link {
    font-size: 16px;
    line-height: 26px;
  }
  .text-button-uppercase {
    font-size: 12px;
    line-height: 16px;
  }
  .body1 {
    font-size: 16px;
    line-height: 26px;
  }
  .heading1 {
    font-size: 18px;
    line-height: 28px;
  }
  .heading3 {
    font-size: 20px;
    line-height: 28px;
  }
}
/*small phone*/
@media only screen and (max-width: 575.98px) {
  .quick_view_modal.show .modal-dialog {
    width: unset;
    left: 20px;
  }
  .table td {
    display: block;
    width: 100%;
    text-align: center;
  }
  .table td::before {
    content: attr(data-title) " ";
    float: left;
    text-transform: capitalize;
    margin-right: 15px;
    font-weight: bold;
  }
  .table thead {
    display: none;
  }
  .shopping-summery table tbody tr img {
    max-width: 80px;
    margin-right: 15px;
  }
  .shopping-summery .form-check-label {
    display: none;
  }
  .shopping-summery h6 {
    font-size: 14px;
  }
  .shopping-summery td.pl-30 {
    padding-left: 0 !important;
  }
  .shopping-summery button.btn {
    width: 120px;
    margin-left: 15px;
  }
  .shopping-summery table tbody tr img {
    max-width: 180px;
    margin-right: 0;
  }
  .shopping-summery .product-rate-cover {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .toggle_info .font-lg,
  .toggle_info input,
  .apply-coupon .font-lg,
  .apply-coupon input {
    font-size: 14px !important;
  }
  .ch-cart-totals.ml-30 {
    margin-left: 0 !important;
  }
  .payment.ml-30 {
    margin-left: 0 !important;
  }
  .mb-sm-15 {
    margin-bottom: 15px;
  }
  .ch-cart-totals .table td {
    display: table-cell;
  }
}
@media only screen and (max-width: 375px) {
  .hero-slider-1 .single-hero-slider .text-content {
    width: 100%;
    z-index: 1;
  }
  .hero-slider-1 .single-hero-slider .sub-img {
    width: 100%;
    left: auto;
    right: auto;
    opacity: 0.4;
  }
  .product-item.list-type .product-main .product-infor {
    margin-bottom: 0rem;
  }
  .product-item.list-type .product-main .product-infor-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .product-item.list-type .product-main .product-infor-wrap .action .btn {
    padding: 7px 20px;
  }
} /*# sourceMappingURL=style.css.map */

.icon-review img {
  width: 40px;
  height: 40px;
  padding: 5px;
  border-radius: 50%;
  background-color: #f3f3f3;
  object-fit: contain;
}

.image-footer {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 200px;
  border-radius: 12px;
}

#Super_Combo_Slide img.pyes,
#Obstacle_Slide img.pyes,
#Castle_House img.pyes,
#Others img.pyes,
#Combo_Slide img.pyes,
.images-new img.pyes {
  padding: 20px;
}

#Super_Combo_Slide img,
#Others img,
#Obstacle_Slide img,
.images-new img {
  background: linear-gradient(135deg, #f5f5f5 0%, #e8e8e8 50%, #f0f0f0 100%);
}

#Castle_House img {
  background: linear-gradient(45deg, #cccccc, #f0f0f0);
}

#Combo_Slide img {
  background: linear-gradient(45deg, #f0f0f0, #cccccc);
}

.detail-gallery .slick-list {
  width: 100% !important;
}

.slider-nav-thumbnails .slick-track {
  width: 100% !important;
  display: flex;
  gap: 10px;
}

.detail-gallery .slick-list,
.detail-gallery .slick-track {
  height: 100%;
}

.invert-color .get-touch-box .contact-card .circle-icon,
.invert-color .circle-icon {
  background-color: var(--color-heading);
}

.invert-color .get-touch-box {
  border-color: var(--color-heading);
}

.price h4 {
  color: var(--color-heading) !important;
}

/* CONTACT FORM CUSTOM */

form#contact-form input,
form#contact-form select,
form#contact-form textarea {
  border: none;
  border-bottom: 3px solid var(--color-heading);
  border-radius: 0;
  font-family: var(--theme-font);
  /* line-height: 50px; */
  color: var(--color-heading);
  font-weight: bold;
  /* font-size: 14px; */
}

.description-testimonial {
  height: 165px;
  overflow: overlay;
}

.breadcrumb-section::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgb(0 0 0 / 0.3);
  width: 100%;
  height: 100%;
}

.breadcrumb-section > * {
  position: relative;
}

@media (min-width: 992px) {
  .header-action-2 .header-action-icon-2 > a.show-lg {
    width: 100% !important;
  }

  .header-action-2 .header-action-icon-2 span.lable.show-lg {
    display: inline-block !important;
    font-size: inherit;
  }
}

.testimonial-main i {
  text-shadow: 0 0 3px #ffb123, 0 0 3px #ffaf1f;
}

.mxw-150 {
  max-width: 150px !important;
}

/* menu para los inflables */

@media (max-width: 991px) {
  .other-version-mobile {
    position: sticky;
    top: 80px;
    z-index: 999;
    background-color: #fff;
  }

  .other-version-mobile .list-type .item:not(:nth-child(1)) {
    margin-top: 0 !important;
  }

  .other-version-mobile .list-type {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 10px;
  }

  .other-version-mobile .list-type a {
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 0.125rem 0.75rem;
    display: flex;
    gap: 10px;
    justify-content: center;
    align-items: center;
    z-index: 1;
    color: #1f1f1f;
    border-radius: 1rem;
    background-color: #e1c231;
  }

  .other-version-mobile .list-type a .number {
    border-radius: 100%;
    background: #fff;
    width: 20px;
    height: 20px;
    text-align: center;
  }
}

.disabled{
  filter: grayscale(1);
}

/* Estado por defecto - blanco */
.list-color .color-item .color.default {
  background-color: white;
  transition: background-color 0.3s;
}

/* Estado seleccionado - negro */
.list-color .color-item .color.selected {
  background-color: black !important;
}