@import url(https://fonts.bunny.net/css?family=lato:400,700,900|quicksand:300,400,500,600,700);
@import url(vendors/normalize.css);
@import url(vendors/bootstrap.min.css);
@import url(vendors/uicons-regular-straight.css);
/*import plugins*/
@import url(plugins/jquery-ui.css);
@import url(plugins/magnific-popup.css);
@import url(plugins/select2.min.css);
@import url(plugins/slick.css);
@import url(plugins/perfect-scrollbar.css);


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

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

img {
  max-width: 100%;
}

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

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

a {
  color: #273142;
}

a:hover {
  color: #FDC040;
}

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

/*--- Common Classes---------------------*/
::-moz-selection {
  background: #273142;
  /* WebKit/Blink Browsers */
  color: #fff;
}
::selection {
  background: #273142;
  /* WebKit/Blink Browsers */
  color: #fff;
}

::-moz-selection {
  background: #273142;
  /* 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;
}

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

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

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

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

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

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

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

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

.img-hover-scale:hover img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
  -webkit-transition: -webkit-transform .5s;
  transition: -webkit-transform .5s;
  transition: transform .5s;
  transition: transform .5s, -webkit-transform .5s;
  transition: transform .5s,-webkit-transform .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: #273142 !important;
}

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

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

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

.text-danger {
  color: #FD6E6E !important;
}

.text-success {
  color: #81B13D !important;
}

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

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

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

.text-7 {
  color: #d77f7a !important;
}

.text-8 {
  color: #63a2c1 !important;
}

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

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

.bg-brand {
  background-color: #273142 !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-4 {
  background-color: #adadad !important;
}

.bg-1 {
  background-color: #fddde4 !important;
}

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

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

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

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

.bg-6 {
  background-color: #fff2e5 !important;
}

.bg-7 {
  background-color: #d77f7a !important;
}

.bg-8 {
  background-color: #63a2c1 !important;
}

.bg-9 {
  background-color: #F2FCE4 !important;
}

.bg-10 {
  background-color: #FFFCEB !important;
}

.bg-11 {
  background-color: #ECFFEC !important;
}

.bg-12 {
  background-color: #FEEFEA !important;
}

.bg-13 {
  background-color: #FFF3EB !important;
}

.bg-14 {
  background-color: #FFF3FF !important;
}

.bg-15 {
  background-color: #F2FCE4 !important;
}

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

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

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

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

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

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

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

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

.box-shadow-outer-6 {
  -webkit-box-shadow: 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: #273142 !important;
}

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

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

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

a,
button,
img,
input,
span,
h4 {
  -webkit-transition: all .3s ease 0s;
  transition: all .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 .5s linear alternate infinite;
          animation: jump .5s linear alternate infinite;
}

/*TYPOGRAPHY*/
body {
  color: #7E7E7E;
  font-family: 'Quicksand', sans-serif;
  font-size: 14px;
  line-height: 24px;
  font-style: normal;
  font-weight: 400;
    background: #f4f4f4;
}

h1,
h2,
h3,
h4,
h5,
h6,
.font-heading,
.display-1,
.display-2,
.heading-sm-1 {
  font-family: 'Quicksand', sans-serif;
  color: #253D4E;
  font-weight: 500;
  line-height: 1.2;
}

h1 {
  font-size: 48px;
}

h2 {
  font-size: 25px;
}

h3 {
  font-size: 22px;
}

h4 {
  font-size: 20px;
}

h5 {
  font-size: 18px;
}

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: 14px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 5px;
  color: #7E7E7E;
}

.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: 44px;
  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: 400;
    font-size: 22px;
    margin-right: 30px;
}

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

.section-title a.show-all:hover {
  color: #273142;
}

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

.section-title.style-1 {
  position: relative;
  border-bottom: 1px solid #ececec;
  padding-bottom: 20px;
  font-size: 24px;
}

.section-title.style-1::after {
  content: "";
  width: 80px;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #273142;
}

.section-title span {
  color: #253D4E;
  font-weight: 400;
}

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-hot {
  color: #f74b81;
}

.text-new {
  color: #55bb90;
}

.text-sale {
  color: #67bcee;
}

.text-best {
  color: #f59758;
}

.text-style-1 {
  position: relative;
}

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

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

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

/*COMPONENTS -> BUTTONS*/
.btn-default {
  color: #fff;
  background-color: #273142;
  border-radius: 50px;
  padding: 13px 28px;
  font-family: 'Quicksand', sans-serif;
}

.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: 10px 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: 'Quicksand', sans-serif;
}

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

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

.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: 15px;
    font-weight: 500;
    padding: 10px 20px;
    color: #ffffff;
    border: none;
    background-color: #136892;
    border: 1px solid #136892;
    border-radius: 10px;
}

button.submit:hover, button[type='submit']:hover {
  background-color: #29A56C !important;
}

.btn-brand:hover {
  background-color: #29A56C !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: 18px;
    font-weight: 400;
    padding: 15px 30px;
    border-radius: 10px;
    color: #fff;
    border: 1px solid transparent;
    background-color: #136892;
    cursor: pointer;
    -webkit-transition: all 300ms linear 0s;
    transition: all 300ms linear 0s;
    letter-spacing: 0.5px;
}

.btn:hover, .button:hover {
  background-color: #273142;
}

.btn.btn-sm, .button.btn-sm {
  padding: 10px 18px;
  font-size: 14px;
  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;
}

.btn.btn-google, .button.btn-google {
  background: #d85040;
  border-color: #d85040;
}

.btn.btn-brush, .button.btn-brush {
  background-color: transparent;
  color: #273142;
  border: 0;
  padding: 14px 80px 14px 65px;
  background-repeat: no-repeat;
  font-family: 'Quicksand', sans-serif;
}

.btn.btn-brush i, .button.btn-brush i {
  margin: 3px 0 0 5px;
}

.btn.btn-brush.btn-brush-1, .button.btn-brush.btn-brush-1 {
  background-image: url(../imgs/theme/btn-brush-bg-1.png);
}

.btn.btn-brush.btn-brush-2, .button.btn-brush.btn-brush-2 {
  background-image: url(../imgs/theme/btn-brush-bg-2.png);
}

.btn.btn-brush.btn-brush-3, .button.btn-brush.btn-brush-3 {
  background-image: url(../imgs/theme/btn-brush-bg-3.png);
}

.comments-area .btn-reply {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.comments-area .btn-reply i {
  margin-left: 5px;
  font-size: 12px;
}

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

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

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

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

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

input {
  border: 1px solid #ececec;
  border-radius: 10px;
  height: 64px;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding-left: 20px;
  font-size: 16px;
  width: 100%;
}

input:focus {
  background: transparent;
  border: 1px solid #BCE3C9;
}

input.square {
  border-radius: 0;
}

input.coupon {
  height: 47px;
}

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

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

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

textarea:focus {
  background: transparent;
  border: 1px solid #BCE3C9;
}

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border-bottom: 3px solid #414648;
  border-radius: 0;
  border-right: 0;
  height: 50px;
  padding-left: 0;
  border-top: 0;
  border-left: 0;
  font-weight: bold;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 50px;
  font-size: 14px;
  padding: 0;
  font-family: 'Quicksand', sans-serif;
  color: #253D4E;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 12px;
  right: 15px;
  width: 20px;
}

.custom_select {
  position: relative;
  width: 100%;
}

.custom_select .select2-container {
  max-width: 155px;
}

.custom_select .nice-select {
  width: 100%;
  margin-bottom: 1rem;
}

.custom_select .select2-container--default .select2-selection--single {
  border: 1px solid #ececec;
  border-radius: 4px;
  height: 50px;
  line-height: 50px;
  padding-left: 20px;
  font-size: 14px;
}

.custom_select .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 50px;
  font-size: 14px;
  padding-left: 0;
}

.custom_select .select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 9px;
  right: 14px;
}

.select2-dropdown {
  border: 1px solid #ececec;
  border-radius: 0 0 4px 4px;
  padding: 15px;
  min-width: 220px;
}

.select2-dropdown .select2-search--dropdown {
  padding: 0;
}

.select2-dropdown .select2-search--dropdown .select2-search__field {
  border: 1px solid #BCE3C9;
  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: #ececec;
  color: unset;
}

.select2-container {
  max-width: 135px;
}
.mb-2 {
    margin-bottom: 2px !important;
}
/*contact form*/
.contact-from-area .contact-form-style button {
    font-size: 15px;
    font-weight: 500;
    padding: 10px 20px;
    color: #ffffff;
    border: none;
    background-color: #253D4E;
    border-radius: 5px;
    font-family: 'Quicksand', sans-serif;
}

.contact-from-area .contact-form-style button:hover {
  background-color: #273142 !important;
}

.form-group {
  margin-bottom: 1rem;
}

.form-group input {
    background: #fff;
    border: 1px solid #ececec;
    height: 45px;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding-left: 15px;
    font-size: 14px;
    width: 100%;
    border-radius: 5px;
}

.form-group input:focus {
  background: transparent;
  border-color: #BCE3C9;
}

label {
  margin-bottom: 5px;
}

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

.security-code b {
  font-size: 24px;
  font-weight: bold;
}

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

.custome-checkbox .form-check-label {
  position: relative;
  cursor: pointer;
  color: #687188;
  padding: 0;
  vertical-align: middle;
}

.custome-checkbox .form-check-label::before {
  content: "";
  border: 2px solid #ced4da;
  height: 17px;
  width: 17px;
  margin: 0px 8px 0 0;
  display: inline-block;
  vertical-align: middle;
  border-radius: 2px;
}

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

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

.custome-checkbox input[type="checkbox"] + .form-check-label::after {
  content: "";
  width: 11px;
  position: absolute;
  top: 50%;
  left: 3px;
  opacity: 0;
  height: 6px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transform: translateY(-65%) rotate(-45deg);
  transform: translateY(-65%) rotate(-45deg);
}

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

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

.custome-checkbox input[type="checkbox"]:checked + .form-check-label::before {
  background-color: #273142;
  border-color: #273142;
}

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

.divider-text-center {
  text-align: center;
  position: relative;
}

.divider-text-center::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  right: 0;
  border-top: 1px solid #ddd;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.divider-text-center span {
  background-color: #fff;
  padding: 0 15px;
  position: relative;
  text-transform: uppercase;
}

/*comment*/
.comments-area {
  background: transparent;
  border-top: 1px solid #ececec;
  padding: 0px 0;
  margin-top: 0px;
}

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

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

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

.comments-area .comment-list.left-padding {
  padding-left: 25px;
}

