/***
   Theme Name: Jabkart
   Description: Eleactronics, eCommerce HTML Template
   Version: 1.0
   License: GNU General Public License v2 or later
   License URI: http://www.gnu.org/licenses/gpl-2.0.html
==============================
***/

/****** import vendors ********/
@import url(vendors/normalize.css);
@import url(vendors/bootstrap.min.css);
@import url(vendors/uicons-regular-straight.css);
/*import plugins*/
@import url(plugins/magnific-popup.css);
@import url(plugins/select2.min.css);
@import url(plugins/slick.css);
@import url(plugins/perfect-scrollbar.css);
@import url(plugins/animate.min.css);

@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-Regular.ttf") format("truetype");
  font-weight: 400;
}

@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-Medium.ttf") format("truetype");
  font-weight: 500;
}

@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-SemiBold.ttf") format("truetype");
  font-weight: 600;
}

@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-Bold.ttf") format("truetype");
  font-weight: 700;
}

/****** variables ******/
:root {
  --color-body: #fff;
  --color-text-primary: #212529;
  --color-text-description: #868e96;
  --color-text-light: #b8bdc1;
  --color-text-lighter: #ced4da;
  --color-info: #e9ecef;
  --color-info-dark: #dee2e6;
  --color-info-light: #f1f3f5;
  --color-form-border: #ced4da;
  --color-form-active-shadow: #ebedf0;
  --color-form-placeholder: #adb5bd;
  --color-primary: #49b507;
  --color-primary-dark: #192f8a;
  --color-primary-lighter: #fff4f6;
  --color-secondary: #3bc9db;
  --color-secondary-dark: #15aabf;
  --color-secondary-lighter: #e3fafc;
  --color-success: #12b886;
  --color-success-dark: #099268;
  --color-success-lighter: #e6fcf5;
  --color-danger: #f03e3e;
  --color-danger-dark: #c92a2a;
  --color-danger-light: #fff5f5;
  --color-warning: #fd7e14;
  --color-warning-dark: #e8590c;
  --color-warning-lighter: #fff4e6;
  --color-review: #ffd43b;
  --color-review-dark: #fcc419;
  --color-review-lighter: #fff9db;
  --color-gradient-1: linear-gradient(
    45deg,
    rgb(239, 35, 60) 0%,
    rgb(244, 113, 3) 100%
  );
}

/*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;
}

body {
  line-height: 1;
  font-family: "Poppins" !important;
  color: var(--color-text-primary);
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
}

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;
}

.custom-table td,
.custom-table th {
  padding: 10px 20px;
  border: 1px solid #eee;
  vertical-align: middle;
}

.custom-table td p {
  color: #b6b6b6;
  font-weight: normal;
}

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;
  transition: 0.4s;
}

a {
  color: var(--color-primary);
}

a:hover {
  color: var(--color-primary-dark);
}

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

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

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

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

::-webkit-input-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;
}

.position-relative {
  position: relative;
}

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

.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;
}

.img-hover-scale img {
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition:
    transform 0.5s,
    -webkit-transform 0.5s;
  transition:
    transform 0.5s,
    -webkit-transform 0.5s;
}

.img-hover-scale:hover img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition:
    transform 0.5s,
    -webkit-transform 0.5s;
  transition:
    transform 0.5s,
    -webkit-transform 0.5s;
}

.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(--color-primary) !important;
}

.text-brand-2 {
  color: #fdc040 !important;
}

.text-primary {
  color: #5a97fa !important;
}

.text-warning {
  color: #ff9900 !important;
}

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

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

.text-info {
  color: #2cc1d8 !important;
}

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

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

.bg-brand {
  background-color: #051c66 !important;
}

.bg-primary {
  background-color: #5a97fa !important;
}

.bg-warning {
  background-color: #ff9900 !important;
}

.bg-danger {
  background-color: #fd6e6e !important;
}

.bg-success {
  background-color: #81b13d !important;
}

.bg-info {
  background-color: #2cc1d8 !important;
}

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

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

.bg-grey-3 {
  background-color: #f4f5f9 !important;
}

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

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

.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 #eeee !important;
}

.box-shadow-outer-6 {
  -webkit-box-shadow: 20px 20px 54px rgba(0, 0, 0, 0.03);
  box-shadow: 20px 20px 54px rgba(0, 0, 0, 0.03);
}

.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);
}

/*****************************
*********  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(--color-primary) !important;
}

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

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

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

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

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

@-webkit-keyframes slideleft {
  10% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
    right: 0;
  }

  50% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  90% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
    right: 100%;
  }
}

@keyframes slideleft {
  10% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
    right: 0;
  }

  50% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  90% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
    right: 100%;
  }
}

[data-loader="spinner"] {
  width: 35px;
  height: 35px;
  display: inline-block;
  -webkit-animation: spinner 1.2s infinite ease-in-out;
  animation: spinner 1.2s infinite ease-in-out;
  background: url(../imgs/favicon.svg);
  -webkit-box-shadow: 0 0 10px #fff;
  box-shadow: 0 0 10px #fff;
}

@-webkit-keyframes spinner {
  0% {
    -webkit-transform: perspective(120px) rotateX(0) rotateY(0);
    transform: perspective(120px) rotateX(0) rotateY(0);
  }

  50% {
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(0);
    transform: perspective(120px) rotateX(-180deg) rotateY(0);
  }

  100% {
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-180deg);
    transform: perspective(120px) rotateX(-180deg) rotateY(-180deg);
  }
}

@keyframes spinner {
  0% {
    -webkit-transform: perspective(120px) rotateX(0) rotateY(0);
    transform: perspective(120px) rotateX(0) rotateY(0);
  }

  50% {
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(0);
    transform: perspective(120px) rotateX(-180deg) rotateY(0);
  }

  100% {
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-180deg);
    transform: perspective(120px) rotateX(-180deg) rotateY(-180deg);
  }
}

@-webkit-keyframes shadow-pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0px rgba(239, 63, 72, 0.8);
    box-shadow: 0 0 0 0px rgba(239, 63, 72, 0.8);
  }

  100% {
    -webkit-box-shadow: 0 0 0 5px rgba(0, 0, 0, 0);
    box-shadow: 0 0 0 5px rgba(0, 0, 0, 0);
  }
}

@keyframes shadow-pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0px rgba(239, 63, 72, 0.8);
    box-shadow: 0 0 0 0px rgba(239, 63, 72, 0.8);
  }

  100% {
    -webkit-box-shadow: 0 0 0 5px rgba(0, 0, 0, 0);
    box-shadow: 0 0 0 5px rgba(0, 0, 0, 0);
  }
}

@-webkit-keyframes shadow-pulse-big {
  0% {
    -webkit-box-shadow: 0 0 0 0px rgba(239, 63, 72, 0.1);
    box-shadow: 0 0 0 0px rgba(239, 63, 72, 0.1);
  }

  100% {
    -webkit-box-shadow: 0 0 0 20px rgba(0, 0, 0, 0);
    box-shadow: 0 0 0 20px rgba(0, 0, 0, 0);
  }
}

@keyframes shadow-pulse-big {
  0% {
    -webkit-box-shadow: 0 0 0 0px rgba(239, 63, 72, 0.1);
    box-shadow: 0 0 0 0px rgba(239, 63, 72, 0.1);
  }

  100% {
    -webkit-box-shadow: 0 0 0 20px rgba(0, 0, 0, 0);
    box-shadow: 0 0 0 20px rgba(0, 0, 0, 0);
  }
}

@-webkit-keyframes jump {
  0% {
    -webkit-transform: translate3d(0, 20%, 0);
    transform: translate3d(0, 20%, 0);
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes jump {
  0% {
    -webkit-transform: translate3d(0, 20%, 0);
    transform: translate3d(0, 20%, 0);
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.jump {
  -webkit-transform-origin: 0;
  transform-origin: 0;
  -webkit-animation: jump 0.5s linear alternate infinite;
  animation: jump 0.5s linear alternate infinite;
}

/*****************************
*********  TYPOGRAPHY  *****
******************************/
h1,
h2,
h3,
h4,
h5,
h6,
.font-heading,
.display-1,
.display-2,
.heading-sm-1 {
  color: var(--color-primary-dark);
  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;
}

.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-description);
}

.text-heading {
  color: #253d4e;
}

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 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: end;
  margin-bottom: 20px;
  position: relative;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.section-title .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row;
  flex-flow: row;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.section-title h3 {
  font-weight: 700;
  font-size: 32px;
  margin-right: 30px;
}

.section-title a.show-all {
  font-size: 16px;
  color: #7e7e7e;
}

.section-title a.show-all:hover {
  color: var(--color-primary-dark);
}

.section-title a.show-all i {
  font-size: 12px;
  margin-left: 5px;
}

.section-title.style-1 {
  position: relative;
  border-bottom: 1px solid #eeee;
  padding-bottom: 15px;
  font-size: 21px;
}

.section-title.style-1::after {
  content: "";
  width: 80px;
  height: 3px;
  position: absolute;
  bottom: -2px;
  left: 0;
  background-color: var(--color-primary);
}

.section-title span {
  color: #051c66;
}

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

.title.style-3 {
  background-image: url(../imgs/theme/wave.png);
  background-position: center bottom;
  background-repeat: no-repeat;
  padding-bottom: 25px;
}

.text-body {
  color: #7e7e7e !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-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;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition:
    transform 0.5s,
    -webkit-transform 0.5s;
  transition:
    transform 0.5s,
    -webkit-transform 0.5s;
}

.text-style-1:hover::after {
  height: 30%;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition:
    transform 0.5s,
    -webkit-transform 0.5s;
  transition:
    transform 0.5s,
    -webkit-transform 0.5s;
}

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

/*****************************
*********  BUTTONS  *****
******************************/
.btn-default {
  color: #fff;
  background-color: var(--color-primary);
  border-radius: 50px;
  padding: 13px 28px;
  font-family: "Poppins";
}

.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;
  font-size: 16px;
}

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

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

.btn-outline {
  background-color: transparent !important;
}

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

.btn {
  font-family: "Poppins";
}

.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(--color-primary);
}

.btn-brand {
  background-color: #051c66;
  border-color: #051c66;
}

.btn-heading,
button.btn-heading[type="submit"] {
  background-color: #253d4e;
  border-color: #253d4e;
  font-weight: 700;
  border: 0;
}

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

button.submit:hover,
button[type="submit"]:hover {
  background-color: var(--color-primary-dark) !important;
}

.btn-brand:hover {
  background-color: var(--color-primary-dark) !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: var(--color-primary);
  cursor: pointer;
  -webkit-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
  letter-spacing: 0.5px;
}

.btn:hover,
.button:hover {
  background: var(--color-primary-dark);
}

.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: #3e5379;
  border-color: #3e5379;
}

.btn.btn-facebook,
.button.btn-facebook {
  background: #3b5998;
  border-color: #3b5998;
}

.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 - FORMS *****
************************************/
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 #eeee;
  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 #bce3c9;
}

input.square {
  border-radius: 0;
}

input.coupon {
  height: 47px;
}

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

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

textarea {
  border: 1px solid #eeee;
  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 var(--color-primary);
}

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border-radius: 0;
  border-right: 0;
  height: 38px;
  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;
}

.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 #eeee;
  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 #eeee;
  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 #eee;
  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;
  scrollbar-width: thin;
}

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

.select2-container {
  max-width: 100%;
  height: 45px;
  padding: 0px 20px;
  font-size: 13px;
  color: #1a1a1a;
  width: 901.25px;
  border: 1px solid var(--color-form-border);
  box-shadow: 0 1px 2px 0 rgba(33, 37, 41, 0.09);
  border-radius: 12px;
}

/*****************************
*********  PAGE HEADER  *****
******************************/
.page-header .page-title {
  font-weight: 900;
  font-size: 4rem;
}

.page-header.breadcrumb-wrap {
  padding: 20px;
  background-color: #fff;
}

.breadcrumb {
  display: inline-block;
  padding: 0;
  text-transform: capitalize;
  color: #7e7e7e;
  font-size: 14px;
  font-weight: 600;
  background: none;
  margin: 0;
  border-radius: 0;
}

.breadcrumb span {
  position: relative;
  text-align: center;
  padding: 0 10px;
}

.breadcrumb span::before {
  content: "\f111";
  font-family: "uicons-regular-straight" !important;
  display: inline-block;
  font-size: 9px;
}

/*Wide screen*/
@media only screen and (min-width: 2560px) {
  .container {
    max-width: 2400px;
  }
}

@media only screen and (min-width: 1600px) {
  .container {
    max-width: 1500px;
  }
}

@media only screen and (min-width: 1200px) {
  .container {
    max-width: 1280px;
  }

  .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%;
  }
}

@media (min-width: 576px) {
  .container,
  .container-sm {
    max-width: 95%;
  }
}

/***** HEADER STYLING *******/
.header-border {
  width: 100%;
  height: 2px;
  background: var(--color-danger);
}

.header-top {
  padding: 8px 0;
  border-bottom: 1px solid #eeee;
  font-size: 13px;
  line-height: 1;
}

.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: #7e7e7e;
  font-weight: 500;
}

.header-info > ul > li a:hover {
  color: var(--color-primary) !important;
  font-weight: 600;
}

.header-info > ul > li a i {
  font-size: 12px;
  margin-right: 5px;
}

.header-info > ul > li a.custom-dropdown-active {
  display: flex;
  align-items: center;
}

.header-info > ul > li a.custom-dropdown-active img {
  width: 20px;
  height: 20px;
  border-radius: 999px;
  margin-right: 5px;
}

.header-info > ul > li a.custom-dropdown-active i.fa-chevron-down {
  font-size: 8px;
  margin-left: 5px;
}

.header-info > ul > li > ul.custom-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 #eeee;
}

.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(--color-primary);
  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.custom-dropdown {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  top: 35px;
}

.header-info i {
  font-size: 12px;
  margin-right: 5px;
  line-height: 6px;
}

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

/******* HEADER MIDDLE *******/
.header-middle {
  padding: 0px 0 0px 0;
}

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

.logo a {
  display: block;
}

.logo {
  margin-right: 60px;
}

.logo a img {
  width: 90px;
  min-width: 90px;
}

.header-wrapper .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;
}

.header-wrapper .hotline {
  display: flex;
  align-items: center;
  min-width: 200px !important;
  margin-right: 10px;
}

.header-wrapper .hotline img {
  min-width: 35px;
  margin-right: 12px;
}

.header-wrapper .hotline p {
  color: #253d4e;
  font-size: 18px;
  font-weight: 700;
  display: block;
  line-height: 1;
}

.header-wrapper .hotline p span {
  font-weight: 500;
  font-size: 12px;
  font-family: "Lato", sans-serif;
  color: #7e7e7e;
  display: block;
  letter-spacing: 0.9px;
}

/****** Search Styling *******/
.search-style-2 {
  width: 65%;
}

.search-style-2 form {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.search-style-2 form select {
  color: #253d4e;
  font-size: 16px;
  font-weight: 700;
  min-height: 50px;
  border: 1px solid #eeee;
  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-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 {
  padding: 15px 30px;
  border-radius: 0px;
}

.search-style-3 {
  margin-bottom: 10px;
}

.search-style-3 form {
  position: relative;
  border-radius: 9999px;
  max-width: 550px;
  background-color: #fff;
  border: 1px solid #eeee;
  box-shadow: rgba(33, 37, 41, 0.09) 0px 1px 2px 0px;
  overflow: hidden;
}

.search-style-3 form input {
  font-size: 14px;
  height: 50px;
  color: #253d4e;
  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: #253d4e;
  opacity: 1;
}

.search-style-3 form input::-webkit-input-placeholder {
  color: #253d4e;
  opacity: 1;
}

.search-style-3 form button {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 2px;
  border: none;
  font-size: 16px;
  width: 45px !important;
  height: 45px;
  border-radius: 9999px;
  padding: 0 !important;
  background: var(--color-primary);
  color: #fff;
}

.search-style-3 form button:hover {
  color: #051c66;
}

.header-wrapper .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-wrapper.header-space-between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.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;
}

.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 {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header-action .header-action-icon:not(:last-child) {
  margin-right: 15px;
}

.header-action .header-action-icon .account-icon-wrap {
  display: flex;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
}

.header-action .header-action-icon .cart-wish-icon-wrap {
  position: relative;
  display: flex;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header-action .header-action-icon span.label {
  font-size: 14px;
  margin: 5px 0 0 5px;
  color: #253d4e;
  font-weight: 500;
}

.header-action .header-action-icon:last-child {
  padding: 0 0px 0 8px;
}

.header-action .header-action-icon > a {
  font-size: 30px;
  color: #333;
  line-height: 1;
  display: inline-block;
  position: relative;
}

.header-action .header-action-icon > a img {
  width: 100%;
  max-width: 25px;
}

.header-action .header-action-icon > a span {
  font-size: 14px;
  color: #7e7e7e;
}

.header-action .header-action-icon > a span.pro-count {
  position: absolute;
  right: 5px;
  top: -5px;
  color: #ffffff;
  height: 20px;
  width: 20px;
  border-radius: 100%;
  font-weight: 500;
  font-size: 12px;
  text-align: center;
  line-height: 20px;
}

.header-action .header-action-icon.bottom-mobile-icon > a span.pro-count {
  right: -11px;
}

.header-action .header-action-icon > a span.pro-count.blue {
  background-color: #051c66;
}

.header-action .header-action-icon:hover > a {
  color: #051c66;
}

.cart-dropdown-wrap ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 2px;
}

.cart-dropdown-wrap ul li .shopping-cart-img a {
  display: block;
  border-radius: 5px;
}

/* .header-height-2 {
   border-bottom: 1px solid #eeee;
}

.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;
}

.header-action .header-action-icon:hover .cart-dropdown-wrap {
  opacity: 1;
  visibility: visible;
  top: calc(100% + 10px);
}

.header-action-2 .header-action-icon-2 {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 10px;
}

.cart-dropdown-wrap {
  position: absolute;
  right: 0;
  top: calc(100% + 20px);
  z-index: 999;
  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;
  padding: 20px;
}

.cart-dropdown-wrap.account-dropdown ul li:not(:last-child) {
  margin-bottom: 10px;
}

.cart-dropdown-wrap.account-dropdown a {
  color: #253d4e;
  font-size: 15px;
}

.cart-dropdown-wrap.account-dropdown a:hover {
  color: #051c66;
}

.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 60px;
  flex: 0 0 60px;
  margin-right: 10px;
}

.cart-dropdown-wrap ul li .shopping-cart-img a img {
  max-width: 100%;
  border-radius: 5px;
}

.cart-dropdown-wrap ul li .shopping-cart-title {
  margin: 6px 0 0;
}

.cart-dropdown-wrap ul li .shopping-cart-title h4 {
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  margin: 0 0 9px;
}

.cart-dropdown-wrap ul li .shopping-cart-title h4 a {
  color: var(--color-text-primary);
}

.cart-dropdown-wrap ul li .shopping-cart-title h4 a:hover {
  color: var(--color-primary);
}

.cart-dropdown-wrap ul li .shopping-cart-title h3 {
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  margin: 0 0 0px;
  color: #051c66;
}

.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: var(--color-primary);
}

.cart-dropdown-wrap .shopping-cart-footer .shopping-cart-total {
  border-top: 2px solid #f3f3f3;
  margin: 15px 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: #051c66;
}

.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: #051c66;
  border: 2px solid #051c66;
}

.cart-dropdown-wrap .shopping-cart-footer .shopping-cart-button a.outline {
  background-color: transparent;
  border: 2px solid #051c66;
  color: #051c66;
}

.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: var(--color-primary-dark);
  border-color: var(--color-primary-dark);
}

.mobile-header-wrapper-style.sidebar-visible {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  z-index: 9999999;
}

.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;
}

.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 #fdc040;
  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;
}

.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: #051c66;
  color: #fff;
}

.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 #051c66;
  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: #def9ec;
  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;
}

.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: #111;
}

.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: #253d4e;
}

.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: #253d4e;
}

.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: #253d4e;
}

.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: #051c66;
}

.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: #253d4e;
}

.mobile-header-wrapper-style
  .mobile-header-wrapper-inner
  .mobile-header-content-area
  .mobile-header-info-wrap
  .single-mobile-header-info
  a:hover {
  color: #051c66;
}

.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: #051c66;
  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: #051c66;
}

.mobile-header-wrapper-style
  .mobile-header-wrapper-inner
  .mobile-header-content-area
  .mobile-header-info-wrap
  .single-mobile-header-info:hover
  > a {
  color: #253d4e;
}

.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;
  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;
}

.mobile-social-icon a.fb {
  background: #3b5998;
}

.mobile-social-icon a.twit {
  background: #1da1f2;
}

.mobile-social-icon a.insta {
  background: #0077b5;
}

.mobile-social-icon a.pin {
  background: #bd081c;
}

.mobile-social-icon a.utube {
  background: #cd201f;
}

/****** 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 .custom-dropdown a {
  color: #253d4e;
}

.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: 20px;
  width: 1px;
  background-color: #cacaca;
  position: absolute;
  right: 0;
  top: 15px;
}

.header-style-1 .search-style-2 form {
  border-radius: 9999px;
  max-width: 550px;
  background-color: #fff;
  border: 2px solid var(--color-primary);
  box-shadow: rgba(33, 37, 41, 0.09) 0px 1px 2px 0px;
  overflow: hidden;
}

.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: #051c66;
  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-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: #29a56c;
}

.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 .main-categori-wrap > a span {
  color: #fff !important;
}

.header-style-1.header-style-5 .header-bottom-bg-color {
  background-color: #051c66 !important;
}

.header-style-1.header-style-5 .header-bottom-bg-color .main-categori-wrap > a {
  background: #fdc040;
}

.header-style-1.header-style-5 .main-menu > nav > ul > li > a {
  color: #fff;
}

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

.hotline i {
  opacity: 0.7;
}

/********* NAVIGATION STYLE ********/

/* .main-menu>nav>ul>li.position-static {
   position: relative;
} */

.main-menu > nav > ul > li > a {
  display: inline-block;
  font-size: 15px;
  font-weight: 700;
  color: #253d4e;
  font-family: "Poppins";
}

.main-menu > nav > ul > li > a i {
  font-size: 8px;
  position: relative;
  margin-left: 0px;
}

.main-menu > nav > ul > li > a.active {
  color: #051c66;
}

.main-menu > nav > ul > li ul.sub-menu {
  position: absolute;
  left: 0;
  top: 90%;
  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 #eeee;
  -webkit-box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.05);
  box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.05);
  text-align: left;
}

