@charset "UTF-8";
@import url('https://fonts.googleapis.com/css?family=Poppins:500&display=swap');
@import url('https://fonts.googleapis.com/css?family=Poppins:400&display=swap');
/* @import url('https://fonts.googleapis.com/css?family=Inter#d11d2b'); */
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap');



:root {
  --primary-color: #061738;
  --secondary-color: #d11d2b;
  --yellow-color: #ffc107;
  --text-gray-color: #606060;
  --white-color: #ffffff;
  --ofwhite-color: #f2f2f2;
  --black-color: #000000;
  --light-color: #fcfcfc;
  --light-color2: #aaaaaa;
  --dark-color: #242424;
  --sky-color: #647589;
  --border-color: #e7e7e7;
  --border-color2: #e4e4e4;
  --border-color3: #dddddd;
  --border-dark: #383434;
  --bg-gray-color: #fcfcfc;
  --gray-color: #fafbfe;
  --gray-color2: #f5f5f5;
  --font-jost: "Jost", sans-serif;
  --body-font-size: 1.5rem;
  --body-font-weight: 400;
  --body-line-height: 2.8rem;
  --headings-weight: 600;
  --transition: all 0.3s ease 0s;
  --container-fluid-offset: 19rem
}

.color-scheme-1 {
  --secondary-color: #f51c1c
}

.color-scheme-2 {
  --secondary-color: #b79e8c
}

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

html {
  scroll-behavior: smooth
}

body,
html {
  min-height: 100%;
  margin: 0;
  font-size: 62.5%;
  padding: 0
}

.linkss {
  color: var(--secondary-color);
}

.links {
  color: #198754;
}

.bold {
  font-weight: 500 !important;
  font-size: 1.5rem !important;
}

body {

  /* font-family: 'Inter', Roboto, Arial, sans-serif !important; */
  /* font-family: "Clear Sans", "Helvetica Neue", Helvetica, Arial, sans-serif; */
  font-family: 'Roboto', sans-serif;
  line-height: 1.5;
  font-weight: 400;
  font-size: var(--body-font-size, 1.6rem);

  font-style: normal;
  line-height: var(--body-line-height, 25px);
  position: relative;
  visibility: visible;
  overflow-x: hidden;
  color: var(--black-color);
  background-color: var(--white-color)
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: var(--headings-weight);
  margin: 0
}

.h1,
h1 {
  font-size: 2.3rem;
  line-height: 3rem
}

@media only screen and (min-width:576px) {

  .h1,
  h1 {
    font-size: 3rem;
    line-height: 3.5rem
  }
}

@media only screen and (min-width:768px) {

  .h1,
  h1 {
    font-size: 3.2rem;
    line-height: 3.8rem
  }
}

@media only screen and (min-width:992px) {

  .h1,
  h1 {
    font-size: 3.8rem;
    line-height: 4.5rem
  }
}

@media only screen and (min-width:1200px) {

  .h1,
  h1 {
    font-size: 4.2rem;
    line-height: 5rem
  }
}

@media only screen and (min-width:1366px) {

  .h1,
  h1 {
    font-size: 4.5rem;
    line-height: 5.3rem
  }
}

@media only screen and (min-width:1600px) {

  .h1,
  h1 {
    font-size: 5.5rem;
    line-height: 6.5rem
  }
}

.h2,
h2 {
  font-size: 2.2rem;
  line-height: 2.6rem;
  font-weight: 500
}

@media only screen and (min-width:768px) {

  .h2,
  h2 {
    font-size: 2.5rem;
    line-height: 3rem
  }
}

@media only screen and (min-width:1200px) {

  .h2,
  h2 {
    font-size: 3rem;
    line-height: 3.5rem
  }
}

@media only screen and (min-width:1600px) {

  .h2,
  h2 {
    font-size: 3.5rem;
    line-height: 4rem
  }
}

.h3,
h3 {
  font-size: 1.7rem;
  line-height: 2.4rem
}

@media only screen and (min-width:768px) {

  .h3,
  h3 {
    font-size: 1.8rem;
    line-height: 2.5rem
  }
}

@media only screen and (min-width:992px) {

  .h3,
  h3 {
    font-size: 2rem;
    line-height: 2.7rem
  }
}

@media only screen and (min-width:1200px) {

  .h3,
  h3 {
    font-size: 2.2rem;
    line-height: 2.8rem
  }
}

@media only screen and (min-width:1600px) {

  .h3,
  h3 {
    font-size: 2.4rem;
    line-height: 3rem
  }
}

.h4,
h4 {
  font-size: 1.5rem;
  font-weight: 600
}

@media only screen and (min-width:992px) {

  .h4,
  h4 {
    font-size: 1.6rem;
    line-height: 2.6rem
  }
}

.h5,
h5 {
  font-size: 1.5rem;
  line-height: 2.4rem;
  font-weight: 400
}

@media only screen and (min-width:768px) {

  .h5,
  h5 {
    font-size: 1.6rem;
    line-height: 2.6rem
  }
}

.h6,
h6 {
  font-size: 1.6rem;
  line-height: 2.6rem;
  font-weight: 400
}

@media only screen and (min-width:768px) {

  .h6,
  h6 {
    font-size: 1.6rem;
    line-height: 2.6rem
  }
}

p {
  margin-top: 0;
  margin-bottom: 1.8rem;
  color: var(--text-gray-color)
}

@media only screen and (max-width:767px) {
  p {
    font-size: 1.4rem;
    line-height: 2.4rem
  }
}

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

a,
button {
  display: inline-block;
  cursor: pointer;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  text-decoration: none;
  color: inherit
}

a,
button,
img,
input,
textarea {
  -webkit-transition: var(--transition);
  transition: var(--transition)
}

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

a:focus {
  text-decoration: none;
  outline: 0
}

a:hover {
  text-decoration: none;
  color: var(--secondary-color)
}

button,
input[type=submit] {
  cursor: pointer;
  font-family: var(--font-lato);
  font-size: var(--body-font-size);
  font-weight: var(--body-font-weight);
  line-height: var(--body-line-height)
}

input[type=number] {
  -moz-appearance: textfield
}

img {
  max-width: 100%;
  height: auto
}

span {
  display: inline-block;
  -webkit-transition: var(--transition);
  transition: var(--transition)
}

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

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

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

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

ul {
  margin: 0;
  padding: 0
}

ul:last-child {
  margin-bottom: 0
}

li {
  list-style: none;
  line-height: 1
}

hr {
  border-top-width: 2px
}

.container,
.container-fluid {
  width: 100%;
  margin-right: auto;
  margin-left: auto
}

.container {
  padding-right: 1.5rem;
  padding-left: 1.5rem
}

.container-fluid {
  --offset-fluid: 1.5rem;
  padding-right: var(--offset-fluid);
  padding-left: var(--offset-fluid)
}

@media only screen and (min-width:992px) {
  .container-fluid {
    --offset-fluid: 3rem
  }
}

@media only screen and (min-width:1366px) {
  .container-fluid {
    --offset-fluid: calc(var(--container-fluid-offset) / 4.5)
  }
}

@media only screen and (min-width:1600px) {
  .container-fluid {
    --offset-fluid: calc(var(--container-fluid-offset) / 2.5)
  }
}

@media only screen and (min-width:1800px) {
  .container-fluid {
    --offset-fluid: var(--container-fluid-offset)
  }
}

.container-fluid-2 {
  --offset-fluid: 1.5rem;
  padding-right: var(--offset-fluid);
  padding-left: var(--offset-fluid)
}

@media only screen and (min-width:992px) {
  .container-fluid-2 {
    --offset-fluid: 3rem
  }
}

@media only screen and (min-width:1366px) {
  .container-fluid-2 {
    --offset-fluid: 4.5rem
  }
}

@media only screen and (min-width:1500px) {
  .container-fluid-2 {
    --offset-fluid: 5rem
  }
}

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

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

@media only screen and (min-width:992px) {
  .container {
    max-width: 960px
  }
}

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

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

.row {
  --bs-gutter-x: 3rem;
  --bs-gutter-y: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: calc(var(--bs-gutter-y) * -1);
  margin-right: calc(var(--bs-gutter-x) * -.5);
  margin-left: calc(var(--bs-gutter-x) * -.5)
}

.row>* {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * .5);
  padding-left: calc(var(--bs-gutter-x) * .5);
  margin-bottom: var(--bs-gutter-y)
}

.col {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 0%;
  flex: 1 0 0%
}

.row-cols-auto>* {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto
}

.row-cols-1>* {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 100%
}

.row-cols-2>* {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 50%
}

.row-cols-3>* {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 33.3333333333%
}

.row-cols-4>* {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 25%
}

.row-cols-5>* {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 20%
}

.row-cols-6>* {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 16.6666666667%
}

@media only screen and (min-width:576px) {
  .col-sm {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%
  }

  .row-cols-sm-auto>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto
  }

  .row-cols-sm-1>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%
  }

  .row-cols-sm-2>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%
  }

  .row-cols-sm-3>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.3333333333%
  }

  .row-cols-sm-4>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%
  }

  .row-cols-sm-5>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 20%
  }

  .row-cols-sm-6>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.6666666667%
  }
}

@media only screen and (min-width:480px) {
  .row-cols-sm-u-2>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%
  }
}

@media only screen and (min-width:768px) {
  .col-md {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%
  }

  .row-cols-md-auto>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto
  }

  .row-cols-md-1>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%
  }

  .row-cols-md-2>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%
  }

  .row-cols-md-3>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.3333333333%
  }

  .row-cols-md-4>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%
  }

  .row-cols-md-5>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 20%
  }

  .row-cols-md-6>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.6666666667%
  }
}

@media only screen and (min-width:992px) {
  .col-lg {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%
  }

  .row-cols-lg-auto>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto
  }

  .row-cols-lg-1>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%
  }

  .row-cols-lg-2>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%
  }

  .row-cols-lg-3>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.3333333333%
  }

  .row-cols-lg-4>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%
  }

  .row-cols-lg-5>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 20%
  }

  .row-cols-lg-6>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.6666666667%
  }
}

@media only screen and (min-width:1200px) {
  .col-xl {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%
  }

  .row-cols-xl-auto>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto
  }

  .row-cols-xl-1>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%
  }

  .row-cols-xl-2>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%
  }

  .row-cols-xl-3>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.3333333333%
  }

  .row-cols-xl-4>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%
  }

  .row-cols-xl-5>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 20%
  }

  .row-cols-xl-6>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.6666666667%
  }
}

@media only screen and (min-width:1600px) {
  .col-xxl {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%
  }

  .row-cols-xxl-auto>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto
  }

  .row-cols-xxl-1>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%
  }

  .row-cols-xxl-2>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%
  }

  .row-cols-xxl-3>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.3333333333%
  }

  .row-cols-xxl-4>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%
  }

  .row-cols-xxl-5>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 20%
  }

  .row-cols-xxl-6>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.6666666667%
  }
}

.col-auto {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto
}

.col-1 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 8.33333333%
}

.col-2 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 16.66666667%
}

.col-3 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 25%
}

.col-4 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 33.33333333%
}

.col-5 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 41.66666667%
}

.col-6 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 50%
}

.col-7 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 58.33333333%
}

.col-8 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 66.66666667%
}

.col-9 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 75%
}

.col-10 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 83.33333333%
}

.col-11 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 91.66666667%
}

.col-12 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 100%
}

@media only screen and (min-width:576px) {
  .col-sm-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto
  }

  .col-sm-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 8.33333333%
  }

  .col-sm-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.66666667%
  }

  .col-sm-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%
  }

  .col-sm-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.33333333%
  }

  .col-sm-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 41.66666667%
  }

  .col-sm-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%
  }

  .col-sm-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 58.33333333%
  }

  .col-sm-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 66.66666667%
  }

  .col-sm-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 75%
  }

  .col-sm-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 83.33333333%
  }

  .col-sm-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 91.66666667%
  }

  .col-sm-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%
  }
}

@media only screen and (min-width:768px) {
  .col-md-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto
  }

  .col-md-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 8.33333333%
  }

  .col-md-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.66666667%
  }

  .col-md-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%
  }

  .col-md-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.33333333%
  }

  .col-md-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 41.66666667%
  }

  .col-md-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%
  }

  .col-md-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 58.33333333%
  }

  .col-md-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 66.66666667%
  }

  .col-md-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 75%
  }

  .col-md-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 83.33333333%
  }

  .col-md-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 91.66666667%
  }

  .col-md-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%
  }
}

@media only screen and (min-width:992px) {
  .col-lg-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto
  }

  .col-lg-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 8.33333333%
  }

  .col-lg-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.66666667%
  }

  .col-lg-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%
  }

  .col-lg-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.33333333%
  }

  .col-lg-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 41.66666667%
  }

  .col-lg-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%
  }

  .col-lg-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 58.33333333%
  }

  .col-lg-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 66.66666667%
  }

  .col-lg-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 75%
  }

  .col-lg-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 83.33333333%
  }

  .col-lg-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 91.66666667%
  }

  .col-lg-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%
  }

  .offset-lg-6 {
    margin-left: 50%
  }
}

@media only screen and (min-width:1200px) {
  .col-xl-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto
  }

  .col-xl-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 8.33333333%
  }

  .col-xl-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.66666667%
  }

  .col-xl-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%
  }

  .col-xl-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.33333333%
  }

  .col-xl-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 41.66666667%
  }

  .col-xl-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%
  }

  .col-xl-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 58.33333333%
  }

  .col-xl-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 66.66666667%
  }

  .col-xl-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 75%
  }

  .col-xl-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 83.33333333%
  }

  .col-xl-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 91.66666667%
  }

  .col-xl-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%
  }
}

@media only screen and (min-width:1400px) {
  .col-xxl-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto
  }

  .col-xxl-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 8.33333333%
  }

  .col-xxl-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.66666667%
  }

  .col-xxl-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%
  }

  .col-xxl-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.33333333%
  }

  .col-xxl-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 41.66666667%
  }

  .col-xxl-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%
  }

  .col-xxl-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 58.33333333%
  }

  .col-xxl-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 66.66666667%
  }

  .col-xxl-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 75%
  }

  .col-xxl-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 83.33333333%
  }

  .col-xxl-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 91.66666667%
  }

  .col-xxl-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%
  }
}

@media only screen and (max-width:767px) {
  .row {
    margin-right: -10px;
    margin-left: -10px
  }

  .row>* {
    padding-right: 10px;
    padding-left: 10px
  }
}

@media only screen and (max-width:479px) {
  .row {
    margin-right: -8px;
    margin-left: -8px
  }

  .row>* {
    padding-right: 8px;
    padding-left: 8px
  }
}

.row-reverse {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse
}

@media only screen and (max-width:991px) {
  .row-md-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse
  }
}

.d-none {
  display: none !important
}

.display-block {
  display: block
}

@media only screen and (min-width:1200px) {
  .d-xl-block {
    display: block !important
  }

  .d-xl-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
  }
}

@media only screen and (min-width:992px) {
  .d-lg-block {
    display: block !important
  }

  .d-lg-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important
  }
}

@media only screen and (min-width:768px) {
  .d-md-block {
    display: block !important
  }

  .d-md-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
  }
}

@media only screen and (max-width:1199px) {
  .d-xl-none {
    display: none
  }

  .col-md-order {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
  }
}

@media only screen and (max-width:991px) {
  .d-md-2-none {
    display: none
  }

  .d-md-2-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
  }

  .col-md-2-order {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
  }
}

@media only screen and (max-width:767px) {
  .d-sm-none {
    display: none
  }

  .d-sm-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
  }

  .col-sm-order {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
  }
}

@media only screen and (max-width:575px) {
  .d-sm-2-none {
    display: none
  }

  .d-sm-2-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
  }

  .col-sm-2-order {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
  }
}

.header__transparent {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: 9
}

.visually-hidden {
  position: absolute !important;
  overflow: hidden;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  word-wrap: normal !important
}

.section__heading--maintitle {
  position: relative;
  padding-bottom: 0rem;
  font-size: 2rem;
  text-align: left;
}

.section__heading--maintitle.style2::before {
  width: 13rem;
  height: .2rem;
  background: var(--secondary-color)
}

.primary__btn {
  font-size: 1.4rem;
  font-weight: var(--body-line-height);
  line-height: 3.5rem;
  display: inline-block;
  height: 3.5rem;
  padding: 0 1.8rem;
  letter-spacing: .2px;
  border-radius: .3rem;
  background: var(--secondary-color);
  color: var(--white-color);
  border: 0
}

.primary__btn:hover {
  background: var(--primary-color);
  color: var(--white-color)
}

@media only screen and (min-width:768px) {
  .primary__btn {
    font-size: 1.5rem;
    line-height: 4rem;
    height: 4rem;
    padding: 0 2rem
  }
}

@media only screen and (min-width:992px) {
  .primary__btn {
    font-size: 1.6rem;
    line-height: 4.5rem;
    height: 4.5rem
  }
}

@media only screen and (min-width:1200px) {
  .primary__btn {
    font-size: 1.7rem;
    line-height: 4.8rem;
    height: 4.8rem;
    padding: 0 2.3rem
  }
}

@media only screen and (min-width:1600px) {


  .primary__btn {
    font-size: 1.8rem;
    line-height: 5.2rem;
    height: 5.2rem;
    padding: 0 2.5rem
  }
}


.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch
}

.swiper__nav--btn {
  width: 4rem;
  height: 4rem;
  background: var(--secondary-color);
  border-radius: 50%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: var(--transition);
  transition: var(--transition)
}

@media only screen and (max-width:767px) {
  .swiper__nav--btn {
    width: 3.5rem;
    height: 3.5rem
  }
}

.swiper__nav--btn:hover {
  background: var(--primary-color)
}

.swiper__nav--btn::after {
  background: url(../img/left-arrow-angle.png);
  width: 9px;
  height: 17px;
  font-size: 0
}

.swiper__nav--btn.swiper-button-prev {
  left: 0
}

.swiper__nav--btn.swiper-button-next {
  right: 0
}

.swiper__nav--btn.swiper-button-next::after {
  background: url(../img/right-arrow-angle.png)
}

/* .swiper-pagination{bottom:0!important} */
/* .swiper-pagination-bullet{width:1.5rem;height:1.5rem;border:1px solid var(--secondary-color);
            background:var(--white-color);opacity:1;vertical-align:middle;
            -webkit-transition:var(--transition);transition:var(--transition)}
            .swiper-pagination-bullet.swiper-pagination-bullet-active{background:var(--secondary-color);
                width:1.8rem;height:1.8rem}label{display:block;-webkit-transition:var(--transition); */
transition:var(--transition)
}

select {
  word-wrap: normal;
  font-family: var(--font-lato);
  font-size: var(--body-font-size);
  font-weight: var(--body-font-weight);
  line-height: var(--body-line-height)
}

#scroll__top {
  position: fixed;
  bottom: 80px;
  right: 25px;
  z-index: 99;
  outline: 0;
  background-color: var(--secondary-color);
  color: var(--white-color);
  -webkit-box-shadow: 0 2px 22px rgba(0, 0, 0, .16);
  box-shadow: 0 2px 22px rgba(0, 0, 0, .16);
  cursor: pointer;
  -webkit-transform: translateY(50px);
  transform: translateY(50px);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: .3s;
  transition: .3s;
  line-height: 1;
  width: 4.3rem;
  height: 4.3rem;
  line-height: 1;
  border-radius: 50%;
  border: 0
}

#scroll__top:hover {
  background: var(--primary-color)
}

#scroll__top.active {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0)
}

#scroll__top svg {
  width: 25px;
  line-height: 1
}

.text-center {
  text-align: center
}

.text-left {
  text-align: left
}

.text-right {
  text-align: right
}

.overflow-hidden {
  overflow: hidden
}

.break {
  word-break: break-word
}

.uppercase {
  text-transform: uppercase
}

.capitalize {
  text-transform: capitalize
}

.text-white {
  color: var(--white-color)
}

.text-ofwhite {
  color: var(--ofwhite-color)
}

.text-black {
  color: var(--black-color)
}

.body__background {
  background: var(----gray-color)
}

.bg__primary {
  background: var(--primary-color)
}


.bg__secondary {

  background: var(--secondary-color)
}


.bg__gray--color {
  background: var(--bg-gray-color)
}

.bg__white {
  background: var(--white-color)
}

.bg__black {
  background: #1d1c1c
}

.text__primary {
  color: var(--primary-color)
}

.text__secondary {
  color: var(--secondary-color)
}

.text__secondary2 {
  color: var(--secondary-color)
}

.position__relative {
  position: relative
}

.border-bottom {
  border-bottom: 1px solid var(--border-color)
}

.border {
  border: 1px solid var(--border-color)
}

.border-0 {
  border: none
}

.border-radius-5 {
  border-radius: .5rem
}

.border-radius-10 {
  border-radius: 1rem
}

.border-radius-50 {
  border-radius: 50%
}

.width-100 {
  width: 100%
}

@media only screen and (max-width:991px) {
  .md-width-100 {
    width: 100%
  }
}

.tab_content {
  display: block
}

.tab_pane {
  display: none;
  -webkit-transition: var(--transition);
  transition: var(--transition)
}

.tab_pane:not(.show) {
  opacity: 0
}

.tab_pane.show {
  opacity: 1
}

.tab_pane.active {
  display: block
}

.mobile_menu_open,
.offCanvas__minicart_active,
.offcanvas__filter--sidebar_active,
.predictive__search--box_active,
body.overlay__active {
  overflow-y: hidden
}

.mobile_menu_open::before,
.offCanvas__minicart_active::before,
.offcanvas__filter--sidebar_active::before,
.predictive__search--box_active::before,
body.overlay__active::before {
  position: absolute;
  content: "";
  background: #000;
  width: 100%;
  height: 100%;
  z-index: 999;
  opacity: .5;
  cursor: crosshair
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0)
  }

  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0)
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0)
  }

  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}

.animate-fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0)
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0)
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp
}

.section--padding {
  padding-top: 6rem;
  padding-bottom: 6rem
}

@media only screen and (min-width:768px) {
  .section--padding {
    padding-top: 7rem;
    padding-bottom: 7rem
  }
}

@media only screen and (min-width:992px) {
  .section--padding {
    padding-top: 8rem;
    padding-bottom: 8rem
  }
}

@media only screen and (min-width:1200px) {
  .section--padding {
    padding-top: 9rem;
    padding-bottom: 9rem
  }
}

.section--nargin {
  margin-top: 6rem;
  margin-bottom: 6rem
}

@media only screen and (min-width:768px) {
  .section--nargin {
    margin-top: 8rem;
    margin-bottom: 8rem
  }
}

@media only screen and (min-width:992px) {
  .section--nargin {
    margin-top: 9rem;
    margin-bottom: 9rem
  }
}

@media only screen and (min-width:1200px) {
  .section--nargin {
    margin-top: 10rem;
    margin-bottom: 10rem
  }
}

.p-0 {
  padding: 0
}

.pt-0 {
  padding-top: 0
}

.pb-0 {
  padding-bottom: 0
}

.m-0 {
  margin: 0
}

.mt-0 {
  margin-top: 0
}

.mb-0 {
  margin-bottom: 0
}

.mb-60 {
  margin-bottom: 3.5rem
}

@media only screen and (min-width:768px) {
  .mb-60 {
    margin-bottom: 4rem
  }
}

@media only screen and (min-width:992px) {
  .mb-60 {
    margin-bottom: 6rem
  }
}

.mb-55 {
  margin-bottom: 3.5rem
}

@media only screen and (min-width:992px) {
  .mb-55 {
    margin-bottom: 5.5rem
  }
}

.mb-50 {
  margin-bottom: 2.8rem
}

@media only screen and (min-width:768px) {
  .mb-50 {
    margin-bottom: 3rem
  }
}

@media only screen and (min-width:1200px) {
  .mb-50 {
    margin-bottom: 4rem
  }
}

@media only screen and (min-width:1600px) {
  .mb-50 {
    margin-bottom: 5rem
  }
}

.mb-40 {
  margin-bottom: 2.5rem
}

@media only screen and (min-width:992px) {
  .mb-40 {
    margin-bottom: 3rem
  }
}

@media only screen and (min-width:1600px) {
  .mb-40 {
    margin-bottom: 4rem
  }
}

.mb--n40 {
  margin-bottom: -2.5rem
}

@media only screen and (min-width:992px) {
  .mb--n40 {
    margin-bottom: -2rem
  }
}

@media only screen and (min-width:1600px) {
  .mb--n40 {
    margin-bottom: -4rem
  }
}

.mb-35 {
  margin-bottom: 2rem
}

@media only screen and (min-width:1200px) {
  .mb-35 {
    margin-bottom: 2.5rem
  }
}

@media only screen and (min-width:1200px) {
  .mb-35 {
    margin-bottom: 3rem
  }
}

@media only screen and (min-width:1600px) {
  .mb-35 {
    margin-bottom: 3.5rem
  }
}

.mb-30 {
  margin-bottom: 2.5rem
}

@media only screen and (min-width:1366px) {
  .mb-30 {
    margin-bottom: 3rem
  }
}

.mb--n30 {
  margin-bottom: -2.5rem
}

@media only screen and (min-width:1366px) {
  .mb--n30 {
    margin-bottom: -3rem
  }
}

.mb-28 {
  margin-bottom: 2.8rem
}

.mb--n28 {
  margin-bottom: -2.8rem
}

.mb-25 {
  margin-bottom: 1.8rem
}

@media only screen and (min-width:992px) {
  .mb-25 {
    margin-bottom: 2.5rem
  }
}

.mb-20 {
  margin-bottom: 1.5rem
}

@media only screen and (min-width:768px) {
  .mb-20 {
    margin-bottom: 2rem
  }
}

.mb-15 {
  margin-bottom: 1rem
}

@media only screen and (min-width:1200px) {
  .mb-15 {
    margin-bottom: 1.5rem
  }
}

.mb-12 {
  margin-bottom: 1rem
}

@media only screen and (min-width:992px) {
  .mb-12 {
    margin-bottom: 1.2rem
  }
}

.mb-10 {
  margin-bottom: .8rem
}

@media only screen and (min-width:992px) {
  .mb-10 {
    margin-bottom: 1rem
  }
}

.mb-8 {
  margin-bottom: .8rem
}

.mb-5 {
  margin-bottom: .5rem
}

.mr-30 {
  margin-right: 3rem
}

.offcanvas__header--menu__open {
  line-height: 1;
  display: none
}

.offcanvas__header--menu__open--btn>* {
  pointer-events: none
}

@media only screen and (max-width:991px) {
  .offcanvas__header--menu__open {
    display: block
  }
}

.offcanvas__header--menu__open--svg {
  width: 32px
}

.offcanvas__header {
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 300px;
  height: 100vh;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  background-color: var(--white-color);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .15);
  box-shadow: 0 0 10px rgba(0, 0, 0, .15);
  opacity: 0;
  visibility: hidden
}

@media only screen and (min-width:480px) {
  .offcanvas__header {
    max-width: 320px
  }
}

.offcanvas__header.open {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
  visibility: visible
}

.offcanvas__header.open~.offcanvas-overlay {
  visibility: visible;
  opacity: .75
}

.offcanvas-overlay {
  position: fixed;
  z-index: 9998;
  top: 0;
  left: 0;
  visibility: hidden;
  width: 100%;
  height: 100%;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  opacity: 0;
  background-color: var(--black-color)
}

.offcanvas__inner {
  position: relative;
  height: 100%
}

.offcanvas__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 20px 15px
}

.offcanvas__close--btn {
  position: relative;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  width: 2rem;
  height: 2rem;
  padding: 0;
  text-indent: -9999px;
  border: none;
  background-color: transparent
}

.offcanvas__close--btn::after,
.offcanvas__close--btn::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 2px;
  margin-top: -1px;
  content: "";
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  background-color: var(--black-color)
}

.offcanvas__close--btn::after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg)
}

.offcanvas__menu {
  overflow-y: auto;
  height: 100%
}

.offcanvas__menu_ul {
  overflow: auto;
  margin: 0;
  padding: 0;
  list-style: none;
  max-height: 300px
}

.offcanvas__menu_li {
  position: relative;
  border-bottom: 1px solid var(--border-color2)
}

.offcanvas__menu_li:first-child {
  border-top: 1px solid var(--border-color2)
}

.offcanvas__menu_item {
  line-height: 1;
  display: block;
  padding: 15px 20px;
  text-transform: uppercase
}

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

.offcanvas__sub_menu_li {
  position: relative;
  border-top: 1px solid var(--border-color2)
}

.offcanvas__sub_menu_item {
  line-height: 1;
  display: block;
  padding: 15px 0 15px 30px
}

.offcanvas__sub_menu_item~.offcanvas__sub_menu .offcanvas__sub_menu_item {
  padding-left: 40px
}

.offcanvas__sub_menu_toggle {
  font-size: 20px;
  position: absolute;
  z-index: 9;
  top: 0;
  right: 0;
  width: 4rem;
  height: 4.6rem;
  padding: 0;
  border: none;
  border-radius: 0;
  background-color: transparent
}

.offcanvas__sub_menu_toggle::after,
.offcanvas__sub_menu_toggle::before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 12px;
  height: 2px;
  content: "";
  -webkit-transition: var(--transition);
  transition: var(--transition);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  background-color: var(--black-color)
}

.offcanvas__sub_menu_toggle:not(.active)::after {
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(90deg);
  transform: translateX(-50%) translateY(-50%) rotate(90deg)
}

.offcanvas__account--items {
  padding: 28px 17px 20px
}

.offcanvas__account--items__icon {
  width: 3rem;
  height: 3rem;
  text-align: center;
  background: var(--secondary-color);
  line-height: 2.8rem;
  border-radius: 50%;
  color: var(--white-color)
}

.offcanvas__account--items__label {
  font-size: 1.5rem;
  font-weight: 600;
  margin-left: 6px
}

.offcanvas__language--switcher {
  font-weight: 500;
  font-family: var(--font-poppins)
}

.offcanvas__language--switcher>* {
  pointer-events: none
}

.offcanvas__dropdown--language {
  position: absolute;
  z-index: 9;
  width: 100px;
  -webkit-box-shadow: 0 5px 30px rgba(0, 0, 0, .1);
  box-shadow: 0 5px 30px rgba(0, 0, 0, .1);
  bottom: 100%;
  opacity: 0;
  visibility: hidden;
  margin-bottom: 15px;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  background: var(--white-color)
}

.offcanvas__dropdown--language.active {
  opacity: 1;
  visibility: visible;
  margin-bottom: 8px
}

.offcanvas__account--currency {
  position: relative;
  padding: 0 17px
}

.offcanvas__account--currency__menu {
  font-family: var(--font-poppins);
  font-weight: 500
}

.offcanvas__account--currency__menu>* {
  pointer-events: none
}

.offcanvas__account--currency__submenu {
  position: absolute;
  z-index: 9;
  width: 100px;
  -webkit-box-shadow: 0 5px 30px rgba(0, 0, 0, .1);
  box-shadow: 0 5px 30px rgba(0, 0, 0, .1);
  bottom: 100%;
  opacity: 0;
  visibility: hidden;
  margin-bottom: 15px;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  background: var(--white-color)
}

.offcanvas__account--currency__submenu.active {
  opacity: 1;
  visibility: visible;
  margin-bottom: 8px
}

.offcanvas__stikcy--toolbar {
  position: fixed;
  bottom: 0;
  background: var(--white-color);
  left: 0;
  right: 0;
  z-index: 99;
  -webkit-box-shadow: 0 0 9px rgba(0, 0, 0, .12);
  box-shadow: 0 0 9px rgba(0, 0, 0, .12);
  padding: 10px 20px;
  display: none
}

@media only screen and (min-width:500px) {
  .offcanvas__stikcy--toolbar {
    padding: 10px 40px
  }
}

@media only screen and (min-width:768px) {
  .offcanvas__stikcy--toolbar {
    padding: 10px 60px
  }
}

@media only screen and (max-width:991px) {
  .offcanvas__stikcy--toolbar {
    display: block
  }
}

.offcanvas__stikcy--toolbar__btn {
  position: relative;
  text-align: center
}

.offcanvas__stikcy--toolbar__btn>* {
  pointer-events: none
}

.offcanvas__stikcy--toolbar__btn:hover .offcanvas__stikcy--toolbar__icon {
  background: var(--primary-color);
  color: var(--white-color)
}

.offcanvas__stikcy--toolbar__icon {
  width: 3rem;
  height: 3rem;
  line-height: 2.8rem;
  text-align: center;
  background: var(--secondary-color);
  border-radius: 50%;
  color: var(--white-color)
}

.offcanvas__stikcy--toolbar__label {
  display: block;
  font-size: 1.2rem;
  font-weight: 600;
  margin-top: 6px
}

.header__sticky.sticky {
  position: fixed;
  width: 100%;
  top: 0;
  background: var(--white-color);
  left: 0;
  z-index: 99;
  padding: 1.5rem 0;
  -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, .15);
  box-shadow: 0 0 7px rgba(0, 0, 0, .15);
  -webkit-transition: .3s;
  transition: .3s
}

.header__sticky.sticky .header__sticky--block {
  display: block !important
}

.header__sticky.sticky .header__sticky--none {
  display: none !important
}

@media only screen and (max-width:991px) {
  .header__sticky.sticky .header__menu.header__sticky--block {
    display: none !important
  }
}

.header__sticky .header__sticky--block {
  display: none !important
}

.header__topbar {
  padding: 1rem 0
}

@media only screen and (min-width:992px) {
  .header__topbar {
    padding: 1.2rem 0
  }
}

@media only screen and (min-width:1600px) {
  .header__topbar {
    padding: 1.7rem 0
  }
}

/* @media only screen and (max-width:991px) {
  .header__topbar--inner {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important
  }
} */

.main__logo--title {
  line-height: 2rem
}

@media only screen and (max-width:575px) {
  .header__shipping--wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }
}

.header__shipping--text {
  font-size: 1.2rem;
  line-height: 2.2rem;
  margin-right: 1.5rem;
  padding-right: 1.5rem;
  position: relative
}

@media only screen and (max-width:767px) {
  .header__shipping--text {
    text-align: center
  }
}

@media only screen and (min-width:992px) {
  .header__shipping--text {
    font-size: 1.3rem;
    line-height: 2.4rem
  }
}

@media only screen and (max-width:575px) {
  .header__shipping--text {
    margin-right: 0;
    padding-right: 0
  }

  .header__shipping--text:last-child {
    margin-bottom: 0
  }
}

.header__shipping--text:last-child {
  margin-right: 0;
  padding-right: 0
}

.header__shipping--text:last-child::before {
  display: none
}

.header__shipping--text::before {
  position: absolute;
  content: "";
  width: .1rem;
  height: 100%;
  background: var(--white-color);
  right: 0;
  top: 50%;
  -webkit-transform: translatey(-50%);
  transform: translatey(-50%)
}

@media only screen and (max-width:575px) {
  .header__shipping--text::before {
    display: none
  }
}

.header__shipping--text__icon {
  margin-right: .5rem
}

.header__shipping--text__link:hover {
  color: var(--primary-color)
}

.header__discount--text {
  font-size: 1.6rem
}

@media only screen and (min-width:992px) {
  .header__discount--text {
    font-size: 1.6rem
  }
}

@media only screen and (min-width:1200px) {
  .header__discount--text {
    font-size: 1.7rem
  }
}

@media only screen and (min-width:1600px) {
  .header__discount--text {
    font-size: 1.8rem
  }
}

.header__discount--icon__img {
  vertical-align: middle;
  margin-right: .4rem
}

/* @media only screen and (max-width:991px) {
  .language__currency {
    padding: 5px 20px
  }
} */

.language__currency--list {
  position: relative;
  margin-right: 1.5rem;
  padding-right: 1.5rem
}

.language__currency--list:last-child {
  margin-right: 0;
  padding-right: 0
}

.language__currency--list:last-child::before {
  display: none
}

.language__currency--list::before {
  position: absolute;
  content: "";
  width: 1px;
  height: 100%;
  background: #c9c9c9;
  right: 0;
  top: 0
}

.language__switcher {
  font-size: 1.3rem;
  font-weight: 500;
}

.language__switcher>* {
  pointer-events: none
}

@media only screen and (min-width:992px) {
  .language__switcher {
    font-size: 1.4rem;
    line-height: 2.4rem
  }
}

.language__switcher--icon__img {
  vertical-align: middle;
  margin-right: 3px
}

.language__switcher:hover {
  color: var(--primary-color)
}

.language__switcher:hover span {
  color: var(--primary-color)
}

.language__switcher:hover svg {
  color: var(--primary-color)
}

.language__switcher svg {
  -webkit-transition: var(--transition);
  transition: var(--transition)
}

.dropdown__language {
  position: absolute;
  z-index: 9;
  width: 100px;
  -webkit-box-shadow: 0 5px 30px rgba(0, 0, 0, .1);
  box-shadow: 0 5px 30px rgba(0, 0, 0, .1);
  top: 100%;
  opacity: 0;
  visibility: hidden;
  margin-top: 28px;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  background: var(--white-color)
}

.dropdown__language.active {
  opacity: 1;
  visibility: visible;
  margin-top: 17px
}

.language__items:last-child .language__text {
  border-bottom: 0
}

.language__text {
  display: block;
  font-size: 1.4rem;
  padding: 10px 14px;
  background: var(--gray-color2);
  border-bottom: 1px solid var(--border-color2)
}

.language__text:hover {
  background: var(--primary-color);
  color: var(--white-color);
  border-color: var(--primary-color)
}

.account__currency {
  margin-right: 25px;
  position: relative
}

@media only screen and (min-width:1200px) {
  .account__currency {
    margin-right: 32px
  }
}

.account__currency--link {
  font-size: 1.5rem
}

.account__currency--link>* {
  pointer-events: none
}

@media only screen and (min-width:992px) {
  .account__currency--link {
    font-size: 1.6rem;
    line-height: 2.4rem
  }
}

.account__currency--link:hover {
  color: var(--primary-color)
}

.account__currency--link:hover span {
  color: var(--primary-color)
}

.account__currency--link:hover svg {
  color: var(--primary-color)
}

.account__currency--link svg {
  -webkit-transition: var(--transition);
  transition: var(--transition)
}

.dropdown__currency {
  position: absolute;
  z-index: 9;
  width: 100px;
  -webkit-box-shadow: 0 5px 30px rgba(0, 0, 0, .1);
  box-shadow: 0 5px 30px rgba(0, 0, 0, .1);
  top: 100%;
  opacity: 0;
  visibility: hidden;
  margin-top: 28px;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  background: var(--white-color)
}

.dropdown__currency.active {
  opacity: 1;
  visibility: visible;
  margin-top: 17px
}

.currency__items:last-child .currency__text {
  border-bottom: 0
}

.currency__text {
  display: block;
  font-size: 1.4rem;
  padding: 1rem 1.4rem;
  background: var(--gray-color2);
  border-bottom: 1px solid var(--border-color2)
}

.currency__text:hover {
  background: var(--primary-color);
  color: var(--white-color);
  border-color: var(--primary-color)
}

.main__header {
  padding: 1rem 0
}


@media only screen and (min-width:768px) {
  .main__header {
    padding: 1.5rem 0
  }
}

@media only screen and (min-width:992px) {
  .main__header {
    padding: 1.2rem 0
  }
}

.main__logo--img {
  max-width: 95px
}

@media only screen and (min-width:480px) {
  .main__logo--img {
    max-width: 155px
  }
}

@media only screen and (min-width:768px) {
  .main__logo--img {
    max-width: 95%
  }
}

.header__search--form {
  border-radius: 23px;
  /* border: 1px solid #c4ebd4; */
  border: 1px solid #6abd8a;
  /* border:1px solid #e7e7e7;   */
  background-color: #f8f8f8;
  /* box-shadow: rgba(0, 0, 0, 0.06) 0px 4px 8px; */
}

.select {
  position: relative
}

.select::before {
  font-family: "FontAwesome";
  content: "\f601";
  /* border-bottom:2px solid var(--black-color);
              border-right:2px solid var(--black-color); */

  display: block;
  height: 7px;
  margin-top: -4px;
  pointer-events: none;
  position: absolute;
  right: 18px;
  top: 30%;
  width: 7px;
  opacity: .7
}


.header__select--inner {
  border: 0;
  background: #f8f8f8;
  height: 4rem;
  padding: 0 3.3rem 0 1.8rem;
  -webkit-appearance: none;
  font-size: 1.3rem;
  color: var(--text-gray-color)
}

@media only screen and (min-width:1200px) {
  .header__select--inner {
    padding: 0 4.3rem 0 2rem
  }
}

.header__search--box {
  position: relative;
  width: 30rem;
  background: #f8f8f8;
  border-radius: 0 23px 23px 0;
}

@media only screen and (min-width:992px) {
  .header__search--box {
    width: 25rem
  }
}

@media only screen and (min-width:1200px) {
  .header__search--box {
    width: 32rem
  }
}

@media only screen and (min-width:1600px) {
  .header__search--box {
    width: 50.5rem
  }
}

@media only screen and (min-width:1900px) {
  .header__search--box {
    width: 59.5rem
  }
}

.header__search--input {
  width: 100%;
  border: 0;
  border-left: 1px solid var(--border-color);
  height: 4rem;
  background: #f8f8f8;
  padding: 0 1rem 0 2.2rem;
  font-size: 1.3rem;
  color: var(--text-gray-color)
}

.header__search--input:focus::-webkit-input-placeholder {
  color: #000
}

@media only screen and (min-width:1200px) {
  .header__search--input {
    padding: 0 7rem 0 2.2rem
  }
}

.header__search--button {
  border: 0;
  position: absolute;
  top: -1px;
  right: -1px;
  border-radius: 0 23px 23px 0;
  height: 102%;
  padding: 0 1.5rem;
  line-height: 2rem;
  background: transparent
}

/* .header__search--button:hover{background:#fff} */
*/ .header__account--items {
  margin-right: 2rem
}

.header__account--items:last-child {
  margin-right: 0;
  margin-top: 4px;
}

@media only screen and (min-width:992px) {
  .header__account--items {
    margin-right: 2rem
  }
}

@media only screen and (min-width:1200px) {
  .header__account--items {
    margin-right: 3rem
  }
}

@media only screen and (max-width:575px) {
  .header__account--items {
    margin-right: 1rem;
    margin-top: 6px;
  }

.catslider {
    height: 55px !important;
}
.facility h5{
  font-size: 11px;
  line-height: 1rem;
}
.facility p {
   
    font-size: 8px;
}
}

@media only screen and (min-width:992px) {
  .header__account--search__items.mobile__d--block {
    display: none
  }
}

.header__account--btn {
  position: relative;
  color: #2d2d2d;
  text-align: center
}

.header__account--btn>* {
  pointer-events: none
}

.header__account--btn:hover {
  color: var(--secondary-color)
}

.header__account--btn__text {
  display: block;
  margin-top: .1rem;
  font-size: 1.6rem;
  line-height: 2.4rem
}

@media only screen and (min-width:1200px) {
  .header__account--btn__text {
    font-size: 1.5rem
  }
}

@media only screen and (max-width:575px) {
  .header__account--btn__text {
    display: none
  }
}

.search__open--btn>* {
  pointer-events: none
}

.items__count {
  position: absolute;
  right: -.5rem;
  top: -1.3rem;
  width: 2rem;
  height: 2rem;
  font-size: 1rem;
  line-height: 2rem;
  background: var(--secondary-color);
  text-align: center;
  border-radius: 50%;
  color: var(--white-color)
}

@media only screen and (min-width:992px) {
  .items__count {
    right: -.2rem;
    top: -1rem
  }
}

.items__count.style2 {
  right: -.7rem
}

@media only screen and (min-width:992px) {
  .items__count.style2 {
    right: -1.4rem
  }
}

.items__count.wishlist {
  top: -1rem;
  right: .5rem
}

.items__count.wishlist.style2 {
  right: -1rem
}

.predictive__search--title {
  margin-bottom: 15px
}

@media only screen and (min-width:768px) {
  .predictive__search--title {
    margin-bottom: 20px
  }
}


@media only screen and (min-width:992px) {
  .predictive__search--title {
    margin-bottom: 30px
  }
}

.predictive__search--box {
  background: var(--white-color);
  -webkit-box-shadow: 0 -4px 27px rgba(62, 70, 120, .16);
  box-shadow: 0 -4px 27px rgba(62, 70, 120, .16);
  position: relative;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  opacity: 0;
  visibility: hidden;
  z-index: 999;
  -webkit-transition: all .3s ease 0s;
  transition: all .3s ease 0s;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%)
}

.predictive__search--box.active {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  transform: translateY(0)
}

.predictive__search--box__inner {
  padding: 20px 16px;
  text-align: center
}

@media only screen and (min-width:576px) {
  .predictive__search--box__inner {
    padding: 22px 50px
  }
}

@media only screen and (min-width:768px) {
  .predictive__search--box__inner {
    padding: 30px 80px
  }
}

@media only screen and (min-width:992px) {
  .predictive__search--box__inner {
    padding: 30px 150px
  }
}

.predictive__search--form {
  width: 100%;
  position: relative
}

.predictive__search--input {
  width: 100%;
  height: 5rem;
  border: 1px solid var(--border-color2);
  padding: 0 80px 0 15px;
  font-size: 1.6rem;
  font-weight: 400;
  border-radius: 5px
}

.predictive__search--input:focus {
  border-color: var(--secondary-color)
}

.predictive__search--input:focus::-webkit-input-placeholder {
  color: #000
}

@media only screen and (max-width:576px) {
  .predictive__search--input {
    height: 45px
  }
}

.predictive__search--button {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  padding: 0;
  background: var(--secondary-color);
  border: 0;
  width: 5rem;
  text-align: center;
  color: var(--white-color);
  border-radius: 0 5px 5px 0;
  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
}

.predictive__search--button:hover {
  background: var(--primary-color)
}

@media only screen and (min-width:768px) {
  .predictive__search--button {
    width: 6rem
  }
}

.predictive__search--close__btn {
  position: absolute;
  top: 20px;
  right: 40px;
  padding: 0;
  border: 0;
  background: inherit
}

.predictive__search--close__btn>* {
  pointer-events: none
}

@media only screen and (max-width:576px) {
  .predictive__search--close__btn {
    right: 15px
  }
}

.predictive__search--close__btn:hover {
  color: var(--primary-color);
  -webkit-transform: scale(1.3);
  transform: scale(1.3)
}

@media only screen and (min-width:992px) {
  .header__bottom {
    border-top: 1px solid var(--border-color);
    border-bottom: 1px solid var(--border-color)
  }
}

.header__menu--items {
  margin-right: 2rem;
  position: relative
}

@media only screen and (min-width:992px) {
  .header__menu--items {
    margin-right: 2rem
  }
}

@media only screen and (min-width:1200px) {
  .header__menu--items {
    margin-right: 2rem
  }
}

@media only screen and (min-width:1366px) {
  .header__menu--items {
    margin-right: 2rem
  }
}

@media only screen and (min-width:1600px) {
  .header__menu--items {
    margin-right: 4rem
  }
}

.header__menu--items:last-child {
  margin-right: 0
}

.header__menu--items.style2 {
  margin-right: 2rem
}

@media only screen and (min-width:992px) {
  .header__menu--items.style2 {
    margin-right: 2.5rem
  }
}

@media only screen and (min-width:1200px) {
  .header__menu--items.style2 {
    margin-right: 3rem
  }
}

@media only screen and (min-width:1366px) {
  .header__menu--items.style2 {
    margin-right: 3.5rem
  }
}

@media only screen and (min-width:1600px) {
  .header__menu--items.style2 {
    margin-right: 5rem
  }
}

.header__menu--items:hover .header__menu--link {
  color: var(--secondary-color)
}

.header__menu--items:hover .header__sub--menu {
  visibility: visible;
  margin-top: 0;
  opacity: 1
}

/* .header__menu--items:hover .header__mega--menu{visibility:visible;margin-top:0;opacity:1} */
.header__menu--link {
  font-size: 1.3rem;
  line-height: 2rem;
  padding: 12px 0;
  color: #212121;
}

@media only screen and (min-width:1200px) {
  .header__menu--link {
    font-size: 1.3rem;
    padding: 12px 0
  }
}

@media only screen and (min-width:1600px) {
  .header__menu--link {
    padding: 12px 0
  }
}

.menu__arrowdown--icon {
  margin-left: 2.8px
}

.header__sub--menu {
  position: absolute;
  z-index: 9;
  top: 100%;
  left: 0;
  visibility: hidden;
  width: 220px;
  margin: 0;
  margin-top: 20px;
  padding: 20px;
  list-style: none;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  opacity: 0;
  background-color: var(--white-color);
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, .15);
  box-shadow: 0 10px 20px rgba(0, 0, 0, .15);
  border-radius: 10px
}

.header__sub--menu__link {
  font-size: 1.5rem;
  display: block;
  padding: 10px 0
}

.mega__menu--items {
  position: static
}

.header__mega--menu {
  position: absolute;
  z-index: 9999;
  top: 100%;
  display: none;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  /* width:auto; */
  /* width: auto; */
  /* max-width: 675px; */
  max-width: 100%;
  max-height: calc(100vh - 250px);
  overflow: auto;
  justify-content: flex-start;
  gap: 0;
  width:auto;
  margin: 0;

  list-style: none;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  
  background-color: var(--white-color);
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, .15);
  box-shadow: 0 10px 20px rgba(0, 0, 0, .15);
  border-radius: 4px
}

.header__mega--menu__li {
flex: 1 0 25%;        /* 4 columns */
  box-sizing: border-box;
  padding: 15px;
  min-width: 135px; 
}

.header__mega--menu__li:nth-child(even) {
  background-color: #19875412;
}

.header__mega--subtitle {
  font-weight: 600;
  font-size: 13px;
  margin-bottom: 10px
}

.header__mega--sub__menu--title {
  font-size: 12px;
  padding: 8px 0;
  color: #474646;
  line-height: 19px;
}

.offCanvas__minicart {
  position: fixed;
  width: 310px;
  height: 100%;
  padding: 0px;
  background: var(--white-color);
  z-index: 999;
  right: 0;
  top: 0;
  -webkit-transition: .4s;
  transition: .4s;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  overflow-y: auto;
  -webkit-box-shadow: 0 0 15px rgba(5, 0, 0, .1);
  box-shadow: 0 0 15px rgba(5, 0, 0, .1)
}

.offCanvas__minicart.active {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateX(0);
  transform: translateX(0)
}

@media only screen and (min-width:480px) {
  .offCanvas__minicart {
    width: 375px
  }
}

.minicart__header--top {
  padding: 20px 15px;
  background-color: #f8f8f8;
  border-bottom: 1px solid #eee;
  margin-bottom: 0px;
}

.minicart__header--desc {
  font-size: 1.6rem;
  color: var(--text-gray-color)
}

@media only screen and (min-width:480px) {
  .minicart__header--desc {
    font-size: 1.7rem
  }
}

.minicart__title {
  font-weight: 600
}

.minicart__close--btn {
  padding: 0;
  background: inherit;
  border: 0;
  line-height: 1.5rem;
  color: var(--black-color)
}

.minicart__close--btn>* {
  pointer-events: none
}

.minicart__close--btn:hover {
  color: var(--secondary-color);
  -webkit-transform: scale(1.3);
  transform: scale(1.3)
}

.minicart__close--icon {
  width: 22px
}

.minicart__product {
  margin-bottom: 17px;

}

.minicart__products {
  margin-bottom: 17px;
  max-height: calc(100vh - 270px);
  overflow: auto;
}

.price-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0;
  padding: 0;
  border: unset;
}

.price-box .total {
  font-size: 20px;
}

.price-box .total-value {
  font-size: 23px;
  color: #d11d2b;
  font-weight: 600;
}

.minicart__product--items:not(:last-child) {
  margin-top: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid var(--border-color2);
  margin-bottom: 1px;
}

.minicart__product--items::last-child {
  margin-bottom: 0;
}

@media only screen and (min-width:1600px) {
  .minicart__product--items {
    margin-top: 18px;
    padding-top: 18px
  }
}

.minicart__product--remove {
  border: 0;
  padding: 0;
  background: 0 0;
  font-size: 1.2rem;
  text-transform: uppercase;
  text-decoration: underline;
  font-weight: 700;
  opacity: .7
}

.minicart__product--remove:hover {
  color: var(--secondary-color)
}

.minicart__thumb {
  width: 60px;
  line-height: 1;
  padding: 10px;
  background: #f8f8f8;
}

@media only screen and (min-width:480px) {
  .minicart__thumb {
    width: 80px
  }
}

.minicart__text {
  width: calc(100% - 80px);
  padding-left: 10px
}

@media only screen and (min-width:480px) {
  .minicart__text {
    width: calc(100% - 100px);
    padding-left: 13px
  }
}

.minicart__subtitle {
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 24px;
  margin-bottom: 2px
}

@media only screen and (min-width:480px) {
  .minicart__subtitle {
    font-size: 1.2rem
  }
}

.color__variant {
  font-size: 1.2rem;
  margin-bottom: 4px;
  line-height: 20px;
  color: #606060;
}

.color__variant b {
  color: #000000 !important;
}

.minicart__price {
  margin-bottom: 9px
}

.minicart__quantity {
  margin-right: 15px
}

.quantity__box {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.quantity__value {
  display: inline-block;
  border: 1px solid #e6eaf3;
  margin: 0;
  width: 3.3rem;
  height: 3rem;
  text-align: center;
  padding: 0;
  background: #fff;
  cursor: pointer;
  font-size: 2rem;
  font-weight: 500
}

.quantity__value.decrease {
  margin-right: 0px;
  border-radius: 13px 0 0 13px
}

.quantity__value.increase {
  margin-left: 0px;
  border-radius: 0 13px 13px 0
}

input.quantity__number {
  text-align: center;
  border: none;
  border-top: 1px solid var(--border-color2);
  border-bottom: 1px solid var(--border-color2);
  margin: 0;
  width: 3.3rem;
  height: 3rem
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0
}

.minicart__amount {
  padding: 13px 0;
  border-top: 1px solid var(--border-color2);
  border-bottom: 1px solid var(--border-color2)
}

.minicart__amount_list {
  margin-bottom: 10px
}

.minicart__amount_list:last-child {
  margin-bottom: 0
}

.minicart__conditions {
  padding: 16px 0;
  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
}

@media only screen and (min-width:1600px) {
  .minicart__conditions {
    padding: 20px 0
  }
}

.minicart__conditions--input {
  vertical-align: middle;
  margin-right: 8px
}

.minicart__conditions--label {
  font-weight: 600;
  letter-spacing: .5px;
  color: var(--text-gray-color)
}

.minicart__conditions--link {
  color: var(--secondary-color);
  text-decoration: underline
}

.minicart__conditions--link:hover {
  color: var(--primary-color);
  text-decoration: underline
}

.minicart__button--link {
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 4.5rem;
  height: 4.5rem;
  margin-right: 14px
}

.minicart__button--link:last-child {
  margin-right: 0
}

@media only screen and (min-width:992px) {
  .header__account2--items {
    margin-right: 1.2rem
  }
}

@media only screen and (min-width:1200px) {
  .header__account2--items {
    margin-right: 2rem
  }
}

.header__topbar--style3 {
  padding: 1rem 0;
  border-bottom: 1px solid var(--border-color)
}

.language__currency--list.style3::before {
  position: absolute;
  content: "";
  width: 1px;
  height: 100%;
  background: var(--primary-color);
  right: 0;
  top: 0
}

.header__social--list {
  margin-right: 1.8rem
}

.header__social--list:last-child {
  margin-right: 0
}

.main__header--style3 {
  padding: 1rem 0
}

.product__items--content__title {
  font-size: 1.4rem;
  margin-bottom: 9px;
}

@media only screen and (max-width:767px) {

  .main__header--style3 {
    padding: 2rem 0
  }
}

.header__menu--items.style3 {
  margin-right: 1.8rem
}

@media only screen and (min-width:992px) {
  .header__menu--items.style3 {
    margin-right: 2rem
  }
}

@media only screen and (min-width:1200px) {
  .header__menu--items.style3 {
    margin-right: 2.5rem
  }
}

@media only screen and (min-width:1366px) {
  .header__menu--items.style3 {
    margin-right: 2rem
  }
}

@media only screen and (min-width:1600px) {
  .header__menu--items.style3 {
    margin-right: 3rem
  }
}

.header__menu--items.style3:last-child {
  margin-right: 0
}

.header__mega--menu__li.style3 {
  width: 18%
}

.header__mega--menu__li.style3:last-child {
  width: 28%
}

.mega__menu--banner {
  overflow: hidden
}

.mega__menu--banner:hover .mega__menu--banner__img {
  -webkit-transform: scale(1.04);
  transform: scale(1.04)
}

.mega__menu--banner:hover .mega__menu--banner__text {
  color: var(--secondary-color)
}

.mega__menu--banner__text {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translatex(-50%);
  transform: translateY(-50%) translatex(-50%);
  text-decoration: underline;
  font-size: 1.7rem;
  font-weight: 500;
  padding: 8px 12px;
  color: var(--primary-color);
  background: var(--white-color);
  border-radius: 5px
}

.newsletter__subscribe--style3 .newsletter__subscribe--input {
  background: var(--white-color);
  -webkit-box-shadow: 2px 0 20px rgba(0, 0, 0, .06);
  box-shadow: 2px 0 20px rgba(0, 0, 0, .06)
}

.newsletter__subscribe--style3 .newsletter__subscribe--button:hover {
  background: var(--white-color);
  -webkit-box-shadow: 2px 0 20px rgba(0, 0, 0, .06);
  box-shadow: 2px 0 20px rgba(0, 0, 0, .06)
}

@media only screen and (min-width:768px) {
  .header__topbar--inner.style3 {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
  }
}

.home1__slider--bg {
  background: url(../img/slider/home1-slider1.png);
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center center;
  background-size: cover
}

@media only screen and (max-width:767px) {
  .home1__slider--bg {
    background-position: 0
  }
}

.home1__slider--bg.two {
  background: url(../img/slider/home1-slider2.png);
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center center;
  background-size: cover
}

@media only screen and (max-width:767px) {
  .home1__slider--bg.two {
    background-position: 0
  }
}

.home1__slider--bg.three {
  background: url(../img/slider/home1-slider3.png);
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center center;
  background-size: cover
}

@media only screen and (max-width:767px) {
  .home1__slider--bg.three {
    background-position: 0
  }
}

.hero__slider--items {
  position: relative
}

.hero__slider--items__inner {
  padding: 6rem 0
}

@media only screen and (min-width:768px) {
  .hero__slider--items__inner {
    padding: 6rem 0
  }
}

@media only screen and (min-width:992px) {
  .hero__slider--items__inner {
    padding: 6.5rem 0
  }
}

@media only screen and (min-width:1200px) {
  .hero__slider--items__inner {
    padding: 7rem 0
  }
}

@media only screen and (min-width:1600px) {
  .hero__slider--items__inner {
    padding: 14.7rem 0
  }
}

@media only screen and (max-width:1599px) {
  .slider__content {
    padding-left: 5rem
  }
}

@media only screen and (max-width:1199px) {
  .slider__content {
    padding-left: 5rem
  }
}

@media only screen and (max-width:991px) {
  .slider__content {
    padding-left: 3.5rem
  }
}

@media only screen and (max-width:767px) {
  .slider__content {
    text-align: center;
    padding-left: 0
  }
}

.slider__content.center {
  padding-left: 0
}

.slider__content--maintitle {
  margin-bottom: 2rem
}

@media only screen and (min-width:768px) {
  .slider__content--maintitle {
    margin-bottom: 1.3rem
  }
}

@media only screen and (min-width:992px) {
  .slider__content--maintitle {
    margin-bottom: 1.5rem
  }
}

@media only screen and (min-width:1600px) {
  .slider__content--maintitle {
    margin-bottom: 1.8rem
  }
}

.slider__content--desc {
  font-size: 1.6rem;
  line-height: 2.5rem
}

@media only screen and (min-width:992px) {
  .slider__content--desc {
    font-size: 1.7rem;
    line-height: 2.8rem
  }
}

@media only screen and (min-width:1600px) {
  .slider__content--desc {
    font-size: 1.8rem;
    line-height: 3.1rem
  }
}

.slider__content--desc.desc1 {
  font-weight: 500
}

@media only screen and (max-width:1199px) {
  .slider__content--desc.mb-40 {
    margin-bottom: 2.8rem
  }
}

@media only screen and (max-width:1200px) {
  .slider__content--desc.mb-40 {
    margin-bottom: 2.5rem
  }
}

@media only screen and (max-width:991px) {
  .slider__content--desc.mb-40 {
    margin-bottom: 2.2rem
  }
}

@media only screen and (max-width:991px) {
  .slider__content--desc.mb-40 {
    margin-bottom: 1.8rem
  }
}

.hero__slider--activation .swiper-button-prev {
  left: 1rem
}

@media only screen and (min-width:768px) {
  .hero__slider--activation .swiper-button-prev {
    left: 1rem
  }
}

@media only screen and (min-width:992px) {
  .hero__slider--activation .swiper-button-prev {
    left: 2rem
  }
}

.hero__slider--activation .swiper-button-next {
  right: 1rem
}

@media only screen and (min-width:768px) {
  .hero__slider--activation .swiper-button-next {
    right: 1rem
  }
}

@media only screen and (min-width:992px) {
  .hero__slider--activation .swiper-button-next {
    right: 2rem
  }
}

.slider__text--shape__icon {
  vertical-align: middle;
  margin-right: .3rem
}

.swiper-slide-active .slider__content>* {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
  -webkit-animation-duration: 1.2s;
  animation-duration: 1.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both
}

.swiper-slide-active .slider__content--desc {
  -webkit-animation-delay: .3s;
  animation-delay: .3s
}

.swiper-slide-active .slider__content--maintitle {
  -webkit-animation-delay: .5s;
  animation-delay: .5s
}

.swiper-slide-active .slider__content--desc.desc2 {
  -webkit-animation-delay: .7s;
  animation-delay: .7s
}

.swiper-slide-active .slider__btn {
  -webkit-animation-delay: .8s;
  animation-delay: .8s
}

.primary__btn--arrow__icon {
  vertical-align: middle;
  margin-left: .3rem
}

.home2__slider--bg {
  background: url(../img/slider/home2-slider1.png);
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center center;
  background-size: cover
}

@media only screen and (max-width:767px) {
  .home2__slider--bg {
    background-position: 25%
  }
}

.home2__slider--bg.two {
  background: url(../img/slider/home2-slider2.png);
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center center;
  background-size: cover
}

@media only screen and (max-width:767px) {
  .home2__slider--bg.two {
    background-position: 25%
  }
}

.home2__slider--bg.three {
  background: url(../img/slider/home2-slider3.png);
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center center;
  background-size: cover
}

@media only screen and (max-width:767px) {
  .home2__slider--bg.three {
    background-position: 25%
  }
}

@media only screen and (min-width:992px) {
  .home2__slider--bg__inner {
    padding: 7rem 0
  }
}

@media only screen and (min-width:1200px) {
  .home2__slider--bg__inner {
    padding: 8rem 0
  }
}

@media only screen and (min-width:1366px) {
  .home2__slider--bg__inner {
    padding: 9.8rem 0
  }
}

@media only screen and (min-width:1600px) {
  .home2__slider--bg__inner {
    padding: 17rem 0
  }
}

.home3__slider--bg {
  background: url(../img/slider/home3-slider1.png);
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center center;
  background-size: cover
}

@media only screen and (max-width:767px) {
  .home3__slider--bg {
    background-position: 25%
  }
}

.home3__slider--bg.two {
  background: url(../img/slider/home3-slider2.png);
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center center;
  background-size: cover
}

@media only screen and (max-width:767px) {
  .home3__slider--bg.two {
    background-position: 25%
  }
}

.home3__slider--bg.three {
  background: url(../img/slider/home3-slider3.png);
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center center;
  background-size: cover
}

@media only screen and (max-width:767px) {
  .home3__slider--bg.three {
    background-position: 25%
  }
}

.slider__content.style3.center {
  padding-left: 0
}

.swiper:hover .swiper__nav--btn {
  opacity: 1;
  visibility: visible
}

@media only screen and (max-width:767px) {
  .product__tab--primary__btn {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }
}

.product__tab--primary__btn__list {
  font-size: 1.6rem;
  margin-right: 20px;
  cursor: pointer;
  font-weight: 600;
  -webkit-transition: var(--transition);
  transition: var(--transition)
}

@media only screen and (max-width:767px) {
  .product__tab--primary__btn__list {
    font-size: 1.4rem
  }
}

.product__tab--primary__btn__list.active {
  color: var(--secondary-color)
}

.product__tab--primary__btn__list:hover {
  color: var(--secondary-color)
}

.product__tab--primary__btn__list:last-child {
  margin-right: 0
}

@media only screen and (max-width:575px) {
  .product__tab--primary__btn__list {
    line-height: 22px;
    margin: 5px 10px
  }
}

@media only screen and (min-width:768px) {
  .product__tab--primary__btn__list {
    margin-right: 30px;
    font-size: 1.7rem
  }
}

@media only screen and (min-width:992px) {
  .product__tab--primary__btn__list {
    margin-right: 45px;
    font-size: 1.8rem
  }
}

.product__items--thumbnail {
  position: relative;
  overflow: hidden
}

.product__secondary--img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out
}

.product__items:hover .product__items--img {
  -webkit-transform: scale(1.04);
  transform: scale(1.04)
}

.product__items:hover .product__secondary--img {
  opacity: 1;
  visibility: visible
}

.product__items--link {
  display: block
}

@media only screen and (max-width:991px) {
  .product__items--link {
    width: 100%
  }
}

.product__items--img {
  display: block;
  width: 100%
}

.product__items--action__list {
  margin-right: .6rem
}

.product__items--action__list:last-child {
  margin-right: 0
}

@media only screen and (min-width:1366px) {
  .product__items--action__list {
    margin-right: .8rem
  }
}

@media only screen and (min-width:1600px) {
  .product__items--action__list {
    margin-right: 1.4rem
  }
}

.product__items--action__btn {
  border: 1px solid var(--border-color);
  height: 4.4rem;
  line-height: 4rem;
  padding: 0 .6rem;
  color: var(--text-gray-color);
  border-radius: .3rem
}

@media only screen and (min-width:992px) {
  .product__items--action__btn {
    height: 4rem;
    line-height: 3.6rem
  }
}

@media only screen and (min-width:1200px) {
  .product__items--action__btn {
    padding: 0 .7rem;
    height: 4.2rem;
    line-height: 3.8rem
  }
}

@media only screen and (min-width:1366px) {
  .product__items--action__btn {
    padding: 0 .7rem;
    height: 4.4rem;
    line-height: 4rem
  }
}

@media only screen and (min-width:1600px) {
  .product__items--action__btn {
    padding: 0 1rem;
    height: 4.4rem;
    line-height: 4rem
  }
}

@media only screen and (max-width:575px) {
  .product__items--action__btn {
    height: 3.6rem;
    line-height: 3.2rem
  }
}

.product__items--action__btn.add__to--cart {
  padding: 0 .7rem;
  font-size: 1.5rem
}

@media only screen and (min-width:1200px) {
  .product__items--action__btn.add__to--cart {
    font-size: 1.4rem;
    padding: 0 .6rem
  }
}

@media only screen and (min-width:1366px) {
  .product__items--action__btn.add__to--cart {
    padding: 0 1rem
  }
}

@media only screen and (min-width:1600px) {
  .product__items--action__btn.add__to--cart {
    padding: 0 1.3rem
  }
}

.product__items--action__btn.add__to--cart:hover span {
  color: var(--white-color)
}

.product__items--action__btn--svg {
  vertical-align: middle
}

@media only screen and (max-width:1365px) {
  .product__items--action__btn--svg {
    width: 2rem
  }
}

.product__items--action__btn:hover {
  background: var(--secondary-color);
  color: var(--white-color);
  border-color: var(--secondary-color)
}

.product__items--content {
  padding-top: 1.2rem;
}

.product__items--content__subtitle {
  font-size: 1.4rem;
  line-height: 2.2rem;
  color: var(--text-gray-color)
}

@media only screen and (min-width:992px) {
  .product__items--content__subtitle {
    font-size: 1.5rem
  }
}

@media only screen and (max-width:400px) {
  .product__items--content__title {
    font-size: 1.3rem;
    line-height: 2rem;
    margin-bottom: .3rem
  }
}

@media only screen and (max-width:575px) {
  .add__to--cart__text {
    display: none
  }
}

.product__items--price {
  margin-bottom: .5rem
}

.current__price {
  font-size: 1.3rem;
  color: #000000
}

.old__price {
  font-size: 1.2rem;
  font-weight: 400;
  color: #858080;
  /* text-decoration:line-through */
}

.price__divided {
  width: 1.2rem;
  height: .1rem;
  background: var(--text-gray-color);
  vertical-align: middle;
  margin: 0 .3rem
}

.product__rating {
  margin-bottom: 1.6rem
}

.rating__list {
  margin-right: .5rem
}

@media only screen and (min-width:768px) {
  .rating__list {
    margin-right: .8rem
  }
}

.rating__list:last-child {
  margin-right: 0
}

.rating__list--icon {
  color: var(--yellow-color)
}

.product__badge {
  position: absolute;
  top: 12px;
  left: 12px
}

@media only screen and (min-width:576px) {
  .product__badge {
    top: 20px;
    left: 20px
  }
}

.product__badge--items {
  height: 2rem;
  line-height: 2rem;
  padding: 0 7px;
  font-weight: 300;
  background: var(--secondary-color);
  color: var(--white-color);
  border-radius: 6px 0 6px;
  font-size: 1.4rem
}

@media only screen and (max-width:575px) {
  .product__badge--items {
    font-size: 1.3rem
  }
}

.product__items:hover .product__items--action__style2 {
  opacity: 1;
  visibility: visible;
  right: 1.5rem
}

@media only screen and (max-width:575px) {
  .product__items:hover .product__items--action__style2 {
    right: 1rem
  }
}

.product__items:hover .product__add-to__cart--btn__style2 {
  padding: .8rem 0;
  max-height: 5rem
}

@media only screen and (min-width:1600px) {
  .product__items:hover .product__add-to__cart--btn__style2 {
    padding: 1.1rem 0
  }
}

@media only screen and (max-width:575px) {
  .product__items:hover .product__add-to__cart--btn__style2 {
    padding: .5rem 0
  }
}

.product__add-to__cart--btn__style2 {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: var(--secondary-color);
  color: var(--white-color);
  text-align: center;
  padding: 0;
  max-height: 0
}

@media only screen and (max-width:575px) {
  .product__add-to__cart--btn__style2 {
    padding: .3rem 0;
    max-height: 5rem
  }
}

.product__add-to__cart--btn__style2:hover {
  background-color: var(--primary-color);
  color: var(--white-color) !important
}

.product__items--action__style2 {
  position: absolute;
  top: 1.5rem;
  right: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: var(--transition);
  transition: var(--transition)
}

@media only screen and (max-width:575px) {
  .product__items--action__style2 {
    opacity: 1;
    visibility: visible;
    right: 1rem
  }
}

.product__items--action__style2--list {
  margin-bottom: 1rem
}

.product__items--action__style2--list:last-child {
  margin-bottom: 0
}

.product__items--action__style2--btn {
  width: 3rem;
  height: 3rem;
  line-height: 2.6rem;
  text-align: center;
  border: 1px solid var(--text-gray-color);
  color: var(--text-gray-color);
  border-radius: .3rem
}

.product__items--action__style2--btn:hover {
  background-color: var(--secondary-color);
  border-color: var(--secondary-color);
  color: var(--white-color)
}

@media only screen and (min-width:480px) {
  .product__items--action__style2--btn {
    width: 3.5rem;
    height: 3.5rem;
    line-height: 3.2rem
  }
}

@media only screen and (min-width:576px) {
  .product__items--action__style2--btn {
    width: 4rem;
    height: 4rem;
    line-height: 3.8rem
  }
}

.product__grid--heading__maintitle {
  font-weight: 600;
  padding-bottom: .8rem
}

@media only screen and (min-width:992px) {
  .product__grid--heading__maintitle {
    font-size: 2.4rem;
    line-height: 3rem
  }
}

.product__grid--heading__maintitle::before {
  position: absolute;
  content: "";
  width: 6rem;
  height: .2rem;
  background: var(--secondary-color);
  bottom: 0;
  left: 0
}

.product__grid--items__img {
  display: block
}

.product__items--grid {
  background: var(--white-color);
  -webkit-box-shadow: 1px 0 72px rgba(0, 0, 0, .1);
  box-shadow: 1px 0 72px rgba(0, 0, 0, .1);
  margin-bottom: 2rem
}

@media only screen and (min-width:1600px) {
  .product__items--grid {
    margin-bottom: 2.5rem
  }
}

.product__items--grid:last-child {
  margin-bottom: 0
}

.product__items--grid__thumbnail {
  overflow: hidden;
  line-height: 1;
  width: 8rem
}

@media only screen and (min-width:1366px) {
  .product__items--grid__thumbnail {
    width: 9rem
  }
}

.product__items--grid__content {
  padding: .2rem 1rem .2rem 1.5rem;
  width: calc(100% - 8rem)
}

@media only screen and (min-width:1366px) {
  .product__items--grid__content {
    padding: .8rem .8rem .8rem 1.5rem;
    width: calc(100% - 9rem)
  }
}

.product__items--grid:hover .product__items--img {
  -webkit-transform: inherit;
  transform: inherit
}

@media only screen and (max-width:767px) {
  .product__collection--content {
    margin-bottom: 3rem;
    text-align: center
  }
}

.product__collection--content__title {
  margin-bottom: 1.5rem
}

.product__collection--content__btn {
  font-size: 1.6rem;
  line-height: 4.6rem;
  height: 4.6rem;
  padding: 0 2rem
}

.swiper__nav--btn.style3 {
  opacity: 1;
  visibility: visible;
  top: inherit
}

@media only screen and (min-width:768px) {
  .swiper__nav--btn.style3 {
    bottom: 25px;
    left: -116px
  }
}

@media only screen and (min-width:992px) {
  .swiper__nav--btn.style3 {
    bottom: 15%;
    left: -52%
  }
}

@media only screen and (min-width:1200px) {
  .swiper__nav--btn.style3 {
    bottom: 0
  }
}

@media only screen and (min-width:1366px) {
  .swiper__nav--btn.style3 {
    bottom: 10%;
    left: -51%
  }
}

@media only screen and (min-width:1600px) {
  .swiper__nav--btn.style3 {
    bottom: 25%
  }
}

@media only screen and (max-width:767px) {
  .swiper__nav--btn.style3 {
    display: none
  }
}

.swiper__nav--btn.style3.swiper-button-next {
  left: -46%
}

@media only screen and (min-width:768px) {
  .swiper__nav--btn.style3.swiper-button-next {
    left: -70px
  }
}

@media only screen and (min-width:992px) {
  .swiper__nav--btn.style3.swiper-button-next {
    left: -44%
  }
}

@media only screen and (min-width:1200px) {
  .swiper__nav--btn.style3.swiper-button-next {
    left: -45%
  }
}

@media only screen and (min-width:1600px) {
  .swiper__nav--btn.style3.swiper-button-next {
    left: -46%
  }
}

.new__product--items:hover .new__product--thumbnail__img {
  transform: scale(1.08);
  -webkit-transform: scale(1.08);
  -moz-transform: scale(1.08);
  -ms-transform: scale(1.08);
  -o-transform: scale(1.08)
}

.new__product--items:hover .new__product--content__title a {
  color: var(--secondary-color)
}

.new__product--thumbnail {
  overflow: hidden
}

.new__product--thumbnail__link {
  display: block
}

.new__product--thumbnail__img {
  display: block
}

@media only screen and (max-width:767px) {
  .new__product--content {
    text-align: center
  }
}

.new__product--content__title {
  padding-top: 1.5rem
}

@media only screen and (min-width:1200px) {
  .new__product--content__title {
    font-size: 2rem;
    line-height: 2.2rem
  }
}

.banner__items--thumbnail {
  display: block;
  overflow: hidden;
  width: 100%
}

.banner__items--thumbnail__img {
  display: block;
  width: 100%
}

.banner__items--thumbnail:hover .banner__items--thumbnail__img {
  -webkit-transform: scale(1.04);
  transform: scale(1.04)
}

.banner__items--thumbnail:hover .banner__items--content__link {
  color: var(--secondary-color)
}

.banner__items--content {
  position: absolute;
  top: 1.5rem;
  left: 1.5rem;
  cursor: pointer
}

@media only screen and (min-width:768px) {
  .banner__items--content {
    top: 2rem;
    left: 2rem
  }
}

@media only screen and (min-width:1366px) {
  .banner__items--content {
    top: 3rem;
    left: 3rem
  }
}

@media only screen and (min-width:1600px) {
  .banner__items--content {
    top: 3.5rem;
    left: 4rem
  }
}

@media only screen and (max-width:575px) {
  .banner__items--content {
    top: 50%;
    -webkit-transform: translatey(-50%);
    transform: translatey(-50%)
  }
}

.banner__items--content__subtitle {
  color: var(--text-gray-color);
  margin-bottom: .8rem;
  line-height: 2.2rem
}

@media only screen and (min-width:992px) {
  .banner__items--content__subtitle {
    font-size: 1.7rem
  }
}

@media only screen and (min-width:1200px) {
  .banner__items--content__subtitle {
    font-size: 1.8rem;
    line-height: 2.4rem
  }
}




@media only screen and (min-width:1600px) {
  .banner__items--content__subtitle {
    font-size: 2rem
  }
}

@media only screen and (max-width:575px) {
  .banner__items--content__subtitle {
    display: none
  }
}

.banner__items--content__subtitle.text__secondary {
  color: var(--secondary-color)
}

.banner__items--content__title {
  margin-bottom: .7rem;
  color: var(--primary-color);
  font-weight: 600
}

@media only screen and (min-width:768px) {
  .banner__items--content__title {
    margin-bottom: 1rem
  }
}

@media only screen and (min-width:1200px) {
  .banner__items--content__title {
    margin-bottom: 1.2rem;
    line-height: 3rem
  }
}

@media only screen and (min-width:1600px) {
  .banner__items--content__title {
    margin-bottom: 1.8rem;
    line-height: 3.3rem
  }
}

.banner__items--content__title.style2 {
  font-size: 1.5rem;
  line-height: 2.2rem;
  margin-bottom: .4rem
}

@media only screen and (min-width:992px) {
  .banner__items--content__title.style2 {
    font-size: 1.6rem;
    line-height: 2.4rem
  }
}

@media only screen and (min-width:1200px) {
  .banner__items--content__title.style2 {
    font-size: 1.8rem;
    line-height: 2.7rem;
    margin-bottom: 1rem;
    margin-bottom: .8rem
  }
}



@media only screen and (min-width:1600px) {
  .banner__items--content__title.style2 {
    font-size: 2rem;
    line-height: 3rem;
    margin-bottom: 1.2rem
  }
}

.banner__items--content__link {
  line-height: 2.4rem;
  color: var(--text-gray-color)
}

.banner__items--content__link.style2 {
  font-size: 1.4rem;
  text-decoration: underline
}

@media only screen and (min-width:1600px) {
  .banner__items--content__link.style2 {
    font-size: 1.5rem
  }
}

.banner__items--content__arrow--icon {
  color: var(--secondary-color);
  margin-left: .5rem;
  vertical-align: middle
}

.banner__items--content.style2 {
  top: 1.5rem;
  left: 2.5rem
}

@media only screen and (min-width:992px) {
  .banner__items--content.style2 {
    top: 2rem;
    left: 3rem
  }
}

.banner__items--content.style2.right {
  right: 3rem;
  left: auto
}

@media only screen and (max-width:575px) {
  .banner__items--content.style2 {
    top: 50%
  }
}

.banner__bg {
  background: url(../img/banner/banner-bg1.png);
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center center;
  background-size: cover
}

@media only screen and (max-width:575px) {
  .banner__bg {
    background-position: 10%
  }
}

.deals__banner--content {
  padding: 4rem 2rem
}

@media only screen and (min-width:576px) {
  .deals__banner--content {
    padding: 4rem 3rem 4rem 3rem
  }
}

@media only screen and (min-width:768px) {
  .deals__banner--content {
    padding: 5rem 3rem 5rem 3.5rem
  }
}

@media only screen and (min-width:992px) {
  .deals__banner--content {
    padding: 6rem 3rem 6rem 5rem
  }
}

@media only screen and (min-width:1200px) {
  .deals__banner--content {
    padding: 5rem 3rem 6rem 6.5rem
  }
}

@media only screen and (min-width:1600px) {
  .deals__banner--content {
    padding: 6rem 3rem 7rem 6.5rem
  }
}

@media only screen and (max-width:575px) {
  .deals__banner--content {
    text-align: center
  }
}

.deals__banner--content__subtitle {
  font-weight: 500;
  margin-bottom: .8rem
}

@media only screen and (min-width:992px) {
  .deals__banner--content__subtitle {
    margin-bottom: 1.2rem
  }
}


.deals__banner--content__maintitle {
  font-size: 2rem;
  line-height: 2.4rem;
  margin-bottom: 1.5rem
}

@media only screen and (min-width:576px) {
  .deals__banner--content__maintitle {
    font-size: 2.2rem
  }
}

@media only screen and (min-width:768px) {
  .deals__banner--content__maintitle {
    font-size: 2.5rem;
    line-height: 3rem
  }
}

@media only screen and (min-width:992px) {
  .deals__banner--content__maintitle {
    font-size: 3rem;
    line-height: 3.5rem;
    margin-bottom: 1.6rem
  }
}

@media only screen and (min-width:1366px) {
  .deals__banner--content__maintitle {
    font-size: 3.5rem;
    line-height: 4rem
  }
}

@media only screen and (min-width:1600px) {
  .deals__banner--content__maintitle {
    font-size: 4rem;
    line-height: 4.6rem;
    margin-bottom: 1.8rem
  }
}




.deals__banner--content__desc {
  margin-bottom: 2.5rem
}

@media only screen and (min-width:1200px) {
  .deals__banner--content__desc {
    margin-bottom: 3rem
  }
}

@media only screen and (min-width:1600px) {
  .deals__banner--content__desc {
    margin-bottom: 3.5rem
  }
}

@media only screen and (max-width:991px) {
  .deals__banner--content__desc {
    display: none
  }
}

.deals__banner--countdown {
  margin-bottom: 2rem
}

@media only screen and (min-width:992px) {
  .deals__banner--countdown {
    margin-bottom: 2.5rem
  }
}

@media only screen and (min-width:1200px) {
  .deals__banner--countdown {
    margin-bottom: 3rem
  }
}

@media only screen and (min-width:1600px) {
  .deals__banner--countdown {
    margin-bottom: 4rem
  }
}

@media only screen and (max-width:575px) {
  .deals__banner--countdown {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
  }
}

.deals__banner--countdown .countdown__item {
  width: 6rem;
  height: 6rem;
  text-align: center;
  background: #efeff1;
  margin-right: 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-shadow: 0 0 59px rgba(0, 0, 0, .19);
  box-shadow: 0 0 59px rgba(0, 0, 0, .19);
  position: relative;
  border-radius: .5rem
}

@media only screen and (min-width:768px) {
  .deals__banner--countdown .countdown__item {
    width: 6rem;
    height: 6rem
  }
}

@media only screen and (min-width:992px) {
  .deals__banner--countdown .countdown__item {
    width: 8rem;
    height: 7rem;
    margin-right: 4rem
  }
}

@media only screen and (min-width:1200px) {
  .deals__banner--countdown .countdown__item {
    width: 8.5rem;
    height: 7.5rem
  }
}

@media only screen and (min-width:1366px) {
  .deals__banner--countdown .countdown__item {
    width: 9rem;
    height: 8rem
  }
}

@media only screen and (min-width:1600px) {
  .deals__banner--countdown .countdown__item {
    width: 10.5rem;
    height: 9rem
  }
}

@media only screen and (max-width:767px) {
  .deals__banner--countdown .countdown__item {
    margin-right: 1.5rem
  }
}



@media only screen and (max-width:575px) {
  .deals__banner--countdown .countdown__item {
    margin-right: 1rem
  }
}

.deals__banner--countdown .countdown__item::before {
  position: absolute;
  content: ":";
  right: -2.2rem;
  top: 50%;
  font-size: 4rem;
  font-weight: 700;
  -webkit-transform: translatey(-50%);
  transform: translatey(-50%)
}

@media only screen and (min-width:992px) {
  .deals__banner--countdown .countdown__item::before {
    right: -2.6rem
  }
}

@media only screen and (max-width:767px) {
  .deals__banner--countdown .countdown__item::before {
    display: none
  }
}

.deals__banner--countdown .countdown__item:last-child {
  margin-right: 0
}

.deals__banner--countdown .countdown__item:last-child::before {
  display: none
}

.deals__banner--countdown .countdown__number {
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 2rem;
  margin-bottom: .3rem
}

@media only screen and (min-width:768px) {
  .deals__banner--countdown .countdown__number {
    font-size: 2rem;
    line-height: 2rem
  }
}

@media only screen and (min-width:992px) {
  .deals__banner--countdown .countdown__number {
    font-size: 2.5rem;
    line-height: 2.8rem
  }
}

@media only screen and (min-width:1200px) {
  .deals__banner--countdown .countdown__number {
    font-size: 2.8rem;
    line-height: 3rem
  }
}

@media only screen and (min-width:1366px) {
  .deals__banner--countdown .countdown__number {
    font-size: 3rem;
    line-height: 3.2rem
  }
}

@media only screen and (min-width:1600px) {
  .deals__banner--countdown .countdown__number {
    font-size: 3.5rem;
    line-height: 4rem
  }
}

.deals__banner--countdown .countdown__text {
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 2rem;
  text-transform: capitalize
}

@media only screen and (min-width:768px) {
  .deals__banner--countdown .countdown__text {
    font-size: 1.4rem
  }
}

@media only screen and (min-width:992px) {
  .deals__banner--countdown .countdown__text {
    font-size: 1.6rem
  }
}

@media only screen and (min-width:1200px) {
  .deals__banner--countdown .countdown__text {
    font-size: 1.6rem;
    line-height: 2.2rem
  }
}

@media only screen and (min-width:1600px) {
  .deals__banner--countdown .countdown__text {
    font-size: 1.8rem
  }
}

.banner__bideo--play {
  position: absolute;
  top: 50%;
  right: 24%;
  -webkit-transform: translatey(-50%);
  transform: translatey(-50%)
}

@media only screen and (min-width:768px) {
  .banner__bideo--play {
    right: 8%
  }
}

@media only screen and (min-width:992px) {
  .banner__bideo--play {
    right: 10%
  }
}

@media only screen and (min-width:1200px) {
  .banner__bideo--play {
    right: 24%
  }
}

@media only screen and (max-width:767px) {
  .banner__bideo--play {
    position: inherit;
    display: inline-block;
    top: inherit;
    -webkit-transform: inherit;
    transform: inherit;
    right: 0;
    margin-top: 2rem
  }
}

.banner__bideo--play__icon {
  width: 5rem;
  height: 5rem;
  background: var(--secondary-color);
  color: var(--white-color);
  border-radius: 50%;
  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;
  -webkit-animation: animate 2s linear infinite;
  animation: animate 2s linear infinite
}

.banner__bideo--play__icon:hover {
  color: var(--white-color);
  background: var(--primary-color)
}


@media only screen and (min-width:768px) {
  .banner__bideo--play__icon {
    width: 6rem;
    height: 6rem
  }
}

@media only screen and (min-width:1200px) {
  .banner__bideo--play__icon {
    width: 7rem;
    height: 7rem
  }
}

.banner__bideo--play__icon:hover {
  -webkit-transform: scale(1.08);
  transform: scale(1.08)
}

@media only screen and (max-width:767px) {
  .banner__bideo--play__icon svg {
    width: 3.5rem;
    height: 3.5rem
  }
}

@-webkit-keyframes animate {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, .7);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, .7)
  }

  40% {
    -webkit-box-shadow: 0 0 0 50px rgba(255, 193, 7, 0);
    box-shadow: 0 0 0 50px rgba(255, 193, 7, 0)
  }

  80% {
    -webkit-box-shadow: 0 0 0 50px rgba(255, 193, 7, 0);
    box-shadow: 0 0 0 50px rgba(255, 193, 7, 0)
  }

  100% {
    -webkit-box-shadow: 0 0 0 rgba(255, 193, 7, 0);
    box-shadow: 0 0 0 rgba(255, 193, 7, 0)
  }
}

@keyframes animate {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, .7);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, .7)
  }

  40% {
    -webkit-box-shadow: 0 0 0 50px rgba(255, 193, 7, 0);
    box-shadow: 0 0 0 50px rgba(255, 193, 7, 0)
  }

  80% {
    -webkit-box-shadow: 0 0 0 50px rgba(255, 193, 7, 0);
    box-shadow: 0 0 0 50px rgba(255, 193, 7, 0)
  }

  100% {
    -webkit-box-shadow: 0 0 0 rgba(255, 193, 7, 0);
    box-shadow: 0 0 0 rgba(255, 193, 7, 0)
  }
}

.banner__section--inner::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: var(--black-color);
  opacity: .4;
  top: 0;
  left: 0;
  z-index: 9;
  pointer-events: none
}

@media only screen and (max-width:991px) {
  .banner__img--height__md {
    height: 30rem;
    -o-object-fit: cover;
    object-fit: cover
  }
}

@media only screen and (max-width:575px) {
  .banner__img--height__md {
    height: 33rem
  }
}

.banner__content--style2 {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 9
}

@media only screen and (min-width:768px) {
  .banner__content--style2 {
    left: 3.5rem
  }
}

@media only screen and (min-width:992px) {
  .banner__content--style2 {
    left: 6rem
  }
}

@media only screen and (max-width:767px) {
  .banner__content--style2 {
    padding: 0 3rem
  }
}

@media only screen and (max-width:575px) {
  .banner__content--style2 {
    padding: 0 2rem;
    text-align: center
  }
}

.banner__content--style2__title {
  margin-bottom: 1.5rem
}

@media only screen and (min-width:768px) {
  .banner__content--style2__title {
    margin-bottom: 1rem
  }
}

@media only screen and (min-width:992px) {
  .banner__content--style2__title {
    margin-bottom: 1.2rem;
    font-size: 3.2rem;
    line-height: 3.5rem
  }
}

@media only screen and (min-width:1200px) {
  .banner__content--style2__title {
    font-size: 3.5rem;
    line-height: 3.5rem;
    margin-bottom: 1.8rem
  }
}

@media only screen and (min-width:1600px) {
  .banner__content--style2__title {
    font-size: 4rem;
    line-height: 4rem;
    margin-bottom: 2rem
  }
}

.banner__content--style2__desc {
  color: var(--light-color);
  margin-bottom: 1.8rem;
  line-height: 2.2rem
}

@media only screen and (min-width:576px) {
  .banner__content--style2__desc {
    width: 75%;
    line-height: 2.4rem
  }
}

@media only screen and (min-width:768px) {
  .banner__content--style2__desc {
    width: 63%;
    margin-bottom: 2rem
  }
}

@media only screen and (min-width:992px) {
  .banner__content--style2__desc {
    width: 53%;
    margin-bottom: 2rem;
    line-height: 2.5rem
  }
}

@media only screen and (min-width:1200px) {
  .banner__content--style2__desc {
    width: 42%;
    margin-bottom: 3rem
  }
}

@media only screen and (min-width:1366px) {
  .banner__content--style2__desc {
    width: 37%
  }
}

@media only screen and (min-width:1600px) {
  .banner__content--style2__desc {
    margin-bottom: 4rem
  }
}

@media only screen and (max-width:575px) {
  .banner__img--max__height {
    height: 200px;
    -o-object-fit: cover;
    object-fit: cover
  }
}


@media only screen and (max-width:575px) {
  .banner__style2--top__sidebar {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }
}

@media only screen and (max-width:575px) {
  .banner__items.mr-30 {
    margin-right: 0
  }
}

@media only screen and (max-width:575px) {
  .banner__discount--items {
    margin-bottom: 2.5rem
  }
}

@media only screen and (max-width:575px) {
  .banner__discount.section--padding {
    padding-bottom: 3.5rem
  }
}

.banner__discount--content {
  background: var(--white-color);
  position: absolute;
  top: 50%;
  left: 50%;
  padding: 1rem 2rem;
  -webkit-transform: translatey(-50%) translatex(-50%);
  transform: translatey(-50%) translatex(-50%)
}

@media only screen and (min-width:768px) {
  .banner__discount--content {
    padding: 2rem 3rem
  }
}

@media only screen and (min-width:992px) {
  .banner__discount--content {
    padding: 3rem
  }
}

@media only screen and (min-width:1200px) {
  .banner__discount--content {
    padding: 4rem
  }
}

@media only screen and (min-width:1366px) {
  .banner__discount--content {
    padding: 4rem 5rem
  }
}

@media only screen and (min-width:1600px) {
  .banner__discount--content {
    padding: 5.5rem 13rem 6rem
  }
}

@media only screen and (max-width:575px) {
  .banner__discount--content {
    left: 10%;
    right: 10%;
    -webkit-transform: translatey(-50%);
    transform: translatey(-50%)
  }
}

.banner__discount--content__subtitle {
  font-weight: 600;
  color: var(--text-gray-color);
  margin-bottom: .8rem
}

@media only screen and (min-width:992px) {
  .banner__discount--content__subtitle {
    font-size: 1.7rem;
    margin-bottom: 1rem
  }
}


@media only screen and (min-width:1200px) {
  .banner__discount--content__subtitle {
    font-size: 1.8rem;
    margin-bottom: 1.2rem
  }
}

@media only screen and (max-width:767px) {
  .banner__discount--content__subtitle {
    margin-bottom: .5rem;
    line-height: 2rem;
    font-size: 1.5rem
  }
}

.banner__discount--content__title {
  font-weight: 500;
  margin-bottom: .8rem
}

@media only screen and (min-width:1200px) {
  .banner__discount--content__title {
    font-size: 2.8rem;
    line-height: 3.7rem;
    margin-bottom: 1.3rem
  }
}

@media only screen and (min-width:1600px) {
  .banner__discount--content__title {
    font-size: 3rem;
    line-height: 4rem;
    margin-bottom: 1.5rem
  }
}

@media only screen and (max-width:767px) {
  .banner__discount--content__title {
    margin-bottom: .5rem;
    line-height: 2.2rem;
    font-size: 1.6rem
  }
}

.banner__discount--content__link {
  color: var(--text-gray-color);
  text-decoration: underline
}

.banner__discount--content__link:hover {
  text-decoration: underline
}

@media only screen and (max-width:767px) {
  .banner__discount--content__link {
    font-size: 1.3rem;
    line-height: 2rem
  }
}

@media only screen and (min-width:1200px) {
  .shop__card--section__inner {
    padding: 0 4.5rem
  }
}

.shop__card--banner__thumbnail {
  width: 50%;
  overflow: hidden
}

.shop__card--banner__thumbnail a {
  width: 100%
}

.shop__card--banner__thumbnail a img {
  width: 100%
}

.shop__card--banner__thumbnail.two {
  margin: 3rem 0 0 2.5rem
}

@media only screen and (max-width:767px) {
  .shop__card--banner__thumbnail.two {
    margin: 0 0 0 2rem
  }
}

@media only screen and (max-width:575px) {
  .shop__card--banner__thumbnail.two {
    margin: 0 0 0 1.5rem
  }
}

.shop__card--banner__thumbnail:hover .shop__card--banner__thumbnail--img {
  -webkit-transform: scale(1.04);
  transform: scale(1.04)
}

.shop__card--play {
  left: 50%;
  right: auto;
  -webkit-transform: translatey(-50%) translatex(-50%);
  transform: translatey(-50%) translatex(-50%);
  top: 50%;
  position: absolute
}

@media only screen and (max-width:767px) {
  .shop__card--play {
    margin-top: 0
  }
}

@media only screen and (min-width:1200px) {
  .shop__card--play__icon {
    width: 7rem;
    height: 7rem
  }
}

@media only screen and (min-width:1600px) {
  .shop__card--play__icon {
    width: 8rem;
    height: 8rem
  }
}

@media only screen and (max-width:767px) {
  .shop__card--play__icon {
    width: 6rem;
    height: 6rem
  }
}

@media only screen and (max-width:575px) {
  .shop__card--play__icon {
    width: 5rem;
    height: 5rem
  }
}

@media only screen and (max-width:767px) {
  .shop__card--content {
    margin-top: 2.5rem;
    text-align: center
  }
}

.shop__card--content__subtitle {
  font-weight: 400;
  color: var(--text-gray-color);
  margin-bottom: .3rem
}

@media only screen and (min-width:1200px) {
  .shop__card--content__subtitle {
    font-size: 1.7rem
  }
}

@media only screen and (min-width:1366px) {
  .shop__card--content__subtitle {
    font-size: 1.8rem
  }
}

.shop__card--content__maintitle {
  font-weight: 600
}

@media only screen and (min-width:992px) {
  .shop__card--content__maintitle {
    line-height: 4.5rem
  }
}

.shop__card--content__desc {
  margin-bottom: 2rem
}

@media only screen and (min-width:768px) {
  .shop__card--content__desc {
    margin-bottom: 2.5rem
  }
}

.banner__items--content__style3 {
  position: absolute;
  top: 50%;
  left: 2rem;
  right: 2rem;
  text-align: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%)
}

.banner__items--content__style3--subtitle {
  font-size: 1.6rem;
  line-height: 2.2rem;
  font-weight: 500;
  margin-bottom: .4rem
}

@media only screen and (min-width:992px) {
  .banner__items--content__style3--subtitle {
    font-size: 1.8rem;
    line-height: 2.5rem
  }
}

.banner__items--content__style3--title {
  font-weight: 500;
  font-size: 2.2rem;
  line-height: 3rem
}

@media only screen and (min-width:1200px) {

  .banner__items--content__style3--title {
    font-size: 2.4rem;
    line-height: 3.2rem
  }
}

@media only screen and (min-width:1366px) {
  .banner__items--content__style3--title {
    font-size: 2.6rem;
    line-height: 3.5rem
  }
}

@media only screen and (min-width:1666px) {
  .banner__items--content__style3--title {
    font-size: 3.2rem;
    line-height: 4rem
  }
}

.banner__bg3 {
  background: url(../img/banner/banner-bg5.png);
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center center;
  background-size: cover
}

@media only screen and (max-width:575px) {
  .banner__bg3 {
    background-position: 10%
  }
}

.deals__countdown--style3 {
  padding: .8rem 0 2.2rem
}

@media only screen and (min-width:768px) {
  .deals__countdown--style3 {
    padding: 2rem 0 2.5rem
  }
}

@media only screen and (max-width:575px) {
  .deals__countdown--style3 {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
  }
}

.deals__countdown--style3 .countdown__item {
  text-align: center;
  margin-right: 1.5rem
}

.deals__countdown--style3 .countdown__item:last-child {
  margin-right: 0
}

.deals__countdown--style3 .countdown__number {
  width: 4.5rem;
  height: 4.5rem;
  background: var(--white-color);
  line-height: 4.5rem;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 500;
  border-radius: 50%
}

.deals__countdown--style3 .countdown__text {
  text-transform: capitalize;
  color: var(--primary-color);
  font-size: 1.5rem;
  padding-top: .8rem;
  line-height: 2rem;
  font-weight: 500
}

.deals__content--style3__subtitle {
  font-size: 1.6rem;
  line-height: 2rem;
  margin-bottom: 1.5rem
}

@media only screen and (min-width:1200px) {

  .deals__content--style3__subtitle {
    font-size: 1.7rem
  }
}

.deals__content--style3__maintitle {
  margin-bottom: 1.5rem
}

@media only screen and (min-width:1200px) {
  .deals__content--style3__maintitle {
    font-size: 3rem;
    line-height: 3.2rem
  }
}

.countdown__style3--btn {
  font-size: 1.5rem;
  line-height: 4rem;
  height: 4.2rem;
  padding: 0 1.2rem
}

@media only screen and (min-width:768px) {
  .countdown__style3--btn {
    font-size: 1.6rem;
    line-height: 4.8rem;
    height: 4.8rem;
    padding: 0 1.8rem
  }
}

@media only screen and (min-width:768px) {
  .banner__bideo--play.style3 {
    right: 10%
  }
}

.blog__items:hover .blog__thumbnail--img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05)
}

.blog__thumbnail {
  overflow: hidden
}

.blog__thumbnail--link {
  width: 100%;
  display: block
}

.blog__thumbnail--img {
  width: 100%;
  display: block
}

.blog__content {
  padding-top: 1.2rem
}

.blog__content--meta {
  color: var(--text-gray-color);
  line-height: 2.4rem;
  margin-bottom: .9rem
}

.blog__content--title {
  margin-bottom: 1.5rem
}

@media only screen and (min-width:992px) {
  .blog__content--title {
    font-size: 1.8rem;
    margin-bottom: 1.8rem
  }
}

@media only screen and (min-width:1200px) {
  .blog__content--title {
    line-height: 3rem;
    margin-bottom: 2rem
  }
}

@media only screen and (min-width:1366px) {
  .blog__content--title {
    font-size: 1.9rem;
    line-height: 2.7rem
  }
}

@media only screen and (min-width:1600px) {
  .blog__content--title {
    font-size: 2.2rem;
    line-height: 3.2rem;
    margin-bottom: 2.3rem
  }
}

@media only screen and (min-width:1200px) {

  .blog__content--title.style2 {
    font-size: 1.7rem;
    line-height: 2.7rem
  }
}

@media only screen and (min-width:1600px) {
  .blog__content--title.style2 {
    font-size: 1.8rem;
    line-height: 3rem
  }
}

.blog__content--btn {
  background: var(--white-color);
  border: 1px solid var(--border-color);
  color: var(--text-gray-color);
  line-height: 3.3rem
}

@media only screen and (min-width:768px) {
  .blog__content--btn {
    line-height: 3.8rem
  }
}

@media only screen and (min-width:992px) {
  .blog__content--btn {
    padding: 0 3rem;
    line-height: 4.3rem
  }
}

@media only screen and (min-width:1200px) {
  .blog__content--btn {
    padding: 0 3rem;
    line-height: 4.2rem;
    height: 4.4rem
  }
}

.blog__content--btn:hover {
  background: var(--secondary-color);
  border-color: var(--secondary-color);
  color: var(--white-color)
}

.blog__content--btn.style2 {
  color: var(--white-color);
  background: var(--black-color) !important;
  border: 0
}

@media only screen and (min-width:992px) {
  .blog__content--btn.style2 {
    padding: 0 3rem;
    height: 4.3rem;
    line-height: 4.3rem
  }
}

@media only screen and (min-width:1600px) {
  .blog__content--btn.style2 {
    padding: 0 4rem;
    height: 4.8rem;
    line-height: 4.8rem
  }
}

.blog__content--btn.style2:hover {
  background: var(--secondary-color) !important
}

.blog__content.style2 {
  background: var(--white-color);
  position: relative
}

@media only screen and (min-width:1200px) {
  .blog__content.style2 {
    margin-left: 2.5rem;
    padding: 1.8rem;
    margin-top: -5.5rem
  }
}

@media only screen and (min-width:1600px) {
  .blog__content.style2 {
    margin-left: 5.5rem;
    padding: 1.8rem;
    margin-top: -5.5rem
  }
}

@media only screen and (max-width:767px) {
  .testimonial__section.section--padding {
    padding-bottom: 5.5rem
  }
}

.testimonial__section--inner {
  padding: 1rem 1rem 4.5rem
}

@media only screen and (min-width:768px) {
  .testimonial__section--inner {
    padding: 1rem 1rem 5rem
  }
}

@media only screen and (min-width:1600px) {
  .testimonial__section--inner {
    padding: 1rem 1rem 6rem
  }
}

.testimonial__items {
  padding: 22px 18px;
  background: var(--white-color);
  border-radius: 1rem;
  -webkit-box-shadow: 2px 0 20px rgba(0, 0, 0, .06);
  box-shadow: 2px 0 20px rgba(0, 0, 0, .06)
}

@media only screen and (min-width:1200px) {
  .testimonial__items {
    padding: 3rem
  }
}

@media only screen and (min-width:1366px) {
  .testimonial__items {
    padding: 3rem 3.5rem
  }
}

@media only screen and (min-width:1600px) {
  .testimonial__items {
    padding: 4rem 4.5rem
  }
}

.testimonial__items:hover .testimonial__items--thumbnail__img {
  border-color: var(--secondary-color)
}

.testimonial__items--thumbnail {
  margin-bottom: 1.3rem
}

.testimonial__items--thumbnail__img {
  padding: .3rem;
  display: block;
  margin: 0 auto;
  border: 2px solid var(--border-color)
}

.testimonial__items--content {
  position: relative
}

.testimonial__items--title {
  font-size: 1.8rem;
  line-height: 2.2rem;
  margin-bottom: 6px;
  font-weight: 700
}

@media only screen and (min-width:992px) {
  .testimonial__items--title {
    font-size: 2rem;
    line-height: 2.3rem;
    margin-bottom: 1rem
  }
}

@media only screen and (min-width:1600px) {
  .testimonial__items--title {
    font-size: 2.2rem;
    line-height: 2.5rem
  }
}

.testimonial__items--subtitle {
  font-size: 1.6rem;
  line-height: 2rem;
  color: var(--text-gray-color);
  margin-bottom: 10px
}

@media only screen and (min-width:992px) {
  .testimonial__items--subtitle {
    font-size: 2rem;
    line-height: 2.6rem;
    margin-bottom: 1.2rem
  }
}

.testimonial__items--desc {
  margin-bottom: 1.2rem;
  line-height: 2.4rem
}

@media only screen and (min-width:992px) {
  .testimonial__items--desc {
    margin-bottom: 1.4rem;
    line-height: 2.7rem
  }
}

@media only screen and (min-width:992px) {
  .testimonial__items--desc.style2 {
    width: 55%;
    margin: 0 auto
  }
}

@media only screen and (max-width:575px) {
  .testimonial__items--desc.style2 {
    padding: 0 1.5rem
  }
}

.testimonial__bg {
  background: url(../img/banner/banner-bg3.png);
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center center;
  background-size: cover
}

.testimonial__bg::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: var(--black-color);
  left: 0;
  top: 0;
  opacity: .4
}

.testimonial__items--style2 {
  background: 0 0;
  padding: 0 0 5rem;
  -webkit-box-shadow: inherit;
  box-shadow: inherit
}

@media only screen and (max-width:575px) {
  .testimonial__items--style2 {
    padding: 0 0 4.5rem
  }
}

.testimonial__items--style2__thumbnail--img {
  border: 3px solid var(--white-color)
}

.testimonial__items--subtitle.text-white {
  color: var(--white-color)
}

.testimonial__pagination.style2 .swiper-pagination-bullet {
  border: 1px solid var(--secondary-color)
}

.testimonial__pagination.style2 .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: var(--secondary-color)
}

@media only screen and (max-width:767px) {
  .shipping__section.section--padding {
    padding-bottom: 5.5rem
  }
}

@media only screen and (max-width:991px) {
  .shipping__section--inner {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }
}

.shipping__items {
  padding: 0 20px;
  position: relative
}

@media only screen and (max-width:991px) {
  .shipping__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 15px;
    margin-bottom: 27px
  }
}

@media only screen and (min-width:768px) {
  .shipping__items {
    width: 50%
  }
}

@media only screen and (min-width:992px) {
  .shipping__items {
    width: 25%
  }

  .shipping__items::before {
    position: absolute;
    content: "";
    width: 1px;
    height: 100%;
    background: #aeaebf;
    right: 0;
    top: 0;
    opacity: .25
  }
}

.shipping__items:last-child::before {
  display: none
}

.shipping__items:hover .shipping__items--icon {
  background: var(--primary-color);
  opacity: .67;
  color: var(--white-color);
  border-color: var(--primary-color)
}

.shipping__items--icon {
  width: 5rem;
  height: 5rem;
  line-height: 5.3rem;
  padding: 5px 9px;
  text-align: center;
  border: 1px solid rgba(174, 174, 191, .2);
  background: var(--white-color);
  border-radius: 50%;
  -webkit-transition: var(--transition);
  transition: var(--transition)
}

@media only screen and (min-width:992px) {
  .shipping__items--icon {
    width: 5.5rem;
    height: 5.5rem;
    line-height: 5.1rem;
    padding: 8px 12px;
    margin: 0 auto 20px
  }
}

.shipping__items--icon svg {
  width: 25px
}

@media only screen and (min-width:992px) {
  .shipping__items--icon svg {
    width: 32px
  }
}

@media only screen and (max-width:991px) {
  .shipping__items--content {
    text-align: left !important;
    padding-left: 20px
  }
}

.shipping__items--title {
  margin-bottom: 8px
}

@media only screen and (min-width:992px) {
  .shipping__items--title {
    font-size: 2.2rem;
    line-height: 2.6rem;
    margin-bottom: 10px
  }
}

.shipping__items--desc {
  color: var(--sky-color);
  font-size: 1.5rem
}

@media only screen and (min-width:1200px) {
  .shipping__items--desc {
    font-size: 1.6rem
  }
}

.shipping__section2--inner {
  -webkit-box-shadow: 0 -4px 27px rgba(62, 70, 120, .16);
  box-shadow: 0 -4px 27px rgba(62, 70, 120, .16);
  padding: 30px 20px;
  background: var(--white-color);
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

@media only screen and (max-width:767px) {
  .shipping__section2--inner {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 30px 20px 5px
  }
}

@media only screen and (min-width:992px) {
  .shipping__section2--inner {
    padding: 35px 25px
  }
}

@media only screen and (min-width:1200px) {
  .shipping__section2--inner {
    padding: 35px 65px
  }
}

.shipping__items2 {
  margin-right: 30px
}

@media only screen and (min-width:768px) and (max-width:991px) {
  .shipping__items2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center
  }
}

@media only screen and (max-width:767px) {
  .shipping__items2 {
    margin-bottom: 25px;
    margin-right: 0;
    width: 50%
  }
}

@media only screen and (max-width:450px) {
  .shipping__items2 {
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
  }
}

.shipping__items2:last-child {
  margin-right: 0
}

.shipping__items2--content {
  padding-left: 15px
}

@media only screen and (min-width:768px) and (max-width:991px) {
  .shipping__items2--content {
    padding-left: 0
  }
}

@media only screen and (max-width:450px) {
  .shipping__items2--content {
    padding-left: 20px
  }
}

.shipping__items2--content__title {
  font-size: 1.6rem;
  line-height: 2.2rem;
  font-weight: 700;
  margin-bottom: 5px
}

@media only screen and (min-width:1200px) {
  .shipping__items2--content__title {
    font-size: 1.8rem
  }
}

.shipping__items2--content__desc {
  font-size: 1.2rem;
  color: var(--sky-color)
}

@media only screen and (min-width:768px) and (max-width:991px) {
  .shipping__items2--icon {
    margin-bottom: 1.5rem
  }
}

.shipping__items2--icon img {
  display: block
}

@media only screen and (max-width:575px) {
  .shipping__items2--icon img {
    width: 4rem
  }
}

.shipping__style3--items {
  position: relative;
  margin-right: 10rem;
  padding-right: 10rem
}

@media only screen and (min-width:992px) {
  .shipping__style3--items {
    margin-right: 2rem;
    padding-right: 2rem;
    width: 25%
  }
}

@media only screen and (min-width:1200px) {
  .shipping__style3--items {
    margin-right: 4rem;
    padding-right: 4rem;
    width: auto
  }
}

@media only screen and (min-width:1366px) {
  .shipping__style3--items {
    margin-right: 6rem;
    padding-right: 6rem
  }
}

@media only screen and (min-width:1600px) {
  .shipping__style3--items {
    margin-right: 10rem;
    padding-right: 10rem
  }
}

@media only screen and (min-width:768px) and (max-width:991px) {
  .shipping__style3--items {
    margin-right: 2rem;
    padding-right: 2rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center
  }

  .shipping__style3--items::before {
    display: none
  }
}

@media only screen and (max-width:767px) {
  .shipping__style3--items {
    margin-right: 0;
    padding-right: 0;
    width: 50%;
    margin-bottom: 2.5rem
  }

  .shipping__style3--items::before {
    display: none
  }
}

@media only screen and (max-width:479px) {
  .shipping__style3--items {
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
  }
}

.shipping__style3--items:last-child {
  margin-right: 0;
  padding-right: 0
}

.shipping__style3--items:last-child::before {
  display: none
}

.shipping__style3--items::before {
  position: absolute;
  content: "";
  width: 1px;
  height: 100%;
  background: var(--border-color);
  right: 0;
  top: 0
}

.shipping__style3--icon {
  color: var(--secondary-color);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

@media only screen and (min-width:768px) and (max-width:991px) {
  .shipping__style3--icon {
    margin-bottom: 1.5rem
  }
}

.shipping__style3--content {
  padding-left: 1.5rem
}

@media only screen and (min-width:768px) and (max-width:991px) {
  .shipping__style3--content {
    padding-left: 0
  }
}

.shipping__style3--content__title {
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 500;
  margin-bottom: .7rem
}

@media only screen and (min-width:1200px) {
  .shipping__style3--content__title {
    font-size: 1.8rem;
    line-height: 2.2rem;
    margin-bottom: .8rem
  }
}

.shipping__style3--content__desc {
  line-height: 2rem;
  font-size: 1.5rem
}

@media only screen and (min-width:1200px) {
  .shipping__style3--content__desc {
    font-size: 1.6rem
  }
}

.shipping__style3--inner {
  -webkit-box-shadow: 0 -4px 27px rgba(62, 70, 120, .16);
  box-shadow: 0 -4px 27px rgba(62, 70, 120, .16);
  padding: 2.5rem 2rem;
  background: var(--white-color)
}

@media only screen and (min-width:1200px) {
  .shipping__style3--inner {
    padding: 3.5rem
  }
}

@media only screen and (max-width:767px) {
  .shipping__style3--inner {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 2.5rem 1.5rem 0
  }
}

@media only screen and (max-width:991px) {
  .footer__section {
    padding-bottom: 7rem
  }
}

.main__footer {
  border-bottom: 1px solid #ddd;
  padding: 6rem 0 2rem
}

@media only screen and (min-width:992px) {
  .main__footer {
    padding: 6.5rem 0 3rem
  }
}

@media only screen and (min-width:1366px) {
  .main__footer {
    padding: 7rem 0
  }
}

@media only screen and (min-width:1600px) {
  .main__footer {
    padding: 8rem 0
  }
}

@media only screen and (max-width:1365px) {
  .main__footer {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }
}

@media only screen and (max-width:767px) {
  .main__footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 6rem 0 3.5rem
  }
}

@media only screen and (min-width:1366px) and (max-width:1449px) {
  .footer__widget--width {
    width: 25%
  }
}

@media only screen and (min-width:1200px) and (max-width:1365px) {
  .footer__widget--width {
    width: 31.5%
  }
}

@media only screen and (min-width:992px) and (max-width:1199px) {
  .footer__widget--width {
    width: 31%
  }
}

@media only screen and (min-width:768px) and (max-width:991px) {
  .footer__widget--width {
    width: 47%
  }
}

.social__title {
  font-size: 1.8rem;
  font-weight: 400
}



.social__shear--list {
  margin-right: 1.3rem
}

.social__shear--list:last-child {
  margin-right: 0
}

.social__shear--list__icon {
  color: var(--ofwhite-color)
}

.footer__widget {
  margin-right: 3rem
}

@media only screen and (max-width:1365px) {
  .footer__widget {
    margin-bottom: 4rem
  }
}

@media only screen and (max-width:767px) {
  .footer__widget {
    margin-bottom: 0;
    margin-right: 0
  }
}

.footer__widget:last-child {
  margin-right: 0
}

@media only screen and (min-width:992px) and (max-width:1199px) {
  .footer__widget:nth-child(3) {
    margin-right: 0
  }
}

@media only screen and (min-width:768px) and (max-width:991px) {
  .footer__widget:nth-child(2) {
    margin-right: 0
  }
}

.footer__widget--title {
  margin-bottom: 1rem;
  font-weight: 500;
  position: relative;
  padding-bottom: .5rem
}

@media only screen and (min-width:992px) {
  .footer__widget--title {
    margin-bottom: 1rem;
  }
}

@media only screen and (max-width:1199px) {
  .footer__widget--title {
    font-size: 1.3rem;
    margin-bottom: 1rem
  }
}

@media only screen and (max-width:767px) {
  .footer__widget--title {
    padding-bottom: 0;
    font-size: 1.3rem
  }
}

/* .footer__widget--title::before{position:absolute;content:"";height:.2rem;width:6rem;background:#909090;
            left:0;bottom:0} */
@media only screen and (max-width:767px) {
  .footer__widget--title::before {
    display: none
  }
}

.footer__widget--title__arrowdown--icon {
  position: absolute;
  right: 0;
  top: 38%;
  -webkit-transition: .3s;
  transition: .3s;
  display: none
}

@media only screen and (max-width:767px) {
  .footer__widget--title__arrowdown--icon {
    display: block
  }
}

.footer__widget.active {
  padding-bottom: 3.5rem
}



.footer__widget.active .footer__widget--title__arrowdown--icon {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg)
}

.footer__widget--menu__text {
  color: #606060;
  line-height: 3rem
}

.footer__widget--menu__wrapper .footer__widget {
  margin-right: 3rem
}

@media only screen and (min-width:1600px) {
  .footer__widget--menu__wrapper .footer__widget {
    margin-right: 6rem
  }
}

@media only screen and (min-width:768px) and (max-width:991px) {
  .footer__widget--menu__wrapper .footer__widget {
    margin-right: 4rem
  }
}

.footer__widget--menu__wrapper .footer__widget:last-child {
  margin-right: 3rem
}

@media only screen and (max-width:767px) {
  .footer__widget--menu__wrapper .footer__widget:last-child {
    margin-right: 0
  }
}

@media only screen and (max-width:767px) {
  .footer__widget--menu__wrapper .footer__widget {
    margin-right: 0
  }
}

@media only screen and (max-width:767px) {
  .footer__widget--menu__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }
}

.footer__widget--button {
  position: absolute;
  z-index: 9;
  top: 0;
  left: 0;
  visibility: hidden;
  width: 100%;
  height: 100%;
  content: "";
  color: transparent;
  border: 0;
  background-color: transparent;
  color: var(--white-color)
}

.footer__widget--button>* {
  pointer-events: none
}

@media only screen and (max-width:767px) {
  .footer__widget--button {
    visibility: visible
  }
}

@media only screen and (max-width:767px) {
  .footer__widget--inner {
    display: none
  }
}



.newsletter__subscribe {
  margin-top: 2rem
}

.newsletter__subscribe--input {
  width: 100%;
  border: 0;
  height: 4.5rem;
  background: var(--ofwhite-color);
  padding: 0 1.5rem;
  font-weight: 600
}

.newsletter__subscribe--input:focus {
  border-color: var(--secondary-color)
}

.newsletter__subscribe--input:focus::-webkit-input-placeholder {
  color: #000
}

.newsletter__subscribe--input.style3 {
  padding: 0 4.7rem 0 1.5rem
}

.newsletter__subscribe--button {
  width: 100%;
  height: 4.5rem;
  font-weight: 600;
  background: var(--secondary-color);
  border: 0;
  color: var(--ofwhite-color);
  margin-top: 2rem
}

@media only screen and (min-width:992px) {
  .newsletter__subscribe--button {
    font-size: 2rem
  }
}

.newsletter__subscribe--button:hover {
  background: var(--ofwhite-color);
  color: var(--secondary-color)
}

.newsletter__subscribe--button.style3 {
  line-height: 5.5rem;
  position: absolute;
  top: 0;
  right: 9px;
  width: auto;
  background: inherit;
  color: var(--secondary-color);
  margin: 0
}

.newsletter__subscribe--button.style3:hover {
  color: var(--primary-color)
}

.footer__bottom {
  padding: 2rem 0
}

@media only screen and (min-width:768px) {
  .footer__bottom {
    padding: 2.5rem 0
  }
}

@media only screen and (max-width:991px) {
  .footer__bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }
}

.footer__instagram--list {
  margin-bottom: 1rem
}

.footer__instagram--list:last-child {
  margin-bottom: 0
}

.instagram__thumbnail {
  margin-right: 1rem
}

.instagram__thumbnail:last-child {
  margin-bottom: 0
}

.instagram__thumbnail a {
  display: block
}

.instagram__thumbnail a img {
  display: block;
  width: 8rem
}


@media only screen and (max-width:991px) {
  .copyright__content {
    margin-bottom: 2rem !important
  }
}

@media only screen and (max-width:767px) {
  .copyright__content {
    text-align: center;
    margin-bottom: 1.5rem !important
  }
}

.copyright__content--link:hover {
  text-decoration: underline
}

.footer__payment {
  line-height: 1
}

.footer__dropdown--language {
  position: absolute;
  z-index: 9;
  width: 100px;
  -webkit-box-shadow: 0 5px 30px rgba(0, 0, 0, .1);
  box-shadow: 0 5px 30px rgba(0, 0, 0, .1);
  top: auto;
  bottom: 100%;
  left: 0;
  margin-top: 0;
  margin-bottom: 2.8rem;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  background: var(--white-color);
  opacity: 0;
  visibility: hidden
}

.footer__dropdown--language.active {
  opacity: 1;
  visibility: visible;
  margin-bottom: 1.5rem
}

.footer__dropdown--currency {
  position: absolute;
  z-index: 9;
  width: 100px;
  -webkit-box-shadow: 0 5px 30px rgba(0, 0, 0, .1);
  box-shadow: 0 5px 30px rgba(0, 0, 0, .1);
  top: auto;
  bottom: 100%;
  left: 0;
  margin-top: 0;
  margin-bottom: 2.8rem;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  background: var(--white-color);
  opacity: 0;
  visibility: hidden
}

.footer__dropdown--currency.active {
  opacity: 1;
  visibility: visible;
  margin-bottom: 1.5rem
}

.footer__currency--link>* {
  pointer-events: none
}

.footer__currency--link:hover {
  color: var(--secondary-color)
}

.footer__currency--link:hover span {
  color: var(--secondary-color)
}

.footer__social--style3 .social__shear--list__icon {
  color: var(--black-color);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}



.footer__social--style3 .social__shear--list__icon:hover {
  color: var(--secondary-color)
}

.footer__social--style3 .social__shear--list__icon:hover span {
  color: var(--secondary-color)
}

.footer__social--style3 .social__shear--list {
  margin-right: 0;
  margin-bottom: 1.5rem
}

.footer__social--style3 .social__shear--list:last-child {
  margin-right: 0
}

.footer__social--icon__svg {
  width: 2.5rem;
  margin-right: 1rem
}

.footer__menu--style3 .footer__widget--menu__text {
  color: var(--black-color)
}

.footer__menu--style3 .footer__widget--menu__text:hover {
  color: var(--secondary-color)
}

.footer__language--link>* {
  pointer-events: none
}

@media only screen and (max-width:1199px) {
  .footer__language--currency {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 2rem
  }
}

@media only screen and (max-width:1199px) {
  .footer__language--currency ul {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
  }
}

.copyright__content.style3 {
  text-align: center;
  margin-bottom: 2rem
}

.footer__payment.style3 {
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important
}

@media only screen and (min-width:1366px) {
  .footer__widget--desc.style3 {
    padding-right: 4rem
  }
}

.footer__widget--button.style3 {
  color: var(--primary-color)
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
}

/* .modal{position:fixed;top:0;left:0;right:0;bottom:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:1rem;background:rgba(0,0,0,.8);cursor:pointer;visibility:hidden;opacity:0;-webkit-transition:all .35s ease-in;transition:all .35s ease-in;z-index:99}.modal.is-visible{visibility:visible;opacity:1}.modal.is-visible .quickview__main--wrapper{-webkit-transform:translateY(0);transform:translateY(0)}.quickview__main--wrapper{position:relative;max-width:880px;max-height:80vh;border-radius:10px;background:#fff;overflow:auto;cursor:default;padding:20px;-webkit-transform:translateY(-50px);transform:translateY(-50px);-webkit-transition:var(--transition);transition:var(--transition);pointer-events:inherit}@media only screen and (max-width:767px){.quickview__main--wrapper{max-width:550px}} */


@media only screen and (max-width:575px) {
  .quickview__main--wrapper {
    padding: 25px 15px
  }
}

.quickview__header {
  position: absolute;
  padding: 0;
  top: 16px;
  right: 16px;
  z-index: 9
}

@media only screen and (max-width:767px) {
  .quickview__header {
    top: 10px;
    right: 10px
  }
}

.quickview__close--btn {
  font-size: 1.8rem;
  padding: 0;
  width: 3.2rem;
  height: 3.2rem;
  line-height: 2.6rem;
  border-radius: 50%;
  font-weight: 700;
  border: 1px solid var(--border-color);
  background: var(--white-color)
}

.quickview__close--btn:hover {
  background: var(--primary-color);
  border-color: var(--primary-color);
  color: var(--white-color)
}

[data-animation] .modal-dialog {
  opacity: 0;
  -webkit-transition: all .5s cubic-bezier(.51, .92, .24, 1.15);
  transition: all .5s cubic-bezier(.51, .92, .24, 1.15)
}

[data-animation].is-visible .modal-dialog {
  opacity: 1;
  -webkit-transition-delay: .2s;
  transition-delay: .2s
}

@media only screen and (max-width:767px) {
  .quickview__product--media.product__details--media {
    margin-bottom: 3rem
  }
}

.quickview__info--review__text {
  color: var(--text-gray-color);
  font-weight: 500;
  margin-left: 15px
}

@media only screen and (max-width:767px) {
  .quickview__gallery {
    margin-bottom: 20px
  }
}

.quickview__thumb {
  position: relative;
  line-height: 1
}

.quickview__thumb--link {
  width: 100%;
  border-radius: 8px
}

.quickview__thumb--img {
  width: 100%;
  border-radius: 8px
}

.quickview__gallery--pagination .swiper-pagination-bullet {
  width: 16px;
  height: 5px;
  background: var(--secondary-color);
  opacity: 1;
  border-radius: 2px;
  margin: 0 3px !important
}

.quickview__gallery--pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: var(--primary-color)
}

.variant__color--value {
  width: 2.5rem;
  height: 2.5rem;
  padding: 2px;
  display: inline-block;
  border-radius: 50%;
  margin-right: 7px;
  line-height: 1;
  cursor: pointer
}

.variant__color--value:last-child {
  margin-right: 0
}

.variant__color--value__img {
  border-radius: 50%
}

.variant__input--fieldset input[type=radio]+label {
  border: 1px solid var(--primary-color)
}

.variant__input--fieldset input[type=radio]+label:hover {
  border: 1px solid var(--secondary-color);
  color: var(--secondary-color)
}

.variant__input--fieldset {
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
  border: none;
  margin: 0;
  padding: 0
}

.variant__input--fieldset {
  margin-right: 10px
}

.variant__input--fieldset input[type=radio] {
  clip: rect(0, 0, 0, 0);
  overflow: hidden;
  position: absolute;
  height: 1px;
  width: 1px
}

.variant__input--fieldset input[type=radio]:checked+label {
  border: 1px solid var(--secondary-color);
  color: var(--secondary-color)
}

.variant__input--fieldset:last-child {
  margin-right: 0
}

.variant__size--value {
  width: 4.7rem;
  height: 3.2rem;
  line-height: 2.8rem;
  display: inline-block;
  border-radius: 5px;
  text-align: center;
  font-size: 1.5rem;
  cursor: pointer;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  margin-right: 7px
}

.variant__size--value:last-child {
  margin-right: 0
}

.quickview__variant--wishlist__svg {
  width: 22px;
  margin-right: 7px
}

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

.quickview__value--quantity {
  width: 3.5rem;
  height: 3.5rem;
  font-size: 2.2rem;
  line-height: 3.3rem
}

.quickview__value--quantity.decrease {
  border-radius: 20px 0 0 20px;
  color: #dc3545;
}

.quickview__value--quantity.increase {
  border-radius: 0 20px 20px 0;
  color: #dc3545;
  font-size: medium;
}

input.quickview__value--number {
  height: 3.5rem;
  font-size: 1.4rem;
  background: #eee;
}

.quickview__cart--btn {
  height: 3.8rem;
  line-height: 3.8rem;
  padding: 0 25px;
  margin-left: 15px;
  font-size: 1.5rem
}

.quickview__social--title {
  font-size: 1.5rem;
  font-weight: 600;
  margin-right: 15px
}

.quickview__social--list {
  margin-right: 10px
}

.quickview__social--list:last-child {
  margin-right: 0
}

.quickview__social--icon {
  width: 3rem;
  height: 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: var(--secondary-color);
  color: var(--white-color);
  border-radius: 50%
}


.quickview__social--icon:hover {
  background: var(--primary-color);
  color: var(--white-color)
}

@media only screen and (max-width:767px) {
  .accordion__section--inner .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse
  }
}

@media only screen and (max-width:767px) {
  .accordion__banner {
    text-align: center
  }
}

@media only screen and (max-width:767px) {
  .accordion__wrapper {
    margin-bottom: 30px
  }
}

.accordion__items.active {
  margin-bottom: 20px
}

.accordion__items.active:last-child {
  margin-bottom: 0
}

.accordion__items--body {
  display: none;
  padding: 0 20px
}

.accordion__items--body__desc {
  font-size: 1.5rem;
  line-height: 2.8rem
}

.accordion__items--button {
  border: 0;
  background: var(--white-color);
  width: 100%;
  padding: 13px 60px 13px 25px;
  text-align: left;
  margin-bottom: 15px;
  font-size: 1.5rem;
  font-weight: 500;
  position: relative
}

@media only screen and (min-width:992px) {
  .accordion__items--button {
    padding: 13px 70px 13px 35px
  }
}

@media only screen and (min-width:1200px) {
  .accordion__items--button {
    padding: 24px 80px 24px 40px
  }
}

.accordion__items--button__icon {
  width: 3rem;
  height: 3rem;
  background: var(--secondary-color);
  color: var(--white-color);
  padding: 5px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  right: 12px;
  -webkit-transform: translatey(-50%);
  transform: translatey(-50%)
}

@media only screen and (min-width:768px) {
  .accordion__items--button__icon {
    right: 15px
  }
}



@media only screen and (min-width:992px) {
  .accordion__items--button__icon {
    right: 35px
  }
}

.portfolio__items--thumbnail {
  line-height: 1
}

.portfolio__items--thumbnail::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: var(--secondary-color);
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  z-index: 9;
  pointer-events: none
}

.portfolio__items--thumbnail:hover::before {
  opacity: .8
}

.portfolio__items--thumbnail:hover .portfolio__view--icon {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translatey(-50%) translatex(-50%) scale(1);
  transform: translatey(-50%) translatex(-50%) scale(1)
}

.portfolio__items--thumbnail__link {
  overflow: hidden;
  display: block
}



.portfolio__items--thumbnail:hover .portfolio__items--thumbnail__img {
  -webkit-transform: scale(1.04);
  transform: scale(1.04)
}

.portfolio__items--thumbnail__img {
  -webkit-transition: .3s;
  transition: .3s;
  display: block
}

.portfolio__view--icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translatey(-50%) translatex(-50%) scale(0);
  transform: translatey(-50%) translatex(-50%) scale(0);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  z-index: 9;
  width: 4rem;
  height: 4rem;
  background: var(--white-color);
  color: var(--secondary-color);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 50%
}

.portfolio__view--icon svg {
  width: 25px
}

.portfolio__view--icon:hover {
  background: var(--primary-color);
  color: var(--white-color)
}

@media only screen and (max-width:767px) {
  .brand__logo--section {
    padding-bottom: 3rem
  }
}

@media only screen and (max-width:767px) {
  .brand__logo--section__inner {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important
  }
}

.brand__logo--items {
  margin-right: 8rem
}

.brand__logo--items:last-child {
  margin-right: 0
}

@media only screen and (min-width:768px) {
  .brand__logo--items {
    margin-right: 3.5rem
  }
}

@media only screen and (min-width:992px) {
  .brand__logo--items {
    margin-right: 6rem
  }
}

@media only screen and (min-width:1200px) {
  .brand__logo--items {
    margin-right: 8rem
  }
}

@media only screen and (max-width:767px) {
  .brand__logo--items {
    margin: 0 30px 30px
  }
}

@media only screen and (max-width:480px) {
  .brand__logo--items {
    margin: 0 15px 30px
  }
}

@media only screen and (max-width:480px) {
  .brand__logo--items__thumbnail--img {
    max-width: 11rem
  }
}

.brand__logo--items__thumbnail--img:hover {
  -webkit-transform: scale(1.08);
  transform: scale(1.08)
}

.breadcrumb__bg {
  background: url(../img/banner/breadcrumb-bg.png);
  background-repeat: no-repeat;
  height: 130px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative
}

@media only screen and (min-width:480px) {
  .breadcrumb__bg {
    height: 150px
  }
}

@media only screen and (min-width:576px) {
  .breadcrumb__bg {
    height: 170px
  }
}


@media only screen and (min-width:768px) {
  .breadcrumb__bg {
    height: 190px
  }
}

@media only screen and (min-width:992px) {
  .breadcrumb__bg {
    height: 220px
  }
}

@media only screen and (min-width:1200px) {
  .breadcrumb__bg {
    height: 270px
  }
}

@media only screen and (min-width:1600px) {
  .breadcrumb__bg {
    height: 300px
  }
}

@media only screen and (max-width:1600px) {
  .breadcrumb__bg {
    background-position: center center;
    background-size: cover
  }
}

.breadcrumb__content {
  position: relative
}

.breadcrumb__content--title.mb-25 {
  margin-bottom: 12px
}

@media only screen and (min-width:768px) {
  .breadcrumb__content--title.mb-25 {
    margin-bottom: 18px
  }
}

@media only screen and (min-width:992px) {
  .breadcrumb__content--title.mb-25 {
    margin-bottom: 20px
  }
}

.breadcrumb__content--menu__items {
  position: relative;
  padding-right: 22px;
  font-size: 12px;
  line-height: 24px
}

@media only screen and (min-width:768px) {
  .breadcrumb__content--menu__items {
    font-size: 12px
  }
}

.breadcrumb__content--menu__items:last-child {
  margin-right: 0;
  padding-right: 0
}

.breadcrumb__content--menu__items:last-child::before {
  display: none
}

.breadcrumb__content--menu__items::before {
  position: absolute;
  content: url(https://assets.pharmeasy.in/web-assets/_next/icons/chevron_right_black_small.svg);
  margin: 0 8px;
  right: 0;
  top: 0px;
  border-radius: 5px;
}

@media only screen and (max-width:991px) {
  .team__section.section--padding {
    padding-bottom: 6rem
  }
}

@media only screen and (max-width:767px) {
  .team__section.section--padding {
    padding-bottom: 4rem
  }
}

@media only screen and (max-width:991px) {
  .about__thumb {
    margin-bottom: 3rem
  }
}

@media only screen and (max-width:767px) {
  .about__thumb {
    margin-bottom: 2.5rem
  }
}

.about__thumb--items {
  margin-right: 2rem;
  width: 50%
}

.about__thumb--items:last-child {
  margin-right: 0
}

.about__thumb--items:first-child {
  margin-top: 5rem
}

@media only screen and (max-width:991px) {
  .about__thumb--items:first-child {
    margin-top: 0
  }
}

.about__thumb--img {
  width: 100%
}

.about__thumb--play {
  top: 40%;
  padding: 0;
  border: 0;
  right: 42%;
  position: absolute
}

@media only screen and (max-width:991px) {
  .about__thumb--play {
    top: 50%;
    -webkit-transform: translatey(-50%);
    transform: translatey(-50%);
    margin-top: 0
  }
}

@media only screen and (max-width:575px) {
  .about__content {
    text-align: center
  }
}

.about__content--subtitle {
  font-size: 2rem;
  font-weight: 600;
  line-height: 2.2rem
}


@media only screen and (max-width:575px) {
  .about__content--subtitle {
    font-size: 1.8rem;
    margin-bottom: 1.2rem
  }
}

.about__content--maintitle {
  font-weight: 700
}

@media only screen and (min-width:992px) {
  .about__content--maintitle {
    font-size: 3rem;
    line-height: 3.7rem
  }
}

@media only screen and (max-width:575px) {
  .about__content--maintitle {
    line-height: 2.8rem;
    margin-bottom: 1.5rem
  }
}

.about__content--desc {
  font-size: 1.6rem;
  line-height: 2.8rem;
  color: var(--text-gray-color)
}

@media only screen and (max-width:575px) {
  .about__content--desc {
    font-size: 1.5rem;
    line-height: 2.5rem
  }
}

@media only screen and (max-width:575px) {
  .about__author {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
  }
}

.about__author--name {
  font-weight: 600;
  line-height: 2.6rem
}

.about__author--signature {
  margin-left: 1.5rem
}

.counterup__banner__bg2 {
  background: url(../img/banner/banner-bg4.png);
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center center;
  background-size: cover;
  position: relative
}

.counterup__banner__bg2::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: var(--black-color);
  left: 0;
  top: 0;
  opacity: .7
}

.counterup__banner--inner {
  padding: 60px 0
}

@media only screen and (max-width:575px) {
  .counterup__banner--inner {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 60px 0 38px
  }
}


@media only screen and (min-width:768px) {
  .counterup__banner--inner {
    padding: 70px 0
  }
}

@media only screen and (min-width:992px) {
  .counterup__banner--inner {
    padding: 80px 0
  }
}

@media only screen and (min-width:1200px) {
  .counterup__banner--inner {
    padding: 100px 0
  }
}

@media only screen and (min-width:1600px) {
  .counterup__banner--inner {
    padding: 150px 0
  }
}



@media only screen and (max-width:575px) {
  .counterup__banner--items {
    width: 50%;
    margin-bottom: 22px
  }
}

.counterup__banner--items__text {
  font-size: 1.4rem;
  line-height: 2.3rem;
  margin-bottom: 10px;
  font-weight: 400
}

@media only screen and (min-width:768px) {
  .counterup__banner--items__text {
    font-size: 1.6rem;
    line-height: 2.4rem;
    margin-bottom: 11px
  }
}

@media only screen and (min-width:992px) {
  .counterup__banner--items__text {
    font-size: 1.7rem;
    line-height: 2.7rem
  }
}

@media only screen and (min-width:1200px) {
  .counterup__banner--items__text {
    font-size: 2rem;
    line-height: 3.2rem
  }
}


.counterup__banner--items__number {
  font-family: var(--font-lora);
  font-weight: 600;
  font-size: 3rem;
  line-height: 3rem
}

@media only screen and (min-width:768px) {
  .counterup__banner--items__number {
    font-size: 3.3rem
  }
}

@media only screen and (min-width:992px) {
  .counterup__banner--items__number {
    font-size: 3.5rem;
    line-height: 3.5rem
  }
}

@media only screen and (min-width:1200px) {
  .counterup__banner--items__number {
    font-size: 4rem;
    line-height: 4.5rem
  }
}

.team__items:hover .team__thumb {
  border-color: var(--secondary-color)
}

@media only screen and (max-width:991px) {
  .team__items {
    margin-bottom: 2.5rem
  }
}

.team__thumb {
  position: relative;
  display: inline-block;
  border: 6px solid transparent;
  padding: .7rem;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  border-radius: 50%
}

.team__thumb--img {
  display: block;
  width: 100%
}

.team__social--list {
  margin-right: 1.5rem
}

.team__social--list:last-child {
  margin-right: 0
}

@media only screen and (max-width:575px) {
  .team__social--list {
    margin-right: .8rem
  }
}

.team__social--icon {
  width: 3.2rem;
  height: 3.2rem;
  text-align: center;
  background: var(--secondary-color);
  color: var(--white-color);
  line-height: 3.5rem;
  border-radius: 50%;
  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
}

.team__social--icon:hover {
  background: var(--primary-color);
  color: var(--white-color)
}

@media only screen and (max-width:575px) {
  .team__social--icon {
    width: 2.8rem;
    height: 2.8rem;
    line-height: 3.4rem
  }
}

.team__content {
  padding: 1.2rem 0 0
}

@media only screen and (max-width:991px) {
  .team__content {
    padding: 1rem 0 0
  }
}

@media only screen and (max-width:575px) {
  .team__content {
    padding: .5rem 0 0
  }
}

.team__content--subtitle {
  color: var(--sky-color);
  font-size: 1.5rem;
  line-height: 2rem;
  margin-bottom: 1.5rem
}

@media only screen and (min-width:767px) {
  .team__content--subtitle {
    font-size: 1.7rem;
    line-height: 2.5rem
  }
}

@media only screen and (max-width:575px) {
  .team__content--subtitle {
    margin-bottom: 1.2rem
  }
}

.team__content--title {
  font-weight: 700;
  margin-bottom: 1rem
}

@media only screen and (min-width:992px) {
  .team__content--title {
    font-size: 2.2rem;
    line-height: 2.5rem;
    margin-bottom: 1.2rem
  }
}

@media only screen and (min-width:1200px) {
  .team__content--title {
    font-size: 2.4rem;
    line-height: 2.5rem
  }
}

@media only screen and (max-width:575px) {
  .team__content--title {
    margin-bottom: .5rem;
    line-height: 2.2rem
  }
}

.shop__header {
  padding: 1.5rem 2rem;
  border-radius: .5rem
}

@media only screen and (max-width:479px) {
  .shop__header {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
  }
}

.product__view--mode__list {
  margin-right: 2rem
}

.product__view--mode__list:last-child {
  margin-right: 0
}

@media only screen and (min-width:992px) {
  .product__view--mode__list {
    margin-right: 1.5rem
  }
}


@media only screen and (min-width:1200px) {
  .product__view--mode__list {
    margin-right: 2.5rem
  }
}

@media only screen and (min-width:1366px) {
  .product__view--mode__list {
    margin-right: 3.5rem
  }
}

@media only screen and (max-width:991px) {
  .product__view--mode__list {
    margin-right: 0
  }
}

.product__view--label {
  font-weight: 600;
  margin-right: 1.2rem
}

@media only screen and (min-width:992px) {
  .product__view--label {
    margin-right: .8rem;
    font-size: 1.5rem
  }
}

@media only screen and (min-width:1200px) {
  .product__view--label {
    margin-right: 2.5rem
  }
}

@media only screen and (min-width:1366px) {
  .product__view--label {
    margin-right: 3.5rem
  }
}


.product__view--select {
  border: 1px solid var(--border-color);
  padding: .6rem 3rem .6rem 1.2rem;
  -webkit-appearance: none;
  cursor: pointer;
  border-radius: .5rem;
  background: var(--white-color)
}

.select.shop__header--select::before {
  right: 14px
}

.product__grid--column__buttons--icons {
  border: 1px solid var(--border-color);
  background: var(--white-color);
  border-radius: .3rem;
  width: 3.7rem;
  height: 3.7rem;
  line-height: 1.1rem;
  margin-right: 10px;
  text-align: center;
  padding: 0
}

.product__grid--column__buttons--icons>svg {
  pointer-events: none
}

.product__grid--column__buttons--icons:last-child {
  margin-right: 0
}

.product__grid--column__buttons--icons:hover {
  color: var(--secondary-color);
  border-color: var(--secondary-color)
}

.product__grid--column__buttons--icons.active {
  color: var(--secondary-color);
  border-color: var(--secondary-color)
}

.product__view--search__form {
  width: 200px;
  position: relative
}

@media only screen and (min-width:992px) {
  .product__view--search__form {
    width: 180px
  }
}

@media only screen and (min-width:1200px) {
  .product__view--search__form {
    width: 260px
  }
}

@media only screen and (min-width:1366px) {
  .product__view--search__form {
    width: 300px
  }
}

.product__view--search__input {
  width: 100%;
  height: 4rem;
  background: var(--white-color);
  border-radius: .5rem;
  padding: 0 5rem 0 1.5rem;
  border: 1px solid var(--border-color);
  border-radius: .5rem
}

@media only screen and (min-width:992px) {
  .product__view--search__input {
    font-size: 1.5rem
  }
}

.product__view--search__input:focus {
  border-color: var(--secondary-color)
}

.product__view--search__btn {
  position: absolute;
  right: 0;
  top: 0;
  border: 0;
  background: var(--secondary-color);
  color: var(--white-color);
  height: 100%;
  width: 4rem;
  border-radius: 0 .5rem .5rem 0;
  line-height: 4.8rem
}

.product__view--search__btn:hover {
  background: var(--primary-color)
}

.product__showing--count {
  font-weight: 500;
  letter-spacing: .5px
}

@media only screen and (min-width:992px) {
  .product__showing--count {
    font-size: 1.5rem;
    line-height: 2.6rem;
    margin-left: 1.5rem
  }
}

@media only screen and (min-width:1200px) {
  .product__showing--count {
    font-size: 1.7rem;
    line-height: 2.8rem;
    margin-left: 2rem
  }
}

@media only screen and (max-width:479px) {


  .product__showing--count {
    text-align: center;
    width: 100%;
    margin-top: 1.2rem
  }
}

.offcanvas__filter--sidebar {
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 300px;
  height: 100vh;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  background-color: var(--white-color);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .15);
  box-shadow: 0 0 10px rgba(0, 0, 0, .15);
  overflow-y: auto
}

@media only screen and (min-width:480px) {
  .offcanvas__filter--sidebar {
    max-width: 320px
  }
}

.offcanvas__filter--sidebar.active {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateX(0);
  transform: translateX(0)
}

.widget__filter--btn {
    border: 1px solid var(--border-color);
    background: var(--white-color);
    border-radius: 8px;
    padding: 2px 10px;
    height: 36px;
}
.widget__filter--btn>* {
  pointer-events: none
}

@media only screen and (max-width:479px) {
  .widget__filter--btn {
    margin-right: 2.5rem
  }
}

.widget__filter--btn:hover {
  border-color: var(--secondary-color);
  color: var(--secondary-color)
}

.widget__filter--btn__icon {
  width: 20px
}

.widget__filter--btn__text {
  font-weight: 600;
  font-size: 1.5rem;
  margin-left: .7rem
}

.offcanvas__filter--close {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid var(--border-color);
  padding: .5rem 1rem;
  border-radius: .3rem;
  margin: 25px;
  background: var(--white-color)
}

.offcanvas__filter--close>* {
  pointer-events: none
}

.offcanvas__filter--close:hover {
  border-color: var(--secondary-color);
  color: var(--secondary-color)
}


.offcanvas__filter--close__text {
  font-size: 1.5rem;
  font-weight: 600;
  margin-left: 8px
}

.shop__sidebar--widget {
  position: -webkit-sticky;
  position: sticky;
  top: 0
}

.single__widget {
  margin-bottom: 3rem
}

@media only screen and (min-width:992px) {
  .single__widget {
    margin-bottom: 4rem
  }
}

.single__widget:last-child {
  margin-bottom: 0
}

.single__widget.widget__bg {
  border-radius: .5rem;
  border: 0px solid #e5e5e5;
  background-color: #fff;
}

.widget__title {
  padding: 10px 15px;
  font-weight: 500;
  margin-bottom: 1.5rem;
  font-size: 16px;
  font-family: inherit;
  letter-spacing: .5px;
  border-bottom: 1px solid var(--border-color2);
}

@media only screen and (min-width:992px) {
  .widget__title {
    padding-bottom: 1.2rem;
    margin-bottom: 1rem
  }
}

.widget__search--form {
  position: relative
}

.widget__search--form__input {
  width: 100%;
  height: 5rem;
  padding: 0 6rem 0 1.2rem;
  border-radius: .5rem;
  border: 1px solid var(--border-color2)
}

@media only screen and (min-width:992px) {
  .widget__search--form__input {
    font-size: 1.5rem
  }
}

.widget__search--form__input:focus {
  border-color: var(--secondary-color)
}

.widget__search--form__btn {
  position: absolute;
  top: 0;
  right: 0;
  border: 0;
  background: var(--secondary-color);
  color: var(--white-color);
  padding: 0;
  width: 4.5rem;
  height: 100%;
  border-radius: 0 .5rem .5rem 0
}

.widget__search--form__btn:hover {
  background: var(--primary-color)
}

.widget__categories--menu__list {
  margin-bottom: 1.2rem;
  padding-left: 0px;
}

.widget__categories--menu__list.active {
  margin-bottom: 1.5rem
}

.facet-title {
  color: #198754;
  font-weight: 500;
  margin: 6px 0 12px;
  font-size: 14px;
  text-transform: capitalize;
  line-height: 20px;
  letter-spacing: .5px;
}

.block_content {
  padding: 0;

}

.block-grid {
  padding: 2px 10px;
}

.widget__categories--menu__list.active:last-child {
  margin-bottom: 0
}

.widget__categories--menu__list.active .widget__categories--menu__arrowdown--icon {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  top: 25%
}

.widget__categories--menu__label {
  cursor: pointer;
  font-size: 12px;
  background: var(--white-color);
  padding: .5rem 0px;
  position: relative;
  -webkit-transition: var(--transition);
  transition: var(--transition)
}

.widget__categories--menu__label>* {
  pointer-events: none
}

.widget__categories--menu__label:hover {
  color: #d11d2b
}

.widget__categories--menu__text {
  padding-left: 0rem
}

.widget__categories--menu__img {
  width: 3rem
}

.widget__categories--menu__arrowdown--icon {
  position: absolute;
  right: 0.5rem;
  top: 25%;
  -webkit-transition: var(--transition);
  transition: var(--transition)
}

.widget__categories--sub__menu {
  display: none;
  padding: 1rem 0;
}

.widget__categories--sub__menu--list {
  margin-bottom: .5rem;
  padding: 0 1rem .8rem;
}

.widget__categories--sub__menu--list:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0
}

.widget__categories--sub__menu--img {
  width: 2.8rem
}

.widget__categories--sub__menu--text {
  padding-left: 1rem;
  line-height: 1.8rem;
  color: #757575;
  font-size: 12px;
}

.widget__form--check__list {
  margin-bottom: 0;
  position: relative
}

.widget__form--check__list:last-child {
  margin-bottom: 1rem
}

.widget__categories--sub__menu--text:hover,
.widget__categories--sub__menu--text.active {
  color: #d11d2b;
}

.widget__form--check__label {
  cursor: pointer;
  font-size: 13px;
  line-height: 2.5rem;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  border: 0px solid var(--border-color2);
  background: var(--white-color);
  padding: .5rem 0;
  border-radius: .5rem;
  display: block
}

.widget__form--check__label:hover {
  color: var(--primary-color)
}

.widget__form--check__input {
  position: absolute;
  right: 1rem;
  top: 50%;
  -webkit-transform: translatey(-50%);
  transform: translatey(-50%);
  opacity: 0;
  cursor: pointer;
  z-index: 999
}

.widget__form--check__input:checked~.widget__form--checkmark {
  background-color: #fff
}

.widget__form--check__input:checked~.widget__form--checkmark::before {
  display: block
}

.widget__form--checkmark {
  height: 1.5rem;
  width: 1.5rem;
  border: 1px solid #212529;
  border-radius: 0;
  display: block;
  position: absolute;
  top: 50%;
  right: 1rem;
  -webkit-transform: translatey(-50%);
  transform: translatey(-50%);
  background: var(--white-color);
  -webkit-transition: var(--transition);
  transition: var(--transition)
}

.widget__form--checkmark::before {
  right: .5rem;
  top: .3rem;
  width: .5rem;
  height: .8rem;
  border: solid #000;
  border-top-width: medium;
  border-right-width: medium;
  border-bottom-width: medium;
  border-left-width: medium;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  content: "";
  position: absolute;
  display: none
}

.price__filter--group {
  width: 46%
}

.price__filter--label {
  font-weight: 600;
  margin-bottom: .6rem;
  display: inline-block
}

@media only screen and (min-width:992px) {
  .price__filter--label {
    font-size: 1.5rem
  }
}

.price__filter--input {
  border: 1px solid var(--border-color2);
  padding: .7rem 1rem
}

.price__filter--input__field {
  width: 100%
}

.price__filter--currency {
  font-weight: 700;
  margin-right: .6rem
}

.price__filter--btn {
  height: 4rem;
  line-height: 4rem
}


.price__divider {
  font-size: 2rem;
  padding: 2.5rem 1rem 0
}


.widget__tagcloud--list {
  display: inline-block;
  margin: 0 8px 8px 0
}

.widget__tagcloud--link {
  border: 1px solid var(--border-color2);
  background: var(--white-color);
  padding: .5rem 1.2rem;
  line-height: 2.5rem;
  border-radius: .3rem
}

.widget__tagcloud--link:hover {
  background: var(--secondary-color);
  border-color: var(--secondary-color);
  color: var(--white-color)
}

@media only screen and (max-width:991px) {
  .shop__product--wrapper .product__items--link {
    width: 100%
  }
}

@media only screen and (max-width:991px) {
  .shop__product--wrapper .product__items--img {
    width: 100%
  }
}

@media only screen and (max-width:1365px) {
  .product__grid--inner .product__items--action__btn {
    padding: 0 .6rem
  }
}

@media only screen and (max-width:1199px) {
  .product__grid--inner .product__items--action__btn {
    padding: 0 .5rem
  }
}

.product__grid--inner .product__items--action__btn.add__to--cart {
  font-size: 1.3rem;
  padding: 0 .6rem
}

@media only screen and (min-width:1600px) {
  .product__grid--inner .product__items--action__btn.add__to--cart {
    font-size: 1.4rem
  }
}

@media only screen and (max-width:1365px) {
  .product__grid--inner .product__items--action__btn.add__to--cart {
    padding: 0 .4rem
  }
}

@media only screen and (max-width:1600px) {
  .product__grid--inner .product__items--action__btn.add__to--cart {
    padding: 0 .6rem
  }
}

.product__list--items__thumbnail {
  width: 132px
}

@media only screen and (min-width:480px) {
  .product__list--items__thumbnail {
    width: 200px
  }
}

@media only screen and (min-width:768px) {
  .product__list--items__thumbnail {
    width: 280px
  }
}

.product__list--items__content {
  width: calc(100% - 132px);
  padding-left: 1.5rem
}

@media only screen and (min-width:480px) {
  .product__list--items__content {
    width: calc(100% - 200px);
    padding-left: 2rem
  }
}

@media only screen and (min-width:768px) {
  .product__list--items__content {
    width: calc(100% - 280px);
    padding-left: 3rem
  }
}

.product__list--items__content--title {
  font-weight: 600
}

@media only screen and (min-width:992px) {
  .product__list--items__content--title {
    font-size: 2rem;
    line-height: 2.8rem
  }
}

@media only screen and (max-width:991px) {
  .product__list--items__content--title.mb-10 {
    margin-bottom: 3px
  }
}

@media only screen and (min-width:992px) {
  .product__list--items__content--desc {
    font-size: 1.6rem;
    line-height: 2.8rem
  }
}

@media only screen and (max-width:767px) {
  .product__list--items__content--desc {
    display: none
  }
}

@media only screen and (max-width:991px) {
  .product__list--items__content--desc.mb-20 {
    margin-bottom: 13px
  }
}

@media only screen and (min-width:992px) {
  .product__list--items__content .current__price {
    font-size: 1.8rem;
    line-height: 2.6rem
  }
}

@media only screen and (min-width:992px) {
  .product__list--items__content .old__price {
    font-size: 1.6rem;
    line-height: 2.6rem
  }
}

.pagination__area {
  padding: 1.5rem 2rem;
  margin-top: 3rem
}

@media only screen and (min-width:768px) {
  .pagination__area {
    margin-top: 5rem
  }
}

.pagination__list {
  margin-right: .8rem
}

.pagination__list:last-child {
  margin-right: 0
}

@media only screen and (min-width:768px) {
  .pagination__list {
    margin-right: 1.2rem
  }
}

.pagination__item {
  width: 3.5rem;
  height: 3.5rem;
  line-height: 3.3rem;
  font-size: 1.6rem;
  font-weight: 600;
  text-align: center;
  border-radius: 50%;
  border: 1px solid var(--border-color2);
  background: var(--white-color)
}

.pagination__item--current {
  background: var(--secondary-color);
  border-color: var(--secondary-color);
  color: var(--white-color)
}

.pagination__item:hover {
  background: var(--secondary-color);
  border-color: var(--secondary-color);
  color: var(--white-color)
}

@media only screen and (min-width:768px) {
  .pagination__item {
    width: 4rem;
    height: 4rem;
    line-height: 3.8rem
  }
}

.product__details--media {
  position: -webkit-sticky;
  position: sticky;
  top: 0
}

@media only screen and (max-width:767px) {
  .product__details--media {
    margin-bottom: 5.7rem
  }
}

.product__media--preview__items {
  position: relative
}

.product__media--preview__items--link {
  width: 100%;
  display: block
}

.product__media--preview__items--img {
  width: 100%;
  display: block
}


.product__media--view__icon {
  position: absolute;
  top: 2rem;
  left: 2rem
}

.product__media--view__icon--link {
  width: 3.5rem;
  height: 3.5rem;
  line-height: 3.3rem;
  text-align: center;
  background: var(--secondary-color);
  border-radius: 50%;
  color: var(--white-color)
}

.product__media--view__icon--link:hover {
  background: var(--primary-color);
  color: var(--white-color)
}

.product__media--view__icon.media__play {
  right: 2rem;
  left: auto
}

.media__play--icon__link {
  color: var(--secondary-color)
}

.media__play--icon__link:hover {
  color: var(--primary-color)
}

.product__media--nav {
  margin-top: 2rem
}

.product__media--nav__items {
  border: 1px solid var(--border-color2);
  padding: .5rem
}

.product__media--nav__items--img {
  width: 100%;
  display: block;
  cursor: pointer
}

@media only screen and (min-width:768px) {
  .product__details--info {
    font-size: 1.6rem
  }
}

@media only screen and (min-width:992px) {
  .product__details--info__title {
    font-size: 2.8rem
  }
}

@media only screen and (min-width:992px) {
  .product__details--info__title.style2 {
    font-size: 2.5rem
  }
}

.product__details--info__price .current__price {
  font-size: 2.6rem
}

@media only screen and (min-width:992px) {
  .product__details--info__price .current__price {
    font-size: 2.8rem
  }
}

.product__details--info__price .old__price {
  font-size: 1.4rem;
  margin-left: .8rem
}

@media only screen and (min-width:992px) {
  .product__details--info__price .old__price {
    font-size: 1.8rem
  }
}

@media only screen and (min-width:992px) {
  .product__details--info__desc {
    font-size: 1.6rem;
    line-height: 2.8rem
  }
}

.product__items--rating__count--number {
  font-size: 1.4rem;
  color: var(--text-gray-color);
  padding-left: 7px;
  line-height: 20px
}

.variant__buy--now__btn {
  width: 100%
}

.product__variant--title {
  font-size: 1.5rem;
  font-weight: 700;
  margin-right: 1rem
}


.product__details--info__meta--list {
  font-size: 1.5rem;
  margin-bottom: .8rem
}

.product__details--info__meta--list:last-child {
  margin-bottom: 0
}

.guarantee__safe--checkout__title {
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 1.2rem
}


.product__details--tab__section {
  background: var(--bg-gray-color)
}


.product__details--tab__section.sidebar__tab--section {
  padding: 3.5rem
}

@media only screen and (max-width:1599px) {
  .product__details--tab__section.sidebar__tab--section {
    padding: 3rem
  }
}

@media only screen and (max-width:767px) {
  .product__details--tab__section.sidebar__tab--section {
    padding: 2rem
  }
}

@media only screen and (max-width:575px) {
  .product__details--tab__section.sidebar__tab--section {
    padding: 1.5rem
  }
}

@media only screen and (min-width:992px) and (max-width:1199px) {
  .sidebar__tab--section .product__details--tab__list {
    margin-right: 3rem
  }


  .sidebar__tab--section .product__details--tab__list:last-child {
    margin-right: 0
  }
}

.product__details--tab__inner {
  background: var(--white-color);
  padding: 3rem
}

@media only screen and (max-width:767px) {
  .product__details--tab__inner {
    padding: 2.5rem 2rem
  }
}

@media only screen and (max-width:575px) {
  .product__details--tab__inner {
    padding: 2.5rem 1rem
  }
}


@media only screen and (max-width:767px) {
  .product__details--tab {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }

  .product__details--tab.mb-30 {
    margin-bottom: 1.5rem
  }
}

.product__details--tab__list {
  font-size: 1.6rem;
  line-height: 2.6rem;
  margin-right: 5rem;
  cursor: pointer;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  position: relative;
  padding-bottom: .4rem
}

.product__details--tab__list::before {
  position: absolute;
  content: "";
  width: 0;
  height: 1px;
  background: #198754;
  left: 50%;
  right: 50%;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  bottom: 0
}

.product__details--tab__list.active {
  color: #198754;
}

.product__details--tab__list.active::before {
  width: 100%;
  left: 0;
  right: 0
}

.product__details--tab__list:hover {
  color: #198754;
}

.product__details--tab__list:hover::before {
  width: 100%;
  left: 0;
  right: 0
}

.product__details--tab__list:last-child {
  margin-right: 0
}

@media only screen and (min-width:768px) {
  .product__details--tab__list {
    font-size: 1.7rem
  }
}

@media only screen and (min-width:1200px) {
  .product__details--tab__list {
    font-size: 1.8rem
  }
}

@media only screen and (max-width:767px) {
  .product__details--tab__list {
    margin: 0 1rem 1.3rem
  }
}

.product__tab--content__title {
  font-weight: 500;
  font-size: 1.6rem;
  text-transform: capitalize;
  color: #302f2f;
  letter-spacing: 1px;
}

@media only screen and (min-width:992px) {
  .product__tab--content__title {
    font-size: 1.6rem
  }
}

.product__tab--content__desc {
  line-height: 2.6rem;
  color: var(--text-gray-color)
}

@media only screen and (min-width:992px) {
  .product__tab--content__desc {
    font-size: 1.5rem;
    line-height: 2.8rem
  }
}

.product__tab--content__list {
  line-height: 2.6rem;
  margin-bottom: .6rem;
  color: var(--text-gray-color)
}

@media only screen and (min-width:992px) {
  .product__tab--content__list {
    font-size: 1.5rem;
    line-height: 2.8rem
  }
}

.product__tab--content__list:last-child {
  margin-bottom: 0
}

.product__tab--content__list--icon {
  width: 2rem;
  vertical-align: middle;
  margin-right: .5rem
}

.product__reviews--header {
  position: relative;
  border-bottom: 1px solid var(--border-color2);
  padding-bottom: 1.5rem;
  margin-bottom: 2.5rem
}

@media only screen and (min-width:768px) {
  .product__reviews--header {
    padding-bottom: 2.5rem;
    margin-bottom: 3.5rem
  }
}

@media only screen and (max-width:575px) {
  .product__reviews--header {
    text-align: center
  }
}

@media only screen and (max-width:575px) {
  .reviews__ratting {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
  }
}

.reviews__summary--caption {
  color: var(--secondary-color);
  margin-left: 1.2rem
}

@media only screen and (max-width:575px) {
  .reviews__summary--caption {
    margin-left: 1rem;
    font-size: 1.3rem
  }
}

.actions__newreviews--btn {
  position: absolute;
  right: 0;
  bottom: 2.2rem
}

@media only screen and (max-width:575px) {
  .actions__newreviews--btn {
    position: inherit;
    bottom: inherit;
    margin-top: 1rem
  }
}

.actions__newreviews--btn.primary__btn {
  font-size: 1.4rem;
  line-height: 4rem;
  height: 4rem;
  padding: 0 1.5rem
}

@media only screen and (min-width:992px) {
  .actions__newreviews--btn.primary__btn {
    font-size: 1.5rem;
    line-height: 4.2rem;
    height: 4.2rem;
    padding: 0 1.8rem
  }
}

.reviews__comment--area {
  padding: 0 2rem;
  margin-bottom: 3rem
}

@media only screen and (max-width:767px) {


  .reviews__comment--area {
    padding: 0;
    margin-bottom: 2rem
  }
}

@media only screen and (max-width:1199px) {
  .reviews__comment--area.style2 {
    padding: 0
  }
}

.reviews__comment--thumb {
  width: 100px
}

@media only screen and (max-width:575px) {
  .reviews__comment--thumb {
    margin-bottom: 1.5rem
  }
}

.reviews__comment--content {
  width: 100%;
  position: relative
}

@media only screen and (min-width:576px) {
  .reviews__comment--content {
    width: calc(100% - 100px);
    padding-left: 2rem
  }
}

.reviews__comment--content__date {
  border: 1px solid var(--border-color2);
  padding: 0 .6rem;
  border-radius: 5px;
  height: 3.8rem;
  line-height: 3.6rem;
  font-size: 1.3rem
}

@media only screen and (min-width:576px) {
  .reviews__comment--content__date {
    padding: 0 .8rem;
    height: 4rem;
    line-height: 3.8rem;
    font-size: 1.4rem
  }
}

@media only screen and (min-width:768px) {
  .reviews__comment--content__date {
    padding: 0 1rem;
    height: 4.2rem;
    line-height: 4rem;
    font-size: 1.5rem
  }
}

.reviews__comment--content__title {
  font-weight: 600;
  margin-bottom: .8rem
}

.reviews__comment--content .reviews__ratting {
  margin-bottom: .8rem
}

@media only screen and (max-width:575px) {

  .reviews__comment--content .reviews__ratting {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
  }
}

.reviews__comment--content__desc {
  margin-bottom: 0
}

@media only screen and (min-width:992px) {
  .reviews__comment--content__desc {
    font-size: 1.5rem;
    line-height: 2.8rem
  }
}

.reviews__comment--list {
  border-bottom: 1px solid var(--border-color2);
  padding-bottom: 2rem;
  margin-bottom: 2rem
}

.reviews__comment--list:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: 0
}

@media only screen and (min-width:768px) {
  .reviews__comment--list {
    padding-bottom: 2.5rem;
    margin-bottom: 2.5rem
  }
}

@media only screen and (max-width:575px) {
  .reviews__comment--list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }
}

.reviews__comment--list.margin__left {
  margin-left: 3rem
}

@media only screen and (min-width:992px) {
  .reviews__comment--list.margin__left {
    margin-left: 5rem
  }
}

@media only screen and (max-width:1199px) {
  .reviews__comment--list.margin__left.style2 {
    margin-left: 0
  }
}

.reviews__comment--top {
  margin-bottom: 1rem
}

@media only screen and (min-width:992px) {
  .reviews__comment--reply__title {
    font-size: 2.4rem;
    line-height: 2.8rem
  }
}

@media only screen and (max-width:575px) {
  .reviews__comment--reply__title {
    text-align: center
  }
}

.reviews__comment--reply__textarea {
  width: 100%;
  height: 100px;
  resize: none;
  padding: 1.2rem 1.5rem;
  border: 1px solid var(--border-color2);
  border-radius: .5rem
}

@media only screen and (min-width:768px) {
  .reviews__comment--reply__textarea {
    height: 150px
  }
}

@media only screen and (min-width:992px) {

  .reviews__comment--reply__textarea {
    font-size: 1.5rem
  }
}

.reviews__comment--reply__textarea:focus {
  border-color: var(--secondary-color)
}

.reviews__comment--reply__input {
  width: 100%;
  border: 1px solid var(--border-color2);
  height: 5rem;
  border-radius: .5rem;
  padding: 0 1.5rem
}

@media only screen and (min-width:992px) {
  .reviews__comment--reply__input {
    font-size: 1.5rem
  }
}

.reviews__comment--reply__input:focus {
  border-color: var(--secondary-color)
}

.reviews__comment--btn {
  font-size: 1.5rem;
  line-height: 4rem;
  height: 4rem
}

@media only screen and (max-width:575px) {
  .reviews__comment--rating {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
  }
}

.product__details--gallery {
  position: -webkit-sticky;
  position: sticky;
  top: 0
}

@media only screen and (max-width:767px) {
  .product__details--gallery {
    margin-bottom: 4.5rem
  }
}

@media only screen and (min-width:992px) and (max-width:1199px) {
  .add__to--cart__text.style2 {
    display: none
  }
}

.blog__wrapper--sidebar {
  position: -webkit-sticky;
  position: sticky;
  top: 0
}

.blog__sidebar--widget {
  position: -webkit-sticky;
  position: sticky;
  top: 0
}

@media only screen and (max-width:991px) {
  .blog__sidebar--widget.left {
    margin-top: 8rem
  }
}

@media only screen and (max-width:767px) {
  .blog__sidebar--widget.left {
    margin-top: 6rem
  }
}


.blog__post--header.mb-30 {
  margin-bottom: 2.5rem
}

@media only screen and (min-width:992px) {
  .post__header--title {
    line-height: 3rem;
    font-size: 2.5rem
  }
}

@media only screen and (min-width:1200px) {
  .post__header--title {
    line-height: 3.5rem;
    font-size: 3rem
  }
}

@media only screen and (min-width:1600px) {
  .post__header--title {
    font-size: 3.5rem;
    line-height: 4rem
  }
}

.blog__post--meta {
  text-transform: capitalize
}

@media only screen and (min-width:992px) {
  .blog__post--meta {
    font-size: 1.5rem
  }
}

.blog__post--meta__link {
  color: var(--secondary-color)
}

.blog__post--meta__link:hover {
  color: var(--secondary-color);
  text-decoration: underline
}

.blog__thumbnail {
  line-height: 1
}

@media only screen and (max-width:767px) {
  .blog__thumbnail.mb-30 {
    margin-bottom: 2rem
  }
}

.blog__details--content__subtitle {
  line-height: 2.6rem
}

@media only screen and (min-width:992px) {
  .blog__details--content__subtitle {
    line-height: 3rem
  }
}

@media only screen and (min-width:1200px) {
  .blog__details--content__subtitle {
    line-height: 3.5rem
  }
}

.blockquote__content {
  padding: 20px 30px;
  text-align: center;
  border-radius: 10px
}

@media only screen and (min-width:992px) {
  .blockquote__content {
    padding: 30px 40px
  }
}

@media only screen and (min-width:1200px) {
  .blockquote__content {
    padding: 40px 70px
  }
}

@media only screen and (max-width:767px) {
  .blockquote__content {
    margin: 0 0 2.5rem;
    padding: 1.5rem 2rem
  }
}

.blockquote__content--desc {
  font-size: 1.6rem;
  line-height: 2.8rem;
  font-style: italic;
  font-weight: 500
}

@media only screen and (min-width:768px) {
  .blockquote__content--desc {
    font-size: 1.8rem;
    line-height: 3rem
  }
}

@media only screen and (min-width:1600px) {
  .blockquote__content--desc {
    font-size: 2rem;
    line-height: 3.4rem
  }
}

.blog__tags--social__media {
  padding: 5rem 0
}

@media only screen and (max-width:1199px) {

  .blog__tags--social__media {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
  }
}

@media only screen and (max-width:1199px) {
  .blog__tags--media {
    margin-bottom: 2rem
  }
}

@media only screen and (max-width:575px) {
  .blog__tags--media {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
  }
}

.blog__tags--media__title {
  font-size: 1.5rem;
  font-weight: 600;
  margin-right: 1rem
}

@media only screen and (min-width:992px) {
  .blog__tags--media__title {
    font-size: 1.6rem
  }
}

@media only screen and (max-width:575px) {
  .blog__tags--media__title {
    margin-right: 0;
    margin-bottom: 1rem
  }
}

.blog__tags--media__list {
  margin-right: .7rem
}

.blog__tags--media__list:last-child {
  margin-right: 0
}

.blog__tags--media__link {
  border: 1px solid var(--border-color2);
  background: var(--white-color);
  padding: .5rem 1.2rem;
  line-height: 2.5rem;
  border-radius: .3rem;
  text-transform: capitalize
}

.blog__tags--media__link:hover {
  background: var(--primary-color);
  border-color: var(--primary-color);
  color: var(--white-color)
}

@media only screen and (max-width:575px) {
  .blog__tags--media__link {
    padding: .4rem .8rem;
    font-size: 1.3rem
  }
}

.meta__deta {
  font-weight: 500;
  margin-top: .6rem;
  font-size: 1.5rem
}

.blog__social--media__title {
  font-size: 1.5rem;
  font-weight: 600;
  margin-right: 1rem
}

@media only screen and (min-width:992px) {
  .blog__social--media__title {
    font-size: 1.6rem
  }
}

.blog__social--media__list {
  margin-right: 1rem
}

.blog__social--media__list:last-child {
  margin-right: 0
}

.blog__social--media__link {
  width: 3rem;
  height: 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: var(--secondary-color);
  color: var(--white-color);
  border-radius: 50%
}

.blog__social--media__link:hover {
  background: var(--primary-color);
  color: var(--white-color)
}

.related__post--area {
  margin-bottom: 50px
}

@media only screen and (max-width:767px) {
  .related__post--area {
    margin-bottom: 40px
  }
}

.related__post--items:hover .related__post--img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05)
}

.related__post--thumb {
  line-height: 1;
  overflow: hidden
}

@media only screen and (max-width:479px) {
  .related__post--text {
    text-align: center
  }
}


.related__post--title {
  font-size: 1.7rem;
  line-height: 2.2rem;
  margin-bottom: 5px
}

@media only screen and (min-width:992px) {
  .related__post--title {
    font-size: 1.8rem;
    line-height: 2.4rem
  }
}

@media only screen and (min-width:1200px) {
  .related__post--title {
    font-size: 2rem
  }
}

.related__post--deta {
  font-size: 1.5rem;
  line-height: 2.2rem
}

.comment__reply--btn {
  height: 3.2rem;
  line-height: 3.2rem;
  padding: 0 2.2rem;
  font-size: 1.4rem;
  border: 0
}

@media only screen and (min-width:992px) {
  .comment__reply--btn {
    font-size: 1.6rem
  }
}

.comment__content--topbar {
  margin-bottom: 1rem
}

.reviews__comment--content__title2 {
  font-weight: 600;
  line-height: 2.2rem;
  margin-bottom: .6rem;
  font-size: 1.6rem
}

@media only screen and (min-width:992px) {
  .reviews__comment--content__title2 {
    font-size: 1.8rem
  }
}

.reviews__comment--content__date2 {
  font-size: 1.5rem;
  color: var(--text-gray-color)
}

.reviews__comment--area2.mb-50 {
  margin-bottom: 5rem
}

@media only screen and (max-width:575px) {
  .reviews__comment--area2.mb-50 {
    margin-bottom: 4.8rem
  }
}

@media only screen and (min-width:1366px) {
  .contact__section--inner {
    padding: 0 13rem
  }
}

@media only screen and (max-width:767px) {
  .contact__section.section--padding.color-scheme-2 {
    padding-bottom: 4.8rem
  }
}

@media only screen and (max-width:767px) {
  .home__contact--info {
    margin-bottom: 3rem
  }
}

.home__contact--info__items {
  border-bottom: 1px solid var(--border-color3);
  padding-bottom: 2.5rem;
  margin-bottom: 2.5rem
}

@media only screen and (max-width:575px) {

  .home__contact--info__items {
    padding-bottom: 2rem;
    margin-bottom: 2rem;
    text-align: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }
}

.home__contact--info__items:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: 0
}

.home__contact--info__items:hover .home__contact--info__icon {
  color: var(--secondary-color)
}

.home__contact--info__icon {
  margin-right: 1.5rem;
  padding-top: .2rem;
  -webkit-transition: var(--transition);
  transition: var(--transition)
}

@media only screen and (min-width:1200px) {
  .home__contact--info__icon {
    margin-right: 2.5rem
  }
}

@media only screen and (max-width:575px) {
  .home__contact--info__icon {
    margin-right: 0;
    padding-top: 0;
    margin-bottom: .5rem
  }
}

.home__contact--info__icon svg {
  width: 2.5rem
}

@media only screen and (max-width:575px) {
  .home__contact--info__icon svg {
    width: 2rem
  }
}

.home__contact--map iframe {
  width: 100%
}

.contact__form {
  background: var(--white-color);
  border-radius: 10px;
  -webkit-box-shadow: 0 7px 20px rgba(0, 0, 0, .16);
  box-shadow: 0 7px 20px rgba(0, 0, 0, .16);
  padding: 2rem
}

@media only screen and (min-width:576px) {
  .contact__form {
    padding: 3rem
  }
}

@media only screen and (min-width:768px) {
  .contact__form {
    padding: 4rem
  }
}

@media only screen and (min-width:992px) {
  .contact__form {
    margin-left: 36rem;
    padding: 5.5rem 3.5rem 5.5rem 10rem
  }
}

@media only screen and (min-width:1200px) {
  .contact__form {
    margin-left: 40rem
  }
}

.contact__form--title {
  font-weight: 600
}

@media only screen and (max-width:1199px) {

  .contact__form--title.mb-30 {
    margin-bottom: 2rem
  }
}

.contact__form--label {
  display: block;
  margin-bottom: 8px
}

.contact__form--label__star {
  color: var(--secondary-color)
}

.contact__form--input {
  width: 100%;
  height: 45px;
  padding: 5px 15px;
  border-radius: 8px;
  border: 1px solid var(--border-color)
}

.contact__form--input:focus {
  border-color: var(--secondary-color) !important
}

@media only screen and (min-width:576px) {
  .contact__form--input {
    height: 50px
  }
}

.contact__form--textarea {
  width: 100%;
  height: 100px;
  padding: 12px 15px;
  border-radius: 8px;
  resize: none;
  border: 1px solid var(--border-color);
  font-family: var(--font-poppins)
}

.contact__form--textarea:focus {
  border-color: var(--secondary-color) !important
}

@media only screen and (min-width:992px) {
  .contact__form--textarea {
    height: 120px
  }
}

@media only screen and (min-width:1200px) {
  .contact__form--textarea {
    height: 160px
  }
}

.contact__info {
  background: var(--secondary-color);
  width: 46rem;
  padding: 2rem;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translatey(-50%);
  transform: translatey(-50%)
}

@media only screen and (min-width:992px) {
  .contact__info {
    width: 42rem;
    padding: 4rem 3rem
  }
}

@media only screen and (min-width:1200px) {
  .contact__info {
    width: 46rem;
    padding: 5rem 6rem
  }
}


@media only screen and (max-width:991px) {
  .contact__info {
    position: inherit;
    top: inherit;
    -webkit-transform: inherit;
    transform: inherit;
    margin-top: 3rem;
    width: 100%;
    padding: 3rem
  }
}

@media only screen and (max-width:575px) {
  .contact__info {
    padding: 2rem
  }
}

.contact__info--items {
  margin-bottom: 2.7rem
}

.contact__info--items:last-child {
  margin-bottom: 0
}

@media only screen and (max-width:575px) {
  .contact__info--items {
    margin-bottom: 2rem
  }
}

.contact__info--icon {
  margin-right: 1.2rem;
  color: var(--white-color);
  padding-top: .8rem
}

@media only screen and (min-width:1200px) {
  .contact__info--icon {
    margin-right: 2rem
  }
}

@media only screen and (max-width:575px) {
  .contact__info--icon svg {
    width: 2.5rem
  }
}

.contact__info--content__title {
  font-weight: 600
}

@media only screen and (min-width:992px) {
  .contact__info--content__title {
    font-size: 2rem;
    line-height: 2.8rem
  }
}

.contact__info--content__desc {
  font-size: 1.5rem;
  line-height: 2.6rem
}

@media only screen and (min-width:1200px) {
  .contact__info--content__desc {
    font-size: 1.6rem;
    line-height: 2.7rem
  }
}

.contact__info--content__desc a:hover {
  color: var(--primary-color)
}

.contact__info--social__list {
  margin-right: 11px
}

.contact__info--social__list:last-child {
  margin-right: 0
}

.contact__info--social__icon {
  width: 3rem;
  height: 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: var(--white-color);
  color: var(--secondary-color);
  border-radius: 50%
}

.contact__info--social__icon:hover {
  background: var(--primary-color);
  color: var(--white-color)
}

.contact__map--iframe {
  width: 100%;
  height: 280px;
  margin-bottom: -7px
}

@media only screen and (min-width:768px) {
  .contact__map--iframe {
    height: 320px
  }
}

@media only screen and (min-width:992px) {
  .contact__map--iframe {
    height: 400px
  }
}

@media only screen and (min-width:1200px) {
  .contact__map--iframe {
    height: 500px
  }
}

@media only screen and (min-width:1600px) {
  .contact__map--iframe {
    height: 600px
  }
}

@media only screen and (max-width:575px) {
  .cart__title {
    text-align: center
  }
}

.cart__table--inner {
  width: 100%;
  border-spacing: 0
}

@media only screen and (max-width:575px) {
  .cart__table--header {
    display: none
  }
}

.cart__table--header__list {
  padding: 0 2rem 1.5rem 0;
  text-transform: uppercase;
  text-align: left;
  border-bottom: 1px solid var(--border-color2);
  font-size: 1.4rem
}

.cart__table--header__list:last-child {
  padding-right: 0
}

@media only screen and (min-width:768px) {
  .cart__table--header__list {
    padding: 0 2rem 2rem 0
  }
}

@media only screen and (min-width:992px) {

  .cart__table--header__list {
    font-size: 1.5rem
  }
}

.cart__table--header__list.text-center {
  text-align: center
}

.cart__table--header__list.text-right {
  text-align: right
}

@media only screen and (max-width:575px) {
  .cart__table--body__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }
}

.cart__table--body__list {
  border-bottom: 1px solid var(--border-color2);
  padding: 2rem 1.5rem 2rem 0
}

.cart__table--body__list:last-child {
  padding-right: 0
}

@media only screen and (min-width:768px) {
  .cart__table--body__list {
    padding: 2rem 2rem 2rem 0
  }
}

@media only screen and (max-width:575px) {
  .cart__table--body__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 1.2rem 0
  }
}

.cart__thumbnail {
  max-width: 10rem;
  line-height: 1
}

@media only screen and (max-width:767px) {
  .cart__thumbnail {
    max-width: 8rem
  }
}

.cart__content {
  padding-left: 1.5rem
}

@media only screen and (min-width:1200px) {

  .cart__content {
    padding-left: 2rem
  }
}

.cart__content--variant {
  display: block;
  margin-bottom: 0;
  line-height: 2.2rem;
  font-size: 1.3rem
}

.cart__content--variant:last-child {
  margin-bottom: 0
}

.cart__content--title {
  margin-bottom: .5rem;
  line-height: 2.2rem
}

@media only screen and (min-width:768px) {
  .cart__content--title {
    line-height: 2.5rem
  }
}

.cart__remove--btn {
  padding: 0px 15px 0px 7px !important;
  font-weight: 600;
  width: 3rem;
  height: 3rem;
  text-align: center;
  line-height: 3rem;
  background: transparent;
  margin-right: 1rem;
  border-radius: 50%;
  border: 0;
  padding: 0
}

.cart__remove--btn:hover {
  color: var(--secondary-color)
}

@media only screen and (min-width:768px) {
  .cart__remove--btn {
    margin-right: 1.5rem
  }
}

.cart__price {
  font-weight: 500;
  color: #212529;
}

@media only screen and (min-width:992px) {
  .cart__price {
    font-size: 1.6rem
  }
}

.continue__shopping {
  padding-top: 2rem
}

.continue__shopping--link {
  font-size: 1.5rem;
  font-weight: 600;
  color: var(--secondary-color)
}

@media only screen and (min-width:992px) {
  .continue__shopping--link {
    font-size: 1.7rem
  }
}

.continue__shopping--clear {
  font-size: 1.5rem;
  font-weight: 600;
  color: var(--secondary-color);
  border: 0;
  padding: 0;
  background: inherit
}

@media only screen and (min-width:992px) {
  .continue__shopping--clear {
    font-size: 1.7rem
  }
}

.cart__summary {
  /* -webkit-box-shadow:0 2px 22px rgba(0,0,0,.16); */
  /* box-shadow:0 2px 22px rgba(0,0,0,.16); */
  padding: 2rem;
  background-color: #ffffff;
  position: -webkit-sticky;
  position: sticky;
  top: 0
}

.cart__summary__box:before {
  margin-top: -10px;
}

.cart__summary__box:after {
  transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  margin-bottom: -10px;
}

.cart__summary__box {
  position: relative;
}

.cart__summary__box:before,
.cart__summary__box:after {
  content: "";
  display: block;
  height: 10px;
  width: 100%;
  background-color: transparent;
  -webkit-background-size: 20px 20px;
  background-size: 20px 20px;
  background-position: 0 10px, 40px 40px;
  background-image: radial-gradient(closest-side, transparent 9px, #f8f8f8 100%);
}

@media only screen and (max-width:991px) {
  .cart__summary {
    margin-top: 7.5rem
  }
}

@media only screen and (max-width:767px) {
  .cart__summary {
    margin-top: 5.5rem
  }
}

.cart__summary--total__table {
  width: 100%
}

.coupon__code--title {
  font-size: 1.7rem;
  margin-bottom: .7rem;
  line-height: 2.4rem
}

@media only screen and (min-width:992px) {
  .coupon__code--title {
    font-size: 2rem
  }
}

.coupon__code--desc {
  margin-bottom: 1.5rem
}

.coupon__code--field__input {
  border: 1px solid var(--border-color);
  height: 4rem;
  padding: 0 1rem;
  width: 100px
}

@media only screen and (min-width:768px) {
  .coupon__code--field__input {
    width: 130px
  }
}

@media only screen and (min-width:992px) {
  .coupon__code--field__input {
    width: 120px
  }
}

@media only screen and (min-width:1200px) {

  .coupon__code--field__input {
    width: 160px
  }
}

.coupon__code--field__input:focus {
  border-color: var(--secondary-color)
}

.coupon__code--field__btn {
  height: 4rem;
  line-height: 4rem;
  padding: 0 1rem;
  margin-left: 1.5rem;
  font-size: 1.4rem
}

@media only screen and (min-width:1200px) {
  .coupon__code--field__btn {
    margin-left: 2.5rem;
    font-size: 1.5rem
  }
}

@media only screen and (min-width:1366px) {
  .coupon__code--field__btn {
    padding: 0 2.2rem
  }
}

.cart__note--title {
  font-size: 1.7rem;
  margin-bottom: .7rem;
  line-height: 2.4rem
}

@media only screen and (min-width:992px) {
  .cart__note--title {
    font-size: 2rem
  }
}

.cart__note--desc {
  margin-bottom: 1.5rem
}

.cart__note--textarea {
  border: 1px solid var(--border-color);
  height: 8rem;
  padding: 1rem;
  width: 100%;
  resize: none
}

.cart__note--textarea:focus {
  border-color: var(--secondary-color)
}

@media only screen and (min-width:1200px) {
  .cart__note--textarea {
    height: 10rem
  }
}

.cart__summary--total__list {
  margin-bottom: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.cart__summary--total__list:last-child {
  margin-bottom: 0
}

.cart__summary--footer__desc {
  font-size: 1.5rem;
  margin-bottom: 1.5rem
}

.cart__summary--footer__btn {
  margin-top: 20px;
  height: 4rem;
  line-height: 4rem;
  padding: 0 1.5rem;
  font-size: 1.4rem
}

@media only screen and (min-width:992px) {
  .cart__summary--footer__btn {
    padding: 0 2rem
  }
}

@media only screen and (min-width:1200px) {
  .cart__summary--footer__btn {
    padding: 0 2.5rem;
    font-size: 1.5rem
  }
}

.wishlist__cart--btn {
  font-size: 1.4rem
}

@media only screen and (min-width:992px) {
  .wishlist__cart--btn {
    font-size: 1.5rem;
    line-height: 4rem;
    height: 4rem;
    padding: 0 1.8rem
  }
}

@media only screen and (max-width:767px) {

  .wishlist__cart--btn {
    padding: .5rem .8rem;
    height: auto;
    line-height: 2.4rem;
    border-radius: 5px;
    font-size: 1.3rem
  }
}

@media only screen and (max-width:767px) {
  .checkout__page--inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }
}

.checkout__mian {
  padding: 4rem 2rem 0 0;
  width: 60%
}

.checkout__mian--header {
  padding: 0
}

@media only screen and (min-width:992px) {
  .checkout__mian {
    padding: 5rem 5rem 0 0
  }
}

@media only screen and (max-width:767px) {
  .checkout__mian {
    width: 100%;
    padding: 3rem 0 0
  }
}

.checkout__sidebar {
  width: 40%;
  padding: 3rem 0 0 2rem;
  border-left: 1px solid var(--border-color2)
}

@media only screen and (min-width:992px) {
  .checkout__sidebar {
    padding: 3rem 0 0 4.5rem
  }
}

@media only screen and (max-width:767px) {
  .checkout__sidebar {
    width: 100%;
    padding: 3rem 0 0;
    display: block
  }
}

.checkout__breadcrumb {
  padding: 0;
  margin: 0
}

@media only screen and (max-width:767px) {
  .checkout__breadcrumb {
    margin-top: 2.5rem
  }
}

.breadcrumb__link {
  font-size: 1.3rem;
  color: var(--secondary-color)
}

.readcrumb__chevron-icon {
  color: #737373;
  width: 1.6rem;
  height: 1.6rem;
  margin: 0 .6rem
}

.breadcrumb__text {
  color: #737373;
  font-size: 1.3rem
}

.breadcrumb__text.current {
  color: var(----black-color)
}

.order__summary--mobile__version {
  display: none
}

@media only screen and (max-width:767px) {
  .order__summary--mobile__version {
    display: block
  }
}


.order__summary--toggle {
  width: 100%;
  text-align: left;
  background: var(--bg-gray-color);
  border: 0;
  border: 1px solid var(--border-color2);
  padding: 1.2rem
}

.order__summary--toggle__inner {
  width: 100%
}

.order__summary--toggle__text {
  color: var(--secondary-color)
}

.order__summary--toggle__icon {
  color: var(--secondary-color);
  vertical-align: middle;
  line-height: 1.5rem;
  margin-right: 1rem
}

.summary__table {
  width: 100%
}

.summary__table--items {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.summary__table--list {
  padding: 1rem 2rem 1rem 0;
  border-bottom: 1px solid var(--border-color2)
}

.summary__table--list:last-child {
  padding-right: 0
}

details>summary {
  list-style: none
}

details>summary::-webkit-details-marker {
  display: none
}

.order__summary--final__price {
  float: right;
  font-size: 1.5rem;
  font-weight: 600
}

.order__summary--section {
  background: var(--bg-gray-color);
  padding: 3rem 1rem 1rem
}

.checkout__checkbox {
  position: relative
}

.checkout__checkbox--input {
  position: absolute;
  left: -1px;
  top: 45%;
  -webkit-transform: translatey(-50%);
  transform: translatey(-50%);
  opacity: 0;
  cursor: pointer;
  z-index: 999
}

.checkout__checkbox--input:checked~.checkout__checkbox--checkmark {
  background-color: var(--secondary-color);
  border: 1px solid var(--secondary-color)
}

.checkout__checkbox--input:checked~.checkout__checkbox--checkmark::before {
  display: block
}

.checkout__checkbox--label {
  padding-left: 3rem;
  cursor: pointer
}

.checkout__checkbox--checkmark {
  height: 1.8rem;
  width: 1.8rem;
  border: 1px solid var(--border-color);
  border-radius: .3rem;
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translatey(-50%);
  transform: translatey(-50%);
  background: var(--white-color);
  -webkit-transition: var(--transition);
  transition: var(--transition)
}

.checkout__checkbox--checkmark::before {
  left: .5rem;
  top: .3rem;
  width: .5rem;
  height: .8rem;
  border: solid #fff;
  border-top-width: medium;
  border-right-width: medium;
  border-bottom-width: medium;
  border-left-width: medium;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  content: "";
  position: absolute;
  display: none
}

.checkout__input--field {
  width: 100%;
  border: 1px solid var(--border-color2);

  height: 4.5rem;
  padding: 0 1.5rem
}

.checkout__input--field:focus {
  border-color: var(--secondary-color)
}

@media only screen and (max-width:575px) {
  .checkout__section--header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
  }
}

.section__header--title {
  font-size: 1.8rem;
  line-height: 2.2rem
}

@media only screen and (min-width:1200px) {
  .section__header--title {
    font-size: 2rem;
    line-height: 2.4rem
  }
}

@media only screen and (max-width:575px) {
  .section__header--title {
    margin-bottom: .8rem
  }
}

.section__header--desc {
  margin-top: .5rem
}

.layout__flex--item {
  color: var(--text-gray-color)
}

.layout__flex--item__link {
  color: var(--secondary-color)
}

.section__shipping--address {
  padding: 3rem 0 2rem
}

@media only screen and (min-width:992px) {
  .section__shipping--address {
    padding: 4rem 0 3rem
  }
}

.section__shipping--address.pt-10 {
  padding-top: 1rem
}

.section__shipping--address.pt-0 {
  padding-top: 0
}

.checkout__input--select {
  position: relative
}

.checkout__input--select__field {
  width: 100%;
  border: 0;
  height: 4.5rem;
  padding: 1.6rem 1.5rem .5rem;
  border: 1px solid var(--border-color2);
  -webkit-appearance: none;
  cursor: pointer
}

.checkout__input--select__field:focus {
  border-color: var(--secondary-color)
}

.checkout__select--label {
  position: absolute;
  top: .3rem;
  padding: 0 1.8rem;
  line-height: 2rem;
  font-size: 1.2rem
}

.previous__link--content {
  margin-left: 2rem;
  color: var(--secondary-color)
}

.checkout__footer {
  border: 0
}

.product__thumbnail {
  width: 7rem;
  border: 1px solid var(--border-color2);
  position: relative;
  line-height: 1
}

.product__thumbnail--quantity {
  position: absolute;
  top: -6px;
  right: -5px;
  width: 2rem;
  height: 2rem;
  line-height: 2rem;
  background: #7f7f7f;
  color: var(--white-color);
  text-align: center;
  border-radius: 50%;
  font-size: 1.2rem
}

.product__description {
  padding-left: 1.5rem
}

.product__description--name {
  font-size: 1.4rem;
  line-height: 2rem;
  font-weight: 600;
  opacity: .9
}

.product__description--variant {
  font-size: 1.2rem;
  color: var(--light-color);
  line-height: 2rem
}

.checkout__product--table {
  margin-bottom: 2rem
}

.checkout__product--table .cart__table--body__list {
  padding: 1rem 2rem 1rem 0
}

.checkout__product--table .cart__table--body__list:last-child {
  padding-right: 0
}

.checkout__discount--code {
  margin-bottom: 2.5rem
}

.checkout__discount--code__input--field {
  width: 100%;
  border: 1px solid var(--border-color2);
  height: 4rem;
  padding: 0 1.5rem;
  color: #6c757d;
}

.checkout__discount--code__input--field:focus {
  border-color: var(--secondary-color)
}

.checkout__discount--code__btn {
  height: 4rem;
  width: 50%;
  line-height: 4rem;
  margin-left: 2rem;
  padding: 0 2rem;
  font-size: 1.4rem
}

@media only screen and (min-width:992px) {
  .checkout__discount--code__btn {
    font-size: 1.5rem
  }
}

.checkout__total {
  border-top: 1px solid var(--border-color2);
  padding-top: 1.2rem
}

.checkout__total--table {
  width: 100%
}

.checkout__total--calculated__text {
  font-size: 1.3rem;
  color: var(--text-gray-color)
}

.checkout__total--title {
  color: var(--text-gray-color)
}

.checkout__total--footer__list {
  padding-top: 3rem;
  position: relative
}

.checkout__total--footer__list::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  background: #e4e4e4;
  top: 1.5rem;
  left: 0
}

.checkout__total--footer__title {
  font-size: 1.6rem
}

.checkout__total--footer__amount {
  font-size: 2.2rem;
  font-weight: 600
}

.checkout__contact--information2 {
  border: 1px solid var(--border-color2);
  padding: 1rem 2rem
}

.checkout__review {
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  border-bottom: 1px solid var(--border-color2)
}

.checkout__review:last-child {
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 0
}

@media only screen and (max-width:575px) {
  .checkout__review--inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
  }
}

.checkout__review--label {
  color: #737373;
  width: 6.5rem
}

@media only screen and (min-width:768px) {
  .checkout__review--label {
    width: 8rem
  }
}

@media only screen and (min-width:576px) {
  .checkout__review--content {
    margin-left: 1rem
  }
}

@media only screen and (min-width:768px) {
  .checkout__review--content {
    margin-left: 1.5rem
  }
}

.checkout__review--link__text {
  color: var(--secondary-color);
  border: 0;
  background: inherit;
  padding: 0
}

.shipping__contact--box {
  border: 1px solid var(--border-color2);
  padding: 1rem 2rem
}

.shipping__contact--box__list {
  display: table;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  border-bottom: 1px solid var(--border-color2)
}

.shipping__contact--box__list:last-child {
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 0
}

.shipping__radio--input {
  display: table-cell;
  padding-right: 1.5rem
}

.shipping__radio--label {
  display: table-cell;
  width: 100%
}

.shipping__radio--label__primary {
  display: table-cell;
  width: 100%
}

.shipping__radio--label__price {
  display: table-cell;
  text-align: right;
  padding-left: 1.5rem
}

.checkout__content--step__inner3 {
  border: 1px solid var(--border-color2)
}

.checkout__address--content__header {
  border-bottom: 1px solid var(--border-color2);
  padding: 1rem 1.5rem
}

.checkout__content--input__box--wrapper {
  padding: 1.5rem;
  background-color: #fafafa;
  border-radius: 0 0 .5rem .5rem
}

.checkout__input--field__button {
  position: absolute;
  padding: 0;
  border: 0;
  right: 1.2rem;
  top: 50%;
  background: inherit;
  -webkit-transform: translatey(-50%);
  transform: translatey(-50%);
  line-height: 1
}

.checkout__header--style3 {
  padding-left: 5.5rem
}

.account__wrapper.account__wrapper--style4 {
  width: 100%
}

@media only screen and (max-width:991px) {
  .account__wrapper.account__wrapper--style4 {
    margin-bottom: 2.5rem
  }
}

.checkout__submission--icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 4rem;
  height: 4rem;
  border: 2px solid var(--secondary-color);
  border-radius: 50%;
  text-align: center;
  line-height: 3.8rem
}

.checkout__submission--icon svg {
  color: var(--secondary-color)
}

.checkout__order--number {
  padding-bottom: .3rem
}

.order__confirmed--area {
  border: 1px solid var(--border-color2);
  padding: 1.5rem
}

.customer__information--title {
  margin-bottom: 1.2rem
}

.customer__information--area {
  border: 1px solid var(--border-color2);
  padding: 1.5rem
}

.customer__information--list {
  width: 50%;
  margin-right: 2rem
}

.customer__information--list:last-child {
  margin-right: 0
}

.customer__information--subtitle {
  font-size: 1.4rem;
  font-weight: 600
}

.customer__information--step {
  margin-bottom: 1.2rem
}

.customer__information--step:last-child {
  margin-bottom: 0
}

.customer__information--text {
  font-size: 1.3rem;
  display: inline-block;
  line-height: 2.2rem
}

.customer__information--text__link {
  font-size: 1.3rem;
  display: inline-block;
  line-height: 2.2rem
}

.my__account--section__inner {
  background: var(--white-color);
  -webkit-box-shadow: 0 2px 22px rgba(0, 0, 0, .16);
  box-shadow: 0 2px 22px rgba(0, 0, 0, .16);
  padding: 3rem 2rem
}

@media only screen and (min-width:1199px) {
  .my__account--section__inner {
    padding: 5rem 4rem
  }
}

@media only screen and (max-width:991px) {
  .my__account--section__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }
}

.account__left--sidebar {
  border-right: 1px solid var(--border-color2);
  padding-right: 3rem;
  margin-right: 3rem;
  width: 18rem
}

@media only screen and (min-width:1199px) {
  .account__left--sidebar {
    padding-right: 5rem;
    margin-right: 5rem;
    width: 23rem
  }
}

@media only screen and (max-width:991px) {
  .account__left--sidebar {
    width: 100%;
    padding-right: 0;
    margin-right: 0;
    border-right: 0;
    border-bottom: 1px solid var(--border-color2);
    padding-bottom: 2.5rem;
    margin-bottom: 2.5rem
  }
}

.account__wrapper {
  width: calc(100% - 18rem)
}

@media only screen and (min-width:1199px) {
  .account__wrapper {
    width: calc(100% - 23rem)
  }
}

@media only screen and (max-width:991px) {
  .account__wrapper {
    width: 100%
  }
}

@media only screen and (max-width:991px) {
  .account__menu {
    width: 250px;
    margin-right: 3rem
  }
}

@media only screen and (max-width:479px) {
  .account__menu {
    margin-right: 0
  }
}

.account__menu--list {
  font-size: 1.5rem;
  line-height: 2.5rem;
  font-weight: 600;
  cursor: pointer;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  margin-bottom: 1.5rem
}

.account__menu--list:last-child {
  margin-bottom: 0
}

.account__menu--list:hover {
  color: var(--secondary-color)
}

.account__menu--list.active {
  color: var(--secondary-color)
}

@media only screen and (min-width:992px) {
  .account__menu--list {
    font-size: 1.6rem
  }
}

.account__details.two {
  padding-top: 0
}

@media only screen and (min-width:992px) {
  .account__details {
    padding-top: 3rem
  }
}

@media only screen and (max-width:479px) {
  .account__details {
    padding-top: 3rem
  }
}

.account__details--title {
  margin-bottom: 1rem
}

.account__details--desc {
  color: var(--text-gray-color);
  line-height: 3rem;
  margin-bottom: 2rem;
  font-size: 1.5rem
}

.account__details--link {
  color: var(--secondary-color);
  border-bottom: 1px solid var(--secondary-color);
  font-size: 1.5rem
}

.account__details--link:hover {
  color: var(--primary-color);
  border-color: var(--primary-color)
}

.new__address--btn {
  padding: 0 2.5rem
}

@media only screen and (min-width:992px) {
  .new__address--btn {
    font-size: 1.5rem
  }
}

.account__details--footer {
  margin-top: 2rem
}

.account__details--footer__btn {
  background: var(--white-color);
  border: 1px solid var(--black-color);
  padding: 0 2.5rem;
  height: 4rem;
  line-height: 3.8rem;
  border-radius: 2.5rem;
  margin-right: 1rem;
  font-size: 1.5rem
}

.account__details--footer__btn:last-child {
  margin-right: 0
}

.account__details--footer__btn:hover {
  color: var(--secondary-color);
  border-color: var(--secondary-color)
}

.account__welcome--text {
  font-size: 1.6rem;
  margin-bottom: 2rem
}

@media only screen and (min-width:992px) {
  .account__welcome--text {
    font-size: 1.8rem;
    margin-bottom: 3rem
  }
}

.account__content--title {
  font-weight: 600
}

.account__table {
  width: 100%;
  border: 1px solid var(--border-color2);
  border-spacing: 0;
  border-bottom: 0
}

@media only screen and (max-width:479px) {
  .account__table {
    border: 0
  }
}

@media only screen and (max-width:767px) {
  .account__table--header {
    display: none
  }
}

.account__table--header__child--items {
  text-align: left;
  border-bottom: 1px solid var(--border-color2);
  padding: 1.7rem 1.3rem;
  font-size: 1.5rem
}

.account__table--header__child--items:last-child {
  text-align: right
}

@media only screen and (min-width:1200px) {
  .account__table--header__child--items {
    font-size: 1.6rem;
    padding: 1.7rem 1.5rem
  }
}

@media only screen and (max-width:767px) {
  .account__table--body.mobile__none {
    display: none
  }
}

.account__table--body.mobile__block {
  display: none
}

@media only screen and (max-width:767px) {
  .account__table--body.mobile__block {
    display: block
  }
}

@media only screen and (max-width:767px) {
  .account__table--body__child {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 2rem;
    border-bottom: 1px solid #ddd;
    padding-bottom: 2rem
  }

  .account__table--body__child:last-child {
    margin-bottom: 0
  }
}

.account__table--body__child--items {
  border-bottom: 1px solid var(--border-color2);
  padding: 1.7rem 2rem;
  color: var(--text-gray-color)
}

.account__table--body__child--items:last-child {
  text-align: right
}

@media only screen and (max-width:767px) {
  .account__table--body__child--items {
    padding: .5rem 2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border: 0;
    font-size: 1.4rem
  }
}

@media only screen and (max-width:479px) {
  .account__table--body__child--items {
    padding: .5rem 0
  }
}

@media only screen and (max-width:1199px) {
  .error__content--img {
    max-width: 600px
  }
}

@media only screen and (max-width:767px) {
  .error__content--img {
    max-width: 450px
  }
}

@media only screen and (max-width:575px) {
  .error__content--img {
    max-width: 100%;
    padding: 0 3rem
  }
}

.error__content--title {
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 1.5rem;
  font-size: 1.2rem;
  line-height: 3rem
}

@media only screen and (min-width:576px) {
  .error__content--title {
    margin-bottom: 1.5rem;
    font-size: 2rem;
    line-height: 2.8rem
  }
}

@media only screen and (min-width:768px) {
  .error__content--title {
    margin-bottom: 1.8rem;
    font-size: 2rem;
    line-height: 3.5rem
  }
}

@media only screen and (min-width:992px) {
  .error__content--title {
    font-size: 2.5rem;
    line-height: 4rem;
    margin-bottom: 2rem
  }
}

@media only screen and (min-width:1200px) {
  .error__content--title {
    font-size: 2.5rem;
    line-height: 4.3rem;
    margin-bottom: 2.5rem
  }
}

@media only screen and (min-width:1366px) {
  .error__content--title {
    font-size: 2.5rem;
    line-height: 4.5rem
  }
}

.error__content--desc {
  font-size: 1.5rem
}

@media only screen and (min-width:768px) {
  .error__content--desc {
    font-size: 1.6rem;
    line-height: 2.2rem;
    margin-bottom: 2.5rem
  }
}

@media only screen and (min-width:992px) {
  .error__content--desc {
    font-size: 1.7rem;
    line-height: 2.2rem;
    margin-bottom: 2.5rem
  }
}

@media only screen and (min-width:1200px) {
  .error__content--desc {
    font-size: 1.8rem;
    line-height: 2.3rem;
    margin-bottom: 3rem
  }
}

@media only screen and (min-width:992px) {
  .error__content--btn {
    font-size: 1.6rem
  }
}

.account__login {
  background: var(--white-color);
  padding: 2.5rem;
  border-radius: 1rem;
  -webkit-box-shadow: 0 5px 30px rgba(0, 0, 0, .1);
  box-shadow: 0 5px 30px rgba(0, 0, 0, .1)
}

@media only screen and (min-width:992px) {
  .account__login {
    padding: 3rem
  }
}

.account__login--header__title {
  font-weight: 600
}

.account__login--header__desc {
  font-size: 1.5rem;
  font-weight: 600
}

.account__login--input {
  width: 100%;
  height: 4.8rem;
  border: 1px solid var(--border-color);
  border-radius: .5rem;
  padding: 0 1.5rem;
  margin-bottom: 1.5rem
}

@media only screen and (min-width:768px) {
  .account__login--input {
    height: 5.2rem
  }
}

@media only screen and (min-width:992px) {
  .account__login--input {
    font-size: 1.5rem
  }
}

.account__login--input:focus {
  border-color: var(--secondary-color)
}

.account__login--btn {
  width: 100%;
  border-radius: .5rem;
  font-size: 1.5rem
}

@media only screen and (min-width:992px) {
  .account__login--btn {
    font-size: 1.7rem
  }
}

@media only screen and (max-width:767px) {
  .account__login--btn {
    height: 4rem;
    line-height: 4rem
  }
}

.account__login--signup__text {
  text-align: center;
  font-size: 1.5rem;
  font-weight: 600;
  color: var(--text-gray-color)
}

.account__login--signup__text button {
  padding: 0;
  background: inherit;
  border: 0;
  font-weight: 600
}

.account__login--signup__text button:hover {
  color: var(--secondary-color)
}

.account__login--forgot {
  font-weight: 600;
  color: var(--secondary-color);
  font-size: 1.5rem;
  padding: 0;
  background: inherit;
  border: 0
}

@media only screen and (max-width:575px) {
  .account__login--forgot {
    margin-top: .6rem
  }
}

.account__login--forgot:hover {
  color: var(--primary-color)
}

@media only screen and (max-width:767px) {
  .account__login.register {
    margin-top: 6rem
  }
}

@media only screen and (max-width:575px) {
  .account__login--remember__forgot {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
  }
}

@media only screen and (max-width:575px) {
  .account__login--remember .checkout__checkbox--checkmark {
    top: 0;
    top: 5px;
    -webkit-transform: inherit;
    transform: inherit
  }
}

.login__remember--label {
  font-size: 1.3rem;
  font-weight: 600
}

@media only screen and (min-width:992px) {
  .login__remember--label {
    font-size: 1.5rem
  }
}

.account__login--divide {
  text-align: center;
  position: relative;
  padding: 1rem 0
}

.account__login--divide::before {
  position: absolute;
  content: "";
  width: 100%;
  height: .1rem;
  background: var(--border-color2);
  top: 50%;
  left: 0;
  -webkit-transform: translatey(-50%);
  transform: translatey(-50%)
}

.account__login--divide__text {
  padding: 0 .8rem;
  background: var(--white-color);
  position: relative;
  font-weight: 500;
  color: var(--light-color)
}

@media only screen and (min-width:992px) {
  .account__login--divide__text {
    font-size: 1.5rem
  }
}

.account__social--link {
  height: 4.2rem;
  line-height: 4.2rem;
  padding: 0 2.5rem;
  color: var(--white-color);
  border-radius: .5rem;
  font-weight: 600;
  margin-right: 1rem
}

.account__social--link.facebook {
  background: #4867aa
}

.account__social--link.facebook:hover {
  background: var(--secondary-color);
  color: var(--white-color)
}

.account__social--link.google {
  background: #e94235
}

.account__social--link.google:hover {
  background: var(--secondary-color);
  color: var(--white-color)
}

.account__social--link.twitter {
  background: #55adee
}

.account__social--link.twitter:hover {
  background: var(--secondary-color);
  color: var(--white-color)
}

.account__social--link:last-child {
  margin-right: 0
}

@media only screen and (min-width:768px) {
  .account__social--link {
    padding: 0 2rem
  }
}

@media only screen and (min-width:992px) {
  .account__social--link {
    padding: 0 3.2rem;
    margin-right: 1.2rem;
    font-size: 1.5rem
  }
}

@media only screen and (min-width:1200px) {
  .account__social--link {
    padding: 0 4.5rem;
    margin-right: 2rem
  }
}

@media only screen and (max-width:575px) {
  .account__social--link {
    height: 3.5rem;
    line-height: 3.5rem;
    padding: 0 1.3rem;
    font-size: 1.4rem
  }
}

.compare__table {
  border: 1px solid var(--border-color2);
  border-spacing: 0;
  border-bottom: 0
}

.compare__table--items__child {
  padding: 1.2rem;
  border-left: 1px solid var(--border-color2);
  border-bottom: 1px solid var(--border-color2)
}

.compare__table--items__child:first-child {
  border-left: 0
}

@media only screen and (max-width:991px) {
  .compare__table--items__child {
    min-width: 200px
  }
}

.compare__table--items__child--header {
  padding: 1rem;
  border-bottom: 1px solid var(--border-color2);
  text-transform: uppercase;
  background: var(--gray-color2);
  font-size: 1.4rem;
  text-align: center
}

@media only screen and (min-width:1200px) {
  .compare__table--items__child--header {
    font-size: 1.5rem
  }
}

.compare__product--title {
  font-size: 1.4rem;
  line-height: 2.4rem;
  margin-bottom: 1rem
}

.compare__product--thumb {
  border-radius: .5rem
}

.compare__remove {
  padding: 0;
  float: right;
  width: 100%;
  border: 0;
  background: inherit;
  color: var(--text-gray-color);
  margin-bottom: 5px
}

.compare__remove:hover {
  color: var(--secondary-color)
}

.compare__description {
  color: var(--text-gray-color);
  padding: .5rem 0
}

.compare__instock {
  text-transform: uppercase;
  font-size: 1.3rem
}

.compare__product--price {
  color: var(--text-gray-color)
}

.compare__cart--btn {
  border-radius: .5rem;
  text-transform: uppercase;
  padding: 0 1.8rem;
  height: 3.6rem;
  line-height: 3.6rem;
  font-size: 1.3rem
}

@media only screen and (min-width:992px) {
  .compare__cart--btn {
    height: 4rem;
    line-height: 4rem;
    padding: 0 2.2rem
  }
}

.face__step {
  margin-bottom: 3.5rem;
  padding-bottom: 3rem
}

.face__step:last-child {
  margin-bottom: 0;
  padding-bottom: 0
}

.face__step--title {
  font-weight: 600
}

@media only screen and (max-width:767px) {
  .face__step--title.mb-30 {
    margin-bottom: 2.2rem
  }
}

.faq__accordion--btn {
  -webkit-box-shadow: 0 2px 22px rgba(0, 0, 0, .1);
  box-shadow: 0 2px 22px rgba(0, 0, 0, .1);
  padding: 1.8rem 6rem 1.8rem 2rem;
  font-size: 1.5rem;
  border-radius: .5rem
}

.faq__accordion--btn .accordion__items--button__icon {
  right: 1.5rem;
  pointer-events: none
}

@media only screen and (min-width:768px) {
  .faq__accordion--btn {
    font-size: 1.7rem
  }
}

.ctn-preloader {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 9999;
  pointer-events: none
}

.ctn-preloader .animation-preloader {
  position: absolute;
  z-index: 100
}

.ctn-preloader .animation-preloader .spinner {
  -webkit-animation: spinner 1s infinite linear;
  animation: spinner 1s infinite linear;
  border-radius: 50%;
  border: 4px solid var(--light-color2);
  border-top-color: var(--black-color);
  height: 9em;
  margin: 0 auto 3.5em auto;
  width: 9em
}

.ctn-preloader .animation-preloader .txt-loading {
  font-weight: 900;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: var(--light-color2);
  font-size: 3.5rem
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:before {
  animation: letters-loading 5s infinite;
  color: var(--black-color);
  content: attr(data-text-preloader);
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  -webkit-transform: rotateY(-90deg);
  transform: rotateY(-90deg);
  -webkit-animation: letters-loading 5s infinite
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading {
  color: rgba(0, 0, 0, .2);
  position: relative
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(2):before {
  -webkit-animation-delay: .2s;
  animation-delay: .2s
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(3):before {
  -webkit-animation-delay: .3s;
  animation-delay: .3s
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(4):before {
  -webkit-animation-delay: .4s;
  animation-delay: .4s
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(5):before {
  -webkit-animation-delay: .5s;
  animation-delay: .5s
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(6):before {
  -webkit-animation-delay: .6s;
  animation-delay: .6s
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(7):before {
  -webkit-animation-delay: .7s;
  animation-delay: .7s
}

.ctn-preloader .loader-section {
  background: var(--white-color);
  height: 100%;
  position: fixed;
  top: 0;
  width: calc(50% + 1px)
}

.ctn-preloader .loader-section.section-left {
  left: 0
}

.ctn-preloader .loader-section.section-right {
  right: 0
}

.loaded .animation-preloader {
  opacity: 0;
  transition: .5s ease-out;
  -webkit-transition: .5s ease-out;
  -moz-transition: .5s ease-out;
  -ms-transition: .5s ease-out;
  -o-transition: .5s ease-out
}

.loaded .loader-section.section-left {
  -webkit-transition: .7s .3s all cubic-bezier(.1, .1, .1, 1);
  transition: .7s .3s all cubic-bezier(.1, .1, .1, 1);
  -webkit-transform: translateX(-101%);
  transform: translateX(-101%)
}

.loaded .loader-section.section-right {
  -webkit-transition: .7s .3s all cubic-bezier(.1, .1, .1, 1);
  transition: .7s .3s all cubic-bezier(.1, .1, .1, 1);
  -webkit-transform: translateX(101%);
  transform: translateX(101%)
}

@-webkit-keyframes spinner {
  to {
    -webkit-transform: rotateZ(360deg);
    transform: rotateZ(360deg)
  }
}

@keyframes spinner {
  to {
    -webkit-transform: rotateZ(360deg);
    transform: rotateZ(360deg)
  }
}

@-webkit-keyframes letters-loading {

  0%,
  100%,
  75% {
    opacity: 0;
    -webkit-transform: rotateY(-90deg);
    transform: rotateY(-90deg)
  }

  25%,
  50% {
    opacity: 1;
    -webkit-transform: rotateY(0);
    transform: rotateY(0)
  }
}

@keyframes letters-loading {

  0%,
  100%,
  75% {
    opacity: 0;
    -webkit-transform: rotateY(-90deg);
    transform: rotateY(-90deg)
  }

  25%,
  50% {
    opacity: 1;
    -webkit-transform: rotateY(0);
    transform: rotateY(0)
  }
}

@media screen and (max-width:767px) {
  .ctn-preloader .animation-preloader .spinner {
    height: 8em;
    width: 8em
  }

  .ctn-preloader .animation-preloader .txt-loading {
    font-size: 2.5rem
  }
}

@media screen and (max-width:500px) {
  .ctn-preloader .animation-preloader .spinner {
    height: 7em;
    width: 7em
  }
}

.privacy__policy--content {
  margin-bottom: 2rem
}

.privacy__policy--content:last-child {
  margin-bottom: 0
}

.privacy__policy--content__title {
  font-size: 2rem;
  line-height: 2.5rem;
  margin-bottom: .8rem
}

@media only screen and (min-width:768px) {
  .privacy__policy--content__title {
    font-size: 2.2rem;
    line-height: 2.5rem
  }
}

@media only screen and (min-width:1600px) {
  .privacy__policy--content__title {
    font-size: 2.5rem;
    line-height: 2.8rem;
    margin-bottom: 1.2rem
  }
}

.privacy__policy--content__subtitle {
  font-size: 1.8rem;
  line-height: 2.5rem;
  margin-bottom: .8rem
}

@media only screen and (min-width:1600px) {
  .privacy__policy--content__subtitle {
    font-size: 2rem;
    line-height: 2.5rem;
    margin-bottom: 1rem
  }
}

.privacy__policy--content__desc {
  font-size: 1.5rem;
  margin-bottom: 1.5rem
}

@media only screen and (min-width:1200px) {

  .privacy__policy--content__desc {
    font-size: 1.6rem
  }
}

[data-animation] .newsletter__popup--inner {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .5s cubic-bezier(.51, .92, .24, 1.15);
  transition: all .5s cubic-bezier(.51, .92, .24, 1.15)
}

[data-animation].newsletter__show .newsletter__popup--inner {
  opacity: 1;
  visibility: visible;
  -webkit-transition-delay: .2s;
  transition-delay: .2s
}

.newsletter__popup {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;


  cursor: pointer;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
  z-index: 999
}

.newsletter__popup.newsletter__show {
  visibility: visible;
  opacity: 1
}

.newsletter__popup.newsletter__show .newsletter__popup--inner {
  -webkit-transform: translateY(0);
  transform: translateY(0)
}

.newsletter__popup--inner {
  position: relative;
  width: 88%;
  max-height: 80vh;
  border-radius: 10px;
  background: var(--white-color);
  -webkit-box-shadow: 2px 0 20px rgba(0, 0, 0, .06);
  box-shadow: 2px 0 20px rgba(0, 0, 0, .06);
  overflow: auto;
  cursor: default;
  -webkit-transform: translateY(-50px);
  transform: translateY(-50px)
}

@media only screen and (min-width:576px) {
  .newsletter__popup--inner {
    width: 80%
  }
}

@media only screen and (min-width:768px) {


  .newsletter__popup--inner {
    width: 655px
  }
}

@media only screen and (min-width:992px) {

  .newsletter__popup--inner {
    width: 720px
  }
}

@media only screen and (min-width:1200px) {
  .newsletter__popup--inner {
    width: 760px
  }
}


.newsletter__popup--close__btn {
  position: absolute;
  top: 4px;
  right: 4px;
  background: var(--secondary-color);
  color: var(--white-color);
  line-height: 2.8rem;
  border: 0;
  text-transform: uppercase;
  font-size: 1.2rem;
  border-radius: 50%;
  padding: 0;
  width: 3rem;
  height: 3rem;
  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
}


.newsletter__popup--close__btn:hover {
  background: var(--primary-color)
}

@media only screen and (min-width:992px) {
  .newsletter__popup--close__btn {
    width: 3.2rem;
    height: 3.2rem
  }
}

.newsletter__popup--close__btn>* {
  pointer-events: none
}


.newsletter__popup--thumbnail {
  width: 280px
}

@media only screen and (min-width:992px) {
  .newsletter__popup--thumbnail {
    width: 320px
  }
}

@media only screen and (min-width:1200px) {
  .newsletter__popup--thumbnail {
    width: 330px
  }
}

@media only screen and (max-width:767px) {


  .newsletter__popup--thumbnail {
    display: none
  }
}

.newsletter__popup--box__right {
  width: 100%;
  padding: 1rem 2rem 2.2rem;
  text-align: center
}

@media only screen and (min-width:576px) {
  .newsletter__popup--box__right {
    padding: 4rem 2rem 3rem
  }
}

@media only screen and (min-width:768px) {
  .newsletter__popup--box__right {
    width: calc(100% - 280px);
    padding: 3rem 2rem
  }
}

@media only screen and (min-width:992px) {


  .newsletter__popup--box__right {
    width: calc(100% - 320px);
    padding: 1rem 2.5rem
  }
}


@media only screen and (min-width:1200px) {
  .newsletter__popup--box__right {
    width: calc(100% - 330px);
    padding: 1rem 3rem
  }
}


.newsletter__popup--title {
  margin-bottom: 1.3rem
}

@media only screen and (min-width:992px) {
  .newsletter__popup--title {
    margin-bottom: 2rem
  }
}

.newsletter__popup--content--desc {
  color: var(--text-gray-color);
  display: inline-block;
  line-height: 2.2rem;
  font-size: 1.4rem !important;
  margin-bottom: 1rem
}

@media only screen and (min-width:768px) {
  .newsletter__popup--content--desc {
    line-height: 2.6rem;
    font-size: 1.6rem
  }
}

@media only screen and (min-width:992px) {
  .newsletter__popup--content--desc {
    font-size: 1.7rem;
    margin-bottom: 2.2rem
  }
}

.newsletter__popup--subscribe__input {
  width: 100%;
  margin-bottom: 10px;
  border: 0;
  height: 4rem;
  border-bottom: 1px solid #edb4c5;
  border-radius: 0;
  padding: 0 1px;
}

/* .newsletter__popup--subscribe__input
                                                                {width:100%;height:4rem;
                                                                  border:1px solid var(--border-color);
                                                                  border-radius:5px;padding:0 15px} */

.newsletter__popup--subscribe__input:focus {
  border-color: var(--secondary-color)
}

@media only screen and (min-width:768px) {

  .newsletter__popup--subscribe__input {
    height: 4.5rem
  }
}

.newsletter__popup--subscribe__btn {
  width: 100%;
  height: 4rem;
  background: var(--secondary-color);
  color: var(--white-color);
  border: 0;
  padding: 0 2rem;
  font-size: 1.5rem;
  text-transform: uppercase;
  font-weight: 500;
  border-radius: 5px;
  margin-top: 1.5rem
}


.newsletter__popup--subscribe__btn:hover {
  background: var(--primary-color)
}

@media only screen and (min-width:768px) {
  .newsletter__popup--subscribe__btn {
    height: 4.5rem
  }
}

.newsletter__popup--footer {
  margin-top: 1.2rem
}

.newsletter__popup--dontshow__again--text {
  color: var(--text-gray-color);
  cursor: pointer;
  font-size: 1.4rem
}

@media only screen and (min-width:768px) {
  .newsletter__popup--dontshow__again--text {
    font-size: 1.6rem
  }
}

#_desktop_user_info {
  width: auto;
  float: right;
  position: relative;
  z-index: 9;
  top: 0;

  right: 0;
}
.upload-prescription {
    margin: 0px 0;
    display: inline-block;
    padding: 5px 30px 5px 50px;
    background: url(../img/icon-upload2.png) left 20px center no-repeat #198754;
    text-align: left;
    border-radius: 18px;
    height: 36px;
    margin-left:10px;}
    .upload-prescription span {
    font-size: 11px;
    color: #fff;
    font-weight: 700;
    display: block;
    padding: 0;
    line-height: 14px;
}
.user_text {
  display: inline-block;
  vertical-align: top;
  position: relative;
  text-align: left;
  padding-left: 8px;
  margin-right: 0px;
  cursor: pointer;
  float: right;
}

.user_text::before {
  content: "";
  position: absolute;
  border-left: 0px solid #c9c9c9;
  height: 35px;
  left: 0;
  right: auto;
  top: 10px;
}

#_desktop_user_info .tm_userinfotitle {
  display: inline-block;
  position: relative;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0;
  color: gray;
}

#_desktop_user_info .tm_userinfotitle2 {
  position: relative;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: .3px;
  color: #333;
  line-height: 18px;
}


#_desktop_user_info .user_bg,
#_mobile_user_info .user_bg {
  background: url(../img/lamp1.png) no-repeat scroll center;
  cursor: pointer;
  height: 35px;
  margin: 7px 12px 0 3px;
  padding: 0;
  position: relative;
  width: 35px;
  display: inline-block;
  background-size: 29px;
}




.flex-container a:hover,
.flex-slider a:hover {
  outline: none
}

.slides,
.slides>li,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none
}

.flex-pauseplay span {
  text-transform: capitalize
}

.flexslider .slides li {
  display: none;
  -webkit-backface-visibility: hidden;
  position: relative;
  overflow: hidden
}

.flexslider .slides li .slide_content {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 60px;
  left: auto;
  color: #111;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  text-align: left;
  letter-spacing: 0
}

.flexslider .slides li .slide_content .headdings.left-align .sub_headding {
  margin: 0 0 25px;
  display: inline-block
}

.flexslider .slides li .slide_content .headdings .headding_text {
  font-size: 20px;
  margin-bottom: 24px
}

.flexslider .slides li .slide_content .headdings .sub_headding {
  font-weight: 500;
  font-size: 44px;
  line-height: 56px;
  margin-bottom: 17px
}

.flexslider .slides li .slide_content .headdings .sub_headding span {
  display: block
}

.flexslider .slides li .slide_content .headdings .offer-text {
  font-size: 20px;
  margin-bottom: 37px
}

.flexslider .slides li .slide_content .headdings .offer-text span {
  font-size: 30px;
  font-weight: 700;
  color: #d11d2b;
  padding-inline-start: 8px
}

.flexslider .slides li .slide_content .headdings .headding_text,
.flexslider .slides li .slide_content .headdings .sub_headding,
.flexslider .slides li .slide_content .headdings .button-shopnow,
.flexslider .slides li .slide_content .headdings .offer-text {
  opacity: 0;
  -webkit-transition: opacity 0.7s, -webkit-transform 0.7s;
  transition: opacity 0.7s, -webkit-transform 0.7s, -moz-transform 0.7s, -o-transform 0.7s, transform 0.7s
}

.flexslider .slides li .slide_content .headdings .headding_text,
.flexslider .slides li .slide_content .headdings .sub_headding,
.flexslider .slides li .slide_content .headdings .offer-text {
  webkit-transform: translate3d(30%, 0%, 0);
  transform: translate3d(30%, 0%, 0);
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s
}

.flexslider .slides li.flex-active-slide .slide_content .headdings .headding_text {
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s
}

.flexslider .slides li.flex-active-slide .slide_content .headdings .sub_headding {
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s
}

.flexslider .slides li.flex-active-slide .slide_content .headdings .offer-text {
  -webkit-transition-delay: 0.7s;
  transition-delay: 0.7s
}

.flexslider .slides li .slide_content .headdings .button-shopnow {
  -webkit-transform: translate3d(0%, 30%, 0);
  transform: translate3d(0%, 30%, 0);
  -webkit-transition-delay: 0s;
  transition-delay: 0s
}

.flexslider .slides li.flex-active-slide .slide_content .headdings .button-shopnow {
  -webkit-transition-delay: 0.8s;
  transition-delay: 0.8s
}

.flexslider .slides li.flex-active-slide .slide_content .headdings .headding_text,
.flexslider .slides li.flex-active-slide .slide_content .headdings .sub_headding,
.flexslider .slides li.flex-active-slide .slide_content .headdings .button-shopnow,
.flexslider .slides li.flex-active-slide .slide_content .headdings .offer-text {
  opacity: 1;
  -webkit-transform: translate3d(0%, 0%, 0);
  transform: translate3d(0%, 0%, 0)
}

.flexslider .slides img {
  width: 100%;
  display: block
}

.flexslider .slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0
}

html[xmlns] .flexslider .slides {
  display: block
}

* html .flexslider .slides {
  height: 1%
}

.no-js .flexslider .slides>li:first-child {
  display: block
}

.flexslider {

  position: relative;
  zoom: 1;
  overflow: hidden;
  float: left;
  width: 100%;
}

.flexslider .caption-description h2 {
  font-size: 30px;
  margin-bottom: 25px;
  letter-spacing: 9px
}

.flexslider .slides {
  zoom: 1
}

.flexslider .slides img {
  /* height: auto; */
  height: 320px;
  object-fit: cover;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s
}

.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
  direction: ltr !important
}

.loading .flex-viewport {
  max-height: 300px
}

.carousel li {
  margin-right: 5px
}

.flex-direction-nav {
  *height: 0
}

.flex-direction-nav a {
  text-decoration: none;
  display: block;
  position: absolute;
  z-index: 8;
  top: 45%;
  overflow: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
  cursor: pointer;
  font-size: 0;
  height: 40px;
  width: 40px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease
}

.flex-direction-nav a::before {
  height: 32px;
  width: 32px;
  color: #fff;
  display: inline-block;
  float: none;
  font-family: "FontAwesome";
  font-size: 21px;
  line-height: 27px;
  margin: 2px;
  vertical-align: top;
  padding: 2px 12px;
  background-color: #d11d2b;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  -moz-border-radius: 5px
}

.flex-direction-nav a.flex-prev:before {
  content: '\f104'
}

.flex-direction-nav a.flex-next:before {
  content: '\f105'
}

.flex-direction-nav .flex-prev {
  left: -10px
}

.flex-direction-nav .flex-next {
  right: -10px;
  text-align: right
}

.flexslider:hover .flex-direction-nav .flex-prev {
  left: 30px;
  opacity: 1
}

.flexslider:hover .flex-direction-nav .flex-next {
  right: 30px;
  opacity: 1
}

.flex-direction-nav .flex-disabled {
  opacity: 0 !important;
  filter: alpha(opacity=0);
  cursor: default;
  z-index: -1
}

.flex-pauseplay a {
  display: none;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: .8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000
}

.flex-pauseplay a:before {
  font-family: "Material Icons";
  font-size: 20px;
  display: inline-block;
  content: '\E039'
}

.flex-pauseplay a:hover {
  opacity: 1
}

.flex-pauseplay a.flex-play:before {
  content: '\E036'
}

.flex-control-nav {
  width: 100%;
  position: absolute;
  margin: 0;
  display: block;
  bottom: 7px;
  text-align: center;
  z-index: 2;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  line-height: 21px
}

.flex-control-nav li {
  margin: 0 3px 15px;
  display: inline-block;
  zoom: 1;
  vertical-align: bottom
}

.flex-control-paging li a {
  width: 7px;
  height: 7px;
  display: block;
  background: #c7c5c5;
  cursor: pointer;
  text-indent: -9999px;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -khtml-border-radius: 50px;
  -moz-border-radius: 50px
}

.flex-control-paging li a:hover,
.flex-control-paging li a.flex-active {
  background: #d11d2b;
  border-color: #d11d2b;
  -webkit-transition: all 500ms ease 0s;
  -moz-transition: all 500ms ease 0s;
  -o-transition: all 500ms ease 0s;
  transition: all 500ms ease 0s
}

.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden
}

.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0
}

.flex-control-thumbs img {
  width: 100%;
  height: auto;
  display: block;
  opacity: .7;
  cursor: pointer;
  -moz-user-select: none;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease
}

.flex-control-thumbs img:hover {
  opacity: 1
}

.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default
}

@media (max-width: 1459px) {
  .flexslider .slides li .slide_content .headdings .sub_headding {
    font-size: 40px;
    line-height: 50px;
    margin-bottom: 18px
  }
}

@media (max-width: 1199px) {
  .flexslider:hover .flex-direction-nav .flex-prev {
    left: 10px
  }

  .flexslider:hover .flex-direction-nav .flex-next {
    right: 10px
  }

  .flexslider .slides li .slide_content .headdings .sub_headding {
    font-size: 35px;
    line-height: 45px;
    margin-bottom: 10px
  }

  .flexslider .slides li .slide_content .headdings .headding_text {
    font-size: 17px;
    margin-bottom: 10px
  }

  .flexslider .slides li .slide_content {
    right: 30px
  }

  .flexslider .slides li .slide_content .headdings .offer-text {
    margin-bottom: 21px
  }
}

@media (max-width: 991px) {

  .flexslider .slides li .slide_content .headdings .sub_headding {
    font-size: 34px;
    line-height: 44px;
    margin-bottom: 15px
  }

  .flexslider .slides li .slide_content .headdings .button-shopnow .btn-primary {
    padding: 9px 25px;
    font-size: 12px
  }

  /* .flex-direction-nav {
                                                                        display: none
                                                                    } */
}

@media (max-width: 991px) and (min-width:801px) {
  .slick-initialized .slick-slide img {
    height: auto;
    object-fit: inherit;
  }

}

@media (max-width: 800px) {
  .slick-initialized .slick-slide img {
    height: auto;
    object-fit: inherit;
  }


}

@media (max-width: 650px) {
  .slick-initialized .slick-slide img {
    height: auto;
    object-fit: inherit;
  }


}

@media (max-width: 575px) {
  .slick-initialized .slick-slide img {
    height: auto;
    object-fit: inherit;
  }


}

@media (max-width: 480px) {
  .slick-initialized .slick-slide img {
    height: auto;
    object-fit: inherit;
  }

  .catslider{ height: 50px !important; }
}

@media (max-width: 380px) {
  .slick-initialized .slick-slide img {
    height: auto;
    object-fit: inherit;
  }
.catslider{ height: 40px !important;}
}

.item {
  margin-right: 15px;
}

.facility {
  display: flex !important;
  background: #f5ebee;
  text-align: justify;
  border-radius: 6px;
  padding: 10px 7px;

  margin-bottom: 4px;
  font-size: 13px;
  position: relative;
  font-weight: 500;
}

.facility img {
  display: flex !important;
  /* right: 0; left: 0; */
  /* margin-left: auto;  */
  margin-right: auto;
}

.facility .texts {
  display: block !important;
  margin-right: auto;
}

.facility h5 {
  font-weight: 500;
  display: block;
  margin-top: 10px;
  color: #212121;
  letter-spacing: 1px;
}

.facility p {
  display: block;
  color: #d11d2b;
}

.my-slider,
.my-slider1,
.category-slider {
  position: relative !important;
}

.my-slider.slick-initialized .slick-slide {

  height: 100%;
  margin: 0 !important;
  display: flex;
  align-items: center;
  justify-content: center;
}

.slick-initialized .slick-slide {

  height: 100%;
  margin: 0 15px 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.my-slider.slick-initialized .slick-slide img {
  height: 320px;
  object-fit: cover;
  width: 100%;
}

.slick-next,
.slick-prev {
  z-index: 5;
}

.my-slider .slick-next,
.my-slider1 .slick-next {
  right: -10px;
}

.my-slider .slick-prev,
.my-slider1 .slick-prev {
  left: -10px;
}

.my-slider .slick-next:before,
.my-slider .slick-prev:before {
  color: #000;
  font-size: 26px;
}

.my-slider .slick-dots {
  bottom: 10px !important;

}

.my-slider .slick-dots li {
  margin: 0 0;
}

.slick-next {
  right: 0;
}

.slick-prev {
  left: 0;
}

.categoryslider,
.addvslider,
.dealslider,
.brandslider,
.deviceslider,
.healthslider,
.babyslider {
  position: relative;
}

.btn-wrap {
  text-align: center;
  width: 100%;
}

.footer-cta__contact {
  display: flex;
  align-items: center;
}

.footer-cta__icon i {
  height: 50px;
  width: 50px;
  text-align: center;
  border-radius: 50%;
  line-height: 50px;
  background-color: #fff;
  font-size: 18px;
  display: block;
  margin-right: 15px;
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.04);
}

.footer-cta__text a {
  display: block;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
}

.footer-cta__text span {
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  color: #777777;
}

.button {
  position: absolute;

  border: 1px solid #fff;
  top: 10%;
  padding: 20px 20px;
  border-radius: 50%;
  margin: 10px;
  line-height: 10px;
  color: #d11d2b;
  font-size: 18px;
  font-weight: 600;
  transition: all 0.5s;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, .15);
  /* box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.06); */
  background: #fff;
  height: 40px;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.prev {
  left: -25px;
  top: 40%;
}

.next {
  right: -20px;
  top: 40%;
}

.next:after {

  content: url('../img/right.png');
  display: block;

}

.prev:after {

  content: url('../img/left.png');
  display: block;

}

.button.slick-disabled {
  opacity: 0;
}

.categry-item {
  display: block !important;
  text-align: center;
}

.catimg {
  background-color: #fff;
  border-radius: 8px;
  padding: 15px;
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.08);

  border: 1px solid #ebebeb;
  width: 100%;
  overflow: hidden;
  margin-bottom: 10px;
}


.bxshadow {
  box-shadow: 2px 0 20px rgba(0, 0, 0, .06);
}

.text-colors {
  color: #d11d2b !important;
  font-size: 1.2rem;
}

.prdbox {
  transition: 0.3s;
  display: block !important;
  text-align: left;
  border: 1px solid #e6ebf4;
  border-radius: 0px;
  padding: 10px 0px 0px;
}

.prdbox img {
  left: 0;
  right: 0;
  text-align: center;
  height: 150px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 10px;
}

.prdbox .textbox {
  text-align: left;
}

.prdbox:hover {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.1);
  transition: 0.3s;
  border-color: #fff;
}

.title_outer h5 {
  background-color: #f5f6f9;
  padding-right: 1rem;
  font-weight: 600;
  font-size: 2rem !important;
}

.title_outer {
  position: relative;
  z-index: 1;
}

.title_outer:before {
  border-top: 1px solid #d6d6d6;
  content: '';
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 25px;
  z-index: -1;
}

.product_thumb {
  background: #fff;
  padding: 7px 10px;
  border: 1px solid #e6ebf4;
}

.top_thumb .main_text {
  padding-top: 0px !important;
  padding-bottom: 10px;
}

.product_thumb .pro_image {
  position: relative;
}

.product_thumb .pro_image img {
  height: 120px;
}

.top_thumb {
  padding: 1px 10px 5px 10px !important;
  position: relative;
  border: 1px solid #e6ebf4;
  border-radius: 8px;
}

.text-mutedd {
  color: #000;
  font-weight: 500;
}

.product_thumb:hover .main_text a {
  color: #d11d2b !important;
}

/*category effect*/
.top_thumb::before {
  right: 0;
  top: 0;
}

.top_thumb::after {
  left: 0;
  bottom: 0;
}

.top_thumb::after,
.top_thumb::before {
  content: "";
  width: 0;
  height: 1px;
  position: absolute;
  transition: all .2s linear;
  background: #d11d2b;
}

.top_thumb:hover::after,
.top_thumb:hover::before {
  transition-delay: 0s;
  width: 100%;
}

.cat_effect::before {
  left: 0;
  top: 0;
}

.cat_effect::after {
  right: 0;
  bottom: 0;
}

.cat_effect::after,
.cat_effect::before {
  content: "";
  width: 1px;
  height: 0;
  position: absolute;
  transition: all .2s linear;
  transition-delay: 0s;
  background: #d11d2b;
  transition-delay: 0s;
}

.top_thumb:hover .cat_effect::after,
.top_thumb:hover .cat_effect::before {
  transition-delay: .2s;
  height: 100%;
}

.btn-outline-cart {
  border-color: #d11d2b;
  border-radius: 9999px;
  border-width: 2px;
  color: #d11d2b;
  width: 120px;
  background: #d11d2b;
  padding: .5rem .75rem;
}

.brand-title a {
  color: #777;
  font-size: 13px;
}

.brand-title a:hover {
  color: #d11d2b;
}

.bookbtn {
  border: 1px solid #000;
  color: #000;
  padding: 7px 28px;
  margin-bottom: 10px;
  width: 100%;
  text-align: center;
  display: inline-block;
}

.product__items--content__title::before {
  content: "";
  background: #d11d2b !important;
  width: 30px;
  height: 1px;
  left: 0;
  bottom: -1px;
  position: absolute;
}

.product-block {
  position: relative;
  background-color: #fff;
  transition: all ease-out .3s;
  display: flex;
  border-radius: 6px;

  margin-bottom: 0;
  height: 100%;
  overflow: hidden
}

.product-block .caption {
  padding: 0 20px 20px
}

.product-block:hover {
  box-shadow: 0 3px 13px rgba(0, 0, 0, .11)
}

.cartbag {
  width: 100%;
  margin-top: 10px;
  padding: 5px 10px;
  background: #d11d2b;
  color: #fff;
  border: 0;
  font-size: 12px;
}

.elementor-product-categories-item-inner {
  display: flex;
  flex-direction: column;
  height: 100%;
  align-items: center;
}

.elementor-product-categories-image {
  position: relative;
  overflow: hidden;
}

.elementor-product-categories-image img {
  border-radius: 50%;
  object-fit: cover;
  opacity: 1;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  padding: 10px;
}

.elementor img {
  height: auto;
  max-width: 100%;
  border: none;
  /* border-radius: 0; */
  box-shadow: none;
}

.elementor-product-categories-title {
  font-weight: 700;
  margin-top: 5px;
  text-align: center;
}

/* .product__items--content__title {
    position: relative;
    background:#fff;
    border-bottom: 1px solid #e5e5e5;padding-bottom:10px;
} */
/* .product__items--content{padding:10px;} */
.item .item-wrap2 {
  margin: 0 0 25px;
  border: 1px solid #e6ebf4;
}

.item .item-wrap2 .item-detail .item-img {
  position: relative;
  padding: 10px 20px 0;
  text-align: center;
}

.item .item-wrap2 .item-detail .item-img .item-button {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.item .item-wrap2 .item-detail .item-img .item-button .add_to_cart_button {
  height: 40px;
  line-height: 40px;
  background-color: #000;
  color: #fff;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 11px;
  border-radius: 2px;

  display: inline-block;

  padding: 0 30px;
  vertical-align: top;
  -webkit-transform: translateX(-60px);
  -moz-transform: translateX(-60px);
  -o-transform: translateX(-60px);
  -ms-transform: translateX(-60px);
  transform: translateX(-60px);
  -webkit-transition: all .4s;
  -moz-transition: all .4s;
  -o-transition: all .4s;
  -ms-transition: all .4s;
  transition: all .4s;
  opacity: 0;
  min-width: 136px;
  letter-spacing: 0.06em;
}

.item .item-wrap2 .item-detail .item-img .item-button .add_to_cart_button:hover {
  background-color: #d11d2b;
  color: #fff;
}


.item .item-wrap2 .item-detail .item-content {
  position: relative;
  padding: 12px 10px 10px;
  text-align: left;
}

.rtl .item .item-wrap2 .item-detail .item-content {
  text-align: right;
}

.item .item-wrap2 .item-detail .item-content .categories-name {
  margin-bottom: 5px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #ccc;
}

.item .item-wrap2 .item-detail .item-content .categories-name a {
  margin-right: 7px;
  font-weight: 400;
  font-size: 12px;
  color: #959fae;
  position: relative;
}

.item .item-wrap2 .item-detail .item-content .categories-name a:hover {
  color: #d11d2b;
}

.item .item-wrap2 .item-detail .item-content h4 {
  margin-bottom: 12px;
}

.item .item-wrap2 .item-detail .item-content h4 a {
  color: #273142;
  font-size: 14px;
  font-weight: 500;
  text-transform: capitalize;
}

.item .item-wrap2 .item-detail .item-content h4 a:hover {
  color: #d11d2b;
}

.item .item-wrap2 .item-detail .item-content .item-price {
  font-size: 16px;
  color: #d11d2b;
  font-weight: 700;
}

.item .item-wrap2 .item-detail .item-content .item-price ins {
  font-size: 16px;
  font-weight: 700;
  color: #ef4281;
}

.item .item-wrap2 .item-detail .item-content .item-price del {
  font-size: 12px;
  font-weight: 400;
  color: #959fae;
  line-height: 22px;
}

.item .item-wrap2 .item-detail .item-content .sw-quickview {
  font-size: 11px;
  color: #222;
  text-transform: capitalize;
  position: absolute;
  left: 10px;
  bottom: 12px;
  -webkit-transform: translateX(-60px);
  -moz-transform: translateX(-60px);
  -o-transform: translateX(-60px);
  -ms-transform: translateX(-60px);
  transform: translateX(-60px);
  -webkit-transition: all .4s;
  -moz-transition: all .4s;
  -o-transition: all .4s;
  -ms-transition: all .4s;
  transition: all .4s;
  opacity: 0;
}

.rtl .item .item-wrap2 .item-detail .item-content .sw-quickview {
  -webkit-transform: translateX(60px);
  -moz-transform: translateX(60px);
  -o-transform: translateX(60px);
  -ms-transform: translateX(60px);
  transform: translateX(60px);
  right: 0;
  left: auto;
}

.item .item-wrap2 .item-detail .item-content .sw-quickview:before {
  content: '';
  width: 100%;
  height: 1px;
  background-color: #222;
  position: absolute;
  left: 0;
  bottom: -1px;
}

.item .item-wrap2 .item-detail .item-content .sw-quickview:hover {
  color: #d11d2b;
}

.item .item-wrap2 .item-detail .item-content .sw-quickview:hover:before {
  background-color: #d11d2b;
}

.item .item-wrap2:hover .item-detail .item-button .add_to_cart_button {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -o-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
}

.item .item-wrap2:hover .item-detail .item-content .sw-quickview {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -o-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
}

.item .item-wrap2:hover .item-detail .item-content .item-price {
  opacity: 0;
}

.sale-off {
  display: inline-block;
  vertical-align: top;
  color: #fff;
  font-size: 11px;
  font-weight: 400;
  line-height: 20px;
  text-align: center;
  height: 20px;
  left: 0px;
  top: 0px;
  background-color: #198754;
  border-radius: 2px;
  position: absolute;
  right: auto;
  padding: 0 9px;
}

.item-price ins {
  float: left;
  margin: 0 10px 0 0;
  text-decoration: none;
  color: #d11d2b;
}

.pro-heading a {
  color: #273142;
  font-size: 14px;
  font-weight: 500;
  text-transform: capitalize;
}

.list-group-items {
  display: flex;
  padding: 1rem 1rem 1rem 5rem;
  background-color: #fff;
  border-bottom: 1px solid rgb(199 192 192 / 39%);
  position: relative;
}

.list-group-items .col>a.product-link {
  left: -4rem;
  position: absolute;
}

.list-group-items .col {
  padding: 0 42px;
  position: relative;
}

.dd {
  justify-content: space-between;
}

.dd p {
  margin-bottom: .25rem;
}

.float-right {
  float: right;
}

.item-wrap4 {
  border-radius: 6px;
  background: #ffffff;
  /* border: 1px solid #ebebeb; */
  position: relative;
}

/* .item-wrap4::before{
    content: "";
    position: absolute;
    height: 80%;
    left: 0;
    right: 0;
    bottom: -50px;
    background: #03a29714;
    border-radius: 20px;
    transition: all .3s ease-in-out;;
    transform: skewY(15deg);
    z-index: -1;
  }
  .item-wrap4:hover::before{
    height: 100%;
  } */

.item-wrap4 .item-detail .item-img {
  position: relative;
  overflow: hidden;
  text-align: center;
  border-radius: 6px 6px 0 0;
}

.item-wrap4 .item-detail .item-img>a {
  display: block;
  position: relative;
  overflow: hidden;
  max-width: 100%;
  height: 190px;
}

.item-wrap4 .item-detail .item-img>a img {
  margin: 0 auto;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -ms-transition: all 0.4s;
  transition: all 0.4s;
  padding: 15px 15px;
  width: 100%;
  object-fit: contain;
  height: 100%;
  background: #f8f8f8;
  
}




.item-wrap4 .item-detail .item-content {
  /* padding: 0px 15px 20px 15px; */
  padding: 0px 9px 20px 9px;
}

.item-wrap4 .item-detail .item-content .categories-name a {
  font-size: 11px;
  color: #616c6b;
  margin-bottom: 3px;
  line-height: 17px;
}

.item-wrap4 .item-detail .item-content .categories-name a:hover {
  color: #d11d2b;
}

.item-wrap4 .item-detail .item-content h4 {
  font-size: 13px;
  font-family: "Evolventa Bold", Helvetica, Arial, sans-serif;
  line-height: 23px;
  height: auto;
  margin-bottom: 0px;

}


.item-wrap4 .item-detail .item-content .item-price {
  font-family: "Evolventa Bold", Helvetica, Arial, sans-serif;
  font-size: 18px;
  font-weight: 500;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 10px;
  /* height: 60px; */
}

.item-wrap4 .item-detail .item-content .item-price>span {
  flex-direction: unset;
}

.item-wrap4 .item-detail .item-content .add_to_cart_button {
  font-size: 12px;
  font-family: "Evolventa Bold", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  height: 36px;
  line-height: 37px;
  padding: 0 15px 0 0;
  width: 100%;
  border-radius: 30px;
  display: inline-block;
  vertical-align: top;
  border: 1px solid #e7e7e5;
  /* background: transparent; */
  background: #d11d2b;
  color: #fff;
}

@media only screen and (max-width: 991px) {

  /* .item-wrap4 .item-detail .item-content .item-price {
     height: 80px;
    } */
  .breadcrumb__content--menu__items {
    position: relative;
    padding-right: 18px;
    font-size: 12px;
    line-height: 24px;
  }

  .item-wrap4 .item-detail .item-content .add_to_cart_button {
    font-size: 10px;

    padding: 0 9px 0 0;

  }

  .item-wrap4 .item-detail .item-content .add_to_cart_button:before {
    height: 26px;
    line-height: 26px;
    width: 26px;

  }

  .item-wrap4:hover .item-detail .item-content .add_to_cart_button {
    background: #d11d2b;
    color: #fff;
    padding-left: 0px;
    padding-right: 5px;
  }

  .catslider {
    height: 40px !important;
  }

  .item-wrap4:hover .item-detail .item-content .add_to_cart_button:before {
    margin-right: 0;
    -webkit-transition: all 0.1s;
    -moz-transition: all 0.1s;
    -o-transition: all 0.1s;
    -ms-transition: all 0.1s;
    transition: all 0.1s;
  }

  .quickview__cart--btn {

    padding: 0 15px;

  }

  .gallery-slider {

    display: block !important;
    border-right: 0px solid rgba(111, 121, 129, 0.22);
  }

  .gallery-slider__images {

    width: -webkit-calc(100% - 0px);
    width: -moz-calc(100% - 0px);
    width: 100% !important;
    /* margin-left: 14px; */
  }

  .gallery-slider__thumbnails {

    width: 100% !important;

  }
}


@media(max-width: 480px) {
  .gallery-slider {

    display: block;
    border-right: 0px solid rgba(111, 121, 129, 0.22);
  }

  .gallery-slider__images {

    width: -webkit-calc(100% - 0px);
    width: -moz-calc(100% - 0px);
    width: 100%;
    /* margin-left: 14px; */
  }

  .gallery-slider__thumbnails {

    width: 100%;

  }

  .gallery-slider__thumbnails .next-arrow,
  .gallery-slider__thumbnails .prev-arrow {
    display: none !important;
  }


}

.left-div {
  order: 2;
  /* Move left div to the right */
}

.right-div {
  order: 1;
  /* Move right div to the left */
}

.catslider {
  height: 90px;
}

.item-wrap4 .item-detail .item-content .add_to_cart_button:before {
  height: 34px;
  line-height: 34px;
  width: 34px;
  content: "";
  display: inline-block;
  vertical-align: top;
  border-radius: 50%;
  background: url(../img/shopping-cart2.svg) center center no-repeat #d11d2b;
  background-size: 16px;
  margin-right: 10px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}


.add-to-cart-box {
    background-color: #fff;
    border-radius: 50px;
    position: relative;
    max-width: 100%;
}



.add-to-cart-box .qty-box {
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0;
    margin: 0;
    display: none;
    width: 100%;
}

.add-to-cart-box .qty-box .input-group {
    background-color: #fff;
}
.add-to-cart-box .qty-box .input-group {
    /* background-color: #f8f8f8; */
    border-radius: 30px;
    padding: 0;
    height:36px;
    text-align: center;
    z-index: 0;
    border: 1px solid #e7e7e5;
}
.add-to-cart-box .qty-box .input-group button {
    width: calc(29px + 6 * (100vw - 320px) / 1600);
    height: calc(29px + 6 * (100vw - 320px) / 1600);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #198754;
    font-size: 14px;
    border: none;
    padding: 0;
    background-color: #fff;
    z-index: 0;
    border-radius: 100% !important;
}
.add-to-cart-box .qty-box.open {
    display: block;
    max-width: unset;
}
.add-to-cart-box .qty-box .input-group input {
    height: auto;
    background-color: transparent;
    border: none;
    padding: 0;
    text-align: center;
    font-size: 14px;
    color: #198754;
}
.add-to-cart-box .qty-box .input-group button

 {
    background-color: #f9f8f6;
}
.add-to-cart-box .qty-box .input-group button {
    width: calc(29px + 6 * (100vw - 320px) / 1600);
    height: calc(29px + 6 * (100vw - 320px) / 1600);
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    /* padding: 0; */
    /* background-color: #fff; */
    z-index: 0;
    border-radius: 100% !important;
}
.qty-box .input-group button svg {
    font-size: 20px;
    fill: #198754;
}
.item-wrap4:hover {
  -webkit-box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.08);
  -o-box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.08);
  -ms-box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.08);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}

.item-wrap4:hover .item-detail .item-img>a img {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -ms-transition: all 0.4s;
  transition: all 0.4s;
}

.item-wrap4:hover .item-detail .item-img .item-button .sw-quickview {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: all 0.8s;
  -moz-transition: all 0.8s;
  -o-transition: all 0.8s;
  -ms-transition: all 0.8s;
  transition: all 0.8s;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.item-wrap4:hover .item-detail .item-content .add_to_cart_button {
  background: #d11d2b;
  color: #fff;
  padding-left: 10px;
  padding-right: 15px;
}

.item-wrap4:hover .item-detail .item-content .add_to_cart_button:before {
  margin-right: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}

.zoomable {
  position: relative;
  overflow: hidden;

}

.zoomable__img {
  transform-origin: var(--zoom-pos-x, 0%) var(--zoom-pos-y, 0%);
  transition: transform 0.15s linear;
}

.zoomable--zoomed .zoomable__img {
  cursor: zoom-in;
  transform: scale(var(--zoom, 2));
}

/* .gallery-slider {
    position: relative;
    overflow: hidden;
    display: flex;
    border-right: 1px solid rgba(111, 121, 129, 0.22);
  } */
.gallery-slider {
  position: relative;
  overflow: hidden;
  display: flex;
  border-radius: 8px;
  padding: 10px;
  border: 1px solid rgba(111, 121, 129, 0.22);
}

.gallery-slider__images {
  margin: 0;
  position: relative;
  float: right;
  width: -webkit-calc(100% - 90px);
  width: -moz-calc(100% - 90px);
  width: calc(100% - 90px);
  /* margin-left: 14px; */
}

.gallery-slider__images .item {
  padding: 0;
}

.gallery-slider__images .item .img-fill {
  text-align: center;
  padding: 0px;
  height: 100%;
  border: 1px solid #fff;
  border-radius: 5px;
}

.gallery-slider__images .item .img-fill img {
  display: inline-block;
  position: relative;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.gallery-slider__images .next-arrow,
.gallery-slider__images .prev-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 47px;
  height: 47px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.7);
  border: 0 none;
  text-align: center;
  color: #FFF;
  z-index: 5;
  opacity: 0;
  transition: all 0.5s;
  outline: 0;
}

.gallery-slider__images .next-arrow svg,
.gallery-slider__images .prev-arrow svg {
  top: 4px;
}

.gallery-slider__images .next-arrow {
  right: 25px;
}

.gallery-slider__images .prev-arrow {
  left: 25px;
}

.gallery-slider__images:hover .next-arrow,
.gallery-slider__images:hover .prev-arrow {
  opacity: 1;
}

.gallery-slider__images .caption {
  width: 100%;
  position: relative;
  text-align: center;
  display: block;
  opacity: 1;
  transition: opacity 0.15s;
}

.gallery-slider__images .caption.hide {
  opacity: 0;
}

.gallery-slider__thumbnails {
  position: relative;
  top: 0px;
  left: 0px;
  /* 
    width: 100%;
    z-index: 4;*/
  transition: all 0.8s;
  margin: 0;
  padding: 17px 0;

  width: 106px;
  float: left;
  height: 100%;


}

.gallery-slider__thumbnails:before,
.gallery-slider__thumbnails:after {
  content: "";
  display: block;
  width: 100px;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 10;
  pointer-events: none;
}

.gallery-slider__thumbnails:before {
  left: 0;
  /*  background: linear-gradient(to right, #e6e6e6 0%, rgba(230, 230, 230, 0) 100%);
  */
}

.gallery-slider__thumbnails:after {
  right: 0;
  /*  background: linear-gradient(to right, rgba(230, 230, 230, 0) 0%, #e6e6e6 100%);
  */
}

.gallery-slider__thumbnails .item .img-fill {
  height: 80px;
  width: 80px;
  background: white;
  cursor: pointer;

  cursor: pointer;

  text-align: center;
  margin-top: 5px;
}

.gallery-slider__thumbnails .item .img-fill img {
  opacity: 0.5;
  transition: all 0.5s;
  display: inline-block;
  position: relative;
  max-width: 100%;
  max-height: 100%;
  border-radius: 5px;
  top: 50%;
  border: 1px solid #e5e5e5;
  transform: translateY(-50%);
}

.gallery-slider__thumbnails .item:hover .img-fill img {
  opacity: 1;

}

.gallery-slider__thumbnails .slick-current.slick-active img {
  opacity: 1;
  border: 1px solid #198754;
}

.gallery-slider__thumbnails .prev-arrow {
    position: absolute;
    width: 35px;
    font-size: 15px;
    font-weight: 100;
    top: 20px;
    transform: translateY(-50%);
    background: #7cab0b;
    color: #ffffff;
    border: 0 none;
    z-index: 1;
    line-height: 35px;
    height: 35px;
    border-radius: 50%;
}

.gallery-slider__thumbnails .prev-arrow:hover,
.gallery-slider__thumbnails .next-arrow:hover {
  background: #e5e5e5;
  color: #000;
}


.gallery-slider__thumbnails .next-arrow {
 position: absolute;
    width: 35px;
    height: 35px;
    font-size: 15px;
    font-weight: 100;
    bottom: 14px;
    border-radius: 50%;
    transform: translateY(-50%);
    background: #7cab0b;
    color: #fff;
    line-height: 35px;
    border: 0 none;
    z-index: 1;
}


.gallery-slider__thumbnails .next-arrow i,
.gallery-slider__thumbnails .prev-arrow i {
  top: 0px;
}

.gallery-slider__thumbnails .next-arrow {
  left: 25px;
}

.gallery-slider__thumbnails .prev-arrow {
  left: 25px;
}

.gallery-slider .next-arrow,
.gallery-slider .prev-arrow {
  cursor: pointer;
}

.gallery-slider .next-arrow svg,
.gallery-slider .prev-arrow svg {
  width: 18px;
  height: 18px;
  position: relative;
}

.gallery-slider .img-fill {
  width: 100%;
  display: block;
  overflow: hidden;
  position: relative;
  text-align: center;
}

.gallery-slider .slick-slider {
  /* margin: 0 -7.5px; */
  /* padding: 0 !important; */
}

.gallery-slider .slick-slide {
  float: left;
  /* padding: 0 5px; */
  padding: 0 5px 0 0;
  outline: none;
}

.details {
  position: relative;
  width: 100%;
  height: 100%;
  float: left;
}


.thumbnail-container {
  position: relative;
  width: 100%;
  height: 100%;
  float: left;
}

/* .product-attributes{ border-bottom:1px solid #e5e5e5; margin-bottom: 20px;} */
.product-attributes .label {
  margin-bottom: 5px;
  color: #000;
  font-weight: 500;
  text-align: right;
  font-size: 14px;
}

.product-attributes .sub {
  color: #666;
}

.product-quantities span {
  color: #4cbb6c;
  font-weight: 500;
}

.grid {
  display: grid;
  grid-gap: 1em;
  margin: 0 auto;
  max-width: 60em;
  padding: 0;

}

@media (min-width: 42em) {
  .grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

.cards {
  background-color: #fff;
  border-radius: 0.5em;
  position: relative;
}

.cards:hover {
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.15);
}

.radio {
  font-size: inherit;
  margin: 0;
  position: absolute;
  right: calc(1em + 2px);
  top: calc(1em + 2px);
  display: none;
}

@supports (-webkit-appearance: none) or (-moz-appearance: none) {



  .cards:hover .radio {
    border-color: var(--color-dark-gray);
  }

  .cards:hover .radio:checked {
    border-color: #e2ebf6;
  }
}

.plan-details {
  border: 1px solid #e2ebf6;
  border-radius: 0.5em;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  padding: 0.5em;
  transition: border-color 0.2s ease-out;
}

.cards:hover .plan-details {
  border-color: var(--color-dark-gray);
}

.radio:checked~.plan-details {
  border-color: #d11d2b;
}

.radio:checked~.plan-details .plan-type {
  color: #d11d2b;
}

.radio:focus~.plan-details {
  box-shadow: 0 0 0 2px var(--color-dark-gray);
}

.radio:disabled~.plan-details {
  color: var(--color-dark-gray);
  cursor: default;
}

.radio:disabled~.plan-details .plan-type {
  color: var(--color-dark-gray);
}

.cards:hover .radio:disabled~.plan-details {
  border-color: #e2ebf6;
  box-shadow: none;
}

.cards:hover .radio:disabled {
  border-color: #e2ebf6;
}

.plan-type {
  color: #000;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.4em;
}

.plan-cost,
.plan-stock {
  font-size: 1.4rem;
  line-height: 1.6em;
}

.plan-stock {
  color: #666666;
}


.prdct-inr {
  border: 1px solid #e5e5e5;
  border-radius: 5px;
  padding: 20px 10px;
  box-shadow: 0 1px 3px rgb(226 226 226 / 25%), 0 1px 2px rgb(226 226 226 / 50%);
}

.text-colors {
  color: #13ab64 !important;
  font-size: 12px;
  font-weight: 600 !important;
}

.product_inner {
  padding: 15px 20px;
  box-shadow: 0 1px 8px 0 rgba(0, 0, 0, .06);
  background: #fff;
  margin: 10px auto;
}

.total-cost {
  color: #666;
  float: right;
}

.product__section--inner {
  position: relative;
}

.slick-track {

  margin-left: 0 !important;

}


.item .item-wrap4 .item-detail .item-img .item-button {
  position: absolute;
  font-size: 15px;
  top: 6px;
  text-align: right;
  right: 10px;
  z-index: 2;
  width: 50px;
}

.item .item-wrap4 .item-detail .item-img .item-button .sw-quickview {
  -webkit-transition: all .6s;
  -moz-transition: all .6s;
  -o-transition: all .6s;
  -ms-transition: all .6s;
  transition: all .6s;
}

/* .item .item-wrap4 .item-detail .item-img .item-button .sw-quickview:before {
  content: ">";
    
} */

.item .item-wrap4 .item-detail .item-img .item-button .sw-quickview {
  font-weight: 500;
  background: #fdd1de;
  height: 36px;
  line-height: 36px;
  padding: 0;
  /* display: inline-block; */
  display: none;
  vertical-align: top;
  overflow: hidden;
  position: relative;
  left: 0;
  right: 0;
  text-align: center;

  min-width: 36px;
  margin: 5px 3px;
  color: #d11d2b;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

/* .item .item-wrap4 .item-detail .item-img .item-button .sw-quickview:before {
  font-family: 'Nucleo';
  font-size: 16px;
  color: #d11d2b;
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
} */
.item .item-wrap4 .item-detail .item-img .item-button .sw-quickview:hover {
  min-width: 36px;
  background-color: #d11d2b;
  color: #fff;
  font-size: 0;
  padding: 0;
}

/* .item .item-wrap4:hover .item-detail .item-img .item-button .sw-quickview:before {
  color: #fff;
} */


.item .item-wrap4 .item-detail .item-img .item-button .sw-quickview {
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}



.item .item-wrap4:hover .item-detail .item-img .item-button .sw-quickview {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: all 0.8s;
  -moz-transition: all 0.8s;
  -o-transition: all 0.8s;
  -ms-transition: all 0.8s;
  transition: all 0.8s;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.group-label {
  position: absolute;
  top: 10px;
  right: 10px;
  display: flex;
}

.group-label>span {
  border-radius: 4px;
  font-size: 11px;
  font-size: .6875rem;
  display: inline-block;
  font-weight: 600;
  line-height: 20px;
  color: #fff;
  padding: 0 8px;
  text-transform: uppercase;
  background-color: #84be52;
}

.js-search-filters-clear-all {
  padding: 4px 11px;
  display: none;
  margin: 5px 0;
  background-color: #fff;
  color: #000;
  text-transform: capitalize;
  font-weight: 500;
  border: 1px solid #ddd;
  font-size: 13px;
}

.btn-tertiary .material-icons {
  margin-right: 5px;
  font-size: 14px;
  height: 19px;
}

.web-inspector-hide-shortcut {
  display: none;
}

.price {
  color: #d11d2b;
  font-size: 1.8rem
}

.h5f {
  font-weight: 500 !important;
}

.box-overflow {
  height: 300px;
  overflow: auto;
  scrollbar-width: thin;
}

.autocomplete-items,
.autocomplete-itemss {
  position: absolute;
  border-top: none;
  z-index: 99999;
  top: 100%;
  width: 100%;
  max-height: 300px;
  overflow: auto;
  background: rgb(255, 255, 255);
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 11px -2px;
  border-radius: 8px;

}

.autocomplete-items::-webkit-scrollbar,
.autocomplete-itemss::-webkit-scrollbar {
  width: .2em;
  height: 6em;
}

.autocomplete-items::-webkit-scrollbar-button,
.autocomplete-itemss::-webkit-scrollbar-button {
  background: #d11d2b
}

.autocomplete-items::-webkit-scrollbar-track-piece,
.autocomplete-itemss::-webkit-scrollbar-track-piece {
  background: #fff
}

.autocomplete-items::-webkit-scrollbar-thumb,
.autocomplete-itemss::-webkit-scrollbar-thumb {
  background: #fff
}

.autocomplete-items li,
.autocomplete-itemss li {
  background-color: rgb(255, 255, 255);
  display: flex;
  padding: 14px 20px 8px 18px;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  align-items: center;
  cursor: pointer;
  border-bottom: 1px solid rgb(234, 234, 234);
  /* background: #ffffff;
  border: 0.5px solid #ffffff;

  padding: 5px;
  cursor: pointer;
  width: 100%;
  color: #fff;
  font-size: 15px;
  text-align: left; */
}

.autocomplete-items li,
.autocomplete-itemss li {
  background-color: #f1f1f1;
}

.docname {
  width: 100% !important;
  border-bottom: 1px solid rgba(84, 82, 82, 0.09) !important;
}

.docname a {
  display: flex;
    width: 100%;
    justify-content: space-between;
}

.autocomplete-cart {
            position: absolute;
            border-top: none;
            z-index: 99999;
            top: 100%;
            width: 100%;
            max-height: 300px;
            overflow: auto;
            background: rgb(255, 255, 255);
            box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 11px -2px;
            border-radius: 8px;

        }

        .autocomplete-cart li {
            background-color: rgb(255, 255, 255);
            display: flex;
            padding: 14px 20px 8px 18px;
            -webkit-box-pack: justify;
            justify-content: space-between;
            -webkit-box-align: center;
            align-items: center;
            cursor: pointer;
            border-bottom: 1px solid rgb(234, 234, 234);
        }
.docname a .search-content span.cartadd{ float:right;
float: right;
    font-size: 10px;
    font-weight: 600;
    padding: 6px;
    border-radius: 11px;
    border: 1px solid #198754;
    color: rgb(255, 255, 255) !important;
    background: #198754;
}


.docname a img {
  width: 30px;
  height: 30px;
}

.docname a .search-content .old-prc del {
  color: #606060;
  font-size: 14px;
}

.docname a .search-content {
  flex: 1;
  padding-left: 10px;
}

.docname a .search-content p {
  margin-bottom: 0px;
  font-size: 12px;
}

.docname a .search-content span {
  color: #000;
  margin-top: 4px;
}

.main-menu ul {
  overflow: auto;
  margin: 0;
  padding: 0;
  list-style: none;
  max-height: 300px;
}

#mobile-menu.mobile-hide-icons i.fa {
  display: none;
}

#slide-out #mobile-menu .mega-menu-block {
  padding: 0 !important;
  background: transparent !important;
  min-height: inherit !important;
}

#slide-out #mobile-menu ul ul,
#slide-out #mobile-menu .sub-menu-columns-item {
  display: none;

}

#slide-out #mobile-menu li {
  list-style: none;
  position: relative;
  border-bottom: 1px solid #e4e4e4;
}

#slide-out #mobile-menu li:first-child {
  border-top: 1px solid #e4e4e4;
}

#slide-out #mobile-menu ul li.menu-item-has-children i.mobile-arrows {
  position: absolute;
  top: 0;
  right: 0;
  padding: 12px;
font-size: 12px;
  margin: 0;
  cursor: pointer;
  display: block;
}

#slide-out #mobile-menu a {
  color: #000;
  display: block;
  font-size: 13px;
  padding: 15px 20px;
  line-height: 1;
  text-transform: uppercase;

}

#slide-out #mobile-menu a:hover {

  color: #d11d2b;
}

#slide-out #mobile-menu ul ul a {
  font-size: 13px;
  padding-left: 30px;
  text-transform: capitalize;
}

#slide-out #mobile-menu ul ul ul a {
  font-size: 13px;
  padding-left: 40px
}

#slide-out #mobile-menu ul ul ul a {
  padding-left: 50px
}

#slide-out #mobile-menu ul ul ul ul a {
  padding-left: 60px
}

#mobile-menu li.menu-item-home a:before {}

/* #mobile-menu .mobile-arrows {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

#mobile-menu .mobile-arrows.is-open {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
} */

.block-popup-login .tt_popup_login {
  border: none;
  background-color: #d11d2b;
  height: 42px;
}

.site-header-account {
  position: relative
}


.site-header-account .account-dropdown {
  text-align: left;
  right: 0;
  top: 100%;
  position: absolute;
  pointer-events: none;
  opacity: 0;
  z-index: 999;
  visibility: hidden;

  padding-top: 15px;
  -ms-transition: all .35s ease;
  -o-transition: all .35s ease;
  -moz-transition: all .35s ease;
  -webkit-transition: all .35s ease;
  transition: all .35s ease
}

#elementor-sidebar .site-header-account .account-dropdown {
  left: 0;
  right: unset
}

.site-header-account .account-dropdown.right {
  left: 0;
  right: unset
}

.site-header-account .account-dropdown.right .account-wrap:before {
  left: 20px;
  right: unset
}

.site-header-account .account-dropdown.justify {
  right: 50%;
  transform: translateX(50%)
}

.site-header-account .account-dropdown.justify .account-wrap:before {
  right: 50%;
  transform: translateX(50%) rotate(45deg)
}

.site-header-account .account-dropdown .account-wrap:before {
  border-bottom-color: #fff;
}

.site-header-account .account-dropdown a.register-link,
.site-header-account .account-dropdown a.lostpass-link {
  font-size: 11px;
  color: #539ddf;
}

.bb-so-1 {
  border-bottom: 1px solid #cbc6c6;
}

.site-header-account .account-dropdown a.register-link:hover,
.site-header-account .account-dropdown a.lostpass-link:hover {
  text-decoration: underline
}

.site-header-account .login-form-title {
  font-size: 17px;
  letter-spacing: 0.6px;
  padding-bottom: .55rem !important;
  color: #000;
  font-weight: 500;
}

.site-header-account .account-dropdown label {
  margin-bottom: .5rem;
  font-size: 13px;
  color: #1d2a38;
  line-height: 1.5;
  font-weight: 500;
}

.site-header-account .account-dropdown p {
  margin-bottom: 10px;
}

.site-header-account .account-dropdown input {
  line-height: normal !important;
  padding: 15px;
  width: 100%;
  display: block;
  font-size: 14px;
  letter-spacing: 0;
  border-radius: 0px;
  border: 1px solid #e6e6e6;
  background-color: #fff;
}

.site-header-account .account-dropdown button {
  background-color: #d11d2b;
  border-color: #d11d2b;
  color: #fff;
  padding: .7822rem 2rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 30px;
  margin-top: 10px;
}

.site-header-account .account-dropdown .account-wrap {
  position: relative;
  background: #fff;
  box-shadow: rgba(0, 19, 37, 0.48) 0px 8px 32px;

  /* box-shadow: 0 0 7px 0 rgba(0,0,0,.03); */
  border-radius: 6px;
  border-top: 3px solid #dee2e6;
}

.site-header-account .account-dropdown .account-wrap:before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  top: -20px;
  right: 0;
  border-left-width: 10px;
  border-left-color: transparent;
  border-right-width: 10px;
  border-right-color: transparent;
  border-bottom-width: 10px;
  border-top-width: 0;
  border-style: solid;
  transform: translateX(-50%) translateY(100%);
  -ms-transition: all .35s;
  -o-transition: all .35s;
  -moz-transition: all .35s;
  -webkit-transition: all .35s;
  transition: all .35s
}

.site-header-account .account-dropdown .account-inner {
  /* width: 320px; */
  padding: 10px 20px 20px;
  max-height: 500px;
  width: auto;
  overflow: auto
}

.site-header-account .account-dropdown .account-inner.dashboard {
  width: 210px;
  padding: 20px 0
}

.required {
  border-bottom: 0 !important;
  color: red;
}

.site-header-account .account-dropdown .account-inner::-webkit-scrollbar {
  width: 3px
}

.site-header-account .account-dropdown .account-inner::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, .3);
  background-color: #f5f5f5
}

.site-header-account .account-dropdown .account-inner::-webkit-scrollbar-thumb {
  background-color: #000
}

.site-header-account .account-links-menu,
.site-header-account .account-dashboard {
  list-style: none;
  margin-bottom: 0;
  padding: 0
}

.site-header-account .account-links-menu li a,
.site-header-account .account-dashboard li a {
  width: 100%;
  text-align: left;
  font-size: 14px;
  line-height: 20px;
  display: block;
  padding: 10px 20px;
  -ms-transition: all .4s ease;
  -o-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -webkit-transition: all .4s ease;
  transition: all .4s ease
}

.site-header-account .account-links-menu li a:hover,
.site-header-account .account-dashboard li a:hover {
  color: #2d2d2d;
  background-color: rgba(0, 0, 0, .035)
}

.site-header-account:hover>a:before {
  opacity: 1;
  visibility: visible
}

/* .site-header-account:hover .account-dropdown {
  pointer-events: auto;
  opacity: 1;
  visibility: visible
} */
.visible {
  pointer-events: auto;
  opacity: 1;
  visibility: visible
}

.leo-fly-cart-icon-wrapper {
  display: none;
}

.leo-fly-cart-icon-wrapper a {
  width: 40px;
  height: 40px;
  line-height: 38px;
  border-radius: 50%;
  text-align: center;
  position: relative;
  padding: 0;
  display: block;
  background-color: #fff;
  box-shadow: 2px 3px 10px #00000026;
  font-size: 1em;
  z-index: 999;

}

.leo-fly-cart-icon-wrapper a::after {
  content: "\f290";
  font-family: "FontAwesome";
  color: #000;
}

.leo-fly-cart-icon-wrapper a i {
  font-size: 1em;
  color: #000;
  display: none;
}

.leo-fly-cart-total {
  position: absolute;
  top: -10px;
  right: -10px;
  font-size: 12px;
  color: #fff;
  background: #d11d2b;
  padding: 0 5px;
  border-radius: 50%;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  min-width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  box-shadow: 0 0 0 2px #fff;
  z-index: 2;
}

.cslider-item-timer {
  position: relative;
  float: left;
  display: inline;
  padding-left: 30px;
  margin-left: 20px;
  background: #f3ccd7;
  border-radius: 23px;
}

/* .cslider-item-timer:before {
  content: '';
  height: 31px;
  width: 2px;
  background-color: #d11d2b;
  position: absolute;
  top: 0;
  left: 0;
} */
.cslider-item-timer:before {
  content: '';
  height: 31px;
  width: 2px;
  background-color: #fff;
  position: relative;
  top: 0;
  left: 0;
}

.cslider-item-timer span {
  font-size: 16px;
  color: #e10e4c;
  letter-spacing: 1px;
  line-height: 20px;
  float: left;
  padding-top: 10px;
}

.cslider-item-timer .product_time_maxprice {
  display: inline-block;
  padding: 0 20px 0 5px;
}

.cslider-item-timer .product_time_maxprice .clock>span {
  font-weight: 500;
  font-size: 1.9rem !important;
  letter-spacing: 2px;
}

.modtitle {
  padding: 0;

  float: left;
  position: relative;
}

.view-all a {
  font-size: 14px;
  /* padding: 10px 0; */
}

.view-all a {
  /* font-size: 13px; */
  letter-spacing: 1px;
  color: #198754;
  /* color: #d11d2b; */
  font-weight: 400;
  float: right;
  /* padding: 15px 0; */
  /* display: -webkit-flex; */
  display: -ms-flexbox;
  display: -ms-flex;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  display: flex;
  align-items: center;
}

.view-all a::after {
  background: no-repeat right url(../img/download2.png);
  content: "";
  width: 13px;
  height: 8px;
  display: inline-block;
  margin: 0 0 0 10px;
}

.view-all a:hover {
  animation-name: wobble-horizontal-on-hover;
  animation-duration: 1s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: 1;
}

@-webkit-keyframes wobble-horizontal-on-hover {
  16.65% {
    -webkit-transform: translateX(8px);
    transform: translateX(8px);
  }

  33.3% {
    -webkit-transform: translateX(-6px);
    transform: translateX(-6px);
  }

  49.95% {
    -webkit-transform: translateX(4px);
    transform: translateX(4px);
  }

  66.6% {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px);
  }

  83.25% {
    -webkit-transform: translateX(1px);
    transform: translateX(1px);
  }

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

@keyframes wobble-horizontal-on-hover {
  16.65% {
    -webkit-transform: translateX(8px);
    transform: translateX(8px);
  }

  33.3% {
    -webkit-transform: translateX(-6px);
    transform: translateX(-6px);
  }

  49.95% {
    -webkit-transform: translateX(4px);
    transform: translateX(4px);
  }

  66.6% {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px);
  }

  83.25% {
    -webkit-transform: translateX(1px);
    transform: translateX(1px);
  }

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

.cartboxcart {
  background: #fff;
  margin-bottom: 4px;
  padding: 10px;
}

.save_price {
  color: #118a23;
}

#spinner-div {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.6);
  z-index: 2;
}

.wc-block-components-notice-banner.is-success {
  background-color: #165d59;
  ;
  /* border-color: #4ab866; */
}

.wc-block-components-notice-banner {
  align-content: flex-start;
  align-items: stretch;
  /* background-color: #fff; */
  /* border: 1px solid; */
  border-radius: 4px;
  box-sizing: border-box;
  color: #2f2f2f;
  display: none;
  font-size: .875em;
  font-weight: 400;
  gap: 12px;
  line-height: 1.5;
  margin: 16px 0;
  padding: 16px !important;
}

.woocommerce-notices-wrapper>* {
  margin-bottom: 16px;
}

.wc-block-components-notice-banner {
  border: none !important;
  margin-top: 0 !important;
}

.wc-block-components-notice-banner.is-success>svg {
  background-color: #4ab866;
}

.wc-block-components-notice-banner>svg {
  fill: #fff;
  /* background-color: #2f2f2f; */
  border-radius: 50%;
  flex-grow: 0;
  flex-shrink: 0;
  height: 100%;
  padding: 2px;
}

.wc-block-components-notice-banner>svg {
  opacity: 1;
}

.wc-block-components-notice-banner>.wc-block-components-notice-banner__content:last-child {
  padding-right: 0;
  color: #fff;
}

.wc-block-components-notice-banner>.wc-block-components-notice-banner__content {
  -ms-grid-row-align: center;
  align-self: center;
  flex-basis: 100%;
  /* padding-right: 16px; */
  white-space: normal;
}

.saved-box {
  margin: 0px 0 20px;
  border-radius: 8px;
  text-align: center;
  background: #ecf5e4;
  /* background:#e97194; */
  letter-spacing: 1px;
  padding: 15px;
}

.saved-box p {
  font-size: 16px;
  color: #49930a;
  /* color: #fff; */
  line-height: 16px;
}

.totaltext {
  font-size: 12px;
  color: #858080;
  padding: 0 0 3px;
  line-height: 26px;
  display: block;
  letter-spacing: .83px;
  display: block;
}

.total-amount {
  font-size: 25px;
  display: block;
  color: #151b39;
  display: block;
  font-weight: 600;
}

.saved-div {
  position: relative;
  /* position: -webkit-sticky;
    position: sticky; */
  right: 0;
  bottom: 0;
  background: #fff;

  width: 100%;
}

.product-item-info {
  display: table;
  width: 100% !important;
  margin-bottom: 20px;
}

.image-product {
  display: table-cell;
  vertical-align: top;
  width: 120px;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  overflow: hidden;
  padding: 10px;
  border: 1px solid #e5e5e5;
}

.image-product .product-image-photo .image-product .product-item-photo {
  position: static !important;
  display: block;
  line-height: 0;
  margin-bottom: 0 !important;
}

.product-item-details {
  display: table-cell;
  vertical-align: top;
  padding: 10px 0 0 15px;
}

.product-item-name {
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  display: block;
  hyphens: auto;
  font-size: small;
    font-weight: 500;

  word-wrap: break-word;
}

.price-box .price {
  font-size: 1.4rem;
  font-weight: 700;
  color: #d11d2b;
  white-space: nowrap;
}

.site-header-account .account-dropdown .account-inner {
  width: 25rem !important;
}

.menud {
  position: relative;
  width: 100%;
  height: calc(100% - 60px);
  /* margin-top: 60px; */


}

.menud li {
  padding: 0px 20px;
}

.menud li:last-child {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.menud li a {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 20px 0;
  font-size: 1.4rem;
  text-decoration: none;
  color: var(--gray);
}

.menud li a ion-icon {
  font-size: 1.5rem;
}

@-webkit-keyframes scale {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }

  45% {
    -webkit-transform: scale(0.1);
    transform: scale(0.1);
    opacity: 0.7;
  }

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

@keyframes scale {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }

  45% {
    -webkit-transform: scale(0.1);
    transform: scale(0.1);
    opacity: 0.7;
  }

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

.ball-pulse>div:nth-child(1) {
  -webkit-animation: scale 0.75s -0.24s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
  animation: scale 0.75s -0.24s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
}

.ball-pulse>div:nth-child(2) {
  -webkit-animation: scale 0.75s -0.12s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
  animation: scale 0.75s -0.12s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
}

.ball-pulse>div:nth-child(3) {
  -webkit-animation: scale 0.75s 0s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
  animation: scale 0.75s 0s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
}

.ball-pulse>div {
  background-color: #FFF;
  width: 0.375rem;
  height: 0.375rem;
  border-radius: 100%;
  margin: 2px;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  display: inline-block;
}

.so-pre-loader {
  background: rgba(238, 238, 238, .5);
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99999
}

.so-pre-loader1 {
  background: rgba(238, 238, 238, .5);
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 99999
}

.so-pre-loader2 {
  background: rgba(238, 238, 238, .67);
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 99999
}

.so-pre-loader .so-loader-center,
.so-pre-loader1 .so-loader-center {
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -25px 0 0 -25px;
}

.so-pre-loader2 .btnUpdate {
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -25px 0 0 -60px;
}


.btnUpdate {
  background-color: transparent;
  color: #198754;
  border: 2px solid #198754;
  cursor: pointer;
  padding: 7px 10px;
  border-radius: 4px;
}

.so-pre-loader .spinner-bounce,
.so-pre-loader1 .spinner-bounce {
  width: 60px;
  height: 60px;
  position: relative;
}

.so-pre-loader .double-bounce1,
.so-pre-loader .double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #d11d2b;
  opacity: .6;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: sk-bounce 2s infinite ease-in-out;
  animation: sk-bounce 2s infinite ease-in-out
}

.so-pre-loader1 .double-bounce1,
.so-pre-loader1 .double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #198754;
  opacity: .6;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: sk-bounce 2s infinite ease-in-out;
  animation: sk-bounce 2s infinite ease-in-out
}



.so-pre-loader .double-bounce2,
.so-pre-loader1 .double-bounce2 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s
}

@-webkit-keyframes sk-bounce {

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

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

@keyframes sk-bounce {

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

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

.addressStripV2-base-desktopContainer {
  margin-bottom: 8px;
  background-color: #fbeff3;
  padding: 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 4px;
  border: 1px solid #eaeaec;
  cursor: pointer;
}

.addressStripV2-base-highlight {
  font-size: 14px;
  font-weight: 700;
}

.addressStripV2-base-changeBtnDesktop {
  font-size: 12px;
  padding: 8px 16px;
  border: 1px solid #d11d2b;
  border-radius: 4px;
  margin-right: 0;
}

.addressStripV2-base-changeBtn {
  font-size: 14px;
  font-weight: 700;
  color: #cf4954;
  margin-right: 4px;
  position: relative;
}

.addDeliveryBtn {
  cursor: pointer;
  background-color: #f8f8f8;
  border-radius: 23px 0 0 23px;
  /* border-radius: 4px; */
  flex-direction: row;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  justify-content: space-between;
  padding: 9px 13px 9px 11px;
  min-width: 150px;
  font-weight: 500;
  line-height: 2.2rem;
  font-size: 1.3rem;
  margin: 4px 0px 4px 3px;
  color: #606060;
  display: flex !important;
  border: none !important;
}

.flex-ac {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  line-height: initial;
}

.addDeliveryBtn .currLocationTitle {
  text-overflow: ellipsis;
  overflow-wrap: break-word;
  white-space: nowrap;
  max-width: 140px;
  overflow: hidden;
  text-align: left;
}

.iYjXNp {
  font-size: 1.5rem;
}

.anti-div {
  margin: 10px 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.88);
  font-size: 14px;
  line-height: 1.5714285714285714;
  list-style: none;
  position: absolute;
  display: none;
  z-index: 1030;
  font-weight: normal;
  white-space: normal;
  text-align: start;
  cursor: auto;
  user-select: text;
  transform-origin: var(--arrow-x, 50%) var(--arrow-y, 50%);
  --antd-arrow-background-color: #ffffff;
}

.anti-div.anti-divopen {
  display: block
}

.span-text {

  font-weight: 700;
  font-size: 1.6rem;
  line-height: 2.4rem;
  color: rgb(79, 88, 94);
}

.popover-inner {
  background-color: #ffffff;
  background-clip: padding-box;
  border-radius: 8px;
  box-shadow: 0 6px 16px 0 rgba(0, 0, 0, 0.08), 0 3px 6px -4px rgba(0, 0, 0, 0.12), 0 9px 28px 8px rgba(0, 0, 0, 0.05);
  padding: 12px;
}

.inner-div {
  background-color: rgb(255, 255, 255);
  padding-right: 5px;
  max-width: 100%;
  width: 100%;
  margin-top: 4px;
  border-radius: 4px;
}

.inner-div .your-location-popover span {
  font-family: Inter;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 2.4rem;
  color: rgb(79, 88, 94);
}

.your-location-popover {
  background-color: rgb(255, 255, 255);
  padding-right: 5px;
  max-width: 320px;
  width: 100%;
  margin-top: 4px;
  border-radius: 4px;
}

.popover-wrapper {
  max-height: 400px;
  width: 100%;
  overflow-y: hidden;
}

.inner-div .my-2 {
  font-family: Inter;
  margin: 15px 0px 20px !important;
  border-radius: 4px !important;

}

.inner-div .input-wrapper {
  background-color: rgb(255, 255, 255);
  /* border: 1px solid #d11d2b; */
  border-radius: 4px;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  gap: 0px;
  -webkit-box-pack: justify;
  justify-content: space-between;
  width: 100%;
}

.inner-div .input-wrapper input {
  border: none;
  outline: none;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 2.2rem;
  caret-color: rgb(0, 113, 189);
  color: rgb(122, 122, 122);
  text-indent: 10px;
}

.inner-div .input-wrapper button {
  cursor: pointer;
  border: none;
  outline: none;
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 2.4rem;
  display: flex;
  font-family: 'Roboto', sans-serif;
  -webkit-box-align: center;
  align-items: center;
  color: #198754;
  background: transparent;
  border-radius: 50%;
  padding: 12px;
}

.inner-div .my-2 {
  margin: 10px 0px !important;
  box-sizing: border-box;
  padding: 0;
  color: rgba(0, 0, 0, 0.88);
  font-size: 14px;
  line-height: 1.5714285714285714;
  list-style: none;
  border-block-start: 1px solid rgba(5, 5, 5, 0.06);
}

.inner-save-div {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 10px;
  align-items: flex-start;
  -webkit-box-pack: center;
  justify-content: center;
}

.inner-save-div label {
  width: 100% !important;
}

.inner-save-div .select-add {
  width: 100%;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
}

.inner-save-div .select-add>span {
  font-weight: 500;
  font-size: 1.3rem;
  line-height: 2.2rem;
  color: #4f585e;
}

.inner-save-div .save-addres {
  font-size: 16px;
  font-weight: 500;
  color: #212529;
}

.user-addresses {
  color: #8897a2 !important;
  font-size: 14px;
  font-weight: 400;
}

.jQMpLV .flex-ac {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  line-height: initial;
}

.inner-save-div .select-add .Select-text {
  font-family: Inter;
  font-weight: 600;
  font-size: 1.2rem;
  line-height: 1.8rem;
  margin-right: 6px;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  color: rgb(132, 138, 142);
}

.inner-save-div .select-add input[type="radio"] {
  appearance: none;
  background-color: rgb(255, 255, 255);
  margin: 0px;
  font: inherit;
  color: rgb(132, 138, 142);
  width: 1.15em;
  height: 1.15em;
  border: 0.15em solid rgb(132, 138, 142);
  border-radius: 50%;
  transform: translateY(-0.075em);
  display: grid;
  place-content: center;
}

.select-add input[type="radio"] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.blue-text {

  margin: 0px;
  margin-top: 8px;
  cursor: pointer;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  gap: 10px;
  font-weight: 600;
  font-size: 1.4rem;
  line-height: 2.2rem;
  color: rgb(0, 113, 189) !important;
}

.mainds {
  padding: 4px 0 4px 12px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  background: #f6f6f6;
  min-height: 40px;
  height: 41px;
  width: -webkit-fill-available;
}


.mainds .inpdiv {
  width: 100%;
}

.adinput {
  background: transparent;
  border: none;
  width: 100%;
  font-family: 'Roboto', sans-serif;
  font-weight: 600;
  font-size: 14px;
}

.mainds .butmn {
  background: transparent;
  box-shadow: none;
  min-width: auto;
}

.Ln>span {
  display: flex;
  align-items: center;
  justify-content: unset;
  font-weight: 600;
}

.Ln {
  color: #165d59 !important;
  background: transparent;
  border-color: transparent;
}

.zoomContainer div {
  border: 0 !important;
}

.twr {
  background: #fff;
  padding: 5px 10px;
  margin-right: 7px;
  border-radius: 28%;
  box-shadow: 0 5px 15px -5px rgb(0 0 0 / 10%);
  color: #000000;
}

.twr i {
  color: #000;
  font-size: 1.8rem;
}

.shareto {
  word-break: break-word;
  width: 100%;
  position: relative;
}

.shareto .sharetodiv {
  display: grid;
  grid-gap: 24px;
  gap: 24px;
  grid-template-columns: repeat(auto-fit, minmax(64px, 1fr));
}

.shareto .sharetodiv .divcontent {
  flex-shrink: 0;
  cursor: pointer;
  justify-content: flex-start;
  flex-direction: column;
  display: flex;
  align-items: center;
}

.shareto .sharetodiv .divcontent .mt {
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  margin-top: 20px;
}

._ap30 {
  text-align: center;
}

.x78zum5 {
  display: flex;
  margin-bottom: 15px;
}

._ab37 {
  color: #d11d2b;
}

.__btn {
  background: #d11d2b;
  width: 100%;
  padding: 3px 10px;
  border-radius: 4px;
  margin: 10px 0 20px;
  color: #fff;
  border: 0;
}

.xwtuau4 {
  top: .45em;
  height: 1px;
  flex-shrink: 1;
  position: relative;
  background-color: #dbdbdb;
  flex-grow: 1;
}

.x1roi4f4 {
  color: #737373;
  margin-left: 18px;
  padding-top: 0;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
  border-top-width: 0;
  border-bottom-width: 0;
  text-transform: uppercase;
  margin-right: 18px;
  align-items: stretch;
  line-height: 1.1538;
}

._add6 {
  background: #f5f5f5;
  border: 0;
  flex: 1 0 auto;
  margin: 0;
  width: 100%;
  outline: none;
  margin-bottom: 10px;
  overflow: hidden;
  padding: 9px 0 7px 8px;
  text-overflow: ellipsis;
  font-size: 13px;
}

#frmAddress .form-control {
  width: 100%;
  width: 100%;
  height: 4rem;
  margin-top: 8px;
  line-height: 2rem;
  background-color: #fff;
  padding: 6px 1rem;
  border: 1px solid #e5e5e5;
  border-radius: 0.6rem;
  font-size: 1.3rem;
}

.account-type {
  border-radius: 8px;
  border: 1px solid #fdf3f6;
}

.account-type .account-header {
  background: #fdf3f6;
  padding: 7px 10px;
  border-radius: 8px 8px 0 0;
}

.account-type .account-content {
  padding: 10px;
}

.savebtn-div {
  margin-top: 15px;
  /* padding: 16px; */
  position: relative;
  bottom: 0px;
  width: 100%;
  /* background-color: rgb(255, 255, 255);
filter: drop-shadow(rgba(0, 0, 0, 0.11) 0px -3px 12px); */
}

#frmAddress label {
  font-size: 12px;
}

.savebtn-div button {
  width: 100%;
  border-radius: 6px;
}

.savebtn-btn {
  background: var(--secondary-color);
  color: rgb(255, 255, 255);
  border: 0px;
  border-radius: 0.8rem;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  padding: 5px;
}

.offCanvas__miniaddress,
.offCanvas__editaddress {
  position: fixed;
  width: 310px;
  height: 100%;
  padding: 0;
  background: var(--white-color);
  z-index: 999;
  right: 0;
  top: 0;
  -webkit-transition: .4s;
  transition: .4s;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  overflow-y: auto;
  -webkit-box-shadow: 0 0 15px rgba(5, 0, 0, .1);
  box-shadow: 0 0 15px rgba(5, 0, 0, .1)
}

.offCanvas__miniaddress::-webkit-scrollbar,
.offCanvas__editaddress::-webkit-scrollbar {
  width: 0px;
}

.offCanvas__div {
  padding: 10px 20px 10px;
}

.offCanvas__miniaddress.active,
.offCanvas__editaddress.active {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateX(0);
  transform: translateX(0)
}

@media only screen and (min-width: 480px) {

  .offCanvas__miniaddress,
  .offCanvas__editaddress {
    width: 400px
  }
}

.nav-inline .nav-item {
  display: inline-block;
}

.nav-inline .nav-item .nav-link.active,
.nav-inline .nav-item .nav-separtor.active {
  color: #212529;
  padding: 0 20px 0 0;
  font-weight: 500;
}

.nav-inline .nav-item .nav-link,
.nav-inline .nav-item .nav-separtor {
  color: #7a7a7a;
  padding: 0 20px;
  font-size: 13px;
}

.delivery_inputs['disabled=true'] {
  background: #ddd;
}

.lab-patient-card {
  margin-top: -.5rem;
  padding: 1rem 6rem 1rem 1rem;
  position: relative;
}

.cate-btn {
  position: absolute;
  background-color: #fff;
  border-color: #13b351 !important;
  color: #198754;
  right: 1rem;
  border: 1px solid;
  padding: .35rem 2rem;
  top: 50%;
  transform: translateY(-50%);
}

.login-link {
  display: none;
}

.add-to-cart-popup {
  max-width: 100%;
  padding: 15px;
  border-radius: 5px;
  background-color: #000000e3;
  position: fixed;
  bottom: 80px;
  left: 50%;
  z-index: 450;
  text-align: center;
  transform: translate(-50%, -50%);
  font-size: 14px;
  font-weight: 400;
  text-transform: Capitalize;
  color: #fff;
  margin: 0 auto;
  border: 2px solid #000;
  border-radius: var(--rounded-button);
  line-height: 18px;
  white-space: nowrap;
  width: 240px;
  display: flex;
  justify-content: space-between;
}

.add-to-cart-popup p {
  color: #fff;
}

.add-to-cart-popup a {
  font-size: 14px;
  font-weight: 500;
  text-transform: capitalize;
  /* color: #e43669; */
  color: #d11d2b;
  text-decoration: underline;
  pointer-events: all;
  padding: 0 6px 5px;
}

.add-to-cart-popup a:hover {
  color: #fff;
}

.font-14 {
  font-size: 1.3rem !important;
  margin-left: 7px;
}

.font-12 {
  font-size: .75rem !important;
  color: #13ab64 !important;
}

.code-inputs {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  gap: 10px;
}

.otpinp {
  border: 1px solid #edb4c5 !important;
  line-height: 2.5;
  margin-bottom: 10px;
}

.btns-success {
  color: #165d59 !important;
  background: transparent;
  border-color: transparent;
  min-width: 55px;
  height: 24px;
  padding: 4px 2px;
  font-size: 12px;
  line-height: 16px;
}

.titleAdrs {
  font-weight: 400;
  font-size: 13px;
  line-height: 21px;
  word-break: break-word;
}

.pAddrs {
  font-size: 12px;
  line-height: 18px;
  margin-bottom: 4px;
  word-break: break-word;
}

.mAddrs {
  font-size: 12px;
  line-height: 18px;
  margin: 0 0 8px !important;
  word-break: break-word;
}

.mAddrs>span {
  font-weight: 500;
  color: #0d6efd;
}

.cate-btn:hover {
  background-color: #198754;
  color: #fff;
}

.btn-outline-primarys {
  background: transparent;
  border: 0;
  color: #198754;
  border-color: #198754;
  font-weight: 500
}

.info-note {
  align-items: center;
  background: #ecf7ec;
  box-shadow: 0 .125rem .25rem rgba(8, 8, 8, .075);
  display: flex;
  font-size: 1.2rem;
  margin-bottom: 1rem;
  padding: 1.5rem 1rem;
  width: 100%;

  border-radius: 8px;
}

.info-note ul {
  padding-left: 2.5rem;
  list-style: dot;
}

.info-note ul li {
  list-style: disc;
  line-height: 20px;
}

.form-check-inputs:checked {
  background-color: #198754;
  border-color: #198754;
}

.lab-patient-card .patient-name {
  display: inline-block;
  margin-bottom: 0;
  max-width: 100%;
  font-size: 1.3rem;
}

.edit-btn {
  background-color: #fff;
  border-color: #e97194 !important;
  color: #d11d2b;

  border: 1px solid;
  padding: .35rem 2rem;

  float: right;
}

.delivery-add {
  background-color: #fff;
  /* border-radius: 1rem; */
  border-radius: 0;
  /* box-shadow: 0 .125rem .25rem rgba(8, 8, 8, .075); */
  margin-bottom: 1rem;
}

.header_cart {
  align-items: center;
  border-bottom: 1px solid #e8ebed;
  /* border-top-left-radius: 16px;
  border-top-right-radius: 16px; */
  display: flex;
  font-weight: 500;
  justify-content: space-between;
  margin-bottom: .2rem;
  padding: 1rem 0;
  background: #fff;
}

 .refundbg{
    background-color: #1290ce17;
    border-radius: 8px;
    
    width: fit-content;
}
.refundtext{
    color: #0f79ae;
    font-size: 13px;
    font-weight: 500;
    font-style: normal;
    text-decoration-line: none;
    line-height: 1.5rem;
    letter-spacing: 0px;
    margin: 0px;
    padding: 0px 3px;
    overflow: hidden;
    
    overflow-wrap: break-word;
}

.header_cart p {
  color: #000;
  font-weight: 500;
}

.cart_Table {
  border-radius: 1rem;
  box-shadow: 0 .125rem .25rem rgba(8, 8, 8, .075);
}

.notes-med {
  font-size: 12px;
  color: rgba(21, 27, 57, .6);
  font-style: italic;
  text-align: left;
  line-height: 20px;
  margin-top: 20px;
}

.fixed-bottom {
  bottom: 0;
}

.savebtn-btn[disabled],
.primary__btn[disabled] {
  cursor: no-drop;
  background: #ddd;
}

.delivery_inputs[disabled],
.delivery_inputs[readonly],
#delivery_pin[readonly] {
  cursor: no-drop;
  background: #f1f1f1 !important;
}

.home-page-products-slider {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(230px, 1fr));
  /* Adjust 200px for minimum width */
  gap: 16px;
  /* Spacing between items */
  width: 100%;
}

.ajax-add-to-cart-loading {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 55;
  display: none;
  background-color: #fff;
  opacity: 1;
  transition: opacity .2s .5s ease-out
}

.ajax-add-to-cart-loading.active {
  display: block
}

.ajax-add-to-cart-loading.load-complete,
.ajax-add-to-cart-loading.load-complete svg:not(.tick) {
  opacity: 0
}

.ajax-add-to-cart-loading svg {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -28px;
  margin-top: -28px;
  width: 56px;
  height: 56px
}

.ajax-add-to-cart-loading svg.tick {
  margin-left: -16px;
  margin-top: -16px;
  width: 32px;
  height: 32px;
  opacity: 0
}

.ajax-add-to-cart-loading .loader-path {
  opacity: 1
}

.icon-lan {
  background-color: rgb(236, 242, 254);
  padding: 7px 9px 7px 7px;
  border-radius: 20px;
  display: inline;
  -webkit-box-align: center;
  align-items: center;
  margin-left: 9px;
}

@media (min-width: 1400px) {
  .custom-cols .col {
    flex: 0 0 20%;
    /* 5 columns = 100% / 5 = 20% */
    max-width: 20%;
  }
}

.timerdiv {
  display: flex;
  justify-content: start;
  font-size: 12px;
}

.minicarts {
  border: 1px solid #e4e4e4;
  border-radius: 8px;
  padding: 7px;
  margin-bottom: 10px;
}

.jst-cnt {
  justify-content: space-between;
}

.minicart__product--items {
  background: #f8f8f8;
  padding-top: 10px;
}

.bottom-box {
  position: absolute;
  width: 100%;
  padding: 20px;
  bottom: 0;
  right: 0;
  max-width: 420px;
  border-top: 1px solid hsla(0, 0%, 76%, .31);
  background-color: #f8f8f8;
}

.btn-primarys {
  background-color: #e43669;
  border-color: #e43669;
  padding: 7px 15px;
}

.btn-defaults {
  background-color: #f5f5f5;
  padding: 7px 15px;
  border-color: #f5f5f5;
}

.user-area .sidebar {
  background: #fff;
  border-radius: 10px;
  margin-bottom: 25px;
  padding: 15px;
}

.user-area .sidebar-top {
  text-align: left;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #00000014;
}



.user-area .sidebar-list li {
  margin: 10px 0;
}

.user-area .sidebar-list li a {
  color: #212529;
  padding: 15px 6px 15px 15px;
  display: block;
  font-weight: 500;
  font-size: 16px;
  transition: all .5s ease-in-out;
  ;
}

.user-area .sidebar-list li a:hover {
  padding-left: 20px;
}

.user-area .sidebar-list li a i {
  margin-right: 5px;
  color: #198754;
}

.user-area .sidebar-list .active i {
  color: #fff;
}

.user-area .sidebar-list .active {
  background: #198754;
  color: #fff;
  border-radius: 8px;
}

.user-area .sidebar-list li a span {
  float: right;
  line-height: unset;
  padding: 0px 6px;
  border-radius: 10px;
  margin-top: 3.7px;
}

.theme-btn {
  position: relative;
  font-size: 16px;
  background: #198754;
  color: #fff;
  padding: 10px 20px;
  display: inline-block;
  vertical-align: middle;
  text-transform: capitalize;
  border-radius: 10px;
  font-weight: 500;
  cursor: pointer;
  text-align: center;
  overflow: hidden;
  border: none;
  box-shadow: 0 0 40px 5px rgb(0 0 0 / 5%);
  ;
  transition: all .5s ease-in-out;
  z-index: 1;
}

.theme-btn::before {
  content: "";
  height: 300px;
  width: 300px;
  background: #d11d2b;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%) scale(0);
  transition: 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: -1;
}

.theme-btn:hover {
  color: #fff;
}

/* user card */
.user-card {
  background: #fff;
  padding: 15px 20px 20px 20px;
  border-radius: 10px;
  margin-bottom: 25px;
}

.user-card-title {
  color: #212529;
  font-size: 18px;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #00000014;
  font-weight: 500;
}

.user-card .text-success {
  color: #198754 !important;
}

.user-card-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #00000014;
}

.user-card-header .user-card-title {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.user-card-header-right {
  display: flex;
  align-items: center;
  gap: 20px;
}

.user-card-header .theme-btn {
  padding: 8px 15px;
}

@media all and (max-width: 767px) {
  .user-card-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }

  .user-card-header-right {
    flex-direction: column-reverse;
    align-items: flex-start;
  }
}

.user-form .form-control {
  padding: 20px 20px 10px 0;
  border-radius: 0;
  box-shadow: none;
  display: block;
  width: 100%;

  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;

  -moz-appearance: none;
  appearance: none;
  background-color: #ffff;
  background-clip: padding-box;
  border: none;
  border-bottom: 1px solid rgb(222 226 230);

  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.user-form .form-group label {
  color: #212529;
  margin-bottom: 4px;
}

.user-form .form-group {
  margin-bottom: 15px;
}

.shop-checkout-step .accordion-item {
  margin-bottom: 10px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 8px;
}

.shop-checkout-step .accordion-button {
  background: transparent;
  box-shadow: none;
  font-weight: 600;
}

.shop-checkout-step .accordion-button:not(.collapsed) {
  background: transparent;
  color: #198754;
}

.shop-checkout-step .accordion-body {
  border-top: 1px solid rgba(0, 0, 0, 0.08);
}

.shop-checkout-form .form-group {
  margin-bottom: 15px;
}

.shop-checkout-form label {
  color: #757F95;
  margin-bottom: 4px;
}




.shop-checkout-form .form-check-input {
  margin-top: 7px;
  box-shadow: none;
}


.shop-shipping-method {
  margin-top: 20px;
  padding-top: 25px;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
}

.shop-shipping-method h6 {
  margin-bottom: 20px;
}

.shop-shipping-method .form-check {
  padding-left: 0;
  position: relative;
  margin-bottom: 20px;
}

.shop-shipping-method .form-check-input {
  width: 1.3em;
  height: 1.3em;
  position: absolute;
  top: -2px;
  right: 6px;
}

.shop-shipping-method label {
  font-weight: 500;
  border: 1px solid rgba(0, 0, 0, 0.08);
  background: var(--color-white);
  padding: 10px 15px 10px 15px;
  border-radius: 10px;
  width: 100%;
}


.shop-checkout-payment .nav-link {
  background: transparent !important;
  border: 1px solid rgba(0, 0, 0, 0.08);
  text-align: center;
  border-radius: 12px;
  margin-right: 15px;
  margin-bottom: 21px;
  position: relative;
  padding: 1.5rem 1.2rem;
}

.shop-checkout-payment .nav-link::before {
  content: "\f058";
  position: absolute;
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  font-size: 20px;
  color: #198754;
  transform: scale(0);
  opacity: 0;
  visibility: hidden;
  left: 4px;
  top: 5px;
  transition: all .5s ease-in-out;
}

.shop-checkout-payment .nav-link.active::before {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}

.shop-checkout-payment .nav-link.active {
  border-color: #198754;
}

.shop-checkout-payment .nav-link span {
  color: #757F95;
}

.shop-checkout-payment .checkout-card-img {
  padding-top: 12px;
  margin-bottom: 12px;
}


.shop-checkout-payment .checkout-payment-img img {
  width: 120px;
}


.shop-checkout-form.cod .form-check-input {
  width: 1.4em;
  height: 1.4em;
  border-radius: 6px;
}

.shop-checkout-form.cod label {
  font-weight: 500;
  margin-left: 10px;
}

.shop-checkout-form label span {
  display: block;
  font-weight: 400;
  color: var(--body-text-color);
}

.font-size-16 {
  font-weight: 500;
  padding-top: 5px;
}

.checkout-footer {
  border-top: 1px solid #f5f5f6;
position: fixed;
    width: 100%;
    bottom: 0;
}

.checkout-footer .images {
  display: inline-block;
}

.checkout-footer .contact-us {
  color: #282c3f;
  text-decoration: none;
  font-weight: 600;
  float: right;
}

.css-17rn1w7 {
  border-color: rgba(0, 19, 37, 0.16);
  align-self: center;
  margin-left: 12px;
  margin-right: 12px;
  -webkit-box-flex: 1;
  flex-grow: 1;
  border-width: 0.5px;
  min-width: 50px;
}

.nav-inline .nav-item {
  display: inline-block;
}

.checkout-steps li.completed span {
  background-color: #ffffff;
  color: #198754;
  border: 2px solid;
}

.checkout-steps li span {
  background-color: #198754;
  border-radius: 2rem;
  color: #fff;
  display: inline-block;
  font-size: 1.5rem;
  font-weight: 500;
  height: 3rem;
  line-height: 2.9rem;
  margin-right: .5rem;
  text-align: center;
  width: 3rem;
}

.checkout-steps li:not(:last-child) {
  margin-right: 2rem !important;
}

.icon-lan {
  padding: 7px 15px 7px 15px;
  font-size: 12px;
}

.navigation_tabs {
  /* counter-reset: step; */
  position: relative;
  padding-left: 45px;
  list-style: none;
  color: #595959;
  font-size: 14px;
}

.navigation_tabs::before {
  display: inline-block;
  content: '';
  position: absolute;
  top: 0;
  left: 18px;
  width: 3px;
  height: 100%;
  /* background: #ddd; */
}


.navigation_menu ul {
  list-style-type: none;
  padding-right: 0;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0px;
  margin-bottom: 0;
}

.navigation_menu li {
  position: relative;
  counter-increment: list;
}


.navigation_menu li:not(:last-child):before {
  display: inline-block;
  content: '';
  position: absolute;
  left: -27px;
  height: 100%;
  width: 3px;
  background: #ddd;
}

.list-group-items .col>a.product-link {
  left: -4rem;
  position: absolute;
  border: 1px solid #ddd;
  border-radius: 2px;
}

.navigation_menu li:after {
  content: " ";
  /* content: counter(step);
          counter-increment: step; */
  display: inline-block;
  position: absolute;
  top: 0;
  left: -33px;
  width: 15px;
  height: 15px;
  line-height: 26px;
  border: 3px solid #ddd;
  background-color: #FFF;
  outline: 2px solid #fff;
  border-radius: 50%;
  display: block;
  text-align: center;
  margin: 0 auto 10px auto;
}

.navigation_menu li:not(:last-child) {
  padding-bottom: 25px;
}


.navigation_menu li.tab_inactive:not(:last-child):before {
  content: '';
  position: absolute;
  height: 100%;
  width: 3px;
  left: -27px;
  top: 0;
  background: #198754;
}

.navigation_menu li.tab_active:before {
  content: '';
  position: absolute;
  left: -27px;
  height: 155%;
  top: -22px;
  width: 3px;
  background: #ddd;
}

.navigation_menu li.tab_cancelled:after {
  content: "\f00d";
  font-family: "FontAwesome";
  font-size: 9px;
  color: rgb(255, 255, 255);
  z-index: 1;
  line-height: 9px;
  text-align: center;
  border: 3px solid #d11d2b;
  background-color: #d11d2b;
}

.navigation_menu li.tab_active:after {
  border: 3px solid #009d60;
}

.navigation_menu li.tab_inactive:after {
  content: "\f00c";
  font-family: "FontAwesome";
  font-size: 9px;
  color: rgb(255, 255, 255);
  z-index: 1;
  line-height: 9px;
  text-align: center;
  border: 3px solid #009d60;
  background-color: #009d60;
}

.navigation_tabs li a,
.navigation_tabs li a {
  display: block;

  text-decoration: none;
  margin-bottom: 10px;

}

.navigation_tabs li.tab_inactive a {
  color: #595959;
  font-size: 14px;
}

.navigation_tabs li.tab_disabled a {
  pointer-events: none;
  cursor: default;
  text-decoration: none;
}

.navigation_tabs li.tab_active a:hover,
.navigation_tabs li.tab_inactive a:hover {
  font-weight: bold;
}


.checkmark {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: block;
  stroke-width: 2;
  stroke: #4bb71b;
  stroke-miterlimit: 10;
  box-shadow: inset 0px 0px 0px #4bb71b;
  animation: fill .4s ease-in-out .4s forwards, scale .3s ease-in-out .9s both;
  position: relative;
  top: 5px;
  right: 5px;
  margin: 0 auto;
}

.checkmark__circle {
  stroke-dasharray: 166;
  stroke-dashoffset: 166;
  stroke-width: 2;
  stroke-miterlimit: 10;
  stroke: #4bb71b;
  fill: #fff;
  animation: stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards;

}

.checkmark__check {
  transform-origin: 50% 50%;
  stroke-dasharray: 48;
  stroke-dashoffset: 48;
  animation: stroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.8s forwards;
}

@keyframes stroke {
  100% {
    stroke-dashoffset: 0;
  }
}

@keyframes scale {

  0%,
  100% {
    transform: none;
  }

  50% {
    transform: scale3d(1.1, 1.1, 1);
  }
}

@keyframes fill {
  100% {
    box-shadow: inset 0px 0px 0px 30px #4bb71b;
  }
}

.btk {
  border: 1px solid #d11d2b;
  padding: 2px 15px;
  color: #d11d2b;
  font-size: 13px;
}

.rounded {
  border-radius: 0.5rem !important;
}

.bg-light {
  --fc-bg-opacity: 1;
  background-color: #f0f3f2 !important;
}

.py-6 {
  padding-bottom: 1.5rem !important;
  padding-top: 1.5rem !important;
}

.px-8 {
  padding-left: 2rem !important;
  padding-right: 2rem !important;
}

.form-check-input:checked {
  background-color: #198754;
  border-color: #198754;
}

.form-check-input {
  border: 2px solid #198754;
}

.adrDelete:hover {
  color: #d11d2b !important;
}

.progress-bar {
  background-color: transparent;
  display: block;
}

ul.progress-bar {
  width: 100%;
  margin: 0;
  padding: 0;
  font-size: 0;
  list-style: none;
}

li.section {
  display: inline-block;
  padding-top: 45px;
  font-size: 13px;
  font-weight: bold;
  line-height: 16px;
  color: gray;
  vertical-align: top;
  position: relative;
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
}

li.section:before {
  content: 'x';
  position: absolute;
  top: 2px;
  left: calc(50% - 15px);
  z-index: 1;
  width: 30px;
  height: 30px;
  color: white;
  border: 2px solid white;
  border-radius: 17px;
  line-height: 30px;
  background: gray;
  text-align: center;
}

.status-bar {
  height: 2px;
  background: gray;
  position: relative;
  top: 20px;
  margin: 0 auto;
}

.current-status {
  height: 2px;
  width: 0;
  border-radius: 1px;
  background: mediumseagreen;
}

@keyframes changeBackground {
  from {
    background: gray
  }

  to {
    background: mediumseagreen
  }
}

li.section.visited:before {
  content: '\2714';
  animation: changeBackground .5s linear;
  animation-fill-mode: forwards;
}

li.section.visited.current:before {
  box-shadow: 0 0 0 2px mediumseagreen;
}

.btn-cancel {
  border: 1px solid #e5e5e5;
  padding: 3px 10px;
  font-size: 14px;
  background: #fff;
  color: #198754;
  width: 100%;
  text-align: center;
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.08);
  transition: all .3s ease-in-out;
}

.btn-continue {
  border: 1px solid #e9ecef;
  padding: 3px 10px;
  font-size: 14px;
  background: #198754;
  color: #fff;
  width: 100%;
  text-align: center;
  box-shadow: 0px 5px 15px rgb(0 0 0 / 25%);
}

.btn-cancel:hover,
.btn-continue:hover {
  transition: all 0.1s;
  transform: scale(1);
}

.accordion-item {
  background-color: #fff;
  border: 0;
  /* border-bottom: 1px solid rgba(0, 0, 0, .125); */
}

.accordion-button {
  font-size: inherit;
  font-weight: 500;
  border-bottom: 1px solid #e8ebed;
}

.navigation_menu {


  margin-top: 5px;
}

.ZgixO {
  background: rgb(23, 135, 85);
  border-radius: 0px 16px 16px 0px;
  font-style: normal;
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 1.8rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: rgb(255, 255, 255);
  padding: 3px 11px 3px 10px;
  width: fit-content;
  position: absolute;
  top: 0.9rem;
  left: 0px;
  z-index: 2;
}

.product-quick-add {
  border-radius: 0.375rem;
  background: #fff;
  border-width: 1px;
  width: 40rem;
  border: 1px solid #eeeeee;
  padding: 1rem;
  box-shadow: 2px 3px 10px #00000026;
  z-index: 1000;
  /* Ensures it appears on top */
  position: fixed;

  /* Start hidden at bottom-right */
  bottom: -100%;
  right: 20px;

  visibility: hidden;
  opacity: 0;
  transform: translateY(50px);
  /* Move slightly down */
  transition: visibility 0.3s ease-in, opacity 0.3s ease-in, transform 0.5s ease-in-out;
}

.product-quick-add.show {
  /* Move up like a popup */
  bottom: 20px;
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}



.horizontal-product {
  --horizontal-product-image-size: var(--spacing-24);
  align-items: flex-start;
  gap: 1rem;
  padding: 0.5rem;
  min-width: 0;
  display: flex;
  position: relative;
}

.rounded {
  border-radius: 0.75rem;
}

.horizontal-product__image {
  width: 12rem;
  flex: 0 0 6rem;
}

.horizontal-product__info {
  gap: 0.5rem;
  flex-grow: 1;
  justify-content: space-between;
  align-items: center;
  display: grid;
}

.price-list {
  align-items: baseline;
  gap: 0.125rem 0.5rem;
  flex-wrap: wrap;
  display: flex;
  justify-content: space-between;
}

.close-button {
  right: 10px;
  position: absolute;
  cursor: pointer;
  z-index: 2;
}

.plan-detailss {
  border: 1px dotted rgba(3, 58, 80, .25);
  border-radius: 0.5em;
  cursor: not-allowed;
  display: flex;
  color: #c0ced3;
  flex-direction: column;

  padding: 0.1em;
  transition: border-color 0.2sease-out;
}


/* The Close Button */
.close {
  color: #888;
  float: right;
  font-size: 20px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

#fixed-form-container {
  position: fixed;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  display: none;
  /* Initially hidden */
  text-align: center;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 2;
}

#fixed-form-container .body {
  background-color: #fff;
  border-radius: 5px;
  padding: 20px;
  box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.3);
  position: fixed;
  /* Fixed to stay in place */
  right: 20px;
  bottom: 10px;
  width: 420px;
  max-width: 90%;
  /* Allow responsiveness */
  text-align: left;
  display: none;
  /* Initially hidden */
}

/* Adjust for mobile screens */
@media only screen and (max-width: 768px) {
  #fixed-form-container .body {
    width: 90%;
    max-width: 90%;
    left: 50%;
    transform: translateX(-50%);
    bottom: 20px;
  }
}

/* .signin,.logout{display:none;} */
/* .catgry{height:70px;  }
.catgry img{object-fit: contain; width: 100%; height: 100%;} */
.animate-spin {
  animation: spin 1s linear infinite
}

@keyframes spin {
  to {
    transform: rotate(1turn)
  }
}

.btask {
  float: right;
  font-size: 18px;
  padding: 0.25em 0.85em;
  margin-top: -43px;
  display: flex;
  position: relative;
  z-index: 90;
  color: #d11d2b;
  font-weight: 500;
  right: 30px;
}

.checkmark__circle.Cancelled {
  stroke-dasharray: 166;
  stroke-dashoffset: 166;
  stroke-width: 2;
  stroke-miterlimit: 10;
  stroke: #d11d2b;
  fill: #fff;
  animation: stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards;
}

.checkmark.Cancelled {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: block;
  stroke-width: 2;
  stroke: #d11d2b;
  stroke-miterlimit: 10;
  box-shadow: inset 0px 0px 0px #d11d2b;
  animation: fill .4s ease-in-out .4s forwards, scale .3s ease-in-out .9s both;
  position: relative;
  top: 5px;
  right: 5px;
  margin: 0 auto;
}

.accordion-button:not(.collapsed) {
  color: #000;
}

.accordion-button:focus {
  z-index: 3;
  border-color: none;
  outline: 0;
  box-shadow: none;
  border-bottom: 1px solid #e8ebed;
}


.list-group-items .col>a.product-link.Cancelled::before {
  content: attr(data-content);
  position: absolute;
  display: block;
  width: 100%;
  line-height: normal;
  padding: 0.188rem 0.25rem;
  font-size: 9px;
  font-weight: 500;
  text-align: center;
  color: white;

  background-color: #d11d2b;
}

.border-cancelled {
  border: 1px solid #fec84b;
}

.helpDesk {
  cursor: pointer;
}

.help-search-form {
  margin-top: 20px;
  margin-bottom: 20px;
}

.help-search-form .form-group {
  position: relative;
}

.help-search-form .form-control {
  padding: 12px 50px 12px 20px;
  border-radius: 8px;
  box-shadow: none;
  font-size: 14px;
}

.help-search-form .form-control:focus {
  border-color: #198754;
}

.help-search-form .form-group button {
  position: absolute;
  top: 0px;
  right: 0px;
  line-height: inherit;
  padding: 10px 15px 2px 15px;
  background: transparent;
  border: none;
  color: #757f95;
}

.help-search-keyword {
  text-align: left;
  margin-top: 5px;
}

.help-search-keyword span {
  color: #023350;
}

.help-search-keyword a {
  color: #757f95;
}

.help-search-keyword a:hover {
  color: #198754;
}

.quantityBox {
  border-radius: 4px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  width: 10.5rem;
}

.quantityBox .minusBtns {
  border-radius: 4px 0px 0px 4px;
  padding: 0px 8px;
  font-size: 1.9rem;
  background-color: #d11d2b;
}

.bHIGnk {
  background: #d11d2b;
  color: rgb(255, 255, 255);
  border: 0px;
  border-radius: 0.8rem;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
}

.input-Qtybox:disabled {
  opacity: 1;
  border-radius: 0px;
}

.rx-type {
  position: absolute;
  top: 0px;
  left: 4px;
  z-index: 1;
}

.rx-type, .rx-type-normal {
    font-family: Poppins;
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 18px;
    background: #ffffff;
    border-radius: 0px 0px 8px 8px;
    color: #198754;
    padding: 5px 10px;
}
.input-Qtybox {
  color: rgb(255, 255, 255);
  background-color: #d11d2b;
  text-align: center;
  border: 1px solid #d11d2b;
  width: 100%;
  font-size: 1.4rem;
  font-weight: 700;
  padding: 0px;
}

.quantityBox .plusBtns {
  border-radius: 0px 4px 4px 0px;
  padding-left: 8px;
  font-size: 1.9rem;
  background-color: #d11d2b;
}

.prescTitle {
  font-size: 1.4rem;
  font-weight: 600;
  color: rgb(64, 68, 76);
  line-height: 2rem;
  margin-bottom: 8px;
}

.prescDiv {
  margin-bottom: 30px;
  padding: 12px 28px;
  /* background-color: rgb(239, 248, 255); */
  background-color: #ecf5e4;
  border-radius: 12px;
}

.presclist li {
  list-style: disc;
  line-height: 2;
  font-size: 16px;
  color: #606060;
}

.upload__img-wrap {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}

.upload__img-box {
  width: 80px;
  padding: 0 10px;
  margin-bottom: 12px;
}

.upload__img-close {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 10px;
  right: 10px;
  text-align: center;
  line-height: 24px;
  z-index: 1;
  cursor: pointer;
}

.presCheckbox {

  position: absolute;
  top: 10px;
  right: 10px;
  text-align: center;
  line-height: 24px;
  z-index: 1;
  cursor: pointer;
}

.upload__img-close:after {
  content: "✖";
  font-size: 14px;
  color: white;
}

.img-bg {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  padding-bottom: 100%;
}

.selected_prescription {
  display: flex;
  padding: 8px 12px;
  justify-content: space-between;
  align-items: center;
  background: #EDF4FC;
}

.shop-checkout-payment .nav-link {

  padding: 0.5rem 2.8rem;
}

.shop-checkout-step .accordion-item {

  background: transparent;

}

.shop-checkout-payment .nav-link.active::before {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}

.shop-checkout-payment .nav-link::before {

  font-size: 17px;

}

.order-placed-no {
  font-weight: 500;
  margin-bottom: 10px;
}

.order-placed-no,
.order-placed-text {
  font-size: 16px;
  line-height: 170%;
  color: #000;
}

.modal#statusSuccessModal .modal-content {
  border-radius: 30px;
}

.modal#statusSuccessModal .modal-content svg {
  width: 90px;
  display: block;
  margin: 0 auto;
}

.modal#statusSuccessModal .modal-content .path {
  stroke-dasharray: 1000;
  stroke-dashoffset: 0;
}

.modal#statusSuccessModal .modal-content .path.circle {
  -webkit-animation: dash 0.9s ease-in-out;
  animation: dash 0.9s ease-in-out;
}

.modal#statusSuccessModal .modal-content .path.line {
  stroke-dashoffset: 1000;
  -webkit-animation: dash 0.95s 0.35s ease-in-out forwards;
  animation: dash 0.95s 0.35s ease-in-out forwards;
}

.modal#statusSuccessModal .modal-content .path.check {
  stroke-dashoffset: -100;
  -webkit-animation: dash-check 0.95s 0.35s ease-in-out forwards;
  animation: dash-check 0.95s 0.35s ease-in-out forwards;
}

@-webkit-keyframes dash {
  0% {
    stroke-dashoffset: 1000;
  }

  100% {
    stroke-dashoffset: 0;
  }
}

@keyframes dash {
  0% {
    stroke-dashoffset: 1000;
  }

  100% {
    stroke-dashoffset: 0;
  }
}

@-webkit-keyframes dash {
  0% {
    stroke-dashoffset: 1000;
  }

  100% {
    stroke-dashoffset: 0;
  }
}

@keyframes dash {
  0% {
    stroke-dashoffset: 1000;
  }

  100% {
    stroke-dashoffset: 0;
  }
}

@-webkit-keyframes dash-check {
  0% {
    stroke-dashoffset: -100;
  }

  100% {
    stroke-dashoffset: 900;
  }
}

@keyframes dash-check {
  0% {
    stroke-dashoffset: -100;
  }

  100% {
    stroke-dashoffset: 900;
  }
}

.pagination-container {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
  margin: 20px 0;
  flex-wrap: wrap;
}

.page-btn {
  padding: 6px 12px;
  color: #d11d2b;
  font-size: 14px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.2s ease;
}

.page-btn:hover {

  color: #000;
}

.page-btn:disabled {

  color: #6c757d;
  cursor: not-allowed;
  opacity: 0.38;
}

.page-numbers {
  display: flex;
  gap: 4px;
}

.css-1xr9krm {
  display: inline-flex;
  align-items: center;

  justify-content: center;
  position: relative;

  background-color: transparent;
  outline: 0;
  border: 0;

  padding: 0;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  vertical-align: middle;

  text-decoration: none;

  font-family: "Roboto", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.43;
  letter-spacing: 0.01071em;
  border-radius: 16px;
  text-align: center;
  box-sizing: border-box;
  width: 32px;
  min-width: 32px;
  height: 32px;
  padding: 0 6px;
  margin: 0 3px;
  color: rgba(0, 0, 0, 0.87);
  /* -webkit-transition: color 250mscubic-bezier(0.4, 0, 0.2, 1) 0ms, background-color 250mscubic-bezier(0.4, 0, 0.2, 1) 0ms; */
  transition: color 250mscubic-bezier(0.4, 0, 0.2, 1) 0ms, background-color 250mscubic-bezier(0.4, 0, 0.2, 1) 0ms;
}

.page-number {
  background: transparent;
  cursor: pointer;
  border-radius: 50%;
  font-size: 13px;
  transition: all 0.2sease;
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
}

.page-number:hover {
  background: #f1f1f1;
}

.page-number.active {
  background: #d11d2b;
  color: #fff;
  border-color: #d11d2b;
}

.form-selects {

  background-color: #fff;

  background-position: right 1rem center;
  background-repeat: no-repeat;
  background-size: 16px 12px;
  border: 1px solid #dfe2e1;
  border-radius: .5rem;
  color: #212529;
  display: block;
  outline: none;
  font-size: 1.4rem;
  font-weight: 400 !important;
  line-height: 1.9;
  padding: .55rem 3rem .55rem 1rem;

  width: 100%;
  margin-left: 10px;
}

.form-selects option {
  color: #6c757d;
}

.form-selects:focus {
  border: none;
}

.text-content {
  color: #4a5568;
}


.nivoSlider {
  position: relative;
  background: #fff url(loading.gif) no-repeat 50% 50%;
  margin-bottom: 10px;

}

.nivoSlider img {
  position: absolute;
  top: 0px;
  left: 0px;
  display: none;
}

.nivoSlider a {
  border: 0;
  display: block;
}

.nivo-controlNav {
  text-align: center;
  padding: 20px 0;
}

.nivo-controlNav a {
  display: inline-block;
  width: 22px;
  height: 22px;
  background: url(bullets.png) no-repeat;
  text-indent: -9999px;
  border: 0;
  margin: 0 2px;
}

.nivo-controlNav a.active {
  background-position: 0 -22px;
}

.nivo-directionNav a {
  display: block;
  width: 30px;
  height: 30px;

  background: url(arrows.png) no-repeat;
  text-indent: -9999px;
  border: 0;
  opacity: 0;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}

.nivoSlider:hover .nivo-directionNav a {
  opacity: 1;
}

a.nivo-nextNav {
  background-position: -30px 0;
  right: 15px;
}

a.nivo-prevNav {
  left: 15px;
}

.nivo-caption {
  font-family: Helvetica, Arial, sans-serif;
}

.nivo-caption a {
  color: #fff;
  border-bottom: 1px dotted #fff;
}

.nivo-caption a:hover {
  color: #fff;
}

.nivo-controlNav.nivo-thumbs-enabled {
  width: 100%;
}

.nivo-controlNav.nivo-thumbs-enabled a {
  width: auto;
  height: auto;
  background: none;
  margin-bottom: 5px;
}

.nivo-controlNav.nivo-thumbs-enabled img {
  display: block;
  width: 120px;
  height: auto;
}

.card-content {
                    display: flex;
                    flex-direction: row;
                    gap: 12px;
                    align-items: flex-start;
                }

                .card-simple-image {
                    width: 8rem;
                }
                
.elementor-heading-title {
    color: #1fb56f;
    font-size: 16px;
    font-weight: 500;
}
                .elementor-number-list-number {
    font-size: 14px;
    width: 30px;
    height: 30px;
    border-style: solid;
    
    border-width: 2px;
   color: #49930a ;
    border: 2px solid #ecf5e4;
    background: #ecf5e4;
   
    border-radius: 50px;
    font-weight: 600;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s 
ease;
    transition: all .3s 
ease;
}

.elementor-number-list-item {
    align-items: center;
    display: inline-flex;
    flex-wrap: wrap;
    width: 49%;
    margin: 10px 0 10px;
    font-family: "Medilazar", Sans-serif;
    font-weight: 500;
}
.elementor-number-list-text

 {
    color: #1d2a38;
    margin-left: 11px;
}

               .action-button {
    background: #198754;
    border-radius: 250px;
    padding: .7rem 1.2rem;
    color: #fff;
    font-family: JioType, sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    margin-top: 10px;
    width: 100%;
    border: none;
    cursor: pointer;
    text-align: center;
}
          .btn-outline-address {
        background: #fff;
        border: 1;
        color: #198754;
        border-color: #198754;
        font-weight: 500;
        font-size: 14px;
        padding: 6px 10px;

        margin-top: 8px;
    }

    .btn-outline-primaryy {
        background: #198754;
        border: 0;
        color: #ffffff;
        border-color: #198754;
        font-weight: 500;
        font-size: 14px;
        padding: 7px 10px;
        margin-top: 8px;
    }

    .pac-container {
        z-index: 10000 !important;
        /* Must be higher than your map container */
    }

    .modal {
        overflow: visible !important;
    }

    .map-parent {
        position: relative;
    }

    .serach-map-parent {
        position: absolute;
        top: 9px;
        left: 50%;
        transform: translateX(-50%);
        z-index: 2;
        width: 97%;
    }

    .autocompletesearch {
        display: flex;
        align-items: center;
        height: 100%;
        position: relative;
        z-index: 99;
    }

    .serach-map-parent input {
        width: 100%;
        box-shadow: 0 1px 4px -1px rgba(0, 0, 0, .3);
        border-radius: 2px;
        cursor: pointer;
        background-color: #fff;
        border: none;
        height: 35px;
    }

    .title-header {

        position: relative;
        color: #1c2128;
        font-size: 22px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-wrap: wrap;
        gap: 10px;
    }

    .title-header h5:not(.m-0),
    .title-header h5:not(.mb-0) {
        margin-bottom: 0;
        text-transform: capitalize;
        padding-left: 10px;
    }

    .title-header h5:after {
        content: "";
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: -10px;
        width: 3px;
        height: 26px;
        background-color: #198754;
    }

    .actions {
        border-left: 1px solid #d4d5d9;

    }

   

    .form-check-input:checked {
        background-color: #198754;
        border-color: #198754;
    }

    .form-check-input {
        border: 2px solid #198754;
    }

    .adrDelete:hover {
        color: #d11d2b !important;
    }

    #map {
        height: 400px;
        width: 100%;
        margin-top: 20px;
    }

    .label-bubble {
        background: black;
        color: white;
        padding: 6px 12px;
        border-radius: 6px;
        position: relative;
        font-size: 10px;
        white-space: nowrap;
        margin-bottom: 10px;
        transform: translate(-50%, -100%);
        /* position above marker */
    }

    .label-bubble:after {
        content: "";
        position: absolute;
        border: solid 8px transparent;
        border-top-color: #0c0b0bff;

        top: 100%;
        left: 45%;
    }
.uploadprescription-radio {


            display: flex;
            justify-content: space-between;
            align-items: center;
        }

        .uploadprescription-radio-name {
            display: flex;
            align-items: center;
            gap: 12px;
        }

        .uploadprescription-div {
            font-weight: 600;
            font-size: 1.6rem;
            line-height: 30px;
            letter-spacing: 0;
            color: #222;
            cursor: pointer;
        }

        .uploadprescription-radio .form-check-input:checked {
            background-color: transparent;
            border-color: transparent;
        }

        .uploadprescription-radio .form-check-input {
            width: calc(15px + 2 * (100vw - 320px) / 1600);
            height: calc(15px + 2 * (100vw - 320px) / 1600);
            float: unset;
            margin-left: 0;
            background-color: unset;
            position: relative;
            border: unset;
        }

        .form-check-input:checked[type=radio] {
            --bs-form-check-bg-image: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e);
        }

        .uploadprescription-radio .form-check-input:checked:before {
            border-color: #198754;
        }

        .uploadprescription-radio .form-check-input:before {
            content: "";
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            width: 16px;
            height: 16px;
            background-color: #fff;
            border-radius: 100%;
            transition: all .3s ease-in-out;
            border: 2px solid #198754;
        }

        .uploadprescription-radio .form-check-input:after {
            content: "";
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%) scale(0);
            width: 8px;
            height: 8px;
            background-color: #198754;
            transition: all .3s ease-in-out;
            border-radius: 100%;
        }

        .uploadprescription-radio .form-check-input:checked:after {
            transform: translate(-50%, -50%) scale(1);
        }

        .UploadPrescription-HaveAPres-Main-ProductDetails {
            margin: 18px 0 20px;
            display: flex;
            flex-direction: column;
            padding-bottom: 10px;
            gap: 12px;
            border-bottom: 1px solid #e5e5e5;
        }

        .uploadprescription-productDetails-heading {
            font-weight: 600;
            font-size: 12px;
            line-height: 18px;
            letter-spacing: 0;
            color: #000;
        }




        .uploadprescription-MainBlockDetails-header {
            font-weight: 400;
            font-size: 13px;
            line-height: 18.8px;
            letter-spacing: 0;
            color: #555;
        }



        .uploadprescription-MainBlockDetails {
            border-top: 1px solid #e5e5e5;
            margin: 20px 0 10px;
            display: flex;
            flex-direction: column;
            gap: 12px;
            padding-top: 20px;
        }

        .phoneNumber-login {
            border: 1px solid #cfcbcb78;
            padding: 7px 10px;
            color: #212529;
        }

        .presul li {
            font-size: 13px;
            color: #555;
            line-height: inherit;
            list-style: disc;
        }

        .upload_card {
            display: flex;
            padding: 12px;
            gap: 8px;
            border: 1px solid #D0D5DD;
            border-radius: 8px;
            color: #1957A4;
            font-weight: 500;
            margin-bottom: 20px;
        }
.upload__img-close,
        .attached__img-close {
            width: 24px;
            height: 24px;
            border-radius: 50%;
            background-color: #f16938;
            position: absolute;
            top: 10px;
            right: 10px;
            text-align: center;
            line-height: 24px;
            z-index: 1;
            cursor: pointer;
        }

        .presCheckbox {

            position: absolute;
            top: 10px;
            right: 10px;
            text-align: center;
            line-height: 24px;
            z-index: 1;
            cursor: pointer;
        }

        .upload__img-close:after,
        .attached__img-close:after {
            content: "✖";
            font-size: 14px;
            color: white;
        }

         .upload__img-wrap,
        .upload__img-wraps {
            display: flex;
            flex-wrap: wrap;
            margin: 0 -10px;
        }

        .presCheckbox {

            position: absolute;
            top: 10px;
            right: 10px;
            text-align: center;
            line-height: 24px;
            z-index: 1;
            cursor: pointer;
        }

        .upload__img-close:after,
        .attached__img-close:after {
            content: "✖";
            font-size: 14px;
            color: white;
        }
 .olslider { margin-bottom: 10px; }
/*.slider-img { background: -moz-linear-gradient(top, rgba(11, 12, 13, 0.6) 0%, rgba(11, 12, 13, 0.6) 100%); background: -webkit-linear-gradient(top, rgba(11, 12, 13, 0.6) 0%, rgba(11, 12, 13, 0.6) 100%); background: linear-gradient(to bottom, rgba(11, 12, 13, 0.6) 0%, rgba(11, 12, 13, 0.6) 100%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cc1b2429', endColorstr='#cc1b2429', GradientType=0); position: relative; }*/
.slider-img img { position: relative; z-index: -1; }
.slider-captions { position: absolute; bottom: 120px; width: 100%; color: #fff; }
.slider-title { color: #fff; font-size: 50px; font-weight: 500; letter-spacing: -1px; line-height: 68px; }
.slider-text { color: #fff; }
.olslider .owl-dots { text-align: center !important; position: relative; bottom: 30px; }
.olslider .owl-nav { text-align: center; -webkit-tap-highlight-color: transparent; }
.olslider .owl-nav {
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
}

.olslider:hover .owl-nav {
    opacity: 1;
    visibility: visible;
}
.olslider .owl-nav .owl-prev { position: absolute; top: 40%; left: 0px; color: #fff; font-size: 18px; margin: 8px; padding-top: 4px; background: transparent; display: block; cursor: pointer; border-radius: 50%; height: 36px; width: 36px; border: 1px solid #fff; }
.olslider .owl-nav .owl-next { position: absolute; top: 40%; right: 0px; color: #fff; font-size: 18px; margin: 8px; padding-top: 4px; background: transparent; display: block; cursor: pointer; border-radius: 50%; height: 36px; width: 36px; border: 1px solid #fff; }

/* .olslider .owl-nav .owl-prev:hover { background-color: #000; border: 2px solid #000; text-decoration: none; color: #fff; }
.olslider .owl-nav .owl-next:hover { background-color: #000; border: 2px solid #000; text-decoration: none; color: #fff; } */


.olslider .owl-dots .owl-dot { display: inline-block; zoom: 1; }
.olslider .owl-dots .owl-dot span { width: 5px; height: 5px; margin: 5px 4px; background: #fff; border-radius: 2px; border: 2px solid #fff; display: block; -webkit-backface-visibility: visible; transition: opacity 200ms ease; }
.olslider .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span { background-color: #000; border: 2px solid #000; }
.olslider .owl-carousel .owl-item img { width: 100%; }
@media only screen and (max-width: 480px) {
    .olslider .owl-nav .owl-prev,.olslider .owl-nav .owl-next {
        font-size: 12px;
        padding: 3px 0px;
        height: 20px;
        width: 20px;
    }
	.olslider .owl-dots {
        min-width: 100%;
        position: absolute;
        bottom: -8px;
        text-align: center !important;
    }
	.olslider .owl-nav .owl-next i,.olslider .owl-nav .owl-prev i {
        display: block;
    } 
}
@media only screen and (max-width: 768px) {
    .olslider .owl-nav .owl-prev,.olslider .owl-nav .owl-next {
        font-size: 12px;
        padding: 3px 0px;
        height: 20px;
        width: 20px;
    }
	    .olslider .owl-dots {
        min-width: 100%;
        position: absolute;
        bottom: -8px;
        text-align: center !important;
    }
}

.sort-select-wrapper {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 2px 32px 2px 14px;
    border: 1px solid #dadada;
    border-radius: 8px;
    background: #fff;
    height: 36px;
    font-family: Arial, sans-serif;
}

/* Visible text */
.sort-label {
    font-size: 15px;
    font-weight: 700;
    color: #198754; /* green-blue like your image */
}

/* Hide actual select but keep click */
.sort-select-wrapper select {
    position: absolute;
    inset: 0;
    opacity: 0;
    cursor: pointer;
}

/* ARROWS EXACT LIKE YOUR IMAGE */
.sort-arrows {
    position: absolute;
    right: 12px;
    display: flex;
    gap: 2px; /* arrows side-by-side */
    align-items: center;
    font-size: 13px;
    line-height: 1;
}

/* Down arrow */
.sort-arrows .down {
    color: #000; /* blue-green */
}

/* Up arrow */
.sort-arrows .up {
    color: #000; /* purple */
}

/* Mobile */
@media (max-width: 480px) {
    .sort-label {
        font-size: 14px;
    }
    .sort-arrows {
        font-size: 11px;
        right: 10px;
    }
}

.sort-wrapper {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 6px 18px;
    border: 1px solid #e0e0e0;
    border-radius: 25px;
    font-family: Arial, sans-serif;
    background: #fff;
    position: relative;
}

/* Label (Sort by:) */
.sort-wrapper label {
    font-size: 14px;
    color: #333;
}

/* Custom Select */
.sort-wrapper select {
    border: none;
    background: transparent;
    font-size: 14px;
    font-weight: 600;
    color: #000;
    appearance: none;
    padding-right: 16px;
    cursor: pointer;
}

/* Green downward arrow */
.sort-wrapper::after {
    content: url('../img/c_down.svg');
    font-size: 10px;
    color: #0a7b6b;
    position: absolute;
    top: 9px;
    right: 12px;
    pointer-events: none;
}

.sort-wrapper select:focus {
    outline: none;
}

 .offCanvas__overlay {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.5);
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
    z-index: 99;
}

.offCanvas__overlay.active {
    opacity: 1;
    visibility: visible;
}

.minicart__close--btns {
    padding: 0;
    background: inherit;
    border: 0;
    line-height: 1.5rem;
    color: #000000;
}

/* Each suggestion row */
/* Main dropdown container */
/* Main dropdown */
.pac-container {
    background: #fff;
    border-radius: 6px;
    box-shadow: 0 0 8px #ddd;
   
    font-family: 'Inter', sans-serif;
   
}

/* Each item */
.pac-item {
    width: 100%;
    padding: 14px 16px;
    font-size: 15px;
    color: #121212;
    border-top: 1px solid #f1f3f4;
   
    background: transparent;
}

/* Remove first divider */
.pac-item:first-child {
    border-top: none;
}

/* Hover */
.pac-item:hover {
    background-color: #198754;
    color:#fff;
}

/* Bold main text */
.pac-item-query {
    font-weight: 500;
    color: #111;
    
}
.pac-item:hover .pac-item-query { color: #fff;}
/* Make default Google icon softer */


/* Optional: smooth animation */
.pac-container {
    animation: fadeIn 0.15s ease-in-out;
}

@keyframes fadeIn {
    from { opacity: 0; transform: translateY(-5px); }
    to { opacity: 1; transform: translateY(0); }
}

    .locationDiv {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #fff;
    transform: translateY(100%);
    transition: transform 0.4s ease-in-out;
    z-index: 1050;
}

/* When active */

    @media only screen and (max-width: 767px)
 {
       .locationDiv.active {
    transform: translateY(0);
}

    }
    
    
#locationOverlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 99999;
}
.inner-div .input-wrapper input:focus{border-color:none; box-shadow:none; background:transparent;}
#locationPopup {
    background: #ffffff;
    width: 350px;
    padding: 25px;
    border-radius: 14px;
    text-align: center;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
    animation: popup 0.3s ease;
}

@keyframes popup {
    from {
        transform: scale(0.8);
        opacity: 0;
    }

    to {
        transform: scale(1);
        opacity: 1;
    }
}

#locationPopup img {
    width: 55px;
}

#locationPopup h3 {
    margin-top: 15px;
    font-size: 20px;
    color: #333;
}

#locationPopup .pallocation {
    font-size: 15px;
    color: #666;
    margin: 10px 0 20px;
}

/* .btn {
      width: 100%;
      padding: 12px;
      margin: 6px 0;
      border-radius: 10px;
      border: none;
      cursor: pointer;
      font-size: 16px;
    } */

.btn-allow {
    background: #198754;
    color: white;
    padding: 3px 10px;
    font-size: 14px;
    border: 0;
}

.btn-allow:hover {
    color: #fff;
}