.comments-area .comment-list .single-comment {
  margin: 0 0 15px 0;
  border: 1px solid #f2f2f2;
  border-radius: 15px;
  padding: 20px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

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

.comments-area .comment-list .single-comment img {
  min-width: 80px;
  max-width: 80px;
}

.comments-area .comment-list .single-comment .reply {
  opacity: 0;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.comments-area .comment-list .single-comment:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.comments-area .comment-list .single-comment:hover .reply {
  opacity: 1;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.comments-area p {
  font-size: 16px !important;
}

.comments-area .thumb {
    margin-right: 20px;
    min-width: 100px;
}

.comments-area .thumb img {
  width: 70px;
  border-radius: 50%;
}

.comments-area .date {
  font-size: 14px;
  color: #999999;
  margin-bottom: 0;
  margin-left: 20px;
}

.comments-area .comment {
  margin-bottom: 10px;
  color: #777777;
  font-size: 15px;
}

.comments-area .btn-reply {
  background-color: transparent;
  color: #888888;
  padding: 5px 18px;
  font-size: 14px;
  display: block;
  font-weight: 400;
}

.comments-area.style-2 {
  border: 0;
  margin-top: 0;
  padding: 25px 0;
}

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

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

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

.comment-form {
    padding-top: 0px;
    margin-bottom: 20px;
}

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

.comment-form textarea {
  min-height: 120px;
  padding-top: 15px;
  border-radius: 5px;
}

.comment-form textarea:focus {
  background: transparent;
  outline: none !important;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: #BCE3C9;
}

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

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

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

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

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

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

.button-contactForm {
  background: #273142;
  color: #fff;
  border-color: #273142;
  padding: 12px 25px;
}

.search-form form {
  position: relative;
}

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

.search-form form button {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  border: none;
  font-size: 20px;
  height: 100%;
  padding: 0 24px;
  background-color: transparent;
  color: #242424;
}

.search-form form button:hover {
  color: #fff;
}

/*COMPONENTS -> SLIDER*/
.single-animation-wrap.slick-active .slider-animated-1 h1 {
  -webkit-animation-delay: 1.4s;
  animation-delay: 1.4s;
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

.single-animation-wrap.slick-active .slider-animated-1 h2 {
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s;
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

.single-animation-wrap.slick-active .slider-animated-1 h3 {
  -webkit-animation-delay: 1.0s;
  animation-delay: 1.0s;
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

.single-animation-wrap.slick-active .slider-animated-1 h4 {
  -webkit-animation-delay: 1.0s;
  animation-delay: 1.0s;
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

.single-animation-wrap.slick-active .slider-animated-1 span {
  -webkit-animation-delay: .5s;
  animation-delay: .5s;
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

.single-animation-wrap.slick-active .slider-animated-1 p {
  -webkit-animation-delay: 1.7s;
  animation-delay: 1.7s;
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

.single-animation-wrap.slick-active .slider-animated-1 a.btn {
  -webkit-animation-delay: 2.0s;
  animation-delay: 2.0s;
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

.single-animation-wrap.slick-active .slider-animated-1.slider-product-price {
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}

.single-animation-wrap.slick-active .slider-animated-1 .single-slider-img img {
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s;
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

.single-animation-wrap.slick-active .slider-animated-1 .slider-product-offer-wrap,
.single-animation-wrap.slick-active .slider-animated-1 .slider-product-offer-wrap-2 {
  -webkit-animation-delay: 1.0s;
  animation-delay: 1.0s;
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

.hero-slider-1 {
  position: relative;
}

.hero-slider-1 .single-hero-slider {
    margin-right: 20px;
    height: 400px;
    border-radius: 10px;
    background-size: cover;
    background-position: center center;
}

.hero-slider-1 .single-hero-slider.rectangle {
  border-radius: 0;
}

.hero-slider-1 .single-hero-slider.rectangle .slider-content {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%) translateX(-50%);
  text-align: center;
}

.hero-slider-1 .single-hero-slider.rectangle .slider-content form {
  margin: 0 auto;
}

.hero-slider-1 img {
  max-height: 400px;
  border-radius: 30px;
}

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

.hero-slider-1 .slider-content p {
  font-size: 30px;
}

.hero-slider-1 .slider-content form {
  background-color: #fff;
  max-width: 450px;
  border-radius: 50px;
}

.hero-slider-1 .slider-content form input {
  border: 0;
  border-radius: 50px 0 0 50px;
  padding-left: 58px;
  background: url(../imgs/theme/icons/icon-plane.png) no-repeat 25px center;
}

.hero-slider-1 .slider-content form button {
  border: 0;
  border-radius: 50px;
}

.hero-slider-1 .single-slider-img-1 {
  height: 538px;
  position: relative;
}

.hero-slider-1 .single-slider-img-1 .slider-1-1 {
  position: absolute;
  bottom: 30px;
  right: 0;
}

.hero-slider-1 .single-slider-img-1 .slider-1-2 {
  position: absolute;
  bottom: 20px;
  right: 0;
}

.hero-slider-1 .single-slider-img-1 .slider-1-3 {
  position: absolute;
  bottom: 30px;
  right: 0;
}

.hero-slider-1.style-5 .display-2 {
  font-size: 50px;
}

.hero-slider-1.style-5 .slider-content p {
  font-size: 24px;
}

.hero-slider-1.style-5 img {
  border-radius: 10px;
}

.hero-slider-1.style-5 .single-hero-slider {
  border-radius: 10px;
}

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

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

.dot-style-1.dot-style-1-position-2 ul {
  position: absolute;
  left: 6%;
  bottom: 15px;
}

.dot-style-1.dot-style-1-center ul {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.dot-style-1.dot-style-1-mt1 ul {
  margin-top: 30px;
}

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

.slider-arrow .slider-btn {
  cursor: pointer;
  background: #F2F3F4;
  width: 45px;
  height: 45px;
  position: absolute;
  display: block;
  z-index: 100;
  border-radius: 50%;
  -webkit-transition: all .2s ease-out;
  transition: all .2s ease-out;
  text-align: center;
  line-height: 45px;
  font-size: 16px;
  color: #7E7E7E;
}

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

.slider-arrow.slider-arrow-2 .slider-btn {
  width: 40px;
  height: 40px;
  line-height: 44px;
  font-size: 24px;
}

.slider-arrow.slider-arrow-2.flex-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  max-width: 200px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  top: unset;
  -webkit-transform: unset;
          transform: unset;
}

.slider-arrow.slider-arrow-2.flex-right .slider-btn {
  position: relative;
  left: unset;
  right: unset;
}

.slider-arrow.slider-arrow-2.flex-right .slider-btn.slider-prev {
  margin-right: 10px;
}

.slider-arrow.slider-arrow-3 .slider-btn {
  width: 30px;
  height: 30px;
  line-height: 28px;
  font-size: 12px;
  margin-top: -15px;
}

.slider-arrow.style-3 .slider-btn {
  width: 40px;
  height: 40px;
  border: 1px solid #dcdeed;
  line-height: 40px;
  font-size: 12px;
  margin-top: -20px;
}

.home-slide-cover {
  position: relative;
  margin-top:10px;
}

.home-slide-cover .slider-arrow {
  left: 0;
}

.home-slide-cover .hero-slider-content-2 {
  padding-left: 50px;
}

/*Carausel*/
.carausel-8-columns-cover .carausel-8-columns {
  overflow: hidden;
  margin: 0 -12px;
}

.carausel-8-columns-cover .carausel-8-columns .card-1 {
  margin-right: 12px;
  margin-left: 12px;
}

.carausel-8-columns-cover .product-img {
  border: 1px solid #cce7d0;
}

.carausel-8-columns-cover .slider-arrow {
  top: -80px;
}

.carausel-8-columns-cover .slider-arrow .slider-btn.slider-next {
  right: 0;
}

.carausel-8-columns-cover .slider-arrow .slider-btn.slider-prev {
  right: 48px;
  left: unset;
}

.carausel-8-columns-cover.arrow-center .slider-arrow {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin-top: -50px;
}

.carausel-8-columns-cover.arrow-center .slider-arrow .slider-btn.slider-next {
  right: -30px;
}

.carausel-8-columns-cover.arrow-center .slider-arrow .slider-btn.slider-prev {
  left: -30px;
}

.carausel-8-columns-cover.arrow-center .slider-arrow.slider-arrow-3 {
  margin-top: 0;
}

.carausel-10-columns-cover .carausel-10-columns {
  overflow: hidden;
  margin: 0 -12px;
}

.carausel-10-columns-cover .carausel-10-columns .card-2 {
  margin-right: 12px;
  margin-left: 12px;
}

.carausel-4-columns-cover .carausel-4-columns {
  overflow: hidden;
  margin: 0 -12px;
}

.carausel-4-columns-cover .carausel-4-columns .product-cart-wrap {
  margin-right: 12px;
  margin-left: 12px;
}

.carausel-4-columns-cover .carausel-4-columns-arrow {
  margin-top: -100px;
}

.carausel-4-columns-cover .product-cart-wrap {
  margin-bottom: 20px;
}

.carausel-4-columns-cover .product-cart-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);
}

.bg-grey-10 {
  background-color: #d0f3ec;
}

.home-slider .slider-arrow {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.home-slider:hover .slider-arrow {
  opacity: 1;
  visibility: visible;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.home-slider.style-2 {
  background: url(../imgs/banner/banner-12.png) no-repeat center bottom;
  background-size: cover;
  width: 100%;
  padding: 50px 0;
}

.carausel-3-columns-cover {
  position: relative;
}

.carausel-3-columns-cover .carausel-3-columns {
  overflow: hidden;
  margin: 0 -12px;
}

.carausel-3-columns-cover .carausel-3-columns img {
  margin-right: 12px;
  margin-left: 12px;
}

.carausel-3-columns-cover #carausel-3-columns-arrows {
  position: absolute;
  top: 50%;
  margin-top: -20px;
  width: 100%;
  z-index: 3;
}

.carausel-3-columns-cover .slider-btn {
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 40px;
  line-height: 44px;
  text-align: center;
  background: #F2F3F4;
  font-size: 27px;
  color: #273142;
  position: absolute;
}

.carausel-3-columns-cover .slider-btn.slider-prev {
  left: -20px;
}

.carausel-3-columns-cover .slider-btn.slider-next {
  right: -20px;
}

.carausel-3-columns-cover .slider-btn:hover {
  background: #273142;
  color: #fff;
}

/*COMPONENTS -> CARD*/
.card-1 {
  position: relative;
  background: #F4F6FA;
  text-align: center;
  border: 1px solid #F4F6FA;
  border-radius: 10px;
  padding: 40px 30px 28px 30px;
  margin-bottom: 20px;
  min-height: 215px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.card-1:hover {
  background: #fff;
  border: 1px solid #BCE3C9;
  -webkit-box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.05);
          box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.05);
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.card-1 figure {
  text-align: center;
  margin-bottom: 20px;
}

.card-1 figure img {
  border-radius: 10px;
  display: inline-block;
  max-width: 80px;
}

.card-1 h6 {
  margin: 0;
}

.card-1 h6 a {
  color: #253D4E;
}

.card-1:hover a {
  color: #273142;
}

.card-2 {
  position: relative;
  background: #F4F6FA;
  text-align: center;
  border: 1px solid #F4F6FA;
  border-radius: 10px;
  padding: 20px 0px 18px 0px;
  margin-bottom: 20px;
  min-height: 180px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.card-2:hover {
  background: #fff;
  border: 1px solid #BCE3C9;
  -webkit-box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.05);
          box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.05);
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.card-2 figure {
  text-align: center;
  margin-bottom: 0px;
}

.card-2 figure img {
  border-radius: 10px;
  display: inline-block;
  max-width: 114px;
}

.card-2 h6 {
  margin: 0;
}

.card-2 h6 a {
  color: #253D4E;
}

.card-2:hover a {
  color: #273142;
}

.hero-card {
  width: 100%;
  position: relative;
  background: #fff;
  padding: 30px;
  border-radius: 10px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border: 1px solid #eee;
}

.hero-card:hover {
  border: 1px solid #273142;
}

.hero-card .hero-card-icon {
  width: 65px;
  height: 65px;
  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;
  margin-bottom: 20px;
  border-radius: 5px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.hero-card .hero-card-icon.icon-left {
  width: 135px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
}

.hero-card .hero-card-icon.icon-left-2 {
  width: 265px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
}

.hero-card .hero-card-icon i {
  font-size: 25px;
  color: #6143f7;
}

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

.card .card-header {
  padding: 1rem;
  margin-bottom: 0;
  background-color: #f7f8f9;
  border-bottom: 1px solid #ececec;
}

.featured-card {
  padding: 50px 30px;
  border-radius: 15px;
  border: 1px solid #ececec;
  background: #fff;
}

.featured-card img {
  margin-bottom: 30px;
  width: 100px;
}

.featured-card h4 {
  margin-bottom: 30px;
}

.featured-card p {
  font-size: 17px;
  margin-bottom: 30px;
}

.featured-card a {
  font-size: 16px;
}

.featured-card:hover {
  -webkit-box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.05);
          box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.05);
}

.team-card {
  position: relative;
}

.team-card img {
  border-radius: 15px;
  z-index: 1;
}

.team-card:hover .content {
  -webkit-transform: translateY(-95px);
          transform: translateY(-95px);
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.team-card .content {
  -webkit-box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.05);
          box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.05);
  border-radius: 15px;
  background: #fff;
  padding: 30px;
  max-width: 80%;
  position: relative;
  z-index: 2;
  -webkit-transform: translateY(-90px);
          transform: translateY(-90px);
  margin-left: auto;
  margin-right: auto;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.team-card .content span {
  font-size: 17px;
}

.team-card .content .social-network a {
  display: inline-block;
  padding: 0 5px;
}

.team-card .content .social-network a img {
  max-width: 30px;
  min-width: 20px;
}

.account .card {
  border: 0;
}

.account .card .card-header {
  border: 0;
  background: none;
}

.account .card table td, .account .card table th {
  border: 0;
}

.account .card .table > thead {
  font-family: 'Quicksand', sans-serif;
  font-size: 17px;
}

.card-login {
  padding: 50px;
  border-radius: 15px;
  border: 1px solid #ececec;
  margin-left: 30px;
}

.card-login .social-login {
  font-size: 20px;
  font-weight: 700;
  font-family: 'Quicksand', sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding: 15px 25px;
  border-radius: 10px;
  margin-bottom: 20px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.card-login .social-login img {
  min-width: 28px;
  max-width: 28px;
  margin-right: 15px;
}

.card-login .social-login.facebook-login {
  background-color: #1877F2;
  color: #fff;
}

.card-login .social-login.google-login {
  background-color: #fff;
  color: #7E7E7E;
  border: 1px solid #F2F3F4;
}

.card-login .social-login.apple-login {
  background-color: #000000;
  color: #fff;
  margin-bottom: 0;
}

.card-login .social-login:hover {
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.05);
          box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.05);
}

/*COMPONENTS -> TABS*/
.nav-tabs {
  border: 0;
  margin-bottom: 0px;
}

.nav-tabs .nav-link {
  background-color: #eeeeee;
  font-size: 15px;
  margin: 0 10px;
  margin-left: 10px;
  color: #444;
  border-radius: 4px;
  padding: 15px 24px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  border: 0;
  border-top-color: currentcolor;
  border-right-color: currentcolor;
  border-bottom-color: currentcolor;
  border-left-color: currentcolor;
  font-family: 'Quicksand', sans-serif;
  font-weight: 600;
  line-height: 1;
}

.nav-tabs .nav-link.active {
  color: #273142;
  background-color: #fde1bd;
}

.nav-tabs .nav-link:hover {
  color: #273142;
  background-color: #fde1bd;
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.nav-tabs .nav-link:first-child {
  margin-left: 0 !important;
  padding-left: 0 !important;
}

.nav-tabs.links .nav-link {
  padding: 0 10px;
  background: none;
  font-size: 16px;
  color: #253D4E;
}

.nav-tabs.links .nav-link:hover, .nav-tabs.links .nav-link.active {
  color: #273142;
}

.nav-tabs.no-border {
  border: none;
}

.nav-tabs.right .nav-item:last-child .nav-link {
  margin-right: 0;
}

.nav.right {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}

.dashboard-menu ul {
  padding: 0;
  margin: 0;
}

.dashboard-menu ul li {
  position: relative;
  border-radius: 10px;
  border: 1px solid #ececec;
  border-radius: 10px;
}

.dashboard-menu ul li a {
  font-size: 16px;
  color: #7E7E7E;
  padding: 15px 30px;
  font-family: 'Quicksand', sans-serif;
  font-weight: 700;
}

.dashboard-menu ul li a i {
  color: #7E7E7E;
  font-size: 19px;
  opacity: 0.6;
}

.dashboard-menu ul li a.active {
  color: #fff;
  background-color: #273142;
  border-radius: 10px;
}

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

.dashboard-menu ul li:not(:last-child) {
  margin-bottom: 10px;
}

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

.tab-header .view-more {
  font-family: 'Quicksand', sans-serif;
  font-size: 13px;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 2px solid #cce7d0;
  margin-bottom: 20px;
}

.tab-header .view-more i {
  margin-left: 5px;
  margin-top: 5px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.tab-header .view-more:hover i {
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

/*COMPONENTS -> MISC*/
/*Countdown*/
.deals-countdown .countdown-section {
  position: relative;
  font-weight: 400;
  font-size: 12px;
  line-height: 1;
  padding: 20px 5px 30px 5px;
  margin-left: 7px;
  margin-right: 7px;
  background-color: #fff;
  border-radius: 4px;
  border: none;
  margin-bottom: 2rem;
}

.deals-countdown .countdown-section .countdown-amount {
  display: inline-block;
  color: #273142;
  font-weight: 500;
  font-size: 20px;
  line-height: 1;
  margin-bottom: 15px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-family: 'Quicksand', sans-serif;
}

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

.img-grey-hover {
  opacity: .5;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}

.img-grey-hover:hover {
  -webkit-filter: none;
          filter: none;
  opacity: 1;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}

.brand-logo img {
  width: auto;
  display: inline-block;
  padding: 10px 0;
}

/*Heading tab*/
.heading-tab {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  text-align: left;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

/*page loading*/
.preloader {
  background-color: #fff;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999999;
  -webkit-transition: .6s;
  transition: .6s;
  margin: 0 auto;
}

.preloader img.jump {
  max-height: 100px;
}

/*custom amine*/
.loader,
.bar {
  width: 100px;
  height: 20px;
}

.bar {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.bar::before,
.bar::after {
  content: "";
  position: absolute;
  display: block;
  width: 10px;
  height: 10px;
  background: #273142;
  opacity: 0;
  border-radius: 10px;
  -webkit-animation: slideleft 3s ease-in-out infinite;
          animation: slideleft 3s ease-in-out infinite;
}

.bar1::before {
  -webkit-animation-delay: 0.00s;
          animation-delay: 0.00s;
}

.bar1::after {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}

.bar2::before {
  -webkit-animation-delay: 0.60s;
          animation-delay: 0.60s;
}

.bar2::after {
  -webkit-animation-delay: 0.90s;
          animation-delay: 0.90s;
}

.bar3::before {
  -webkit-animation-delay: 1.20s;
          animation-delay: 1.20s;
}

.bar3::after {
  -webkit-animation-delay: 1.50s;
          animation-delay: 1.50s;
}

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

.page-header.breadcrumb-wrap {
    padding: 10px 20px;
    background-color: transparent;
    border-bottom: 0px solid #ececec;
    font-family: 'Quicksand', sans-serif;
    padding-bottom: 0px;
}

.breadcrumb {
    display: flex;
    padding: 0;
    text-transform: capitalize;
    color: #6d6d6d;
    font-size: 16px;
    font-weight: 600;
    background: none;
    margin: 0;
    border-radius: 0;
    margin-bottom: 10px;
    align-content: center;
    align-items: center;
}

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

/*****************************
*********  SOCIAL NETWORKS  **********
******************************/
.text-center.social-icons ul {
  display: inline-block;
}

.social-icons li {
  float: left;
  list-style: none;
}

.social-icons li a {
  float: left;
  font-size: 16px;
  text-align: center;
  margin: 0 4px 4px 0;
  border-radius: 4px;
  border: 0;
  background: 0 0;
  color: #333;
  overflow: hidden;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.dark .social-icons li a {
  color: #fff;
}

.social-icons.social-icons-colored a,
.social-icons.social-icons-colored-hover a:hover {
  color: #fff !important;
  border: 0;
}

.social-icons.social-icons-colored .social-rss a,
.social-icons.social-icons-colored-hover .social-rss a:hover,
.social-icons.social-icons-colored .social-snapchat a,
.social-icons.social-icons-colored-hover .social-snapchat a:hover {
  background-color: #faa33d;
}

.social-icons.social-icons-colored .social-facebook a,
.social-icons.social-icons-colored-hover .social-facebook a:hover {
  background-color: #5d82d1;
}

.social-icons.social-icons-colored .social-twitter a,
.social-icons.social-icons-colored-hover .social-twitter a:hover {
  background-color: #40bff5;
}

.social-icons.social-icons-colored .social-vimeo a,
.social-icons.social-icons-colored-hover .social-vimeo a:hover {
  background-color: #35c6ea;
}

.social-icons.social-icons-colored .social-myspace a,
.social-icons.social-icons-colored-hover .social-myspace a:hover {
  background-color: #008dde;
}

.social-icons.social-icons-colored .social-youtube a,
.social-icons.social-icons-colored-hover .social-youtube a:hover {
  background-color: #ef4e41;
}

.social-icons.social-icons-colored .social-instagram a,
.social-icons.social-icons-colored-hover .social-instagram a:hover {
  background-color: #e53d00;
}

.social-icons.social-icons-colored .social-gplus a,
.social-icons.social-icons-colored-hover .social-gplus a:hover {
  background-color: #d68400;
}

.social-icons.social-icons-colored .social-stumbleupon a,
.social-icons.social-icons-colored-hover .social-stumbleupon a:hover {
  background-color: #ff5c30;
}

.social-icons.social-icons-colored .social-lastfm a,
.social-icons.social-icons-colored-hover .social-lastfm a:hover {
  background-color: #f34320;
}

.social-icons.social-icons-colored .social-pinterest a,
.social-icons.social-icons-colored-hover .social-pinterest a:hover {
  background-color: #e13138;
}

.social-icons.social-icons-colored .social-google a,
.social-icons.social-icons-colored-hover .social-google a:hover {
  background-color: #eb5e4c;
}

.social-icons.social-icons-colored .social-evernote a,
.social-icons.social-icons-colored-hover .social-evernote a:hover {
  background-color: #9acf4f;
}

.social-icons.social-icons-colored .social-dribbble a,
.social-icons.social-icons-colored-hover .social-dribbble a:hover {
  background-color: #f7659c;
}

.social-icons.social-icons-colored .social-skype a,
.social-icons.social-icons-colored-hover .social-skype a:hover {
  background-color: #13c1f3;
}

.social-icons.social-icons-colored .social-forrst a,
.social-icons.social-icons-colored-hover .social-forrst a:hover {
  background-color: #45ad76;
}

.social-icons.social-icons-colored .social-linkedin a,
.social-icons.social-icons-colored-hover .social-linkedin a:hover {
  background-color: #238cc8;
}

.social-icons.social-icons-colored .social-wordpress a,
.social-icons.social-icons-colored-hover .social-wordpress a:hover {
  background-color: #2592c3;
}

.social-icons.social-icons-colored .social-grooveshark a,
.social-icons.social-icons-colored-hover .social-grooveshark a:hover {
  background-color: #ffb21d;
}

.social-icons.social-icons-colored .social-delicious a,
.social-icons.social-icons-colored-hover .social-delicious a:hover {
  background-color: #377bda;
}

.social-icons.social-icons-colored .social-behance a,
.social-icons.social-icons-colored-hover .social-behance a:hover {
  background-color: #1879fd;
}

.social-icons.social-icons-colored .social-dropbox a,
.social-icons.social-icons-colored-hover .social-dropbox a:hover {
  background-color: #17a3eb;
}

.social-icons.social-icons-colored .social-soundcloud a,
.social-icons.social-icons-colored-hover .social-soundcloud a:hover {
  background-color: #ff7e30;
}

.social-icons.social-icons-colored .social-deviantart a,
.social-icons.social-icons-colored-hover .social-deviantart a:hover {
  background-color: #6a8a7b;
}

.social-icons.social-icons-colored .social-yahoo a,
.social-icons.social-icons-colored-hover .social-yahoo a:hover {
  background-color: #ab47ac;
}

.social-icons.social-icons-colored .social-flickr a,
.social-icons.social-icons-colored-hover .social-flickr a:hover {
  background-color: #ff48a3;
}

.social-icons.social-icons-colored .social-digg a,
.social-icons.social-icons-colored-hover .social-digg a:hover {
  background-color: #75788d;
}

.social-icons.social-icons-colored .social-blogger a,
.social-icons.social-icons-colored-hover .social-blogger a:hover {
  background-color: #ff9233;
}

.social-icons.social-icons-colored .social-tumblr a,
.social-icons.social-icons-colored-hover .social-tumblr a:hover {
  background-color: #426d9b;
}

.social-icons.social-icons-colored .social-quora a,
.social-icons.social-icons-colored-hover .social-quora a:hover {
  background-color: #ea3d23;
}

.social-icons.social-icons-colored .social-github a,
.social-icons.social-icons-colored-hover .social-github a:hover {
  background-color: #3f91cb;
}

.social-icons.social-icons-colored .social-amazon a,
.social-icons.social-icons-colored-hover .social-amazon a:hover {
  background-color: #ff8e2e;
}

.social-icons.social-icons-colored .social-xing a,
.social-icons.social-icons-colored-hover .social-xing a:hover {
  background-color: #1a8e8c;
}

.social-icons.social-icons-colored .social-wikipedia a,
.social-icons.social-icons-colored-hover .social-wikipedia a:hover {
  background-color: #b3b5b8;
}

.social-icons.social-icons-border li a {
  border: 1px solid #d7d7d7;
  background: 0 0;
  color: #333;
}

.dark .social-icons.social-icons-border li a {
  border: 1px solid #333 !important;
}

.dark .social-icons li a .social-icons.social-icons-dark li a {
  background: #888;
  color: #fff;
}

.social-icons.social-icons-light li a {
  background: #fff;
  color: #333;
  border: 1px solid #ececec;
}

.social-icons.social-icons-rounded li a {
  border-radius: 50%;
}

.social-icons.social-icons-square li a {
  border-radius: 0;
}

.social-icons.social-icons-xs li a {
  height: 20px;
  width: 20px;
  line-height: 20px;
  font-size: 12px;
}

.social-icons.social-icons-sm li a {
  height: 30px;
  width: 30px;
  line-height: 30px;
  font-size: 13px;
}

.social-icons.social-icons-md li a {
  height: 38px;
  width: 38px;
  line-height: 38px;
  font-size: 16px;
}

.social-icons.social-icons-lg li a {
  height: 42px;
  width: 42px;
  line-height: 42px;
  font-size: 18px;
}

.social-icons.social-icons-xl li a {
  height: 48px;
  width: 48px;
  line-height: 48px;
  font-size: 18px;
}

.dark .social-icons:not(.social-icons-colored):not(.social-icons-colored-hover) li a:hover {
  background-color: #1f1f1f;
}

.social-icons li:hover i {
  -webkit-animation: toTopFromBottom .2s forwards;
  animation: toTopFromBottom .2s forwards;
}

/*Map*/
.leaflet-map {
  height: 350px;
  width: 100%;
}

/*table*/
table {
  width: 100%;
  margin-bottom: 1.5rem;
  border-collapse: collapse;
  vertical-align: middle;
}

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

table thead > tr > th {
  vertical-align: middle;
  border-bottom: 0;
}

table p {
  margin-bottom: 0;
}

table.clean td, table.clean th {
  border: 0;
  border-top: 1px solid #ececec;
}

table .product-thumbnail img {
  max-width: 80px;
}

/*divider*/
.divider {
  position: relative;
  overflow: hidden;
  height: 4px;
  z-index: 9;
}

.divider.center_icon {
  text-align: center;
  height: auto;
}

.divider::before, .divider::after {
  content: '';
  position: absolute;
  width: 100%;
  top: 50%;
  left: 0px;
  height: 0;
  border-top: 1px solid #ececec;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.divider::before {
  margin-top: -1px;
}

.divider::after {
  margin-top: 1px;
}

.divider i {
  background-color: #fff;
  color: #aaa;
  position: relative;
  z-index: 1;
  font-size: 20px;
  padding: 0 20px;
  line-height: 1;
}

.divider-2 {
  width: 100%;
  height: 1px;
  background-color: #ececec;
}

.bg-square {
  position: absolute;
  left: auto;
  top: 150px;
  right: 0%;
  bottom: auto;
  width: 100%;
  height: 100%;
  max-height: 70%;
  max-width: 45%;
  min-width: 300px;
  background-color: #f3fbf5;
  z-index: -1;
  max-height: 1200px;
}

.mobile-promotion {
  display: none;
}

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

/*modal*/
.custom-modal .modal-dialog {
  max-width: 888px !important;
  border-radius: 0px;
  overflow: hidden;
  border: 0;
  margin: auto;
  top: 50%;
  -webkit-transform: translateY(-50%) !important;
          transform: translateY(-50%) !important;
}

.custom-modal .modal-dialog .modal-content {
  border-radius: 25px;
  padding: 40px;
  border: 1px solid #BCE3C9;
}

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

/*COMPONENTS -> BANNERS*/
.banner-left-icon {
  position: relative;
  background: #F4F6FA;
  padding: 20px;
  border-radius: 10px;
}

.banner-left-icon:hover .banner-icon {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}

.banner-left-icon .banner-icon {
  max-width: 60px;
  margin-right: 20px;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}

.banner-left-icon .banner-text h3 {
  color: #242424;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 5px;
}

.banner-left-icon .banner-text p {
  margin-bottom: 0;
  color: #adadad;
}

.banner-left-icon.style-2 {
  position: relative;
  border: 1px solid #ececec;
  padding: 20px;
}

.banner-img {
    position: relative;
    clear: both;
    border-radius: 10px;
    overflow: hidden;
    padding: 2px 0px;
}

.banner-img img {
    border-radius: 10px;
    width: 100%;
    border: 1px solid #e1e1e1;
    box-shadow: 0 6px 12px -4px rgb(40 11 18 / 10%);
}
.banners .col-lg-3,.banners .col-md-6 {
    padding: 0px 7px;
}
.banners{
    padding: 0px 10px;
}

.banner-img:hover img {
  opacity: 0.9;
}

.banner-img.banner-1 .banner-text {
  top: 30%;
}

.banner-img.banner-1.home-3 {
  margin-bottom: 24px;
  border-radius: 10px;
  overflow: hidden;
  max-height: 348px;
}

.banner-img.banner-2 .banner-text {
  right: 10px;
}

.banner-img .banner-text {
  position: absolute;
  top: 50%;
  z-index: 2;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  padding: 0 15px;
}

.banner-img .banner-text span {
  color: #adadad;
}

.banner-img .banner-text h4 {
  font-weight: 700;
  margin-bottom: 15px;
}

.banner-img .banner-text:hover h4 {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}

.banner-img .banner-text a i {
  margin-left: 5px;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  font-size: 10px;
}

.banner-img .banner-text a:hover i {
  margin-left: 10px;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}

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

.banner-img.style-2 .banner-text {
  top: 50px;
  -webkit-transform: none;
          transform: none;
}

.banner-img.style-3 {
  border-radius: 15px;
  overflow: hidden;
  height: 538px;
  background: url(../imgs/banner/banner-11.png) no-repeat center bottom;
  background-size: cover;
  width: 100%;
}

.banner-img.style-3 .banner-text {
  top: 50px;
  -webkit-transform: none;
          transform: none;
}

.banner-img.style-4 .banner-text h4 {
  font-size: 28px;
}

.banner-img.style-5 .banner-text {
  right: 0;
  padding: 0 30px;
}

.banner-img.style-6 .banner-text {
  right: 0;
  padding: 0 20px 0 0;
}

.banner-img.style-6 .banner-text h6 {
  font-size: 16px;
}

.banner-big .btn {
  background: #273142 !important;
  color: #fff;
  border-radius: 3px;
  font-size: 13px;
  padding: 10px 22px;
  border: 0;
}

.banner-big .btn:hover {
  background: #FDC040 !important;
}

/*Deal banners*/
.deal {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  background-color: #fff;
  background-size: contain;
  background-position: right center;
  background-repeat: no-repeat;
  min-height: 420px;
}

.deal > div {
  width: 100%;
}

.deal h2 {
  color: #FD6E6E;
  font-weight: 600;
  font-size: 26px;
  line-height: 1.1;
  margin-bottom: 5px;
}

.deal h5 {
  color: #242424;
  font-weight: 400;
  letter-spacing: 0;
  margin-bottom: 20px;
  max-width: 240px;
}

.deal .deal-content {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

.deal .product-title {
  max-width: 57%;
  margin-bottom: 20px;
  font-size: 45px;
  line-height: 1.23;
}

.deal .product-title a {
  color: #253D4E;
}

.deal .btn {
  background: #273142;
  border: 0;
  color: #fff;
  border-radius: 4px;
  font-size: 14px;
  padding: 10px 24px;
}

.deal .btn i {
  margin-left: 5px;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  font-size: 12px;
}

.deal .btn:hover i {
  margin-left: 10px;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}

.deal .deal-bottom {
  -ms-flex-item-align: end;
      align-self: flex-end;
}

.deal .deal-bottom .deals-countdown {
  margin-left: -12px;
  margin-bottom: 20px;
}

.deal .deal-bottom .deals-countdown .countdown-section {
  border: 2px solid #273142;
  -webkit-box-shadow: 20px 20px 54px rgba(0, 0, 0, 0.03);
          box-shadow: 20px 20px 54px rgba(0, 0, 0, 0.03);
}

.banner-bg {
  background-position: center;
  background-size: cover;
  padding: 50px;
}

.banner-features {
  text-align: center;
  padding: 25px 15px;
  border-radius: 4px;
  border: 1px solid #ececec;
  -webkit-box-shadow: 20px 20px 54px rgba(0, 0, 0, 0.03);
          box-shadow: 20px 20px 54px rgba(0, 0, 0, 0.03);
}

.banner-features:hover {
  -webkit-box-shadow: 20px 20px 54px rgba(0, 0, 0, 0.05);
          box-shadow: 20px 20px 54px rgba(0, 0, 0, 0.05);
}

.banner-features img {
  display: inline-block;
  margin-bottom: 15px;
}

.banner-features h4 {
  font-size: 13px;
  font-weight: 700;
  display: inline-block;
  padding: 9px 8px 6px 8px;
  line-height: 1;
  border-radius: 4px;
  color: #273142;
}

/*Page > About*/
.hero-2 {
  padding: 160px 0 100px;
  min-height: 640px;
}

.hero-3 {
  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;
  -ms-flex-preferred-size: content;
      flex-basis: content;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: url(../imgs/page/home-6-bg.jpg) no-repeat center center;
  background-size: cover;
  height: 330px;
}

.hero-3 form {
  background-color: #fff;
  max-width: 520px;
  border-radius: 50px;
  -webkit-box-shadow: 20px 20px 40px rgba(0, 0, 0, 0.07);
          box-shadow: 20px 20px 40px rgba(0, 0, 0, 0.07);
}

.hero-3 form input {
  border: 0;
  border-radius: 50px 0 0 50px;
  padding-left: 58px;
  background: url(../imgs/theme/icons/icon-search.png) no-repeat 25px center;
}

.hero-3 form button {
  border: 0;
  border-radius: 50px;
}

.hero-3 .nav-link {
  font-size: 14px !important;
}

.parallax-wrapper {
  position: absolute;
  z-index: 3;
  width: 100%;
}

.parallax-wrapper .parallax-img-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 2;
  margin: 0 auto;
}

.parallax-wrapper .parallax-img-area .parallax-img {
  position: absolute;
  z-index: 2;
  text-align: right;
}

.parallax-wrapper .parallax-img-area .parallax-img.img-1 {
  right: 0;
  width: 52%;
  z-index: 2;
  top: 100px;
}

.parallax-wrapper .parallax-img-area .parallax-img.img-2 {
  right: 220px;
  width: 52%;
  top: 40px;
  z-index: 3;
}

.parallax-wrapper .parallax-img-area .parallax-img.img-3 {
  opacity: 0.1 !important;
  left: -210px;
  width: 320px;
  top: 193px;
}

.parallax-wrapper .parallax-img-area .parallax-img.img-4 {
  opacity: 0.08 !important;
  width: 180px;
  left: 50%;
}

.parallax-wrapper .parallax-img-area .parallax-img.img-5 {
  right: 0;
  width: 12%;
  z-index: 2;
  opacity: 0.3;
  bottom: 20%;
}

.parallax-wrapper .parallax-img-area .parallax-img.img-6 {
  width: 25%;
  z-index: 3;
  opacity: 0.2;
  bottom: 0;
  left: -150px;
}

.parallax-wrapper .parallax-img-area .parallax-img.img-7 {
  opacity: 0.2 !important;
  width: 16%;
  top: 10%;
  left: 10%;
}

.parallax-wrapper .parallax-img-area .parallax-img.img-8 {
  opacity: 0.2 !important;
  width: 10%;
  bottom: 40%;
  left: 50%;
}

.hero-content {
  position: absolute;
  z-index: 4;
  width: 100%;
}

.hero-content h1 {
  line-height: 1.1;
}

.about-count {
  z-index: 100;
  position: relative;
  color: #fff;
  background: url(../imgs/page/about-9.png) no-repeat center center;
  border-radius: 15px;
  padding: 100px 0;
  overflow: hidden;
}

.about-count::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: #4B675A;
  z-index: 2;
  opacity: 0.8;
}

.about-count h1 {
  font-size: 72px;
  color: #fff;
}

.about-count h4 {
  color: #fff;
}

.about-count .text-center {
  z-index: 3;
  position: relative;
}

.hero-card-icon {
  width: 65px;
  height: 65px;
  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;
  margin-bottom: 20px;
  border-radius: 5px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.hero-card-icon.icon-left {
  width: 165px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
}

.single-content > ol {
  list-style-type: decimal;
  margin-bottom: 30px;
  padding-left: 1em;
}

.single-content > ol li:not(:last-child) {
  margin-bottom: 16px;
}

.single-content > ol ol {
  list-style-type: lower-alpha;
  margin: 20px 0 30px;
  padding-left: 25px;
}

.single-content > ol ol ol {
  list-style-type: lower-roman;
}

/*page 404*/
.page-404 {
  background-color: #fff;
}

.page-404 img {
  max-width: 300px;
}

.page-404 img.logo {
  max-width: 150px;
}

.page-404 .search-form {
  max-width: 400px;
  margin: 0 auto;
}

/*SHOP*/
.product-cart-wrap {
    position: relative;
    background-color: #fff;
    border: 1px solid #ececec;
    border-radius: 10px;
    overflow: hidden;
    transition: .2s;
    -moz-transition: .2s;
    -webkit-transition: .2s;
    -o-transition: .2s;
    border: 1px solid #1368923b;
    border-radius: 12px 12px;
    background: #fff;
    z-index: 2;
    position: relative;    margin-bottom: 15px;
}

.product-cart-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);
  border: 0px solid #e7e7e7;
  transition: .2s;
  -moz-transition: .2s;
  -webkit-transition: .2s;
  -o-transition: .2s;
}

.product-cart-wrap .product-img-action-wrap {
  position: relative;
  background-color: #fff;
  overflow: hidden;
  max-height: 320px;
  padding: 25px 25px 0 25px;
}

.product-cart-wrap .product-img-action-wrap .product-action-1 {
  background-color: #fff;
  border-radius: 5px;
  border: 1px solid #BCE3C9;
}

.product-cart-wrap .product-img-action-wrap .product-img {
  position: relative;
  overflow: hidden;
  border-radius: 15px;
}

.product-cart-wrap .product-img-action-wrap .product-img a {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: block;
  text-align: center;
}

.product-cart-wrap .product-img-action-wrap .product-img a img {
  /*width: 100%;*/
  max-height: 190px;
  min-height: 190px;
  width: auto !important;
  object-fit: contain;
  padding: 10px;
  max-width: 190px;
}

.product-cart-wrap .product-img-action-wrap .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);
}

.product-cart-wrap .product-img-action-wrap .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-cart-wrap .product-action-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 .3s ease 0s;
  transition: all .3s ease 0s;
  z-index: 9;
  -webkit-box-shadow: 20px 20px 40px rgba(0, 0, 0, 0.07);
          box-shadow: 20px 20px 40px rgba(0, 0, 0, 0.07);
}

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

.product-cart-wrap .product-action-1 button, .product-cart-wrap .product-action-1 a.action-btn {
  width: 40px;
  height: 36px;
  line-height: 40px;
  text-align: center;
  position: relative;
  display: inline-block;
  border-right: 1px solid #BCE3C9;
}

.product-cart-wrap .product-action-1 button:last-child, .product-cart-wrap .product-action-1 a.action-btn:last-child {
  border: none;
}

.product-cart-wrap .product-action-1 button.small, .product-cart-wrap .product-action-1 a.action-btn.small {
  width: 32px;
  height: 32px;
  line-height: 32px;
}

.product-cart-wrap .product-action-1 button.small i, .product-cart-wrap .product-action-1 a.action-btn.small i {
  font-size: 12px;
}

.product-cart-wrap .product-action-1 button:after, .product-cart-wrap .product-action-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: #273142;
  content: attr(aria-label);
  line-height: 1.3;
  -webkit-transition-delay: .1s;
  transition-delay: .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-cart-wrap .product-action-1 button:before, .product-cart-wrap .product-action-1 a.action-btn:before {
  content: '';
  position: absolute;
  left: calc(50% - 7px);
  bottom: 100%;
  -webkit-transition-delay: .1s;
  transition-delay: .1s;
  border: 7px solid transparent;
  border-top-color: #273142;
  z-index: 9;
  margin-bottom: -13px;
  transition-delay: .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-cart-wrap .product-action-1 button:last-child, .product-cart-wrap .product-action-1 a.action-btn:last-child {
  margin-right: 0;
}

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

.product-cart-wrap .product-action-1 button:hover, .product-cart-wrap .product-action-1 a.action-btn:hover {
  color: #FDC040;
}

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

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

.product-cart-wrap .product-action-1 button:hover i, .product-cart-wrap .product-action-1 a.action-btn:hover i {
  color: #FDC040;
}

.product-cart-wrap .product-badges {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.product-cart-wrap .product-badges.product-badges-mrg {
  margin: 0 0 10px;
}

.product-cart-wrap .product-badges.product-badges-position {
  position: absolute;
  left: 0;
  top: 0px;
  z-index: 9;
}

.product-cart-wrap .product-badges span {
  display: inline-block;
  font-size: 12px;
  line-height: 1;
  border-radius: 15px 0 20px 0;
  color: #fff;
  padding: 9px 20px 10px 20px;
}

.product-cart-wrap .product-badges span:last-child {
  margin-right: 0px;
}

.product-cart-wrap .product-badges span.hot {
  background-color: #273142;
}

.product-cart-wrap .product-badges span.new {
  background-color: #273142;
}

.product-cart-wrap .product-badges span.sale {
  background-color: #273142;
}

.product-cart-wrap .product-badges span.best {
  background-color: #273142;
}

.product-cart-wrap .product-content-wrap {

}

.product-cart-wrap .product-content-wrap .product-category {
  margin-bottom: 5px;
}

.product-cart-wrap .product-content-wrap .product-category a {
  color: #adadad;
  font-size: 12px;
}

.product-cart-wrap .product-content-wrap .product-category a:hover {
  color: #136892;
}

.product-cart-wrap .product-content-wrap h2 {
    font-size: 14px;
    font-weight: 500;
  margin-bottom: 5px;
}

.product-cart-wrap .product-content-wrap h2 a {
  color: #253D4E;
}

.product-cart-wrap .product-content-wrap h2 a:hover {
  color: #136892;
}

.product-cart-wrap .product-content-wrap .product-price {
  padding-top: 0px;
}

.product-cart-wrap .product-content-wrap .product-price span {
    font-size: 15px;
    font-weight: 400;
    color: #136892;
}

.product-cart-wrap .product-content-wrap .product-price span.new-price {
  color: #136892;
}

.product-cart-wrap .product-content-wrap .product-price span.old-price {
  font-size: 14px;
  color: #adadad;
  margin: 0 0 0 7px;
  text-decoration: line-through;
}

.product-cart-wrap .product-content-wrap .rating-result {
  /*display: -webkit-box;*/
  /*display: -ms-flexbox;*/
  /*display: flex;*/
}

.product-cart-wrap .product-content-wrap .rating-result > span {
  display: block;
  overflow: hidden;
  margin-left: 5px;
}

.product-cart-wrap .product-content-wrap .rating-result::before {
  font-family: "uicons-regular-straight"  !important;
  font-size: 11px;
  letter-spacing: 2px;
  content: '\f225' '\f225' '\f225' '\f225' '\f225';
  color: #ff9900;
}

.product-cart-wrap .product-content-wrap .add-to-cart {
  width: 44px;
  height: 44px;
  line-height: 44px;
  border-radius: 5px;
  background-color: #f5f5f5;
  text-align: center;
  display: block;
  color: #253D4E;
  font-size: 16px;
  position: absolute;
  bottom: 25px;
  right: 20px;
  font-weight: 300;
}

.product-cart-wrap .product-content-wrap .add-to-cart:hover {
  background-color: #273142;
  color: #fff;
}

.product-cart-wrap .product-content-wrap .add-to-cart img {
  width: 20px;
  display: inline-block;
  margin-top: 11px;
}

.product-cart-wrap .product-card-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 15px;
}

.product-cart-wrap .product-card-bottom .add-cart {
  cursor: pointer;
}

.product-cart-wrap .product-card-bottom .add-cart .add {
  position: relative;
  display: inline-block;
  padding: 6px 20px 6px 20px;
  border-radius: 4px;
  background-color: #DEF9EC;
  font-size: 14px;
  font-weight: 700;
}

.product-cart-wrap .product-card-bottom .add-cart .add:hover {
  background-color: #273142;
  color: #fff;
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
  -webkit-box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.05);
          box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.05);
}

.product-cart-wrap .product-stock .status-bar {
  background-color: #ededed;
  margin: 0px 0 10px;
  border-radius: 5px;
}

.product-cart-wrap .product-stock .status-bar .sold-bar {
  background-image: linear-gradient(235deg, #273142 0%, #77ccfd 100%);
  border-radius: 4px;
  height: 8px;
}

.product-cart-wrap .product-stock .status-bar .sold-bar.sold-bar-width-33 {
  width: 33.333333333333%;
}

.product-cart-wrap .product-stock .status-bar .sold-bar.sold-bar-width-10 {
  width: 10%;
}

.product-cart-wrap .product-stock .status-bar .sold-bar.sold-bar-width-40 {
  width: 40%;
}

.product-cart-wrap .product-stock .status-bar .sold-bar.sold-bar-width-6 {
  width: 6.6666666666667%;
}

.product-cart-wrap .product-stock .status-bar .sold-bar.sold-bar-width-42 {
  width: 42.857142857143%;
}

.product-cart-wrap .product-stock .product-stock-status {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.product-cart-wrap .product-stock .product-stock-status .sold {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin-right: 20px;
}

.product-cart-wrap .product-stock .product-stock-status .available {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.product-cart-wrap .product-stock .product-stock-status .stock-status-same-style span {
  font-size: 15px;
}

.product-cart-wrap .product-stock .product-stock-status .stock-status-same-style span.label {
  color: #253D4E;
}

.product-cart-wrap .product-stock .product-stock-status .stock-status-same-style span.value {
  font-weight: 700;
  color: #333;
}

.product-cart-wrap .progress {
  height: 5px;
}

.product-cart-wrap:hover .product-img-action-wrap .product-img a img.hover-img {
  opacity: 1;
  visibility: visible;
}

.product-cart-wrap:hover .product-img-action-wrap .product-action-1 {
  opacity: 1;
  visibility: visible;
}

.product-cart-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-cart-wrap.small {
  border: 0;
  text-align: center;
}

.product-cart-wrap.small .rating-result {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.product-cart-wrap.small .product-content-wrap {
  padding: 5px 15px 0 15px;
}

.product-cart-wrap.small .product-price {
  padding-top: 0;
}

.product-cart-wrap.small:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.product-cart-wrap.small h2 {
  border-bottom: 0;
  padding: 0;
  margin-bottom: 0;
}

.product-cart-wrap.small .product-badges span {
  font-size: 10px;
}

.product-cart-wrap.style-2 {
  border: 0;
  padding-bottom: 25px;
}

.product-cart-wrap.style-2:hover {
  border: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.product-cart-wrap.style-2 .product-img-action-wrap {
  padding: 0;
  position: relative;
  z-index: 1;
  max-height: unset;
}

.product-cart-wrap.style-2 .product-img-action-wrap img {
  border-radius: 15px;
}

.product-cart-wrap.style-2 .product-content-wrap {
  position: relative;
  margin-top: -90px;
  z-index: 3;
  padding: 0;
  max-width: 86%;
  margin-left: auto;
  margin-right: auto;
  transition: .3s;
  -moz-transition: .3s;
  -webkit-transition: .3s;
  -o-transition: .3s;
}

.product-cart-wrap.style-2 .product-content-wrap .deals-content {
  margin: 0 auto;
  background-color: #fff;
  border-radius: 10px;
  -webkit-box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.05);
          box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.05);
  padding: 25px 30px;
}

.product-cart-wrap.style-2 .product-content-wrap .deals-countdown-wrap {
  position: absolute;
  top: -80px;
  width: 100%;
  text-align: center;
}

.product-cart-wrap.style-2:hover .product-content-wrap {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
  transition: .3s;
  -moz-transition: .3s;
  -webkit-transition: .3s;
  -o-transition: .3s;
}

.product-price {
  font-family: 'Quicksand', sans-serif;
}

.product-list-small article:not(:last-child) {
  margin-bottom: 20px;
}

.product-list-small h6 a {
  color: #253D4E;
}

.product-list-small h6 a:hover {
  color: #273142;
}

.product-list-small figure img {
  border-radius: 10px;
}

.product-list-small .product-price {
  color: #273142;
  font-size: 18px;
  font-weight: 700;
  margin-top: 10px;
}

.product-list-small .product-price span.old-price {
  font-size: 14px;
  color: #adadad;
  margin: 0 0 0 7px;
  text-decoration: line-through;
}

.range .list-group-item {
  position: relative;
  display: block;
  padding: 0;
  background: none;
  border: 0;
}

.range .checkbox {
  font-size: 0.8em;
}

.range .price-filter {
  display: block;
  margin-top: 20px;
}

.range #slider-range {
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
  height: 4px;
  border-radius: 0px;
  background: #273142;
  color: #273142;
}

.range #slider-range .ui-slider-range {
  -webkit-box-shadow: none;
          box-shadow: none;
  background: #222;
  border-radius: 0px;
  border: none;
}

.range .ui-slider-handle.ui-state-default.ui-corner-all {
  width: 14px;
  height: 14px;
  line-height: 10px;
  background: #273142;
  border: none;
  border-radius: 100%;
  top: -5px;
}

.range .label-input {
  margin-top: 15px;
}

.range .label-input span {
  margin-right: 5px;
  color: #282828;
}

.range .label-input input {
  border: none;
  margin: 0;
  height: unset;
  font-weight: 600;
  font-size: 14px;
  background: transparent;
  padding-left: 0;
}

.range .check-box-list {
  margin-top: 15px;
}

.range .check-box-list li {
  margin-bottom: 5px;
}

.range .check-box-list li:last-child {
  margin: 0;
}

.range .check-box-list li label {
  margin: 0;
  font-size: 14px;
  font-weight: 400;
  color: #333;
  cursor: pointer;
}

.range .check-box-list li label input {
  display: inline-block;
  margin-right: 6px;
  position: relative;
  top: 1px;
}

.range .check-box-list .count {
  margin-left: 5px;
  color: #666;
}

.btn.btn-small {
  line-height: 1;
  padding: 10px 15px;
  min-width: unset;
  display: table;
  border-radius: 3px;
}

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

.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 i {
  font-size: 12px;
}

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

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

.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;
  border: 1px solid #f7f8f9;
  color: #777;
  padding: 9px 16px;
  border-radius: 10px;
  -webkit-transition: all .3s ease 0s;
  transition: all .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: 99;
  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: #273142;
  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: #273142;
  color: #ffffff;
}

/*Product list*/
.product-list {
  position: relative;
}

.product-list .product-cart-wrap {
  border: 0;
  border-radius: 0;
  overflow: unset;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.product-list .product-cart-wrap:not(:last-child) {
  margin-bottom: 30px;
}

.product-list .product-cart-wrap:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.product-list .product-cart-wrap:hover .product-img {
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
}

.product-list .product-cart-wrap .product-badges.product-badges-position {
  left: 0;
  top: 0;
}

.product-list .product-cart-wrap .product-img-action-wrap {
  max-width: 28%;
  position: relative;
  padding: 0;
  max-height: unset;
}

.product-list .product-cart-wrap .product-img-action-wrap .product-img {
  border: 1px solid #ececec;
  border-radius: 15px;
}

.product-list .product-cart-wrap .product-img-action-wrap .product-img .product-img-inner {
  overflow: hidden;
  padding: 10px;
}

.product-list .product-cart-wrap .product-img-action-wrap .product-img .product-img-inner a img {
  height: auto;
}

.product-list .product-cart-wrap h2 {
  font-size: 32px;
}

.product-list .product-cart-wrap .product-content-wrap .product-category a {
  font-size: 16px;
  margin-top: 15px;
  display: block;
}

.product-list .product-cart-wrap .product-content-wrap .product-price span {
  font-size: 32px;
}

.product-list .product-cart-wrap .product-content-wrap .product-price span.old-price {
  font-size: 20px;
}

.product-list .product-cart-wrap .product-content-wrap .product-action-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  bottom: unset;
  padding: 0 20px;
  margin-top: 20px;
  -webkit-box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.05);
          box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.05);
}

.product-list .product-cart-wrap .product-content-wrap .product-action-1 a.action-btn {
  border: none;
  width: auto;
  border-radius: 50px;
  background-color: #273142;
  color: #fff;
  text-align: center;
  margin-right: 0;
  position: relative;
  display: inline-block;
  padding: 0px 23px;
  height: 44px;
  font-weight: 500;
}

.product-list .product-cart-wrap .product-content-wrap .product-action-1 a.action-btn i {
  margin-right: 8px;
  color: #fff;
}

/*PRODUCT DETAILS*/
.detail-gallery {
  position: relative;
  display: grid;
}

.detail-gallery .zoom-icon {
  position: absolute;
  top: 20px;
  right: 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;
    background: #fff;
}

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

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

.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-rate {
  background-image: url("../imgs/theme/rating-stars.png");
  background-position: 0 -12px;
  background-repeat: repeat-x;
  height: 12px;
  width: 60px;
  transition: all 0.5s ease-out 0s;
  -webkit-transition: all 0.5s ease-out 0s;
}

.product-rating {
  height: 12px;
  background-repeat: repeat-x;
  background-image: url("../imgs/theme/rating-stars.png");
  background-position: 0 0;
}

.list-filter {
  margin: 0;
  padding: 0;
  list-style: none;
}

.list-filter li {
  display: inline-block;
}

.list-filter li a {
  color: #555;
  display: block;
  min-width: 30px;
  text-align: center;
  position: relative;
  transition: all 0.5s ease-out 0s;
  -webkit-transition: all 0.5s ease-out 0s;
}

.color-filter.list-filter a span {
  display: block;
  width: 26px;
  height: 26px;
  border-radius: 40px;
}

.color-filter.list-filter a span.product-color-white {
  border: 1px solid #ddd;
}

.color-filter.list-filter li.active a::before {
  content: "";
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  position: absolute;
  right: 3px;
  top: -3px;
  background: #4cd964;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 1px solid #fff;
}

.size-filter.list-filter a {
  border-radius: 5px;
  padding: 0 9px;
  background: #fff;
}

.size-filter.list-filter li a {
  color: #7E7E7E;
  height: 32px;
  line-height: 32px;
  min-width: 40px;
  text-align: center;
}

.size-filter.list-filter li a:hover,
.size-filter.list-filter li.active a {
  color: #fff;
  background-color: #273142;
  border-color: #273142;
}

.detail-qty {
  max-width: 80px;
  padding: 9px 20px;
  position: relative;
  width: 100%;
  border-radius: 5px;
}

.detail-qty > a {
  font-size: 16px;
  position: absolute;
  right: 8px;
  color: #273142;
}

.detail-qty > a:hover {
  color: #29A56C;
}

.detail-qty > a.qty-up {
  top: 0;
}

.detail-qty > a.qty-down {
  bottom: -4px;
}

.attr-detail .select-box select {
  height: 40px;
  width: 100%;
}

.attr-detail.attr-brand {
  margin-top: 23px;
}

.attr-detail.attr-brand .select-box {
  display: block;
  margin-bottom: 20px;
}

.attr-detail.attr-color table {
  margin-bottom: 15px;
}

.detail-extralink > div {
  display: inline-block;
  vertical-align: top;
}

.detail-extralink .detail-qty {
  margin: 0 6px 15px 0;
  background: #fff;
  border: 2px solid #273142 !important;
  font-size: 16px;
  font-weight: 700;
  color: #273142;
  border-radius: 5px;
  padding: 11px 20px 11px 30px;
  max-width: 90px;
}

.stock-status {
  display: inline-block;
  padding: 8px 12px;
  border-radius: 5px;
  margin-bottom: 20px;
  font-family: 'Quicksand', sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
}

.stock-status.in-stock {
  background: #DEF9EC;
  color: #273142;
}

.stock-status.out-stock {
  color: #f74b81;
  background: #fde0e9;
}

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

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

.detail-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 30px 0;
}

.detail-info .product-price .current-price {
    font-size: 40px;
    text-decoration: none;
    font-weight: 500;
}

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

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

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

.button.button-add-to-cart {
  padding: 8px 40px;
}

.product-extra-link2 a {
  background: #fff none repeat scroll 0 0;
  border: 1px solid #f1f1f1;
  color: #333;
  border-radius: 5px;
  display: inline-block;
  height: 50px;
  line-height: 55px;
  position: relative;
  text-align: center;
  vertical-align: top;
  width: 50px;
  margin: 0 5px;
  transition: all 0.5s ease-out 0s;
  -webkit-transition: all 0.5s ease-out 0s;
}

.product-extra-link2 a:hover {
  background-color: #273142;
  color: #fff;
}

.product-extra-link2 a:hover i {
  opacity: 1;
}

.product-extra-link2 a i {
  font-size: 18px;
  opacity: 0.6;
}

.product-extra-link2 .button.button-add-to-cart {
  position: relative;
  padding: 0px 20px;
  border-radius: 5px;
  border: 0;
  height: 50px;
  line-height: 50px;
  font-weight: 700;
  font-size: 16px;
  font-family: 'Quicksand', sans-serif;
}

.product-extra-link2 .button.button-add-to-cart i {
  margin-right: 10px;
}

.product-info {
    border: 0px solid #ececec;
    border-radius: 15px;
    position: relative;
}
.tab-style3{

}

.tab-style3 .nav-tabs .nav-item a.active, .tab-style3 .nav-tabs .nav-item a:hover {
    color: #273142;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: #273142;
    color: #fff !important;
    -webkit-transform: initial;
    transform: initial;
}

.tab-style3 .nav-tabs li.nav-item a {
    display: block;
    padding: 13px 24px !important;
    text-align: center;
    font-weight: 500;
    font-family: 'Quicksand', sans-serif;
    text-transform: none;
    font-size: 15px;
    border-radius: 10px;
    border: 1px solid #ececec;
    background: #fff;
    color: #5f5f5f;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

.tab-content.shop_info_tab {
    margin-top: 0px;
    padding: 10px 15px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border-top-right-radius: 10px;
}

.tab-pane .comments-area {
  padding-top: 0;
  border: 0;
}

.product-color-red {
  background: #ff596d;
}

.product-color-yellow {
  background: #ffdb33;
}

.product-color-white {
  background: #ffffff;
}

.product-color-orange {
  background: #ffbb51;
}

.product-color-cyan {
  background: #80e6ff;
}

.product-color-green {
  background: #38cf46;
}

.product-color-purple {
  background: #ff8ff8;
}

.detail-gallery .product-image-slider {
  background-color: #fff;
  margin-bottom: 10px;
  border-radius: 15px;
  border: 1px solid #ececec;
  overflow: hidden;
}

.detail-gallery .product-image-slider img {
    opacity: 1;
    border-radius: 16px;
    margin: 0px auto;
    width: 100%;
}

.detail-gallery .product-image-slider.slider-nav-thumbnails {
  background: none;
  border-radius: 0;
}

.detail-gallery .product-image-slider button.slick-arrow {
  background: none;
  border: 0;
  padding: 0;
  font-size: 14px;
}

.detail-gallery .product-image-slider button.slick-arrow i {
  color: #adadad;
}

.mail-to-friend {
  color: #adadad;
  font-size: 12px;
}

.mail-to-friend i {
  margin-right: 5px;
}

.attr-color, .attr-size {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.product-detail-rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 5px 0;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.product-detail .section-title.style-1 {
  font-size: 22px;
}

.product-more-infor {
  padding: 0 0 0px 14px;
}

.product-more-infor li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 10px;
  position: relative;
}

.product-more-infor li ::before {
  position: absolute;
  left: -14px;
  top: 9px;
  content: "";
  height: 6px;
  width: 6px;
  border-radius: 100%;
  background-color: #9b9b9b;
}

.product-more-infor li span {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 165px;
  flex: 0 0 165px;
  display: inline-block;
}

.product-more-infor li:last-child {
  margin: 0 0 0;
}

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

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

.progress-bar {
  background-color: #273142;
}

.shop-filter-toogle {
  margin-bottom: 20px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  border-radius: 30px;
  border: 1px solid #ececec;
  font-size: 17px;
  font-weight: 700;
  font-family: 'Quicksand', sans-serif;
  -webkit-box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.05);
          box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.05);
  padding: 10px 20px;
}

.shop-filter-toogle i {
  margin-left: 5px;
  color: #B6B6B6;
}

.shop-filter-toogle i.angle-down {
  opacity: 0;
  visibility: hidden;
  display: none;
}

.shop-filter-toogle .fi-rs-filter {
  font-size: 14px;
  color: #B6B6B6;
}

.shop-filter-toogle.active i.angle-down {
  opacity: 1;
  visibility: visible;
  display: inline-block;
}

.shop-filter-toogle.active i.angle-up {
  opacity: 0;
  visibility: hidden;
  display: none;
}

.shop-product-fillter-header .card {
  border: 1px solid #ececec;
  border-radius: 20px;
  margin-bottom: 50px;
  padding: 30px 40px;
  -webkit-box-shadow: 20px 20px 54px rgba(0, 0, 0, 0.03);
  box-shadow: 20px 20px 54px rgba(0, 0, 0, 0.03);
}

.shop-product-fillter-header .categor-list li {
  font-size: 12px;
}

.shop-product-fillter-header .categor-list li + li {
  border-top: 1px solid #f7f8f9;
  padding-top: 5px;
  margin-top: 5px;
}

.shop-product-fillter-header .categor-list li a {
  font-size: 14px;
  color: #7E7E7E;
  margin-right: 10px;
}

.shop-product-fillter-header .categor-list li a:hover {
  color: #273142;
}

.shop-product-fillter-header .color-filter {
  border-bottom: 1px solid #ececec;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.shop-product-fillter-header .product-rate-cover + .product-rate-cover {
  margin-top: 15px;
}

.shopping-summery table > :not(caption) > * > * {
  padding: 15px 0;
}

.shopping-summery table td, .shopping-summery table th, .shopping-summery table thead {
  border: 0;
}

.shopping-summery table thead th {
  background-color: #ececec;
  padding: 18px 0;
  font-family: 'Quicksand', sans-serif;
  font-size: 17px;
  font-weight: 700;
  color: #253D4E;
}

.shopping-summery table thead th.start {
  border-radius: 20px 0 0 20px;
}

.shopping-summery table thead th.end {
  border-radius: 0 20px 20px 0;
}

.shopping-summery table tbody tr img {
  max-width: 80px;
  border: 1px solid #ececec;
  border-radius: 15px;
}

table.no-border td, table.no-border th, table.no-border thead {
  border: 0;
}

.shipping_calculator .custom_select .select2-container {
  max-width: unset;
}

.shipping_calculator .custom_select .select2-container--default .select2-selection--single {
  border-radius: 10px;
  height: 64px;
  line-height: 64px;
}

.shipping_calculator .custom_select .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 64px;
}

.shipping_calculator .custom_select .select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 50%;
  right: 14px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.shipping_calculator .w-100 .select2-container {
  max-width: unset;
  min-width: 445.5px;
}

.cart-totals {
  border-radius: 10px;
  -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 40px;
}

.order_review {
  border: 1px solid #ececec;
  padding: 30px;
  border-radius: 10px;
}

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

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

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

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

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

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

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

.related-products .product-img-action-wrap {
  padding: 0;
  margin-bottom: 15px;
}

.col-lg-4-5 .product-cart-wrap .product-action-1 a.action-btn {
  width: 35px;
}

.col-lg-4-5 .countdown-section .countdown-amount {
  width: 38px;
}

.zoomWindow {
  border-radius: 15px;
  overflow: hidden;
}

.table-wishlist {
  border: 0;
}

.apply-coupon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.apply-coupon input {
  height: 51px;
  border-radius: 10px 0 0 10px;
  background-image: url("../imgs/theme/icons/coupon.png");
  background-position: 20px center;
  background-repeat: no-repeat;
  padding-left: 50px;
}

.apply-coupon button {
  min-width: 150px;
  height: 51px;
  border-radius: 0 10px 10px 0;
  background-color: #253D4E;
}

.apply-coupon button:hover {
  background-color: #273142;
}

.order_table table .product-thumbnail img {
  max-width: 120px;
  border-radius: 15px;
  border: 1px solid #ececec;
  padding: 5px;
}

.order_table table .w-160 {
  max-width: 160px;
}

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

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

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

/*BLOG*/
.archive-header {
  background: url(../imgs/blog/header-bg.png) no-repeat center center;
  border-radius: 20px;
  padding: 70px 80px;
  background-size: cover;
}

.tags-list li {
  display: inline-block;
  margin: 0 15px 0 0;
}

.tags-list li a {
  background-color: #fff;
  display: inline-block;
  border-radius: 30px;
  -webkit-box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.05);
          box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.05);
  padding: 10px 20px;
  border: 1px solid #ececec;
  font-family: 'Quicksand', sans-serif;
  font-size: 17px;
  font-weight: 700;
}

.tags-list li a i {
  color: #B6B6B6;
  font-size: 10px;
}

.tags-list li.active a {
  color: #253D4E;
}

.post-list article:not(:last-child) {
  margin-bottom: 20px;
}

.post-list .post-thumb {
  max-width: 221px;
  overflow: hidden;
}

.post-list .post-thumb a {
  margin-bottom: 0;
}

.post-list .post-title {
  font-weight: 500;
}

.post-list .post-title a {
  color: #253D4E;
}

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

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

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

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

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

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

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

.single-content p {
  margin-bottom: 1.2em;
  font-weight: 400;
}

.single-content ul {
  list-style: circle;
  padding-left: 1rem;
  font-size: 1rem;
}

.single-content ul li {
  position: relative;
  margin-bottom: 7px;
}

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

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

.single-content p {
  color: #253D4E;
  font-size: 17px;
}

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

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

.single-header {
  margin-bottom: 30px;
}

.single-header .entry-meta.meta-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
  -ms-flex-item-align: center;
      align-self: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.single-header .single-header-meta {
  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;
}

.single-header .single-header-meta .social-icons ul {
  margin-top: 15px;
}

.single-thumbnail {
  margin-bottom: 30px;
}

.single-thumbnail img {
  border-radius: 15px;
  overflow: hidden;
}

.entry-bottom {
  border-top: 1px solid #ececec;
  padding-top: 20px;
  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;
}

.entry-bottom .social-icons ul {
  margin-top: 15px;
}

.entry-bottom .social-icons ul img {
  width: 20px;
  opacity: .6;
}

.author-bio {
  border-radius: 15px;
  border: 1px solid #ececec;
}

.author-bio .author-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.author-bio .author-image img {
  margin-right: 10px;
}

.author-bio .author-image p {
  font-size: 14px;
}

/*Entry meta*/
.entry-meta {
  line-height: 1;
}

.entry-meta.meta-2 .author-img img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
}