.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: 15px 25px 35px 35px;
  -webkit-transition: all 0.25s ease 0s;
  transition: all 0.25s ease 0s;
  opacity: 0;
  display: none;
  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);
  text-align: left;
  line-height: 20px !important;
}

.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 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: #051c66;
}

.main-menu > nav > ul > li:hover > a {
  color: #051c66;
}

.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;
  display: block;
  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: #051c66;
}

.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: 50px;
}

.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: #7e7e7e;
  display: block;
  padding: 0 15px;
}

.main-menu > nav > ul > li ul.sub-menu li a:hover {
  color: #051c66;
}

.main-menu.main-menu-lh-1 > nav > ul > li {
  line-height: 70px;
}

/*****************************
*********  HOME SLIDER *****
******************************/
.hero-main-container {
  padding-top: 20px;
}

.hero-slide-wrapper {
  position: relative;
}

.hero-slider-inner .single-slider {
  height: 438px;
  border-radius: 12px;
  background-size: cover;
  background-position: center center;
}

.hero-slider-inner img {
  max-height: 538px;
}

.hero-slider-inner .slider-content {
  position: absolute;
  top: 50%;
  left: 10%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

/*.hero-slider-inner .slider-content h1 {
   font-size: 55px;
   font-size: bold;
   margin-top: 10px;
}*/
.hero-slider-inner .slider-content h1 {
  font-size: 40px;
  font-size: bold;
  margin-top: 10px;
  max-width: 500px;
  line-height: 45px;
}
.hero-slider-inner .slider-content h3 {
  font-size: 18px;
}

.hero-slider-inner .slider-content p {
  font-size: 16px;
}

.hero-slider-inner .slider-content .button {
  border-radius: 30px !important;
}

/***** slider arrows *****/
.slider-arrow {
  position: absolute;
  top: 45%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
  width: 100%;
}

.slider-arrow .slider-btn {
  cursor: pointer;
  background: #49b507;
  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: #ffffff;
}

.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: #051c66;
  color: #fff;
  border-color: #051c66;
}

/****** slider dots ******/
.dot-style-1 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.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: #253d4e;
  background: none;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.dot-style-1 ul li button:hover {
  background: #bce3c9;
}

.dot-style-1 ul li.slick-active button {
  background: #051c66;
  border-color: #051c66;
}

.dot-style-1.dot-style-1-position-1 ul {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 25px;
}

.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;
}

/***** Heroe Categories ******/
.category-wrapper {
  background: #fff;
  box-shadow: rgba(33, 37, 41, 0.09) 0px 1px 2px 0px;
}

.main-category-header {
  padding: 15px 20px;
  border-bottom: 4px solid #f9f9f9;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  gap: 10px;
}

.main-category-header i {
  font-size: 17px;
}

.categories-container {
  padding: 20px 0px;
}

.categories-container ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: space-between;
  padding: 6px 25px;
  line-height: 1.5;
  color: #212529;
  font-weight: 500;
  font-size: 15px;
}

.categories-container ul li a:hover {
  color: var(--color-primary);
}

.categories-container ul li .fi-rs-angle-right {
  font-size: 8px;
}

.categories-container ul li.has-children:hover .cat-dropdown-menu {
  display: block;
  opacity: 1;
  visibility: visible;
  margin-top: 0px;
  pointer-events: auto;
}

.categories-container ul li.has-children {
  position: relative;
}

.categories-container ul li.has-children .cat-dropdown-menu {
  position: absolute;
  left: 100%;
  top: -20px;
  margin: 0;
  margin-top: 0px;
  border: 1px solid #eeee;
  min-width: 800px;
  width: 100%;
  right: 0;
  border-radius: 0;
  padding: 20px;
  background-color: #fff;
  z-index: 999 !important;
  visibility: hidden;
  opacity: 0;
  transition: all ease-in 0.3s;
}

.categories-container ul li.has-children .cat-dropdown-menu .submenu-title {
  font-size: 17px;
  font-weight: 600;
  display: block;
  color: #212529;
  padding: 5px 25px;
}

.categories-container ul li.has-children .cat-dropdown-menu .header-banner2 {
  display: block;
  position: relative;
  margin-bottom: 15px;
}

.categories-container
  ul
  li.has-children
  .cat-dropdown-menu
  .header-banner2
  .banner_info {
  position: absolute;
  left: 25px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  padding: 15px;
}

.categories-container
  ul
  li.has-children
  .cat-dropdown-menu
  .header-banner2
  .banner_info
  a {
  color: #fff !important;
  background: var(--color-danger);
  text-align: center;
  max-width: 120px;
  margin-top: 20px;
  border-radius: 30px;
}

/****** MAIN FEATURES *******/
.main-features {
  background: #fff;
  box-shadow: rgba(33, 37, 41, 0.09) 0px 0px 3px 1px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  flex-wrap: wrap;
}

.main-features .feature {
  padding: 30px 20px;
  width: 20%;
}

.main-features .feature:not(:last-child) {
  border-right: 1px solid #eeee;
}

.main-features .feature h3 {
  font-size: 16px;
}

.main-features .feature .feature-text p {
  font-size: 13px;
}

.main-features .feature .feature-icon {
  margin-right: 20px;
}

.main-features .feature .feature-icon img {
  width: 30px;
}

.main-features .feature .feature-icon i {
  font-size: 27px;
  color: var(--color-primary);
}

/***** BANNERS ******/
.banner-wrap {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
  cursor: pointer;
  border-radius: 5px;
}

.banner-wrap:hover img {
  transform: scale(1.08);
}

.banner-wrap img {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.banner-wrap .banner-text {
  position: absolute;
  left: 10%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.banner-wrap .banner-text h4 {
  font-weight: 700 !important;
}

.banner-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
  font-weight: 500;
}

.banner-wrap.style-2 .banner-text {
  position: absolute;
  left: 8%;
}

/******* Section Heading ******/
.section-heading .title {
  font-size: 18px;
}
.section-heading span {
  color: var(--color-primary);
  font-size: 17px;
}

/******** Top Category section **********/
.top-cat-wrapper {
  background-color: #fff;
  box-shadow: rgba(33, 37, 41, 0.09) 0px 0px 3px 1px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  flex-wrap: wrap;
}

.top-cat-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: space-between;
  width: 20%;
  padding: 20px 5px;
  border-bottom: 1px solid #eeee;
}

.top-cat-box:not(:last-child) {
  border-right: 1px solid #eeee;
}

.top-cat-box:nth-child(5) {
  border-right: 0px;
}

.top-cat-box:nth-child(6),
.top-cat-box:nth-child(7),
.top-cat-box:nth-child(8),
.top-cat-box:nth-child(9),
.top-cat-box:nth-child(10) {
  border-bottom: 0px;
}

.top-cat-box .top-cat-info {
  padding-left: 16px;
}

.top-cat-box .top-cat-info h6 {
  font-size: 15px;
}

.top-cat-box .top-cat-info p {
  margin-bottom: 20px;
  font-size: 13px;
}

.top-cat-box .top-cat-info a {
  color: var(--color-text-primary);
}

.top-cat-box .top-cat-info a:hover {
  color: var(--color-primary);
}

.top-cat-box img {
  width: 80px;
}

.more_categories {
  margin-top: 15px;
  color: #051c66;
  position: relative;
  font-size: 13px;
  font-family: "Poppins";
  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;
  cursor: pointer;
}

.more_categories span.icon {
  display: inline-block;
  position: relative;
  width: 24px;
  height: 24px;
  border: 2px solid;
  border-radius: 30px;
  margin-right: 5px;
}

.more_categories span.icon::before {
  content: "";
  width: 12px;
  height: 2px;
  background-color: #051c66;
  position: absolute;
  right: 4px;
  top: 9px;
}

.more_categories span.icon::after {
  content: "";
  width: 2px;
  height: 12px;
  background-color: #051c66;
  position: absolute;
  right: 9px;
  top: 4px;
}

.more_categories.show span.icon::after {
  display: none;
  content: none;
}

/***** FLASH DEAL STYLES ******/
.flash-deal-wrapper {
  background-color: #fff;
  /* box-shadow: rgba(33, 37, 41, 0.09) 0px 0px 1px 1px; */
  border: 2px solid var(--color-primary);
  border-radius: 8px;
}

.flash-deal-img {
  position: relative;
  padding: 20px;
  cursor: pointer;
}

.flash-deal-img:hover img {
  transform: scale(1.08);
}

.flash-deal-img span {
  position: absolute;
  top: 20px;
  left: 15%;
  color: #fff;
  padding: 3px 10px;
  border-radius: 5px;
  font-size: 12px;
  background: var(--color-danger);
}

.flash-deal-info {
  padding: 30px 20px 30px 0px;
}

.flash-deal-info .title a {
  font-size: 16px;
  color: #212529;
  font-weight: 700;
  margin-bottom: 20px;
}

.flash-deal-info .title a:hover {
  color: var(--color-primary);
}

.flash-deal-info .stars i {
  color: var(--color-warning);
}

.product-rate {
  display: flex;
  align-items: center;
}

.product-rating::before {
  font-family: "fontawesome";
  content: "\f005\f005\f005\f005\f5c0";
  letter-spacing: 3px;
  color: var(--color-review);
  font-size: 12px;
}

.flash-deal-info .product-price {
  margin-top: 8px;
  margin-bottom: 10px;
}
.flash-deal-info .product-price .amount {
  font-size: 22px;
  font-weight: 600;
  color: var(--color-primary);
}

.flash-deal-info .description {
  font-size: 14px;
}

/******* Countdown *******/
.flash-deal-info .count-down h5 {
  font-size: 14px;
  margin-bottom: 10px;
  margin-top: 15px;
}

.deals-countdown .countdown-section {
  position: relative;
  font-weight: 400;
  font-size: 12px;
  line-height: 1;
  padding: 20px 5px 30px 5px;
  margin-right: 7px;
  background-color: #f9f9f5;
  box-shadow: rgba(33, 37, 41, 0.09) 0px 1px 2px 0px;
  border-radius: 50%;
  border: none;
  margin-bottom: 2rem;
}

.deals-countdown .countdown-section .countdown-amount {
  display: inline-block;
  color: #051c66;
  font-weight: 600;
  font-size: 16px;
  line-height: 1;
  margin-bottom: 0px;
  width: 53px;
  height: 50px;
  line-height: 50px;
  text-align: center;
}

.deals-countdown .countdown-section .countdown-period {
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  bottom: 15px;
  display: block;
  color: #7e7e7e;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
  font-size: 12px;
  text-transform: capitalize;
}

/***** TOP SELLING SECTION ******/
.module-header {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 1.25rem;
}

.module-header.with-border {
  padding-bottom: 1.025rem;
  border-bottom: 1px solid var(--color-info-dark);
}

.module-header .entry-title {
  font-size: 1.125rem;
  line-height: normal;
  font-weight: 600;
  margin-right: 1.25rem;
  margin-bottom: 0;
  padding-right: 30px;
}

.module-header .module-tab-links ul {
  display: none;
  margin: 0;
  padding: 0;
  list-style: none;
  border: none;
}

@media screen and (min-width: 992px) {
  .module-header .module-tab-links ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .module-header .module-tab-links.style-1 {
    padding-left: 1.25rem;
  }

  .module-header .module-tab-links.style-1 li {
    margin-right: 0rem;
  }

  .module-header .module-tab-links.style-1 li:last-child {
    margin-right: 0;
  }

  .module-header .module-tab-links.style-1 li a.active::before {
    content: "";
    position: absolute;
    width: 80%;
    height: 2px;
    bottom: -1.11rem;
    left: 50%;
    transform: translateX(-50%);
    background: var(--color-primary);
  }
}

.module-header .module-tab-links.style-1 li a {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 0.9375rem;
  line-height: normal;
  font-weight: 500;
  height: 1.5625rem;
  color: var(--color-text-description);
  -webkit-transition: all 0.2s cubic-bezier(0.28, 0.12, 0.22, 1);
  transition: all 0.2s cubic-bezier(0.28, 0.12, 0.22, 1);
  border: none;
}

.module-header .module-tab-links.style-1 li a:hover {
  color: var(--color-text-primary) !important;
}

.module-header .module-tab-links.style-1 li a.active {
  color: var(--color-primary) !important;
}

.banner-img.style-2 {
  border-radius: 9px;
  overflow: hidden;
  height: auto;
  background: url(../imgs/banner/banner-5.png) no-repeat center bottom;
  background-size: cover;
  width: 100%;
  position: relative;
}

.banner-img.style-2 .banner-text {
  position: absolute;
  top: 50px;
  -webkit-transform: none;
  transform: none;
  padding: 0 20px;
}

/***** PRODUCT STYLING ******/
.product {
  position: relative;
}

.product .product-wrapper {
  position: relative;
  z-index: 100;
}

.price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  gap: 0.625rem;
}

.price del {
  color: var(--color-text-description);
}

.product .price {
  font-size: 1.125rem;
  line-height: normal;
  margin-bottom: 0.625rem;
}

@media screen and (min-width: 992px) {
  .product .price {
    font-size: 1.25rem;
    line-height: normal;
  }
}

.product .product-cart-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 0.625rem;
}

.product .product-cart-form .price {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 0.125rem;
  padding-right: 0.75rem;
  margin-bottom: 0;
}

.product .product-cart-form a.button {
  font-size: 0;
  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;
  width: 2.9rem;
  height: 2.9rem;
  color: currentColor;
  border-radius: 9999px;
  background-color: var(--color-info-light);
  padding: 0;
  margin-left: auto;
  -webkit-transition: all 0.2s cubic-bezier(0.28, 0.12, 0.22, 1);
  transition: all 0.2s cubic-bezier(0.28, 0.12, 0.22, 1);
}

@media screen and (min-width: 992px) {
  .product .product-cart-form a.button {
    width: 2.975rem;
    height: 2.975rem;
  }
}

.product .product-cart-form a.button i {
  font-size: 1.125rem;
  line-height: normal;
  margin-left: 0;
}

@media screen and (min-width: 992px) {
  .product .product-cart-form a.button i {
    font-size: 1.275rem;
    line-height: normal;
  }
}

.product .product-cart-form a.button:hover {
  color: #fff;
  background-color: var(--color-primary);
}

.product-content-wrap .thumbnail-wrapper {
  position: relative;
  background-color: #fff;
  overflow: hidden;
  max-height: 320px;
  padding: 15px 25px 0 25px;
}

.product-content-wrap .thumbnail-wrapper .product-img {
  position: relative;
  overflow: hidden;
  border-radius: 15px;
}

.product-content-wrap .thumbnail-wrapper .product-img a {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.product-content-wrap .thumbnail-wrapper .product-img a img {
  width: 100%;
}

.product-content-wrap .thumbnail-wrapper .product-img a img.hover-img {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  opacity: 0;
  visibility: hidden;
  transition:
    0.25s opacity,
    0.25s visibility,
    transform 1.5s cubic-bezier(0, 0, 0.2, 1),
    -webkit-transform 1.5s cubic-bezier(0, 0, 0.2, 1);
  background-color: #fff;
}

.product-content-wrap .thumbnail-wrapper .product-img-zoom a img {
  -webkit-transition: all 1.5s cubic-bezier(0, 0, 0.05, 1);
  transition: all 1.5s cubic-bezier(0, 0, 0.05, 1);
}

.product-content-wrap .product-buttons-1 {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  z-index: 9;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 0.2rem;
}

.product-content-wrap .product-buttons-1.show {
  visibility: visible;
  opacity: 1;
  bottom: 26px;
  left: unset;
  right: 20px;
  top: unset;
  -webkit-transform: none;
  transform: none;
}

.product-content-wrap .product-buttons-1 button,
.product-content-wrap .product-buttons-1 a.action-btn {
  width: 40px;
  height: 40px;
  line-height: 44px;
  border-radius: 50px;
  background-color: #fff;
  text-align: center;
  margin-right: 3px;
  position: relative;
  display: inline-block;
  -webkit-box-shadow: rgba(17, 17, 26, 0.1) 0px 0px 16px;
  box-shadow: rgba(17, 17, 26, 0.1) 0px 0px 16px;
  border: 1px solid #eee;
  color: var(--color-text-primary);
}

.product-content-wrap .product-buttons-1 button:after,
.product-content-wrap .product-buttons-1 a.action-btn:after {
  bottom: 100%;
  left: 50%;
  position: absolute;
  white-space: nowrap;
  border-radius: 5px;
  font-size: 11px;
  padding: 7px 10px;
  color: #ffffff;
  background-color: #051c66;
  content: attr(aria-label);
  line-height: 1.3;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
  -webkit-box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.1);
  box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.1);
  transition:
    opacity 0.3s ease,
    visibility 0.3s ease,
    transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24),
    -webkit-transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24);
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateX(-50%) translateY(0px);
  transform: translateX(-50%) translateY(0px);
}

.product-content-wrap .product-buttons-1 button:before,
.product-content-wrap .product-buttons-1 a.action-btn:before {
  content: "";
  position: absolute;
  left: calc(50% - 7px);
  bottom: 100%;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
  border: 7px solid transparent;
  border-top-color: #051c66;
  z-index: 9;
  margin-bottom: -13px;
  transition-delay: 0.1s;
  transition:
    opacity 0.3s ease,
    visibility 0.3s ease,
    transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24),
    -webkit-transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24);
  opacity: 0;
  visibility: hidden;
}

.product-content-wrap .product-buttons-1 button i,
.product-content-wrap .product-buttons-1 a.action-btn i {
  font-size: 15px;
  margin-left: 1px;
}

.product-content-wrap .product-buttons-1 button:hover,
.product-content-wrap .product-buttons-1 a.action-btn:hover {
  color: var(--color-primary-dark);
}

.product-content-wrap .product-buttons-1 button:hover:after,
.product-content-wrap .product-buttons-1 a.action-btn:hover:after {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateX(-50%) translateY(-8px);
  transform: translateX(-50%) translateY(-8px);
}

.product-content-wrap .product-buttons-1 button:hover:before,
.product-content-wrap .product-buttons-1 a.action-btn:hover:before {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(-8px);
  transform: translateY(-8px);
}

.product-content-wrap:hover .thumbnail-wrapper .product-img a img.hover-img {
  opacity: 1;
  visibility: visible;
}

.product-content-wrap:hover .thumbnail-wrapper .product-buttons-1 {
  opacity: 1;
  visibility: visible;
}

.product-content-wrap:hover .product-img-zoom a img {
  -webkit-transform: scale3d(1.05, 1.05, 1.05) translateZ(0);
  transform: scale3d(1.05, 1.05, 1.05) translateZ(0);
}

.product-wrapper .product-content {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
}

.product-wrapper .product-content .thumbnail-wrapper {
  position: relative;
}

.product .product-title {
  font-size: 0.875rem;
  line-height: 1.2857142857;
  font-weight: 600;
  margin-bottom: 0.625rem;
}

.product .product-title a {
  position: relative;
  color: currentColor;
  -webkit-transition: all 0.2s cubic-bezier(0.28, 0.12, 0.22, 1);
  transition: all 0.2s cubic-bezier(0.28, 0.12, 0.22, 1);
}

.product .product-title a:hover {
  color: var(--color-primary);
}

.product-wrapper .content-wrapper .product-cart-form .amount {
  font-size: 17px;
  font-weight: 600;
  color: var(--color-primary);
}

.product-wrapper .content-wrapper .product-cart-form .amount-x {
  color: #7e7e7e;
  font-size: 15px;
}

.product-wrapper .thumbnail-wrapper .product-badge,
.product-wrapper .thumbnail-wrapper .product-buttons {
  position: absolute;
  z-index: 999;
}

/******* Product Wrapper Style 1 *******/
.product-flex-wrapper-1 {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 18px;
  flex-wrap: wrap;
}

.product-flex-wrapper-1 .product {
  width: 32%;
}

.product-wrapper.style-1 {
  background-color: #ffff;
  border: 1px solid var(--color-info);
  border-radius: 6px;
}

.product-wrapper.style-1 .product-content .thumbnail-wrapper {
  width: 40%;
  padding: 0;
}