.entry-meta.meta-2 .author-name {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
  display: inline-block;
  margin-top: 5px;
}

.entry-meta.meta-2 a.btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-item-align: center;
      align-self: center;
}

.entry-meta .author-add {
  font-size: 12px;
}

.entry-meta.meta-1 span {
  margin-right: 10px;
}

.entry-meta.meta-1 a.text-brand {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.entry-meta.meta-1 a.text-brand i {
  margin-left: 5px;
}

.entry-meta.meta-0 span {
  padding: 4px 10px 4px 19px;
  font-size: 11px;
  letter-spacing: 0.8px;
  font-weight: bold;
  text-transform: uppercase;
  border-radius: 30px;
  position: relative;
  margin-left: -5px;
}

.entry-meta.meta-0 span::before {
  content: "";
  width: 6px;
  height: 6px;
  background: none;
  margin-right: 3px;
  border-radius: 5px;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 8px;
  margin-top: -3px;
  border: 1px solid #273142;
}

.entry-meta .author-avatar img {
  max-width: 30px;
  margin-right: 5px;
}

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

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

h6.post-title {
  font-size: 14px;
}

.post-title a {
  color: #253D4E;
}

.post-title a:hover {
  color: #273142;
}

.post-thumb {
  overflow: hidden;
  position: relative;
}

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

.post-thumb a {
  line-height: 1;
}

.post-thumb .entry-meta {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 2;
}

.post-thumb .entry-meta a {
  display: inline-block;
  color: #fff !important;
  background-color: #FDC040;
  border-radius: 4px;
  width: 32px;
  height: 32px;
  text-align: center;
  line-height: 35px;
}

/*Loop Grid*/
.loop-grid {
  position: relative;
}

.loop-grid article {
  position: relative;
  background: #fff;
  overflow: hidden;
}

.loop-grid .entry-content {
  padding: 30px;
}

.loop-grid .entry-content-2 {
  padding: 20px 30px;
}

.loop-grid.loop-list {
  position: relative;
}

.loop-grid.loop-list article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #ececec;
  border-radius: 15px;
}

.loop-grid.loop-list article:not(:last-child) {
  margin-bottom: 30px;
}

.loop-grid.loop-list article .post-thumb {
  min-height: 366px;
  min-width: 438px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  overflow: hidden;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
}

.img-hover-slide {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  min-height: 280px;
  overflow: hidden;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
}

.top-right-icon {
  position: absolute;
  bottom: 15px;
  right: 15px;
  border-radius: 5px;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  z-index: 3;
  color: #fff;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
  -ms-transition: all 0.4s ease;
}

.top-left-icon {
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 3;
  display: inline-block;
  color: #fff !important;
  background-color: #FDC040;
  border-radius: 4px;
  width: 32px;
  height: 32px;
  text-align: center;
  line-height: 35px;
}

.entry-meta.meta-1, .entry-meta.meta-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.entry-meta.meta-1.meta-3, .entry-meta.meta-2.meta-3 {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}

.entry-meta a.read-more {
  font-size: 12px;
  border-radius: 30px;
  border: 1px solid #abd7ab;
  padding: 10px 15px;
  color: #98ca98;
  font-weight: 600;
  display: inline-block;
}

.vendor-wrap {
  position: relative;
  background-color: #fff;
  border: 1px solid #ececec;
  border-radius: 15px;
  overflow: hidden;
  transition: .2s;
  -moz-transition: .2s;
  -webkit-transition: .2s;
  -o-transition: .2s;
}

.vendor-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);
  border: 1px solid #BCE3C9;
  transition: .2s;
  -moz-transition: .2s;
  -webkit-transition: .2s;
  -o-transition: .2s;
}

.vendor-wrap .vendor-img-action-wrap {
  padding: 25px 25px 0 25px;
}

.vendor-wrap .vendor-img-action-wrap img {
  max-width: 144px;
}

.vendor-wrap .vendor-content-wrap {
  padding: 20px 20px 30px 20px;
}

.vendor-wrap .vendor-content-wrap h4 a {
  color: #253D4E;
}

.vendor-wrap .vendor-content-wrap h4 a:hover {
  color: #273142;
}

.vendor-wrap .vendor-content-wrap .total-product {
  position: relative;
  display: inline-block;
  padding: 6px 20px 6px 20px;
  border-radius: 4px;
  background-color: #DEF9EC;
  font-size: 14px;
  font-weight: 700;
  color: #273142;
  min-width: 123px;
}

.vendor-wrap .product-badges.product-badges-position {
  position: absolute;
  right: 0;
  top: 0px;
  z-index: 9;
}

.vendor-wrap .product-badges.product-badges-position span {
  display: inline-block;
  font-size: 12px;
  line-height: 1;
  border-radius: 0px 10px 0 20px;
  color: #fff;
  padding: 9px 20px 10px 20px;
  background-color: #273142;
}

.vendor-wrap .product-badges.product-badges-position span.hot {
  background-color: #f74b81;
}

.vendor-wrap .product-badges.product-badges-position span.new {
  background-color: #273142;
}

.vendor-wrap .product-badges.product-badges-position span.sale {
  background-color: #67bcee;
}

.vendor-wrap .product-badges.product-badges-position span.best {
  background-color: #f59758;
}

.vendor-wrap.style-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.vendor-wrap.style-2 .vendor-img-action-wrap {
  position: relative;
  padding: 20px;
}

.vendor-wrap.style-2 .vendor-img-action-wrap .total-product {
  position: relative;
  display: inline-block;
  padding: 6px 20px 6px 20px;
  border-radius: 4px;
  background-color: #DEF9EC;
  font-size: 14px;
  font-weight: 700;
  color: #273142;
  min-width: 123px;
}

.vendor-wrap.style-2 .vendor-info .btn {
  min-width: 105px;
  padding: 8px 10px 8px 13px;
}

.archive-header-2 .search-form input {
  border-radius: 30px;
  padding-left: 30px;
  -webkit-box-shadow: 20px 20px 40px rgba(0, 0, 0, 0.07);
          box-shadow: 20px 20px 40px rgba(0, 0, 0, 0.07);
}

.archive-header-3 {
  position: relative;
  border-radius: 20px;
  padding: 50px;
}

.archive-header-3 .archive-header-3-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/*LAYOUT -> HEADER STYLE*/
/*Header default*/
.header-top-ptb-1 {
  padding: 7px 0;
  border-bottom: 1px solid #ececec;
  font-size: 13px;
  line-height: 1;
}

.header-top-ptb-1 #news-flash {
  min-width: 400px;
  font-size: 14px;
  line-height: 10px;
  font-weight: 600;
}

.header-top-ptb-1 #news-flash li {
  min-height: 14px;
}

.header-top-ptb-1 #news-flash i {
  line-height: 6px;
  margin-right: 5px;
}

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

.header-info > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header-info > ul > li {
  margin-right: 20px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header-info > ul > li:before {
  content: '';
  position: absolute;
  right: -10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 1px;
  height: 10px;
  background: #dedfe2;
}

.header-info > ul > li:last-child {
  margin-right: 0;
}

.header-info > ul > li:last-child:before {
  display: none;
}

.header-info > ul > li a {
  color: #7E7E7E;
  font-weight: 500;
}

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

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

.header-info > ul > li > ul.language-dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 2;
  min-width: 120px;
  background: #fff;
  border-radius: 0 0 4px 4px;
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  visibility: hidden;
  opacity: 0;
  padding: 10px 15px;
  -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  border: 1px solid #ececec;
}

.header-info > ul > li > ul li {
  display: block;
}

.header-info > ul > li > ul li a {
  display: block;
  color: #696969;
  padding: 5px;
}

.header-info > ul > li > ul li a:hover {
  color: #273142;
  background-color: none;
}

.header-info > ul > li > ul li a img {
  max-width: 15px;
  display: inline-block;
  margin-right: 5px;
}

.header-info > ul > li:hover > a {
  color: #333;
}

.header-info > ul > li:hover > ul.language-dropdown {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  top: 25px;
}

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

.header-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    justify-content: center;
}

.header-wrap .header-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;margin: 0px auto;
}

.header-wrap.header-space-between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.header-wrap .header-right {
    display: block;
    position: absolute;
    right: 0px;
}

.logo a {
  display: block;
}

.logo.logo-width-1 {
    margin-right: 0px;
    padding-left: 0px;
    padding-top: 14px;
    padding-bottom: 0px;
}

.logo.logo-width-1 a img {
    width: 220px;
    min-width: 180px;
    position: relative;
    top: 2px;
}

.search-style-1 form {
  width: 370px;
  position: relative;
}

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

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

.header-action .header-action-icon:last-child {
  margin-right: 0;
}

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

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

.header-action-2 .header-action-icon-2 span.lable {
font-size: 16px;
    margin: 5px 0 0 10px;
    position: relative;
    left: 5px;
    top: -4px;
    color: #136892;
}

.header-action-2 .header-action-icon-2:last-child {

}

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

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

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

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

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

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

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

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

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

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

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

.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-top .mobile-header-logo a {
  display: block;
}

.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-menu-wrap nav {
  height: 100%;
}

.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .main-categori-wrap a i {
  margin-right: 15px;
}

.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .main-categori-wrap .categori-dropdown-active-small {
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 0;
}

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

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

.search-style-1 {
  margin-right: 28px;
}

.search-style-1 form input::-moz-input-placeholder {
  color: #253D4E;
  opacity: 1;
}

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

.search-style-1 form input:focus {
  border: 1px solid #273142;
  background-color: #ffffff;
}

.search-style-1 form button {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  border: none;
  font-size: 19px;
  height: 100%;
  padding: 0 15px;
  background-color: transparent;
  color: #273142;
}

.search-style-1 form button:hover {
  color: #5a97fa;
}

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

.header-action .header-action-icon {
  margin-right: 28px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

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

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

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

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

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

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

.header-action.header-action-hm3 .header-action-icon:last-child {
  margin-right: 0;
}

.header-action-2 .header-action-icon-2 {
position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0px;
    background: #ffffff;
    border-radius: 10px;
    margin-left: 30px;
    padding-right: 0px;
    border: 0px solid #136892;
}

.header-action-2 .header-action-icon-2 > a svg {
  width: 1em;
  height: 1em;
}

.header-action-2 .header-action-icon-2 > a span.pro-count.blue {
  background-color: red;
}

.header-action-2 .header-action-icon-2:hover > a {
  color: #273142;
  fill: #273142;
}

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

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

.cart-dropdown-wrap {
  position: absolute;
  right: 0;
  top: calc(100% + 20px);
  z-index: 99;
  width: 320px;
  background-color: #fff;
  -webkit-box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.05);
          box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.05);
  padding: 30px 20px 27px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  border-radius: 10px;
  border: 1px solid #ececec;
}

.cart-dropdown-wrap.cart-dropdown-hm2 {
  right: 0;
}

.cart-dropdown-wrap.account-dropdown {
  width: 200px;
}

.cart-dropdown-wrap.account-dropdown a {
  color: #253D4E;
}

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

.cart-dropdown-wrap ul li:last-child {
  margin: 0 0 0px;
}

.cart-dropdown-wrap ul li .shopping-cart-img {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 80px;
  flex: 0 0 80px;
  margin-right: 20px;
}

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

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

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

.cart-dropdown-wrap ul li .shopping-cart-title h4 a {
  color: #273142;
}

.cart-dropdown-wrap ul li .shopping-cart-title h4 a:hover {
  color: #253D4E;
}

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

.cart-dropdown-wrap ul li .shopping-cart-title h3 span {
  color: #696969;
  font-weight: 400;
  font-size: 16px;
}

.cart-dropdown-wrap ul li .shopping-cart-delete {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 100;
  -ms-flex-positive: 100;
  flex-grow: 100;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin: 6px 0 0;
}

.cart-dropdown-wrap ul li .shopping-cart-delete a {
  font-size: 18px;
  color: #696969;
}

.cart-dropdown-wrap ul li .shopping-cart-delete a:hover {
  color: #333;
}

.cart-dropdown-wrap .shopping-cart-footer .shopping-cart-total {
  border-top: 2px solid #f3f3f3;
  margin: 25px 0;
  padding: 17px 0 0;
}

.cart-dropdown-wrap .shopping-cart-footer .shopping-cart-total h4 {
  color: #9b9b9b;
  font-weight: 700;
  font-size: 16px;
  margin: 0;
}

.cart-dropdown-wrap .shopping-cart-footer .shopping-cart-total h4 span {
  font-size: 18px;
  float: right;
  color: #273142;
}

.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: #273142;
  font-family: 'Quicksand', sans-serif;
  border: 2px solid #273142;
}

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

.cart-dropdown-wrap .shopping-cart-footer .shopping-cart-button a.outline:hover {
  color: #ffffff;
}

.cart-dropdown-wrap .shopping-cart-footer .shopping-cart-button a:hover {
  background-color: #FDC040;
}

.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 .3s ease 0s;
  transition: all .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;
}

.search-style-2 {
  width: 100%;
}

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

.search-style-2 form select {
  color: #253D4E;
  font-size: 16px;
  font-weight: 700;
  min-height: 50px;
  border: 1px solid #ececec;
  border-right: none;
  width: 140px;
  padding: 3px 35px 3px 20px;
  border-radius: 4px 0 0 4px;
  background-color: #fff;
  -webkit-transition: all .3s ease 0s;
  transition: all .3s ease 0s;
  -moz-appearance: none;
  -webkit-appearance: none;
  position: relative;
}

.search-style-2 form select:focus {
  color: #333;
}

.search-style-2 form select::after {
  position: absolute;
}

.search-style-2 form input {
  width: 100%;
  max-width: 683px;
  font-size: 14px;
  background-image: url(../imgs/theme/icons/search.png);
  background-repeat: no-repeat;
  background-position: center right;
  padding-left: 0;
  height: 45px;
  line-height: 45px;
  font-size: 14px;
}

.search-style-2 form input::-moz-input-placeholder {
  opacity: 1;
}

.search-style-2 form input::-webkit-input-placeholder {
  opacity: 1;
}

.search-style-2 form input:focus {
  border-color: #414648;
  border-width: 0 0 3px 0;
  border-style: solid;
}

.search-style-2 form button {
  position: absolute;
  right: 0px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: transparent;
  padding: 0;
  border: none;
  font-size: 20px;
  color: #273142;
  height: 100%;
  padding: 5px 17px;
}

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

.header-bottom .header-action-right a span.pro-count {
  background-color: #05ae4e;
  color: #fff;
}

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

.search-style-3 form {
  position: relative;
}

.search-style-3 form input {
    font-size: 14px;
    height: 37px;
    color: #253D4E;
    background-color: #F2F3F4;
    border-radius: 5px;
    padding: 2px 10px 3px 10px;
    -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 input:focus {
  border: 1px solid #BCE3C9;
}

.search-style-3 form button {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  border: none;
  font-size: 16px;
  height: 100%;
  padding: 0 14px;
  background-color: transparent;
  color: #333;
}

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

.search-popup-wrap {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  background-color: white;
  -webkit-transition: all .5s ease-in-out;
  transition: all .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 #273142;
  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 .5s ease-in-out, opacity .5s linear;
  transition: all .5s ease-in-out, opacity .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: .6s;
  transition-delay: .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: #fff;
}

.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;
    z-index: 99;
}

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

.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: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 20px 30px;
    background-color: #ffffff;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    align-content: center;
}
.mobile-header-top .close-style-wrap {
    position: absolute !important;
    right: -30px;
    top: -1px;
    background-color: #DEF9EC;
    width: 30px;
    height: 32px;
    border-bottom-right-radius: 4px;
}

.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: 13px;
    line-height: 1;
    text-transform: capitalize;
    font-weight: 500;
    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: 0px 0 0 0px;
    padding-top: 5px;
}

.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-menu-wrap nav .mobile-menu li ul li {
padding: 0px !important;
    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: 10px;
}

.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-menu-wrap nav .mobile-menu li ul li a {
    font-size: 13px;
    display: block;
    font-weight: 500;
}
.menu-item-has-children.active .menu-item-has-children.active .dropdown{
    padding-left:10px !important;
}
.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: #273142;
}

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

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

.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;
  background: #273142;
  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 0px 0;
}

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

.hotline p {
    color: #273142;
    font-size: 24px;
    font-weight: 600;
    font-family: 'Quicksand', sans-serif;
    display: block;
    line-height: 1;
    letter-spacing: 1px;
}

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

/* Header style 1 */
.header-style-1 {
  position: relative;
  overflow-x: clip;
}

.header-style-1.header-height-2 {
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    background: #ffffff;
}

.header-style-1 .header-top-ptb-1 {
  background-image: none;
  padding: 10px 0;
}

.header-style-1 .header-top-ptb-1 .language-dropdown a {
  color: #253D4E;
}

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

.header-style-1 .select2-container {
  max-width: unset;
  min-width: 150px;
}

.header-style-1 .select2-container--default .select2-selection--single {
  border: 0;
  height: 50px;
  line-height: 50px;
  padding-left: 20px;
  width: 155px;
  max-width: unset;
  border-radius: 5px 0 0 5px;
}

.header-style-1 .select2-container--default .select2-selection--single .select2-selection__arrow {
  right: 10px;
}

.header-style-1 .select2-container--default .select2-selection--single .select2-selection__arrow b {
  border: 0;
}

.header-style-1 .select2-container--default .select2-selection--single .select2-selection__arrow b::after {
  font-family: uicons-regular-straight !important;
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1 !important;
  content: "\f10f";
  position: absolute;
  top: -4px;
}

.header-style-1 .select2-container--default .select2-selection--single .select2-selection__rendered {
  height: 50px;
  line-height: 50px;
  position: relative;
}

.header-style-1 .select2-container--default .select2-selection--single .select2-selection__rendered:after {
  content: '';
  height: 20px;
  width: 1px;
  background-color: #CACACA;
  position: absolute;
  right: 0;
  top: 15px;
}

.header-style-1 .search-location .select2-container--default .select2-selection--single {
  border: 0;
  height: 40px;
  line-height: 40px;
  padding-left: 13px;
  width: 164px;
  max-width: unset;
  border-radius: 5px;
  background-color: #fff;
  border: 1px solid #ececec;
  -webkit-box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.05);
          box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.05);
}

.header-style-1 .search-location .select2-container--default .select2-selection--single:hover {
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.header-style-1 .search-location .select2-container--default .select2-selection--single .select2-selection__arrow {
  right: 10px;
  top: 7px;
}

.header-style-1 .search-location .select2-container--default .select2-selection--single .select2-selection__rendered {
  height: 40px;
  line-height: 35px;
  position: relative;
  color: #273142;
  font-weight: 500;
}

.header-style-1 .search-location .select2-container--default .select2-selection--single .select2-selection__rendered:after {
  content: none;
}

.header-style-1 .search-location .select2-container--default .select2-selection--single .select2-selection__rendered:before {
  font-family: uicons-regular-straight !important;
  content: "\f1c6";
  color: #B6B6B6;
  margin-right: 7px;
  display: inline-block;
}

.header-style-1 .search-location .select2-container {
  max-width: unset;
  min-width: 158px;
  max-width: 158px;
  margin-right: 30px;
}

.header-style-1 .search-style-2 form {
    border: 0px solid #BCE3C9;
    border-radius: 5px;
    max-width: 95%;
    background-color: #fff;
}

.header-style-1 .search-style-2 form input {
    max-width: 100%;
    border-width: 0px;
    border-radius: 30px;
    margin-left: 20px;
    background-color: #fff;
    border: none;
    border: 1px solid #136892;
    padding: 0px 15px;
}

.header-style-1 .header-bottom-bg-color {
background-color: #ffffff;
    border-top: 0px solid #ececec;
    border-bottom: 0px solid #ececec;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.header-style-1 .main-categori-wrap > a {
  color: #fff;
  line-height: 70px;
  background: #273142;
  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: 40px;
    border-radius: 5px;
    padding: 0 20px;
    font-family: 'Quicksand', sans-serif;
    font-size: 15px;
}

.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 .hotline p {
  color: #273142 !important;
}

.header-style-1 .main-categori-wrap > a span {
  color: #fff !important;
}

.header-style-1.header-style-5 .header-bottom-bg-color {
  background-color: #273142 !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;
}

.header-style-1.header-style-5 .hotline p {
  color: #fff !important;
}

.header-style-1.header-style-5 .hotline p span {
  color: #fff !important;
}

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

.hotline i {
  opacity: 0.7;
}

/*LAYOUT -> NAVIGATION STYLE*/
.main-menu.main-menu-mrg-1 {
  margin: 0 0 0 27px;
}

.main-menu > nav > ul > li.hot-deals {
  padding-right: 30px !important;
}

.main-menu > nav > ul > li.hot-deals img {
  position: relative;
  margin-bottom: -4px;
  margin-right: 8px;
}

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

.main-menu > nav > ul > li > a {
    display: inline-block;
    font-size: 15px;
    font-weight: 600;
    color: #000000;
    font-family: 'Quicksand', sans-serif;
    text-transform: uppercase;
    letter-spacing: 2px;
}

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

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

.main-menu > nav > ul > li ul.sub-menu {
  position: absolute;
  left: 0;
  top: 100%;
  background-color: #ffffff;
  min-width: 250px;
  padding: 20px 10px;
  -webkit-transition: all .25s ease 0s;
  transition: all .25s ease 0s;
  opacity: 0;
  visibility: hidden;
  margin-top: 20px;
  border-radius: 10px;
  z-index: 999;
  border: 1px solid #ececec;
  -webkit-box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.05);
          box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.05);
}

.main-menu > nav > ul > li ul.sub-menu li {
  line-height: 1;
  display: block;
  margin-bottom: 21px;
  position: relative;
}

.main-menu > nav > ul > li ul.sub-menu li:last-child {
  margin-bottom: 0;
}

.main-menu > nav > ul > li ul.sub-menu li ul.level-menu {
  position: absolute;
  left: 100%;
  top: -110px;
  background-color: #ffffff;
  width: 240px;
  padding: 15px 0 20px;
  -webkit-transition: all .25s ease 0s;
  transition: all .25s ease 0s;
  opacity: 0;
  visibility: hidden;
  border-radius: 10px;
  margin-top: 20px;
  border: 1px solid #ececec;
  -webkit-box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.05);
          box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.05);
}

.main-menu > nav > ul > li ul.sub-menu li ul.level-menu.level-menu-modify {
  top: -25px;
}

.main-menu > nav > ul > li ul.sub-menu li a i {
  font-size: 9px;
  float: right;
  position: relative;
  top: 4px;
}

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

.main-menu > nav > ul > li ul.sub-menu li:hover ul.level-menu {
  opacity: 1;
  visibility: visible;
  margin-top: 0px;
}

.main-menu > nav > ul > li ul.mega-menu {
  position: absolute;
  left: 0;
  top: 100%;
  background-color: #ffffff;
  width: 100%;
  padding: 35px 25px 35px 35px;
  -webkit-transition: all .25s ease 0s;
  transition: all .25s ease 0s;
  opacity: 0;
  visibility: hidden;
  margin-top: 20px;
  border-radius: 0 0 10px 10px;
  z-index: 999;
  border: 1px solid #ececec;
  -webkit-box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.05);
          box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.05);
}

.main-menu > nav > ul > li ul.mega-menu li {
  line-height: 1;
  display: block;
  position: relative;
  float: left;
  padding-right: 10px;
}

.main-menu > nav > ul > li ul.mega-menu li:last-child {
  margin-bottom: 0;
}

.main-menu > nav > ul > li ul.mega-menu li.sub-mega-menu-width-22 {
  width: 22%;
}

.main-menu > nav > ul > li ul.mega-menu li.sub-mega-menu-width-34 {
  width: 34%;
}

.main-menu > nav > ul > li ul.mega-menu li a.menu-title {
  font-size: 19px;
  font-weight: 700;
  display: block;
}

.main-menu > nav > ul > li ul.mega-menu li ul {
  margin-top: 28px;
}

.main-menu > nav > ul > li ul.mega-menu li ul li {
  line-height: 1;
  display: block;
  margin-bottom: 14px;
  float: none;
}

.main-menu > nav > ul > li ul.mega-menu li ul li:last-child {
  margin-bottom: 0;
}

.main-menu > nav > ul > li ul.mega-menu li ul li a {
  font-size: 15px;
  color: #7E7E7E;
  display: block;
  line-height: 1.4;
}

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

.main-menu > nav > ul > li ul.mega-menu li .menu-banner-wrap {
  overflow: hidden;
  position: relative;
}

.main-menu > nav > ul > li ul.mega-menu li .menu-banner-wrap a {
  display: block;
}

.main-menu > nav > ul > li ul.mega-menu li .menu-banner-wrap a img {
  width: 100%;
}

.main-menu > nav > ul > li ul.mega-menu li .menu-banner-wrap .menu-banner-content {
  position: absolute;
  top: 32px;
  left: 30px;
}

.main-menu > nav > ul > li ul.mega-menu li .menu-banner-wrap .menu-banner-content h3 {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
  margin: 5px 0 11px;
}

.main-menu > nav > ul > li ul.mega-menu li .menu-banner-wrap .menu-banner-content .menu-banner-price span.old-price {
  font-size: 19px;
  font-weight: 400;
  color: #696969;
  text-decoration: line-through;
  margin-left: 5px;
}

.main-menu > nav > ul > li ul.mega-menu li .menu-banner-wrap .menu-banner-content .menu-banner-btn a {
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  color: #ffffff;
  border-radius: 26px;
  padding: 12px 22px 14px;
  background-color: #273142;
}

.main-menu > nav > ul > li ul.mega-menu li .menu-banner-wrap .menu-banner-discount h3 span {
  display: block;
  line-height: 1;
  font-weight: 700;
  font-size: 20px;
  margin: 0 0 3px;
}

.main-menu > nav > ul > li ul.mega-menu li .menu-banner-wrap:hover .menu-banner-btn a {
  background-color: #FD6E6E;
}

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

.main-menu > nav > ul > li:hover ul.sub-menu {
  opacity: 1;
  visibility: visible;
  margin-top: 0px;
}

.main-menu > nav > ul > li:hover ul.mega-menu {
  opacity: 1;
  visibility: visible;
  margin-top: 0;
}

.main-menu.hover-boder > nav > ul > li > a {
  position: relative;
}

.main-menu.hover-boder > nav > ul > li > a::after {
  content: none;
  position: absolute;
  left: auto;
  right: 0;
  bottom: 34px;
  height: 1px;
  width: 0;
  -webkit-transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
  transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
  background: #273142;
}

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

.main-menu.main-menu-padding-1 > nav > ul > li:first-child {
  padding-left: 0 !important;
    margin-left: 19px;
}

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

.main-menu > nav > ul > li ul.mega-menu li .menu-banner-wrap .menu-banner-content h4 {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 500;
  margin: 0;
}

.main-menu > nav > ul > li ul.mega-menu li .menu-banner-wrap .menu-banner-content .menu-banner-price {
  margin: 0 0 28px;
}

.main-menu > nav > ul > li ul.mega-menu li .menu-banner-wrap .menu-banner-content .menu-banner-price span.new-price {
  font-size: 24px;
  font-weight: 700;
  color: #FD6E6E;
}

.main-menu > nav > ul > li ul.mega-menu li .menu-banner-wrap .menu-banner-discount {
  width: 80px;
  height: 80px;
  line-height: 80px;
  border-radius: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #ffd55a;
  position: absolute;
  top: 13%;
  right: 7%;
}

.main-menu > nav > ul > li ul.mega-menu li .menu-banner-wrap .menu-banner-discount h3 {
  color: #333;
  margin: 0;
  text-align: center;
  font-size: 19px;
  font-weight: 600;
  line-height: 1;
}

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

.main-categori-wrap {
  position: relative;
  margin-right: 35px;
}

.main-categori-wrap > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex !important;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 18px;
  font-weight: 600;
}

.main-categori-wrap > a span {
  margin-right: 7px;
  color: #7E7E7E;
}

.main-categori-wrap > a > i {
  margin-left: 5px;
  margin-top: 7px;
  color: #999;
}

.main-categori-wrap > a > i.up {
  position: absolute;
  top: 40%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  opacity: 0;
  visibility: hidden;
}

.main-categori-wrap > a.open > i {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.main-categori-wrap .categori-dropdown-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-width: 412px;
}

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

.categories-dropdown-active-large.open {
  opacity: 1;
  visibility: visible;
}

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

.categories-dropdown-wrap ul li {
    display: block;
    display: block;
    display: block;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 15px;
    border-radius: 0px;
    border: 0px solid #e1e1e1;
    padding: 0px 0px;
    margin: 0 15px 15px 0;
    height: auto;
    transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    -o-transition: .3s;
    padding-right: 15px;
}


.categories-dropdown-wrap ul li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0;
    line-height: 1.5;
    color: #273142;
    font-size: 15px;
    text-transform: capitalize;
    border-bottom: 1px solid #e1e1e1;
    font-weight: 600;
    font-family: 'Quicksand', sans-serif;
}
.view_all {
    border-bottom: 0px solid #e1e1e1;
    font-size: 10px !important;
    color: #797979 !important;
    text-align: right;
    width: 100%;
    text-transform: capitalize;
    margin-top: 10px;
    text-decoration: underline;
}
.child-menu {
    padding-top: 5px;
}
.child-menu li {
    margin: 0px !important;
    margin-bottom: 2px !important;
}
.child-menu li a {
    font-size: 13px !important;
    border-bottom: 0px !important;
    font-weight: 400 !important;
    color: #253D4E !important;
}
.child-menu li a:before {
   content:"• ";
   margin-right:5px;
}



.categories-dropdown-wrap ul li a img {
    border-radius: 5px;
    max-width: 48px;
    margin-right: 15px;
    background: #fdf4e1;
    padding: 0px 0px;
}

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

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

.categories-dropdown-wrap ul li.has-children > a::after {
  content: "\f111";
  font-family: 'uicons-regular-straight' !important;
  position: absolute;
  right: 30px;
  top: 50%;
  margin-top: -10px;
}

.categories-dropdown-wrap ul li.has-children .dropdown-menu {
  left: 100%;
  top: 0;
  margin: 0;
  margin-top: 0px;
  border: 1px solid #ececec;
  min-width: 800px;
  width: 100%;
  right: 0;
  border-radius: 0;
  padding: 20px;
}

.categories-dropdown-wrap ul li.has-children .dropdown-menu .submenu-title {
  font-size: 19px;
  font-weight: 700;
  display: block;
  color: #273142;
  padding: 5px 34px;
}

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

.categories-dropdown-wrap ul li.has-children .dropdown-menu .header-banner2 .banne_info {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  padding: 15px;
}

.categories-dropdown-wrap ul li.has-children .dropdown-menu .header-banner2 .banne_info a {
  text-transform: capitalize;
  position: relative;
  padding: 0;
  color: #272a2c !important;
}

.categories-dropdown-wrap ul li.has-children .dropdown-menu .header-banner2 .banne_info a::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  width: 50%;
  background-color: #272a2c;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.categories-dropdown-wrap ul.end li {
  margin-right: 0;
}

.categories-dropdown-wrap .more_categories {
  margin-top: 15px;
  color: #273142;
  position: relative;
  font-size: 13px;
  font-family: 'Quicksand', sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

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

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

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

.categories-dropdown-wrap .more_categories.show span.icon::after {
  display: none;
  content: none;
}

.categories-dropdown-wrap.style-2 {
  border: 1px solid #BCE3C9;
  border-radius: 10px;
  padding: 30px;
}

.categories-dropdown-wrap.style-2 ul li {
  border-radius: 0;
  border: 0;
  height: 24px;
  padding: 0;
  line-height: 24px;
  margin-bottom: 16px;
}

.categories-dropdown-wrap.style-2 ul li:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.categories-dropdown-wrap.style-2 ul li a {
  font-weight: 500;
}

.categories-dropdown-wrap.style-2 ul li img {
  max-height: 20px;
}

.categories-dropdown-wrap.style-2 .more_categories {
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
}

.categories-dropdown-wrap.style-2 .more_categories .icon {
  -webkit-transform: scale(0.7);
          transform: scale(0.7);
}

/*Pagination*/
.pagination-area .page-item {
  margin: 0 5px;
}

.pagination-area .page-item:first-child {
  margin-left: 0;
}

.pagination-area .page-item:first-child .page-link {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.pagination-area .page-item:last-child .page-link {
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
}

.pagination-area .page-item.active .page-link, .pagination-area .page-item:hover .page-link {
  color: #fff;
  background: #273142;
}

.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-family: 'Quicksand', sans-serif;
  font-size: 16px;
  background-color: #F2F3F4;
}

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

/*LAYOUT -> SIDEBAR*/
.widget-category ul > li {
  padding: 6px 0;
  -webkit-transition-duration: .2s;
          transition-duration: .2s;
}

.widget-category ul > li:hover {
  padding-left: 5px;
  -webkit-transition-duration: .2s;
          transition-duration: .2s;
}

.widget-category ul > li a {
  color: #242424;
}

.widget-category ul > li a:hover {
  color: #273142;
}

.price_range {
  background: url(../imgs/banner/fillter-widget-bg.png) no-repeat right bottom;
  background-size: 150px;
}

.primary-sidebar .sidebar-widget {
  position: relative;
  padding: 30px;
  border: 1px solid #ececec;
  border-radius: 15px;
  -webkit-box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.05);
          box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.05);
}

.widget-category-2 ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 48px;
  border-radius: 5px;
  border: 1px solid #F2F3F4;
  padding: 9px 18px;
  margin: 0 0 15px 0;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  transition: .3s;
  -moz-transition: .3s;
  -webkit-transition: .3s;
  -o-transition: .3s;
}

.widget-category-2 ul li:last-child {
  margin-bottom: 0 !important;
}

.widget-category-2 ul li:hover {
  border: 1px solid #BCE3C9;
  -webkit-box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.05);
          box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.05);
  transition: .3s;
  -moz-transition: .3s;
  -webkit-transition: .3s;
  -o-transition: .3s;
}

.widget-category-2 ul li:hover a {
  color: #273142;
}

.widget-category-2 ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0;
  line-height: 1.5;
  color: #253D4E;
  font-size: 14px;
}

.widget-category-2 ul li a:hover {
  color: #273142;
  background-color: transparent;
}

.widget-category-2 ul li a img {
  max-width: 30px;
  margin-right: 15px;
}

.widget-category-2 ul li:hover .dropdown-menu {
  display: block;
  opacity: 1;
  visibility: visible;
  margin-top: 0px;
  pointer-events: auto;
}

.widget-category-2 ul li.has-children {
  position: relative;
}

.widget-category-2 ul li.has-children > a::after {
  content: "\f111";
  font-family: 'uicons-regular-straight' !important;
  position: absolute;
  right: 30px;
  top: 50%;
  margin-top: -10px;
}

.widget-category-2 ul li.has-children .dropdown-menu {
  left: 100%;
  top: 0;
  margin: 0;
  margin-top: 0px;
  border: 1px solid #ececec;
  min-width: 800px;
  width: 100%;
  right: 0;
  border-radius: 0;
  padding: 20px;
}

.widget-category-2 ul li.has-children .dropdown-menu .submenu-title {
  font-size: 19px;
  font-weight: 700;
  display: block;
  color: #273142;
  padding: 5px 34px;
}

.widget-category-2 ul li.has-children .dropdown-menu .header-banner2 {
  display: block;
  position: relative;
  margin-bottom: 15px;
}

.widget-category-2 ul li.has-children .dropdown-menu .header-banner2 .banne_info {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  padding: 15px;
}

.widget-category-2 ul li.has-children .dropdown-menu .header-banner2 .banne_info a {
  text-transform: capitalize;
  position: relative;
  padding: 0;
  color: #272a2c !important;
}

.widget-category-2 ul li.has-children .dropdown-menu .header-banner2 .banne_info a::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  width: 50%;
  background-color: #272a2c;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.widget-category-2 ul.end li {
  margin-right: 0;
}

.widget-category-2 .count {
  display: inline-block;
  background-color: #BCE3C9;
  width: 24px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  border-radius: 20px;
  margin-left: 5px;
  font-size: 12px;
  color: #253D4E;
}

/*Social network widget*/
.follow-us a {
  display: block;
  padding: 12px 10px;
  color: #fff;
  width: 50%;
  border-radius: 5px;
  font-size: 11px;
  overflow: hidden;
  height: 46px;
}

.follow-us a .social-count {
  font-weight: bold;
}

.follow-us a:hover i {
  -webkit-transform: translateY(-35px) !important;
  transform: translateY(-35px) !important;
}

.follow-us a i {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: 0.2s cubic-bezier(0.65, 0.23, 0.31, 0.88);
  transition: 0.2s cubic-bezier(0.65, 0.23, 0.31, 0.88);
  display: inline-block;
  font-size: 16px;
  vertical-align: middle;
}

.follow-us a i.nth-2 {
  position: absolute;
  top: 38px;
  left: 0;
}

.follow-us i.v-align-space {
  border-right: 1px solid rgba(255, 255, 255, 0.5);
  padding-right: 4px;
  line-height: 1;
}

.follow-us .social-icon {
  display: inline-block;
  position: relative;
  transition: all .5s ease-in-out;
  -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  -ms-transition: all .5s ease-in-out;
}

.follow-us a.follow-us-facebook,
.single-social-share a.facebook-icon {
  background: #305c99;
}

.follow-us a.follow-us-twitter,
.single-social-share a.twitter-icon {
  background: #00cdff;
}

.follow-us a.follow-us-instagram,
.single-social-share a.instagram-icon {
  background: #3f729b;
}

.follow-us a.follow-us-youtube,
.single-social-share a.pinterest-icon {
  background: #e22b26;
}

.sidebar-widget .widget-header {
  border-bottom: 1px solid #ececec;
}

.sidebar-widget .widget-header h5 {
  margin-bottom: 0;
  text-transform: uppercase;
  font-size: 14px;
}

.sidebar-widget .banner-img {
  float: none;
}

.widget_categories li.cat-item,
.widget_archive li,
.widget_pages li,
.widget_recent_comments li,
.widget_nav_menu li {
  text-align: right;
  border-bottom: 1px dotted rgba(0, 0, 0, 0.15);
  display: table;
  width: 100%;
  font-size: 14px;
  padding: 7px 0;
}

.widget_categories li.cat-item:last-child {
  border: none;
}

.widget_categories li.cat-item a,
.widget_archive li a,
.widget_pages li a {
  text-align: left;
  float: left;
  padding: 0;
}

.widget-tags li {
  margin: 0 20px 20px 0;
}

.widget_instagram .insta-feed {
  padding-top: 5px;
  margin: -2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.widget_instagram .insta-feed li {
  width: 29.33%;
  margin: 5px;
}

.widget_instagram .insta-feed li img {
  width: 100%;
}

.social-network li {
  display: inline-block;
  margin: 0 5px 0 0;
}

.vendor-logo img {
  max-width: 150px;
}

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

.newsletter {
  position: relative;
}

.newsletter .newsletter-inner {
  background: url(../imgs/banner/banner-10.png) no-repeat center;
  background-size: cover;
  padding: 84px 78px;
  clear: both;
  display: table;
  width: 100%;
  border-radius: 20px;
  overflow: hidden;
  min-height: 230px;
}

.newsletter .newsletter-inner img {
  position: absolute;
  right: 50px;
  bottom: 0;
  max-width: 40%;
}

.newsletter .newsletter-inner .newsletter-content p {
  font-size: 18px;
}

.newsletter .newsletter-inner .newsletter-content form {
  background-color: #fff;
  max-width: 450px;
  border-radius: 50px;
  position: relative;
  z-index: 4;
}

.newsletter .newsletter-inner .newsletter-content form input {
  border: 0;
  border-radius: 50px 0 0 50px;
  padding-left: 58px;
  background: url(../imgs/theme/icons/icon-plane.png) no-repeat 25px center;
}

.newsletter .newsletter-inner .newsletter-content form button {
  border: 0;
  border-radius: 50px;
  font-weight: 700;
}

.widget-about {
    min-width: auto;
    font-size: 15px;
    padding-right: 60px;
}

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

.contact-infor {
    font-size: 14px;
    color: #6f6f6f;
}

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

.contact-infor li img {
    margin-right: 5px;
    max-width: 14px;
    filter: brightness(0.5);
    position: relative;
    top: 2px;
}

.footer-link-widget:not(:last-child) {
  margin-right: 50px;
}

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

.footer-list li {
  display: block;
  margin: 0 0 7px;
  -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 {
    color: #6f6f6f;
    font-size: 14px;
    display: block;
    letter-spacing: 1px;
}

.footer-list li a:hover {
  color: #273142;
}

.footer-bottom {
  border-top: 0px solid #BCE3C9;
}

#scrollUp {
    width: 32px;
    height: 32px;
    color: #ffffff;
    right: 30px;
    bottom: 135px;
    border-radius: 30px;
    text-align: center;
    overflow: hidden;
    z-index: 99 !important;
    border: 2px solid #273142;
    background-color: #273142;
}

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

#scrollUp:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
          color:#ffffff !important;
}

.footer-mid .widget-title {
    margin: 15px 0 20px 0;
    font-weight: 600;
    color: #575757;
    font-size: 18px;
    letter-spacing: 1px;
}

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

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

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

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

.ptb-0 {
  padding: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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








@media only screen and (min-width: 768px) and (max-width: 992px) {
  .mobile-promotion {
    display: block;
    padding: 7px 0;
    text-align: center;
    background: #273142;
    color: #fff;
  }
}

/*Mobile landscape*/
@media only screen and (min-width: 576px) and (max-width: 767px) {


  .header-action .header-action-icon {
    margin-right: 20px;
  }
  .header-action .header-action-icon.header-action-mrg-none {
    margin-right: 20px;
  }
  .header-action .header-action-icon.header-action-mrg-none2 {
    margin-right: 20px;
  }
  .header-action .header-action-icon > a {
    font-size: 22px;
  }
  .header-action-2 .header-action-icon-2 {
    padding: 0 10px;
  }
  .header-action-2 .header-action-icon-2:last-child {
    padding: 0 0 0 10px;
  }
  .header-action-2 .header-action-icon-2 > a {
    font-size: 22px;
  }
  .cart-dropdown-wrap {
    width: 310px;
  }
  .search-popup-wrap .search-popup-content form input {
    width: 480px;
    font-size: 25px;
    padding: 21px 20px 12px 0;
  }
  .comment-form .name {
    padding-right: 0px;
    margin-bottom: 1rem;
  }
  .header-style-5 .search-style-2 {
    display: none;
  }
}

/*Tablet*/
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-action .header-action-icon {
    margin-right: 33px;
  }
  .header-action .header-action-icon.header-action-mrg-none {
    margin-right: 33px;
  }
  .header-action .header-action-icon.header-action-mrg-none2 {
    margin-right: 33px;
  }
  .header-action-2 .header-action-icon-2 > a {
    color: #fff;
    fill: #fff;
  }
  .search-popup-wrap .search-popup-content form input {
    width: 650px;
    font-size: 35px;
  }
  .header-height-1 {
    min-height: 50px;
  }
  .header-height-2 {
    min-height: 50px;
    border-bottom: 2px solid #273142;
  }
  .header-height-3 {
    min-height: 50px;
  }
  .header-height-4 {
    min-height: 50px;
  }
  .header-style-5 .header-bottom {
    padding: 5px 0;
    border-bottom: 1px solid #f7f8f9;
  }
  .comment-form .email {
    padding-left: 0px;
  }
  .loop-grid.pr-30 {
    padding-right: 0 !important;
  }
}
.page-item.active .page-link {
    background-color: #273142;
    border-color: #273142;
}
.page-link {
    color: #273142;
}
.page-link:focus {
    box-shadow: none;
}

/*Desktop*/
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .totall-product h2 {
    font-size: 28px;
  }
  .loop-grid.loop-list article .post-thumb {
    min-height: 220px;
    min-width: 300px;
  }
  .loop-grid.loop-list article h3.post-title {
    font-size: 22px;
    margin-bottom: 30px !important;
  }
  .loop-grid.loop-list article .post-exerpt {
    display: none;
  }
  .loop-grid.loop-list article .entry-content-2.pl-50 {
    padding-left: 30px !important;
  }
  .logo.logo-hm3 a img {
    width: 120px;
  }
  .header-style-5 .search-style-2 {
    display: none;
  }
  .main-menu.main-menu-mrg-1 {
    margin: 0 0 0 15px;
  }
  .main-menu > nav > ul > li ul.sub-menu li ul.level-menu.level-menu-modify {
    width: 165px;
  }
  .main-menu > nav > ul > li ul.mega-menu li .menu-banner-wrap .menu-banner-content {
    left: 20px;
    top: 22px;
  }
  .main-menu > nav > ul > li ul.mega-menu li .menu-banner-wrap .menu-banner-content h3 {
    font-size: 20px;
    line-height: 1.3;
    margin: 5px 0 7px;
  }
  .main-menu > nav > ul > li ul.mega-menu li .menu-banner-wrap .menu-banner-content .menu-banner-price {
    margin: 0 0 10px;
  }
  .main-menu > nav > ul > li ul.mega-menu li .menu-banner-wrap .menu-banner-content .menu-banner-btn a {
    padding: 10px 16px 13px;
  }
  .main-menu > nav > ul > li ul.mega-menu li .menu-banner-wrap .menu-banner-discount {
    width: 70px;
    height: 70px;
    line-height: 70px;
  }
  .main-menu.main-menu-padding-1 > nav > ul > li {
    padding: 0 8px;
  }
  .main-menu.main-menu-padding-1.hm3-menu-padding > nav > ul > li {
    padding: 0 6px;
  }
  .search-style-1 {
    margin-right: 15px;
  }
  .search-style-1 form {
    width: 170px;
  }
  .header-action.header-action-hm3 .header-action-icon {
    margin-right: 15px;
  }
  .header-action.header-action-hm3 .header-action-icon.header-action-mrg-none2 {
    margin-right: 0;
  }
  .header-action.header-action-hm3 .header-action-icon:last-child {
    margin-right: 0;
  }
  .search-style-2 form input {
    width: 340px;
  }
  .hotline p {
    font-size: 15px;
  }
  .search-popup-wrap .search-popup-content form input {
    width: 820px;
  }
  .header-height-1 {
    min-height: 157px;
  }
  .header-height-3 {
    min-height: 133px;
  }
  .header-height-4 {
    min-height: 144px;
  }
  .hero-slider-1 {
    height: 350px;
  }
  .hero-slider-1 .single-slider-img-1 {
    height: 350px;
  }
}

@media (min-width: 992px) {
  .col-md-1-5 {
    width: 20%;
  }
  .col-md-2-5 {
    width: 40%;
  }
  .col-md-3-5 {
    width: 60%;
  }
  .col-md-4-5 {
    width: 80%;
  }
  .col-md-5-5 {
    width: 100%;
  }
}

/*Wide screen*/
@media only screen and (min-width: 1600px) {
  .header-action-right .search-location {
    display: block;
  }
}

@media only screen and (max-width: 1399px) {
  .header-action-right .search-location {
    display: block;
  }
}


@media only screen and (min-width: 1000px) and (max-width: 1399px) {
  .container {
    max-width: 1140px;
  }
  .col-lg-1-5 {
    width: 20%;
  }
  .col-lg-2-5 {
    width: 40%;
  }
  .col-lg-3-5 {
    width: 60%;
  }
  .col-lg-4-5 {
    width: 80%;
  }
  .col-lg-5-5 {
    width: 100%;
  }
  .header-action-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .main-menu > nav > ul > li > a {
    font-size: 14px;
    letter-spacing: 1px;
    }

}

@media only screen and (min-width: 1400px) {
  .container {
    max-width: 1610px;
  }
  .col-lg-1-5 {
    width: 20%;
  }
  .col-lg-2-5 {
    width: 40%;
  }
  .col-lg-3-5 {
    width: 60%;
  }
  .col-lg-4-5 {
    width: 80%;
  }
  .col-lg-5-5 {
    width: 100%;
  }
  .header-action-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1365px) {
  .main-menu.main-menu-padding-1 > nav > ul > li {
    padding: 0 14px;
  }
}

@media only screen and (max-width: 1400px) {
  .product-cart-wrap.style-2 .product-content-wrap {
    max-width: 94%;
  }
  .hero-slider-1 .single-hero-slider {
    height: 467px;
  }
  .display-2 {
    font-size: 64px;
  }
  .banner-img.style-2 {
    height: 483px;
  }
  .slider-nav-thumbnails button.slick-arrow.slick-prev {
    left: 10px;
  }
  .slider-nav-thumbnails button.slick-arrow.slick-next {
    right: 10px;
  }
  .zoomContainer {
    display: none;
  }
  .detail-info h2 {
    font-size: 30px;
  }
  .tab-style3 .nav-item {
    margin-bottom: 0px;
  }
}

@media only screen and (max-width: 1024px) {
  .header-style-1 .main-categori-wrap {
    margin-right: 20px;
  }
  .product-cart-wrap .product-action-1 a.action-btn {
    width: 34px;
    height: 34px;
    line-height: 40px;
    font-size: 13px;
  }
  .banner-big h1 {
    font-size: 22px;
  }
  .banner-big .btn {
    border-radius: 3px;
    font-size: 12px;
    padding: 6px 12px;
    border: 0;
  }
  .banner-img .banner-text h4 {
    margin-top: -6px !important;
  }
  .header-wrap .header-right {
    overflow: hidden;
  }
  .footer-link-cover {
    display: block;
  }
  .footer-link-cover .footer-link-widget {
    margin-right: 30px;
    float: left;
    margin-bottom: 30px;
  }
  .footer-link-cover .footer-link-widget:not(:last-child) {
    margin-right: 30px;
  }
  .et, .hotline, li.hot-deals, .header-action-2 .header-action-icon-2 span.lable {
    display: none !important;
  }
  .main-menu.main-menu-padding-1 > nav > ul > li {
    padding: 0 10px;
  }
  .hero-slider-1 .single-hero-slider {
    height: 350px;
  }
  .hero-slider-1 .single-hero-slider .display-2 {
    font-size: 46px;
    margin-bottom: 25px !important;
  }
  .hero-slider-1 .single-hero-slider .slider-content p {
    font-size: 22px;
    margin-bottom: 40px !important;
  }
  .banner-img .banner-text h4 {
    min-height: auto;
    font-size: 15px;
    margin-bottom: 0px;
    font-weight: 400;
  }
  .header-style-1 .search-style-2 form {
    max-width: 450px;
  }
  .header-action-2 .header-action-icon-2:last-child {
      padding: 8px 6px;
	  padding-bottom: 3px;
  }
  .nav-tabs.links .nav-link {
    padding: 0 7px;
    font-size: 14px;
  }
  .deals-countdown .countdown-section {
    padding: 20px 2px 30px 2px;
    margin-left: 2px;
    margin-right: 2px;
  }
  .section-title.style-1 {
    padding-bottom: 15px;
    font-size: 20px;
  }
  .product-list-small h6 {
    font-size: 14px;
  }
  .product-list-small .product-rate-cover {
    display: none;
  }
  .section-title.style-2 {
    display: block;
  }
  .section-title.style-2 h3 {
    margin-bottom: 25px;
    font-size: 28px;
  }
  .modal-open .modal {
    padding-right: 0 !important;z-index: 105099;
  }
  .vendor-wrap.style-2 {
    display: block;
  }
  .mt-md-30 {
    margin-top: 30px !important;
  }
  .banner-img.style-4 .banner-text h4 {
    font-size: 20px;
  }
  .header-style-1.header-style-5 .header-bottom-bg-color {
    background-color: #fff !important;
  }
}

/*small phone*/
@media only screen and (max-width: 480px) {
  .archive-header {
    padding: 30px;
  }
  .mobile-promotion {
    display: block;
    padding: 7px 0;
    text-align: center;
    background: #273142;
    color: #fff;
  }
  .loop-big h2.post-title {
    font-size: 22px;
  }
  .entry-meta.meta-1 {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
  }
  .single-header-meta .single-share {
    display: none;
  }
  .single-content blockquote {
    padding: 20px 30px;
    border-radius: 15px;
    margin: 20px auto;
    font-size: 16px;
    max-width: 100%;
  }
  .single-content blockquote p {
    font-size: 16px;
    line-height: 22px;
  }
  .hero-slider-1 .single-hero-slider .display-2 {
    font-size: 32px;
  }
  .hero-slider-1 .single-hero-slider .slider-content p {
    font-size: 16px;
    margin-bottom: 40px !important;
  }
  .hero-slider-1 .single-hero-slider .slider-content form {
    max-width: 310px;
  }
  .hero-slider-1 .single-hero-slider .slider-content form button.submit, .hero-slider-1 .single-hero-slider .slider-content form button[type="submit"] {
    padding: 12px 20px;
  }
  .security-code {
    padding: 0 20px;
  }
  .post-list .post-thumb {
    max-width: unset;
    margin-right: 0 !important;
  }
  .entry-meta.meta-2 a.btn {
    display: inline-block;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
  }
  .entry-meta.meta-2 .font-xs {
    max-width: 150px;
    line-height: 1.3;
  }
  .banner-bg h2 {
    font-size: 20px;
  }
  .single-header .single-header-meta, .entry-bottom {
    display: block;
  }
  .carausel-6-columns, .carausel-4-columns {
    max-width: 375px;
    overflow: hidden;
  }
  .hero-slider-1 {
    height: unset;
  }
  .hero-slider-content-2 {
    text-align: center;
    padding-top: 20px;
  }
  .hero-slider-content-2 p {
    width: 100%;
  }
  .header-height-2 {
    min-height: 40px;
  }
  .banner-left-icon, .banner-img {
    margin-bottom: 15px;
  }
  .header-action-2 .header-action-icon-2:last-child {
    padding: 0;
  }
  .popular-categories .slider-btn.slider-prev {
    right: 50px !important;
    left: unset !important;
  }
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .mb-sm-4 {
    margin-bottom: 1rem;
  }
  .mb-sm-5 {
    margin-bottom: 2rem;
  }
  .heading-tab {
    display: block !important;
  }
  .heading-tab h3.section-title {
    margin-bottom: 15px !important;
  }
  .nav.right {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
  }
  .hero-slider-1.style-2 .single-slider-img {
    display: none;
  }
  ul.footer-list {
    margin-bottom: 30px;
  }
  .section-padding-60 {
    padding: 30px 0;
  }
  .pt-60, .pt-40 {
    padding-top: 30px !important;
  }
  .pb-60 {
    padding-bottom: 30px !important;
  }
  .mb-60 {
    margin-bottom: 30px !important;
  }
  .hero-slider-1.style-3 .slider-1-height-3 {
    height: 220px;
  }
  .hero-slider-1.style-3 .hero-slider-content-2 {
    position: relative;
    text-align: left;
    padding-left: 15px;
    padding-top: 0;
  }
  .hero-slider-1.style-3 .hero-slider-content-2 h1 {
    font-size: 18px;
  }
  .hero-slider-1.style-3 .hero-slider-content-2 h2 {
    font-size: 16px;
  }
  .hero-slider-1.style-3 .hero-slider-content-2 h4 {
    font-size: 14px;
  }
  .hero-slider-1.style-3 .hero-slider-content-2 p {
    font-size: 11px;
  }
  .hero-slider-1.style-3 .hero-slider-content-2 a.btn {
    display: none;
  }
  .header-style-5 .search-style-2 {
    display: none;
  }
  .header-style-5 .header-action-2 .header-action-icon-2 > a {
    font-size: 18px;
  }
  .header-style-5 .sticky-bar.stick.sticky-white-bg {
    background-color: #fff;
    padding: 15px 0;
  }
  .font-xxl {
    font-size: 28px;
  }
  .w-50 {
    width: 100% !important;
  }
  .product-list .product-cart-wrap {
    display: block;
  }
  .product-list .product-cart-wrap .product-img-action-wrap {
    max-width: 100%;
  }
  .shop-product-fillter {
    display: block;
  }
  .shop-product-fillter .totall-product {
    margin-bottom: 15px;
  }
  .table td {
    display: block;
    width: 100%;
    text-align: center;
  }
  .table td::before {
    content: attr(data-title) " ";
    float: left;
    text-transform: capitalize;
    margin-right: 15px;
    font-weight: bold;
  }
  .table thead {
    display: none;
  }
  .loop-grid.pr-30 {
    padding-right: 0 !important;
  }
  .loop-grid.loop-list article {
    display: block;
  }
  .d-sm-none {
    display: none;
  }
  .banner-features {
    margin-bottom: 15px;
  }
  .product-cart-wrap:not(:last-child), .mb-xs-30 {
    margin-bottom: 30px !important;
  }
  .slick-track .product-cart-wrap {
    margin-bottom: 0 !important;
  }
  .first-post .meta-1 .font-sm {
    display: none;
  }
  .first-post .btn.btn-sm {
    display: none;
  }
  .loop-grid .entry-content {
    padding: 20px 20px 0 20px;
  }
  .img-hover-slide {
    min-height: 232px;
  }
  .comments-area .thumb {
    min-width: 100px;
  }
  .hero-slider-1 .single-slider-img-1 {
    height: 300px;
  }
  .featured .col-lg-2 {
    width: 50%;
  }
  .nav-tabs .nav-link {
    font-size: 13px;
    padding: 10px 12px;
  }
  .deal {
    background-position: left bottom;
  }
  .deals-countdown .countdown-section {
    padding: 20px 2px 30px 2px;
    margin-left: 2px;
    margin-right: 2px;
  }
  .banner-bg {
    padding: 30px;
  }
  .product-list-small figure {
    margin-bottom: 20px !important;
  }
  .product-list-small .title-small {
    font-size: 16px;
    font-weight: 600;
  }
  .newsletter .des {
    display: none;
  }
  .newsletter form {
    margin: 15px 0;
  }
  footer .col-lg-2.col-md-3 {
    width: 50%;
  }
  footer .download-app a img {
    width: 150px;
  }
  .home-slider .hero-slider-1.style-2 .hero-slider-content-2 {
    padding-left: 0;
    padding-top: 50px;
  }
  .home-slider .hero-slider-1.style-2 .hero-slider-content-2 h3 {
    line-height: 1.4;
  }
  .hero-slider-1.style-3.dot-style-1.dot-style-1-position-1 ul {
    bottom: 0;
  }
  .single-content .banner-text, .banner-img.banner-big .banner-text {
    display: none;
  }
  .comments-area {
    padding: 25px 0;
    margin-top: 0;
  }
  .entry-bottom {
    margin-bottom: 0 !important;
  }
  section.pt-150.pb-150 {
    padding: 50px 0 !important;
  }
  .product-detail .single-share {
    margin-bottom: 20px;
  }
  .product-detail .tab-style3 .nav-tabs li.nav-item a {
    padding: 0.5rem;
    text-transform: none;
  }
  .related-products .product-cart-wrap {
    margin-bottom: 30px;
  }
  .mb-sm-15 {
    margin-bottom: 15px;
  }
  .section-title {
    display: block;
    margin-bottom: 15px;
  }
  .section-title .title {
    display: block;
    width: 100%;
  }
  .section-title h3 {
    margin-bottom: 20px;
    font-size: 28px;
  }
  .section-title .show-all {
    display: none;
  }
  .nav-tabs.links .nav-link {
    margin-bottom: 10px;
  }
  .slider-arrow.slider-arrow-2.flex-right {
    display: none;
  }
  .product-grid-4 .product-cart-wrap {
    margin-bottom: 30px;
  }
  .product-list-small figure.col-md-4 {
    max-width: 30%;
    float: left;
    margin: 0 !important;
  }
  .product-list-small .col-md-8 {
    float: left;
    max-width: 70%;
  }
  .newsletter .newsletter-inner {
    padding: 20px;
  }
  .newsletter .newsletter-inner h2 {
    font-size: 22px;
  }
  .newsletter .newsletter-inner .newsletter-content p {
    font-size: 14px;
    margin-bottom: 25px !important;
  }
  .newsletter .newsletter-inner button.submit, .newsletter .newsletter-inner button[type="submit"] {
    padding: 12px 20px;
  }
  .footer-link-widget:not(:last-child) {
    margin-right: 0;
  }
  footer p.font-md {
    font-size: 13px;
  }
  .hero-slider-1 .single-hero-slider.rectangle .slider-content {
    width: 100%;
  }
  .product-info {
    border: 0;
    padding: 0;
  }
  .product-info .tab-style3 .nav-tabs li.nav-item a {
    padding: 11px 12px !important;
    font-size: 13px;
  }
  .shopping-summery table tbody tr img {
    max-width: 180px;
    margin-right: 0;
  }
  .toggle_info .font-lg, .toggle_info input, .apply-coupon .font-lg, .apply-coupon input {
    font-size: 14px !important;
  }
  .cart-totals.ml-30 {
    margin-left: 0 !important;
    text-align: center;
  }
  .order_table table .w-160 {
    margin: 0 auto;
  }
  .modal-open .modal {
    padding-right: 0 !important;
  }
  .archive-header-3 {
    padding: 30px;
  }
  .archive-header-3 .archive-header-3-inner {
    display: block;
  }

   .widget-title-mv{display:none;}
   ul.footer-list {
    margin-bottom: 5px;
   }
   .footer-mid .widget-title {
    margin: 15px 0 10px 0;}
    .widget-about {
    margin-bottom: 10px;
    }
    h3.h3-20 {
    font-size: 16px;
    text-align: center !important;
    display: block;
    font-weight: 700;
    padding-bottom: 10px;
}
}

/*phone landscape*/
@media only screen and (min-width: 480px) and (max-width: 667px) {
  .header-height-2 {
    min-height: 40px;
  }
  .col-lg-4 .banner-img {
    margin-bottom: 30px;
  }
  .banner-features {
    margin-bottom: 30px;
  }
  .modal-open .modal {
    padding-right: 0 !important;
  }
  h3.h3-20 {
    font-size: 16px;
    text-align: center !important;
    display: block;
    font-weight: 700;
    padding-bottom: 10px;
}
}

/*small phone*/
@media only screen and (max-width: 375px) {
  .entry-meta .hit-count, .entry-meta.meta-2 .font-xs {
    display: none;
  }
  .deal {
    padding: 30px;
  }
  .custom-modal .modal-dialog .modal-content {
    padding: 0;
  }
  .deal .product-title {
    max-width: unset;
    font-size: 25px;
  }
  .modal-open .modal {
    padding-right: 0 !important;
  }
}

@media only screen and (min-width: 375px) and (max-width: 667px) {
  .deal .product-title {
    max-width: 100%;
    font-size: 35px;
  }
  h3.h3-20 {
    font-size: 16px;
    text-align: center !important;
    display: block;
    font-weight: 700;
    padding-bottom: 10px;
}
}
/*# sourceMappingURL=main.css.map */

.con0{
	max-width: 100%;
    padding: 0px;
}
.card-2:hover {
    border: 1px solid #BCE3C9;
    -webkit-box-shadow: 5px 5px 15px rgb(0 0 0 / 5%);
    box-shadow: 5px 5px 15px rgb(0 0 0 / 5%);
}
.w60{
    width: 60%;
}
.bg1 {
    background: #dbf4f7;
}
.bg2 {
    background: #aebb5f;
}
.bg3 {
    background: #6db6c9;
}
.white{
   color: #ffffff;
}
.essentials {
    margin: 1px 0 0;
}
.disc-price{
    background: #fdc040;
    padding: 2px 10px;
    border-radius: 25px;
    border: 0px solid #adadad;
    color: #434343;
    text-transform: uppercase;
    font-weight: 600;
}
.final-price {
    color: #273142;
    font-size: 26px !important;
}
.final-price span {
    font-size: 22px !important;
    color: #6f7284 !important;
    display: initial;
}
.price-box .price {
    margin: 2px 0 2px 0;
    color: #6f7284 !important;
    display: block;
    float: left;
    font-size: 14px;
}
.product-top .essentials .price-box .disc-price {
    color: #378f30;
    display: inline-block!important;
    font-family: 'Quicksand', sans-serif;
    font-size: 11px;
    margin-right: 0;
    margin-top: 0;
    padding: 2px 6px 0 0;
    text-align: center;
    text-transform: uppercase;
}
.price-box .tax {
    color: #6f7284;
    width: 100%;
}
.product-top .essentials .drug-con .return_prods {
    color: #6f7284;
    margin-bottom: 4px;
    display: block;
}
.product-top .essentials .drug-con .drug-manu {
    color: #6f7284;
    display: block;
    font-family: 'Quicksand', sans-serif;
    font-style: italic;
    height: 18px;
    line-height: 16px;
    overflow: hidden;
    white-space: nowrap;
    width: auto;
}
.product-top .essentials .drug-con .drug-manu {
    color: #6f7284;
    display: block;
    font-family: 'Quicksand', sans-serif;
    font-style: italic;
    height: 18px;
    line-height: 16px;
    overflow: hidden;
    white-space: nowrap;
    width: auto;
}
.product-detail {
    border-radius: 15px;
    padding: 2px 10px;
    background: #fff;
    padding-bottom: 10px;
}

.footer-mid {
    border-top: solid 2px #273142;
    padding: 25px 30px;
    background: #fff;
    padding-bottom: 15px;
}
.ft-bg {
    background: url('../imgs/ft-bg.png');
    height: 73px;
    background-size: contain;
    padding: 0px;
    display:none;
}
.bg1{
	background: #273142;
}
.bg1 p{
    color: #fff;
}
.intro {
    width: 100%;
    margin-bottom: 20px;
    background: #fff;
    border-radius: 10px;
    padding: 15px 10px;
}
.intro .slick-slider {
    margin-bottom: 0px !important;
}
.fi-rs-search{
    display:none;
}
.intro img {
    width: fit-content;
    background: #fff;
    border-radius: 10px;
}
.sides {
    width: 170px;
    position: absolute;
    right: -27px;
    z-index: -1;
    top: -33px;
}
.sides2 {
    width: 170px;
    position: absolute;
    left: -27px;
    z-index: -1;
    bottom: -55px;
}
.prl{
    position: relative;
}
.fera-storeReviewsSummary {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px 15px;
    border: 1px solid rgba(108,117,125,0.1);
    border-radius: 10px;
    box-sizing: border-box;
    box-shadow: 0px 1px 0px rgba(0,0,0,0.1);
    background-color: #fff;
    max-width: fit-content;
    margin-top: 10px;
}
.fera-storeReviewsSummary-heading, .fera-storeReviewsSummary-verifiedBadgeWrapper {
    font-size: 18px;
    text-transform: capitalize;
}
.fera-storeReviewsSummary-heading {
    color: #1D1D1D;
}
.fera-storeReviewsSummary-content {
    position: relative;
    display: flex;
    flex-direction: column;
    padding: 0 30px;
    text-align: center;
    align-items: center;
    margin-right: 15px;
}
.fera-storeReviewsSummary-content::before {
    display: inline-block;
    content: " ";
    background-image: url(../imgs/aw-left.svg);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    left: 0;
    top: 0;
    width: 30px;
    height: 100%;
}
.fera-storeReviewsSummary-content::after {
    display: inline-block;
    content: " ";
    background-image: url(../imgs/aw-right.svg);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 0;
    height: 100%;
    width: 30px;
    right: 0;
}
.footer1 {
        background: #273142;
    padding: 0px;
    background-size: contain;
    background-attachment: fixed;
    margin-top: 0px;
}
.fera-storeReviewsSummary-avgRating {
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 100%;
    color: #1D1D1D;
    margin-bottom: 6px;
    margin-top: 4px;
    text-transform: uppercase;
}
.fera-stars {
    position: relative;
    display: inline-block;
    text-align: left;
    letter-spacing: 2px;
    line-height: 1;
}
.fera-storeReviewsSummary-stars {
    font-size: 16px;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 6px;
}
.fera-stars-rating {
    display: inline-block;
    overflow: hidden;
    color: #FFD84F;
    position: absolute;
    text-align: left;
    white-space: nowrap;
}
.fera-stars-bg::before {
    display: inline-block;
    width: 100%;
    color: #d1d1d1;
    content: '★★★★★';
}

.white_bg {
    padding: 16px 24px;
    margin: 0 0 16px;
    font-family: 'Quicksand', sans-serif;
    border-radius: 8px!important;
    background: #fff;
    -webkit-box-shadow: 0 1px 1px 0 rgba(171,169,169,.1);
    box-shadow: 0 1px 1px 0 rgba(171,169,169,.1);
}
.add_to_cart_fixed {
    position: relative;
    margin: 12px auto 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 10px;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -webkit-box-shadow: 0 0 3px 0 #273142;
    box-shadow: 0 0 3px 0 #273142;
    border: 0px solid #273142;
    display: block;
    border-radius: 10px !important;
}
.add_to_cart_fixed.sticky-cart {
    position: fixed;
    bottom: 16px;
    z-index: 999;
    width: calc(100% - 20px);
    left: 10px;
    display: flex;
}
.add_to_cart_fixed.sticky-cart.bottom {
    position: relative!important;
    z-index: 0!important;
    bottom: 0!important;
    width: auto;
}
.add_to_cart_fixed .product-image-photo {
    width: 48px;
    height: 48px;
    text-align: center;
    margin-right: 17px;
    display: block;
    float: left;
}
.add_to_cart_fixed .product_name {
    font-size: 18px;
    color: #151b39;
    letter-spacing: .25px;
    display: block;
    padding: 0;
    width: calc(100% - 540px);
    text-align: left;
    margin-right: 12px;
    float: left;
    margin-bottom:5px;
}
.add_to_cart_fixed .product_name .drug-manu {
    color: #6f7284;
    display: block;
    font-style: italic;
    height: 18px;
    line-height: 16px;
    overflow: hidden;
    white-space: nowrap;
    width: auto;
    font-size: 12px;
    margin-top: 0px;
}
.add_to_cart_fixed .price-box {
    text-align: right;
    margin-right: 16px;
    float: left;
    width: 290px;
}
.add_to_cart_fixed .price-box .final-price {
    display: block;
    font-size: 20px !important;
    font-family: 'Quicksand', sans-serif;
    letter-spacing: 1px;
}
.add_to_cart_fixed .price-box .disc-price {
    color: #7d7d7d;
    display: inline-block;
    font-size: 11px;
    margin-right: 0;
    margin-top: 0;
    padding: 0px 10px;
    text-align: center;
    letter-spacing: 1px;
    font-family: 'Quicksand', sans-serif;
}
.add_to_cart_fixed .price-box .price {
    margin: 0 5px;
    float: right;
    font-family: 'Quicksand', sans-serif;
}
.fixed-cart-container .product-detail-rating {
    padding: 2px 0;
}
.add_to_cart_fixed .cart-form .actionspd .toCart {
    background: #273142;
    border-radius: 4px;
    border: 0;
    color: #fff;
    cursor: pointer;
    font-family: 'Quicksand', sans-serif;
    font-size: 14px;
    line-height: 33px;
    padding: 0px 15px 1px 15px;
    text-transform: uppercase;
    vertical-align: middle;
    width: 130px;
}
.contact-infor a{
    color: #6f6f6f;
}
.b_e9bf {
    background-color: rgb(255, 255, 255);
    border-width: 1px;
    border-color: rgb(0 142 61);
    height: 30px !important;
    border-radius: 6px !important;
    display: inline-flex;
    align-items: center;
    border: 1px solid #136892;
    width: 100px;
    background: #136892;
}
#cart_items_details .min_ic {
    height: 30px;
}
#cart_items_details .plu_ic {
    height: 30px;
}
#cart_items_details .b_g9bf {
    border-radius: 0px;
}
.product-widget input {
    height: 33px !important;
    border-radius: 0px;
}
.plu_ic {
    background-color: transparent;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    color: rgb(255 255 255) !important;
    font-size: 18px;
    font-weight: 500;
    line-height: 18px;
    padding: 4px 8px;
    width: 75px;
    float: right;
    text-align: center;
    border: 0px solid #273142;
    cursor: pointer;    height: 40px;
}
.min_ic {
    background-color: transparent;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    color: rgb(255 255 255) !important;
    font-size: 18px;
    font-weight: 500;
    line-height: 18px;
    padding: 4px 8px;
    width: 75px;
    float: right;
    text-align: center;
    border: 0px solid #273142;
    cursor: pointer;    height: 40px;
}

.b_g9bf {
border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    font-size: 22px;
    line-height: 14px;
    padding: 2px 2px;
    color: rgb(19 104 146) !important;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    cursor: pointer;
    height: 100%;
    border: 0px solid #273142;
    text-align: center;
    font-weight: 500;
}