.product-wrapper.style-1 .thumbnail-wrapper .product-thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.product-wrapper.style-1 .thumbnail-wrapper .product-badge {
  top: 0px;
  left: 10px;
}

.product-wrapper.style-1 .thumbnail-wrapper .product-buttons {
  top: 10px;
  right: 10px;
  display: none;
}

.product-wrapper.style-1 .content-wrapper {
  width: 60%;
  padding: 20px 15px 10px 0;
}

.product-wrapper.style-1 .content-wrapper .product-cat {
  font-size: 12px;
  color: #ccc;
  display: block;
  margin-bottom: 5px;
}

.product .product-wrapper.style-1 .product-cart-form .price {
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.product .product-wrapper.style-1 .product-cart-form .price del {
  font-size: 70%;
  color: var(--color-text-description);
  font-weight: 600;
}

.product .product-wrapper.style-1 .product-cart-form .price del span {
  font-size: 14px;
}

/******** Product Wrapper Style 2 ********/
.product-flex-wrapper-2 {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  flex-wrap: wrap;
  border-left: 1px solid var(--color-info);
  border-bottom: 1px solid var(--color-info);
}

.product-flex-wrapper-2 .product {
  width: 20%;
  border-right: 1px solid var(--color-info);
  border-top: 1px solid var(--color-info);
}

.product-wrapper.style-2 .product-content {
  flex-direction: column;
}

.product-wrapper.style-2 .thumbnail-wrapper .product-badge {
  top: 20px;
  left: 20px;
}

.product-wrapper.style-2 .thumbnail-wrapper .product-buttons {
  top: 10px;
  right: 0px;
  display: none;
}

.product-wrapper.style-2 .thumbnail-wrapper .product-thumbnail img {
  height: 230px;
  object-fit: cover;
}

.product-wrapper.style-2 .content-wrapper .product-cat {
  font-size: 12px;
  display: block;
  margin-bottom: 5px !important;
  color: #ccc;
}

.product-wrapper.style-2 .content-wrapper {
  padding: 20px 20px 10px 20px;
  width: 100%;
}

.product-wrapper.style-2 .content-wrapper .product-cart-form .amount {
  font-size: 20px;
}

.product-wrapper.style-2 .content-wrapper .product-cart-form .amount-x {
  font-size: 17px;
  color: var(--color-text-description);
}

/***** Product Badges *****/
.product-badges .badge {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 1.5rem;
}

.product .product-badge span {
  display: inline-block;
  padding: 0.55em 0.75em;
  font-size: 0.75em;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
}

.product .product-badge span:last-child {
  margin-right: 0px;
}

.product .product-badge span.new {
  background-color: #f74b81;
}

.product .product-badge span.hot {
  background-color: #051c66;
}

.product .product-badge span.sale {
  background-color: #67bcee;
}

.product .product-badge span.best {
  background-color: #ff5c00;
}

.product .product-badge span.top {
  background-color: #00a046;
}

/***** FOOTER STYLING ******/
footer {
  margin-top: 0px;
}
.newsletter {
  position: relative;
}

.newsletter-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  flex-wrap: wrap;
}

.newsletter-text {
  width: 50%;
}

.newsletter-text h2 {
  font-size: 28px;
}

.newsletter-form {
  position: relative;
  width: 50%;
}

.newsletter-form input::placeholder {
  font-size: 14px;
  color: var(--color-text-description);
}

.newsletter-form .btn {
  position: absolute;
  right: 5px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 14px;
}

.widget-about {
  min-width: 300px;
  font-size: 15px;
}

.widget-install-app {
  min-width: 310px;
}

.contact-infor {
  font-size: 15px;
  color: #253d4e;
}

.contact-infor li:not(:last-child) {
  margin-bottom: 15px;
}

.contact-infor li img {
  margin-right: 8px;
  max-width: 16px;
}

.contact-infor li i {
  margin-right: 8px;
  /* max-width: 23px; */
  color: var(--color-text-description);
}

.footer-link-widget p {
  font-size: 15px;
  color: #253d4e;
}

.download-app {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 15px 0 33px;
}

.download-app a {
  display: block;
  margin-right: 12px;
}

.download-app a img {
  max-width: 128px;
}

.footer-list {
  list-style: outside none none;
  margin: 0;
  padding: 0;
  min-width: 170px;
  margin-top: 20px;
}

.footer-list li {
  display: block;
  margin: 0 0 20px;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.footer-list li:last-child {
  margin: 0;
}

.footer-list li:hover {
  padding-left: 5px;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.footer-list li a {
  font-size: 0.875rem;
  color: #212529 !important;
  font-weight: 500;
  display: block;
}

.footer-list li a:hover {
  color: #051c66 !important;
}

.footer-bottom {
  border-top: 1px solid #bce3c9;
}

footer .mobile-social-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-item-align: center;
  align-self: center;
}

footer .mobile-social-icon h6 {
  display: inline-block;
  margin-right: 15px;
}

footer .hotline {
  min-width: 200px;
}

footer .hotline img {
  min-width: 10px;
  margin-right: 12px;
  max-width: 30px;
  opacity: 0.5;
}

#scrollUp {
  width: 32px;
  height: 32px;
  color: #253d4e;
  right: 30px;
  bottom: 30px;
  border-radius: 30px;
  text-align: center;
  overflow: hidden;
  z-index: 999 !important;
  border: 2px solid #253d4e;
  background-color: #fff;
}

#scrollUp i {
  display: block;
  line-height: 32px !important;
  font-size: 25px;
}

#scrollUp:hover {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}

.footer-middle .widget-title {
  margin: 15px 0 10px 0;
  font-size: 18px;
}

/***** MOBILE BOTTOM NAVIGATION ******/
.mobile-bottom-nav {
  width: 100%;
  height: 70px;
  position: fixed;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 99999;
  background-color: #fff;
  box-shadow: rgba(33, 37, 41, 0.1) 1px 0px 4px 0px;
  display: none;
}

.mobile-bottom-nav ul {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  padding: 0 20px;
}

.mobile-bottom-nav ul li a {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}

.mobile-bottom-nav ul li a i {
  font-size: 19px;
  color: #212529;
  font-weight: 800;
}

.mobile-bottom-nav ul li a span {
  color: #7e7e7e;
  font-size: 12px;
}

.mobile-bottom-nav ul li a.active i,
.mobile-bottom-nav ul li a.active span {
  color: #000 !important;
  font-weight: 600;
}

/***** MEDIA QUERY ******/
@media only screen and (max-width: 1295px) {
  .product-flex-wrapper-1 {
    gap: 16px;
  }
}

@media only screen and (max-width: 1199px) {
  .main-features .feature:not(:last-child) {
    border-bottom: 1px solid #eeee;
  }

  .main-features .feature {
    padding: 30px 25px;
    width: 50%;
  }

  .top-cat-box {
    width: 33.33%;
  }

  .top-cat-box:nth-child(5) {
    border-right: 1px solid #eee;
  }

  .top-cat-box:nth-child(6),
  .top-cat-box:nth-child(7),
  .top-cat-box:nth-child(8),
  .top-cat-box:nth-child(9) {
    border-bottom: 1px solid #eeee;
  }

  .product {
    min-height: 400px;
  }

  .product-flex-wrapper-1 {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0px;
    flex-wrap: wrap;
  }

  .product-flex-wrapper-2 .product {
    width: 25%;
  }
}

@media only screen and (max-width: 1024px) {
  .product-wrapper.style-1 {
    background-color: transparent;
    box-shadow: none;
    border: 1px solid var(--color-info);
    border-radius: 10px;
    overflow: hidden;
  }

  .product-wrapper.style-1 .product-content {
    flex-direction: column;
  }

  .product-wrapper.style-1 .product-content .thumbnail-wrapper {
    width: 100%;
    position: relative;
    padding: 0;
    overflow: hidden;
  }

  .product-wrapper.style-1 .content-wrapper {
    width: 100%;
    padding: 0px 15px 10px 15px;
  }

  .product-wrapper.style-1 .thumbnail-wrapper .product-badge {
    position: absolute;
    top: 15px;
    left: 10px;
  }

  .product-flex-wrapper-2 .product {
    width: 33.33%;
  }
}

@media only screen and (max-width: 991px) {
  .hero-slider-inner .slider-content .display-2 {
    font-size: 60px;
  }

  .hero-slider-inner .slider-content {
    left: 10%;
  }

  .flash-deal-img span {
    position: absolute;
    top: 20px;
    left: 15%;
  }

  .mobile-bottom-nav {
    display: block;
    height: 100px;
  }

  .mobile-bottom-nav ul {
    padding: 0 40px;
    justify-content: space-around;
  }

  .mobile-bottom-nav ul li a i {
    font-size: 28px;
  }

  .product {
    min-height: 300px;
  }
}

@media only screen and (max-width: 768px) {
  .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-action-2 .header-action-icon-2:last-child {
    padding: 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: 5px;
    min-width: 54px;
    margin-left: -129px;
  }

  .header-bottom {
    padding: 20px 0;
  }

  .header-action .header-action-icon {
    margin-right: 15px;
  }

  .header-action .header-action-icon.header-action-mrg-none {
    margin-right: 15px;
  }

  .header-action .header-action-icon.header-action-mrg-none2 {
    margin-right: 15px;
  }

  .header-action .header-action-icon > a {
    font-size: 20px;
  }

  .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;
  }

  .categories-dropdown-wrap ul li a {
    padding: 5px 12px;
  }

  .search-popup-wrap .search-popup-content form input {
    width: 270px;
    font-size: 25px;
    padding: 21px 20px 12px 0;
  }

  .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 #eeee;
  }

  .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 */
  .hero-slider-inner .single-slider {
    height: 350px;
  }

  .hero-slider-inner .slider-content .display-2 {
    font-size: 40px;
  }

  .top-cat-box {
    width: 50%;
  }

  .top-cat-box:nth-child(5) {
    border-right: 1px solid #e4e4e4;
  }

  .top-cat-box:nth-child(7),
  .top-cat-box:nth-child(8),
  .top-cat-box:nth-child(9),
  .top-cat-box:nth-child(10) {
    display: none;
  }

  .product-flex-wrapper-1 {
    gap: 0px;
    justify-content: space-between;
  }

  .product-flex-wrapper-1 .product {
    margin-bottom: 15px;
  }

  .product-content-wrap .product-buttons-1 {
    gap: 0.5rem;
  }

  .flash-deal-info {
    padding: 30px 20px 30px 30px;
  }

  .widget-about {
    margin-bottom: 30px;
  }

  .footer-link-widget {
    margin-bottom: 30px;
  }

  .footer-list {
    margin-top: 15px;
  }

  .newsletter-text {
    width: 100%;
  }

  .newsletter-text h2 {
    font-size: 25px;
  }

  .newsletter-form {
    position: relative;
    width: 100%;
    margin-top: 20px;
  }

  .newsletter-form .btn {
    position: absolute;
    right: 5px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 13px 25px;
  }

  #scrollUp {
    right: 30px;
    bottom: 100px;
  }
}

@media only screen and (max-width: 600px) {
  .mobile-header-content-area {
    padding: 20px !important;
  }
  .mobile-header-wrapper-style {
    width: 100%;
  }

  .hero-main-container {
    padding-top: 15px;
  }

  .hero-slider-inner .single-slider {
    height: 160px;
    border-radius: 8px;
    background-size: cover;
    background-position: center center;
  }

  .slider-arrow {
    top: 42%;
  }

  .slider-arrow .slider-btn {
    width: 30px;
    height: 30px;
    line-height: 34px;
    font-size: 12px;
    background-color: #49b507;
    color: white;
  }

  .hero-slider-inner .slider-content {
    left: 12%;
    padding-right: 30px;
  }

  .hero-slider-inner .slider-content .display-2 {
    font-size: 12px;
    margin-bottom: -12px !important;
  }
  .hero-slider-inner .slider-content h1 {
    margin-top: -10px !important;
  }
  .hero-slider-inner .slider-content h3 {
    font-size: 12px;
  }
  .hero-slider-inner .slider-content h5 {
    font-size: 10px;
  }
  .hero-slider-inner .slider-content p {
    font-size: 9px;
  }

  .hero-slider-inner .slider-content p {
    margin-bottom: 0px !important;
  }

  .hero-slider-inner .slider-content .button {
    padding: 5px 8px;
    font-size: 9px;
  }

  .slider-arrow .slider-btn.slider-prev {
    left: 5px;
  }

  .slider-arrow .slider-btn.slider-next {
    right: 5px;
  }

  .dot-style-1 ul li button {
    width: 12px;
    height: 12px;
  }

  .main-features .feature {
    padding: 12px 12px;
    width: 100%;
  }

  .top-cat-box {
    width: 100%;
    padding-right: 20px;
  }

  .top-cat-box img {
    width: 80px;
  }

  .top-cat-box:nth-child(1) {
    border-top: 1px solid #eeee;
  }

  .flash-deal-img {
    padding-bottom: 0px;
  }

  .flash-deal-info {
    padding: 0px 20px 30px 30px;
  }

  .flash-deal-img span {
    position: absolute;
    top: 20px;
    left: 5%;
  }

  /* product styling */
  .product {
    min-height: 315px;
  }

  .product-flex-wrapper-1 .product {
    width: 50%;
    margin-bottom: 0px !important;
  }

  .product-wrapper.style-1 .content-wrapper .product-title a {
    font-weight: 600;
    line-height: 1.05rem;
  }

  .product-flex-wrapper-2 .product {
    width: 50%;
  }

  .product-wrapper.style-2 .thumbnail-wrapper .product-thumbnail img {
    height: 150px;
    object-fit: cover;
  }

  .product-wrapper.style-2 .content-wrapper {
    padding: 15px 15px 10px 15px;
  }

  .product-wrapper.style-2 .content-wrapper .product-cart-form {
    padding-top: 5px;
  }

  .product-wrapper.style-2 .content-wrapper .product-cart-form .amount {
    font-size: 18px;
  }

  .product-wrapper.style-2 .content-wrapper .product-cart-form .amount-x {
    font-size: 16px;
  }

  .product-content-wrap .product-buttons-1 {
    gap: 0.2rem;
  }

  /* footer styling */
  footer {
    margin-bottom: 60px;
  }

  .mobile-bottom-nav {
    display: block;
    height: 80px;
  }

  .mobile-bottom-nav ul {
    padding: 0 20px;
    justify-content: space-between;
  }

  .mobile-bottom-nav ul li a i {
    font-size: 22px;
  }
}

@media only screen and (max-width: 375px) {
  .hero-slider-inner .slider-content .display-2 {
    font-size: 12px !important;
  }

  .slider-arrow .slider-btn.slider-prev {
    left: 0px;
  }

  .slider-arrow .slider-btn.slider-next {
    right: 0px;
  }

  .flash-deal-info {
    padding: 0px 20px 30px 20px;
  }

  .product {
    min-height: auto !important;
  }

  .product .product-wrapper.style-1 .product-cart-form .price {
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

@media only screen and (max-width: 320px) {
  .product-flex-wrapper-1 .product {
    width: 100%;
  }

  .product-flex-wrapper-2 .product {
    width: 100%;
  }
}

/****** CUSTOM MODAL  *****/
.custom-modal {
  z-index: 999999 !important;
}
.custom-modal .modal-dialog {
  max-width: 888px !important;
}

.custom-modal .modal-dialog .modal-content {
  border-radius: 25px;
  padding: 40px;
  border: 3px solid var(--color-info);
}

.custom-modal .modal-dialog .btn-close {
  position: absolute;
  right: 30px;
  top: 30px;
  z-index: 2;
}

.zoomContainer,
.zoomWindow {
  z-index: 9999;
}

.single-product .zoomContainer,
.single-product .zoomWindow {
  z-index: 99;
}

@media screen and (max-width: 768px) {
  .custom-modal .modal-dialog .modal-content {
    padding: 10px;
  }

  .product-info {
    margin-top: 30px;
  }
}

/***** SHOP PAGE STYLING ******/
.shop-product-fillter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 0 30px;
}

.shop-product-fillter.style-2 {
  padding-bottom: 20px;
  border-bottom: 1px solid #eeee;
}

.shop-product-fillter .sort-by-product-area {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.shop-product-fillter .sort-by-product-area .sort-by-cover {
  position: relative;
}

.shop-product-fillter .sort-by-product-area .sort-by-product-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #fff;
  color: #777;
  padding: 9px 16px;
  border-radius: 10px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  cursor: pointer;
  border: 1px solid #ececec;
}

.shop-product-fillter .sort-by-product-area .sort-by-product-wrap:hover {
  -webkit-box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.05);
  box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.05);
}

.shop-product-fillter .sort-by-product-area .sort-by-product-wrap .sort-by {
  margin-right: 5px;
}

.shop-product-fillter .sort-by-product-area .sort-by-product-wrap .sort-by i {
  margin-right: 10px;
  font-size: 14px;
  color: #ababab;
  position: relative;
  top: 2px;
}

.shop-product-fillter
  .sort-by-product-area
  .sort-by-product-wrap
  .sort-by
  span {
  font-size: 13px;
  font-weight: 500;
}

.shop-product-fillter
  .sort-by-product-area
  .sort-by-product-wrap
  .sort-by-dropdown-wrap
  span {
  font-size: 13px;
  font-weight: 500;
  color: #7e7e7e;
}

.shop-product-fillter
  .sort-by-product-area
  .sort-by-product-wrap
  .sort-by-dropdown-wrap
  span
  i {
  font-size: 15px;
  color: #7e7e7e;
  margin-left: 10px;
  position: relative;
  top: 2px;
}

.sort-by-dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 999999999;
  right: 0;
  padding: 16px 0 21px;
  background: #fff;
  border: 0;
  border-radius: 5px;
  visibility: hidden;
  opacity: 0;
  min-width: 100%;
  -webkit-box-shadow: 0 -3px 23px rgba(0, 0, 0, 0.06);
  box-shadow: 0 -3px 23px rgba(0, 0, 0, 0.06);
  color: #7e7e7e;
  font-weight: 500;
}

.sort-by-dropdown.show {
  opacity: 1;
  visibility: visible;
}

.sort-by-dropdown ul li {
  display: block;
}

.sort-by-dropdown ul li a {
  font-weight: 500;
  font-size: 13px;
  padding: 5px 30px;
  display: block;
  position: relative;
  color: #7e7e7e;
}

.sort-by-dropdown ul li a.active::before {
  content: "\f143";
  position: absolute;
  top: 5px;
  left: 10px;
  font-size: 12px;
  color: #051c66;
  font-family: "uicons-regular-straight" !important;
  font-weight: 900;
}

.sort-by-dropdown ul li a.active:hover::before {
  color: #fff;
}

.sort-by-dropdown ul li a:hover {
  background-color: #051c66;
  color: #ffffff;
}

/******** Shop Grid *****/
.product-grid .product-flex-wrapper-1 .product {
  width: 25%;
  border: 1px solid #eee;
  border-radius: 12px;
  overflow: hidden;
}

.product-grid .product-flex-wrapper-1 {
  gap: 0px;
}

@media only screen and (max-width: 1199px) {
  .product-grid .product-flex-wrapper-1 .product {
    width: 33.33%;
    margin-bottom: 0px;
  }
}

@media only screen and (max-width: 640px) {
  .shop-product-fillter {
    display: block;
  }

  .shop-product-fillter .totall-product {
    margin-bottom: 15px;
  }

  .product-grid .product-flex-wrapper-1 .product {
    width: 100%;
    margin-bottom: 0px;
  }

  .product-grid .product-flex-wrapper-1 {
    gap: 0px;
  }
}

@media only screen and (max-width: 320px) {
  .product-grid .product-flex-wrapper-1 .product {
    width: 100%;
    margin-bottom: 20px !important;
  }
}

/******** 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: #051c66;
}

.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: #7e7e7e;
  line-height: 40px;
  text-align: center;
  font-weight: 700;
  font-size: 16px;
  background-color: #f2f3f4;
}

.pagination-area .page-link.dot {
  background-color: transparent;
  color: #7e7e7e;
  letter-spacing: 2px;
}

/******* Shop Sidebar *******/
.shop-sidebar .shop-widget {
  position: relative;
  border-radius: 15px;
}

.shop-widget .widget-title {
  font-size: 16px;
  margin-bottom: 20px;
}

/********* Custom Radio & Checkbox *******/
.custom-radio .form-check-label,
.custom-checkbox .form-check-label {
  position: relative;
  cursor: pointer;
}

.custom-radio .form-check-label,
.custom-checkbox .form-check-label {
  position: relative;
  cursor: pointer;
  color: #71778e;
  padding: 0;
  display: block;
  margin-bottom: 10px;
  font-family: "Poppins";
}

.custom-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;
}

.custom-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%;
}

.custom-checkbox .form-check-label span {
  vertical-align: middle;
}

.custom-radio input[type="radio"]:checked + .form-check-label::after,
.custom-checkbox input[type="checkbox"]:checked + .form-check-label::after {
  opacity: 1;
}

.custom-radio input[type="radio"] + .form-check-label::after,
.custom-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(-65%) rotate(-45deg);
  transform: translateY(-65%) rotate(-45deg);
}

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

.custom-radio input[type="radio"]:checked + .form-check-label::before,
.custom-checkbox input[type="checkbox"]:checked + .form-check-label::before {
  background-color: #051c66;
  border-color: #051c66;
}