/*cart css*/

.cart-add{padding: 10px 12px;}

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

.sign-in-box>.btn {
	padding: 9px 12px;
	font-size: 15px;
	border-radius: 2px;
	line-height: 1.35135;
	font-weight: 500;
	margin-left: 5px !important;
	border-radius: 2px !important;
}

.sign-in-box .btn-sign-in {
	color: #686f7a;
	background-color: #fff;
	border: 1px solid #505763;
}

.sign-in-box .btn-sign-in:hover,
.sign-in-box .btn-sign-in:focus {
	background-color: #f2f3f5;
}

.sign-in-box .btn-sign-up {
	color: #fff;
	background-color: #ec5252;
	border: 1px solid #ec5252;
}

.sign-in-box .btn-sign-up:hover,
.sign-in-box .btn-sign-up:focus {
	background-color: #992337;
	;
	border-color: #992337;
	;
}

.sign-in-box .modal-dialog {
	max-width: 400px;
}

.sign-in-modal .modal-title {
	color: #29303b;
	font-weight: 700;
	font-size: 15px;
}

.sign-in-modal .close {
	font-size: 2rem;
	padding: 0.5rem 1rem;
}

.sign-in-modal .modal-header {
	border-bottom: 1px solid rgba(41, 48, 59, .1);
	background-color: #f2f3f5;
}

.sign-in-modal .modal-header,
.sign-in-modal .modal-body {
	padding: 15px 25px;
}

.sign-in-modal .social-btn {
	box-shadow: 0 2px 2px 0 rgba(41, 48, 59, .24), 0 0 2px 0 rgba(41, 48, 59, .12);
	border-radius: 2px;
	margin-bottom: 10px;
	padding: 0 20px 0 0;
	font-size: 16px;
	font-weight: 700;
	background-color: #fff;
}

.sign-in-modal .social-btn a {
	display: block;
}

.sign-in-modal .icon {
	display: inline-block;
	font-size: 20px;
	font-weight: 400;
	margin-right: 10px;
	padding: 15px 0 15px 5px;
	text-align: center;
	width: 50px;
}

.sign-in-modal .icon.google-icon {
	background: url(../img/icons/google_icon.svg) no-repeat 50%;
	background-size: 24px;
	color: #fff;
	color: rgba(0, 0, 0, 0);
}

.sign-in-modal .social-btn.fb-sign-up {
	background-color: #1a538a;
}

.sign-in-modal .social-btn.fb-sign-up a {
	color: #fff;
}

.sign-in-modal .social-btn.google-sign-up a {
	color: #686f7a;
}

.sign-in-modal .sign-in-separator {
	font-size: 11px;
	font-weight: 700;
	text-align: center;
	margin-bottom: 10px;
	padding-top: 3px;
	position: relative;
}

.sign-in-modal .sign-in-separator:after,
.sign-in-modal .sign-in-separator:before {
	position: absolute;
	height: 1px;
	background-color: #dedfe0;
	content: "";
	top: 10px;
	width: calc( 50% - 20px);
}

.sign-in-modal .sign-in-separator:before {
	left: 0
}

.sign-in-modal .sign-in-separator:after {
	right: 0
}

.sign-in-modal .input-group {
	margin-bottom: 20px;
	position: relative;
	display: block;
}

.sign-in-modal .input-group .input-field-icon {
	position: absolute;
	top: 15px;
	height: 20px;
	width: 20px;
	text-align: center;
	line-height: 20px;
	z-index: 10;
	left: 10px;
	color: #dedfe0;
	font-size: 18px;
    display: none;
}

.sign-in-modal .input-group .form-control {
	border-radius: 5px!important;
	color: #29303b;
	font-size: 15px;
	height: auto!important;
	padding: 7px 10px 7px 10px;
	background-color: #fff;
	border: 1px solid #cacbcc;
    width: 100%;
}

.sign-in-modal .input-group .form-control:focus {
	border-color: #76c5d6;
}

.sign-in-modal .deal-checkbox {
	margin-bottom: 10px;
	font-size: 15px;
	cursor: pointer;
}

.sign-in-modal .custom-checkbox .custom-control-label::before {
	border-radius: 1px;
	border: 1px solid #cacbcc;
	background-color: transparent;
}

.sign-in-modal .custom-control-input:hover~.custom-control-label::before,
.sign-in-modal .custom-control-input:focus~.custom-control-label::before {
	box-shadow: 0 0 0 0px #fff, 0 0 0 0 rgba(0, 123, 255, .25);
	border-color: #007791;
}

.sign-in-modal .custom-checkbox .custom-control-input:checked~.custom-control-label::before {
	background-color: #007791;
	border-color: #007791;
}

.sign-in-modal form button[type="submit"] {
    color: #fff;
    background-color: #273142;
    border-color: #273142;
    font-size: 14px;
    font-weight: 700;
    height: 40px;
    width: 100%;
    padding: 6px 12px;
    border-radius: 2px;
}

.sign-in-modal form button[type="submit"]:hover,
.sign-in-modal form button[type="submit"]:focus {
	background-color: #878786  !important;
	border-color: #878786  !important;
}

.sign-in-modal .forgot-pass {
	text-align: center;
	font-size: 15px;
	margin-top: 10px;
}

.sign-in-modal .agreement-text {
	text-align: center;
	font-size: 10px;
	margin: 5px 0;
}

.sign-in-modal .account-have {
	text-align: center;
	font-size: 15px;
	padding-top: 8px;
	border-top: 1px solid #dedfe0;
}

.sign-in-modal .account-have a {
	font-weight: 700;
}

.sign-in-modal .forgot-email.form-control {
	font-size: 16px;
	padding: 10px 12px;
	border-radius: 2px;
}

.sign-in-modal .forgot-pass-btn {
	text-align: center;
	margin-top: 15px;
	font-size: 15px;
}

.sign-in-modal .forgot-pass-btn .btn {
	width: auto;
	height: auto;
	padding: 11px 12px;
	font-size: 15px;
}

.sign-in-modal .forgot-pass-btn span {
	margin: 0 5px;
}

.sign-in-modal .forgot-recaptcha {
	margin: 25px 0 15px;
}

.error {
    color: red;
    display: none;
    font-size: 12px;
}
.txt-error {
    font-size: 12px;
    color: red;
}

.btn-block {
    display: block;
    width: 100%;
}


/*-------- off canvas mini cart start --------*/
.minicart-inner {
  top: 0;
  left: 0;
  position: fixed;
  width: 100vw;
  height: 100vh;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
}

.minicart-inner .offcanvas-overlay {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  background-color: rgba(0, 0, 0, 0.5);
}

.minicart-inner.show {
  opacity: 1;
  visibility: visible;
}

.minicart-inner.show .minicart-inner-content {
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}

.minicart-inner .minicart-close {
  width: 50px;
  height: 50px;
  text-align: center;
  background-color: #273142;
  color: #fff;
  font-size: 50px;
  cursor: pointer;
  top: 0;
  right: 375px;
  position: absolute;
}

.minicart-inner .minicart-close a {
    display: block;
    line-height: 50px;
    -webkit-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
    font-size: 26px;
    color: #fff;
    text-decoration: none;
    filter: brightness(0) invert(1);
    padding: 12px;
    opacity: 1;
}
.minicart-button{
    margin-bottom:43px;
}
.minicart-inner .minicart-close:hover a {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.minicart-inner .minicart-inner-content {
  top: 0;
  right: 0;
  height: 100vh;
  width: 100%;
  max-width: 375px;
  position: absolute;
  background-color: #fff;
  -webkit-transform: translateX(calc(100% + 50px));
      -ms-transform: translateX(calc(100% + 50px));
          transform: translateX(calc(100% + 50px));
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  padding: 8px 15px 10px;
}

.minicart-content-box {
  overflow: auto;
  height: 100%;
  padding-right: 30px;
  margin-right: -25px;
}

.minicart-item-wrapper {
  border-bottom: 1px solid #efefef;
}

.minicart-item-wrapper ul li {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #efefef;
}

.minicart-item-wrapper ul li:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.minicart-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.minicart-thumb {
  max-width: 60px;
  -webkit-flex-basis: 60px;
      -ms-flex-preferred-size: 60px;
          flex-basis: 60px;
}

.minicart-content {
  padding: 0 10px;
  max-width: calc(100% - 62px);
  -webkit-flex-basis: calc(100% - 62px);
      -ms-flex-preferred-size: calc(100% - 62px);
          flex-basis: calc(100% - 62px);
}

.minicart-content .product-name {
  font-weight: 600;
  line-height: 1.5;
  padding-bottom: 0px;
  margin-bottom:10px;
    font-size: 14px;
}

.minicart-content .product-name a {
  color: #222222;
}

.minicart-content .product-name a:hover {
  color: #273142;
}

.minicart-content .cart-quantity {
  font-size: 12px;
  color: #555555;
  line-height: 1;
}

.minicart-content .cart-quantity strong {
  font-size: 16px;
  font-weight: 400;
  vertical-align: text-bottom;
}

.minicart-content .cart-price {
  color: #273142;
  font-size: 14px;
  line-height: 1;
}

.minicart-remove {
  max-width: 30px;
  -webkit-flex-basis: 30px;
      -ms-flex-preferred-size: 30px;
          flex-basis: 30px;
  text-align: center;
    font-size: 12px;
    line-height: 1;
    color: #222222;
    background: none;
    border: none;
}

.minicart-remove:hover {
  color: #273142;
}

.minicart-pricing-box {
    border-bottom: 1px solid #efefef;
    padding-bottom: 10px;
    margin-bottom: 10px;
    padding-top: 10px;
}

.minicart-pricing-box li {
  margin-bottom: 5px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;    font-weight: 600;
}

.minicart-pricing-box li span {
  font-size: 14px;
  color: #222222;
  text-transform: capitalize;
}

.minicart-pricing-box li span strong {
  color: #273142;
  font-weight: 600;
}

.minicart-pricing-box li.total span {
  font-size: 16px;
}

.minicart-pricing-box li:last-child {
  margin-bottom: 0;
}

.minicart-button a {
    color: #222222;
    font-size: 14px;
    display: block;
    font-weight: 500;
    line-height: 1;
    padding: 12px 10px;
    background-color: #f3f3f3;
    border-radius: 10px;
    text-align: center;
    margin-bottom: 10px;
}

.minicart-button a i {
  padding-right: 5px;
}

.minicart-button a:hover {
  color: #fff;
  letter-spacing: 1.1px;
  background-color: #273142;
}

.minicart-button a:last-child {
  margin-bottom: 0;
}

.minicart-thumb img{width:80px;}

.minicart-content .qty-changer{margin-bottom:10px;}

.minicart-content-box .minicart-item-wrapper ul{padding:0px;margin:0px;}
.cart-empty {
    width: 300px;
    margin: 4rem auto;
    text-align: center;
}
.cart-empty h3{
    font-size: 20px;
    color: #474848;
    line-height: 20px;
    text-align: center;
    margin: 20px 0 8px;
    padding: 0;
    font-weight: 600;
}
.cart-empty img{
   width: 75%;
}
.cart-img{
    width : 100%;
}
.cart-p{
    font-size: 15px;
    color: rgba(21,27,57,.6);
    line-height: 16px;
    padding: 16px 16px 16px 25px;
    display: inline-block;
    width: 100%;
    letter-spacing: 1px;
    margin: 0;
    text-transform: uppercase;
    background: #ffffff;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    border-bottom: 1px solid #ddd;
}
.text-right{
    text-align : right;
}
.remove-btn{
    font-size: 12px;
    color: rgba(21,27,57,.6) !important;
    line-height: 16px;
    letter-spacing: 1px;
    background: #ededed;
    padding: 8px 0;
    text-transform: uppercase;
    float: right;
    width: 100px;
    text-align: center;
    margin: 0 0 0 0;
    border-radius: 4px;
}
.bb{
    border-bottom: 1px solid rgba(21,27,57,.1);
}
.cart-prod{
    border-bottom: 1px solid rgba(21,27,57,.1);
}
.cart-prod:last-child{
    border-bottom: 0px solid rgba(21,27,57,.1) !important;
}
a:hover {
    color: #273142  !important;
}
.btn:hover, .button:hover,.categories-button-active:hover{
    color: white  !important;
}
.secondry-btn:hover{
    color: #273142  !important;
}
.no-padd{
    padding:0 !important;
}
.pr-0{
    padding-right :0 !important;
}
.text-left{
    text-align : left ;
}
.ml-10{
    margin-left : 10px;
}
.mmt-6{
    margin-top : -6px !important;
}
.new-width{
    max-width: 1050px !important;
}
.right{
    float : right;
}
.secondry-btn{
    border : 1px solid #273142 !important;
    background :white !important;
    color : #273142 !important;
}
.cart-right-txt{
    font-weight : 600;

}
.cart_total_label ,.cart_total_amount{
    padding: 5px 8px !important;
}
.text-muted,.text-end{
    font-size: 15px !important;
}
.apply-coupon-img{
    width: 15px;
    float: right;
    margin-top: 5px;
}
.cart-right-txt span{
    float: right;
    font-size: 12px;
    color: #273142;
    font-weight: 500;
    letter-spacing: 1.2px;
}
.checkout-area .pt-0{
    padding-top : 0 !important;
}
.checkout-title h3{
    font-size: 17px;
}
.address-modal{
    width: 80% !important;
    margin: 0 auto;
}
.address-modal .modal-body{
   padding: 0px 25px !important;
}
.address-modal .modal-body .billing-fields input {
    height: 38px;
}
.address-modal .modal-body .form-control {
    height: 38px;
}
.minicart-button .pri-btn{
    background-color: #136892 !important;
    color : white !important;
}
.product-content-wrap h2{
    width: auto;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    word-break: break-word;
    white-space: pre-wrap;
    margin-bottom: 0 !important;
}
.left{
    float:left;
}
.shop-product-area .item-col2{
    border:0px dashed rgba(0,0,0,.15) !important ;
}
.single-product:after, .item-col2 .single-product:after{
    border-right: 0px dashed rgba(0,0,0,.15) !important;
}
.accordion-wrapper {
  display: block;
  line-height: 1;
}

.accordion + .title {
    user-select: none;
    cursor: pointer;
    display: block;
    align-items: center;
    padding: 10px 8px 8px;
    background: white;
    font-size: 14px;
    text-transform: capitalize;
    color: #363f4d;
    padding-left: 0px;
    letter-spacing: 1px;
}

.accordion ~ .title strong {
  line-height: 24px;
  color: white;
}

.accordion ~ .title .side-icon {
  display: block;
    position: relative;
    top: -3px;
    float: right;
}

.accordion:checked ~ .title .side-icon {
  display: none;
}

.accordion ~ .title .down-icon {
  display: none;
}

.accordion:checked ~ .title .down-icon {
  display: block;
    position: relative;
    top: -3px;
    float: right;
}

.accordion ~ .content {
  display: none;
  padding: 4px 6px;
  cursor: pointer;
}

.accordion:checked ~ .content {
  display: block;
}
.accordion-wrapper .content a{
  color: #363f4d !important;
    letter-spacing: 1px;
}
.accordion-wrapper .content p {
    border-bottom: 1px solid #ebebeb;
    padding: 0px 0px 12px;
    font-size: 13px;
    line-height: 15px;
}
.header-style-1 .categories-dropdown-active-large{
    z-index: 99999;
}
.view_all a{
    border-bottom: 0px solid #e1e1e1 !important;
}
.prod-det-img {
    max-width: 100%;
    max-height: 500px;
}
.prod-cart-btn{
   padding: 6px 15px;
   height: 35px;
}
#list-view .product-img a img{
    background: white !important;
    padding: 0px !important;
    border-radius: 0 !important;
}
#list-view .product-discription{
    width: auto;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    word-break: break-word;
    height: 72px;
}
#list-view .product-content-2>h2{
    margin: 0 !important;
}
#list-view .single-item{
   height : 200px;
}
#list-view .product-discription>p {
    margin-bottom: 0px !important;
}
#list-view .product-cart-wrap .product-img .default-img{
    max-height: 160px;
    min-height: 160px;
    width: auto !important;
    object-fit: contain;
    padding: 10px;
    max-width: 160px;
}
#list-view .product-cart-wrap .product-img .hover-img{
    max-height: 160px;
    min-height: 160px;
    width: auto !important;
    object-fit: contain;
    padding: 10px;
    max-width: 160px;
}
#list-view .product-content-2{
    text-align: left;
}
#list-view .product-content-2 .product-price{
    text-align: left;
}
.product-cart-wrap:hover .default-img {
    opacity: 1 !important;
}
.product-cart-wrap .product-img .default-img{
    width: 100%;
    padding: 0px;
}
.product-cart-wrap .product-img .hover-img{
max-height: initial;
    min-height: auto;
    width: auto !important;
    object-fit: contain;
    padding: 0px;
    max-width: 100%;
}
.product-cart-wrap .product-img {
    text-align: center !important;
}
.product-cart-wrap .product-img {
    text-align: center !important;
}
.br-4{
    border-radius:4px;
}
.center{
    text-align : center;
}
.widget-content .product-categories .active a{
    color: #273142 !important;
    font-weight: 600;
}
.widget-content .product-categories .active::marker {
    color: #273142 !important;
}
.fw-7{
    font-weight: 700;
}
.slider-nav-thumbnails .thumb-small{
    width: auto;
    max-height: 100px;
    float: left;
}
.detail-gallery .product-image-slider{

}
.slider, .slider ul.carousel, .slider ul.carousel li {
  height: 88px;
  width: 100%;
  color: #000;
}

.slider ul.carousel li h1 {
  margin-top: 100px;
  margin-bottom: 30px;
}

/* pagnation  <- -> */
.slider ul.sliderpagnation li a {
  color: #ccc;
}

.slider ul.sliderpagnation li.selected a {
  color: #937AFF;
}

.slider ul.sliderpagnation li {
  padding: 0 3px;
  height: 28px;
  line-height: 28px;
}

.primary {
  color: #000;
}

.bg-1 {
  background: #833ab4; /* fallback for old browsers */
  background: -webkit-linear-gradient(
    to right,
    #fcb045,
    #fd1d1d,
    #833ab4
  ); /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(
    to right,
    #fcb045,
    #fd1d1d,
    #833ab4
  ); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.bg-2 {
  background: #f857a6; /* fallback for old browsers */
  background: -webkit-linear-gradient(
    to right,
    #833ab4,
    #4BC0C8
  ); /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(
    to right,
    #833ab4,
    #4BC0C8
  ); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.bg-3 {
  background: #FEAC5E; /* fallback for old browsers */
  background: -webkit-linear-gradient(
    to right,
    #4BC0C8,
    #C779D0,
    #FEAC5E
  ); /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(
    to right,
    #4BC0C8,
    #C779D0,
    #FEAC5E
  ); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
.slider .caroufredsel_wrapper,.slider .caroufredsel_wrapper .carousel,.slider .caroufredsel_wrapper .carousel li{
    width: 100% !important;
}
.shop-tab>ul>li.active>a, .shop-tab>ul>li:hover>a {
    color: #273142 !important;
}
.header-middle .header-menu{
    margin : 0px auto 0px
}
.header-middle .header-menu .container{
    max-width: 870px;
}
.header-middle .header-menu .head-box .tilte img{
    width: auto;
    border-radius: 50%;
    margin-right: 10px;
    height: 40px;
    max-width: 40px;
    object-fit: cover;
}
.header-middle .header-menu .head-box .tilte span{
    color: white;
    line-height: 2.5;
    position: relative;
    top: -15px;
    font-size: 16px;
    font-weight: 600;
    font-family: 'Quicksand', sans-serif;
}
.header-middle .header-menu .head-box .tilte{
   text-align : center;
   text-align : -webkit-center;
   cursor: pointer;
}
.header-middle .header-menu .row .col-md-3{
   height: 55px;
}



/*-------- off canvas mini cart end --------*/


.header-menu nav {
	margin: 0px 0;
}

.header-menu nav ul {
	padding: 0;
  margin: 0;
	list-style: none;
	position: relative;
	}

.header-menu nav ul li {
	display:inline-block;
	/*background-color: #273142;*/
	}

.header-menu nav ul li a{
        color: #253D4E !important;
	}

.header-menu nav a span{
	color: white;
    line-height: 2.5;
    position: relative;
    top: -15px;
    font-size: 16px;
    font-weight: 600;
    font-family: 'Quicksand', sans-serif;
}

.header-menu nav a:hover {
	background-color: #273142;
    color: white !important;
}

.header-menu nav ul li ul li a:hover {
   background-color: #f3f7fb;
   color: #253D4E !important;
   display: block;
}

/* Hide Dropdowns by Default */
.header-menu nav ul ul {
	display: none;
	position: absolute;
    top: 35px;
    left: 60px;
    text-align: left;
}

/* Display Dropdowns on Hover */
.header-menu nav ul li:hover > ul {
	display:inherit;
	z-index: 99;
	/*box-shadow: 0px 5px 10px -2px rgb(0 0 0 / 20%);*/
	border: 1px solid #BCE3C9;
	box-shadow: 5px 5px 15px rgb(0 0 0 / 5%);


}

/* Fisrt Tier Dropdown */
.header-menu nav ul ul li {
	width:145px;
	float:none;
	display:list-item;
	position: relative;
	background-color: white;
}

/* Second, Third and more Tiers	*/
.header-menu nav ul ul ul li {
	position: relative;
	top:-60px;
	left:170px;
}

/* Second, Third and more Tiers	*/
.header-menu nav ul li ul li a{
	line-height: 1.5;
    font-size: 15px !important;
    font-weight: 400 !important;
    color: #253D4E !important;
    padding: 5px 10px;
    display: block;
}


/* Change this in order to change the Dropdown symbol */
.header-menu li > a span:after { content:  '\25be';margin-left: 5px; }
.header-menu li > a span:only-child:after { content: ''; }

.product-empty {
    width: 300px;
    margin: 0rem auto;
    text-align: center;
}

.product-empty h3{
    font-size: 20px;
    color: #474848;
    line-height: 20px;
    text-align: center;
    margin: 5px 0 8px;
    padding: 0;
    font-weight: 600;
}
.product-empty img{
   width: 40%;
}
.product-container .row{
   margin: 0px -18px;
}
.product-container .row .m-md-1 {
    margin: 5px !important;
    margin-top: 2px !important;
    margin-bottom: 10px !important;
}
.product-categories .active {
    border-bottom: 2px solid #273142 !important;
}
.product-content-wrap .product-widget input {
    height: 33px !important;
}
.product-content-wrap .product-widget .b_e9bf {
    height: 35px !important;
}
.cart-modal-title{
    font-size: 18px;
    margin-bottom: 16px;
    border-bottom: 1px solid #cdcdcd;
    width: 95%;
    padding-bottom: 5px;
    font-weight: 500;
}
.wid{
    padding: 0px 20px;
    margin-top: 10px;
}
.widget {
    background: #fff;
}
.my_profile_area_detail {
    border-radius: 10px !important;
    background: #fff;
}
.my_profile_area_detail button[type='submit'] {
    padding: 7px 20px !important;
    height: 42px !important;
}
.orderrow {
    background: #fff;
    border-radius: 8px;
    padding: 7px 15px 7px;
    margin-bottom: 12px;
}
.orderrow .ordinfo{
    margin-bottom: 0px;
}
.pill{
    padding: 4px 13px;
    border-radius: 10px;
    font-size: 12px;
    line-height: 15px;
    font-weight: 400;
    display: inline-block;
    vertical-align: middle;
    text-transform: uppercase;
    background-color: #ffe6e8;
    color: #000;
}
.button-view{
    background-color: #fff;
    color: #273142;
    border: 1px solid #a9a9a9;
    width: auto;
    padding: 2px 10px;
    border-radius: 7px;
    float: right;
    margin-top: 5px;
    font-size: 13px;
}
.cusname{
    font-size: 14px;
    color: #454545;
    line-height: 24px;
    font-weight: 500;
}
.orderrow .ordstatus{
    padding: 0 0 5px;
    font-size: 12px;
    color: #151b39;
    line-height: 16px;
}
.text-success {
    color: #00c851!important;
}
.ordprodlist{
    margin-bottom:8px;
}
.ordprodlist ul{
    list-style: none;
    margin: 0;
    padding: 0;
}
.ordprodlist ul li{
    padding: 2px 0 2px 10px;
    margin: 0;
    font-size: 13px;
    color: rgba(21,27,57,.6);
    line-height: 20px;
    position: relative;
}
.ordprodlist ul li i{
    position: relative;
    top: 2px;
}
.orderrow .action{
    margin-top: 16px;
}
.orderrow .ord-btn{
    background: #24aeb1;
    font-size: 14px;
    color: #fff;
    border-radius: 4px;
    border: none;
    text-transform: uppercase;
    width: 100%;
    padding: 12px 0;
    letter-spacing: 1px;
    margin: 0;
    box-shadow: none;
}
.ord-btn .btn-view{
    background: #f6f6f7;
    color: rgba(21,27,57,.6);
}
.price_item_right{
    text-align: right;
    font-weight: 500;
}
.product_item_date_item{
    font-weight: 500;
}
.product_img_part_bottom{
    border-top: 1px solid #e3e3e3;
    padding-top: 5px;
}
.slingle_product_block {
    padding: 0;
}
.slingle_product_block, .product_timeline_block {
    margin: 0px 0 10px 0;
    padding: 15px 15px;
    border-radius: 10px;
    box-shadow: 0 1px 10px 0 rgb(0 0 0 / 8%);
    float: left;
    width: 100%;
    background: #fff;
}
.slingle_item_address_part:first-child {
    border-top: 0;
}
.single_bdr_right {
    border-right: 1px solid #f0f0f0;
}
.single_address_list {
    display: inline-block;
    padding-bottom: 8px;
}
.delivery_address_title {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 20px;
    display: block;
    color: #323232;
}
.address_detail_product_item {
    position: relative;
}
.address_detail_product_item span {
    font-weight: 600;
    margin-bottom: 5px;
    display: block;
    color: #626262;
}
.address_detail_product_item p {
    margin-bottom: 5px;
}
.slingle_item_address_part .label {
    padding: 4px 6px;
    font-size: 80%;
    font-weight: 600;
    line-height: 1;
    padding-bottom: 5px;
}
.label-default {
    background-color: #777;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25em;
}
.label-warning {
    background-color: #f0ad4e;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25em;
}
.label-primary {
    background-color: #337ab7;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25em;
}
.label-success {
    background-color: #5cb85c;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25em;
}
.label-danger {
    background-color: #d9534f;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25em;
}
.form-button, .readmore-button, .price-button, .compare-btn {
    background: red;
    box-shadow: none;
    border: 0;
    border-radius: 4px;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    height: 38px;
    line-height: 38px;
    overflow: hidden;
    padding: 0 20px;
    text-shadow: none;
    text-transform: capitalize;
    text-align: center;
    -webkit-transition: all .4s ease-out;
    -moz-transition: all .4s ease-out;
    -ms-transition: all .4s ease-out;
    -o-transition: all .4s ease-out;
    vertical-align: middle;
    white-space: nowrap;
}
.bdr_top0 {
    border-top: 0;
}
.slingle_item_address_part {
    padding: 0px 0px;
}.slingle_item_address_part_right {
    padding-left: 15px;
}
.details_part_product_img a {
    font-weight: 500;
    color: #626262;
}
.details_part_product_img .product_img_part a img {
    border-radius: 6px;
    margin-bottom: 10px;
}
.details_part_product_img .product_img_part a img {
    text-align: center;
    margin-right: 0;
    border: 3px solid #eee;
}
.slingle_item_address_part hr {
    margin: 10px 0;
    padding: 0;
    border-bottom: 1px solid #eceff8;
    border-top: 0;
}
.product_timeline_block {
    background: transparent;
    box-shadow: 0 0px 0px 0 rgb(0 0 0 / 0%);
    margin-bottom: 0;
}
.slingle_product_block, .product_timeline_block {
    margin: 0px 0 2px 0;
    padding: 10px 15px;
    border-radius: 6px;
    box-shadow: none;
    float: left;
    width: 100%;
}
div.timeline {
    background-color: #E6D4D4;
    margin: 50px auto 10px;
    height: 8px;
    width: 100%;
    border-radius: 10px;
    position: relative;
}
div.timeline .dot:nth-child(1) {
    left: 20%;
}
div.timeline .dot {
    z-index: 99;
    transition: 0.3s ease-in-out;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    position: absolute;
    top: -10px;
    text-align: center;
    cursor: pointer;
}
.active_dot {
    background-color: #273142;
}
div.timeline .dot span {
    display: inline-block;
    margin-top: 0px;
    width: 10px;
    height: 10px;
    background-color: #fff;
    position: relative;
    border-radius: 50%;
    box-shadow: 0 0 5px rgb(0 0 0 / 20%);
}
div.timeline .dot date {
    font-size: 14px;
    display: block;
    position: relative;
    top: -60px;
    right: 10px;
    text-align: center;
    font-weight: 500;
}
div.timeline .dot:nth-child(2) {
    left: 40%;
}
.deactive_dot {
    background-color: #E6D4D4;
}
div.timeline .dot:nth-child(3) {
    left: 60%;
}
div.timeline .dot:nth-child(4) {
    left: 80%;
}
.product_timeline_block article {
    display: none;
    position: relative;
    top: 0px;
    max-width: 100%;
    padding: 6px 5px 0 5px;
    margin: auto;
}
.product_timeline_block article date {
    display: block;
    font-size: 14px;
    font-style: italic;
    font-weight: 400;
    line-height: 24px;
    color: #7a7a7a;
}
.product_timeline_block article h2 {
    font-size: 18px;
    padding: 0px 0;
    margin-bottom: 1px;
    font-weight: 500;
}
.product_timeline_block article p {
    line-height: 130%;
}
div.timeline .inside {
    position: absolute;
    height: 7px;
    background-color: #273142;
    width: 0%;
    left: 0;
    border-radius: 10px;
}
.ordstatus .label {
    padding: 4px 6px;
    font-size: 80%;
    font-weight: 600;
    line-height: 1;
    padding-bottom: 5px;
}
.address_details_block {
    margin-bottom: 0px;
}
.address_details_item {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.my_profile_area_detail .address_details_item .address_list {
    padding-left: 5px;
}
.address_details_item .address_list {
    padding: 8px 0px 10px 15px;
    position: relative;
}
.my_profile_area_detail .address_details_item .address_list .home_address {
    background: rgba(0,0,0,.05);
    display: inline-block;
    width: auto;
    padding: 1px 10px;
    border-radius: 4px;
    margin-bottom: 8px;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 500;
}
.address_details_item .address_list span {
    margin-bottom: 5px;
    font-size: 15px;
    font-weight: 500;
    float: none;
    color: #424242;
    text-transform: capitalize;
    display: inline-block;
    width: 100%;
}
.address_details_item .address_list_edit {
    position: absolute;
    right: 0px;
    top: 20px;
}
.address_details_item .address_list_edit a {
    background: #acacac;
    font-size: 12px;
    height: 25px;
    display: block;
    border-radius: 3px;
    border: 0;
    color: #fff;
    float: left;
    margin: -4px 5px 0 5px;
    box-shadow: none;
    line-height: 25px;
    overflow: hidden;
    padding: 0;
    text-shadow: none;
    text-transform: capitalize;
    text-align: center;
    -webkit-transition: all .4s ease-out;
    -moz-transition: all .4s ease-out;
    -ms-transition: all .4s ease-out;
    -o-transition: all .4s ease-out;
    vertical-align: middle;
    white-space: nowrap;
    font-weight: 500;
    width: 60px;
}
.btn_new_address {
    font-size: 16px;
    font-weight: 500;
}
.add_addresss_block {
    padding: 15px;
    background: rgba(0,0,0,.05);
    border: 1px solid rgba(0,0,0,.1);
    border-radius: 0 0 6px 6px;
    margin-top: 0;
}
.billing-fields {
    margin-bottom: 20px;
    overflow: hidden;
}
.billing-fields p {
    margin-bottom: 0px;
    margin-top: 15px;
}
.billing-fields p label {
    font-size: 14px;
    padding-left: 3px;
}
.billing-fields input {
    border-radius: 6px;
    height: 46px;
    border: 1px solid #ebebeb;
}
.billing-fields textarea {
    resize: vertical;
    background: #fff;
    border: 1px solid #ebebeb;
    padding: 10px;
    padding-left: 18px;
    width: 100%;
    border-radius: 6px;
    font-size: 14px;
    height: 135px;
}
.radio-inline {
    font-size: 14px;
}
.radio-inline, .checkbox-inline {
    position: relative;
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    vertical-align: middle;
    font-weight: normal;
    cursor: pointer;
}


#edit_address .modal-content{
    overflow-y: auto;
    margin-top:5%;
}

#edit_address .modal-dialog{
    max-width: 800px !important;
    margin-top:5%;
}
.box-tocart .b_e9bf {
    height: 35px !important;
}
.fixed-cart-container .b_e9bf  {
    height: 35px !important;
}
.fixed-cart-container .b_g9bf {
    border-radius: 0px !important;
}
.fixed-cart-container  .min_ic {
    height: 30px !important;
}
.fixed-cart-container  .plu_ic {
    height: 30px !important;
}
input:focus {
}
.about-img {
    float: right;
    margin: 0px 0px;
    height: auto;
    max-width: 100%;
    image-rendering: auto;
    border-radius: 10px;
    width: 100%;
    margin-bottom: 12px;
}
.txt-content {
    border-radius: 10px;
    padding: 15px 15px;
    margin: 0px 20px;
    margin-top: 10px !important;
    margin-bottom: 20px !important;
    margin: 0;
}
.txt-content2 {
    padding: 16px 20px;
    margin: 0px 0px;
}
.txt-h1 {
    margin-bottom: 14px;
    font-size: 24px;
    font-weight: 600;
}
.txt-content h2 {
    margin-bottom: 5px;
    font-size: 18px;
}
.txt-content h1 {
    font-size: 28px;
    font-weight: 700;
}

.txt-content p {
    text-align: justify;
}
.txt-content strong{
    color: #333333;
}
.txt-content .section-title.style-1{
    position: relative;
    border-bottom: 1px solid #ececec;
    padding-bottom: 5px;
    font-size: 16px;
    margin-bottom: 10px;
}
.txt-content .flag li {
    display: block;
    line-height: 30px;
    border-radius: 5px;
    border: 0px solid #F2F3F4;
    padding: 2px 5px;
    margin: 0 0 6px 0;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    -o-transition: .3s;
    background: #e9e9e9;
    float: left;
    margin-right: 6px;
    width: 120px;
    text-align: left;
}
.txt-content .flag img {
    height: 20px;
    border-radius: 3px;
    margin-right: 4px;
    width: 30px;
    position: relative;
    top: 5px;
}
.txt-content .flag span{
    font-weight: 600;
    color: #333333;
}



.map-container {
  padding: 3.2rem 0.8rem;
  position: relative;
  display: inline-block;
}
.map-container img {
  width: 100%;
}
.map-container .point {
  cursor: pointer;
  position: absolute;
  width: 1.2rem;
  height: 1.2rem;
  background-color: #f58634;
  border-radius: 50%;
  transition: all 0.3s ease;
  will-change: transform, box-shadow;
  transform: translate(-50%, -50%);
  box-shadow: 0 0 0 rgb(245 134 52);
  animation: pulse 3s infinite;
}
.map-container .point:hover {
  animation: none;
  transform: translate(-50%, -50%) scale3D(1.25, 1.25, 1);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}
.map-container .usa {
  top: 26%;
  left: 17%;
}
.map-container .jordan {
    top: 38%;
    left: 56%;
}
.map-container .nigeria {
    top: 52%;
    left: 47%;
}
.map-container .yemen {
    top: 47%;
    left: 60%;
}
.map-container .tajikistan {
    top: 32%;
    left: 67%;
}
.map-container .kenya {
    top: 58%;
    left: 57%;
}
.map-container .ghana {
    top: 52%;
    left: 44%;
}
.map-container .uk {
    top: 22%;
    left: 44%;
}
.map-container .srilanka {
    top: 52%;
    left: 71%;
}
.map-container .myanmar {
	top: 46%;
    left: 76%;
}
.map-container .malaysia {
    top: 54%;
    left: 78%;
}
.map-container .lithuania {
    top: 23%;
    left: 50%;
}
.map-container .dubai {
    top: 43%;
    left: 62%;
}
.map-container .tanzania {
    top: 62%;
    left: 56%;
}
.map-container .phillipines {
    top: 49%;
    left: 84%;
}
.map-container .cambodia {
    top: 50%;
    left: 78%;
}

@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(0, 245, 134, 0.5);
  }
  70% {
    box-shadow: 0 0 0 25px rgba(0, 245, 134, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(0, 245, 134, 0);
  }
}
.rajasthan{
    cursor: pointer;
    position: absolute;
    top: 38%;
    left: 66%;
}
.rajasthan img {
    height: 46px;
}
.contact-form-style input {
    border: 1px solid #ececec;
    border-radius: 5px;
    height: 40px;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding-left: 10px;
    font-size: 14px;
    width: 100%;
}
.contact-form-style textarea {
    border: 1px solid #ececec;
    border-radius: 5px;
    height: 50px;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 10px 10px 10px 10px;
    font-size: 14px;
    width: 100%;
    min-height: 150px;
}
.contact-right i{
    position: relative;
    top: 2px;
}
.export-contact .text-right{
    text-align:right !important;
}
.export-contact .text-left{
    text-align:left !important;
}
.export-contact{
    margin-top:40px;
}
.contact-person{
    font-size: 15px;
    font-weight: 600;
    color: #333333;
}
.socil-icon>li {
    display: inline-block;
    margin: 5px 5px 0 0;
}
.download-app{
        margin: 25px 0 0px 0 !important;
}
.our-inspiration .bg1{
    background:#dae2c2;
}
.our-inspiration .bg2{
    background:#ffffff;
}
.pd02{
        padding: 0px 2px;
}
.our-inspiration p {
    color: #333333;
}
.our-inspiration .vendor-logo img {
    max-width: inherit;
    width: 150px;
    border-radius: 10px;
}
.our-inspiration p {
    font-size: 15px;
}
.our-inspiration .vendor-content{
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.our-inspiration .archive-header-3 {
    padding: 25px;
}
.video_wrapper {
    padding: 4px;
    margin-bottom: 10px;
}
.video_wrapper iframe{
    border-radius: 10px;
}
.milestones img {
    border-radius: 10px;
    margin-bottom: 15px;
    height: 250px;
    object-fit: cover;
    width: 100%;
    border: 1px solid #c7c7c7;
}
.home-slider{
margin-top: 0px;
    padding: 0px 0px;
    overflow: hidden;
}
.home-slider .slider{
    height: auto;
}
.cl {
  height:200px;
  padding:10px;
}

.cl-yellow {
  background: #f1c40f;
}

.cl-blue {
  background: #3498db;
}

.cl-red {
  background: #e74c3c;
}

.slick-active {
  padding: 0px 0;
}

.slick-center {

}

.slick-slide:not(.slick-active) {
  margin: 0px 0;
}

.child {
  width:100%;
}

.slide:not(.slick-active) {
  cursor: pointer;
}

.pagination {
    float: left;
    width: 100%;
    margin: 0 0 40px;
    border: 1px dashed rgba(0, 0, 0, .15);
    border-radius: 4px;
    padding: 13px 15px;
    text-align: center;
}


.home-slider .slick-slide {
    padding: 0px 5px !important;
}
.slick-slide img {
    border-radius: 0px;
}
.home-slider .slick-slide img {
    box-shadow: none;
    margin: 0px 0px;width: 100%;
}
.home-slider .slick-dots {
    bottom: -27px !important;
}
.home-slider .slick-dots li button:before {
    font-size: 9px;
}


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

.banners .btn {
    padding: 6px 10px !important;
    color: #273142 !important;
    border: 1px solid #273142 !important;
    background-color: #ffffff !important;
    box-shadow: none;
}
.banners .section-title {
    position: relative;
    -js-display: flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 4px;
}
.section-title b {
    display: block;
    -ms-flex: 1;
    flex: 1;
    height: 2px;
    opacity: .1;
    background-color: currentColor;
}
.section-title span {
    text-transform: none;
}
.section-title-center span, .section-title-bold-center span {
    text-align: center;
}
.section-title-center span {
    margin: 0 15px;
    font-size: 35px;
    font-weight: 700;
}
.home-slider .slider {
    margin-bottom: 10px !important;
}

.section-title-container {
    max-width: 1080px;    margin: 0px auto;
}
.p-cat p {
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 5px;
    color: #273142;
    text-align: center;
    margin-bottom: 20px;
}
.featured_product {
    height: auto !important;
}
.no-overflow{
    overflow: hidden;
}
.pfp .section-title {
    position: relative;
    -js-display: flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 4px;
}
.featured_product .slick-slide {
    padding: 0px 15px !important;
}
.doctor_testimonial {
    height: auto;
    padding: 0px 25px;
    margin-bottom: 30px !important;
}
.doctor_testimonial .slick-slide {
    padding: 10px;
}
.patient_testimonial {
  height: auto;
  padding:0px 25px;
}
.doctor_testimonial_slider .section-title {
    position: relative;
    -js-display: flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 4px;
}
.patient_testimonial_slider .section-title {
    position: relative;
    -js-display: flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 4px;
}

.patient_testimonial_slider .rev-content {
    display: grid;
    padding: 30px 10px;
    border: 0px solid #000;
    background: #fff;
    border-radius: 10px;
    margin: 25px !important;
    grid-template-columns: 6rem 1fr;
    padding-right: 30px;box-shadow: 0 6px 12px -4px rgb(40 11 18 / 10%);
}
.rev-content .rev-icon .rev-pc img {
    display: inline-block;
}
.owl-carousel .owl-item img {
    width: inherit;
}
.rev-content .rev-desc blockquote {
    font-size: 16px;
    line-height: 22px;
    margin: 0 0 1rem;
    color: #333333;
}
.rev-content .rev-desc .rev-bio {
    display: block;
    align-items: center;
    text-align: center;
}
.rev-content .rev-desc .rev-bio .rev-txt {
    line-height: 1;
}
.rev-content .rev-desc .rev-bio .rev-txt h4 {
    font-size: 18px;
    text-transform: capitalize;
    margin-bottom: 5px;
    line-height: 1;
}
.rev-content .rev-desc .rev-bio .rev-txt span {
    font-weight: 400;
    text-transform: capitalize;
    font-size: 15px;
    line-height: 1;
    color: #333333;
}
.rev-pic img {
    display: initial;
}

.or-team-innerbox .or-team-img {
    width: 197px;
    margin: 0 auto;
    padding-left: 10px;
    margin-bottom: 20px;
}
.position-relative {
    position: relative!important;
}
.or-team-innerbox .or-team-img:before {
  top: -11px;
  left: -1px;
  content: "";
  width: 198px;
  height: 198px;
  position: absolute;
  border-radius: 100%;
  border: 3px dotted #e6e6e8;
  -webkit-animation-duration: 1500ms;
  animation-duration: 1500ms;
  -webkit-animation: rotate-anim 10s infinite linear;
  animation: rotate-anim 10s infinite linear;
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
  -webkit-transition: 500ms all ease;
  transition: 500ms all ease;
}
.or-team-innerbox .or-team-img img {
    width: 175px;
    height: 175px;
    border-radius: 100%;
}
.or-team-innerbox .or-taam-item-holder {
    margin: auto;
    max-width: 80%;
    min-height: 412px;
}
.or-team-innerbox .or-team-meta {
    color: #273142;
    padding: 2px 8px;
    margin-bottom: 10px;
    border-radius: 10px;
    background-color: #ffffff;
    bottom: 0px;
    border: 1px solid #273142;
}
.or-team-innerbox .or-team-meta h3 {
    font-size: 16px;
    font-weight: 600;
    color: #333333;
}
.or-team-innerbox .or-team-meta span {
    font-size: 12px;
}
.doctor_testimonial .text-center {
    text-align: center!important;
}
.or-team-innerbox .or-team-text-social p {
    font-size: 15px;
    color: #383838;
    padding-bottom: 15px;
}
.pera-content p {
    margin-bottom: 0;
}

.or-team-innerbox:hover .or-team-img:before {
  border: 3px dotted #ff7800;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.or-team-innerbox {
    background: #fff;
    padding-top: 30px;
    margin: 0px 20px;
    border-radius: 10px;
    border: 0px solid #cce7d0;
    box-shadow: 0 6px 12px -4px rgb(40 11 18 / 10%);
}
.pera-content i{
    font-size: 22px;
}
.pfp{
    padding: 10px 0;
}
.slick-slider {
    margin-bottom: 20px !important;
}
.icon-box-text{
    margin-left: auto;
    margin-right: auto;
}

element.style {
    background-color: rgb(0, 110, 90);
}
.text-center>div, .text-center>div>div, .text-center .is-divider, .text-center .star-rating, .text-center .is-star-rating {
    margin-left: auto;
    margin-right: auto;
}
.last-reset *:last-child {
    margin-bottom: 0;
}
.is-divider {
    height: 3px;
    display: block;
    background-color: rgba(0,0,0,0.1);
    margin: 6px 0 6px;
    width: 100%;
    max-width: 30px;
    background-color: rgb(0, 110, 90);
}
.certifications .section-title {
    position: relative;
    -js-display: flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 4px;
}
.certifications .awards{
    height: auto;
}
.certifications .slick-slide img {
    border-radius: 10px;
    margin: 0px auto;
}
.certifications .awards h3 {
    font-size: 18px !important;
    margin-top: 5px;
}

.patient_testimonial{
    margin-bottom: 0px !important;
}
.herbal_product {
    height: auto;
    margin-bottom: 0px !important;
}
.herbal_product .card-2 {
    border: 1px solid #BCE3C9;
    min-height: 160px;
    margin-bottom: 10px;
    box-shadow: 0 6px 12px -4px rgb(40 11 18 / 10%);
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
}
.herbal_product .slick-slide {
    padding: 0px 8px;
}
.plmb-10{
    padding-left: 10px;
    margin-bottom: 10px !important;
}

.herbal_product .bg-9{
   background:#dbf4f8 !important;
}
.herbal_product .bg-10{
   background:#aebb5f !important;
}
.herbal_product .bg-11{
   background:#6db6c9 !important;
}
.herbal_product .bg-12{
   background:#81e2ad !important;
}
.herbal_product .bg-13{
   background:#fee1e3 !important;
}
.herbal_product .bg-14{
   background:#d9d246 !important;
}
.slider .slick-prev, .slick-next {
    top: 46% !important;
}
.slider .slick-prev:before,.slider .slick-next:before {
    font-size: 25px !important;
    color: #757575 !important;
}
.slider .slick-prev {
    left: 2% !important;
    z-index: 1 !important;
}
.slider .slick-next {
    right: 2% !important;
}
.w-full {
    width: 100%;
}

.bg-repeat {
    background-repeat: repeat;
}
.bg-center {
    background-position: 50%;
}
.bg-indigo-50 {
    opacity: 1;
    background-color: rgb(234 239 253);
}
.overflow-hidden {
    overflow: hidden;
}
.lg\:items-center {
    align-items: center;
}
.lg\:flex-row {
    flex-direction: row;
}
.sm\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
}.max-w-screen-2xl {
    max-width: 1536px;    min-height: 355px;
}.flex {
    display: flex;
}
.mx-auto {
    margin-left: auto;
    margin-right: auto;
}.lg\:py-0 {
    padding-top: 0;
    padding-bottom: 0;
}.lg\:w-2\/5 {
    width: 70%;
}.flex-shrink-0 {
    flex-shrink: 0;
}.lg\:text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
}.font-bold {
    font-weight: 700;
}.opacity-90 {
    opacity: .9;
}
.leading-7 {
    line-height: 1.75rem;
}
.text-base {
    font-size: 1rem;
}
.mr-3 {
    margin-right: 0.75rem;
}
.rounded {
    border-radius: 0.25rem;
}
.lg\:justify-end {
    justify-content: flex-end;
}
.lg\:flex {
    display: flex;
}
.flex-grow {
    flex-grow: 1;
}
.app-img{
    position: absolute;
    top: -160px;
}
.p-relative{
   position: relative !important;
}
.p0100{
    padding: 0px 100px;
}
.home-popup .modal-dialog .modal-content {
    border-radius: 10px;
    padding: 0px;
    border: 0px solid #BCE3C9;
    background-color: #ffffff9e;
    width: max-content;
    margin: 0px auto;
}
.home-popup .modal-body {
    padding: 7px;
}
.home-popup .modal-body .deal img {
    width: auto;
    height: fit-content;
    border-radius: 6px;
    max-height: 450px;
    margin: auto;
}
.deal {
    min-height: auto;
}
.home-popup .modal-dialog .btn-close {
    position: absolute;
    right: 7px;
    top: 7px;
    z-index: 2;
}
.login {
    top: 10%;
}
.login .modal-dialog {
    max-width: 60%;
}
.login .modal-header {
    display: none;
}
.ac-title{
    padding: 0;
    margin: 0 0 8px;
    font-size: 20px;
    color: #151b39;
}
.login .modal-body {
    padding: 0px;
}
.login .modal-content {
    border: 0px solid rgba(0,0,0,.2);
}
.login .modal-content img {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    height: 100%;
}
.l-form {
    padding-right: 30px;
    padding-top: 40px;
}

.l-form .btn-block{
    border-radius: 5px !important;
}
.l-form input:focus {
    border: 1px solid #BCE3C9 !important;
}
.close-model{
    position: absolute;
    right: 4px;
    top: 4px;
}
.l-form  form button[type="submit"] {
    color: #fff;
    background-color: #273142;
    border-color: #273142;
    font-size: 14px;
    font-weight: 700;
    height: 40px;
    width: 100%;
    padding: 6px 12px;
    border-radius: 2px;
}
.slingle_product_block{
    margin-bottom: 15px;
}
.containers{
    max-width: 1200px;
    margin: 0px auto;
}
.vendor-logo {
    margin-right: 10px !important;
    min-width: 210px;
    text-align: center;
}
.vendor-logo h3 {
    font-size: 20px;
}
.hidden-md{
    display:none;
}
.header-menu{
    position:relative;
}
.leaf{
        height: 46px;
    position: absolute;
    right: 90px;
    bottom: 12px;
}
.about-us video::-webkit-media-controls {
  display: none;
}
.about-us video {
  pointer-events: none;
  border-radius: 10px;
}
.doctor_testimonial .pera-content .points i {
    font-size: 22px;
    position: relative;
    top: 6px;
    left: 8px;
}
.vendor-logo {
    text-align: center;
    margin-bottom: 0px;
}
.member-box {
    background: #f4f4f4;
    max-width: fit-content;
    margin: 0px auto;
    border-radius: 11px;
    padding: 0px;
    position: relative;
    border: 1px solid #1e652e;
}
.member-popup .modal-body {
    background: #fff;
}
.member-popup .archive-header-3 {
    padding: 15px 25px;
}
.member-popup .vendor-logo {
    margin-bottom: 0px;
}

.member-box .vendor-logo {
    min-width: initial;
}
.m-auto{
    margin:0px auto;
}
.member-content {
    position: absolute;
    bottom: -1px;
    width: 100%;
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 1%, rgba(0,0,0,0.47) 49%, rgba(0,0,0,0.87) 100%);
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 1%,rgba(0,0,0,0.47) 49%,rgb(30 101 46) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 1%,rgba(0,0,0,0.47) 49%,rgb(30 101 46) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#c4000000',GradientType=0 );
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    padding-bottom: 6px;
    padding-top: 10px;
}
.member-box .vendor-logo {
    margin-right: 0px !important;
    min-width: inherit;
}
.member-box h3 {
    color: #fff;
}
.member-box p {
    color: #fff;
}
.mobile-search{
    display:none;
}
.fi-rs-search {
    display: block;
}
.m-breadcrumb{
    display:none;
}
.hidden-m{
    display:none;
}
.fab {
    position: fixed;
    bottom: 7px;
    right: 15px;
    width: 3rem;
    height: 3rem;
    border-radius: 50%;
    background: #64b161;
    box-shadow: 0px 5px 20px #273142;
    transition: all 0.3s ease;
    z-index: 1;
    border: 1px solid #64b161;
}
.fab img{
    height: 32px;
    width: auto;
    position: relative;
    top: 6px;
    left: 7px;
}

.member-popup .modal-content {
    width: initial !important;
}
.member-popup .vendor-logo img {
    width: 150px !important;
}
.dfBDQI {
    display: none !important;
}
.d-block{
    display: block;
}
.camp .product-cart-wrap .product-img-action-wrap .product-img {
    border-radius: 0px;
    height: 185px;
}
.camp .product-cart-wrap .product-img-action-wrap {
    padding: 0px 0px;
}
.camp .product-cart-wrap .product-img-action-wrap .product-img a img {
    max-height: inherit;
    min-height: inherit;
    width: 100% !important;
    object-fit: cover;
    padding: 0px;
    max-width: inherit;
    height: 185px;
}
.camp .product-cart-wrap:hover .default-img {
    opacity: 0.7 !important;
}
.camp .product-cart-wrap .product-content-wrap {
    padding: 4px 10px 10px 10px;
}

.camp .nav-tabs.links .nav-link {
    padding: 7px 14px !important;
    background: none;
    font-size: 15px;
    color: #253D4E;
    border: 1px solid #999;
    text-align: center;
    border-radius: 5px;
    font-weight: 400;
}

.camp-wrappers {
    text-align: center;
    justify-content: center;
}
.camp-wrappers .camp-slide {
    margin-bottom: 10px;
}

.camp .nav-tabs .nav-link:hover {
    -webkit-transform: none;
    transform: none;
}
.camp .nav-tabs.links .nav-link:hover,.camp .nav-tabs.links .nav-link.active {
    color: #ffffff !important;
    background: #273142 !important;
}

.camp .product-cart-wrap .product-content-wrap {
    padding: 0px;
    display: none !important;
}
.label-delivered {
    background-color: #39a2e9;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25em;
}

/* mobiles*/


@media only screen and (max-width: 991px) {


  .totall-product h2 {
    font-size: 28px;
  }
  .loop-grid.loop-list article .post-thumb {
    min-height: 220px;
    min-width: 300px;
  }
  .loop-grid.loop-list article h3.post-title {
    font-size: 22px;
    margin-bottom: 30px !important;
  }
  .loop-grid.loop-list article .post-exerpt {
    display: none;
  }
  .loop-grid.loop-list article .entry-content-2.pl-50 {
    padding-left: 30px !important;
  }
  .loop-big h2.post-title {
    font-size: 32px;
  }
  .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);
    background-color: #273142;
  }
  .ft-bg {
		height: 21px !important;
		background-repeat: no-repeat !important;
  }
  .add_to_cart_fixed.sticky-cart {
		display: block !important;
	}
  .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%);
  }
  .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;
		padding: 5px 4px;
		padding-bottom: 3px;
	}
  .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: 275px;
  }
  .mobile-header-wrapper-style .mobile-header-wrapper-inner {
    padding: 0px 0px 20px;
}
  .mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-top {
    padding: 10px 10px 10px 10px;
    border-bottom: 1px solid #02481b;
    background: #fff;
  }
  .header-style-1.header-height-2 {
    background: transparent;
}
  .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: 5px 15px;
  }
  .header-height-1 {
    min-height: 65px;
  }
  .header-height-2 {
    min-height: 55px;
  }
  .home-slider.pt-50 {
    padding-top: 0 !important;
  }
  .hero-slider-content-2 h1 {
    font-size: 32px;
    line-height: 1.2;
  }
  .hero-slider-content-2 h2 {
    font-size: 30px;
    line-height: 1.2;
    margin-bottom: 10px;
  }
  .hero-slider-content-2 h4 {
    font-size: 16px;
    margin: 0 0 10px;
  }
  .hero-slider-content-2 .btn-default {
    color: #fff;
    background-color: #273142;
    border-radius: 50px;
    padding: 10px 22px;
    font-size: 14px;
  }
  .hero-slider-content-2 p {
    font-size: 14px;
    line-height: 1.3;
  }
  .banner-big h4 {
    font-size: 12px;
  }
  .banner-big h2 {
    font-size: 16px;
  }
  .banner-big .btn {
    background-color: #273142;
    color: #fff;
    border-radius: 3px;
    font-size: 13px;
    padding: 10px 22px;
    border: 0;
  }
  .home-slider .slider-arrow {
    display: none;
  }
  .home-slider .hero-slider-1 {
    height: 350px;
  }
  .home-slider .hero-slider-1.style-2 {
    height: 400px;
  }
  .home-slider .hero-slider-1.style-2 .hero-slider-content-2 {
    padding-left: 0;
    padding-top: 100px;
  }
  .home-slider .hero-slider-1.style-2 .single-slider-img img {
    max-width: 400px;
  }
  .home-slider .hero-slider-1.style-2 .slider-1-height-2 {
    height: 400px;
    position: relative;
  }
  .banner-img {
    float: left;
  }
  .banner-img.f-none {
    float: none;
  }
  .hero-slider-1.style-3 .slider-1-height-3 {
    height: 390px;
  }
  .hero-slider-1.style-3 .hero-slider-content-2 {
    padding-left: 20px;
  }
  .home-slide-cover .hero-slider-1.style-4 .hero-slider-content-2 {
    padding-left: 0;
  }
  .home-slide-cover .hero-slider-1.style-4 .hero-slider-content-2 h1 {
    font-size: 30px;
  }
  .home-slide-cover .hero-slider-1.style-4 .hero-slider-content-2 h2 {
    font-size: 14px;
  }
  .home-slide-cover .hero-slider-1.style-4 .hero-slider-content-2 h4 {
    font-size: 12px;
  }
  .header-style-3 .header-bottom-bg-color {
    border-bottom: 2px solid #273142;
  }
  .header-style-3 .main-nav {
    border: none !important;
  }
  .header-style-3 .sticky-bar.stick.sticky-blue-bg {
    background-color: #273142;
  }
  .header-style-4 .main-nav {
    border: none !important;
  }
  .header-style-4 .sticky-bar.stick.sticky-blue-bg {
    background-color: #273142;
  }
  .font-xxl {
    font-size: 38px;
  }
  .single-page.pl-30, .single-page.pr-30 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .download-app {
    margin-bottom: 0 !important;
  }
  .footer-mid .logo img {
    max-width: 150px;
  }
  .footer-mid .widget-install-app, .footer-mid .widget-about {
    min-width: 205px;
  }
  .footer-mid .widget-about strong {
    display: none;
  }
  .product-list .product-cart-wrap {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
  .product-list .product-cart-wrap .product-img-action-wrap {
    max-width: 45%;
  }
  .product-list .product-cart-wrap h2 {
    font-size: 24px;
  }
  .product-list .product-cart-wrap p.mt-15 {
    display: none;
  }
  .product-list .product-cart-wrap .product-rate-cover {
    margin-bottom: 20px;
  }
  .detail-info {
    padding: 0px 10px !important;
  }
  .detail-gallery .product-image-slider img {
    padding: 4px;
}
  .detail-info h2 {
    font-size: 30px;
  }
  .detail-info .detail-extralink .detail-qty {
    padding: 11px 20px 11px 10px;
    max-width: 60px;
  }
  .detail-info .product-extra-link2 .button.button-add-to-cart {
    padding: 0px 15px;
  }
  .detail-info .product-extra-link2 .button.button-add-to-cart i {
    display: none;
  }
  .shopping-summery table tbody tr img {
    max-width: 80px;
    margin-right: 15px;
  }
  .shopping-summery .form-check-label {
    display: none;
  }
  .shopping-summery h6 {
    font-size: 14px;
  }
  .shopping-summery td.pl-30 {
    padding-left: 0 !important;
  }
  .shopping-summery button.btn {
    width: 120px;
    margin-left: 15px;
  }
  .product-cart-wrap .product-img-action-wrap .product-action-1 {
    min-width: 111px;
  }
  .custom-modal .modal-dialog {
    max-width: 95% !important;
  }
  .home-slider .slick-slide img {
    margin: 6px 0px !important;
}
  .home-slider .slider {
    margin-bottom: 5px !important;
}
.header-bottom {
    padding: 10px 0;
}
.logo.logo-width-1 a img {
    width: 170px;
    min-width: 130px;
    margin-top: 7px;
}
.section-title b {
    display: none;
}
.section-title-center span {
    font-size: 15px;
    margin: 0px auto;
    font-weight: 700;
}
.p-cat p {
    padding: 0px 2px !important;
    font-size: 12px !important;
    font-weight: 400 !important;
    line-height: 16px !important;
    color: #6b7569 !important;
    margin-bottom: 10px !important;
}
.banners {
    padding: 0px 5px;
}
.banners .btn {
    display: none;
}
.banner-left-icon, .banner-img {
    margin-bottom: 0px !important;
}
.banners .col-lg-3, .banners .col-md-6 {
    padding: 0px 4px;
}
.banner-img {
    padding: 0px 0px;
}
.plmb-10 {
    padding-left: 0px !important;
    margin-bottom: 0px !important;
}
.section-title h3 {
    margin-bottom: 7px !important;
    font-size: 15px  !important;
    margin-right: 0px !important;
    font-weight: 700;
    text-align: center;
}
.herbal_product .card-2 {
    min-height: 90px !important;
    max-height: 90px !important;
}
.herbal_product .card-2 h6 {
    font-size: 13px;
}
.herbal_product .card-2 figure {
    margin-bottom: 4px;
}
.herbal_product .card-2 figure img {
    max-width: 42px;
}
.herbal_product .slick-slide {
    padding: 0px 2px !important;
}
.herbal_product .card-2 {
    padding: 10px 0px 10px 0px;
}
.product-cart-wrap .product-img .default-img {
    max-height: 130px !important;
    min-height: 130px !important;
    max-width: 155px !important;
}
.product-cart-wrap .product-img .hover-img {
    max-height: 130px !important;
    min-height: 130px !important;
    max-width: 155px !important;
}
.product-cart-wrap .product-content-wrap .product-price span {
    font-size: 16px;
}
.prod-cart-btn {
    padding: 4px 10px !important;
    height: 30px !important;
    font-size: 12px;
}
.product-content-wrap .product-widget .b_e9bf {
    height: 30px !important;
}
.mb-15 {
    margin-bottom: 10px !important;
}
.pfp {
    padding-bottom: 0px !important;
}
.slick-slider {
    margin-bottom: 15px;
}
.doctor_testimonial {
    padding: 0px 0px;
}
.doctor_testimonial .slick-slide {
    padding: 0px 0;
}
.or-team-innerbox {
    background: #fff;
    padding-top: 15px;
    margin: 0px 4px;
    border-radius: 10px;
    border: 0px solid #cce7d0;
    box-shadow: 0 6px 12px -4px rgb(40 11 18 / 10%);
}
.or-team-innerbox .or-team-img:before {
    top: -5px;
    left: 0px;
    content: "";
    width: 100px;
    height: 100px;
}
.or-team-innerbox .or-team-img img {
    width: 90px;
    height: 90px;
}
.or-team-innerbox .or-team-img {
    width: 100px;
    margin: 0 auto;
    padding-left: 5px;
    margin-bottom: 10px;
}
.or-team-innerbox .or-taam-item-holder {
    max-width: 90%;
    min-height: 345px;
}
.pera-content i {
    font-size: 14px;
}
.or-team-innerbox .or-team-text-social p {
    font-size: 13px;
    color: #383838;
    padding-bottom: 0px;
}
.or-team-innerbox .or-team-meta {
    color: #273142;
    padding: 6px 6px;
    margin-bottom: 10px;
    border-radius: 5px;
    background-color: #ffffff;
    bottom: -10px;
    border: 1px solid #a9a9a9;
    line-height: 10px;
    padding-top: 4px;
}
.patient_testimonial {
    padding: 0px 0px;
}
.patient_testimonial_slider .rev-content {
    display: flex;
    padding: 12px 4px;
    border: 0px solid #000;
    background: #fff;
    border-radius: 10px;
    margin: 4px !important;
    padding-right: 10px;
    box-shadow: 0 6px 12px -4px rgb(40 11 18 / 10%);
}
.rev-content .rev-icon .rev-pc img {
    width: 30px;
}
.rev-pc,.rev-icon{
    width: 50px
}
.rev-content .rev-desc blockquote {
    font-size: 13px;
    line-height: 20px;
}
.rev-pic img {
    display: initial;
    width: 42px;
}
.rev-content .rev-desc .rev-bio .rev-txt h4 {
    font-size: 14px;
    margin-bottom: 3px;
}
.rev-content .rev-desc .rev-bio .rev-txt span {
    font-size: 12px;
}
.awards .slick-slide {
    padding: 0px 10px !important;
}
.p0100 {
    padding: 6px 0px;
}
.max-w-screen-2xl {
    padding: 0px 15px !important;
}
.w-full .font-bold {
    font-weight: 500;
    font-size: 18px;
}
.text-base {
    font-size: 14px;
    line-height: 17px;
    margin-bottom: 14px !important;
}
.w-full .mt-8 img{
    width: 105px;
}
.max-w-screen-2xl {
    max-width: initial;
    min-height: auto;
}
.app-img {
    position: absolute;
    top: -50px;
}
.section-title-container {
    margin-bottom: 10px;
}
.p-cat p {
    display: none;
}
.or-team-innerbox .or-team-meta h3 {
    font-size: 14px;
    font-weight: 700;
}
.mobile-search{
    display: block;
    margin-top: 16px;
}
.search-style-3 form input {
    background-color: #ffffff;
}
.product-list-grid-view-area .container{
    padding: 0px;
}
.slider, .slider ul.carousel, .slider ul.carousel li {
    height: auto;
}
.sliderpagnation{
    display:none;
}
.shop-tab-menu {
    border: 0px solid #ebebeb !important;
    padding: 3px 0px !important;
    border-radius: 5px !important;
}
.show-result {
    margin: -2px 0 0 10px;
}
.page-header.breadcrumb-wrap {
    padding: 10px 12px;
    background: #fff;display: none;
}
.page-header.breadcrumb-wrap .container{
    padding: 0px;
}
.shop-tab-menu img {
    border-radius: 5px;
}
.pagination {
    border: 1px dashed rgba(0, 0, 0, .15);
    border-radius: 4px;
    padding: 8px 15px !important;
}
.page-item.active .page-link {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
.product-container {
    padding-bottom: 0px !important;
}
.pagination {
    margin: 0 0 15px !important;
}
.detail-gallery .product-image-slider {
    width: 100% !important;
}
.product-detail .mt-30 {
    margin-top: 10px !important;
}
.product-detail {
    padding: 0px 0px;
}
.product-detail .mb-sm-5 {
    margin-bottom: 5px;
}
.product-detail  .fi-rs-search {
    display: none;
}
.m-breadcrumb{
    display:block;
}
.detail-info h2 {
    font-size: 20px;
}
.final-price span {
    font-size: 18px !important;
}
.final-price {
    font-size: 20px !important;
}
.detail-info .box-tocart .b_e9bf {
    height: 30px !important;
}
.fixed-cart-container {
    display: none !important;
}
.nac-wrappers {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    box-sizing: initial;
    overflow-x: scroll;
    flex-wrap: inherit;
}

.nac-wrappers .nac-slides {
    flex-shrink: 0;
    height: 100%;
    position: relative;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    width: fit-content;
    padding: 0px;
}
.product-detail .section-title.style-1 {
    font-size: 18px;
    padding-bottom: 10px;    margin-bottom: 10px !important;
}
.comments-area .comment-list .single-comment {
    padding: 10px;
}
.text-muted, .text-end {
    font-size: 14px !important;
}
.comments-area p {
    font-size: 14px !important;
}
.map-container .point {
    width: 10px;
    height: 10px;
}
.txt-content .section-title.style-1 {
    text-align: left;
}
.export-contact .text-right {
    text-align: left !important;
}
.vendor-logo {
    text-align: center;
    margin-bottom: 20px;
    min-width: fit-content;
    margin-right: 0px !important;
}
.vendor-logo h3 {
    font-size: 14px !important;
}
.our-inspiration .col-xs-4 {
    padding: 0px 3px;
}
iframe{
    height: 190px;
    border-radius: 5px;
}
.contact-form-style textarea {
    min-height: 110px;
}
.product-content-wrap .product-widget input {
    height: 28px !important;
}
.slider-nav-thumbnails .slick-slide.slick-current img {
    border: 1px solid #a2d2c9;
}
.milestones img {
    height: auto;
}
.txt-content h2 {
    font-size: 18px;
}
.l-form {
    padding-right: 0px;
    padding-top: 0px;
    padding: 10px 15px;
}
.login .modal-dialog {
    max-width: 100%;
}

.man-wrappers {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    box-sizing: initial;
    overflow-x: scroll;
    flex-wrap: inherit;
}
.man-wrappers .man-slides {
    flex-shrink: 0;
    height: 100%;
    position: relative;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    width: fit-content;
    padding: 0px 10px;
}
.wid {
    padding: 0px 0px;
}
.wid .mb_40 {
    margin-bottom: 0px;
}
.wid .widget.widget-shop-categories {
    border-radius: 0px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.wid .widget {
    padding: 0px;
    border: 1px solid #ebebeb;
    margin: 0 0 0px 0;
}
.my_profile_area_detail {
    border-top-left-radius: 0px !important;
    border-top-right-radius: 0px !important;
    border-top: 0px;
}
.wid .product-categories>li:not(:last-child), .compare-menu>li {
    border-bottom: 0px solid #ebebeb;
}
.wid .product-categories>li>a {
    letter-spacing: 0px;
}
.wid .product-categories>li>a:hover {
    padding-left: 0px;
}

.my_profile_area_detail .checkout-title{
    display:none;
}
.my_profile_area_detail label {
    margin-bottom: 0px;
}
.slingle_product_block, .product_timeline_block {
    padding: 10px 10px;
}

.delivery_address_title {
    font-size: 16px;
    margin-bottom: 4px;
}
.slingle_item_address_part_right {
    padding-left: 0px;
}
.single_bdr_right {
    border-right: 0px solid #f0f0f0;
}
div.timeline .dot date {
    font-size: 12px;
    display: block;
    position: relative;
    top: -60px;
    right: 20px;
    text-align: center;
    font-weight: 500;
    width: 62px !important;
    line-height: 15px;
}
.product_timeline_block article h2 {
    font-size: 16px;
}
#edit_address .modal-content {
    overflow-y: scroll;
    margin-top: 20%;
    max-height: initial;
    width: 100% !important;
    padding-top: 50px !important;
}

.add_addresss_block {
    padding: 1px 10px;
    border: 0px solid rgba(0, 0, 0, .1);
}
.billing-fields p label {
    font-size: 13px;
    padding-left: 3px;
}
.billing-fields p {
    margin-top: 7px;
}
.form-control {
    background: #fff;
}
.cart-totals {
    padding: 0px 0px;
}
.cart-p {
    font-size: 14px;
    padding: 10px 10px 10px 10px;
    text-align: left;
}
.cart-totals .container{
        padding: 0px 10px;
}
.cart-prod h6 {
    font-size: 13px;
    font-weight: 400;
    text-align: left;
}
.cart-prod .col-lg-8{
    padding-left: 0px;
}
.cart-prod .product-rate-cover{
    padding-left: 0px;
}
.cart-prod .product-rate {
    position: relative;
    top: -3px;
}
.cart-prod .text-brand {
    color: #273142 !important;
    position: relative;
    top: -5px;
}
#cart_items_details .btn,#cart_items_details  .button {
    padding: 10px 15px;
    margin-bottom: 10px;
}
.offers {
    padding: 10px 10px;
}
.offers .table td {
    display: inline-block !important;
}
.cart_total_label{
    width: 49% !important;
    text-align: left !important;
}
.cart_total_amount{
    width: 49% !important;
    text-align: right !important;
}
.checkout-area .container{
    padding: 0px;
}
.checkout-area .mt-30 {
    margin-top: 0px !important;
}
.checkout-form-area {
    padding: 12px 10px !important;
    margin-bottom: 0px !important;
    border-radius: 10px !important;
}
.checkout-form-area .checkout-title > h3 {
    margin-bottom: 0px !important;
    padding-bottom: 7px !important;
    font-size: 16px !important;
}
.address_details_item .checkmark {
    height: 16px !important;
    width: 16px !important;
}
.address_details_item label.container .checkmark:after {
    top: 4px !important;
    left: 4px !important;
    width: 8px !important;
    height: 8px !important;
}
.address_list .btn,.address_list .button {
    font-size: 14px;
    padding: 5px 12px;
}
.address_details_item .address_list {
    padding: 10px 5px !important;
}
.your-order-fields {
    padding: 5px 10px !important;
}
.your-order-fields .cart-right-txt {
    font-size: 16px;
    color: #000000;
}
.checkout-form-area .address_list {
    padding-left: 25px !important;
}
.your-order-fields .table td {
    display: inline-block;
}
.checkout-payment {
    padding: 5px 10px !important;
}
.area2{
    padding: 5px 0px !important;
}
.area2 .address_list {
    padding-left: 0px !important;
}
.cart-totals .btn  {
    margin-bottom: 5px !important;
}
.herbal_product .slick-slider {
    margin-bottom: 5px !important;
}
.hidden-m{
    display:flex;
}
.mobile-cat .cat-list {
    margin: 0 8px 12px 0;
    background: #ffffff;
    border-radius: 8px;
    padding: 8px;
    -webkit-box-shadow: 0px 6px 12px -4px rgb(11 18 25 / 10%);
    box-shadow: 0px 6px 12px -4px rgb(11 18 25 / 10%);
}
.mobile-cat .cat-list a {
    display: block;
    text-align: center;
}
.mobile-cat .cat-list a img {
    width: 56px;
    height: auto;
    margin-bottom: 0px;
}
.mobile-cat .cat-list a h4 {
    font-size: 13px;
    line-height: 16px;
    color: #0b1219;
    margin: 0px;
    height: auto;
    font-weight: 700;
}
.sides {
    right: auto;
}
.orderrow .price_item_right {
    text-align: left;
}
.camp-wrappers {
    padding-bottom: 0px;
}
.camp .nav-tabs.links .nav-link {
    margin-bottom: 5px;
}
.camp .product-grid-4 .mb-30 {
    margin-bottom: 10px !important;
}
.camp .product-cart-wrap .product-content-wrap {
    padding: 0px 0px;
    padding-bottom: 7px;
}
.camp .product-cart-wrap .product-img .default-img {
    max-width: 100% !important;
}
.camp .product-grid-4{
    padding: 0px 6px;
}
.camp .col-xs-6 {
    padding: 0px 5px;
}


.hidden-md{
    display:block;
}
.hidden-xs {
    display: none !important;
}
.col-xs-1 {
    width: 8.33333%;
}
.col-xs-2 {
    width: 16.6667%;
}
.col-xs-3 {
    width: 25%;
}
.col-xs-4 {
    width: 33.3333%;
}
.col-xs-5 {
    width: 41.6667%;
}
.col-xs-6 {
    width: 50%;
}
.col-xs-7 {
    width: 58.3333%;
}
.col-xs-8 {
    width: 66.6667%;
}
.col-xs-9 {
    width: 75%;
}
.col-xs-10 {
    width: 83.3333%;
}
.col-xs-11 {
    width: 91.6667%;
}
.col-xs-12 {
    width: 100%;
}





}


.video_home{
    padding: 0px 5px;
}

h3.h3-20{
    font-size:20px;
    text-align:center !important;
    display: block;
}
video#myVideo{
    border-radius: 10px;
    width:100%;
}

.slide:not(.slick-active) {
    cursor: pointer;
    opacity: 0.3;
}