.product-sidebar .single-post {
  position: relative;
}

.product-sidebar .image {
  height: 80px;
  width: 80px;
  float: left;
  margin-right: 10px;
  overflow: hidden;
}

.product-sidebar .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.product-sidebar .single-post:not(:last-child) {
  margin-bottom: 10px;
  border-bottom: 1px dotted rgba(0, 0, 0, 0.15);
  padding-bottom: 10px;
}

.product-sidebar .single-post .content {
  padding-left: 95px;
}

.product-sidebar .single-post .content h6 a {
  font-size: 14px;
  color: var(--color-text-primary);
}

.product-sidebar .single-post .content h6 a:hover {
  color: var(--color-primary);
}

.product-sidebar .single-post i {
  font-size: 12px;
}

/******* Price Range Filter *****/
.noUi-connect,
.noUi-horizontal .noUi-handle {
  background: var(--color-primary) !important;
}

/******* Sidebar Banner *******/
.sidebar-banner {
  position: relative;
}

.sidebar-banner .banner-text {
  position: absolute;
  top: 50%;
  left: 15%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

/****** SINGLE PRODUCT PAGE *******/
.detail-gallery {
  position: relative;
}

.detail-gallery .zoom-icon {
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 2;
  font-size: 22px;
  opacity: 0.6;
}

.slider-nav-thumbnails .slick-list {
  margin: 0 -10px;
}

.slider-nav-thumbnails .slick-slide {
  position: relative;
  border-radius: 15px;
  overflow: hidden;
}

.slider-nav-thumbnails .slick-slide img {
  border-radius: 17px;
}

.slider-nav-thumbnails .slick-slide.slick-current::before {
  border-bottom: 5px solid #333;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  content: "";
  height: 0;
  left: 50%;
  margin-left: -5px;
  position: absolute;
  top: -6px;
  width: 0;
}

.slider-nav-thumbnails .slick-slide.slick-current img {
  border: 2px solid var(--color-primary);
}

.slider-nav-thumbnails div.slick-slide {
  margin: 0 10px;
}

.slider-nav-thumbnails button {
  opacity: 0;
}

.slider-nav-thumbnails button.slick-arrow {
  margin: 0;
  border: 0;
  background: #f2f3f4;
  border-radius: 40px;
  width: 40px;
  height: 40px;
  line-height: 44px;
  font-size: 24px;
  z-index: 9;
  color: #7e7e7e;
}

.slider-nav-thumbnails button.slick-arrow:hover {
  color: #fff;
  background-color: #051c66;
}

.slider-nav-thumbnails button.slick-arrow.slick-prev {
  left: -20px;
}

.slider-nav-thumbnails button.slick-arrow.slick-next {
  right: -20px;
}

.slider-nav-thumbnails:hover button {
  opacity: 1;
}

.slider-nav-thumbnails .slick-prev,
.slider-nav-thumbnails .slick-next {
  font-size: 12px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

/****** Product Info Styling ******/
.product-info .product-price-cover {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.product-info .product-badge {
  display: inline-block;
  padding: 4px 12px;
  border-radius: 5px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  background: #29a56c;
  color: #fff;
}

.product-info .modal-title {
  font-size: 26px;
  line-height: 0px;
}

.product-info .product-price-cover .product-price {
  line-height: 1;
}

.product-info .product-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 15px 0 10px 0;
}

.product-info .product-price .current-price {
  font-size: 28px;
  text-decoration: none;
  font-weight: 900;
}

.product-info .product-price .old-price {
  text-decoration: line-through;
  color: #b6b6b6;
  margin-left: 20px;
  font-size: 16px;
  font-weight: 700;
  display: block;
}

.product-info .product-price .save-price {
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 6px;
  display: block;
  color: #fdc040;
}

.product-info .description {
  font-size: 14px;
  margin-bottom: 20px;
}

.product-info .product-meta {
  border-top: 1px solid #ececec;
  padding-top: 15px;
}

.button.button-add-to-cart {
  padding: 16px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}

.qtty-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
  width: 100%;
}

.qtty-container .qty-val {
  margin: 0 6px 15px 5px;
  background: #fff;
  border: 2px solid #051c66 !important;
  font-size: 16px;
  font-weight: 700;
  color: #051c66;
  border-radius: 5px;
  padding: 11px 20px 11px 20px;
  max-width: 90px;
}

.qty-btns .qty-up,
.qty-btns .qty-down {
  display: inline-block;
  background: #fff;
  padding: 10px;
  border-radius: 5px;
  color: var(--color-text-primary);
  border: 1px solid var(--color-info-dark);
  -webkit-box-shadow: 1px 2px 4px rgba(33, 37, 41, 0.05);
  box-shadow: 1px 2px 4px rgba(33, 37, 41, 0.05);
  -webkit-transition: all 0.2s cubic-bezier(0.28, 0.12, 0.22, 1);
  transition: all 0.2s cubic-bezier(0.28, 0.12, 0.22, 1);
  border-radius: 12px;
}

.qty-btns .qty-up:hover,
.qty-btns .qty-down:hover {
  color: var(--color-primary);
}

.single-product-page .description {
  margin-bottom: -20px;
  color: var(--color-text-primary);
  line-height: 1.8;
}

.single-product-page .pdt-features {
  list-style-type: disc;
  margin-left: 30px;
  margin-bottom: 30px;
}

.single-product-page .pdt-features li {
  color: var(--color-text-primary);
  margin-bottom: 8px;
}

.single-product-page .product-details p {
  font-size: 15px;
  color: var(--color-text-primary);
}

.outline-btn {
  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;
  font-size: 1.125rem;
  width: 2.25rem;
  height: 2.25rem;
  color: var(--color-text-primary);
  border: 1px solid var(--color-info-dark);
  -webkit-box-shadow: 1px 2px 4px rgba(33, 37, 41, 0.05);
  box-shadow: 1px 2px 4px rgba(33, 37, 41, 0.05);
  -webkit-transition: all 0.2s cubic-bezier(0.28, 0.12, 0.22, 1);
  transition: all 0.2s cubic-bezier(0.28, 0.12, 0.22, 1);
  border-radius: 12px;
}

.outline-btn:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  background-color: #fde8eb;
}

.single-product-page .product-details .info-list {
  padding: 0 0 0px 14px;
}

.single-product-page .product-details .info-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 10px;
  position: relative;
  font-size: 15px;
  line-height: 20px;
}

.single-product-page .product-details .info-list li ::before {
  position: absolute;
  left: -14px;
  top: 3px;
  content: "";
  height: 6px;
  width: 6px;
  border-radius: 100%;
  background-color: #9b9b9b;
}

.single-product-page .product-details .info-list li span {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 165px;
  flex: 0 0 165px;
  display: inline-block;
}

.single-product-page .product-details .info-list li:last-child {
  margin: 0 0 0;
}

.product-details .module-header .module-tab-links ul {
  display: flex;
}

.product-details .module-header .module-tab-links.style-1 {
  padding-left: 0rem !important;
}

.product-details .module-header .module-tab-links .nav-link {
  padding-left: 0px !important;
  padding-right: 1.5rem;
}

.product-details .module-header .module-tab-links.style-1 li a.active::before {
  left: 50%;
  transform: translateX(-60%);
}

.single-product-page .alert-message {
  font-size: 0.75rem;
  text-align: center;
  width: 100%;
  color: var(--color-danger-dark);
  background-color: var(--color-danger-light);
  border-radius: var(--size-form-radius);
  padding: 10px 10px;
  margin-bottom: 0.75rem;
  border-radius: 4px;
}

/***** Delivery Widget *****/
.single-product-page .delivery-widget {
  background: #f7f8fd;
  padding: 1.875rem;
  border-radius: 4px;
}

.single-product-page .delivery-widget ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  color: var(--color-text-description);
}

.single-product-page .delivery-widget ul li .icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-size: 1.15rem;
  margin-right: 1.25rem;
}

.single-product-page .delivery-widget ul li .message {
  font-size: 0.85rem;
}

/***** SIngle Product Review ****/
.verified-rating-box {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
  background: #f7f6f6;
  margin-bottom: 20px;
  padding: 30px 20px;
  border-radius: 6px;
}
.review-area {
  background: transparent;
}

.review-area h5 {
  font-size: 16px;
  margin-bottom: 0px;
}

.review-area a {
  color: #2a2a2a;
}

.review-area .review-list {
  padding-bottom: 48px;
}

.review-area .review-list:last-child {
  padding-bottom: 0px;
}

.review-area .review-list .single-review {
  padding: 0 0 15px 0;
  margin: 0 0 15px 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.review-area .review-list .single-review:not(:last-child) {
  border-bottom: 1px solid #e2e9e1;
}

.review-area .single-review .thumb {
  width: 20%;
}

.single-review .desc {
  width: 80%;
}

.review-area .thumb img {
  width: 60px;
  border-radius: 50%;
}

.single-review .thumb .name {
  font-size: 13px;
}

.single-review .thumb .date {
  font-size: 12px;
  color: #999999;
  margin-bottom: 0;
}

.review-area .review-text {
  margin-top: 10px;
  color: var(--color-text-primary);
  font-size: 15px;
  margin-bottom: 0px !important;
}

.review-area .single-review .review-date {
  color: #7e7e7e;
  font-size: 12px;
}

/******* Review Form ********/
.review-form .stars input[type="radio"] {
  display: none;
}

.review-form .stars label {
  display: block;
  float: left;
  margin: 0;
  padding: 0 2px;
}

.review-form .stars label::before {
  font-family: "fontawesome";
  content: "\f005";
  font-size: 15px;
  color: var(--color-review-dark);
}

.review-form .stars input[type="radio"]:checked ~ label::before {
  color: #e6e6e6;
}

.review-form .stars:hover label::before {
  color: var(--color-review-dark);
}

.review-form .stars label:hover ~ label::before {
  color: #e6e6e6 !important;
}

.review-form {
  margin-bottom: 15px;
}

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

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

.review-form {
  border-top: 1px solid #e2e9e1;
  padding-top: 45px;
  margin-bottom: 20px;
}

.review-form .form-group {
  margin-bottom: 20px;
}

.review-form textarea {
  resize: vertical;
  padding: 15px 10px 10px 20px;
  width: 100%;
  font-size: 13px;
  color: #1a1a1a;
  min-height: 200px;
  border-radius: 12px;
  border: 1px solid var(--color-form-border);
  -webkit-box-shadow: 0 1px 2px 0 rgba(33, 37, 41, 0.09);
  box-shadow: 0 1px 2px 0 rgba(33, 37, 41, 0.09);
}

.review-form textarea:focus {
  background: transparent;
  outline: none !important;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: var(--color-primary);
}

.review-form input {
  border-radius: 4px;
  height: 45px;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 28px 20px;
  font-size: 13px;
  color: #1a1a1a;
  width: 100%;
  border: 1px solid var(--color-form-border);
  -webkit-box-shadow: 0 1px 2px 0 rgba(33, 37, 41, 0.09);
  box-shadow: 0 1px 2px 0 rgba(33, 37, 41, 0.09);
  border-radius: 12px;
}

.review-form input:focus {
  background: transparent;
  outline: none !important;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: var(--color-primary);
}

.review-form button {
  font-size: 15px;
  font-weight: 500;
  padding: 15px 40px;
  color: #ffffff;
  border: none;
  background: var(--color-primary);
  border: 1px solid var(--color-primary);
  border-radius: 4px;
}

.review-form button:hover {
  background: var(--color-primary-dark) !important;
  border: none !important;
}

.form-control:focus {
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.form-control::-webkit-input-placeholder {
  font-weight: 300;
  color: #999999;
}

.form-control:-ms-input-placeholder {
  font-weight: 300;
  color: #999999;
}

.form-control::placeholder {
  font-weight: 300;
  color: #999999;
}

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

.progress + .progress {
  margin-top: 1rem;
}

.progress span {
  line-height: 16px;
  background: #fff;
  padding-right: 10px;
  width: 45px;
}

.progress-bar {
  background-color: #051c66;
}

/***** Related Products ****/
.related-products .product-flex-wrapper-2 .product {
  width: 25%;
}

@media screen and (max-width: 1199px) {
  .related-products .product-flex-wrapper-2 .product {
    width: 33.33%;
  }
}

@media screen and (max-width: 640px) {
  .related-products .product-flex-wrapper-2 .product {
    width: 50%;
  }
}

@media screen and (max-width: 320px) {
  .related-products .product-flex-wrapper-2 .product {
    width: 100%;
  }
}

/******** ACCOUNT PAGE STYLING ********/
.account-container {
  /* padding-top: 30px; */
  padding-bottom: 50px;
}

.account-menu ul {
  padding: 0;
  margin: 0;
  border: 1px solid #ececec;
}

.account-menu ul li {
  position: relative;
  margin-bottom: 0px !important;
}

.account-menu ul li a {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 15px;
  color: var(--color-text-description);
  padding: 20px 20px;
  font-weight: 500;
}

.account-menu ul li a i {
  color: #7e7e7e;
  font-size: 17px;
  opacity: 0.6;
  vertical-align: center;
}

.account-menu ul li a.active {
  color: #fff;
  background-color: #051c66;
  border: 2px solid var(--color-primary);
}

.account-menu ul li a.active i {
  color: #fff;
}

.account-menu ul li a span {
  display: none;
}

.account-menu ul li:not(:last-child) {
  margin-bottom: 10px;
  border-bottom: 1px solid #eeee;
}

@media (max-width: 992px) {
  .dashboard-menu ul li a span {
    display: block;
  }
}

@media (max-width: 768px) {
  .account-container {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .account-container .container {
    width: 100% !important;
    padding: 0px !important;
  }
}

.acct-order-container {
  padding: 20px;
}
.account-orders {
  display: flex;
  gap: 10px;
  padding: 10px;
  border-radius: 8px;
  -webkit-box-shadow: 0 1px 2px 0 rgba(33, 37, 41, 0.09);
  box-shadow: 0 1px 2px 0 rgba(33, 37, 41, 0.09);
}

.account-orders:not(:last-child) {
  margin-bottom: 10px;
}

.account-orders .acct-order-image {
  width: 90px;
  object-fit: cover;
}

.account-orders .acct-order-image img {
  width: 100%;
  border-radius: 8px;
}

.account-orders .acct-order-text {
  width: calc(100% - 290px);
}

.account-orders .acct-order-text h6 a {
  color: #253d4e;
}

.account-orders .acct-order-text h6 a:hover {
  color: var(--color-primary);
}

.account-orders .acct-order-btn {
  width: 200px;
}

.account-orders .acct-order-btn .button {
  background: var(--color-warning);
  border: none;
  color: white;
  padding: 5px 12px;
  font-weight: 600;
  border-radius: 4px;
}

.account-orders .acct-order-btn .button:hover {
  background: var(--color-warning-dark);
}

.account-orders .acct-rate-btn a {
  border: none;
  background-color: transparent;
  color: var(--color-warning);
  text-transform: uppercase;
  font-weight: bold;
  font-family: "Poppins";
  font-size: 15px;
}

.account-orders .acct-order-text.saved-item {
  width: calc(100% - 220px);
}

.acct-saved-btn .remove-btn {
  border: none;
  background: var(--color-warning);
  font-weight: bold;
  margin-top: 10px;
}

@media (max-width: 600px) {
  .acct-order-container {
    padding: 10px 5px;
  }

  .account-orders {
    flex-wrap: wrap;
    gap: 0px;
  }

  .account-orders .acct-order-text {
    width: calc(100% - 90px);
    padding-left: 10px;
  }

  .account-orders .acct-order-text.saved-item {
    width: calc(100% - 90px);
  }

  .account-orders .acct-order-btn {
    display: none;
  }

  .account-orders .acct-rate-btn {
    display: block !important;
    width: 100%;
    text-align: center;
    border-top: 1px solid #f5f5f5;
    padding-top: 10px;
  }

  .account-orders .acct-saved-btn {
    width: 100%;
    display: flex;
    margin-top: 10px;
  }

  .acct-saved-btn .remove-btn {
    margin-top: 0px;
    margin-left: 10px;
  }

  .account-orders .acct-rate-btn a {
    font-size: 16px;
  }
}

.items-container {
  border: 1px solid #eeee;
  padding: 16px;
  border-radius: 6px;
}

.items-container:not(:last-child) {
  margin-bottom: 10px;
}

.acct-order-price {
  font-size: 18px;
  font-weight: bold;
  color: #1f1f1f;
}

.acct-order-price-2 {
  text-decoration: line-through;
  font-size: 15px;
}

.item-wrapper {
  border: 1px solid #eeee;
  border-radius: 6px;
  height: 100%;
}

.item-header {
  border-bottom: 1px solid #eeee;
  padding: 10px 16px;
}

.item-info {
  padding: 14px;
  font-weight: 500;
}

/**** Account inbox ***/
.account-card {
  min-height: 86vh;
}
.acct-inbox {
  padding: 80px;
  text-align: center;
}

@media (max-width: 992px) {
  .account-card {
    min-height: auto;
    border-radius: 10px;
    overflow: hidden;
  }
}

@media (max-width: 600px) {
  .acct-inbox {
    padding: 80px 20px;
  }

  .account-card {
    border-radius: 0px;
  }
}

/**** Account Address Box *****/
.address-card-header {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
}

.address-card-header a {
  position: absolute;
  right: 5px;
}

.address-box {
  border: 1px solid #eeee;
  border-radius: 5px;
  -webkit-box-shadow: 0 1px 2px 0 rgba(33, 37, 41, 0.09);
  box-shadow: 0 1px 2px 0 rgba(33, 37, 41, 0.09);
}

.address-box .address-info {
  padding: 20px;
}

.address-box .address-info p {
  margin-bottom: 0px;
}

.address-box .address-footer {
  border-top: 1px solid #eeee;
  padding: 12px 20px;
}

.address-box .address-footer a {
  font-size: 16px;
  font-weight: bold;
}

.address-mobile-btn {
  display: none;
}

@media (max-width: 600px) {
  .address-card-header a {
    display: none;
  }

  .address-card-body {
    padding: 20px 10px;
  }

  .address-mobile-btn {
    display: block;
  }
}

.custom-badge {
  padding: 3px 5px;
  font-size: 10px;
  font-weight: bold;
  color: white;
  letter-spacing: 0.5px;
  border-radius: 4px;
}

.form-group label {
  color: var(--color-text-primary);
  margin-bottom: 8px !important;
}

.tab-custom-style .nav-tabs {
  border: none;
  margin-bottom: 20px;
}

.tab-custom-style .nav-tabs .nav-item:first-child {
  margin-right: 20px;
}

.tab-custom-style .nav-tabs .nav-item a.active,
.tab-custom-style .nav-tabs .nav-item a:hover {
  color: #051c66;
  -webkit-box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.05);
  box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.05);
}

.tab-custom-style .nav-tabs li.nav-item a {
  display: block;
  padding: 13px 24px !important;
  text-align: center;
  font-weight: 500;
  text-transform: none;
  font-size: 15px;
  border-radius: 30px;
  border: 1px solid #eeee;
  background: #fff;
  color: var(--color-text-description);
}

.page-content {
  text-rendering: optimizeLegibility;
  color: #253d4e;
  font-size: 17px;
}

.page-content h1 {
  font-size: 56px;
  line-height: 72px;
  margin-bottom: 32px;
}

.page-content h2 {
  font-size: 48px;
  line-height: 64px;
  margin-bottom: 30px;
}

.page-content h3 {
  font-size: 36px;
  line-height: 48px;
  margin-bottom: 28px;
}

.page-content h4 {
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 15px;
}

.page-content h5 {
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 24px;
}

.page-content h6 {
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  margin-bottom: 22px;
}

.page-content p {
  margin-bottom: 1.2em;
  font-weight: 400;
  font-size: 16px !important;
}

.page-content ol {
  list-style: circle;
  padding-left: 1rem;
  font-size: 15px;
  margin-bottom: 30px;
}

.page-content ol li {
  position: relative;
  margin-bottom: 12px;
  line-height: 20px;
}

.page-content ol li {
  font-size: 1rem;
}

.page-content .single-excerpt {
  font-size: 24px;
  line-height: 32px;
}

.page-content p {
  color: #253d4e;
  font-size: 17px;
}

.page-content blockquote {
  background-color: #f4f6fa;
  padding: 40px 60px;
  border-radius: 15px;
  margin: 30px auto;
  font-size: 24px;
  max-width: 80%;
}

.page-content blockquote p {
  font-size: 24px;
  line-height: 32px;
  color: #7e7e7e;
  margin-bottom: 0;
}

/***** BLOG PAGE STYLING ******/
article .post-thumb {
  position: relative;
}

article .post-thumb img {
  border-radius: 12px;
}

article .post-thumb .post-badge {
  position: absolute;
  top: 30px;
  left: 20px;
}

article .post-thumb .post-badge a {
  background: var(--color-primary);
  padding: 4px 8px;
  color: white;
  border-radius: 5px;
  font-size: 13px;
}

article .post-content {
  margin-top: 10px;
  cursor: pointer;
}

article .post-content .post-title {
  font-size: 16px;
  color: var(--color-text-primary) !important;
  line-height: 20px;
  margin-top: 10px;
  margin-bottom: 8px;
}

article .post-content .post-date {
  color: var(--color-text-description);
  font-size: 12px;
}

article .post-content .post-desc {
  font-size: 14px;
  color: var(--color-text-description);
}

article .post-footer .fa-eye {
  color: var(--color-text-description);
  font-size: 12px;
}

article .post-footer {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: space-between;
}

span.has-dot {
  position: relative;
  padding-left: 10px;
}

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

.product-sidebar.blog .image {
  width: 80px;
  height: 60px;
  float: left;
  margin-right: 10px;
  border-radius: 5px;
  overflow: hidden;
}

.product-sidebar.blog .content span {
  color: var(--color-text-description);
  font-size: 12px;
  display: block;
  margin-top: 5px;
}

.single-blog-page .single-thumbnail img {
  width: 100%;
  max-height: 480px;
  object-fit: cover;
  border-radius: 12px;
}

.single-blog-page .post-content {
  margin-top: 20px;
}

.single-blog-page .post-content h4 {
  font-size: 20px;
  margin-bottom: 8px;
}

.single-blog-page .post-content p {
  color: var(--color-text-primary);
  margin-bottom: 15px;
}

.single-blog-page .post-content ul li {
  color: var(--color-text-primary);
  font-size: 15px;
  margin-bottom: 10px;
  list-style-type: disc;
  margin-left: 30px;
}

@media only screen and (max-width: 640px) {
  .single-blog-page .single-header h1 {
    font-size: 25px;
  }

  .review-area .single-review .thumb {
    margin-right: 20px;
  }
}

/****** CONTACT PAGE STYLING *******/
.contact-form .form-group {
  margin-bottom: 20px;
}

.contact-form textarea {
  resize: vertical;
  padding: 15px 10px 10px 20px;
  width: 100%;
  font-size: 13px;
  color: #1a1a1a;
  min-height: 200px;
  border-radius: 12px;
  border: 1px solid var(--color-form-border);
  -webkit-box-shadow: 0 1px 2px 0 rgba(33, 37, 41, 0.09);
  box-shadow: 0 1px 2px 0 rgba(33, 37, 41, 0.09);
}

.contact-form textarea:focus {
  background: transparent;
  outline: none !important;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: var(--color-primary);
}

.contact-form .custom-input {
  height: 45px;
  box-shadow: none;
  padding: 28px 20px;
  font-size: 13px;
  color: #1a1a1a;
  width: 100%;
  border: 1px solid var(--color-form-border);
  -webkit-box-shadow: 0 1px 2px 0 rgba(33, 37, 41, 0.09);
  box-shadow: 0 1px 2px 0 rgba(33, 37, 41, 0.09);
  border-radius: 12px;
}

.contact-form .custom-select {
  font-size: 13px;
  padding: 14px 20px;
  border: 1px solid var(--color-form-border);
  -webkit-box-shadow: 0 1px 2px 0 rgba(33, 37, 41, 0.09);
  box-shadow: 0 1px 2px 0 rgba(33, 37, 41, 0.09);
  border-radius: 12px;
}

::placeholder {
  color: var(--color-text-description);
}

.contact-form .custom-input:focus {
  background: transparent;
  outline: none !important;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: var(--color-primary);
}

.contact-form button {
  font-size: 15px;
  font-weight: 500;
  padding: 15px 40px;
  color: #ffffff;
  border: none;
  background: var(--color-primary);
  border: 1px solid var(--color-primary);
  border-radius: 4px;
}

.contact-form button:hover {
  background: var(--color-primary-dark) !important;
  border: none !important;
}

.contact-info img {
  width: 100%;
}

.contact-info hr {
  width: 80%;
  background: var(--color-text-description);
  margin: 10px 0px 20px 0px;
}

.contact-info ul li {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 10px;
}

.contact-info ul li .icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid var(--color-primary);
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
}