.course-box .course-details{padding:10px 10px 10px 10px;position:relative}.svg-block.image-left image{-webkit-transform:translateX(-19%);-ms-transform:translateX(-19%);transform:translateX(-19%)}.svg-block.video-block{position:relative}.svg-block.video-block p{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.svg-block svg{width:100%}.svg-block svg mask{mask-type:alpha}@media (max-width:767px){.svg-block{max-width:100%;margin-left:auto;margin-right:auto}}@media (max-width:480px){.svg-block{max-width:100%}}.video-btn{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;font-family:"Poppins",sans-serif;font-style:normal;font-weight:600;font-size:14px;letter-spacing:.05em;color:rgba(229,9,20,.8)}.video-btn:hover{text-decoration:underline;color:#46AADD}.video-btn .play-ico{margin-right:13px}.video-btn .play-ico span{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;width:36px;height:36px;-webkit-border-radius:50%;border-radius:50%;background:rgba(229,9,20,.8)}.video-btn .play-ico.x2 img{height:16px}.video-btn .play-ico.animate{position:relative;z-index:10}.video-btn .play-ico.animate::before{content:'';position:absolute;top:50%;left:50%;width:80%;z-index:1;height:80%;-webkit-border-radius:50%;border-radius:50%;background:rgba(229,9,20,.8);opacity:1;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);z-index:-1;-webkit-transition:all .3s;transition:all .3s;-webkit-animation:pulseElem 1s infinite linear;animation:pulseElem 1s infinite linear}.video-btn .play-ico.animate::before{width:120%;height:120%}.video-btn .play-ico.animate span{position:relative;z-index:10}.video-btn .play-ico.animate .play-ico{position:relative;z-index:10;margin:0}.video-btn .play-ico img{height:16px;margin-right:-4px;-webkit-filter:brightness(0) invert(1)!important;filter:brightness(0) invert(1)!important}@media (max-width:480px){.video-btn .play-ico.animate{position:relative;z-index:10}.video-btn .play-ico.animate::before{display:none}}@-webkit-keyframes pulseElem{0%{width:80%;height:80%;opacity:1}100%{width:150%;height:150%;opacity:0}}@keyframes pulseElem{0%{width:80%;height:80%;opacity:1}100%{width:150%;height:150%;opacity:0}}.course-box-wrap a{color:#000}


.popup-modal .modal-header{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0.5rem;
    border-bottom: 1px solid #e9ecef;
    border-top-left-radius: 0.3rem;
    border-top-right-radius: 0.3rem;
}

.press-release .product-img img {
    margin-bottom: 0px;
    height: 220px;
    object-fit: cover;
    width: 100%;
    border-bottom: 1px solid #cce7d0;
    padding: 5px;
}

.press-release .product-cart-wrap {
    overflow: inherit;
    margin-bottom: 20px;
}

.press-release  .product-cart-wrap .product-content-wrap {
    padding:0px 10px 5px 10px;
    height: 40px;
}

.press-release  .product-cart-wrap .product-content-wrap h2 {
    padding: 3px 0px;
}

.press-release .product-content-wrap h2 {
    -webkit-line-clamp: 2 !important;
}

.popup-modal .modal-dialog {
    max-width: 700px;
}

 .home-popup .modal-dialog{  overflow: visible;}
 .home-popup .modal-content{  overflow: visible;}

.btn-close2 {
    position: absolute;
    top: -12.5px;
    right: -12.5px;
    display: block;
    width: 30px;
    height: 30px;
    text-indent: -9999px;
    z-index: 999;
    border-radius: 50px;
    padding: 1px;
    border: 2px solid #fff;
    background:#000;
}

 .btn-close2 img{
    position: absolute;
    top: 5px;
    right: 7px;
    display: block;
    width: 11px;
    height: 16px;
}

.pagination {
    border: none !important;
}


.wa-float {
    position: fixed;
    width: 50px;
    height: 50px;
    bottom: 80px;
    right: 25px;
    background-color: #4dc247;
    color: #fff;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 6px rgba(0,0,0,.4);
    z-index: 9999;
    line-height: 50px;
    cursor: pointer;
}


.cat-list{
    text-align: center;
    margin-bottom: 15px;
}
.cat-list img{
    height: 75px;
}
.mobile-cat{
    margin-top: 25px;
}
.bg-whit {
    background: #fdfdfd;
    border-radius: 4px;
    padding: 10px 10px;
    margin-bottom: 15px;
    margin-top: 10px;
}
.body-8 {
    font-size: 14px;
    line-height: 20px;
}
.rx_icon{
    font-size: 13px;
    line-height: 16px;
}
.text-underline {
    text-decoration-line: underline !important;
}
.cursor-pointer {
    cursor: pointer !important;
}
.color-brand-blue {
    color: #5898DD;
}

.product-facts {
    display: flex;
    flex-wrap: wrap;
    border-bottom: 1px solid #a6afb8;
    padding: 14px 0 14px;
    border-top: 1px solid #a6afb8;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-bottom: 0px;

}
.product-facts .product-fact {
    flex: 0 50%;
    align-items: center;
    display: flex;
    margin-bottom: 16px;
}
.product-facts .product-fact.manufacturer:before {
    content: "\f140";
    color: #5898DD;
}
.product-facts .product-fact.country:before {
    content: "\f3c5";
    color: #00B7A6;
}
.product-facts .product-fact.health-condition:before {
    content: "\f004";
    color: #FF715A;
}
.product-facts .product-fact.similar-drugs:before {
    content: "\f46d";
    color: #FFA801;
}
.product-facts .product-fact:before {
    background: rgba(201,203,208,0.2);
    border-radius: 50%;
    width: 45px;
    height: 45px;
    content: " ";
    margin-right: 12px;
    font-family: "Font Awesome 5 Pro";
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
}
.product-facts .product-fact .fact .fact-value {
    color: #5D6471;
}
.product-facts .product-fact .fact .fact-attribute-name {
    color: #9398A0;
}
.product-desc-info ul{
    font-size: 14px;
    line-height: 16px;
    padding-top: 0px;
    display: flex;
    flex-wrap: wrap;
}
.product-desc-info ul li{
    color: #5D6471;
    flex: 0 50%;
    display: flex;
    align-items: center;
    margin-top: 16px;
}
.product-desc-info ul li:before {
    margin-right: 6px;
    content: "-";
}
.add-form-wrapper {
    padding: 0px 5px 0px 20px;
}
.add-form-wrapper .container {
    margin: 0 auto;
}
.p-0 {
    padding: 0 !important;
}
.add-form-wrapper .add-form {
    /* box-shadow: 0 4px 20px rgb(0 0 0 / 15%); */
    border-radius: 10px;
    position: relative;
    margin-bottom: 16px;
    padding: 24px 16px;
    background: #fff;
}
.body-2 {
    font-size: 30px;
    line-height: 40px;
}
.align-top {
    vertical-align: top !important;
}
.add-form-wrapper .add-form label {
    color: #5D6471;
    font-size: 12px;
    line-height: 15px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    margin-top: 8px;
    margin-bottom: 6px;
}
.body-7{
    font-size: 15px;
    line-height: 24px;
}
.product-option.selected {
    background: #efefef;
    border-color: #d9d9d9;
}
.product-option {
    border: 1px solid #C9CBD0;
    box-sizing: border-box;
    border-radius: 5px;
    padding: 5px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #5D6471;
    min-width: 78px;
    margin: 0 8px 8px 0;
    cursor: pointer;
    font-weight: 400;
}
.add-form-wrapper .add-form .cart-action-button {
    margin: 16px 0 16px;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    position: relative;
    padding: 10px 0px !important;
}
.add-form-wrapper .add-form .contact-support {
    font-size: 12px;
    line-height: 16px;
}
.qts-div .b_e9bf {
    height: 56px !important;
    border-radius: 10px !important;
    display: flex;
    align-items: center;
    border: 1px solid #136892;
    margin: 0px 0 16px;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    position: relative;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-evenly;
    width: 225px;
    background-color: #136892;
}
.qts-div .b_g9bf {
    width: 60px !important;
    border-radius: 0px !important;
}
.justify-content-betweens {
    justify-content: space-between !important;
    padding: 0px 0px;
    margin: 0px;
    margin-top: 30px;
    text-align: center;
}
.color-teal {
    color: #00B7A6;
}
.body-7__alt {
    line-height: 20px;
    font-size: 20px;
    padding-bottom: 10px;
    font-weight: 600;
}
.color-brand-dark {
    color: #273142;
}
.body-6 {
    font-size: 14px;
    line-height: 24px;
}
.body-5__alt {
    font-size: 18px;
    line-height: 24px;    color: #273142;
}
.form-label {
    display: flex;
    flex-wrap: wrap;
}
.form-radio.active {
    background: #F7FAFD;
    border-color: #5898DD;
}
.form-radio {
    border: 1.25px solid #B6C4D4;
    border-radius: 4px;
    width: 32%;
    height: 48px;
    margin: 0 0 0.75rem 0;
    font-size: 16px;
    line-height: 24px;
}
.form-radio:nth-child(3n), .form-radio:nth-child(3n + 1) {
    margin-left: 2%;
}
.form-check-inline {
    display: inline-flex;
    align-items: center;
    padding-left: 0;
}
.form-check {
    position: relative;
}
.form-radio-label {
    width: 100%;
    height: 100%;
    cursor: pointer;
    padding: 12px 0 0 12px;
}
.form-check-label {
    margin-bottom: 0;
}
.form-check-inline .form-check-input {
    position: relative;
    margin-top: 0;
    margin-right: 7px;
    margin-left: 0;
    top: 4px;
}
input[type="radio"], input[type="checkbox"] {
    box-sizing: border-box;
    padding: 0;
}
.vertical-form .form-control {
    height: 45px !important;border-radius: 5px;
}
.form-control:disabled, .form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1;
}
.checkout-form-area .btn-block {
    width: auto;
    float: right;
}
.head-c h3 {
    font-size: 19px !important;
}
.checkouts-title h3 {
    margin-bottom: 6px !important;
    padding-bottom: 9px !important;
    font-size: 19px !important;
    border-bottom: 1px solid #e5e5e5;
}
.checkout-inactive h3 {
    margin-bottom: 0px;
    padding-bottom: 0px;
    border-bottom: 0px solid #ebebeb;
    font-size: 19px;
}
.show_form{
    display:block !important;
}
.vertical-form{
    display:none;
}
.margin-1__bottom {
    margin-bottom: 7px !important;
}
.font-weight-medium{
    color: #273142;
    margin-bottom: 7px !important;
}
.input-tag__textarea-1 {
    height: 100px;
    min-height: 100px;
}
.input-tag__input {
    max-width: 100%;
    padding: 5px 8px;
}

.custom-checkbox input {
    border: 1px solid #ececec;
    border-radius: 10px;
    height: auto;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding-left: 20px;
    font-size: 16px;
    width: auto;
    margin-right: 7px;
    position: relative;
    top: 2px;
}

.color-utility-semi-dark {
    color: #6E7580;
}
.color-utility-semi-dark {
    color: #6E7580;
}
.radio-button {
    font-size: 16px;
    line-height: 24px;
    font-weight: normal;
    margin-bottom: 8px;
}
.radio-button__label.active {
    font-weight: 500;
    border: 1.25px solid #5898DD;
    background: #F7FAFD;
    color: #273142;
}
.radio-button__label {
    border: 1.25px solid #B6C4D4;
    background: #FFFFFF;
    color: #5D6471;
    border-radius: 5px;
    margin-bottom: 0;
    cursor: pointer;
    width: 100%;
}
.radio-button__row {
    height: 48px;
}
.radio-button__col {
    max-width: 13px;
    display: inherit;    margin-right: 7px;
}
.radio-button__text {
    vertical-align: middle;
}
.label-button {
    font-weight: 500;
    font-size: 15px;
    line-height: 20px;
    padding-top: 16px;
    padding-bottom: 16px;
    border: 1.25px solid #B6C4D4;
    background: #FFFFFF;
    color: #5D6471;
    border-radius: 5px;
    cursor: pointer;
}
.align-self-center {
    align-self: center !important;
}
.radio-button__row input {
    border: 1px solid #ececec;
    border-radius: 10px;
    height: auto;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding-left: 20px;
    font-size: 16px;
    width: auto;
}
.label-button input {
    border: 1px solid #ececec;
    border-radius: 10px;
    height: auto;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding-left: 20px;
    font-size: 16px;
    width: auto;
}
.label-button2 input {
    border: 1px solid #ececec;
    border-radius: 10px;
    height: auto;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding-left: 20px;
    font-size: 16px;
    width: auto;
}
.label-button2 {
    font-weight: 500;
    font-size: 15px;
    line-height: 20px;
    padding-top: 7px;
    padding-bottom: 7px;
    border: 1.25px solid #B6C4D4;
    background: #FFFFFF;
    color: #5D6471;
    border-radius: 5px;
    cursor: pointer;
    margin-bottom: 10px !important;
}
.btn-blocks{
    width: 100%;
}
.btn-blocks input {
    border: 1px solid #ececec;
    border-radius: 5px;
    height: 45px;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding-left: 10px;
    font-size: 16px;
    width: 100%;
}
.form-controls {
    border: 1px solid #ced4da;
    border-radius: 5px;
    height: 45px;
    padding-left: 10px;
    font-size: 16px;
    background: transparent;
}
.payment_method input {
    border: 1px solid #ececec;
    border-radius: 10px;
    height: auto;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding-left: 20px;
    font-size: 16px;
    width: auto;
}

.payment_method{
    border: 1px solid #bdbdbd;
    max-width: fit-content;
    padding: 7px 16px;
    border-radius: 6px;
    margin-bottom: 10px;
    display: flex;
    align-content: center;

}
.payment_method label {
    margin-bottom: 0px;
}
.p-active {
    color: #136892;
    font-size: 22px;
    padding-bottom: 10px;
    font-weight: 600;
}
.head-c{
    position:relative;
}
.right_arrow {
    position: absolute;
    right: 0px;
    top: 0px;
}
.hide_arrow{
    display:none;
}
.fmxwid{
    max-width: 100%;
}
.tob-header-area {
    padding-top: 5px;
    padding-bottom: 5px;
    background-color: #136892;
    position: relative;
}
.tob-header-area .container-fluid {
    max-width: 1520px;
    margin: auto;
}
.heder-left-content ul li p {
    font-size: 13px;
    color: #ffffff;
    letter-spacing: 1px;
}
.heder-left-content ul li {
    display: flex;
    position: relative;
    padding-left: 25px;
    margin-right: 30px;
    flex-direction: row;
    align-content: center;
    justify-content: center;
}
.header-left{
    position: absolute;
    left: 0;
    z-index: 300;
}
.header-social {
    display: flex;
    flex: 0 1 20%;
    list-style: none;
    padding-left: 0px;
}
.header-social li {
    padding: 10px 20px 10px 0;
}
.header-social .icon-social {
    font-size: 21px;
    color: #136892;
}
.product-content-wrap .variant-info {
    padding: 10px 13px;
    border: 0px solid #dbdee9;
    max-height: 280px;
    border-radius: 0 0 12px 12px;
}
.block {
    display: block;
}
.flexing-ratings {
    display: -moz-box;
    display: flex;
    -moz-box-align: center;
    align-items: center;
    position: relative;
}
.flexing-normal-div {
    width: 60px;
    display: -moz-box;
    display: flex;
    -moz-box-align: center;
    align-items: center;
}
.flexing-rating-child {
    font-weight: 500;
    font-size: 15px;
    line-height: 24px;
    background-color: #136892;
    padding: 0 10px;
    -moz-box-align: start;
    align-items: flex-start;
    display: -moz-box;
    display: flex;
    color: #fff;
    border-radius: 15px;
}
.flexing-normal-div img {
    width: 11px;
    margin-top: 6px;
    margin-left: 5px;
}
.flexing-reviews {
    width: auto;
    margin-left: 4px;
    font-weight: 500;
    font-size: 15px;
    color: #494952;
}
.product-content-wrap .vegnonveg {
width: 18px;
    display: -moz-box;
    display: flex;
    -moz-box-pack: end;
    justify-content: flex-end;
    float: right;
    position: absolute;
    right: 0px;
}
.product-content-wrap .vegnonveg .vegnonveg--icon.veg {
    border-color: #00a856;
}
.product-content-wrap .vegnonveg .vegnonveg--icon {
    border: 1.5px solid #000;
    width: 16px;
    height: 16px;
    display: -moz-box;
    display: flex;
    -moz-box-align: center;
    align-items: center;
    -moz-box-pack: center;
    justify-content: center;
}
.product-content-wrap .vegnonveg .vegnonveg--icon.veg .dot {
    background: #00a856;
}
.product-content-wrap .vegnonveg .vegnonveg--icon .dot {
    border-radius: 50%;
    width: 8px;
    height: 8px;
}
.product-content-wrap .vegnonveg .vegnonveg--icon.nonVeg {
    border-color: #ff2531;
}
.product-content-wrap .vegnonveg .vegnonveg--icon.nonVeg .dot {
    background: #ff2531;
}
.product-content-wrap .variant-info .variant-name {
    font-size: 23px;
    font-weight: 700;
    line-height: 29px!important;
    letter-spacing: 0;
    color: #1c1c28;
    width: auto!important;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 10px;
    margin-bottom: 14px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 60px!important;
}
.variant-info .variant-summary {
    padding: 0 0 3px;
    margin: 0;
    min-height: 30px;
    white-space: normal;
    display: inline-block;
    width: 100%;
    vertical-align: top;
}
.float-wrapper {
    width: 100%;
    float: left;
}
.variant-price-bottom {
    display: -moz-box;
    display: flex;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    flex-direction: column;
}
.variant-price-bottom-home {
    min-height: 40px;
}
.relative {
    position: relative!important;
}
.variant-info .variant-summary span.variant-price {
    vertical-align: middle;
    font-weight: 700;
    line-height: 36px;
    font-size: 34px;
    margin-right: 11px;
    float: left;
    width: auto;
    padding: 0;
}
.variant-info .variant-summary .variant-old-price {
    font-size: 24px;
    padding: 0;
    font-weight: 500;
    color: #84868e;
    text-decoration: line-through;
    float: left;
    width: auto;
    vertical-align: middle;
    margin-right: 11px;
    line-height: 36px;
}
.app-discnt-padding-top {
    padding-top: 0;
    line-height: 38px;
}
.app-discnt-padding-top div, .app-discnt-padding-top span {
    font-size: 16px;
    font-weight: 500;
    color: #00a856;
}
.homepage-btn {
    display: -moz-box;
    display: flex;
    margin-top: 17px;
    -moz-box-pack: center;
    justify-content: center;
}
.homepage-btn .AddToCartnew, .homepage-btn .goToCartnew {
    font-size: 15px;
    font-weight: 600;
    display: -moz-box;
    display: flex;
    width: 100%;
    -moz-box-align: center;
    align-items: center;
    -moz-box-pack: center;
    justify-content: center;
    cursor: pointer;
    white-space: nowrap;
}
.homepage-btn .AddToCartnew {
  background: #32cd3229;
  border: 1px solid #32cd32;
  border-radius: 8px;
  color: #32cd32!important;
  padding: 10px 15px;
  font-size: 18px;
  height: 50px;
}
.homepage-btn i {
    margin-right: 8px;
}
.usd {
    font-weight: 400;
    padding-right: 4px;
}
.product-img a {
    display: flex!important;
    justify-content: center;
}
.flashSale-outer {
    position: relative;    display: flex;
}
.flashSale--cont {
    display: inline-block;
    width: 100%;
    position: absolute;
    z-index: 2;
    border-radius: 0 12px 0 0;
    top: 0px;
    left: 0px;
}
.flashSale-new {
display: -moz-box;
    display: flex;
    -moz-box-align: center;
    align-items: center;
    padding: 5px 20px;
    font-weight: 500;
    border-radius: 0 0 25px 0;
    font-size: 13px;
    background: #32cd32;
    color: #fff;
    letter-spacing: 2px;
    max-width: fit-content;
}
.flashSale-new svg {
    margin: 0 6px;
    width: 15px;
    height: 15px;
}
.customer_review {
    padding-top: 26px;
    padding-bottom: 20px;
}
.mgi0{
    margin:0px !important;
}
.members-inner {
    box-shadow: 0 6px 18px rgb(182 182 182 / 18%);
    border: 1px solid #d7d7d7;
    border-radius: 10px;
    padding: 45px 30px;
    background: #fff;
    margin-top: 60px;
    padding-bottom: 25px;
}
.members-inner__img {
    margin-top: -90px;
}
.members-inner__img img {
    height: 90px;
    border-radius: 50%;
    width: 90px;
}
.members-inner__date {
    color: #968122;
    font-size: 14px;
    font-weight: bold;
    text-align: right;
    line-height: 1.2;
    margin-top: -5px;
    margin-bottom: 20px;
}
.members-inner__text {
    margin-top: 20px;
    margin-bottom: 30px;
    font-size: 20px;
    line-height: 28px;
    font-weight: 300;
    color: #8f8f8f;
}
.members-inner__stars {
    margin-bottom: 5px;
}
.members-inner .stars {
    display: flex;
    align-items: center;
}
.members-inner .stars .icon_ {
    display: block;
    color: #ffb400;
    margin-right: 2px;
    width: 18px;
    height: 18px;
    stroke-width: 0;
    stroke: currentColor;
    fill: currentColor;
}
.members-inner__name {
    font-weight: 500;
    font-size: 18px;
}
.customer_review .slick-slider {
    height: auto !important;
}
.member-slide {
    margin: 0px 15px 0px;
    height: auto;
}
.customer_review .slider .slick-prev {
    left: 0% !important;
}
.customer_review .slider .slick-next {
    right: 0% !important;
}
.customer_review .slider .slick-prev,.customer_review  .slick-next {
    top: 55% !important;
}
.customer_review .slick-prev,.customer_review .slick-next {
    margin-top: 0px;
}
.customer_review p{
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 5px;
    color: #273142;
    margin-bottom: 20px;
}
.article__card__meta {
    font-size: 14px;
    margin-top: 0px;
    font-weight: 900;
    margin-bottom: 0;
}
.meta--light {
    color: #9fa8b5;
}
.meta--dark {
    color: #748194;
}
.mgtp{
    margin-top: 0px;
}
.article__card__text {
    margin-bottom: 0.3125rem;
    margin-top: 5px;
}
.border-bottom-link {
    border-left: none;
    border-right: none;
    border-top: none;
    border-radius: 0;
    background-color: #fff0;
    text-decoration: none!important;
    cursor: pointer;
    color: #136892;
    border-bottom: 1px solid #e4e6e8;
    padding: 0 0 3px;
    transition: all .25s ease-in;
    font-weight: 600;
    font-style: normal;
    font-size: 14px;
}
.product-img a {
    width: 100%;
}
.article__card__text p {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 10px;
    color: #605f5f;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
}
.blogs .product-content-wrap .variant-info .variant-name {
    margin-bottom: 2px;
}
.blogs .product-content-wrap .variant-info .variant-name {
    color: #136892;
}
.expert_section {
    padding: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
}
.expert_view {
    padding-top: 15px;
    padding-bottom: 15px;
}
.subscribe_subscribe__1DFFy {
    display: -moz-box;
    display: flex;
    -moz-box-pack: center;
    justify-content: center;
}
.subscribe_subscribe__1DFFy .subscribe_subs-left__1TJpA {
    width: 50%;
    max-height: 525px;
    display: -moz-box;
    display: flex;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    flex-direction: column;
    -moz-box-pack: justify;
    justify-content: space-between;
    padding: 0px 20px;
}
.subscribe_subscribe__1DFFy .subscribe_subs-left__1TJpA .subscribe_refer-new-subs__3yTus {
    border-radius: 24px;
    background: #ffffff;
    position: relative;
    display: -moz-box;
    display: flex;    min-height: 255px;
    box-shadow: 0 4px 20px rgba(88, 99, 115, 0.1), 0 1px 3px rgba(88, 99, 115, 0.07);
}
.subscribe_subscribe__1DFFy .subscribe_subs-left__1TJpA .subscribe_refer-new-subs__3yTus .subscribe_refer-new-heads-parent__3bJVY {
    padding: 38px 0 20px 40px;
}
.subscribe_subscribe__1DFFy .subscribe_subs-left__1TJpA .subscribe_refer-new-subs__3yTus .subscribe_refer-new-heads-parent__3bJVY .subscribe_refer-new-heads__1F8uX {
    margin: 0;
    font-size: 32px;
    font-weight: 600;
    line-height: 48px;
    letter-spacing: 0;
    color: #1c1c28;
}
.subscribe_subscribe__1DFFy .subscribe_subs-left__1TJpA .subscribe_refer-new-subs__3yTus .subscribe_refer-new-heads-parent__3bJVY .subscribe_refer-new-info__1WAj3 {
    margin: 5px 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0;
    color: #494953;
}
.subscribe_subscribe__1DFFy .subscribe_subs-left__1TJpA .subscribe_refer-new-subs__3yTus .subscribe_refer-new-heads-parent__3bJVY a {
    display: -moz-box;
    display: flex;
    -moz-box-align: center;
    align-items: center;
}
.subscribe_subscribe__1DFFy .subscribe_subs-left__1TJpA .subscribe_refer-new-subs__3yTus .subscribe_refer-new-heads-parent__3bJVY a p {
    margin-right: 10px;
    margin-top: 0;
    margin-bottom: 0;
}
.subscribe_subscribe__1DFFy .subscribe_subs-left__1TJpA .subscribe_refer-new-subs__3yTus .subscribe_refer-new-heads-parent__3bJVY a span {
    margin-top: 7px;
}
.subscribe_subscribe__1DFFy .subscribe_subs-left__1TJpA .subscribe_refer-new-subs__3yTus .subscribe_refer-back-yellow__1-3ah {
    height: 253px;
}
.subscribe_subscribe__1DFFy .subscribe_subs-left__1TJpA .subscribe_refer-new-subs__3yTus .subscribe_refer-back-yellow__1-3ah .subscribe_refer-yellow__5CNEc {
    height: 100%;    max-width: inherit;
}
.subscribe_subscribe__1DFFy .subscribe_subs-left__1TJpA .subscribe_refer-boy__3kGi4 {
    position: relative;
    bottom: 294px;
    left: 30px;
}
.expert_view .container{
    padding: 0px;
}
.subscribe_subscribe__1DFFy .subscribe_subs-left__1TJpA .subscribe_beA-part__1uHcz {
    display: -moz-box;
    display: flex;
    border: 0px solid #136892;
    border-radius: 24px;
    background: #136892;
    margin-bottom: 0px;
    min-height: 255px;
    position: relative;
    align-items: flex-end;
    box-shadow: 0 4px 20px rgba(88, 99, 115, 0.1), 0 1px 3px rgba(88, 99, 115, 0.07);
}
.subscribe_subscribe__1DFFy .subscribe_subs-left__1TJpA .subscribe_beA-part__1uHcz .subscribe_text__tlEr9 {
    padding: 25px 10px 60px 40px;
}
.subscribe_subscribe__1DFFy .subscribe_subs-left__1TJpA .subscribe_beA-part__1uHcz .subscribe_text__tlEr9 .subscribe_heading__upNvB {
    font-weight: 700;
    font-size: 36px;
    line-height: 45px;
    margin-bottom: 15px;
    color: #fff;
}
.subscribe_subscribe__1DFFy .subscribe_subs-left__1TJpA .subscribe_beA-part__1uHcz .subscribe_text__tlEr9>p {
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 20px;
    color: #f7f7f7;
}
.subscribe_subscribe__1DFFy .subscribe_subs-left__1TJpA .subscribe_beA-part__1uHcz .subscribe_text__tlEr9 button {
    border: none;
    cursor: pointer;
    padding: 10px 30px;
    border-radius: 8px;
    background-color: #ffffff;
    margin-top: 8px;
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: 0;
    color: #136892;
}
.subscribe_subscribe__1DFFy .subscribe_subs-left__1TJpA .subscribe_beA-part__1uHcz img {
padding: 0px;
    width: auto;
    height: 240px;
}
.brg{
    border-bottom: 5px solid #13689224;
}
.doctor_t{
    min-width: 230px;
    display: flex;
    justify-content: flex-end;
}
.mental_health .heading {
    font-size: 48px;
    text-align: left;
    margin-bottom: 20px;
    font-weight: 300;
    line-height: 60px;
}
.mental_health .sub-heading {
    font-size: 26px;
    color: #2d2d2d;
    text-align: left;
    margin-bottom: 35px;
    font-weight: 300;
}
.b2b-container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    background-image: url('../img/mg.png');
}
.b2b-content-new {
    position: relative;
    left: 0px;
    display: flex;
    flex-direction: column;
    width: 48%;
    margin-top: 2rem;
    margin-bottom: 3rem;
    padding-left: 30px;
    padding-right: 20px;
}
.b2b-header {
    font-size: 43px;
    font-weight: lighter;
}
.b2b-header span{
    font-size: 43px;
    font-weight: 700;
    color:#136892;
}
.happier-businesses, .happier-campuses, .happier-workplaces, .happy-toggle {
    font-weight: 700;
}
.hideSpan {
    animation: hide 2s forwards linear;
}
.hideSpan{animation:hide 2s forwards linear}.fadeIn{animation:fadeIn 2s forwards linear}@keyframes hide{0%,50%{opacity:1}100%{opacity:0}}@keyframes fadeIn{0%{opacity:0}100%{opacity:1}}
.fadeIn {
    animation-name: fadeIn;
}
.fadeIn {
    animation: fadeIn 2s forwards linear;
}
.b2b-para {
    font-size: 20px;
    font-weight: 300;
    margin-top: 2rem;
    margin-bottom: 2rem;
    line-height: 30px;
}
.b2b-actions {
    display: flex;
}
.learn {
    font-size: 16px;
    color: #fff;
    text-align: center;
    padding: 15px;
    width: 240px;
    display: inline-block;
    border-radius: 8px;
    font-weight: 600;
    cursor: pointer;
    margin-right: 15px;
    background: #136892;
}
.b2b-images {
    flex-wrap: wrap;
    width: 48%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    margin-top: 2rem;
    margin-bottom: 3rem;
    flex-shrink: 1;
}
.row-b2b {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    width: 100%;
    max-width: 32rem;
}
.wrapper-five, .wrapper-four, .wrapper-one, .wrapper-six, .wrapper-three, .wrapper-two {
    display: flex;
    justify-content: space-between;
    background: #fff;
    align-items: center;
    width: 140px;
    height: 134px;
    border-radius: 12px;
    box-shadow: none;
    margin: 5px;
    flex-direction: column;
    border: 1px solid #DDE5EA;
    padding-top: 0px;
    margin-bottom: 15px;
    box-shadow: 0 8px 20px -2px #1c498024;
}
.one-image, .three-image, .two-image, .five-image,.four-image,.six-image {
    width: 100%;
    height: auto;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
}
.wrapper-title {
    background: #136892;
    width: 100%;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    text-align: center;
    color: #fff;
    font-size: 15px;
    padding: 4px 0px;
}
.how_it_works .step {
    -webkit-box-pack: start;
    justify-content: flex-start;
    font-size: 100px;
    margin-bottom: 12px;
    color: #136892;
    font-weight: 900;
    line-height: 96px;
    letter-spacing: 0.25px;
    padding-right: 0px;
}
.how_it_works .mobile-cat h4 {
    font-size: 30px;
    font-weight: 600;
    margin-top: 15px;
}
.how_it_works .mobile-cat p {
    font-size: 16px;
    font-weight: 500;
    margin-top: 10px;
    color: #595959;
}
.how_it_works {
    padding-top: 20px;
    padding-bottom: 50px;
}
.mental_health{
    padding-top: 20px;
    padding-bottom: 50px;
}
.refer-new-subs button {
    padding:10px 30px;
    margin-top: 14px;
    margin-bottom: 0px;
    font-size: 16px;
    line-height: 24px;
    background-color: #146892;
    border-radius: 8px;
    border: none;
    cursor: pointer;
    color: #fff;
}
.how_it_works {
    background: #13689224;
    padding-top: 30px;
    padding-bottom: 30px;
}

@media only screen and (max-width: 1399px) {
.logo.logo-width-1 a img {
    width: 180px;
}
.tob-header-area {
    padding-top: 2px;
    padding-bottom: 2px;
}
.heder-left-content ul li p {
    font-size: 12px;
}
.main-menu.main-menu-lh-2 > nav > ul > li {
    line-height: 40px;
}
.section-title-center span {
    font-size: 30px;
}
.p-cat p {
    font-size: 16px;
    line-height: 20px;
}
.flashSale-new {
    padding: 1px 14px;
    border-radius: 0 0 20px 0;
    font-size: 12px;
}
 .flexing-normal-div img {
    width: 10px;
    margin-top: 5px;
    margin-left: 4px;
}
.flexing-rating-child {
    font-size: 12px;
    line-height: 22px;
    padding: 0 9px;
}
.flexing-normal-div {
    width: 55px;
}
 .flexing-reviews {
    margin-left: 2px;
    font-size: 13px;
}
.product-content-wrap .vegnonveg .vegnonveg--icon .dot {
    width: 6px;
    height: 6px;
}
.product-content-wrap .vegnonveg .vegnonveg--icon {
    width: 14px;
    height: 14px;
}
.product-content-wrap .variant-info .variant-name {
    font-size: 18px;
    line-height: 24px!important;
    height: 46px!important;
}
.variant-info .variant-summary span.variant-price {
    line-height: 34px;
    font-size: 28px;
    margin-right: 10px;
}
.variant-info .variant-summary .variant-old-price {
    font-size: 20px;
    margin-right: 10px;
    line-height: 34px;
}
.homepage-btn .AddToCartnew {
    color: #29ba29!important;
    padding: 6px 10px;
    font-size: 15px;
    height: 40px;
}
.customer_review p {
    font-size: 16px;
}
.members-inner {
    margin-top: 50px;
    padding: 45px 24px;
    padding-bottom: 18px;
}
.members-inner__img img {
    height: 75px;
    width: 75px;
}
.members-inner__date {
    font-size: 12px !important;
}
.members-inner__text {
    margin-top: 16px;
    margin-bottom: 18px;
    font-size: 16px;
    line-height: 24px;
    color: #454545;
}
.members-inner .stars .icon_ {
    margin-right: 1px;
    width: 16px;
    height: 16px;
    font-size: 12px;
}
.members-inner__name {
    font-size: 15px;
}
.member-slide {
    margin: 0px 10px 0px;
    height: auto;
}
.article__card__meta {
    font-size: 12px;
}
.article__card__text p {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 6px;
}
.border-bottom-link {
    font-size: 12px;
}
.product-content-wrap .variant-info {
    padding: 7px 12px;
}
.subscribe_subscribe__1DFFy .subscribe_subs-left__1TJpA .subscribe_beA-part__1uHcz .subscribe_text__tlEr9 {
    padding: 10px 8px 24px 20px;
}
.subscribe_subscribe__1DFFy .subscribe_subs-left__1TJpA .subscribe_beA-part__1uHcz .subscribe_text__tlEr9 .subscribe_heading__upNvB {
    font-size: 26px;
    line-height: 30px;
    margin-bottom: 10px;
}
 .subscribe_subscribe__1DFFy .subscribe_subs-left__1TJpA .subscribe_beA-part__1uHcz .subscribe_text__tlEr9>p {
    font-size: 13px;
    margin-bottom: 15px;
    line-height: 18px;
}
.subscribe_subscribe__1DFFy .subscribe_subs-left__1TJpA .subscribe_beA-part__1uHcz .subscribe_text__tlEr9 button {
    padding: 5px 23px;
    margin-top: 8px;
    margin-bottom: 0px;
    font-size: 15px;
    line-height: 24px;
}
.doctor_t {
    min-width: 160px;
}
.subscribe_subscribe__1DFFy .subscribe_subs-left__1TJpA .subscribe_beA-part__1uHcz img {
    width: 160px;
    height: auto;
}
.subscribe_subscribe__1DFFy .subscribe_subs-left__1TJpA .subscribe_refer-new-subs__3yTus .subscribe_refer-new-heads-parent__3bJVY .subscribe_refer-new-heads__1F8uX {
    font-size: 26px;
    line-height: 30px;
}
.subscribe_subscribe__1DFFy .subscribe_subs-left__1TJpA .subscribe_refer-new-subs__3yTus .subscribe_refer-new-heads-parent__3bJVY .subscribe_refer-new-info__1WAj3 {
    font-size: 13px;
    line-height: 18px;
}
.refer-new-subs button {
    padding: 5px 23px;
    margin-top: 14px;
    margin-bottom: 0px;
    font-size: 15px;
    line-height: 24px;
    background-color: #146892;
    border-radius: 8px;
    border: none;
    cursor: pointer;
    color: #fff;
}
.subscribe_subscribe__1DFFy .subscribe_subs-left__1TJpA .subscribe_refer-new-subs__3yTus .subscribe_refer-new-heads-parent__3bJVY {
    padding: 34px 0 7px 20px;
}
.subscribe_subscribe__1DFFy .subscribe_subs-left__1TJpA .subscribe_beA-part__1uHcz {
    min-height: 200px;
}
.subscribe_subscribe__1DFFy .subscribe_subs-left__1TJpA {
    max-height: initial;
    padding: 0px 15px;
}
.subscribe_subscribe__1DFFy .subscribe_subs-left__1TJpA .subscribe_refer-new-subs__3yTus {
    min-height: 200px;
}
.subscribe_subscribe__1DFFy .subscribe_subs-left__1TJpA .subscribe_refer-new-subs__3yTus .subscribe_refer-back-yellow__1-3ah {
    height: 200px;
    position: relative;
}
.subscribe_subscribe__1DFFy .subscribe_subs-left__1TJpA .subscribe_refer-boy__3kGi4 {
    position: absolute;
    bottom: 0px;
    right: 28px;
    height: 224px;
    left: initial;
}
.b2b-header span {
    font-size: 35px;
}
.b2b-para {
    font-size: 17px;
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
    line-height: 27px;
}
.learn {
    font-size: 14px;
    padding: 9px;
    width: 175px;
}
.wrapper-five, .wrapper-four, .wrapper-one, .wrapper-six, .wrapper-three, .wrapper-two {
    width: 140px;
    height: 130px;
    margin-bottom: 18px;
}
.wrapper-title {
    font-size: 13px;
}
.mental_health {
    padding-top: 12px;
    padding-bottom: 10px;
}
.how_it_works {
    padding-top: 20px;
    padding-bottom: 15px;
}
.how_it_works .step {
    font-size: 74px;
    line-height: 80px;
}
.how_it_works .mobile-cat h4 {
    font-size: 23px;
    margin-top: 12px;
}
.how_it_works .mobile-cat p {
    font-size: 14px;
    margin-top: 10px;
    line-height: 20px;
}
.footer-mid .logo img{
    height: 25px;
}
.footer-link-widget:not(:last-child) {
    margin-right: 10px;
}




}