.contact-info ul li .icon i {
  color: var(--color-primary);
  font-size: 600;
  font-size: 19px;
}

.contact-info ul li .contact-text {
  font-size: 15px;
  font-weight: 600;
  line-height: 1.8;
}

.contact-info .mobile-social-icon p {
  font-size: 13px;
}

.contact-info .mobile-social-icon .fb {
  background: #3b5998;
}

.contact-info .mobile-social-icon .twit {
  background: #1da1f2;
}

.contact-info .mobile-social-icon .insta {
  background: #0077b5;
}

.contact-info .mobile-social-icon .pin {
  background: #bd081c;
}

.contact-info .mobile-social-icon .utube {
  background: #cd201f;
}

/****** LOGIN PAGE STYLING *******/
.social-login p {
  position: relative;
}

.social-login p::before {
  content: "";
  position: absolute;
  width: 38%;
  height: 1px;
  background: #eee;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.social-login p::after {
  content: "";
  position: absolute;
  width: 38%;
  height: 1px;
  background: #eee;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.social-login-btns a {
  display: inline-block;
  width: 100%;
  text-align: center;
  border: 2px solid #cd201f;
  padding: 17px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-weight: 600;
  color: #cd201f;
}

.social-login-btns a.fb {
  border-color: #3b5998;
  color: #3b5998;
}

.social-login-btns a.fb:hover {
  background: #3b5998;
  color: #fff;
}

.social-login-btns a.google:hover {
  background: #cd201f;
  color: #fff;
}

.password-info ul li {
  list-style-type: disc;
  margin-left: 15px;
  color: #b6b6b6;
  font-size: 13px;
  margin-bottom: 10px;
}

/****** 404 PAGE STYLING *******/
.page-not-found img {
  max-width: 350px;
}
.page-not-content {
  margin: auto;
  margin-top: 30px;
  max-width: 540px;
}

.input-style {
  position: relative;
}

.input-style button {
  position: absolute;
  right: 5px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

/****** CHECKOUT PAGE STYLING *******/
.contact-form.checkout .custom-input {
  border-radius: 4px;
  height: 45px;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 25px 20px;
  font-size: 13px;
  color: #1a1a1a;
  width: 100%;
  border: 1px solid var(--color-form-border);
  -webkit-box-shadow: 0 1px 2px 0 rgba(33, 37, 41, 0.09);
  box-shadow: 0 1px 2px 0 rgba(33, 37, 41, 0.09);
  border-radius: 12px;
}

.checkout-cart-totals {
  /* background-color: #f7f8fd; */
  border-radius: 12px;
  border: 1px solid #eee;
  padding: 25px 30px;
}

.summary-wrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
}

.summary-wrapper .thumbnail {
  width: 80px;
  height: 60px;
  border: 1px solid #eee;
  padding: 10px 5px;
  margin-right: 10px;
  border-radius: 5px;
}

.summary-wrapper .thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.summary-wrapper .info {
  width: 70%;
}

.summary-wrapper .pdt-price {
  width: 20%;
  text-align: right;
}

.summary-wrapper .info a {
  color: var(--color-text-primary);
}

/***** Custom Table Styling ******/
table {
  width: 100%;
  margin-bottom: 1.5rem;
  border-collapse: collapse;
  vertical-align: middle;
}

table th {
  font-weight: 600;
}

table td,
table th {
  padding: 10px 20px;
  border: 1px solid #eee;
  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-bottom: 1px solid #eeee;
}

table.clean th {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
  border-bottom: 1px solid #eeee !important;
}

table .product-thumbnail img {
  max-width: 50px;
}

.checkout-table .title a {
  font-size: 14px;
  text-align: left;
}

.table-wishlist .product-name {
  color: var(--color-text-primary);
}

.table-wishlist .product-name:hover {
  color: var(--color-primary);
}

@media only screen and (max-width: 480px) {
  .checkout-cart-totals {
    border: 0px;
    padding: 0px;
    box-shadow: none !important;
  }
  .table-wishlist td {
    display: block;
    width: 100%;
    text-align: center;
  }

  .table-wishlist td::before {
    content: attr(data-title) " ";
    float: left;
    text-transform: capitalize;
    margin-right: 15px;
    font-weight: bold;
  }

  .table-wishlist thead {
    display: none;
  }

  .table-wishlist .custom-checkbox {
    display: none;
  }
}

/****** CART STYLING *****/
.qtty-container.cart .qty-val {
  margin: 0 6px 15px 5px;
  border: 0px !important;
  border-radius: 0px;
  padding: 0px 5px;
}

.qtty-container.cart .qty-btns .qty-up,
.qtty-container.cart .qty-btns .qty-down {
  display: inline-block;
  background: #fff;
  padding: 10px;
  border-radius: 12px;
}

.cart-table .product-name a {
  color: var(--color-text-primary);
}

@media only screen and (max-width: 480px) {
  .cart-table .product-name {
    max-width: 130px;
    font-weight: 500;
  }
}

@media only screen and (max-width: 375px) {
  .cart-table .product-name {
    max-width: 100px;
    font-weight: 500;
  }
}

.cart-totals {
  /* background-color: #f7f8fd; */
  border-radius: 12px;
  border: 1px solid #eee;
  padding: 25px 20px;
}

.cart-totals .cart-total {
  height: 60px;
}

.cart-totals .btn {
  width: 100%;
}

.cart-totals ul li {
  text-align: right;
}

.cart-radio {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: flex-end;
  gap: 5px;
  padding: 0 !important;
  margin-bottom: 10px !important;
  height: 20px;
}

.cart-radio .form-radio-input {
  width: 15px;
}

@media only screen and (max-width: 991px) {
  .cart-totals {
    padding: 25px 25px;
  }
}

/********* ABOUT PAGE STYLING ********/
.about-box-score {
  /* background: #f7f8fd; */
  padding: 1.875rem;
  border-radius: 7px;
  text-align: center;
}

.about-box-score h6 {
  font-size: 16px;
  margin-top: 10px;
}

.about-box-score p {
  margin-top: 15px;
}

.about-history .txt-content {
  font-size: 15px;
  font-family: "Poppins";
}

@media screen and (max-width: 600px) {
  .about-page h1 {
    font-size: 26px;
  }
}

.fresh-image-2 {
  border-radius: 0 calc(12px + (50 - 12) * ((100vw - 320px) / (1920 - 320)));
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}
.fresh-image-2 > div {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
}
.img2all {
  margin-top: 30px;
  border-radius: calc(12px + (50 - 12) * ((100vw - 320px) / (1920 - 320))) 0;
  overflow: hidden;
}

.newtrick1 {
  width: calc(60px + (80 - 60) * ((100vw - 320px) / (1920 - 320)));
  height: calc(60px + (80 - 60) * ((100vw - 320px) / (1920 - 320)));
  margin-bottom: -15px;
  margin-top: -11px;
}