.breadcrumb h6 {
    font-size: 16px;
    color: #d47798;
}
.detail-info{
    padding-top: 0px;
}
.section-availableOffers-wrapper {
    cursor: pointer;
    color: #136892;
    font-weight: 800;
    font-size: 14px;
    line-height: 19px;
    text-decoration-line: underline;
    display: inline-flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: start;
    justify-content: flex-start;
    flex-direction: row;
    margin-bottom: 10px;
}
.section-availableOffers-wrapper .offer-image-wrapper {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    margin-right: 6px;
}
.section-availableOffers-wrapper .offer-image-wrapper .offer-logo-img {
    height: 21px;
    width: 21px;
}
.section-availableOffers-wrapper .availableOffers-text {
    line-height: 16px;
    font-size: 16px;
}
.detail-info .title-detail {
    font-size: 35px;
    font-weight: 700;
    color: #000000;
}
.rating-section {
    font-size: 18px;
    line-height: 23px;
    font-weight: 500;
    color: #6c6c6c;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    cursor: pointer;
    margin-top: 16px;
    width: 100%;
}
.rating-section__rating_container {
    display: flex;
}
.rating-section__rating_container .rating {
    font-size: 20px;
    line-height: 23px;
    display: inline-block;
    color: rgb(108, 108, 108);
    margin-right: 3px;
    font-weight: 400;
}
.kjEAjf {
    display: inline-block;
    margin-right: 2px;
    position: relative;
    top: -2px;
    margin-left: 4px;
}
.kjEAjf svg:not(:last-child) {
    margin-right: 3px;
}
.kqOKqv {
    position: relative;
    display: inline-block;
}
.kqOKqv .cover {
    background: #fff;
    height: 100%;
    overflow: hidden;
    mix-blend-mode: color;
    position: absolute;
    top: 0px;
    left: 13px;
    width: 22px;
}
.rating-section__divider {
    width: 1px;
    margin: 0px 8px 2px;
    height: 16px;
    font-size: 16px;
    line-height: 16px;
    background-color: #6c6c6c;
    font-weight: 400;
}
.price-section {
font-size: min(20px, 14px + 6 * ((100vw - 360px) / 1080));
    line-height: 23px;
    font-weight: 600;
    box-sizing: border-box;
    display: flex;
    align-items: flex-end;
    color: #000;
    margin-top: 20px;
}
.price-section__rupee {
    font-size: 29px;
    font-weight: 400;
    margin-top: 10px;
    align-self: flex-start;
    line-height: 16px;
}
.price-section__discounted_price {
    font-size: 50px;
    line-height: 55px;
    font-weight: 700;
    margin: 0px;
}
.divider {
    display: block;
    width: 100%;
    height: 1px;
    background-color: #dee2e6;
    opacity: 1;
    margin-top: 15px;
}
.p_tab .nav-tabs li.nav-item a {
    padding: 10px 15px !important;
    border: 0px solid #ececec;
    background: #fff;
    color: #5f5f5f;
}
.p_tab .nav-tabs .nav-item a.active, .p_tab .nav-tabs .nav-item a:hover {
    background: #ffffff;
    color: #000000 !important;
    border: 0px solid #ececec;
    border-bottom: 2px solid #136892;
}
.iGReDK p,.iGReDK li{
    font-size: 18px;
    line-height: 24px;
    padding: 0px;
    font-weight: 400;
    padding-top: 10px;
    color: #000000;
}
.product-info .shop_info_tab h2{
    font-size: 18px;
    font-weight: 500;
    color: #000000;
}
.product-info .shop_info_tab p{
color: #222222;
    font-size: 16px;
    font-weight: 400;
}
.p_tab .tab-content.shop_info_tab {
    padding: 2px 4px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    border-top-right-radius: 0px;
}
.p_tab .nav-tabs {
    border-bottom: 1px solid #dee2e6 !important;
}
.add_to_cart {
    padding: 12px 12px;
    width: 225px !important;
    background-color: #136892;
    border-radius: 10px;
    font-size: 20px;
    font-weight: 600;
}
.giEAel {
    background-color: #fbfbfb;
    width: auto;
    min-height: auto;
    border-radius: 10px;
    padding: 10px 15px;
    margin-bottom: 0px;
    margin-top: 25px;
    border: 1px solid #e0e0e0;
    padding-bottom: 15px;
    max-width: fit-content;
}
.giEAel .title {
    font-weight: 600;
    font-size: 16px;
    color: #393939;
    margin-bottom: 7px;
}
.hyulHH {
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    margin-top: 10px;
    border: 1px solid #e11b48;
    border-radius: 5px;
    background: #e11b48;
}
.eyZffA {
    display: flex;
    -webkit-box-flex: 1;
    flex-grow: 1;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: start;
    justify-content: flex-start;
    height: 40px;
    background-color: white;
    padding: 10px;
    box-sizing: border-box;
    margin-right: 0px;
    width: auto;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}
.hDOPAY {
    border: none;
    margin-left: 0px;
    font-size: 16px;
    width: 100%;
    padding-left: 8px;
    height: 40px;
    border-radius: 0px;
}
.kiEgWY {
    background-color: #e11b48;
    color: white;
    border: none;
    width: 140px;
    height: 40px;
    font-size: 20px;
    line-height: 22px;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}
.eyZffA i{
   font-size: 20px;
}
.eyZffA input:focus {
    border: 0px solid #BCE3C9;
}
.rating_a {
    font-weight: 600 !important;
    font-size: 20px !important;
}
.rating_count h6 {
    font-size: 32px;
    font-weight: 600;
}
.gbndEy {
    background-color: #ffffff;
    position: fixed;
    z-index: 5;
    left: 0px;
    right: 0px;
    bottom: 0px;
    height: 123px;
    box-shadow: rgb(0 0 0 / 10%) 0px 0px 30px;
    animation: 250ms ease 0s 1 normal none running slide-in;
}
.jzCaaX {
    font-size: 14px;
}
.jzCaaX {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    width: 100%;
    height: 40px;
    background: #13689229;
    color: #136892;
    font-family: var(--brand-font-family);
    font-weight: 500;
    line-height: 120%;
    padding-top: 5px;
}
.bNOcsQ {
    margin-left: 12.05px;
}
.kltHjZ {
    color: inherit;
    text-decoration: underline;
    margin-left: 4px;
    cursor: pointer;
}
.gbndEy .container {
    display: flex;
    align-items: flex-start;
    place-content: stretch center;
    margin: 0px auto;
    -webkit-box-pack: center;
    padding-top: 8px;
}
.gbndEy .container .left {
    display: flex;
    padding-right: 30px;
}
.gbndEy .product-image {
    width: 68px;
    height: 68px;
    border-radius: 8px;
    overflow: hidden;
}
.gbndEy .product-image img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.gbndEy .info {
    display: flex;
    flex-direction: column;
    -webkit-box-pack: center;
    justify-content: center;
    margin-left: 20px;
}
.gbndEy .name {
    font-weight: 500;
    font-size: 20px;
    line-height: 23px;
    letter-spacing: 0.25px;
    color: rgb(17, 29, 60);
    margin-top: 3px;
}
.gbndEy .pricing {
    padding-left: 45px;
    font-weight: 700;
    font-size: 48px;
    line-height: 55px;
    padding-top: 7px;
    display: flex;
    align-items: flex-start;
    margin-left: auto;
    color: #000;
    margin-top: 0px;
}
.gbndEy .currency {
    font-weight: bold;
    font-size: 28px;
    line-height: 32px;
    margin-top: 5px;
}
.gbndEy .container .right {

}
.add_to_carts {
    padding: 10px 12px;
    width: 225px !important;
    background-color: #136892;
    border-radius: 10px;
    font-size: 20px;
    font-weight: 600;
    margin-top: 6px;
}
.faq .collapse.in{
    display: block;
}
.faq .panel-title a:after {
    content: "\f068";
}
.faq .panel-title a.collapsed:after {
    content: "\f067";
}
.faq .panel-default>.panel-heading {
    color: #000000;
    background-color: transparent;
}
.faq .panel-group .panel {
    border-radius: 10px;
    border: 1px solid #dadada;
}
.faq .panel-title>a {
    padding: 12px 15px 12px 15px;
    font-weight: 500;
    color: #000000;
    border-radius: 10px;
    font-size: 18px;
}
.faq .panel-body {
    border-top: 1px solid #ebebeb;
    padding: 10px 15px;
    color: #222222;
    font-size: 16px;
    font-weight: 400;
}
.fw4{
    font-weight: 700 !important;
    font-size: 24px !important;
}
.hidden{
    display:none;
}
.price-section__actual_price {
    text-decoration: line-through;
    margin-left: 8px;
    margin-bottom: 6px;
    color: #6d6b6b;
    font-size: 25px;
}
.qts-div input:focus {
    border: 0px solid #BCE3C9;
}

.b_g9bf:focus{
    background: #fff !important;
}
.cta-wrapper .qts-div .b_e9bf {
    height: 52px !important;
    margin: 6px 0 6px;
}
.fbtn_checkout {
    display: flex;
    height: 52px;
    margin: 6px 0 6px;
    margin-left: 30px;
    background: #e11b48;
    border-color: #e11b48;
    font-size: 20px;
    font-weight: 700;
    border-radius: 10px;
}
.qts-div{
    display: flex;
}
.whyhk_why-hk__11o0V {
    display: -moz-box;
    display: flex;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    flex-direction: column;
}
.whyhk_why-hk__11o0V .whyhk_whyhk-header__pmpNc {
    margin: 16px 0;
    font-size: 24px;
    font-weight: 700;
    line-height: 0;
    letter-spacing: 0;
    color: #1c1c28;
}
.whyhk_why-hk__11o0V .whyhk_whyhk-items__1nJlB {
    display: -moz-box;
    display: flex;
    -moz-box-pack: justify;
    justify-content: space-between;
    margin-top: 0px;
}
.whyhk_why-hk__11o0V .whyhk_whyhk-items__1nJlB .whyhk_item__2VAnB {
    width: 32%;
    text-align: center;
    border: 1px solid #dee8ee;
    padding: 20px 10px;
    border-radius: 10px;
    background: #f7f7f7;
}
.get_started_btns{
    padding: 10px 30px;
    margin-top: 20px;
    margin-bottom: 0px;
    font-size: 16px;
    line-height: 24px;
    background-color: #146892;
    border-radius: 8px;
    border: none;
    cursor: pointer;
    color: #fff;
    width: fit-content;
}
.whyhk_why-hk__11o0V .whyhk_whyhk-items__1nJlB .whyhk_item__2VAnB strong {
    display: block;
    margin: 14px 0 0;
    font-size: 18px;
    font-weight: 700;
    line-height: 41px;
    letter-spacing: 0;
    color: #000000;
    line-height: 20px;
}
.whyhk_why-hk__11o0V .whyhk_whyhk-items__1nJlB .whyhk_item__2VAnB p {
    margin: 2px 0 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 30.6px;
    letter-spacing: 0;
    color: #77777e;
}
.pinCode2_delivery__input-container__3pBQe {
    width: 276px;
    position: relative;
}
.pinCode2_delivery__input__256H5 {
    font-weight: 400;
    letter-spacing: normal;
}
.pinCode2_delivery__input__256H5 {
    width: 100%;
    height: 48px;
    border-radius: 8px;
    border: 1px solid #dbdee9;
    padding: 16px;
    font-size: 14px;
    line-height: 20px;
    color: #1c1c28;
}
.pinCode2_text__15d6f {
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    letter-spacing: normal;
    color: #0165b9;
}
.pinCode2_delivery__policy-sec__2Ozp- {
    grid-gap: 19px;
    gap: 19px;
    margin-bottom: 20px;
    margin-top: 16px;
    display: -moz-box;
    display: flex;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    flex-direction: column;
}
.pinCode2_delivery__policy-sec__item__3T8fD {
    grid-gap: 16px;
    gap: 16px;
}
.pinCode2_delivery__policy-sec__item__3T8fD {
    display: -moz-box;
    display: flex;
    -moz-box-align: center;
    align-items: center;
}
.pinCode2_delivery__policy-sec__item__3T8fD span {
    font-size: 14px;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: normal;
    color: #1c1c28;
}
.pinCode2_text__15d6f.pinCode2_check__2n8HT {
border: none;
    background-color: transparent;
    color: #136892!important;
    cursor: pointer;
    position: absolute;
    top: 50%;
    right: 10px;
    width: auto;
    height: auto;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
    display: -moz-box;
    display: flex;
    -moz-box-align: center;
    align-items: center;
}
.h_tab .nav-tabs li.nav-item a {
    font-weight: 600;
    font-size: 18px;
    padding: 12px 30px !important;
    border: 0px solid #ececec;
}
.h_tab .nav-tabs .nav-item a.active, .h_tab .nav-tabs .nav-item a:hover {
	background: #136892;
    color: #ffffff !important;
    border: 0px solid #ececec;
    padding: 12px 30px !important;
}
.h_tab .nav-tabs {
    border-bottom: 1px solid #dee2e6 !important;
    display: flex;
    flex-direction: row;
    align-content: center;
    justify-content: center;
    align-items: center;
}
.h_tab .tab-content .tab-pane.active {
    padding-top: 12px;
}
.cart_bg{
    background: #f4f4f4;
}
.cart_title {
    color: #1c1c28;
    font-size: 18px;
    line-height: 20px;
    font-weight: 600;
}
.cart_head{
    font-size: 30px;
    font-weight: 700;
}
.cart_items_details h6 {
    font-size: 20px;
    font-weight: 500;
    color: #000;
    margin-bottom: 5px;
}
.cart_items_details .price {
    font-size: 24px;
    font-weight: 600;
    color: #000;
    margin-bottom: 5px;
    margin-top: 10px;
}
.cart_items_details .sub_price {
    text-decoration: line-through;
    font-size: 18px;
    color: #77777e;
    font-weight: 400;
}
.order-summary-title {
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    padding: 8px 5px;
    color: #000;
    padding-top: 0px;
}
.order-summary .text-muted,.order-summary .text-end {
    font-size: 18px !important;
}
.order-summary .text-muted {
    color: #000000 !important;
}
.pres_text {
    font-size: 14px;
    font-style: italic;
    color: #000;
    font-weight: 400;
    letter-spacing: 1px;
}
.footer_bottom {
    display: none;
}

.track-add-cart .b_e9bf {
    height: 40px !important;
    border-radius: 8px!important;
    background: #32cd3229;
    border: 1px solid #32cd32;
    color: #29ba29!important;
    margin: 0;
    margin-top: 6px;
}

.track-add-cart .min_ic,.track-add-cart .plu_ic {
    color: #29ba29!important;
}
.track-add-cart .b_g9bf {
    color: #29ba29!important;
}
.category_app {
  border: 1px solid #d6d6d6;
  display: flex;
  border-radius: 15px;
  height: 64px;
  -webkit-box-align: center;
  align-items: center;
  padding: 22px 20px 22px 20px;
  max-width: 450px;
  margin: 15px auto 0px;
  cursor: pointer;
  background: #fff;
  justify-content: space-between;
}
.category_app .options_text {
    font-size: 18px;
}
.category_app .checkbox {

}
.category_app .checkbox_active {

}

.container_chk {
  position: relative;
}
.container_chk input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.checkmark {
  position: absolute;
  top: 19px;
  right: 19px;
  height: 25px;
  width: 25px;
  background-color: #eee;
  border-radius: 4px;
}
.container_chk:hover input ~ .checkmark {
  background-color: #ccc;
}
.container_chk input:checked ~ .checkmark {
    background-color: #e11b48;
}
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.container_chk input:checked ~ .checkmark:after {
  display: block;
}
.container_chk .checkmark:after {
    left: 9px;
    top: 5px;
    width: 6px;
    height: 14px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.category_btn {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    max-width: 450px;
    margin: 0px auto;
    justify-content: center;
    margin-top: 30px;
}
.category_btn button {
    padding: 10px 30px;
    margin-top: 14px;
    margin-bottom: 0px;
    font-size: 16px;
    line-height: 24px;
    background-color: #146892;
    border-radius: 8px;
    border: none;
    cursor: pointer;
    color: #fff;
    width: 100%;
}
.mbi-5{
    margin-bottom: 5px !important;
}
.d_p{
    text-align: center;
    font-size: 16px;
}
.aptbox {
    border: 1px solid #d6d6d6;
    display: flex;
    border-radius: 10px;
    padding: 4px 2px 4px 15px;
    max-width: 450px;
    margin: 15px auto 0px;
    cursor: pointer;
    background: #fff;
}
.apt_left {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
}
.apt_left i{
    font-size: 25px;
}
.apt_right{
    width: inherit;
}
.apt_right .select2-container {
    max-width: 100%;
    width: inherit !important;
    display: block;
}
.apt_book_form .select2-container--default .select2-selection--single {
    border-bottom: 0px solid #b6b6b6;
    height: 45px;
}
.apt_book_form .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 45px;
    font-size: 15px;
    color: #6b6b6b;
    font-weight: 600;
}
.select2-dropdown .select2-search--dropdown {
    display: none !important;
}
.select2-dropdown {
    border-radius: 4px !important;
    padding: 0px !important;
}
.select2-results__options::-webkit-scrollbar {
    width: 0px !important;
}
.select2-results {
    overflow-y: auto;
    max-height: 185px;
}
/*booking time*/
.desktop-container .desktop-slots--title {
    font-size: 17px;
    line-height: 24px;
    margin-top: 0px;
    font-weight: 700;
    padding: 0px 0px 8px 0px;
    margin-bottom: 15px;
    border-bottom: 1px solid #d9d9d9;
}

.fw-0{
    font-weight: 400 !important;
}
.desktop-container .desktop-slots--list {
    margin-bottom: 20px;
    text-align: center;
}
.desktop-container .desktop-slots--slot {
    margin: 0px 5px 0;
    padding: 25px 0px;
    width: 78px;
    border: 1px solid #979797;
    border-radius: 5px;
    font-size: 18px;
    line-height: 22px;
    font-weight: 500;
    height: 35px;
    display: inline-flex;
    text-transform: capitalize;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding-top: 24px;
    cursor: pointer;
}
.time-modal .modal-header .modal-title {
    color: #fff !important;
}
.time-modal .close, .modal_next_prev_btn {
    color: #fff;
}
.times .desktop-slots--slot {
    margin: 0px 5px 0;
    padding: 20px 0px;
    width: 98px;
    border: 1px solid #979797;
    border-radius: 5px;
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    height: 35px;
    display: inline-flex;
    text-transform: capitalize;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding-top: 20px;
    cursor: pointer;
    margin-bottom: 15px;
}
.desktop-slots--list .day div{
    display: contents;
    width: 100%;
    margin-bottom: 10px;
    font-size: 12px;
    font-weight: 500;
    position: relative;
}

.desktop-container .desktop-slots.days .desktop-slots--slot.active {
    background-color: #25d366;
    color: #fff;
    border: none;
}

.times .desktop-slots--list [type="radio"]:is(:checked)+label {
    background-color: #25d366;
    color: #fff;
    border: none;
}

.desktop-slots--list [type="radio"]:checked+label:before,.desktop-slots--list [type="radio"]:not(:checked)+label:before {
    display:none;
}
.desktop-slots--list [type="radio"]:checked+label,.desktop-slots--list [type="radio"]:not(:checked)+label {
    cursor: pointer;
    line-height: 22px;
    display: inline-flex;
    padding-left: 0px;
}
.b-bg .product-card {
    background: var(--white) !important;
    -webkit-box-shadow: 0px 10px 25px 0px rgb(0 0 0 / 10%);
    box-shadow: 0px 10px 25px 0px rgb(0 0 0 / 10%);
}
.page-nav{

}
.page-nav .nav-pills{

}
.page-nav .nav-pills li{
    margin-right: 5px;
    padding: 7px 20px;
    background: #f1f1f19c;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border: 1px solid #b9b9b900;
    border-bottom: 0px;
    position: relative;
    background-image: linear-gradient(#f1f1f19c, #0044bb00, #f1f1f19c);
    opacity: 0.9;
}
.page-nav .nav-pills li a{
    padding: 0px 10px;
    color: #ffffff;
    font-size: 14px;
    letter-spacing: 1px;
}
.page-nav .nav-pills .active {
    background: #fff;
    border: 3px double #0044bb96;
    border-bottom: 0px;
    background-image: linear-gradient(white, #d4d4d4, white);
    opacity: 1;
}
.page-nav .nav-pills .active a{
    color: #293d94;
    font-weight: 500;
    font-size: 16px;
}
.mt0{
    margin-top: 0px;
}
.added{
    width: auto;
}
.added .b_g9bf{
    width: 100px;
    height: 25px;
}

.desktop-shipment--slot-picker--body [type="radio"]:checked,.desktop-shipment--slot-picker--body [type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
.btn-close {
    opacity: 0.7;
    filter: brightness(0) invert(1);
}
.modal_next_btn {
    background: #1a1a18!important;
    padding: 1.5%;
    margin: 0px;
}

.days-nav{
    margin-bottom:10px;
}
.days-navbtn.days-previous {
    transform: rotateY(180deg);
}

.days-navbtn {
    align-items: center;
    background: none;
    border: 0;
    color: #bebebe;
    cursor: pointer;
    display: flex;
    height: 44px;
    justify-content: center;
    padding: 0;
    width: 44px;
}

.days-nav {
    display: flex;
    justify-content: center;
    align-items: center;
}

.days-nav time{
    font-size: 17px;
    font-weight: 600;
    color: #242424;
    padding: 0 30px;
}
.text-left{  text-align: left!important;}



/*booking time*/

.bxloader {
    display: none;
    position: fixed;
    left: 0px;
    right: 0;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 99999;
    background: url(../images/ajax-spinner.gif) 50% 50% no-repeat rgb(96 96 96 / 40%);
    background-size: 120px;
}
.f-spinner {
	display: flex;
	flex-direction: column;
	justify-content: center;
	opacity: 0;
	transition: opacity .2s linear
}
.f-spinner._648e7c51 {
	height: 100%
}
.f-spinner.f-spin {
	opacity: 1
}
.f-spinner .f-spin-inner {
	margin: 20px auto;
	font-size: 5px;
	position: relative;
	border: 3px solid #d5d7da;
	border-left: 3px solid #101928;
	transform: translateZ(0);
	-webkit-animation: flash-spin .5s infinite linear;
	animation: flash-spin .5s infinite linear
}
.f-spinner .f-spin-inner,
.f-spinner .f-spin-inner::after {
	border-radius: 50%;
	width: 10em;
	height: 10em
}
.f-spinner.c0e33c51 .f-spin-inner {
	width: 32px;
	height: 32px
}
.f-spinner._9ba7dc51 .f-spin-inner {
	width: 24px;
	height: 24px
}

.f-spinner._01237c51 .f-spin-inner {
	width: 17px;
	height: 17px
}

@-webkit-keyframes flash-spin {
	0% {
		transform: rotate(0)
	}

	100% {
		transform: rotate(360deg)
	}
}

@keyframes flash-spin {
	0% {
		transform: rotate(0)
	}

	100% {
		transform: rotate(360deg)
	}
}
.desktop-container{
    max-width: 690px;
    margin: 0px auto;
    background: #fff;
    border-radius: 10px;
    padding: 1px 0px;
}
.apt_book_login .desktop-container{
    max-width: 520px;
    padding: 1px 20px;
}
.apt_book_login p {
    font-size: 16px;
}
.apt_book_login .input-group {
    margin-bottom: 10px;
}
.apt_book_login .agreement-text {
    text-align: center;
    font-size: 12px;
    margin: 5px 0;
}
.apt_book_login .account-have {
    text-align: center;
    font-size: 15px;
    padding-top: 8px;
    border-top: 1px solid #dedfe0;
    margin-bottom: 10px;
}
.apt_book_login .account-have a {
    font-weight: 700;
}
.desktop-container .input-group {
    display: block;
    width: 100%;
}
.desktop-container .input-group>.form-control,.desktop-container .input-group>.form-select {
    width: 100%;
}
.issue_type_chk {
    padding: 0px;
    max-width: 450px;
    margin: 15px auto 0px;
    text-align: center;
    font-size: 16px;
}
.apt_row {
    padding: 14px 24px;
    row-gap: 16px;
    grid-template-columns: 1fr 1fr;
    display: grid;
    justify-content: space-around;
}
.apt_col {
    text-align: center;
}
.apt_col_head {
    font-size: 16px;
    line-height: 16px;
    color: rgb(101 100 100);
    margin-bottom: 6px;
}
.apt_col_date {
    font-size: 22px;
    line-height: 18px;
    color: #ffffff;
    font-weight: 600;
    background: #e11b48;
    padding: 10px 10px;
    border-radius: 8px;
}
.apt_img{
    height:100px;
}
.apt_a_head {
    color: #3eb655;
}
.privacy_policy ul {
    list-style: disc;
    margin-left: 32px;
    margin-bottom: 30px;
    color: #656565;
    margin-top: -10px;
}
.privacy_policy p {
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 20px;
    color: #6b6b6b;
}
.subscrib_btn {
    border: none;
    cursor: pointer;
    padding: 10px 30px;
    border-radius: 8px;
    background-color: #ffffff;
    margin-top: 8px;
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: 0;
    color: #136892;
}
.payment_process{
	text-align: center;
}
.payment_process h3{
    font-size: 25px;
    font-weight: 600;
}
.payment_process p {
    font-size: 16px;
    font-weight: 400;
    color: #7E7E7E;
    margin-top: 10px;
    margin-bottom: 20px !important;
}
.payment_process img{
	height: 194px;
}
.modal-dialog-scrollable{
    display: flex;
    align-content: center;
    align-items: center;
}
#paymentFrame{
    height: 80vh;
} 
.nopadi{
    padding: 0px;
    background: #ededed;
    padding-top: 15px;
}
.cart-footer{
	display:none;
}
.cart-footer2{
	display:none;
}
.bg-upi {
    background: url('../../images/upi.svg');
    background-repeat: no-repeat;
    display: block;
    font-weight: 500;
    line-height: 18px;
    padding: 5px 5px 5px 55px;
    background-position: 18px 50%;
    margin-left: -10px;
}
.bg-card {
    background: url('../../images/card.svg');
    background-repeat: no-repeat;
    display: block;
    font-weight: 500;
    line-height: 18px;
    padding: 5px 5px 5px 55px;
    background-position: 18px 50%;
    margin-left: -10px;
}



@media only screen and (max-width:768px) {
    .cart-footer {
		width: 100%;
		padding: 5px 5px 5px 5px!important;
		position: fixed;
		bottom: 0;
		transform: translateY(0);
		will-change: transform;
		transition: transform .2s;
		z-index: 99999;
		background: white;
	}
	.cart-footer .cart-footer-btn {
		width: 100%;
		border-radius: 0.4rem!important;
		background-color: #136892;
		color: #fff !important;
		font-size: 16px;
		font-weight: 500;
		display: flex;
		justify-content: space-between;
		align-items: center;
		align-content: center;
		flex-wrap: nowrap;
		flex-direction: row;
		box-shadow: 0 .125rem .25rem rgba(0,0,0,.075)!important;
		padding: 10px 18px;
		border: none;
	}
	.cart-footer .cart-footer-btn .cart-footer-nextInfo {
		display: flex;
		flex-direction: row;
		align-content: center;
	}
	.cart-footer .cart-footer-btn .cart-footer-nextInfo .cart-totals {
		margin-bottom: 0px;
		color:#fff;    line-height: 12px;
	}
	.cart-footer .cart-footer-btn .cart-footer-nextInfo .cart-footer-nextItems {
		font-size: 24px;
		border-right: 1px solid #fff;
		padding-right: 8px;
		display: flex;
		align-content: center;
		justify-content: center;
		align-items: center;
	}
	.cart-footer .cart-footer-btn .cart-footer-nextInfo .cart-footer-price {
		display: inline-block;
		line-height: 16px;
		font-size: 16px;
		font-weight: 500;
		padding-left: 16px;
	}
	.cart-footer .cart-footer-btn .cart-footer-nextInfo .cart-items {
		margin-bottom: 0px;
		text-align: left;
		font-size: 14px;
		color: #ffffff;
	}
	.cart-footer .cart-footer-btn .cart-footer-nextInfo .cart-total {
		margin-bottom: 0px;
		color: #ffffff;
	}
	.cart-footer .cart-footer-btn .cart-footer-nexBtn {
		display: flex;
		align-items: center;
	}
	.cart-footer .cart-footer-btn .cart-footer-nexBtn .cart-footer-nextText {
		line-height: 24px;
		font-size: 16px;
		font-weight: 500;
		position: relative;
		top: -1px;
	}
	.cart_items_details h6 {
		font-size: 16px;
		font-weight: 500;
		color: #000;
		margin-bottom: 4px;
	}
	.footer{
		margin-bottom: 70px;
	}
	.footer1 {
		display: none;
	}
	.mobile_slot .justify-content-betweens {
		margin-top: 0px;
		width: 100%;
		display: flex;
		-webkit-box-align: center;
		align-items: center;
		align-content: center;
		padding-left: 26px;
	}
	.mobile_slot .step-index {
		background: #00af93;
		color: white;
		border: none;
		opacity: 1;
		display: inline-block;
		width: 20px;
		border-radius: 50%;
		font-size: 11px;
	}
	.mobile_slot .p-active {
		color: #136892;
		font-size: 14px;
		padding-bottom: 0px;
		font-weight: 600;
	}
	.mobile_slot .body-7__alt {
		line-height: 20px;
		font-size: 14px;
		padding-bottom: 0px;
		font-weight: 600;
	}
	.mobile_slot .nopadi {
		padding: 0px;
		background: transparent;
		padding-top: 0px;    
		display: flex;
		-webkit-box-align: center;
		align-items: center;
	}
	.mobile_slot .nopadi:not(:last-child)::after {
		content: "";
		display: inline-block;
		height: 0px;
		-webkit-box-flex: 1;
		flex-grow: 1;
		align-self: center;
		border-right: none;
		border-bottom: none;
		border-left: none;
		border-image: initial;
		border-top: 1px dashed #000;
		opacity: 0.4;
		margin-left: 2px;
		margin-top: 2px;
	}
	.slot_div {
		width: 100%;
		padding: 15px 15px;
		border-bottom-left-radius: 5px;
		background-color: rgb(19 104 146);
		margin-bottom: 0px;
		border-bottom-right-radius: 5px;
	}
	.slot_div .cart-title-container {
		display: flex;
		-webkit-box-pack: justify;
		justify-content: center;
		text-align: center;
		align-items: center;
	}
	.slot_div .card-title {
		font-weight: 700;
		font-size: 16px;
		margin: 0px 0px 6px;
		color: #fff;
	}
	.slot_div .edit-button {
		outline: 0px;
		border: 0px;
		height: 20px;
		width: 20px;
		border-radius: 6px;
		background-color: rgb(104, 150, 219);
		display: flex;
		-webkit-box-align: center;
		align-items: center;
		-webkit-box-pack: center;
		justify-content: center;
	}
	.slot_div .call-details {
		width: 100%;
		display: flex;
		justify-content: space-between;
	}
	.slot_div .call-details .call-details-section {
		display: flex;
		flex-direction: column;
		margin-bottom: 12px;
	}
	.slot_div .call-details .call-details-section .label {
		color: lime;
		font-size: 16px;
		font-weight: 600;
	}
	.slot_div .call-details .call-details-section span {
		display: block;
	}
	.slot_div .call-details .call-details-section .value {
		color: #fff;
		font-weight: 500;
		font-size: 20px;
	}
	.slot_div .call-details .call-details-section {
		display: flex;
		flex-direction: column;
		margin-bottom: 12px;
	}
	.slot_div .subtitle {
		font-weight: 400;
		font-size: 14px;
		color: #fff;
		margin: 0px 0px 0px;
		text-align: center;
	}
	.mobile-cart .checkouts-title h3 {
		margin-bottom: 0px !important;
		padding-bottom: 5px !important;
		font-size: 18px !important;
		border-bottom: 1px solid #e5e5e5;
		text-align: center;
		font-weight: 700;
		padding-top: 7px;
	}
	.tppadi::after {
		content: "";
		display: inline-block;
		height: 20px;
		-webkit-box-flex: 1;
		flex-grow: 1;
		align-self: center;
		border-top: none;
		border-bottom: none;
		border-left: none;
		border-image: initial;
		border-right: 1px dashed #000;
		opacity: 0.4;
		margin-left: 0px;
		margin-top: 2px;
		margin-bottom: -6px;
	} 
	.tppadi{
		text-align: center;
	}
	.zpad{
		padding:0px;
	}
	.mobile-cart .checkout-form-area {
		padding: 0px 0px !important;
	}
	.slot_change {
		border: none;
		background-color: #fff;
		padding: 10px 15px;
		border-radius: 5px;
		font-weight: 600;
		font-size: 14px;
		margin-top: 10px;
	}
	.add_change {
		border: 1px solid #136892;
		background-color: #fff;
		padding: 10px 15px;
		border-radius: 5px;
		font-weight: 600;
		font-size: 14px;
		margin-top: 10px;
	}
	.add_change2 {
		border: 1px solid #136892;
		background-color: #fff;
		padding: 7px 15px;
		border-radius: 5px;
		font-weight: 600;
		font-size: 14px;
		margin-top: 10px;
	}
	.cart-footer2 {
		width: 100%;
		padding: 0px!important;
		position: fixed;
		bottom: 0;
		transform: translateY(0);
		will-change: transform;
		transition: transform .2s;
		z-index: 9999;
		background: white;
		display: block;
	}
	.cart-footer2 .cart-footer-btn {
		width: 100%;
		border-radius: 0px;
		background-color: #ffffff;
		color: #fff !important;
		font-size: 16px;
		font-weight: 500;
		display: flex;
		justify-content: space-between;
		align-items: center;
		align-content: center;
		flex-wrap: nowrap;
		flex-direction: row;
		box-shadow: 0 .125rem .25rem rgba(0,0,0,.075)!important;
		padding: 8px 18px;
		border: none;
	}
	.cart-footer2 .cart-footer-btn .cart-footer-nextInfo {
		display: flex;
		flex-direction: row;
		align-content: center;
	}
	.cart-footer2 .cart-footer-btn .cart-footer-nextInfo .cart-totals {
		margin-bottom: 0px;
		color:#fff;    line-height: 12px;
	}
	.cart-footer2 .cart-footer-btn .cart-footer-nextInfo .cart-footer-nextItems {
		font-size: 24px;
		border-right: 1px solid #fff;
		padding-right: 8px;
		display: flex;
		align-content: center;
		justify-content: center;
		align-items: center;
	}
	.cart-footer2 .cart-footer-btn .cart-footer-nextInfo .cart-footer-price {
		display: inline-block;
		line-height: 16px;
		font-size: 16px;
		font-weight: 500;
		padding-left: 16px;
	}
	.cart-footer2 .cart-footer-btn .cart-footer-nextInfo .cart-items {
		margin-bottom: 0px;
		text-align: left;
		font-size: 20px;
		color: #000000;
		font-weight: 600;
	}
	.cart-footer2 .cart-footer-btn .cart-footer-nextInfo .cart-total {
		margin-bottom: 0px;
		color: #ffffff;
	}
	.cart-footer2 .cart-footer-btn .cart-footer-nexBtn {
		display: flex;
		align-items: center;
	}
	.cart-footer2 .cart-footer-btn .cart-footer-nexBtn .cart-footer-nextText {
		line-height: 24px;
		font-size: 16px;
		font-weight: 500;
		position: relative;
		top: -1px;
		background: #136892;
		padding: 10px 40px;
		border-radius: 5px;
		color: #fff;
    border: none;
	}
	.modal-dialog {
		margin: 0px !important;
	}
	.modal-content {
		border-radius: 0px !important;
	}
	.address-modal {
		width: 100% !important;
		margin: 0 auto !important;    height: 100vh;
	}
	.btn-close {
		opacity: 1;
		filter: initial;
	}
	.address-modal .input-group .btn {
		position: fixed;
		z-index: 2;
		bottom: 6px;
		left: 5px;
		width: 97%;
		padding: 10px 30px;
		border-radius: 5px;
	}
	.toastr-title,.toastr-text{
		color:#fff !important;
	}
	.address_details_mob{
		padding: 0px 10px;
	}
	.modal-open .modal {
		padding-left: 0px !important;
	}
	.time-modal .btn-block {
		display: block;
		width: 96%;
		position: relative;
		border-radius: 5px;
		margin: 0px auto;
	}
	.time-modal .modal-body {
		padding: 0px;
		overflow-x: hidden !important;
		padding-bottom: 7px;
		position: fixed;
		bottom: 0px;
		background: #fff;
		left: 0px;
	}
	.time-modal .close, .modal_next_prev_btn {
		color: #000;
		border: none;
		background: none;
		font-size: 30px;
		position: absolute;
		right: 10px;
	}
	.spro-count {
		background-color: #05ae4e;
		color: #fff;
		height: 20px;
		width: 20px;
		border-radius: 100%;
		font-weight: 500;
		font-size: 12px;
		text-align: center;
		line-height: 20px;
		position: absolute;
		right: 25px;
		top: -5px;
	}
	.prel{
		position: relative;
	}
} 