.clintcontain h5 {
  position: absolute;
  top: calc(14px + (24 - 14) * ((100vw - 320px) / (1920 - 320)));
  right: calc(24px + (34 - 24) * ((100vw - 320px) / (1920 - 320)));
  color: #4a5568;
  opacity: 0.15;
  font-size: 40px;
  font-weight: 800;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.clintcontain {
  background: #fff;
  padding: 22px;
  border-radius: calc(18px + (30 - 18) * ((100vw - 320px) / (1920 - 320)));
  position: relative;
}

.clintcontain:hover h5 {
  opacity: 0.1;
  margin-right: 9px;
}
.text-left {
  text-align: left !important;
}

/*.custom-col {
   flex: 0 0 20%;
   max-width: 20%;
}
@media (max-width: 991px) {
   .custom-col {
      flex: 0 0 50%;
      max-width: 50%;
   }
}
@media (max-width: 576px) {
   .custom-col {
      flex: 0 0 100%;
      max-width: 100%;
   }
}*/

.imgicon {
  max-width: 50px;
}
.fw-800 {
  font-weight: 800;
}
.color-primary {
  color: var(--color-primary);
}
.banner-text h5 {
  font-size: 22px;
  padding: 0px 160px 0 0;
  margin-bottom: 15px;
}
.banner-text p {
  font-size: 16px;
}
.radio-fieldset {
  border: none;
  padding: 0;
  margin: 0;
}

.radio-fieldset legend {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 12px;
  color: #333;
}

.radio-group {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.radio-group input[type="radio"] {
  display: none;
}

.radio-group label {
  padding: 10px 20px;
  border: 2px solid #ddd;
  border-radius: 8px;
  cursor: pointer;
  background: #fff;
  color: #333;
  font-weight: 600;
  transition: all 0.3s ease;
}

.radio-group label:hover {
  border-color: #0d6efd;
}

.radio-group input[type="radio"]:checked + label {
  background: #0d6efd;
  color: #fff;
  border-color: #0d6efd;
}
.card-dash {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
}

@media (max-width: 1024px) {
  .card-dash {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 600px) {
  .card-dash {
    grid-template-columns: repeat(2, 1fr);
    gap: 7px;
  }
}

/* ===== Card Styles ===== */
.card-col {
  padding: 10px;
  border-radius: 10px;
  color: #fff;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
}

.card-col:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.25);
}

.w-icon {
  font-size: 1.8rem;
  opacity: 0.9;
}

.w-h3 {
  font-size: 14px;
  font-weight: 500;
  opacity: 0.9;
  color: white;
}

.w-number {
  font-size: 1.5rem;
  font-weight: 700;
  margin: 0px;
  color: #fff;
  margin-top: 10px;
}

/* ===== Gradient Backgrounds ===== */
.card-col:nth-child(1) {
  background: linear-gradient(135deg, #3b82f6, #06b6d4);
}
.card-col:nth-child(2) {
  background: linear-gradient(135deg, #10b981, #22c55e);
}
.card-col:nth-child(3) {
  background: linear-gradient(135deg, #f59e0b, #ef4444);
}
.card-col:nth-child(4) {
  background: linear-gradient(135deg, #8b5cf6, #ec4899);
}
.card-col:nth-child(5) {
  background: linear-gradient(135deg, #2b7fb1, #62beb4);
}
.card-col:nth-child(6) {
  background: linear-gradient(135deg, #612bb1, #be8d62);
}
.profile-section {
  display: flex;
  align-items: center;
  gap: 25px;
}

.profile-left {
  position: relative;
}

.profile-left img {
  width: 140px;
  height: 140px;
  border-radius: 50%;
  object-fit: cover;
}

.active-badge {
  position: absolute;
  right: 0;
  bottom: 10px;
  background: #8fd628;
  color: #fff;
  padding: 4px 10px;
  border-radius: 20px;
  font-size: 12px;
}

.location {
  color: #8ab92d;
  font-weight: 600;
  margin-bottom: 8px;
  font-size: 14px;
}

.profile-right h2 {
  font-size: 24px;
  color: #1d2433;
  margin-bottom: 10px;
}

.status-row {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 12px;
}

.status {
  padding: 8px 15px;
  border-radius: 30px;
  font-size: 14px;
  font-weight: 600;
}

.pending {
  background: #ffe7e7;
  color: #d94040;
}

.approved {
  background: #e7f9ec;
  color: #1c9d58;
}

.partner-badge {
  display: inline-block;
  background: #fff6d8;
  color: #b07d00;
  padding: 8px 15px;
  border-radius: 30px;
  margin-bottom: 10px;
}

.member-id {
  display: inline-block;
  background: #f3f3f3;
  padding: 8px 15px;
  border-radius: 10px;
  color: #777;
}

.wallet-section {
  margin-top: 0px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}

.id-btn {
  border: none;
  background: #eef9d6;
  color: #7ab400;
  padding: 15px 25px;
  border-radius: 50px;
  cursor: pointer;
  font-weight: 600;
  margin-bottom: 10px;
}

.id-btn1 {
  border: none;
  background: #051c66;
  color: #fff;
  padding: 15px 25px;
  border-radius: 50px;
  cursor: pointer;
  font-weight: 600;
  margin-bottom: 10px;
}

.wallet-info {
  flex: 1;
  text-align: right;
}

.wallet-info h1 {
  font-size: 32px;
  color: #1d2433;
  margin-bottom: 15px;
}

.withdraw-btn {
  width: auto;
  max-width: 100%;
  border: none;
  background: #97df24;
  padding: 12px;
  border-radius: 50px;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
}

.income-section {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 30px;
  border-top: 1px solid #eee;
  padding-top: 12px;
}

.income-box {
  text-align: center;
  border-right: 1px solid #eee;
}

.income-box:last-child {
  border-right: none;
}

.income-box h4 {
  color: #88bf1f;
  margin-bottom: 10px;
  font-size: 16px;
}

.income-box p {
  font-size: 22px;
  font-weight: 700;
}

.stats-section {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-top: 30px;
}

.stat-box {
  background: #fff;
  padding: 25px;
  border-radius: 20px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
}

.stat-box h4 {
  color: #88bf1f;
  margin-bottom: 10px;
}

.stat-box p {
  font-size: 42px;
  font-weight: 700;
}

@media (max-width: 768px) {
  .dashboard-card {
    padding: 18px;
  }

  .profile-section {
    flex-direction: column;
    text-align: center;
  }

  .profile-left img {
    width: 110px;
    height: 110px;
  }

  .profile-right h2 {
    font-size: 28px;
  }

  .status-row {
    justify-content: center;
  }

  .wallet-section {
    flex-direction: column;
    text-align: center;
  }

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

  .wallet-info h1 {
    font-size: 42px;
  }

  .withdraw-btn {
    width: 100%;
  }

  .income-section {
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }

  .income-box {
    border-right: none;
    border-bottom: 1px solid #eee;
    padding-bottom: 15px;
  }

  .stats-section {
    grid-template-columns: repeat(2, 1fr);
  }

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

  .stat-box p {
    font-size: 32px;
  }
}

.materialize-red.lighten-5 {
  background-color: #fdeaeb !important;
}

.materialize-red-text.text-lighten-5 {
  color: #fdeaeb !important;
}

.materialize-red.lighten-4 {
  background-color: #f8c1c3 !important;
}

.materialize-red-text.text-lighten-4 {
  color: #f8c1c3 !important;
}

.materialize-red.lighten-3 {
  background-color: #f3989b !important;
}

.materialize-red-text.text-lighten-3 {
  color: #f3989b !important;
}

.materialize-red.lighten-2 {
  background-color: #ee6e73 !important;
}

.materialize-red-text.text-lighten-2 {
  color: #ee6e73 !important;
}

.materialize-red.lighten-1 {
  background-color: #ea454b !important;
}

.materialize-red-text.text-lighten-1 {
  color: #ea454b !important;
}

.materialize-red {
  background-color: #e51c23 !important;
}

.materialize-red-text {
  color: #e51c23 !important;
}

.materialize-red.darken-1 {
  background-color: #d0181e !important;
}

.materialize-red-text.text-darken-1 {
  color: #d0181e !important;
}

.materialize-red.darken-2 {
  background-color: #b9151b !important;
}

.materialize-red-text.text-darken-2 {
  color: #b9151b !important;
}

.materialize-red.darken-3 {
  background-color: #a21318 !important;
}

.materialize-red-text.text-darken-3 {
  color: #a21318 !important;
}

.materialize-red.darken-4 {
  background-color: #8b1014 !important;
}

.materialize-red-text.text-darken-4 {
  color: #8b1014 !important;
}

.red.lighten-5 {
  background-color: #ffebee !important;
}

.red-text.text-lighten-5 {
  color: #ffebee !important;
}

.red.lighten-4 {
  background-color: #ffcdd2 !important;
}

.red-text.text-lighten-4 {
  color: #ffcdd2 !important;
}

.red.lighten-3 {
  background-color: #ef9a9a !important;
}

.red-text.text-lighten-3 {
  color: #ef9a9a !important;
}

.red.lighten-2 {
  background-color: #e57373 !important;
}

.red-text.text-lighten-2 {
  color: #e57373 !important;
}

.red.lighten-1 {
  background-color: #ef5350 !important;
}

.red-text.text-lighten-1 {
  color: #ef5350 !important;
}

.red {
  background-color: #f44336 !important;
}

.red-text {
  color: #f44336 !important;
}

.red.darken-1 {
  background-color: #e53935 !important;
}

.red-text.text-darken-1 {
  color: #e53935 !important;
}

.red.darken-2 {
  background-color: #d32f2f !important;
}

.red-text.text-darken-2 {
  color: #d32f2f !important;
}

.red.darken-3 {
  background-color: #c62828 !important;
}

.red-text.text-darken-3 {
  color: #c62828 !important;
}

.red.darken-4 {
  background-color: #b71c1c !important;
}

.red-text.text-darken-4 {
  color: #b71c1c !important;
}

.red.accent-1 {
  background-color: #ff8a80 !important;
}

.red-text.text-accent-1 {
  color: #ff8a80 !important;
}

.red.accent-2 {
  background-color: #ff5252 !important;
}

.red-text.text-accent-2 {
  color: #ff5252 !important;
}

.red.accent-3 {
  background-color: #ff1744 !important;
}

.red-text.text-accent-3 {
  color: #ff1744 !important;
}

.red.accent-4 {
  background-color: #d50000 !important;
}

.red-text.text-accent-4 {
  color: #d50000 !important;
}

.pink.lighten-5 {
  background-color: #fce4ec !important;
}

.pink-text.text-lighten-5 {
  color: #fce4ec !important;
}

.pink.lighten-4 {
  background-color: #f8bbd0 !important;
}

.pink-text.text-lighten-4 {
  color: #f8bbd0 !important;
}

.pink.lighten-3 {
  background-color: #f48fb1 !important;
}

.pink-text.text-lighten-3 {
  color: #f48fb1 !important;
}

.pink.lighten-2 {
  background-color: #f06292 !important;
}

.pink-text.text-lighten-2 {
  color: #f06292 !important;
}

.pink.lighten-1 {
  background-color: #ec407a !important;
}

.pink-text.text-lighten-1 {
  color: #ec407a !important;
}

.pink {
  background-color: #e91e63 !important;
}

.pink-text {
  color: #e91e63 !important;
}

.pink.darken-1 {
  background-color: #d81b60 !important;
}

.pink-text.text-darken-1 {
  color: #d81b60 !important;
}

.pink.darken-2 {
  background-color: #c2185b !important;
}

.pink-text.text-darken-2 {
  color: #c2185b !important;
}

.pink.darken-3 {
  background-color: #ad1457 !important;
}

.pink-text.text-darken-3 {
  color: #ad1457 !important;
}

.pink.darken-4 {
  background-color: #880e4f !important;
}

.pink-text.text-darken-4 {
  color: #880e4f !important;
}

.pink.accent-1 {
  background-color: #ff80ab !important;
}

.pink-text.text-accent-1 {
  color: #ff80ab !important;
}

.pink.accent-2 {
  background-color: #ff4081 !important;
}

.pink-text.text-accent-2 {
  color: #ff4081 !important;
}

.pink.accent-3 {
  background-color: #f50057 !important;
}

.pink-text.text-accent-3 {
  color: #f50057 !important;
}

.pink.accent-4 {
  background-color: #c51162 !important;
}

.pink-text.text-accent-4 {
  color: #c51162 !important;
}

.purple.lighten-5 {
  background-color: #f3e5f5 !important;
}

.purple-text.text-lighten-5 {
  color: #f3e5f5 !important;
}

.purple.lighten-4 {
  background-color: #e1bee7 !important;
}

.purple-text.text-lighten-4 {
  color: #e1bee7 !important;
}

.purple.lighten-3 {
  background-color: #ce93d8 !important;
}

.purple-text.text-lighten-3 {
  color: #ce93d8 !important;
}

.purple.lighten-2 {
  background-color: #ba68c8 !important;
}

.purple-text.text-lighten-2 {
  color: #ba68c8 !important;
}

.purple.lighten-1 {
  background-color: #ab47bc !important;
}

.purple-text.text-lighten-1 {
  color: #ab47bc !important;
}

.purple {
  background-color: #9c27b0 !important;
}

.purple-text {
  color: #9c27b0 !important;
}

.purple.darken-1 {
  background-color: #8e24aa !important;
}

.purple-text.text-darken-1 {
  color: #8e24aa !important;
}

.purple.darken-2 {
  background-color: #7b1fa2 !important;
}

.purple-text.text-darken-2 {
  color: #7b1fa2 !important;
}

.purple.darken-3 {
  background-color: #6a1b9a !important;
}

.purple-text.text-darken-3 {
  color: #6a1b9a !important;
}

.purple.darken-4 {
  background-color: #4a148c !important;
}

.purple-text.text-darken-4 {
  color: #4a148c !important;
}

.purple.accent-1 {
  background-color: #ea80fc !important;
}

.purple-text.text-accent-1 {
  color: #ea80fc !important;
}

.purple.accent-2 {
  background-color: #e040fb !important;
}

.purple-text.text-accent-2 {
  color: #e040fb !important;
}

.purple.accent-3 {
  background-color: #d500f9 !important;
}

.purple-text.text-accent-3 {
  color: #d500f9 !important;
}

.purple.accent-4 {
  background-color: #aa00ff !important;
}

.purple-text.text-accent-4 {
  color: #aa00ff !important;
}

.deep-purple.lighten-5 {
  background-color: #ede7f6 !important;
}

.deep-purple-text.text-lighten-5 {
  color: #ede7f6 !important;
}

.deep-purple.lighten-4 {
  background-color: #d1c4e9 !important;
}

.deep-purple-text.text-lighten-4 {
  color: #d1c4e9 !important;
}

.deep-purple.lighten-3 {
  background-color: #b39ddb !important;
}

.deep-purple-text.text-lighten-3 {
  color: #b39ddb !important;
}

.deep-purple.lighten-2 {
  background-color: #9575cd !important;
}

.deep-purple-text.text-lighten-2 {
  color: #9575cd !important;
}

.deep-purple.lighten-1 {
  background-color: #7e57c2 !important;
}

.deep-purple-text.text-lighten-1 {
  color: #7e57c2 !important;
}

.deep-purple {
  background-color: #673ab7 !important;
}

.deep-purple-text {
  color: #673ab7 !important;
}

.deep-purple.darken-1 {
  background-color: #5e35b1 !important;
}

.deep-purple-text.text-darken-1 {
  color: #5e35b1 !important;
}

.deep-purple.darken-2 {
  background-color: #512da8 !important;
}

.deep-purple-text.text-darken-2 {
  color: #512da8 !important;
}

.deep-purple.darken-3 {
  background-color: #4527a0 !important;
}

.deep-purple-text.text-darken-3 {
  color: #4527a0 !important;
}

.deep-purple.darken-4 {
  background-color: #311b92 !important;
}

.deep-purple-text.text-darken-4 {
  color: #311b92 !important;
}

.deep-purple.accent-1 {
  background-color: #b388ff !important;
}

.deep-purple-text.text-accent-1 {
  color: #b388ff !important;
}

.deep-purple.accent-2 {
  background-color: #7c4dff !important;
}

.deep-purple-text.text-accent-2 {
  color: #7c4dff !important;
}

.deep-purple.accent-3 {
  background-color: #651fff !important;
}

.deep-purple-text.text-accent-3 {
  color: #651fff !important;
}

.deep-purple.accent-4 {
  background-color: #6200ea !important;
}

.deep-purple-text.text-accent-4 {
  color: #6200ea !important;
}

.indigo.lighten-5 {
  background-color: #e8eaf6 !important;
}

.indigo-text.text-lighten-5 {
  color: #e8eaf6 !important;
}

.indigo.lighten-4 {
  background-color: #c5cae9 !important;
}

.indigo-text.text-lighten-4 {
  color: #c5cae9 !important;
}

.indigo.lighten-3 {
  background-color: #9fa8da !important;
}

.indigo-text.text-lighten-3 {
  color: #9fa8da !important;
}

.indigo.lighten-2 {
  background-color: #7986cb !important;
}

.indigo-text.text-lighten-2 {
  color: #7986cb !important;
}

.indigo.lighten-1 {
  background-color: #5c6bc0 !important;
}

.indigo-text.text-lighten-1 {
  color: #5c6bc0 !important;
}

.indigo {
  background-color: #3f51b5 !important;
}

.indigo-text {
  color: #3f51b5 !important;
}

.indigo.darken-1 {
  background-color: #3949ab !important;
}

.indigo-text.text-darken-1 {
  color: #3949ab !important;
}

.indigo.darken-2 {
  background-color: #303f9f !important;
}

.indigo-text.text-darken-2 {
  color: #303f9f !important;
}

.indigo.darken-3 {
  background-color: #283593 !important;
}

.indigo-text.text-darken-3 {
  color: #283593 !important;
}

.indigo.darken-4 {
  background-color: #1a237e !important;
}

.indigo-text.text-darken-4 {
  color: #1a237e !important;
}

.indigo.accent-1 {
  background-color: #8c9eff !important;
}

.indigo-text.text-accent-1 {
  color: #8c9eff !important;
}

.indigo.accent-2 {
  background-color: #536dfe !important;
}

.indigo-text.text-accent-2 {
  color: #536dfe !important;
}

.indigo.accent-3 {
  background-color: #3d5afe !important;
}

.indigo-text.text-accent-3 {
  color: #3d5afe !important;
}

.indigo.accent-4 {
  background-color: #304ffe !important;
}

.indigo-text.text-accent-4 {
  color: #304ffe !important;
}

.blue.lighten-5 {
  background-color: #e3f2fd !important;
}

.blue-text.text-lighten-5 {
  color: #e3f2fd !important;
}

.blue.lighten-4 {
  background-color: #bbdefb !important;
}

.blue-text.text-lighten-4 {
  color: #bbdefb !important;
}

.blue.lighten-3 {
  background-color: #90caf9 !important;
}

.blue-text.text-lighten-3 {
  color: #90caf9 !important;
}

.blue.lighten-2 {
  background-color: #64b5f6 !important;
}

.blue-text.text-lighten-2 {
  color: #64b5f6 !important;
}

.blue.lighten-1 {
  background-color: #42a5f5 !important;
}

.blue-text.text-lighten-1 {
  color: #42a5f5 !important;
}

.blue {
  background-color: #2196f3 !important;
}

.blue-text {
  color: #2196f3 !important;
}

.blue.darken-1 {
  background-color: #1e88e5 !important;
}

.blue-text.text-darken-1 {
  color: #1e88e5 !important;
}

.blue.darken-2 {
  background-color: #1976d2 !important;
}

.blue-text.text-darken-2 {
  color: #1976d2 !important;
}

.blue.darken-3 {
  background-color: #1565c0 !important;
}

.blue-text.text-darken-3 {
  color: #1565c0 !important;
}

.blue.darken-4 {
  background-color: #0d47a1 !important;
}

.blue-text.text-darken-4 {
  color: #0d47a1 !important;
}

.blue.accent-1 {
  background-color: #82b1ff !important;
}

.blue-text.text-accent-1 {
  color: #82b1ff !important;
}

.blue.accent-2 {
  background-color: #448aff !important;
}

.blue-text.text-accent-2 {
  color: #448aff !important;
}

.blue.accent-3 {
  background-color: #2979ff !important;
}

.blue-text.text-accent-3 {
  color: #2979ff !important;
}

.blue.accent-4 {
  background-color: #2962ff !important;
}

.blue-text.text-accent-4 {
  color: #2962ff !important;
}

.light-blue.lighten-5 {
  background-color: #e1f5fe !important;
}

.light-blue-text.text-lighten-5 {
  color: #e1f5fe !important;
}

.light-blue.lighten-4 {
  background-color: #b3e5fc !important;
}

.light-blue-text.text-lighten-4 {
  color: #b3e5fc !important;
}

.light-blue.lighten-3 {
  background-color: #81d4fa !important;
}

.light-blue-text.text-lighten-3 {
  color: #81d4fa !important;
}

.light-blue.lighten-2 {
  background-color: #4fc3f7 !important;
}

.light-blue-text.text-lighten-2 {
  color: #4fc3f7 !important;
}

.light-blue.lighten-1 {
  background-color: #29b6f6 !important;
}

.light-blue-text.text-lighten-1 {
  color: #29b6f6 !important;
}

.light-blue {
  background-color: #03a9f4 !important;
}

.light-blue-text {
  color: #03a9f4 !important;
}

.light-blue.darken-1 {
  background-color: #039be5 !important;
}

.light-blue-text.text-darken-1 {
  color: #039be5 !important;
}

.light-blue.darken-2 {
  background-color: #0288d1 !important;
}

.light-blue-text.text-darken-2 {
  color: #0288d1 !important;
}

.light-blue.darken-3 {
  background-color: #0277bd !important;
}

.light-blue-text.text-darken-3 {
  color: #0277bd !important;
}

.light-blue.darken-4 {
  background-color: #01579b !important;
}

.light-blue-text.text-darken-4 {
  color: #01579b !important;
}

.light-blue.accent-1 {
  background-color: #80d8ff !important;
}

.light-blue-text.text-accent-1 {
  color: #80d8ff !important;
}

.light-blue.accent-2 {
  background-color: #40c4ff !important;
}

.light-blue-text.text-accent-2 {
  color: #40c4ff !important;
}

.light-blue.accent-3 {
  background-color: #00b0ff !important;
}

.light-blue-text.text-accent-3 {
  color: #00b0ff !important;
}

.light-blue.accent-4 {
  background-color: #0091ea !important;
}

.light-blue-text.text-accent-4 {
  color: #0091ea !important;
}

.cyan.lighten-5 {
  background-color: #e0f7fa !important;
}

.cyan-text.text-lighten-5 {
  color: #e0f7fa !important;
}

.cyan.lighten-4 {
  background-color: #b2ebf2 !important;
}

.cyan-text.text-lighten-4 {
  color: #b2ebf2 !important;
}

.cyan.lighten-3 {
  background-color: #80deea !important;
}

.cyan-text.text-lighten-3 {
  color: #80deea !important;
}

.cyan.lighten-2 {
  background-color: #4dd0e1 !important;
}

.cyan-text.text-lighten-2 {
  color: #4dd0e1 !important;
}

.cyan.lighten-1 {
  background-color: #26c6da !important;
}

.cyan-text.text-lighten-1 {
  color: #26c6da !important;
}

.cyan {
  background-color: #00bcd4 !important;
}

.cyan-text {
  color: #00bcd4 !important;
}

.cyan.darken-1 {
  background-color: #00acc1 !important;
}

.cyan-text.text-darken-1 {
  color: #00acc1 !important;
}

.cyan.darken-2 {
  background-color: #0097a7 !important;
}

.cyan-text.text-darken-2 {
  color: #0097a7 !important;
}

.cyan.darken-3 {
  background-color: #00838f !important;
}

.cyan-text.text-darken-3 {
  color: #00838f !important;
}

.cyan.darken-4 {
  background-color: #006064 !important;
}

.cyan-text.text-darken-4 {
  color: #006064 !important;
}

.cyan.accent-1 {
  background-color: #84ffff !important;
}

.cyan-text.text-accent-1 {
  color: #84ffff !important;
}

.cyan.accent-2 {
  background-color: #18ffff !important;
}

.cyan-text.text-accent-2 {
  color: #18ffff !important;
}

.cyan.accent-3 {
  background-color: #00e5ff !important;
}

.cyan-text.text-accent-3 {
  color: #00e5ff !important;
}

.cyan.accent-4 {
  background-color: #00b8d4 !important;
}

.cyan-text.text-accent-4 {
  color: #00b8d4 !important;
}

.teal.lighten-5 {
  background-color: #e0f2f1 !important;
}

.teal-text.text-lighten-5 {
  color: #e0f2f1 !important;
}

.teal.lighten-4 {
  background-color: #b2dfdb !important;
}

.teal-text.text-lighten-4 {
  color: #b2dfdb !important;
}

.teal.lighten-3 {
  background-color: #80cbc4 !important;
}

.teal-text.text-lighten-3 {
  color: #80cbc4 !important;
}

.teal.lighten-2 {
  background-color: #4db6ac !important;
}

.teal-text.text-lighten-2 {
  color: #4db6ac !important;
}

.teal.lighten-1 {
  background-color: #26a69a !important;
}

.teal-text.text-lighten-1 {
  color: #26a69a !important;
}

.teal {
  background-color: #009688 !important;
}

.teal-text {
  color: #009688 !important;
}

.teal.darken-1 {
  background-color: #00897b !important;
}

.teal-text.text-darken-1 {
  color: #00897b !important;
}

.teal.darken-2 {
  background-color: #00796b !important;
}

.teal-text.text-darken-2 {
  color: #00796b !important;
}

.teal.darken-3 {
  background-color: #00695c !important;
}

.teal-text.text-darken-3 {
  color: #00695c !important;
}

.teal.darken-4 {
  background-color: #004d40 !important;
}

.teal-text.text-darken-4 {
  color: #004d40 !important;
}

.teal.accent-1 {
  background-color: #a7ffeb !important;
}

.teal-text.text-accent-1 {
  color: #a7ffeb !important;
}

.teal.accent-2 {
  background-color: #64ffda !important;
}

.teal-text.text-accent-2 {
  color: #64ffda !important;
}

.teal.accent-3 {
  background-color: #1de9b6 !important;
}

.teal-text.text-accent-3 {
  color: #1de9b6 !important;
}

.teal.accent-4 {
  background-color: #00bfa5 !important;
}

.teal-text.text-accent-4 {
  color: #00bfa5 !important;
}

.green.lighten-5 {
  background-color: #e8f5e9 !important;
}

.green-text.text-lighten-5 {
  color: #e8f5e9 !important;
}

.green.lighten-4 {
  background-color: #c8e6c9 !important;
}

.green-text.text-lighten-4 {
  color: #c8e6c9 !important;
}

.green.lighten-3 {
  background-color: #a5d6a7 !important;
}

.green-text.text-lighten-3 {
  color: #a5d6a7 !important;
}

.green.lighten-2 {
  background-color: #81c784 !important;
}

.green-text.text-lighten-2 {
  color: #81c784 !important;
}

.green.lighten-1 {
  background-color: #66bb6a !important;
}

.green-text.text-lighten-1 {
  color: #66bb6a !important;
}

.green {
  background-color: #4caf50 !important;
}

.green-text {
  color: #4caf50 !important;
}

.green.darken-1 {
  background-color: #43a047 !important;
}

.green-text.text-darken-1 {
  color: #43a047 !important;
}

.green.darken-2 {
  background-color: #388e3c !important;
}

.green-text.text-darken-2 {
  color: #388e3c !important;
}

.green.darken-3 {
  background-color: #2e7d32 !important;
}

.green-text.text-darken-3 {
  color: #2e7d32 !important;
}

.green.darken-4 {
  background-color: #1b5e20 !important;
}

.green-text.text-darken-4 {
  color: #1b5e20 !important;
}

.green.accent-1 {
  background-color: #b9f6ca !important;
}

.green-text.text-accent-1 {
  color: #b9f6ca !important;
}

.green.accent-2 {
  background-color: #69f0ae !important;
}

.green-text.text-accent-2 {
  color: #69f0ae !important;
}

.green.accent-3 {
  background-color: #00e676 !important;
}

.green-text.text-accent-3 {
  color: #00e676 !important;
}

.green.accent-4 {
  background-color: #00c853 !important;
}

.green-text.text-accent-4 {
  color: #00c853 !important;
}

.light-green.lighten-5 {
  background-color: #f1f8e9 !important;
}

.light-green-text.text-lighten-5 {
  color: #f1f8e9 !important;
}

.light-green.lighten-4 {
  background-color: #dcedc8 !important;
}

.light-green-text.text-lighten-4 {
  color: #dcedc8 !important;
}

.light-green.lighten-3 {
  background-color: #c5e1a5 !important;
}

.light-green-text.text-lighten-3 {
  color: #c5e1a5 !important;
}

.light-green.lighten-2 {
  background-color: #aed581 !important;
}

.light-green-text.text-lighten-2 {
  color: #aed581 !important;
}

.light-green.lighten-1 {
  background-color: #9ccc65 !important;
}

.light-green-text.text-lighten-1 {
  color: #9ccc65 !important;
}

.light-green {
  background-color: #8bc34a !important;
}

.light-green-text {
  color: #8bc34a !important;
}

.light-green.darken-1 {
  background-color: #7cb342 !important;
}

.light-green-text.text-darken-1 {
  color: #7cb342 !important;
}

.light-green.darken-2 {
  background-color: #689f38 !important;
}

.light-green-text.text-darken-2 {
  color: #689f38 !important;
}

.light-green.darken-3 {
  background-color: #558b2f !important;
}

.light-green-text.text-darken-3 {
  color: #558b2f !important;
}

.light-green.darken-4 {
  background-color: #33691e !important;
}

.light-green-text.text-darken-4 {
  color: #33691e !important;
}

.light-green.accent-1 {
  background-color: #ccff90 !important;
}

.light-green-text.text-accent-1 {
  color: #ccff90 !important;
}

.light-green.accent-2 {
  background-color: #b2ff59 !important;
}

.light-green-text.text-accent-2 {
  color: #b2ff59 !important;
}

.light-green.accent-3 {
  background-color: #76ff03 !important;
}

.light-green-text.text-accent-3 {
  color: #76ff03 !important;
}

.light-green.accent-4 {
  background-color: #64dd17 !important;
}

.light-green-text.text-accent-4 {
  color: #64dd17 !important;
}

.lime.lighten-5 {
  background-color: #f9fbe7 !important;
}

.lime-text.text-lighten-5 {
  color: #f9fbe7 !important;
}

.lime.lighten-4 {
  background-color: #f0f4c3 !important;
}

.lime-text.text-lighten-4 {
  color: #f0f4c3 !important;
}

.lime.lighten-3 {
  background-color: #e6ee9c !important;
}

.lime-text.text-lighten-3 {
  color: #e6ee9c !important;
}

.lime.lighten-2 {
  background-color: #dce775 !important;
}

.lime-text.text-lighten-2 {
  color: #dce775 !important;
}

.lime.lighten-1 {
  background-color: #d4e157 !important;
}

.lime-text.text-lighten-1 {
  color: #d4e157 !important;
}

.lime {
  background-color: #cddc39 !important;
}

.lime-text {
  color: #cddc39 !important;
}

.lime.darken-1 {
  background-color: #c0ca33 !important;
}

.lime-text.text-darken-1 {
  color: #c0ca33 !important;
}

.lime.darken-2 {
  background-color: #afb42b !important;
}

.lime-text.text-darken-2 {
  color: #afb42b !important;
}

.lime.darken-3 {
  background-color: #9e9d24 !important;
}

.lime-text.text-darken-3 {
  color: #9e9d24 !important;
}

.lime.darken-4 {
  background-color: #827717 !important;
}

.lime-text.text-darken-4 {
  color: #827717 !important;
}

.lime.accent-1 {
  background-color: #f4ff81 !important;
}

.lime-text.text-accent-1 {
  color: #f4ff81 !important;
}

.lime.accent-2 {
  background-color: #eeff41 !important;
}

.lime-text.text-accent-2 {
  color: #eeff41 !important;
}

.lime.accent-3 {
  background-color: #c6ff00 !important;
}

.lime-text.text-accent-3 {
  color: #c6ff00 !important;
}

.lime.accent-4 {
  background-color: #aeea00 !important;
}

.lime-text.text-accent-4 {
  color: #aeea00 !important;
}

.yellow.lighten-5 {
  background-color: #fffde7 !important;
}

.yellow-text.text-lighten-5 {
  color: #fffde7 !important;
}

.yellow.lighten-4 {
  background-color: #fff9c4 !important;
}

.yellow-text.text-lighten-4 {
  color: #fff9c4 !important;
}

.yellow.lighten-3 {
  background-color: #fff59d !important;
}

.yellow-text.text-lighten-3 {
  color: #fff59d !important;
}

.yellow.lighten-2 {
  background-color: #fff176 !important;
}

.yellow-text.text-lighten-2 {
  color: #fff176 !important;
}

.yellow.lighten-1 {
  background-color: #ffee58 !important;
}

.yellow-text.text-lighten-1 {
  color: #ffee58 !important;
}

.yellow {
  background-color: #ffeb3b !important;
}

.yellow-text {
  color: #ffeb3b !important;
}

.yellow.darken-1 {
  background-color: #fdd835 !important;
}

.yellow-text.text-darken-1 {
  color: #fdd835 !important;
}

.yellow.darken-2 {
  background-color: #fbc02d !important;
}

.yellow-text.text-darken-2 {
  color: #fbc02d !important;
}

.yellow.darken-3 {
  background-color: #f9a825 !important;
}

.yellow-text.text-darken-3 {
  color: #f9a825 !important;
}

.yellow.darken-4 {
  background-color: #f57f17 !important;
}

.yellow-text.text-darken-4 {
  color: #f57f17 !important;
}

.yellow.accent-1 {
  background-color: #ffff8d !important;
}

.yellow-text.text-accent-1 {
  color: #ffff8d !important;
}

.yellow.accent-2 {
  background-color: #ffff00 !important;
}

.yellow-text.text-accent-2 {
  color: #ffff00 !important;
}

.yellow.accent-3 {
  background-color: #ffea00 !important;
}

.yellow-text.text-accent-3 {
  color: #ffea00 !important;
}

.yellow.accent-4 {
  background-color: #ffd600 !important;
}

.yellow-text.text-accent-4 {
  color: #ffd600 !important;
}

.amber.lighten-5 {
  background-color: #fff8e1 !important;
}

.amber-text.text-lighten-5 {
  color: #fff8e1 !important;
}

.amber.lighten-4 {
  background-color: #ffecb3 !important;
}

.amber-text.text-lighten-4 {
  color: #ffecb3 !important;
}

.amber.lighten-3 {
  background-color: #ffe082 !important;
}

.amber-text.text-lighten-3 {
  color: #ffe082 !important;
}

.amber.lighten-2 {
  background-color: #ffd54f !important;
}

.amber-text.text-lighten-2 {
  color: #ffd54f !important;
}

.amber.lighten-1 {
  background-color: #ffca28 !important;
}

.amber-text.text-lighten-1 {
  color: #ffca28 !important;
}

.amber {
  background-color: #ffc107 !important;
}

.amber-text {
  color: #ffc107 !important;
}

.amber.darken-1 {
  background-color: #ffb300 !important;
}

.amber-text.text-darken-1 {
  color: #ffb300 !important;
}

.amber.darken-2 {
  background-color: #ffa000 !important;
}

.amber-text.text-darken-2 {
  color: #ffa000 !important;
}

.amber.darken-3 {
  background-color: #ff8f00 !important;
}

.amber-text.text-darken-3 {
  color: #ff8f00 !important;
}

.amber.darken-4 {
  background-color: #ff6f00 !important;
}

.amber-text.text-darken-4 {
  color: #ff6f00 !important;
}

.amber.accent-1 {
  background-color: #ffe57f !important;
}

.amber-text.text-accent-1 {
  color: #ffe57f !important;
}

.amber.accent-2 {
  background-color: #ffd740 !important;
}

.amber-text.text-accent-2 {
  color: #ffd740 !important;
}

.amber.accent-3 {
  background-color: #ffc400 !important;
}

.amber-text.text-accent-3 {
  color: #ffc400 !important;
}

.amber.accent-4 {
  background-color: #ffab00 !important;
}

.amber-text.text-accent-4 {
  color: #ffab00 !important;
}

.orange.lighten-5 {
  background-color: #fff3e0 !important;
}

.orange-text.text-lighten-5 {
  color: #fff3e0 !important;
}

.orange.lighten-4 {
  background-color: #ffe0b2 !important;
}

.orange-text.text-lighten-4 {
  color: #ffe0b2 !important;
}

.orange.lighten-3 {
  background-color: #ffcc80 !important;
}

.orange-text.text-lighten-3 {
  color: #ffcc80 !important;
}

.orange.lighten-2 {
  background-color: #ffb74d !important;
}

.orange-text.text-lighten-2 {
  color: #ffb74d !important;
}

.orange.lighten-1 {
  background-color: #ffa726 !important;
}

.orange-text.text-lighten-1 {
  color: #ffa726 !important;
}

.orange {
  background-color: #ff9800 !important;
}

.orange-text {
  color: #ff9800 !important;
}

.orange.darken-1 {
  background-color: #fb8c00 !important;
}

.orange-text.text-darken-1 {
  color: #fb8c00 !important;
}

.orange.darken-2 {
  background-color: #f57c00 !important;
}

.orange-text.text-darken-2 {
  color: #f57c00 !important;
}

.orange.darken-3 {
  background-color: #ef6c00 !important;
}

.orange-text.text-darken-3 {
  color: #ef6c00 !important;
}

.orange.darken-4 {
  background-color: #e65100 !important;
}

.orange-text.text-darken-4 {
  color: #e65100 !important;
}

.orange.accent-1 {
  background-color: #ffd180 !important;
}

.orange-text.text-accent-1 {
  color: #ffd180 !important;
}

.orange.accent-2 {
  background-color: #ffab40 !important;
}

.orange-text.text-accent-2 {
  color: #ffab40 !important;
}

.orange.accent-3 {
  background-color: #ff9100 !important;
}

.orange-text.text-accent-3 {
  color: #ff9100 !important;
}

.orange.accent-4 {
  background-color: #ff6d00 !important;
}

.orange-text.text-accent-4 {
  color: #ff6d00 !important;
}

.deep-orange.lighten-5 {
  background-color: #fbe9e7 !important;
}

.deep-orange-text.text-lighten-5 {
  color: #fbe9e7 !important;
}

.deep-orange.lighten-4 {
  background-color: #ffccbc !important;
}

.deep-orange-text.text-lighten-4 {
  color: #ffccbc !important;
}

.deep-orange.lighten-3 {
  background-color: #ffab91 !important;
}

.deep-orange-text.text-lighten-3 {
  color: #ffab91 !important;
}

.deep-orange.lighten-2 {
  background-color: #ff8a65 !important;
}

.deep-orange-text.text-lighten-2 {
  color: #ff8a65 !important;
}

.deep-orange.lighten-1 {
  background-color: #ff7043 !important;
}

.deep-orange-text.text-lighten-1 {
  color: #ff7043 !important;
}

.deep-orange {
  background-color: #ff5722 !important;
}

.deep-orange-text {
  color: #ff5722 !important;
}

.deep-orange.darken-1 {
  background-color: #f4511e !important;
}

.deep-orange-text.text-darken-1 {
  color: #f4511e !important;
}

.deep-orange.darken-2 {
  background-color: #e64a19 !important;
}

.deep-orange-text.text-darken-2 {
  color: #e64a19 !important;
}

.deep-orange.darken-3 {
  background-color: #d84315 !important;
}

.deep-orange-text.text-darken-3 {
  color: #d84315 !important;
}

.deep-orange.darken-4 {
  background-color: #bf360c !important;
}

.deep-orange-text.text-darken-4 {
  color: #bf360c !important;
}

.deep-orange.accent-1 {
  background-color: #ff9e80 !important;
}

.deep-orange-text.text-accent-1 {
  color: #ff9e80 !important;
}

.deep-orange.accent-2 {
  background-color: #ff6e40 !important;
}

.deep-orange-text.text-accent-2 {
  color: #ff6e40 !important;
}

.deep-orange.accent-3 {
  background-color: #ff3d00 !important;
}

.deep-orange-text.text-accent-3 {
  color: #ff3d00 !important;
}

.deep-orange.accent-4 {
  background-color: #dd2c00 !important;
}

.deep-orange-text.text-accent-4 {
  color: #dd2c00 !important;
}

.brown.lighten-5 {
  background-color: #efebe9 !important;
}

.brown-text.text-lighten-5 {
  color: #efebe9 !important;
}

.brown.lighten-4 {
  background-color: #d7ccc8 !important;
}

.brown-text.text-lighten-4 {
  color: #d7ccc8 !important;
}

.brown.lighten-3 {
  background-color: #bcaaa4 !important;
}

.brown-text.text-lighten-3 {
  color: #bcaaa4 !important;
}

.brown.lighten-2 {
  background-color: #a1887f !important;
}

.brown-text.text-lighten-2 {
  color: #a1887f !important;
}

.brown.lighten-1 {
  background-color: #8d6e63 !important;
}

.brown-text.text-lighten-1 {
  color: #8d6e63 !important;
}

.brown {
  background-color: #795548 !important;
}

.brown-text {
  color: #795548 !important;
}

.brown.darken-1 {
  background-color: #6d4c41 !important;
}

.brown-text.text-darken-1 {
  color: #6d4c41 !important;
}

.brown.darken-2 {
  background-color: #5d4037 !important;
}

.brown-text.text-darken-2 {
  color: #5d4037 !important;
}

.brown.darken-3 {
  background-color: #4e342e !important;
}

.brown-text.text-darken-3 {
  color: #4e342e !important;
}

.brown.darken-4 {
  background-color: #3e2723 !important;
}

.brown-text.text-darken-4 {
  color: #3e2723 !important;
}

.blue-grey.lighten-5 {
  background-color: #eceff1 !important;
}

.blue-grey-text.text-lighten-5 {
  color: #eceff1 !important;
}

.blue-grey.lighten-4 {
  background-color: #cfd8dc !important;
}

.blue-grey-text.text-lighten-4 {
  color: #cfd8dc !important;
}

.blue-grey.lighten-3 {
  background-color: #b0bec5 !important;
}

.blue-grey-text.text-lighten-3 {
  color: #b0bec5 !important;
}

.blue-grey.lighten-2 {
  background-color: #90a4ae !important;
}

.blue-grey-text.text-lighten-2 {
  color: #90a4ae !important;
}

.blue-grey.lighten-1 {
  background-color: #78909c !important;
}

.blue-grey-text.text-lighten-1 {
  color: #78909c !important;
}

.blue-grey {
  background-color: #607d8b !important;
}

.blue-grey-text {
  color: #607d8b !important;
}

.blue-grey.darken-1 {
  background-color: #546e7a !important;
}

.blue-grey-text.text-darken-1 {
  color: #546e7a !important;
}

.blue-grey.darken-2 {
  background-color: #455a64 !important;
}

.blue-grey-text.text-darken-2 {
  color: #455a64 !important;
}

.blue-grey.darken-3 {
  background-color: #37474f !important;
}

.blue-grey-text.text-darken-3 {
  color: #37474f !important;
}

.blue-grey.darken-4 {
  background-color: #263238 !important;
}

.blue-grey-text.text-darken-4 {
  color: #263238 !important;
}

.grey.lighten-5 {
  background-color: #fafafa !important;
}

.grey-text.text-lighten-5 {
  color: #fafafa !important;
}

.grey.lighten-4 {
  background-color: #f5f5f5 !important;
}

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

.grey.lighten-3 {
  background-color: #eeeeee !important;
}

.grey-text.text-lighten-3 {
  color: #eeeeee !important;
}

.grey.lighten-2 {
  background-color: #e0e0e0 !important;
}

.grey-text.text-lighten-2 {
  color: #e0e0e0 !important;
}

.grey.lighten-1 {
  background-color: #bdbdbd !important;
}

.grey-text.text-lighten-1 {
  color: #bdbdbd !important;
}

.grey {
  background-color: #9e9e9e !important;
}

.grey-text {
  color: #9e9e9e !important;
}

.grey.darken-1 {
  background-color: #757575 !important;
}

.grey-text.text-darken-1 {
  color: #757575 !important;
}

.grey.darken-2 {
  background-color: #616161 !important;
}

.grey-text.text-darken-2 {
  color: #616161 !important;
}

.grey.darken-3 {
  background-color: #424242 !important;
}

.grey-text.text-darken-3 {
  color: #424242 !important;
}

.grey.darken-4 {
  background-color: #212121 !important;
}

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

.shades.black {
  background-color: #000000 !important;
}

.shades-text.text-black {
  color: #000000 !important;
}

.shades.white {
  background-color: #ffffff !important;
}

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

.shades.transparent {
  background-color: transparent !important;
}

.shades-text.text-transparent {
  color: transparent !important;
}

.black {
  background-color: #000000 !important;
}

.black-text {
  color: #000000 !important;
}

.white {
  background-color: #ffffff !important;
}

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

.transparent {
  background-color: transparent !important;
}

.transparent-text {
  color: transparent !important;
}

.danger-color {
  background-color: #ff4444;
}

.danger-color-dark {
  background-color: #cc0000;
}

.warning-color {
  background-color: #ffbb33;
}

.warning-color-dark {
  background-color: #ff8800;
}

.success-color {
  background-color: #99cc00;
}

.success-color-dark {
  background-color: #669900;
}

.info-color {
  background-color: #33b5e5;
}

.info-color-dark {
  background-color: #0099cc;
}

.default-color {
  background-color: #2bbbad;
}

.default-color-dark {
  background-color: #00695c;
}

.primary-color {
  background-color: #4285f4;
}

.primary-color-dark {
  background-color: #0d47a1;
}

.secondary-color {
  background-color: #aa66cc;
}

.secondary-color-dark {
  background-color: #9933cc;
}

.elegant-color {
  background-color: #2e2e2e;
}

.elegant-color-dark {
  background-color: #212121;
}

.stylish-color {
  background-color: #4b515d;
}

.stylish-color-dark {
  background-color: #3e4551;
}

/*********************
  Variables
**********************/
/*** Tooltip ***/
/* ANIMATION */
/*** Colors ***/
/*** Badges ***/
/*** Buttons ***/
/*** Cards ***/
/*** Collapsible ***/
/*** Dropdown ***/
/*** Fonts ***/
/*** Forms ***/
/*** Global ***/
/*** Navbar ***/
/*** SideNav ***/
/*** Photo Slider ***/
/*** Tabs ***/
/*** Tables ***/
/*** Toasts ***/
/*** Typography ***/
/*** Collections ***/
/* Progress Bar */
/*********************
  Normalize
**********************/
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
/* 1 */
html input[type="button"],
button,
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*********************
  General classes
**********************/
body {
  font-family: Roboto, sans-serif;
}

span.badge-md {
  min-width: 3rem;
  padding: 0 6px;
  text-align: center;
  font-size: 1rem;
  line-height: inherit;
  color: #757575;
  position: absolute;
  right: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

span.badge-md.new {
  font-weight: 300;
  font-size: 0.8rem;
  color: #fff;
  background-color: #4285f4;
  border-radius: 2px;
}

span.badge-md.new:after {
  content: " new";
}

a {
  color: #039be5;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
}

a:hover,
a:focus {
  text-decoration: none;
}

ul {
  padding: 0;
  list-style-type: none;
}

ul li {
  list-style-type: none;
}

i {
  line-height: inherit;
}

i.left {
  float: left;
  margin-right: 10px;
}

i.right {
  float: right;
  margin-left: 10px;
}

i.tiny {
  font-size: 1rem;
}

i.small {
  font-size: 2rem;
}

i.medium {
  font-size: 4rem;
}

i.large {
  font-size: 6rem;
}

.collection {
  margin: 0.5rem 0 1rem 0;
  border: 1px solid #e0e0e0;
  border-radius: 2px;
  overflow: hidden;
  position: relative;
}

.collection .collection-item {
  background-color: #fff;
  line-height: 1.5rem;
  padding: 10px 20px;
  margin: 0;
  border-bottom: 1px solid #e0e0e0;
}

.collection .collection-item.avatar {
  min-height: 84px;
  padding-left: 72px;
  position: relative;
}

.collection .collection-item.avatar .circle {
  position: absolute;
  width: 42px;
  height: 42px;
  overflow: hidden;
  left: 15px;
  display: inline-block;
  vertical-align: middle;
}

.collection .collection-item.avatar i.circle {
  font-size: 18px;
  line-height: 42px;
  color: #fff;
  background-color: #999;
  text-align: center;
}

.collection .collection-item.avatar .title {
  font-size: 16px;
}

.collection .collection-item.avatar p {
  margin: 0;
}

.collection .collection-item.avatar .secondary-content {
  position: absolute;
  top: 16px;
  right: 16px;
}

.collection .collection-item:last-child {
  border-bottom: none;
}

.collection .collection-item.active {
  background-color: #4285f4;
  color: white;
}

.collection a.collection-item {
  display: block;
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  -o-transition: 0.25s;
  -ms-transition: 0.25s;
  transition: 0.25s;
  color: #4285f4;
}

.collection a.collection-item:not(.active):hover {
  background-color: #ddd;
}

.collection.with-header .collection-header {
  background-color: #fff;
  border-bottom: 1px solid #e0e0e0;
  padding: 10px 20px;
}

.collection.with-header .collection-item {
  padding-left: 30px;
}

.collection.with-header .collection-item.avatar {
  padding-left: 72px;
}

.secondary-content {
  float: right;
  color: #4285f4;
}

footer.page-footer {
  margin-top: 20px;
  padding-top: 20px;
  background-color: #4285f4;
}

footer.page-footer .footer-copyright {
  overflow: hidden;
  height: 50px;
  line-height: 50px;
  color: rgba(255, 255, 255, 0.8);
  background-color: rgba(51, 51, 51, 0.08);
}

.section-white {
  background-color: #fff;
  color: #666666;
  text-align: center;
  padding: 1.5em 0;
}

.section-white h3 {
  margin-bottom: 1.1em;
  margin-top: 1.1em;
}

.section-dark {
  background-color: #212121;
  color: #fff;
  text-align: center;
  padding: 2.8em 0;
}

.section-dark h3 {
  margin-bottom: 1.1em;
  margin-top: 1.1em;
}

/*********************
  Roboto font
**********************/
@font-face {
  font-family: "Roboto";
  src:
    url("../font/roboto/Roboto-Thin.woff2") format("woff2"),
    url("../font/roboto/Roboto-Thin.woff") format("woff"),
    url("../font/roboto/Roboto-Thin.ttf") format("truetype");
  font-weight: 200;
}

@font-face {
  font-family: "Roboto";
  src:
    url("../font/roboto/Roboto-Light.woff2") format("woff2"),
    url("../font/roboto/Roboto-Light.woff") format("woff"),
    url("../font/roboto/Roboto-Light.ttf") format("truetype");
  font-weight: 300;
}

@font-face {
  font-family: "Roboto";
  src:
    url("../font/roboto/Roboto-Regular.woff2") format("woff2"),
    url("../font/roboto/Roboto-Regular.woff") format("woff"),
    url("../font/roboto/Roboto-Regular.ttf") format("truetype");
  font-weight: 400;
}

@font-face {
  font-family: "Roboto";
  src:
    url("../font/roboto/Roboto-Medium.woff2") format("woff2"),
    url("../font/roboto/Roboto-Medium.woff") format("woff"),
    url("../font/roboto/Roboto-Medium.ttf") format("truetype");
  font-weight: 500;
}

@font-face {
  font-family: "Roboto";
  src:
    url("../font/roboto/Roboto-Bold.woff2") format("woff2"),
    url("../font/roboto/Roboto-Bold.woff") format("woff"),
    url("../font/roboto/Roboto-Bold.ttf") format("truetype");
  font-weight: 700;
}

/*********************
  Buttons
**********************/
.btn-flat {
  background-color: transparent;
  position: relative;
  padding: 8px 30px;
  border: none;
  margin: 10px;
  text-transform: uppercase;
  text-decoration: none;
  outline: none !important;
}

.btn-flat:focus {
  background-color: transparent;
}

.btn {
  line-height: 31px;
  position: relative;
  padding: 5px 22px;
  border: 0;
  margin: 10px;
  cursor: pointer;
  border-radius: 2px;
  text-transform: uppercase;
  text-decoration: none;
  outline: none !important;
  -webkit-transition: 0.2s ease-out;
  -moz-transition: 0.2s ease-out;
  -o-transition: 0.2s ease-out;
  -ms-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}

.btn i,
.btn-flat i {
  font-size: 1.3rem;
  line-height: inherit;
}

.btn-floating {
  display: inline-block;
  color: #fff;
  position: relative;
  overflow: hidden;
  z-index: 1;
  width: 37px;
  height: 37px;
  line-height: 37px;
  padding: 0;
  background-color: #aa66cc;
  border-radius: 50%;
  transition: 0.3s;
  cursor: pointer;
  vertical-align: middle;
  margin: 10px;
}

.btn-floating i {
  width: inherit;
  display: inline-block;
  text-align: center;
  color: #fff;
  font-size: 1.6rem;
  line-height: 37px;
}

.btn-floating:before {
  border-radius: 0;
}

.btn-floating.btn-large {
  width: 55.5px;
  height: 55.5px;
}

.btn-floating.btn-large i {
  line-height: 55.5px;
}

button.btn-floating {
  border: none;
}

.btn .badge {
  margin-left: 7px;
}

.btn-default {
  color: #fff;
  background-color: #2bbbad;
}

.btn-default:hover,
.btn-default:focus {
  background-color: #30cfc0 !important;
  color: #fff !important;
}

.btn-primary {
  background-color: #4285f4;
}

.btn-primary:hover,
.btn-primary:focus {
  background-color: #5a95f5 !important;
  color: #fff;
}

.btn-success {
  background-color: #00c853;
}

.btn-success:hover,
.btn-success:focus {
  background-color: #00e25e !important;
  color: #fff;
}

.btn-info {
  background-color: #03a9f4;
}

.btn-info:hover,
.btn-info:focus {
  background-color: #14b4fc !important;
  color: #fff;
}

.btn-warning {
  background-color: #ff5722;
}

.btn-warning:hover,
.btn-warning:focus {
  background-color: #ff6a3c !important;
  color: #fff;
}

.btn-danger {
  background-color: #d32f2f;
}

.btn-danger:hover,
.btn-danger:focus {
  background-color: #d74444 !important;
  color: #fff;
}

.btn-link {
  background-color: transparent;
  color: #000;
}

.btn-link:hover {
  background-color: transparent;
}

.btn-link:focus {
  background-color: transparent;
}

.btn-xlg {
  padding: 18px 24px;
  font-size: 21px;
  line-height: 1.33333;
}

.btn-lg {
  padding: 14px 20px;
  font-size: 18px;
  line-height: 1.33333;
}

.btn-sm {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}

.btn-xs {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
}

.btn-material-red {
  background-color: (
    "lighten-5": #ffebee,
    "lighten-4": #ffcdd2,
    "lighten-3": #ef9a9a,
    "lighten-2": #e57373,
    "lighten-1": #ef5350,
    "base": #f44336,
    "darken-1": #e53935,
    "darken-2": #d32f2f,
    "darken-3": #c62828,
    "darken-4": #b71c1c,
    "accent-1": #ff8a80,
    "accent-2": #ff5252,
    "accent-3": #ff1744,
    "accent-4": #d50000
  );
}

.btn-material-pink {
  background-color: (
    "lighten-5": #fce4ec,
    "lighten-4": #f8bbd0,
    "lighten-3": #f48fb1,
    "lighten-2": #f06292,
    "lighten-1": #ec407a,
    "base": #e91e63,
    "darken-1": #d81b60,
    "darken-2": #c2185b,
    "darken-3": #ad1457,
    "darken-4": #880e4f,
    "accent-1": #ff80ab,
    "accent-2": #ff4081,
    "accent-3": #f50057,
    "accent-4": #c51162
  );
}

.btn-material-purple {
  background-color: (
    "lighten-5": #f3e5f5,
    "lighten-4": #e1bee7,
    "lighten-3": #ce93d8,
    "lighten-2": #ba68c8,
    "lighten-1": #ab47bc,
    "base": #9c27b0,
    "darken-1": #8e24aa,
    "darken-2": #7b1fa2,
    "darken-3": #6a1b9a,
    "darken-4": #4a148c,
    "accent-1": #ea80fc,
    "accent-2": #e040fb,
    "accent-3": #d500f9,
    "accent-4": #aa00ff
  );
}

.btn-material-deeppurple {
  background-color: #673ab7;
}

.btn-material-indigo {
  background-color: (
    "lighten-5": #e8eaf6,
    "lighten-4": #c5cae9,
    "lighten-3": #9fa8da,
    "lighten-2": #7986cb,
    "lighten-1": #5c6bc0,
    "base": #3f51b5,
    "darken-1": #3949ab,
    "darken-2": #303f9f,
    "darken-3": #283593,
    "darken-4": #1a237e,
    "accent-1": #8c9eff,
    "accent-2": #536dfe,
    "accent-3": #3d5afe,
    "accent-4": #304ffe
  );
}

.btn-material-lightblue {
  background-color: #03a9f4;
}

.btn-material-cyan {
  background-color: (
    "lighten-5": #e0f7fa,
    "lighten-4": #b2ebf2,
    "lighten-3": #80deea,
    "lighten-2": #4dd0e1,
    "lighten-1": #26c6da,
    "base": #00bcd4,
    "darken-1": #00acc1,
    "darken-2": #0097a7,
    "darken-3": #00838f,
    "darken-4": #006064,
    "accent-1": #84ffff,
    "accent-2": #18ffff,
    "accent-3": #00e5ff,
    "accent-4": #00b8d4
  );
}

.btn-material-teal {
  background-color: (
    "lighten-5": #e0f2f1,
    "lighten-4": #b2dfdb,
    "lighten-3": #80cbc4,
    "lighten-2": #4db6ac,
    "lighten-1": #26a69a,
    "base": #009688,
    "darken-1": #00897b,
    "darken-2": #00796b,
    "darken-3": #00695c,
    "darken-4": #004d40,
    "accent-1": #a7ffeb,
    "accent-2": #64ffda,
    "accent-3": #1de9b6,
    "accent-4": #00bfa5
  );
}

.btn-material-lightgreen {
  background-color: #8bc34a;
}

.btn-material-lime {
  background-color: (
    "lighten-5": #f9fbe7,
    "lighten-4": #f0f4c3,
    "lighten-3": #e6ee9c,
    "lighten-2": #dce775,
    "lighten-1": #d4e157,
    "base": #cddc39,
    "darken-1": #c0ca33,
    "darken-2": #afb42b,
    "darken-3": #9e9d24,
    "darken-4": #827717,
    "accent-1": #f4ff81,
    "accent-2": #eeff41,
    "accent-3": #c6ff00,
    "accent-4": #aeea00
  );
}

.btn-material-lightyellow {
  background-color: #ffeb3b;
}

.btn-material-orange {
  background-color: (
    "lighten-5": #fff3e0,
    "lighten-4": #ffe0b2,
    "lighten-3": #ffcc80,
    "lighten-2": #ffb74d,
    "lighten-1": #ffa726,
    "base": #ff9800,
    "darken-1": #fb8c00,
    "darken-2": #f57c00,
    "darken-3": #ef6c00,
    "darken-4": #e65100,
    "accent-1": #ffd180,
    "accent-2": #ffab40,
    "accent-3": #ff9100,
    "accent-4": #ff6d00
  );
}

.btn-material-deeporange {
  background-color: #ff5722;
}

.btn-material-grey {
  background-color: (
    "lighten-5": #fafafa,
    "lighten-4": #f5f5f5,
    "lighten-3": #eeeeee,
    "lighten-2": #e0e0e0,
    "lighten-1": #bdbdbd,
    "base": #9e9e9e,
    "darken-1": #757575,
    "darken-2": #616161,
    "darken-3": #424242,
    "darken-4": #212121
  );
}

.btn-material-bluegrey {
  background-color: #607d8b;
}

.btn-material-brown {
  background-color: (
    "lighten-5": #efebe9,
    "lighten-4": #d7ccc8,
    "lighten-3": #bcaaa4,
    "lighten-2": #a1887f,
    "lighten-1": #8d6e63,
    "base": #795548,
    "darken-1": #6d4c41,
    "darken-2": #5d4037,
    "darken-3": #4e342e,
    "darken-4": #3e2723
  );
}

.btn-material-lightgrey {
  background-color: #ececec;
}

/*********************
  Shadows
**********************/
.z-depth-0 {
  box-shadow: none !important;
}

.z-depth-1,
.btn,
.btn-floating {
  box-shadow:
    0 2px 5px 0 rgba(0, 0, 0, 0.16),
    0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

.z-depth-1-half,
.btn:hover,
.btn-floating:hover {
  box-shadow:
    0 5px 11px 0 rgba(0, 0, 0, 0.18),
    0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

.z-depth-2 {
  box-shadow:
    0 8px 17px 0 rgba(0, 0, 0, 0.2),
    0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.z-depth-3 {
  box-shadow:
    0 12px 15px 0 rgba(0, 0, 0, 0.24),
    0 17px 50px 0 rgba(0, 0, 0, 0.19);
}

.z-depth-4 {
  box-shadow:
    0 16px 28px 0 rgba(0, 0, 0, 0.22),
    0 25px 55px 0 rgba(0, 0, 0, 0.21);
}

.z-depth-5 {
  box-shadow:
    0 27px 24px 0 rgba(0, 0, 0, 0.2),
    0 40px 77px 0 rgba(0, 0, 0, 0.22);
}

.hoverable:hover {
  transition: box-shadow 0.25s;
  box-shadow:
    0 8px 17px 0 rgba(0, 0, 0, 0.2),
    0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

/*********************
  Waves
**********************/
/*!
 * Waves v0.6.0
 * http://fian.my.id/Waves
 *
 * Copyright 2014 Alfiana E. Sibuea and other contributors
 * Released under the MIT license
 * https://github.com/fians/Waves/blob/master/LICENSE
 */
.waves-effect {
  position: relative;
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  vertical-align: middle;
  z-index: 1;
  will-change: opacity, transform;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.waves-effect .waves-ripple {
  position: absolute;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
  opacity: 0;
  background: rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.7s ease-out;
  -moz-transition: all 0.7s ease-out;
  -o-transition: all 0.7s ease-out;
  -ms-transition: all 0.7s ease-out;
  transition: all 0.7s ease-out;
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  -o-transition-property: -o-transform, opacity;
  transition-property: transform, opacity;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  pointer-events: none;
}

.waves-effect.waves-light .waves-ripple {
  background-color: rgba(255, 255, 255, 0.45);
}

.waves-effect.waves-red .waves-ripple {
  background-color: rgba(244, 67, 54, 0.7);
}

.waves-effect.waves-yellow .waves-ripple {
  background-color: rgba(255, 235, 59, 0.7);
}

.waves-effect.waves-orange .waves-ripple {
  background-color: rgba(255, 152, 0, 0.7);
}

.waves-effect.waves-purple .waves-ripple {
  background-color: rgba(156, 39, 176, 0.7);
}

.waves-effect.waves-green .waves-ripple {
  background-color: rgba(76, 175, 80, 0.7);
}

.waves-effect.waves-teal .waves-ripple {
  background-color: rgba(0, 150, 136, 0.7);
}

.waves-notransition {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
  -ms-transition: none !important;
  transition: none !important;
}

.waves-circle {
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-mask-image: -webkit-radial-gradient(circle, white 100%, black 100%);
}

.waves-input-wrapper {
  border-radius: 0.2em;
  vertical-align: bottom;
}

.waves-input-wrapper .waves-button-input {
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
}

.waves-circle {
  text-align: center;
  width: 2.5em;
  height: 2.5em;
  line-height: 2.5em;
  border-radius: 50%;
  -webkit-mask-image: none;
}

.waves-block {
  display: block;
}

/* Firefox Bug: link not triggered */
a.waves-effect .waves-ripple {
  z-index: -1;
}

/*********************
  Media Query Classes
**********************/
@media only screen and (max-width: 600px) {
  .center-on-small-only {
    text-align: center;
  }
}

.no-margin {
  margin: 0;
  padding: 0;
}

.space-30 {
  height: 30px;
}

.vcenter {
  display: inline-block;
  vertical-align: middle;
  float: none;
}

.vertical-center {
  margin: 0;
  min-height: 100%;
  min-height: 100vh;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.mk-simple-alert-box {
  padding: 18px 15px;
  margin: 10px 0;
  border-left: 5px solid;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.mk-simple-alert-box-info {
  background-color: #bfdcef;
  color: #457389;
  border-color: #31708f;
}

.mk-simple-alert-box-warning {
  background-color: #f5eecb;
  color: #8a6d3b;
  border-color: #b88d42;
}

.mk-simple-alert-box-success {
  background-color: #d1f2c4;
  color: #3c763d;
  border-color: #53a354;
}

.mk-simple-alert-box-error {
  background-color: #f0cccc;
  color: #a94442;
  border-color: #db5552;
}
.order-card {
  display: flex;
  align-items: center;
  gap: 20px;
  background: #fff;
  border: 1px solid #e8e8e8;
  border-radius: 12px;
  padding: 15px;
  margin-bottom: 15px;
  transition: 0.3s;
}

.order-card:hover {
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
}

.order-card-image {
  width: 100px;
  min-width: 100px;
}

.order-card-image img {
  width: 100%;
  height: 100px;
  object-fit: cover;
  border-radius: 10px;
}

.order-card-content {
  flex: 1;
}

.order-card-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}

.order-card-header h5 {
  margin: 0;
  font-size: 18px;
  font-weight: 600;
  color: #0f2c7d;
}

.status-badge {
  background: #64b751;
  color: #fff;
  padding: 5px 12px;
  border-radius: 30px;
  font-size: 12px;
  font-weight: 600;
}

.order-meta {
  display: flex;
  gap: 40px;
  margin-bottom: 12px;
}

.order-meta div {
  display: flex;
  flex-direction: column;
}

.order-meta label {
  font-size: 12px;
  color: #888;
  margin-bottom: 3px;
}

.order-meta span {
  font-weight: 600;
  color: #222;
}

.order-footer {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #eee;
  padding-top: 10px;
  font-size: 13px;
  color: #777;
}

@media (max-width: 768px) {
  .order-card {
    flex-direction: column;
    align-items: flex-start;
  }

  .order-meta {
    flex-wrap: wrap;
    gap: 20px;
  }

  .order-footer {
    flex-direction: column;
    gap: 5px;
  }
}
@media (max-width: 767px) {
  .order-card {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 12px;
    gap: 12px;
  }

  .order-card-image {
    width: 80px;
    min-width: 80px;
  }

  .order-card-image img {
    width: 80px;
    height: 80px;
    object-fit: cover;
    border-radius: 8px;
  }

  .order-card-content {
    width: 100%;
  }

  .order-card-header {
    display: block;
  }

  .order-card-header h5 {
    font-size: 16px;
    margin-bottom: 8px;
    line-height: 1.4;
  }

  .status-badge {
    display: inline-block;
    margin-bottom: 10px;
  }

  .order-meta {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    margin-bottom: 10px;
  }

  .order-meta label {
    font-size: 11px;
  }

  .order-meta span {
    font-size: 13px;
  }

  .order-footer {
    display: flex;
    flex-direction: column;
    gap: 4px;
    font-size: 12px;
  }
}
.order-card {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 25px 30px;
  background: #fff;
  border: 1px solid #eaeaea;
  border-radius: 15px;
  margin-bottom: 20px;
  transition: 0.3s;
}

.order-card:hover {
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

.order-left {
  flex: 1;
}

.order-top {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 15px;
}

.order-top h5 {
  margin: 0;
  font-size: 28px;
  color: #1174d5;
  font-weight: 700;
}

.order-info {
  display: flex;
  gap: 80px;
}

.info-box span {
  display: block;
  color: #888;
  font-size: 13px;
  margin-bottom: 5px;
}

.info-box strong {
  display: block;
  font-size: 18px;
  color: #222;
}

.order-right {
  display: flex;
  gap: 12px;
  align-items: center;
}

.btn-view-order {
  background: #64b751;
  color: #fff !important;
  padding: 12px 24px;
  border-radius: 10px;
  text-decoration: none;
  font-weight: 600;
}

.btn-cancel-order {
  background: #fff;
  border: 1px solid #dc3545;
  color: #dc3545 !important;
  padding: 12px 24px;
  border-radius: 10px;
  text-decoration: none;
  font-weight: 600;
}

.status-pill {
  padding: 7px 14px;
  border-radius: 30px;
  font-size: 13px;
  font-weight: 600;
}

.status-primary {
  background: #eaf2ff;
  color: #1174d5;
}

.status-success {
  background: #eafaf0;
  color: #28a745;
}

.status-warning {
  background: #fff7e0;
  color: #f39c12;
}

.status-danger {
  background: #ffecec;
  color: #dc3545;
}

.status-info {
  background: #eaf7ff;
  color: #17a2b8;
}

@media (max-width: 768px) {
  .order-card {
    flex-direction: column;
    align-items: flex-start;
  }

  .order-info {
    flex-direction: column;
    gap: 15px;
  }

  .order-right {
    width: 100%;
    margin-top: 20px;
    flex-direction: column;
  }

  .btn-view-order,
  .btn-cancel-order {
    width: 100%;
    text-align: center;
  }

  .order-top {
    flex-direction: column;
    align-items: flex-start;
  }

  .order-top h5 {
    font-size: 20px;
    word-break: break-all;
  }
}
/* Hide sidebar on mobile */
@media (max-width: 991px) {
  #tab-list {
    display: none;
  }
}

/* Mobile Account Menu */

.mobile-account-menu {
  position: fixed;
  bottom: -100%;
  left: 0;
  width: 100%;
  height: 85vh;
  background: #fff;
  z-index: 99999;
  border-radius: 20px 20px 0 0;
  transition: 0.35s ease;
  overflow-y: auto;
  box-shadow: 0 -5px 30px rgba(0, 0, 0, 0.15);
}

.mobile-account-menu.active {
  bottom: 0;
}

.mobile-account-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  z-index: 99998;
}

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

.mobile-account-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 20px;
  border-bottom: 1px solid #eee;
  position: sticky;
  top: 0;
  background: #fff;
}

.mobile-account-header h5 {
  margin: 0;
  font-weight: 700;
}

.mobile-account-header span {
  font-size: 28px;
  cursor: pointer;
}

.mobile-account-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.mobile-account-menu ul li {
  border-bottom: 1px solid #f3f3f3;
}

.mobile-account-menu ul li a {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 16px 20px;
  color: #333;
  font-weight: 600;
}

.mobile-account-menu ul li a i {
  width: 22px;
  text-align: center;
}
/* Desktop */
@media (min-width: 992px) {
  .mobile-account-menu,
  .mobile-account-overlay {
    display: none;
  }

  #tab-list {
    display: block !important;
  }
}

/* Mobile */
@media (max-width: 991px) {
  #tab-list {
    display: none !important;
  }

  .mobile-account-menu {
    position: fixed;
    bottom: -100%;
    left: 0;
    width: 100%;
    height: 85vh;
    background: #fff;
    z-index: 99999;
    border-radius: 20px 20px 0 0;
    transition: 0.35s ease;
    overflow-y: auto;
    box-shadow: 0 -5px 30px rgba(0, 0, 0, 0.15);
  }

  .mobile-account-menu.active {
    bottom: 60px;
  }

  .mobile-account-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
    z-index: 99998;
  }

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

.floating-contact {
  position: fixed;
  right: 20px;
  bottom: 100px;
  z-index: 99999;
  width: 220px;
  height: 210px;
}

/* Common Button */
.contact-btn {
  position: absolute;
  right: 0;
  width: 58px;
  height: 58px;
  border-radius: 50px;
  text-decoration: none;
  display: flex;
  align-items: center;
  overflow: visible;
}

/* Icon Circle */
.contact-btn i {
  width: 58px;
  height: 58px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 22px;
  position: relative;
  z-index: 2;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
}

/* Hidden Label */
.contact-btn span {
  position: absolute;
  right: 60px;
  top: 50%;
  transform: translateY(-50%) translateX(30px);
  padding: 14px 22px 14px 20px;
  border-radius: 50px;
  white-space: nowrap;
  color: #fff;
  font-weight: 600;
  font-size: 14px;
  opacity: 0;
  transition: all 0.3s ease;
  pointer-events: none;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
}

/* Hover Only Current Button */
.contact-btn:hover span {
  opacity: 1;
  transform: translateY(-50%) translateX(0);
}

/* PHONE */
.call-btn {
  bottom: 125px;
}

.call-btn i,
.call-btn span {
  background: linear-gradient(135deg, #2563eb, #1d4ed8);
}

/* WHATSAPP */
.whatsapp-btn {
  bottom: 62px;
}

.whatsapp-btn i,
.whatsapp-btn span {
  background: linear-gradient(135deg, #22c55e, #16a34a);
}

/* EMAIL */
.mail-btn {
  bottom: 0;
}

.mail-btn i,
.mail-btn span {
  background: linear-gradient(135deg, #ff6b6b, #ef4444);
}

/* Floating Animation */
.contact-btn i {
  animation: floatIcon 3s ease-in-out infinite;
}

.whatsapp-btn i {
  animation-delay: 0.3s;
}

.mail-btn i {
  animation-delay: 0.6s;
}

@keyframes floatIcon {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-5px);
  }
}

/* Mobile */
@media (max-width: 768px) {
  .floating-contact {
    right: 12px;
    bottom: 90px;
  }

  .contact-btn i {
    width: 52px;
    height: 52px;
    font-size: 20px;
  }

  .contact-btn span {
    padding: 12px 18px 12px 40px;
    font-size: 13px;
  }
}
.discount {
  font-size: 12px;
  color: var(--color-text-primary);
  margin-left: 10px;
}
